From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 03:21: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 EAA063C3; Sun, 25 Nov 2012 03:21:09 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B699D8FC12; Sun, 25 Nov 2012 03:21:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP3L9aj084362; Sun, 25 Nov 2012 03:21:09 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP3L9O1084360; Sun, 25 Nov 2012 03:21:09 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211250321.qAP3L9O1084360@svn.freebsd.org> From: Wesley Shields Date: Sun, 25 Nov 2012 03:21:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307732 - head/net/silc-client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 03:21:10 -0000 Author: wxs Date: Sun Nov 25 03:21:09 2012 New Revision: 307732 URL: http://svnweb.freebsd.org/changeset/ports/307732 Log: Rename OPTIMIZED_ASM option to just ASM. This one has a description in bsd.options.desc.mk. Fix build on i386 by partially reverting r307565. Only a partial revert because I worked around a bug where ${PERL} was not recognized after switching to new style options. Feature safe: yes Modified: head/net/silc-client/Makefile Modified: head/net/silc-client/Makefile ============================================================================== --- head/net/silc-client/Makefile Sat Nov 24 22:16:37 2012 (r307731) +++ head/net/silc-client/Makefile Sun Nov 25 03:21:09 2012 (r307732) @@ -34,10 +34,10 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --without-libtoolfix WANT_PERL= yes -OPTIONS_DEFINE= PTHREADS IPV6 ICONV PERL OPTIMIZED_ASM +OPTIONS_DEFINE= PTHREADS IPV6 ICONV PERL +OPTIONS_DEFINE_i386= ASM PTHREADS_DESC= Enable pthreads support -OPTIMIZED_ASM_DESC= Use assembler optimizations (i386 only) -OPTIONS_DEFAULT= IPV6 ICONV PERL OPTIMIZED_ASM +OPTIONS_DEFAULT= IPV6 ICONV PERL ASM .ifdef(IRSSI_PLUGIN) CONFIGURE_ARGS+= --with-silc-plugin=${PREFIX}/lib/irssi \ @@ -84,10 +84,6 @@ post-install: .include -.if ${ARCH} != "i386" -WITHOUT_OPTIMIZED_ASM= yes -.endif - .if ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --disable-ipv6 .endif @@ -101,14 +97,15 @@ CONFIGURE_ARGS+= --without-iconv .if ${PORT_OPTIONS:MPERL} USE_PERL5= yes -PLIST_SUB+= WITH_PERL="" PERL_ARCHNAME="${ARCH}-freebsd" +PERL_ARCHNAME!= perl -V:archname +PLIST_SUB+= WITH_PERL="" PERL_ARCHNAME="${PERL_ARCHNAME:S/archname='//:S/';//}" CONFIGURE_ARGS+= --with-perl-lib=${PREFIX}/lib/${PORTNAME}/perl .else CONFIGURE_ARGS+= --without-perl PLIST_SUB+= WITH_PERL="@comment " .endif -.if ${PORT_OPTIONS:MOPTIMIZED_ASM} +.if empty(${PORT_OPTIONS:MASM}) CONFIGURE_ARGS+= --disable-asm .endif From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 03: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 CD9784B8; Sun, 25 Nov 2012 03:22:52 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1DECB8FC16; Sun, 25 Nov 2012 03:22:52 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id 0DAF45C34; Sat, 24 Nov 2012 22:22:45 -0500 (EST) Date: Sat, 24 Nov 2012 22:22:45 -0500 From: Wesley Shields To: Baptiste Daroussin Subject: Re: svn commit: r307565 - head/net/silc-client Message-ID: <20121125032245.GB10784@atarininja.org> References: <201211191622.qAJGMZps097391@svn.freebsd.org> <20121120111700.GI71195@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121120111700.GI71195@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 03:22:52 -0000 On Tue, Nov 20, 2012 at 12:17:00PM +0100, Baptiste Daroussin wrote: > I know I already told you the following, but I think it is worth saying it > loudly for other people who don't know yet about OPTIONS_DEFINE_${arch} > > regards, > Bapt > > On Mon, Nov 19, 2012 at 04:22:35PM +0000, Wesley Shields wrote: > > Author: wxs > > Date: Mon Nov 19 16:22:34 2012 > > New Revision: 307565 > > URL: http://svnweb.freebsd.org/changeset/ports/307565 > > > ... > > WANT_PERL= yes > > > > -OPTIONS= PTHREADS "Enable pthreads support" off \ > > - IPV6 "Enable IPv6 support" on \ > > - ICONV "Enable international character support" on \ > > - PERL "Enable perl support" on \ > > - OPTIMIZED_ASM "Use assembler optimizations (i386 only)" on > > +OPTIONS_DEFINE= PTHREADS IPV6 ICONV PERL OPTIMIZED_ASM > > +PTHREADS_DESC= "Enable pthreads support" > > +OPTIMIZED_ASM_DESC= "Use assembler optimizations (i386 only)" > > +OPTIONS_DEFAULT= IPV6 ICONV PERL OPTIMIZED_ASM > > OPTIONS_DEFINE= -PTHREADS IPV6 ICONV PERL > OPTIONS_DEFINE_i386= OPTIMIZED_ASM > OPTIMIZED_ASM_DESC= Use assembler optimizations > ... > > -.include > > +.include > > > > .if ${ARCH} != "i386" > > WITHOUT_OPTIMIZED_ASM= yes > > .endif > > The above is uneeded as OPTIMIZED_ASM will never get defined with the _arch > syntax above. Fixed all of these. Thanks for catching it and pointing me to the proper way to do it! I do have one question. In r307732 I had to change ${PERL} to just 'perl' in the PERL_ARCHNAME!= line. This was working prior to the switch to the new options so I'm curious if I did something wrong or uncovered a bug? -- WXS From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 04:02:29 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 A0CEAB6A; Sun, 25 Nov 2012 04:02:29 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 871668FC13; Sun, 25 Nov 2012 04:02:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP42Tlj089387; Sun, 25 Nov 2012 04:02:29 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP42T0H089385; Sun, 25 Nov 2012 04:02:29 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211250402.qAP42T0H089385@svn.freebsd.org> From: Wesley Shields Date: Sun, 25 Nov 2012 04:02:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307733 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 04:02:29 -0000 Author: wxs Date: Sun Nov 25 04:02:28 2012 New Revision: 307733 URL: http://svnweb.freebsd.org/changeset/ports/307733 Log: Add entries for the following advisories: FreeBSD-SA-12:08.linux FreeBSD-SA-12:07.hostapd FreeBSD-SA-12:06.bind Feature safe: yes Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Nov 25 03:21:09 2012 (r307732) +++ head/security/vuxml/vuln.xml Sun Nov 25 04:02:28 2012 (r307733) @@ -51,6 +51,97 @@ Note: Please add new entries to the beg --> + + FreeBSD -- Linux compatibility layer input validation error + + + FreeBSD + 7.47.4_11 + 8.38.3_5 + 9.09.0_5 + + + + +

Problem description:

+
+

A programming error in the handling of some Linux system calls + may result in memory locations being accessed without proper + validation.

+
+ +
+ + SA-12:08.linux + CVE-2012-4576 + + + 2012-11-22 + 2012-11-24 + +
+ + + FreeBSD -- Insufficient message length validation for EAP-TLS messages + + + FreeBSD + 8.38.3_5 + 9.09.0_5 + + + + +

Problem description:

+
+

The internal authentication server of hostapd does not + sufficiently validate the message length field of EAP-TLS + messages.

+
+ +
+ + SA-12:07.hostapd + CVE-2012-4445 + + + 2012-11-22 + 2012-11-24 + +
+ + + FreeBSD -- Multiple Denial of Service vulnerabilities with named(8) + + + FreeBSD + 7.47.4_11 + 8.38.3_5 + 9.09.0_5 + + + + +

Problem description:

+
+

The BIND daemon would crash when a query is made on a resource + record with RDATA that exceeds 65535 bytes.

+

The BIND daemon would lock up when a query is made on specific + combinations of RDATA.

+
+ +
+ + SA-12:06.bind + CVE-2012-4244 + CVE-2012-5166 + + + 2012-11-22 + 2012-11-24 + +
+ opera -- execution of arbitrary code From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 06:37: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 4BFFB90E; Sun, 25 Nov 2012 06:37:56 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 304738FC16; Sun, 25 Nov 2012 06:37:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP6buKj010271; Sun, 25 Nov 2012 06:37:56 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP6bt6e010267; Sun, 25 Nov 2012 06:37:55 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201211250637.qAP6bt6e010267@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 25 Nov 2012 06:37:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307734 - in head/graphics: . R-cran-png X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 06:37:56 -0000 Author: tota Date: Sun Nov 25 06:37:55 2012 New Revision: 307734 URL: http://svnweb.freebsd.org/changeset/ports/307734 Log: - Add a new port: graphics/R-cran-png This package provides an easy and simple way to read, write and display bitmap images stored in the PNG format. It can read and write both files and in-memory raw vectors. WWW: http://www.rforge.net/png/ Feature safe: yes Added: head/graphics/R-cran-png/ head/graphics/R-cran-png/Makefile (contents, props changed) head/graphics/R-cran-png/distinfo (contents, props changed) head/graphics/R-cran-png/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Nov 25 04:02:28 2012 (r307733) +++ head/graphics/Makefile Sun Nov 25 06:37:55 2012 (r307734) @@ -24,6 +24,7 @@ SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-munsell SUBDIR += R-cran-pixmap + SUBDIR += R-cran-png SUBDIR += R-cran-rgdal SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales Added: head/graphics/R-cran-png/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-png/Makefile Sun Nov 25 06:37:55 2012 (r307734) @@ -0,0 +1,18 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= png +DISTVERSION= 0.1-4 +CATEGORIES= graphics +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Read and write PNG images + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include Added: head/graphics/R-cran-png/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-png/distinfo Sun Nov 25 06:37:55 2012 (r307734) @@ -0,0 +1,2 @@ +SHA256 (png_0.1-4.tar.gz) = 1cdd422d6073d7b6af4a7a598d13ecabe60fee8aabfa65db75a57bc8c67da09a +SIZE (png_0.1-4.tar.gz) = 21774 Added: head/graphics/R-cran-png/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/R-cran-png/pkg-descr Sun Nov 25 06:37:55 2012 (r307734) @@ -0,0 +1,5 @@ +This package provides an easy and simple way to read, write and +display bitmap images stored in the PNG format. It can read and +write both files and in-memory raw vectors. + +WWW: http://www.rforge.net/png/ From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 07:17: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 48A44BEA; Sun, 25 Nov 2012 07:17:50 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0E9598FC0C; Sun, 25 Nov 2012 07:17:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP7HnVl015849; Sun, 25 Nov 2012 07:17:49 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP7HnfM015845; Sun, 25 Nov 2012 07:17:49 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201211250717.qAP7HnfM015845@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 25 Nov 2012 07:17:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307735 - in head/www: . R-cran-RgoogleMaps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 07:17:50 -0000 Author: tota Date: Sun Nov 25 07:17:49 2012 New Revision: 307735 URL: http://svnweb.freebsd.org/changeset/ports/307735 Log: - Add a new port: www/R-cran-RgoogleMaps This package serves two purposes: (i) Provide a comfortable R interface to query the Google server for static maps. (ii) Use the map as a background image to overlay plots within R. This requires proper coordinate scaling. WWW: http://cran.r-project.org/web/packages/RgoogleMaps/ Feature safe: yes Added: head/www/R-cran-RgoogleMaps/ head/www/R-cran-RgoogleMaps/Makefile (contents, props changed) head/www/R-cran-RgoogleMaps/distinfo (contents, props changed) head/www/R-cran-RgoogleMaps/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Nov 25 06:37:55 2012 (r307734) +++ head/www/Makefile Sun Nov 25 07:17:49 2012 (r307735) @@ -4,6 +4,7 @@ COMMENT = Ports related to the World Wide Web SUBDIR += MT + SUBDIR += R-cran-RgoogleMaps SUBDIR += R-cran-Rpad SUBDIR += R-cran-scrapeR SUBDIR += WebMagick Added: head/www/R-cran-RgoogleMaps/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-RgoogleMaps/Makefile Sun Nov 25 07:17:49 2012 (r307735) @@ -0,0 +1,17 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= RgoogleMaps +PORTVERSION= 1.2.0.2 +CATEGORIES= www +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Overlays on Google map tiles in R + +RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/graphics/R-cran-png + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include Added: head/www/R-cran-RgoogleMaps/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-RgoogleMaps/distinfo Sun Nov 25 07:17:49 2012 (r307735) @@ -0,0 +1,2 @@ +SHA256 (RgoogleMaps_1.2.0.2.tar.gz) = 41e6a039a8d1051716a2227282be805c1c4d6a555bb588fbcae00a519990a092 +SIZE (RgoogleMaps_1.2.0.2.tar.gz) = 471396 Added: head/www/R-cran-RgoogleMaps/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/R-cran-RgoogleMaps/pkg-descr Sun Nov 25 07:17:49 2012 (r307735) @@ -0,0 +1,7 @@ +This package serves two purposes: + (i) Provide a comfortable R interface to query the Google server + for static maps. + (ii) Use the map as a background image to overlay plots within R. +This requires proper coordinate scaling. + +WWW: http://cran.r-project.org/web/packages/RgoogleMaps/ From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 07:46: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 C93CEF61; Sun, 25 Nov 2012 07:46:51 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A66658FC13; Sun, 25 Nov 2012 07:46:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP7kpFR019346; Sun, 25 Nov 2012 07:46:51 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP7kpiw019341; Sun, 25 Nov 2012 07:46:51 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201211250746.qAP7kpiw019341@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 25 Nov 2012 07:46:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307736 - in head/devel: . rubygem-typed-array X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 07:46:52 -0000 Author: tota Date: Sun Nov 25 07:46:51 2012 New Revision: 307736 URL: http://svnweb.freebsd.org/changeset/ports/307736 Log: - Add a new port: devel/rubygem-typed-array All methods that alter the contents of an array that implements this Gem are first checked to ensure that the added items are of the types allowed. All methods behave exactly as their Array counterparts, including additional forms, block processing, etc. WWW: https://github.com/yaauie/typed-array Feature safe: yes Added: head/devel/rubygem-typed-array/ head/devel/rubygem-typed-array/Makefile (contents, props changed) head/devel/rubygem-typed-array/distinfo (contents, props changed) head/devel/rubygem-typed-array/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 25 07:17:49 2012 (r307735) +++ head/devel/Makefile Sun Nov 25 07:46:51 2012 (r307736) @@ -4010,6 +4010,7 @@ SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop SUBDIR += rubygem-turn + SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo SUBDIR += rubygem-unicode SUBDIR += rubygem-uuid Added: head/devel/rubygem-typed-array/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-typed-array/Makefile Sun Nov 25 07:46:51 2012 (r307736) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= typed-array +PORTVERSION= 0.1.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= tota@FreeBSD.org +COMMENT= Provides methods for creating type-enforced Arrays + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-typed-array/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-typed-array/distinfo Sun Nov 25 07:46:51 2012 (r307736) @@ -0,0 +1,2 @@ +SHA256 (rubygem/typed-array-0.1.2.gem) = 891fa1de2cdccad5f9e03936569c3c15d413d8c6658e2edfe439d9386d169b62 +SIZE (rubygem/typed-array-0.1.2.gem) = 10752 Added: head/devel/rubygem-typed-array/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-typed-array/pkg-descr Sun Nov 25 07:46:51 2012 (r307736) @@ -0,0 +1,6 @@ +All methods that alter the contents of an array that implements +this Gem are first checked to ensure that the added items are of +the types allowed. All methods behave exactly as their Array +counterparts, including additional forms, block processing, etc. + +WWW: https://github.com/yaauie/typed-array From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 08:43: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 6741A37A; Sun, 25 Nov 2012 08:43:16 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 48E358FC12; Sun, 25 Nov 2012 08:43:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP8hGvJ026905; Sun, 25 Nov 2012 08:43:16 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP8hGHZ026903; Sun, 25 Nov 2012 08:43:16 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201211250843.qAP8hGHZ026903@svn.freebsd.org> From: Martin Matuska Date: Sun, 25 Nov 2012 08:43:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307737 - head/audio/fdk-aac X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 08:43:16 -0000 Author: mm Date: Sun Nov 25 08:43:15 2012 New Revision: 307737 URL: http://svnweb.freebsd.org/changeset/ports/307737 Log: Update fdk-aac to 0.1.1 Feature safe: yes Modified: head/audio/fdk-aac/Makefile head/audio/fdk-aac/distinfo Modified: head/audio/fdk-aac/Makefile ============================================================================== --- head/audio/fdk-aac/Makefile Sun Nov 25 07:46:51 2012 (r307736) +++ head/audio/fdk-aac/Makefile Sun Nov 25 08:43:15 2012 (r307737) @@ -6,8 +6,7 @@ # PORTNAME= fdk-aac -PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTVERSION= 0.1.1 CATEGORIES= audio MASTER_SITES= SF/opencore-amr/${PORTNAME} @@ -19,7 +18,7 @@ NOT_FOR_ARCHS_REASON= not yet ported to LICENSE= FRAUNHOFER_FDK_AAC LICENSE_NAME= Software License for The Fraunhofer FDK AAC Codec Library for Android -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/NOTICE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept GNU_CONFIGURE= yes Modified: head/audio/fdk-aac/distinfo ============================================================================== --- head/audio/fdk-aac/distinfo Sun Nov 25 07:46:51 2012 (r307736) +++ head/audio/fdk-aac/distinfo Sun Nov 25 08:43:15 2012 (r307737) @@ -1,2 +1,2 @@ -SHA256 (fdk-aac-0.1.0.tar.gz) = 35db589441801a0648e6eacd1a15b59aaeeb4b80ac1cbeedc4c626eb9fd9c22d -SIZE (fdk-aac-0.1.0.tar.gz) = 1991421 +SHA256 (fdk-aac-0.1.1.tar.gz) = 9fb9c22b7e80ee34a34639b6fe0d7411e8ec8553a45b761e8ff110ee84874a62 +SIZE (fdk-aac-0.1.1.tar.gz) = 1979748 From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 08:48: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 71869481; Sun, 25 Nov 2012 08:48:14 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 569A78FC13; Sun, 25 Nov 2012 08:48:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP8mEGE027595; Sun, 25 Nov 2012 08:48:14 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP8mE55027594; Sun, 25 Nov 2012 08:48:14 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211250848.qAP8mE55027594@svn.freebsd.org> From: Pawel Pekala Date: Sun, 25 Nov 2012 08:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307738 - head/x11/kdelibs3/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 08:48:14 -0000 Author: pawel Date: Sun Nov 25 08:48:13 2012 New Revision: 307738 URL: http://svnweb.freebsd.org/changeset/ports/307738 Log: Add missing newline Feature safe: yes Modified: head/x11/kdelibs3/files/patch-configure Modified: head/x11/kdelibs3/files/patch-configure ============================================================================== --- head/x11/kdelibs3/files/patch-configure Sun Nov 25 08:43:15 2012 (r307737) +++ head/x11/kdelibs3/files/patch-configure Sun Nov 25 08:48:13 2012 (r307738) @@ -14,4 +14,4 @@ +ac_link='rm -rf SunWS_cache; ${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $USE_EXCEPTIONS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' - kde_save_CXXFLAGS="$CXXFLAGS" \ No newline at end of file + kde_save_CXXFLAGS="$CXXFLAGS" From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 08:51: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 C486256E; Sun, 25 Nov 2012 08:51:54 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 906EF8FC12; Sun, 25 Nov 2012 08:51:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP8psE5028156; Sun, 25 Nov 2012 08:51:54 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP8psag028152; Sun, 25 Nov 2012 08:51:54 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201211250851.qAP8psag028152@svn.freebsd.org> From: Martin Matuska Date: Sun, 25 Nov 2012 08:51:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307739 - in head/www: c-icap c-icap-modules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 08:51:54 -0000 Author: mm Date: Sun Nov 25 08:51:54 2012 New Revision: 307739 URL: http://svnweb.freebsd.org/changeset/ports/307739 Log: Update c-icap and c-icap-modules to 0.2.3 Feature safe: yes Modified: head/www/c-icap-modules/Makefile head/www/c-icap-modules/distinfo head/www/c-icap/Makefile head/www/c-icap/distinfo Modified: head/www/c-icap-modules/Makefile ============================================================================== --- head/www/c-icap-modules/Makefile Sun Nov 25 08:48:13 2012 (r307738) +++ head/www/c-icap-modules/Makefile Sun Nov 25 08:51:54 2012 (r307739) @@ -6,7 +6,7 @@ # PORTNAME= c-icap -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/0.2.x/ PKGNAMESUFFIX= -modules Modified: head/www/c-icap-modules/distinfo ============================================================================== --- head/www/c-icap-modules/distinfo Sun Nov 25 08:48:13 2012 (r307738) +++ head/www/c-icap-modules/distinfo Sun Nov 25 08:51:54 2012 (r307739) @@ -1,2 +1,2 @@ -SHA256 (c_icap_modules-0.2.2.tar.gz) = db8bf34de0c6ed36914ab9093edce4dce87c33f44bdb05a4ccf3d88f1b32adbc -SIZE (c_icap_modules-0.2.2.tar.gz) = 370907 +SHA256 (c_icap_modules-0.2.3.tar.gz) = 4974f27993b40c72fb74f2e52a7f022fd5c54d6731df7b11e57e8a767d527769 +SIZE (c_icap_modules-0.2.3.tar.gz) = 372683 Modified: head/www/c-icap/Makefile ============================================================================== --- head/www/c-icap/Makefile Sun Nov 25 08:48:13 2012 (r307738) +++ head/www/c-icap/Makefile Sun Nov 25 08:51:54 2012 (r307739) @@ -6,7 +6,7 @@ # PORTNAME= c-icap -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.2.x/ Modified: head/www/c-icap/distinfo ============================================================================== --- head/www/c-icap/distinfo Sun Nov 25 08:48:13 2012 (r307738) +++ head/www/c-icap/distinfo Sun Nov 25 08:51:54 2012 (r307739) @@ -1,2 +1,2 @@ -SHA256 (c_icap-0.2.2.tar.gz) = 3236fb63b7cb08df46f591d4a5b0cd6c3806fcd8a9831aa01915acc9435f6ed1 -SIZE (c_icap-0.2.2.tar.gz) = 581607 +SHA256 (c_icap-0.2.3.tar.gz) = 78ae3d3a577bb8570d77ca5cf2f266deaf72d77c6df64399e64e3bee363122ee +SIZE (c_icap-0.2.3.tar.gz) = 581549 From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 08:52: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 554F064A; Sun, 25 Nov 2012 08:52:34 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3AFB88FC0C; Sun, 25 Nov 2012 08:52:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAP8qYSY028309; Sun, 25 Nov 2012 08:52:34 GMT (envelope-from mm@svn.freebsd.org) Received: (from mm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAP8qYZK028307; Sun, 25 Nov 2012 08:52:34 GMT (envelope-from mm@svn.freebsd.org) Message-Id: <201211250852.qAP8qYZK028307@svn.freebsd.org> From: Martin Matuska Date: Sun, 25 Nov 2012 08:52:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307740 - head/www/squidclamav X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 08:52:34 -0000 Author: mm Date: Sun Nov 25 08:52:33 2012 New Revision: 307740 URL: http://svnweb.freebsd.org/changeset/ports/307740 Log: Update www/squidclamav to 6.10 Feature safe: yes Modified: head/www/squidclamav/Makefile head/www/squidclamav/distinfo Modified: head/www/squidclamav/Makefile ============================================================================== --- head/www/squidclamav/Makefile Sun Nov 25 08:51:54 2012 (r307739) +++ head/www/squidclamav/Makefile Sun Nov 25 08:52:33 2012 (r307740) @@ -2,11 +2,11 @@ # Date created: 15 August 2012 # Whom: Martin Matuska # -# $FreeBSD: ports/www/squidclamav/Makefile,v 1.1 2012/08/15 01:41:41 mm Exp $ +# $FreeBSD: ports/www/squidclamav/Makefile,v 1.3 2012/11/17 06:03:06 svnexp Exp $ # PORTNAME= squidclamav -PORTVERSION= 6.9 +PORTVERSION= 6.10 CATEGORIES= www security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ Modified: head/www/squidclamav/distinfo ============================================================================== --- head/www/squidclamav/distinfo Sun Nov 25 08:51:54 2012 (r307739) +++ head/www/squidclamav/distinfo Sun Nov 25 08:52:33 2012 (r307740) @@ -1,2 +1,2 @@ -SHA256 (squidclamav-6.9.tar.gz) = a8c6a79e440f62c0903290abded9f93671732f27ba23bc8b879c937beedc7383 -SIZE (squidclamav-6.9.tar.gz) = 835219 +SHA256 (squidclamav-6.10.tar.gz) = 4d1ed7012b5b8db4143d38196b0928bd44f2461226a3f9ae2cdc3643524a054b +SIZE (squidclamav-6.10.tar.gz) = 436639 From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 10:08:29 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 A1E1D118; Sun, 25 Nov 2012 10:08:29 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9E0A18FC12; Sun, 25 Nov 2012 10:08:28 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id a14so3125905eaa.13 for ; Sun, 25 Nov 2012 02:08:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=s+UxEwz1lsh5qWrlWvAgZ1bFusqpEyPFGeyFWG7i3Rs=; b=fK7aEvDY02jnfAqaDauv5MMYNEcA2fOhAxZ/rh4NbyKv20NrYrATWYgagcouEdP3Wg YgpV/ULduhxY+RuJ5Brlu7ZUxf4g1yzbDL7nhot+BVmdjvzFdPpw1Bc89rJe6yXoh1Vt pb0gZoe5GdGF9OeZtqvaoLAbHhCaHbqGT8fHRzS/JxnNXlNEAAiSODZQTkD19Vh0qvww 7l28BRN+ddom0KG0pZLhc9/Vx7Dp1+YSSVClFSc/YOAY7ONUgwEsHgaQOUY0tHvMU6TY I2U6PKfi3A8DJeBB5gkBWeYCr/RAdhdcXajsLFiozHKbeCcoqUHo22b+CJtqV0Zgsm+8 1UYQ== Received: by 10.14.215.194 with SMTP id e42mr65911eep.32.1353838107391; Sun, 25 Nov 2012 02:08:27 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id q2sm26247895eem.13.2012.11.25.02.08.26 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 02:08:26 -0800 (PST) Sender: Baptiste Daroussin Date: Sun, 25 Nov 2012 11:08:25 +0100 From: Baptiste Daroussin To: Wesley Shields Subject: Re: svn commit: r307565 - head/net/silc-client Message-ID: <20121125100824.GB33816@ithaqua.etoilebsd.net> References: <201211191622.qAJGMZps097391@svn.freebsd.org> <20121120111700.GI71195@ithaqua.etoilebsd.net> <20121125032245.GB10784@atarininja.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TRYliJ5NKNqkz5bu" Content-Disposition: inline In-Reply-To: <20121125032245.GB10784@atarininja.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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 10:08:29 -0000 --TRYliJ5NKNqkz5bu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 24, 2012 at 10:22:45PM -0500, Wesley Shields wrote: > On Tue, Nov 20, 2012 at 12:17:00PM +0100, Baptiste Daroussin wrote: > > I know I already told you the following, but I think it is worth saying= it > > loudly for other people who don't know yet about OPTIONS_DEFINE_${arch} > >=20 > > regards, > > Bapt > >=20 > > On Mon, Nov 19, 2012 at 04:22:35PM +0000, Wesley Shields wrote: > > > Author: wxs > > > Date: Mon Nov 19 16:22:34 2012 > > > New Revision: 307565 > > > URL: http://svnweb.freebsd.org/changeset/ports/307565 > > >=20 > > ... > > > WANT_PERL=3D yes > > > =20 > > > -OPTIONS=3D PTHREADS "Enable pthreads support" off \ > > > - IPV6 "Enable IPv6 support" on \ > > > - ICONV "Enable international character support" on \ > > > - PERL "Enable perl support" on \ > > > - OPTIMIZED_ASM "Use assembler optimizations (i386 only)" on > > > +OPTIONS_DEFINE=3D PTHREADS IPV6 ICONV PERL OPTIMIZED_ASM > > > +PTHREADS_DESC=3D "Enable pthreads support" > > > +OPTIMIZED_ASM_DESC=3D "Use assembler optimizations (i386 only)" > > > +OPTIONS_DEFAULT=3D IPV6 ICONV PERL OPTIMIZED_ASM > >=20 > > OPTIONS_DEFINE=3D -PTHREADS IPV6 ICONV PERL > > OPTIONS_DEFINE_i386=3D OPTIMIZED_ASM > > OPTIMIZED_ASM_DESC=3D Use assembler optimizations > > ... > > > -.include > > > +.include > > > =20 > > > .if ${ARCH} !=3D "i386" > > > WITHOUT_OPTIMIZED_ASM=3D yes > > > .endif > >=20 > > The above is uneeded as OPTIMIZED_ASM will never get defined with the _= arch > > syntax above. >=20 > Fixed all of these. Thanks for catching it and pointing me to the proper > way to do it! >=20 > I do have one question. In r307732 I had to change ${PERL} to just > 'perl' in the PERL_ARCHNAME!=3D line. This was working prior to the switch > to the new options so I'm curious if I did something wrong or uncovered > a bug? >=20 > -- WXS This is because ${PERL} is set by USE_PERL5, which is included after bsd.port.options.mk and you need it at the moment you parse the Makefile be= cause of: PERL_ARCHNAME!=3D ${PERL} -V:archname 2>/dev/null || true so what you have to do is either: =2Einclude Some checking =2Einclude here is ${PERL} =2Einclude or directly =2Einclude Some checking Here is ${PERL} =2Einclude Of course I haven't test the above regards, Bapt --TRYliJ5NKNqkz5bu Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlCx7hgACgkQ8kTtMUmk6EzsXgCeLQlBjRqsQ/ChZPnY1eMUmNoe VhYAoKrDfsIHdqmioWI3UuPgjnkyjmz0 =6mP7 -----END PGP SIGNATURE----- --TRYliJ5NKNqkz5bu-- From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 13:07: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 6FF39812; Sun, 25 Nov 2012 13:07:10 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 38A498FC13; Sun, 25 Nov 2012 13:07:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPD7AQ7064867; Sun, 25 Nov 2012 13:07:10 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPD7Ak4064863; Sun, 25 Nov 2012 13:07:10 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201211251307.qAPD7Ak4064863@svn.freebsd.org> From: Wen Heping Date: Sun, 25 Nov 2012 13:07:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307741 - head/devel/p5-Date-EzDate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 13:07:10 -0000 Author: wen Date: Sun Nov 25 13:07:09 2012 New Revision: 307741 URL: http://svnweb.freebsd.org/changeset/ports/307741 Log: - Update to 1.12 Changes: http://cpansearch.perl.org/src/MIKO/Date-EzDate-1.12/Changes - Trim Makefile headers Feature safe: yes Modified: head/devel/p5-Date-EzDate/Makefile head/devel/p5-Date-EzDate/distinfo head/devel/p5-Date-EzDate/pkg-plist Modified: head/devel/p5-Date-EzDate/Makefile ============================================================================== --- head/devel/p5-Date-EzDate/Makefile Sun Nov 25 08:52:33 2012 (r307740) +++ head/devel/p5-Date-EzDate/Makefile Sun Nov 25 13:07:09 2012 (r307741) @@ -1,12 +1,8 @@ -# New ports collection makefile for: devel/p5-Date-EzDate -# Date created: 28 February 2007 -# Whom: Anton Berezin -# +# Created by: Anton Berezin # $FreeBSD$ -# PORTNAME= Date-EzDate -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Date-EzDate/distinfo ============================================================================== --- head/devel/p5-Date-EzDate/distinfo Sun Nov 25 08:52:33 2012 (r307740) +++ head/devel/p5-Date-EzDate/distinfo Sun Nov 25 13:07:09 2012 (r307741) @@ -1,2 +1,2 @@ -SHA256 (Date-EzDate-1.11.tar.gz) = dad752576a74808c93f467ef590f2607655c11fdafdbf8c8e30dcf8be78a881c -SIZE (Date-EzDate-1.11.tar.gz) = 34858 +SHA256 (Date-EzDate-1.12.tar.gz) = 206aa126e01dbd76d6ac7b6828d6eaaea1b1df8e25cf08cb24d2b6b960a3f588 +SIZE (Date-EzDate-1.12.tar.gz) = 58194 Modified: head/devel/p5-Date-EzDate/pkg-plist ============================================================================== --- head/devel/p5-Date-EzDate/pkg-plist Sun Nov 25 08:52:33 2012 (r307740) +++ head/devel/p5-Date-EzDate/pkg-plist Sun Nov 25 13:07:09 2012 (r307741) @@ -1,4 +1,5 @@ %%SITE_PERL%%/Date/EzDate.pm +%%SITE_PERL%%/Date/EzDate.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/EzDate/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/EzDate @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 13:19: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 C5B2EC1D; Sun, 25 Nov 2012 13:19:26 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A824D8FC08; Sun, 25 Nov 2012 13:19:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPDJQwL066483; Sun, 25 Nov 2012 13:19:26 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPDJQv0066481; Sun, 25 Nov 2012 13:19:26 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201211251319.qAPDJQv0066481@svn.freebsd.org> From: Florian Smeets Date: Sun, 25 Nov 2012 13:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307742 - head/www/libecap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 13:19:27 -0000 Author: flo Date: Sun Nov 25 13:19:26 2012 New Revision: 307742 URL: http://svnweb.freebsd.org/changeset/ports/307742 Log: Install .pc files in the correct directory. This should fix www/squid32 with ECAP enabled. PR: ports/173837 Submitted by: Eugene Grosbein Approved by: maintainer Feature safe: yes Modified: head/www/libecap/Makefile head/www/libecap/pkg-plist Modified: head/www/libecap/Makefile ============================================================================== --- head/www/libecap/Makefile Sun Nov 25 13:07:09 2012 (r307741) +++ head/www/libecap/Makefile Sun Nov 25 13:19:26 2012 (r307742) @@ -7,6 +7,7 @@ PORTNAME= libecap PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= www security MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/ @@ -22,6 +23,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTDOCS= CREDITS LICENSE NOTICE README +CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} Modified: head/www/libecap/pkg-plist ============================================================================== --- head/www/libecap/pkg-plist Sun Nov 25 13:07:09 2012 (r307741) +++ head/www/libecap/pkg-plist Sun Nov 25 13:19:26 2012 (r307742) @@ -30,5 +30,4 @@ lib/libecap.a lib/libecap.la lib/libecap.so lib/libecap.so.2 -lib/pkgconfig/libecap.pc -@dirrmtry lib/pkgconfig +libdata/pkgconfig/libecap.pc From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 13:25: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 B5EC4D23; Sun, 25 Nov 2012 13:25:05 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9A2C78FC08; Sun, 25 Nov 2012 13:25:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPDP53t067198; Sun, 25 Nov 2012 13:25:05 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPDP5po067197; Sun, 25 Nov 2012 13:25:05 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201211251325.qAPDP5po067197@svn.freebsd.org> From: Wen Heping Date: Sun, 25 Nov 2012 13:25:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307743 - head/chinese/fcitx X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 13:25:05 -0000 Author: wen Date: Sun Nov 25 13:25:05 2012 New Revision: 307743 URL: http://svnweb.freebsd.org/changeset/ports/307743 Log: - Fix build when QT4 option enable PR: 173887 Submitted by: Hon-Yu Lawrence Cheung Approved by: lichray@gmail.com (maintainer, via email) Feature safe: yes Modified: head/chinese/fcitx/Makefile Modified: head/chinese/fcitx/Makefile ============================================================================== --- head/chinese/fcitx/Makefile Sun Nov 25 13:19:26 2012 (r307742) +++ head/chinese/fcitx/Makefile Sun Nov 25 13:25:05 2012 (r307743) @@ -70,8 +70,7 @@ SUB_LIST+= GTK3_IM=xim .endif .if ${PORT_OPTIONS:MQT4} -USE_QT= yes -USE_QT4= gui +USE_QT4= qmake_build moc_build rcc_build uic_build dbus gui inputmethods CMAKE_ARGS+= -DENABLE_QT_IM_MODULE=ON PLIST_SUB+= QT4="" .else From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 13:29: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 21C7F6A; Sun, 25 Nov 2012 13:29:53 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0530D8FC08; Sun, 25 Nov 2012 13:29:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPDTqs9067736; Sun, 25 Nov 2012 13:29:52 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPDTqC5067733; Sun, 25 Nov 2012 13:29:52 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201211251329.qAPDTqC5067733@svn.freebsd.org> From: Wen Heping Date: Sun, 25 Nov 2012 13:29:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307744 - head/devel/p5-strictures X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 13:29:53 -0000 Author: wen Date: Sun Nov 25 13:29:52 2012 New Revision: 307744 URL: http://svnweb.freebsd.org/changeset/ports/307744 Log: - Update to 1.004004 Changes: http://cpansearch.perl.org/src/ETHER/strictures-1.004004/Changes - Trim Makefile headers Feature safe: yes Modified: head/devel/p5-strictures/Makefile head/devel/p5-strictures/distinfo Modified: head/devel/p5-strictures/Makefile ============================================================================== --- head/devel/p5-strictures/Makefile Sun Nov 25 13:25:05 2012 (r307743) +++ head/devel/p5-strictures/Makefile Sun Nov 25 13:29:52 2012 (r307744) @@ -1,12 +1,8 @@ -# New ports collection makefile for: devel/p5-strictures -# Date created: Feb 25, 2011 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= strictures -PORTVERSION= 1.004002 +PORTVERSION= 1.004004 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER Modified: head/devel/p5-strictures/distinfo ============================================================================== --- head/devel/p5-strictures/distinfo Sun Nov 25 13:25:05 2012 (r307743) +++ head/devel/p5-strictures/distinfo Sun Nov 25 13:29:52 2012 (r307744) @@ -1,2 +1,2 @@ -SHA256 (strictures-1.004002.tar.gz) = dd5aa33aa30456529df01a59c66807a9998ad8226f4f369eec96fe0762454e4d -SIZE (strictures-1.004002.tar.gz) = 8105 +SHA256 (strictures-1.004004.tar.gz) = 12117dbaaaa85e07cbf01d95927ecb5ba8d5ed896c18d7dbc6b4be47b255ee34 +SIZE (strictures-1.004004.tar.gz) = 8547 From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 14:04: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 3DFC5FEB; Sun, 25 Nov 2012 14:04:37 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 233F88FC08; Sun, 25 Nov 2012 14:04:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPE4awm072111; Sun, 25 Nov 2012 14:04:37 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPE4aNK072108; Sun, 25 Nov 2012 14:04:36 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211251404.qAPE4aNK072108@svn.freebsd.org> From: Pawel Pekala Date: Sun, 25 Nov 2012 14:04:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307745 - head/textproc/meld X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 14:04:37 -0000 Author: pawel Date: Sun Nov 25 14:04:36 2012 New Revision: 307745 URL: http://svnweb.freebsd.org/changeset/ports/307745 Log: Update to version 1.7.0 Feature safe: yes Modified: head/textproc/meld/Makefile head/textproc/meld/distinfo head/textproc/meld/pkg-plist Modified: head/textproc/meld/Makefile ============================================================================== --- head/textproc/meld/Makefile Sun Nov 25 13:29:52 2012 (r307744) +++ head/textproc/meld/Makefile Sun Nov 25 14:04:36 2012 (r307745) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= meld -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 CATEGORIES= textproc devel python MASTER_SITES= GNOME Modified: head/textproc/meld/distinfo ============================================================================== --- head/textproc/meld/distinfo Sun Nov 25 13:29:52 2012 (r307744) +++ head/textproc/meld/distinfo Sun Nov 25 14:04:36 2012 (r307745) @@ -1,2 +1,2 @@ -SHA256 (meld-1.6.1.tar.xz) = de9c4d526c7489b6e6c5772b709aea4b77e1b3d1b6cd1701fc1c17ea81733a03 -SIZE (meld-1.6.1.tar.xz) = 344132 +SHA256 (meld-1.7.0.tar.xz) = d355dba06a39e38ffee93a6b205888db648a0308bc8a5efe3a9c7a42ed91370b +SIZE (meld-1.7.0.tar.xz) = 358648 Modified: head/textproc/meld/pkg-plist ============================================================================== --- head/textproc/meld/pkg-plist Sun Nov 25 13:29:52 2012 (r307744) +++ head/textproc/meld/pkg-plist Sun Nov 25 14:04:36 2012 (r307745) @@ -2,6 +2,9 @@ bin/meld lib/meld/meld/__init__.py lib/meld/meld/__init__.pyc lib/meld/meld/__init__.pyo +lib/meld/meld/dbus_service.py +lib/meld/meld/dbus_service.pyc +lib/meld/meld/dbus_service.pyo lib/meld/meld/diffmap.py lib/meld/meld/diffmap.pyc lib/meld/meld/diffmap.pyo @@ -26,6 +29,9 @@ lib/meld/meld/matchers.pyo lib/meld/meld/meldapp.py lib/meld/meld/meldapp.pyc lib/meld/meld/meldapp.pyo +lib/meld/meld/meldbuffer.py +lib/meld/meld/meldbuffer.pyc +lib/meld/meld/meldbuffer.pyo lib/meld/meld/melddoc.py lib/meld/meld/melddoc.pyc lib/meld/meld/melddoc.pyo @@ -80,6 +86,9 @@ lib/meld/meld/ui/msgarea.pyo lib/meld/meld/ui/notebooklabel.py lib/meld/meld/ui/notebooklabel.pyc lib/meld/meld/ui/notebooklabel.pyo +lib/meld/meld/ui/statusbar.py +lib/meld/meld/ui/statusbar.pyc +lib/meld/meld/ui/statusbar.pyo lib/meld/meld/ui/wraplabel.py lib/meld/meld/ui/wraplabel.pyc lib/meld/meld/ui/wraplabel.pyo @@ -89,9 +98,6 @@ lib/meld/meld/undo.pyo lib/meld/meld/util/__init__.py lib/meld/meld/util/__init__.pyc lib/meld/meld/util/__init__.pyo -lib/meld/meld/util/namedtuple.py -lib/meld/meld/util/namedtuple.pyc -lib/meld/meld/util/namedtuple.pyo lib/meld/meld/util/prefs.py lib/meld/meld/util/prefs.pyc lib/meld/meld/util/prefs.pyo @@ -197,6 +203,7 @@ share/icons/hicolor/scalable/apps/meld.s %%NLS%%share/locale/vi/LC_MESSAGES/meld.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/meld.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/meld.mo +%%DATADIR%%/gtkrc %%DATADIR%%/icons/button_apply0.xpm %%DATADIR%%/icons/button_apply1.xpm %%DATADIR%%/icons/button_copy0.xpm From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 14:40: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 8DFF5EE5; Sun, 25 Nov 2012 14:40:03 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 72F538FC1D; Sun, 25 Nov 2012 14:40:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPEe3xY076869; Sun, 25 Nov 2012 14:40:03 GMT (envelope-from sylvio@svn.freebsd.org) Received: (from sylvio@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPEe3Hi076867; Sun, 25 Nov 2012 14:40:03 GMT (envelope-from sylvio@svn.freebsd.org) Message-Id: <201211251440.qAPEe3Hi076867@svn.freebsd.org> From: Sylvio Cesar Teixeira Date: Sun, 25 Nov 2012 14:40:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307746 - head/devel/pear-PEAR_PackageFileManager2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 14:40:03 -0000 Author: sylvio Date: Sun Nov 25 14:40:02 2012 New Revision: 307746 URL: http://svnweb.freebsd.org/changeset/ports/307746 Log: - Fixed depends and errors generated by portlint PR: ports/171830 Submitted by: Gasol Wu Feature safe: yes Modified: head/devel/pear-PEAR_PackageFileManager2/Makefile Modified: head/devel/pear-PEAR_PackageFileManager2/Makefile ============================================================================== --- head/devel/pear-PEAR_PackageFileManager2/Makefile Sun Nov 25 14:04:36 2012 (r307745) +++ head/devel/pear-PEAR_PackageFileManager2/Makefile Sun Nov 25 14:40:02 2012 (r307746) @@ -7,16 +7,19 @@ PORTNAME= PEAR_PackageFileManager2 PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel www pear MAINTAINER= sylvio@FreeBSD.org COMMENT= PEAR class to maintain PEAR packages -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} - LICENSE= BSD +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins + CATEGORY= PEAR FILES= PackageFileManager2.php From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 15:42: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 8D21AD9B; Sun, 25 Nov 2012 15:42:23 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 68B9B8FC12; Sun, 25 Nov 2012 15:42:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPFgNee084957; Sun, 25 Nov 2012 15:42:23 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPFgNvZ084954; Sun, 25 Nov 2012 15:42:23 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201211251542.qAPFgNvZ084954@svn.freebsd.org> From: Florian Smeets Date: Sun, 25 Nov 2012 15:42:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307747 - in head: lang/php52 security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 15:42:23 -0000 Author: flo Date: Sun Nov 25 15:42:22 2012 New Revision: 307747 URL: http://svnweb.freebsd.org/changeset/ports/307747 Log: - Update backports patch to 20121114 - Bump PORTREVISION Changes: - CVE-2006-7243 PHP before 5.3.4 accepts the \0 character in a pathname, which might allow context-dependent attackers to bypass intended access restrictions by placing a safe file extension after this character, as demonstrated by .php\0.jpg at the end of the argument to the file_exists function Secuity 3761df02-0f9c-11e0-becc-0022156e8794 fixed by check in fopen functions for strlen(filename) != filename_len - CVE-2012-4388 The sapi_header_op function in main/SAPI.c does not properly determine a pointer during checks for %0D sequences (aka carriage return characters), which allows remote attackers to bypass an HTTP response-splitting protection mechanism via a crafted URL, this vulnerability exists because of an incorrect fix for CVE-2011-1398. - Timezone database updated to version 2012.9 (2012i) PR: ports/173685 Submitted by: Svyatoslav Lempert Approved by: maintainer Feature safe: yes Modified: head/lang/php52/Makefile (contents, props changed) head/lang/php52/distinfo (contents, props changed) head/security/vuxml/vuln.xml Modified: head/lang/php52/Makefile ============================================================================== --- head/lang/php52/Makefile Sun Nov 25 14:40:02 2012 (r307746) +++ head/lang/php52/Makefile Sun Nov 25 15:42:22 2012 (r307747) @@ -7,7 +7,7 @@ PORTNAME= php52 PORTVERSION= 5.2.17 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions @@ -26,7 +26,7 @@ USE_BZIP2= yes MAKE_JOBS_SAFE= yes # BACKPORTS patch for lang/php52 and all php52-extensions -PATCHFILES= php52-backports-security-20120911.patch +PATCHFILES= php52-backports-security-20121114.patch PATCH_SITES+= http://php52-backports.googlecode.com/files/ .if !defined(PKGNAMESUFFIX) Modified: head/lang/php52/distinfo ============================================================================== --- head/lang/php52/distinfo Sun Nov 25 14:40:02 2012 (r307746) +++ head/lang/php52/distinfo Sun Nov 25 15:42:22 2012 (r307747) @@ -1,7 +1,7 @@ SHA256 (php-5.2.17.tar.bz2) = e81beb13ec242ab700e56f366e9da52fd6cf18961d155b23304ca870e53f116c SIZE (php-5.2.17.tar.bz2) = 9092312 -SHA256 (php52-backports-security-20120911.patch) = 4911e2a5abb72d0558b2baf07ff64ca054d71219bde183e41b591894fb7cb1f6 -SIZE (php52-backports-security-20120911.patch) = 356599 +SHA256 (php52-backports-security-20121114.patch) = 59dc139b9acf86bbb2e281696765de513c3bec7d43392a10b5f3b36a9881ab00 +SIZE (php52-backports-security-20121114.patch) = 410829 SHA256 (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 354ce451417d14ef47761ae55147e9cee30fa0ff6f59447da021194c539f4d7f SIZE (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 43550 SHA256 (suhosin-patch-5.2.16-0.9.7.patch.gz) = aae115a318d80b3f32cedf876e7a8e4b932febb1b0c743c0b398003ebe122f91 Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Nov 25 14:40:02 2012 (r307746) +++ head/security/vuxml/vuln.xml Sun Nov 25 15:42:22 2012 (r307747) @@ -16626,7 +16626,7 @@ Note: Please add new entries to the beg php52 - 0 + 5.2.17_12 @@ -16645,11 +16645,6 @@ Note: Please add new entries to the beg

Paths with NULL in them (foo\0bar.txt) are now considered as invalid (CVE-2006-7243).

-
-

The php52 backports maintainer reports that this issue is unlikely - to be fixed in 5.2 due to design roadblocks. Users are strongly - encouraged to upgrade as soon as possible.

-
@@ -16660,7 +16655,7 @@ Note: Please add new entries to the beg 2010-12-10 2011-01-13 - 2012-09-19 + 2012-11-25
From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 15:53: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 6852D1F3; Sun, 25 Nov 2012 15:53:27 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 345B78FC14; Sun, 25 Nov 2012 15:53:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPFrRcn086323; Sun, 25 Nov 2012 15:53:27 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPFrRtW086321; Sun, 25 Nov 2012 15:53:27 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201211251553.qAPFrRtW086321@svn.freebsd.org> From: Wen Heping Date: Sun, 25 Nov 2012 15:53:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307748 - head/japanese/p5-WWW-MobileCarrierJP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 15:53:27 -0000 Author: wen Date: Sun Nov 25 15:53:26 2012 New Revision: 307748 URL: http://svnweb.freebsd.org/changeset/ports/307748 Log: - Update to 0.63 [1] Changes: http://cpansearch.perl.org/src/YOSHIMI/WWW-MobileCarrierJP-0.63/Changes - Trim Makefile headers PR: 173902 [1] Submitted by: TERAMOTO Masahiro (maintainer) [1] Feature safe: yes Modified: head/japanese/p5-WWW-MobileCarrierJP/Makefile head/japanese/p5-WWW-MobileCarrierJP/distinfo Modified: head/japanese/p5-WWW-MobileCarrierJP/Makefile ============================================================================== --- head/japanese/p5-WWW-MobileCarrierJP/Makefile Sun Nov 25 15:42:22 2012 (r307747) +++ head/japanese/p5-WWW-MobileCarrierJP/Makefile Sun Nov 25 15:53:26 2012 (r307748) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-WWW-MobileCarrierJP -# Date created: 2009-04-13 -# Whom: Masahiro Teramoto -# +# Created by: Masahiro Teramoto # $FreeBSD$ -# PORTNAME= WWW-MobileCarrierJP -PORTVERSION= 0.62 +PORTVERSION= 0.63 CATEGORIES= japanese www perl5 MASTER_SITES= CPAN Modified: head/japanese/p5-WWW-MobileCarrierJP/distinfo ============================================================================== --- head/japanese/p5-WWW-MobileCarrierJP/distinfo Sun Nov 25 15:42:22 2012 (r307747) +++ head/japanese/p5-WWW-MobileCarrierJP/distinfo Sun Nov 25 15:53:26 2012 (r307748) @@ -1,2 +1,2 @@ -SHA256 (WWW-MobileCarrierJP-0.62.tar.gz) = c7b2f5cfa13fed9ede5c10d0407ced64770a181cb45a389cdcfa45cf9dd8866c -SIZE (WWW-MobileCarrierJP-0.62.tar.gz) = 50326 +SHA256 (WWW-MobileCarrierJP-0.63.tar.gz) = 94d721e5bc0f1d41861d541e602895491c502e163ed46b599f36bbc5bb6cde57 +SIZE (WWW-MobileCarrierJP-0.63.tar.gz) = 50429 From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 16:02: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 6FD24500; Sun, 25 Nov 2012 16:02:21 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 50E378FC18; Sun, 25 Nov 2012 16:02:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPG2L2h087586; Sun, 25 Nov 2012 16:02:21 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPG2LZt087583; Sun, 25 Nov 2012 16:02:21 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201211251602.qAPG2LZt087583@svn.freebsd.org> From: Wen Heping Date: Sun, 25 Nov 2012 16:02:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307749 - head/devel/p5-Test-Class X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 16:02:21 -0000 Author: wen Date: Sun Nov 25 16:02:20 2012 New Revision: 307749 URL: http://svnweb.freebsd.org/changeset/ports/307749 Log: - Update to 0.38 Changes: http://cpansearch.perl.org/src/ADIE/Test-Class-0.38/Changes - Trim Makefile headers Feature safe: yes Modified: head/devel/p5-Test-Class/Makefile head/devel/p5-Test-Class/distinfo Modified: head/devel/p5-Test-Class/Makefile ============================================================================== --- head/devel/p5-Test-Class/Makefile Sun Nov 25 15:53:26 2012 (r307748) +++ head/devel/p5-Test-Class/Makefile Sun Nov 25 16:02:20 2012 (r307749) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Test-Class -# Date created: January 27th 2003 -# Whom: Erwin Lansing -# +# Created by: Erwin Lansing # $FreeBSD$ -# PORTNAME= Test-Class -PORTVERSION= 0.37 +PORTVERSION= 0.38 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Class/distinfo ============================================================================== --- head/devel/p5-Test-Class/distinfo Sun Nov 25 15:53:26 2012 (r307748) +++ head/devel/p5-Test-Class/distinfo Sun Nov 25 16:02:20 2012 (r307749) @@ -1,2 +1,2 @@ -SHA256 (Test-Class-0.37.tar.gz) = a7f76cfdd851c893333497c2d8e5a8be4f72473dc3c46c2033e7812eee3d6b0b -SIZE (Test-Class-0.37.tar.gz) = 77317 +SHA256 (Test-Class-0.38.tar.gz) = 05ab3c23095866b188805a491410949fc47fdebbe3d30bb9c8a5f8c284eb752f +SIZE (Test-Class-0.38.tar.gz) = 78030 From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 16:38: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 A181328C; Sun, 25 Nov 2012 16:38:24 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 864638FC08; Sun, 25 Nov 2012 16:38:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPGcOMs092421; Sun, 25 Nov 2012 16:38:24 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPGcOUp092419; Sun, 25 Nov 2012 16:38:24 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201211251638.qAPGcOUp092419@svn.freebsd.org> From: Chris Rees Date: Sun, 25 Nov 2012 16:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307750 - in head: graphics/ImageMagick net/liveMedia X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 16:38:24 -0000 Author: crees Date: Sun Nov 25 16:38:24 2012 New Revision: 307750 URL: http://svnweb.freebsd.org/changeset/ports/307750 Log: Over to new volunteer. PR: ports/173907 Submitted by: Chris Petrik Feature safe: yes Modified: head/graphics/ImageMagick/Makefile head/net/liveMedia/Makefile Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Sun Nov 25 16:02:20 2012 (r307749) +++ head/graphics/ImageMagick/Makefile Sun Nov 25 16:38:24 2012 (r307750) @@ -26,7 +26,7 @@ MASTER_SITES= http://www.imagemagick.org ftp://ftp.is.co.za/pub/imagemagick/ \ ftp://ftp.fifi.org/pub/ImageMagick/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Image processing tools LICENSE= AL2 Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Sun Nov 25 16:02:20 2012 (r307749) +++ head/net/liveMedia/Makefile Sun Nov 25 16:38:24 2012 (r307750) @@ -14,7 +14,7 @@ MASTER_SITES+= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= rm DISTNAME= live.${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= LIVE.COM Streaming Media LICENSE= GPLv2 From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 16:49: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 BE68C53F; Sun, 25 Nov 2012 16:49:46 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9FE448FC08; Sun, 25 Nov 2012 16:49:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPGnkUQ093771; Sun, 25 Nov 2012 16:49:46 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPGnkj1093769; Sun, 25 Nov 2012 16:49:46 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201211251649.qAPGnkj1093769@svn.freebsd.org> From: Matthew Seaman Date: Sun, 25 Nov 2012 16:49:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307751 - head/net/phpldapadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 16:49:46 -0000 Author: matthew Date: Sun Nov 25 16:49:46 2012 New Revision: 307751 URL: http://svnweb.freebsd.org/changeset/ports/307751 Log: Update to version 1.2.3 - Trim Makefile headers Feature safe: yes Modified: head/net/phpldapadmin/Makefile (contents, props changed) head/net/phpldapadmin/distinfo (contents, props changed) Modified: head/net/phpldapadmin/Makefile ============================================================================== --- head/net/phpldapadmin/Makefile Sun Nov 25 16:38:24 2012 (r307750) +++ head/net/phpldapadmin/Makefile Sun Nov 25 16:49:46 2012 (r307751) @@ -1,12 +1,8 @@ -# New ports collection makefile for: phpLDAPadmin -# Date created: 30 Apr 2004 -# Whom: Matthew Seaman -# +# Created by: Matthew Seaman # $FreeBSD$ -# PORTNAME= phpldapadmin -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION} Modified: head/net/phpldapadmin/distinfo ============================================================================== --- head/net/phpldapadmin/distinfo Sun Nov 25 16:38:24 2012 (r307750) +++ head/net/phpldapadmin/distinfo Sun Nov 25 16:49:46 2012 (r307751) @@ -1,2 +1,2 @@ -SHA256 (phpldapadmin-1.2.2.tgz) = 8629ea3f14630d4dd74099c997ac9795240a6417d5d124517ba5860c12d8a239 -SIZE (phpldapadmin-1.2.2.tgz) = 1415565 +SHA256 (phpldapadmin-1.2.3.tgz) = aecaf8c3ce77ba3899dd31ee5ee183555b2f9349eb8e196dcd33d8a3c485ed58 +SIZE (phpldapadmin-1.2.3.tgz) = 1115707 From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 17: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 8036B852; Sun, 25 Nov 2012 17:01:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 660248FC12; Sun, 25 Nov 2012 17:01:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPH1VmG095430; Sun, 25 Nov 2012 17:01:31 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPH1VWR095428; Sun, 25 Nov 2012 17:01:31 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211251701.qAPH1VWR095428@svn.freebsd.org> From: Emanuel Haupt Date: Sun, 25 Nov 2012 17:01:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307752 - head/misc/ddate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 17:01:31 -0000 Author: ehaupt Date: Sun Nov 25 17:01:30 2012 New Revision: 307752 URL: http://svnweb.freebsd.org/changeset/ports/307752 Log: Update to 2.22.1 Feature safe: yes Modified: head/misc/ddate/Makefile head/misc/ddate/distinfo Modified: head/misc/ddate/Makefile ============================================================================== --- head/misc/ddate/Makefile Sun Nov 25 16:49:46 2012 (r307751) +++ head/misc/ddate/Makefile Sun Nov 25 17:01:30 2012 (r307752) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= ddate -PORTVERSION= 2.22 +PORTVERSION= 2.22.1 PORTEPOCH= 1 CATEGORIES= misc -MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/v${PORTVERSION}/ \ +MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/v${PORTVERSION:C/^([0-9]*\.[0-9]*).*/\1/}/ \ CRITICAL DISTNAME= util-linux-${PORTVERSION} Modified: head/misc/ddate/distinfo ============================================================================== --- head/misc/ddate/distinfo Sun Nov 25 16:49:46 2012 (r307751) +++ head/misc/ddate/distinfo Sun Nov 25 17:01:30 2012 (r307752) @@ -1,2 +1,2 @@ -SHA256 (util-linux-2.22.tar.xz) = 32b329aa72c2ea546378bf81f08e30cf30440196c2edf7777b4f509a3fdbe5a2 -SIZE (util-linux-2.22.tar.xz) = 3183868 +SHA256 (util-linux-2.22.1.tar.xz) = c6de9f59882d7adedc2d2e7fdb940e8cdb256080491f632cabe7edde5764d82f +SIZE (util-linux-2.22.1.tar.xz) = 3194800 From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 17:12: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 A7D74CA7; Sun, 25 Nov 2012 17:12:51 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 744748FC1A; Sun, 25 Nov 2012 17:12:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPHCpn8097179; Sun, 25 Nov 2012 17:12:51 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPHCpLt097177; Sun, 25 Nov 2012 17:12:51 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201211251712.qAPHCpLt097177@svn.freebsd.org> From: Matthew Seaman Date: Sun, 25 Nov 2012 17:12:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307753 - head/databases/mysql-connector-java X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 17:12:51 -0000 Author: matthew Date: Sun Nov 25 17:12:51 2012 New Revision: 307753 URL: http://svnweb.freebsd.org/changeset/ports/307753 Log: Update to 5.1.22 - Trim Makefile headers - ChangeLog: https://dev.mysql.com/doc/connector-j/en/cj-news-5-1-22.html Feature safe: yes Modified: head/databases/mysql-connector-java/Makefile head/databases/mysql-connector-java/distinfo (contents, props changed) Modified: head/databases/mysql-connector-java/Makefile ============================================================================== --- head/databases/mysql-connector-java/Makefile Sun Nov 25 17:01:30 2012 (r307752) +++ head/databases/mysql-connector-java/Makefile Sun Nov 25 17:12:51 2012 (r307753) @@ -1,12 +1,9 @@ -# New ports collection makefile for: mysql-connector-java -# Date created: 8 October 2003 -# Whom: Matthew Seaman -# +# Created by: Matthew Seaman # $FreeBSD$ -# + PORTNAME= mysql-connector-java -PORTVERSION= 5.1.21 +PORTVERSION= 5.1.22 CATEGORIES= databases java MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= Connector-J @@ -18,7 +15,6 @@ LICENSE= GPLv2 RUN_DEPENDS= ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j -USE_ZIP= yes USE_JAVA= yes JAVA_VERSION= 1.5+ BUILDDIR= ${WRKDIR}/${DISTNAME} Modified: head/databases/mysql-connector-java/distinfo ============================================================================== --- head/databases/mysql-connector-java/distinfo Sun Nov 25 17:01:30 2012 (r307752) +++ head/databases/mysql-connector-java/distinfo Sun Nov 25 17:12:51 2012 (r307753) @@ -1,2 +1,2 @@ -SHA256 (mysql-connector-java-5.1.21.zip) = 4296d4565424a908e325190024911bbb43f0ce8774cdbdbd27a5ab374c3c6090 -SIZE (mysql-connector-java-5.1.21.zip) = 4175193 +SHA256 (mysql-connector-java-5.1.22.tar.gz) = 07245b54002cab2a7d6a8635f9b57af2d88f8183b61ad27d3f094b56e5ddbf93 +SIZE (mysql-connector-java-5.1.22.tar.gz) = 4028047 From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 19:25: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 53C8E83D; Sun, 25 Nov 2012 19:25:38 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 37CBA8FC12; Sun, 25 Nov 2012 19:25:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPJPcWD014685; Sun, 25 Nov 2012 19:25:38 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPJPcuW014682; Sun, 25 Nov 2012 19:25:38 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201211251925.qAPJPcuW014682@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sun, 25 Nov 2012 19:25:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307754 - in head/www/py-slumber: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 19:25:38 -0000 Author: rm Date: Sun Nov 25 19:25:37 2012 New Revision: 307754 URL: http://svnweb.freebsd.org/changeset/ports/307754 Log: - add YAML option - bump PORTREVISION because of dependencies change - use GITHUB mastersite instead of CHEESESHOP - switch to setuptools, update pkg-plist accordingly - remove setup.py patch - add TEST_DEPENDS and regression-test target - fix typo in Makefile header: s/Creates by/Created by PR: 173903 Submitted by: Kubilay Kocak (maintainer) Feature safe: yes Deleted: head/www/py-slumber/files/ Modified: head/www/py-slumber/Makefile head/www/py-slumber/distinfo head/www/py-slumber/pkg-plist Modified: head/www/py-slumber/Makefile ============================================================================== --- head/www/py-slumber/Makefile Sun Nov 25 17:12:51 2012 (r307753) +++ head/www/py-slumber/Makefile Sun Nov 25 19:25:37 2012 (r307754) @@ -1,10 +1,10 @@ -# Creates by: Kubilay Kocak +# Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= slumber PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= www python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs.freebsd@gmail.com @@ -14,7 +14,28 @@ LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests +OPTIONS_DEFINE= YAML +YAML_DESC= Enable YAML serializer support +OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options + +.include + +.if ${PORT_OPTIONS:MYAML} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml +.endif + +USE_GITHUB= yes USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS= easy_install + +GH_ACCOUNT= dstufft +GH_COMMIT= e5bde78 +GH_TAGNAME= v${DISTVERSION} + +TEST_DEPENDS:= ${RUN_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:${PORTSDIR}/devel/py-mock + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Modified: head/www/py-slumber/distinfo ============================================================================== --- head/www/py-slumber/distinfo Sun Nov 25 17:12:51 2012 (r307753) +++ head/www/py-slumber/distinfo Sun Nov 25 19:25:37 2012 (r307754) @@ -1,2 +1,2 @@ -SHA256 (slumber-0.5.1.tar.gz) = da3ede8ea882b7db6f60094329884fd18700b7111c2527d14f5c75601616fe83 -SIZE (slumber-0.5.1.tar.gz) = 9078 +SHA256 (slumber-0.5.1.tar.gz) = e6dc6d2eaa2de4c88e2ffdeadb2925c1262a33283085bac40e96d750e3ece670 +SIZE (slumber-0.5.1.tar.gz) = 13847 Modified: head/www/py-slumber/pkg-plist ============================================================================== --- head/www/py-slumber/pkg-plist Sun Nov 25 17:12:51 2012 (r307753) +++ head/www/py-slumber/pkg-plist Sun Nov 25 19:25:37 2012 (r307754) @@ -1,11 +1,32 @@ @comment $FreeBSD$ -%%PYTHON_SITELIBDIR%%/slumber/__init__.py -%%PYTHON_SITELIBDIR%%/slumber/__init__.pyc -%%PYTHON_SITELIBDIR%%/slumber/__init__.pyo -%%PYTHON_SITELIBDIR%%/slumber/exceptions.py -%%PYTHON_SITELIBDIR%%/slumber/exceptions.pyc -%%PYTHON_SITELIBDIR%%/slumber/exceptions.pyo -%%PYTHON_SITELIBDIR%%/slumber/serialize.py -%%PYTHON_SITELIBDIR%%/slumber/serialize.pyc -%%PYTHON_SITELIBDIR%%/slumber/serialize.pyo -@dirrm %%PYTHON_SITELIBDIR%%/slumber +%%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%%/slumber/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/slumber/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/slumber/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/slumber/exceptions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/slumber/exceptions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/slumber/exceptions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/slumber/serialize.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/slumber/serialize.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/slumber/serialize.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/resource.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/resource.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/resource.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/serializer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/serializer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/serializer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/utils.pyo +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/slumber +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 19:26: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 E3F0092A; Sun, 25 Nov 2012 19:26:34 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AD5758FC12; Sun, 25 Nov 2012 19:26:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPJQYMj014864; Sun, 25 Nov 2012 19:26:34 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPJQYcn014862; Sun, 25 Nov 2012 19:26:34 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201211251926.qAPJQYcn014862@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sun, 25 Nov 2012 19:26:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307755 - head/databases/cego X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 19:26:35 -0000 Author: rm Date: Sun Nov 25 19:26:34 2012 New Revision: 307755 URL: http://svnweb.freebsd.org/changeset/ports/307755 Log: - update to 2.14.1 while here: - remove indefinite article from COMMENT - remove shlib versions (portlint warning) PR: 173890 Submitted by: Kurt Jaeger (maintainer) Feature safe: yes Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Sun Nov 25 19:25:37 2012 (r307754) +++ head/databases/cego/Makefile Sun Nov 25 19:26:34 2012 (r307755) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.14.0 +PORTVERSION= 2.14.1 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= fbsd-ports@opsec.eu -COMMENT= A relational and transactional database system +COMMENT= Relational and transactional database system LICENSE= GPLv2 -LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc \ - lfcxml.1:${PORTSDIR}/devel/lfcxml +LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc \ + lfcxml:${PORTSDIR}/devel/lfcxml GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Sun Nov 25 19:25:37 2012 (r307754) +++ head/databases/cego/distinfo Sun Nov 25 19:26:34 2012 (r307755) @@ -1,2 +1,2 @@ -SHA256 (cego-2.14.0.tar.gz) = 55bbb2d4ebb6ce3c2173442f3fbc6b654d50411caf37855deaf102c31da68ac4 -SIZE (cego-2.14.0.tar.gz) = 654185 +SHA256 (cego-2.14.1.tar.gz) = 81b355b7dfd6854569a3473345adbbcecde06926b69a3e0df430e67236707cb4 +SIZE (cego-2.14.1.tar.gz) = 654738 From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 21:31: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 CA2D0C74; Sun, 25 Nov 2012 21:31:37 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AEB308FC14; Sun, 25 Nov 2012 21:31:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPLVbOD030967; Sun, 25 Nov 2012 21:31:37 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPLVbDJ030965; Sun, 25 Nov 2012 21:31:37 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201211252131.qAPLVbDJ030965@svn.freebsd.org> From: Jimmy Olgeni Date: Sun, 25 Nov 2012 21:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307756 - in head/misc/cstream: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 21:31:38 -0000 Author: olgeni Date: Sun Nov 25 21:31:37 2012 New Revision: 307756 URL: http://svnweb.freebsd.org/changeset/ports/307756 Log: - Adopt misc/cstream - Fix a few typos - Fix a couple of mdoc warnings Feature safe: yes Added: head/misc/cstream/files/ head/misc/cstream/files/patch-cstream.1 (contents, props changed) Modified: head/misc/cstream/Makefile Modified: head/misc/cstream/Makefile ============================================================================== --- head/misc/cstream/Makefile Sun Nov 25 19:26:34 2012 (r307755) +++ head/misc/cstream/Makefile Sun Nov 25 21:31:37 2012 (r307756) @@ -3,10 +3,11 @@ PORTNAME= cstream PORTVERSION= 3.0.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.cons.org/cracauer/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= Like dd(1) tool, precise bandwidth limiting/reporting, fifo, TCP LICENSE= MIT Added: head/misc/cstream/files/patch-cstream.1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/cstream/files/patch-cstream.1 Sun Nov 25 21:31:37 2012 (r307756) @@ -0,0 +1,126 @@ + +$FreeBSD$ + +--- cstream.1.orig ++++ cstream.1 +@@ -46,9 +46,9 @@ + .Ar num + bytes before writing. The default is the blocksize. It is an error to + set this to anything below the blocksize. Useful when writing tapes +-and simlilar that prefer few large writes of many small. ++and similar that prefer few large writes of many small. + .It Fl c Ar num +-Concurrent operation. Use a seperate process for outout. This is ++Concurrent operation. Use a separate process for output. This is + especially useful in combination with the -B option. + .Bl -tag -compact -width " " + .It 0 = use one process only (default) +@@ -56,13 +56,13 @@ + .It 2 = write process will buffer + .It 3 = both processes will buffer. + In combination with a large buffer size this will often load your memory +-heavily, everytime the reader transfers the buffer it collected to the ++heavily, every time the reader transfers the buffer it collected to the + writer. If you use -c 3 and have a buffer size of 128 Megabytes 256 MB of + memory will be touched at once. + .El + .It Fl i Ar num + .It Fl o Ar num +-Set the file names to use for input or output, respectivly. If the ++Set the file names to use for input or output, respectively. If the + output file name is "-", data will just be discarded. If the input + file name is "-", data will be generated 'out of the void'. If these + options aren't given, stdin/stout will be used. If you need to give +@@ -81,7 +81,7 @@ + has other network filters, anyone will be able to connect. + .It Fl I Ar string + .It Fl O Ar string +-Specify the type of input and output file, respectivly. ++Specify the type of input and output file, respectively. + .Bl -tag -compact -width " " + .It If string + includes 'f', a fifo will be created. +@@ -109,7 +109,7 @@ + .It Fl p Ar filename + Write the process id of cstream to + .Ar filename . +-If cstream uses a seperate writer process (option -c), this is the pid ++If cstream uses a separate writer process (option -c), this is the pid + of the parent (reader) process. + .It Fl t Ar num + Limit the throughput of the data stream to +@@ -132,7 +132,7 @@ + and throughput will be displayed at the end of program run. A value of + 2 means the transfer rate since the end of the first read/write pair + will also be reported (useful when there is an initial delay). A value +-of 3 means there will also be seperate measurements for read and ++of 3 means there will also be separate measurements for read and + write. This option is resource-consuming and currently isn't + implemented. A value of 4 means that notices about each single + read/write will be displayed. High values include all message types of +@@ -144,13 +144,13 @@ + be used as input file if -i has not been used. + .It Ic SIGUSR1 + .It Ic SIGINFO +-Sending SIGUSR1 (or SIGINFO, which is usually mappend to Control-T on ++Sending SIGUSR1 (or SIGINFO, which is usually mapped to Control-T on + you keyboard) to cstream causes it to display throughput rates to +-stderr. The stream will continue as if nothing happend. ++stderr. The stream will continue as if nothing happened. + .It Ic SIGUSR2 + Exit and report throughput rates, if requested. + .It Ic SIGHUP +-I found myself sending SIGHUP accidentially too often. But ignoring or ++I found myself sending SIGHUP accidentally too often. But ignoring or + misusing SIGHUP is not an option for me. Thus, when + .Nm cstream + received +@@ -191,19 +191,18 @@ + .It Ic "cstream -Oa -o /dev/dsp0 myhost.mydomain.com:17324" + Connects port 3333 on host myhost.mydomain.com and whatever data it + finds there will be sent to the soundcard, with appropriate settings +-for CD quality stero play. ++for CD quality stereo play. + .It Ic "cstream -i myaudiofile.raw -o :17324" + This will open a TCP server on port 17324 and waits until someone + connects (for example, the commandline from the previous + example). Then it will send the contents of myaudiofile.raw down the +-TCP stream (for the previous audio example, typically a CD audiotrack ++TCP stream (for the previous audio example, typically a CD audio track + like you get from the tosha or cdparanoia utilities). + .It Ic "cstream -OD -o myfile" +- + Write to file myfile with O_DIRECT. That usually means that the + filesystem buffer cache will not try to cache this file. You can use + that to prevent copying operations from eating up physical memory. +-Note that when cstream encouters a write error it will switch the ++Note that when cstream encounters a write error it will switch the + output file from O_DIRECT to a normal file and write all further + blocks without O_DIRECT if writes without O_DIRECT succeed. In + practice that usually means that your last block, if not a multiple of +@@ -222,7 +221,7 @@ + you want to ensure that O_DIRECT stays in effect, you need a buffer + between the TCP stream and the O_DIRECT stream. Since cstream does + not yet support different input and output block sizes, dd is +-suitable here. Note that this is only neccessary if the OS requires ++suitable here. Note that this is only necessary if the OS requires + multiples of the filesystem block size for O_DIRECT. At the time of + this writing this construct is needed on Linux for using TCP + streams with O_DIRECT, but it is not needed on FreeBSD. +@@ -234,6 +233,7 @@ + both Linux and FreeBSD is very slow (1/5th to 1/10th of normal write) + and O_DIRECT is reasonably fast (1/4th to 1/2 of normal write). You + can combined O_SYNC and O_DIRECT. ++.El + .Sh ERRORS + .Bl -tag -width "-l num " + .It Exit code 0 means success. +@@ -252,7 +252,7 @@ + blocksize to whatever the filesystem of the output file is in) and page + alignment requirements (I/O will happen from a page-aligned buffer). + However, the combination of concurrent read/writes (-c options) and +-O_DIRECT has not been tested bejond basic verification that it gets ++O_DIRECT has not been tested beyond basic verification that it gets + some tests right. + .Sh SEE ALSO + .Xr dd 1 , From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 21:38: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 33236149; Sun, 25 Nov 2012 21:38:46 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 16CE58FC08; Sun, 25 Nov 2012 21:38:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPLcjOj031946; Sun, 25 Nov 2012 21:38:45 GMT (envelope-from bar@svn.freebsd.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPLcjZK031945; Sun, 25 Nov 2012 21:38:45 GMT (envelope-from bar@svn.freebsd.org) Message-Id: <201211252138.qAPLcjZK031945@svn.freebsd.org> From: Barbara Guida Date: Sun, 25 Nov 2012 21:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307757 - head/astro/xearth/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 21:38:46 -0000 Author: bar Date: Sun Nov 25 21:38:45 2012 New Revision: 307757 URL: http://svnweb.freebsd.org/changeset/ports/307757 Log: Add my location as committer Approved by: flo (mentor) Feature safe: yes Modified: head/astro/xearth/files/freebsd.committers.markers Modified: head/astro/xearth/files/freebsd.committers.markers ============================================================================== --- head/astro/xearth/files/freebsd.committers.markers Sun Nov 25 21:31:37 2012 (r307756) +++ head/astro/xearth/files/freebsd.committers.markers Sun Nov 25 21:38:45 2012 (r307757) @@ -106,6 +106,7 @@ 55.66283, 12.596603, "erwin" # Copenhagen, Denmark 55.66192, 12.5695, "lbr" # Copenhagen, Denmark 55.709434, 12.561944, "tobez" # Copenhagen, Denmark + 41.90000, 12.48333, "bar" # Roma, Italy 55.754892, 12.467337, "lth" # Bagsvaerd, Denmark 55.627, 12.382, "simon" # Vallensbaek, Denmark 47.867, 12.333, "obraun" # Prien a. Chiemsee, Germany From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 22:36: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 7BFBBCF2 for ; Sun, 25 Nov 2012 22:36:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4C5DE8FC17 for ; Sun, 25 Nov 2012 22:36:50 +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 qAPMaomN073409 for ; Sun, 25 Nov 2012 22:36:50 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAPMaohk073400 for svn-ports-all@freebsd.org; Sun, 25 Nov 2012 22:36:50 GMT (envelope-from bdrewery) Received: (qmail 65816 invoked from network); 25 Nov 2012 16:36:48 -0600 Received: from unknown (HELO ?10.10.0.115?) (freebsd@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 25 Nov 2012 16:36:48 -0600 Message-ID: <50B29D7D.1090309@FreeBSD.org> Date: Sun, 25 Nov 2012 16:36:45 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Wesley Shields Subject: Re: svn commit: r307565 - head/net/silc-client References: <201211191622.qAJGMZps097391@svn.freebsd.org> <20121120111700.GI71195@ithaqua.etoilebsd.net> <20121125032245.GB10784@atarininja.org> <20121125100824.GB33816@ithaqua.etoilebsd.net> In-Reply-To: <20121125100824.GB33816@ithaqua.etoilebsd.net> X-Enigmail-Version: 1.4.6 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB7E502E5F93026A47CB0CE73" Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 22:36:50 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB7E502E5F93026A47CB0CE73 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 11/25/2012 4:08 AM, Baptiste Daroussin wrote: > On Sat, Nov 24, 2012 at 10:22:45PM -0500, Wesley Shields wrote: >> On Tue, Nov 20, 2012 at 12:17:00PM +0100, Baptiste Daroussin wrote: >>> I know I already told you the following, but I think it is worth sayi= ng it >>> loudly for other people who don't know yet about OPTIONS_DEFINE_${arc= h} >>> >>> regards, >>> Bapt >>> >>> On Mon, Nov 19, 2012 at 04:22:35PM +0000, Wesley Shields wrote: >>>> Author: wxs >>>> Date: Mon Nov 19 16:22:34 2012 >>>> New Revision: 307565 >>>> URL: http://svnweb.freebsd.org/changeset/ports/307565 >>>> >>> ... >>>> WANT_PERL=3D yes >>>> =20 >>>> -OPTIONS=3D PTHREADS "Enable pthreads support" off \ >>>> - IPV6 "Enable IPv6 support" on \ >>>> - ICONV "Enable international character support" on \ >>>> - PERL "Enable perl support" on \ >>>> - OPTIMIZED_ASM "Use assembler optimizations (i386 only)" on >>>> +OPTIONS_DEFINE=3D PTHREADS IPV6 ICONV PERL OPTIMIZED_ASM >>>> +PTHREADS_DESC=3D "Enable pthreads support" >>>> +OPTIMIZED_ASM_DESC=3D "Use assembler optimizations (i386 only)" >>>> +OPTIONS_DEFAULT=3D IPV6 ICONV PERL OPTIMIZED_ASM >>> >>> OPTIONS_DEFINE=3D -PTHREADS IPV6 ICONV PERL >>> OPTIONS_DEFINE_i386=3D OPTIMIZED_ASM >>> OPTIMIZED_ASM_DESC=3D Use assembler optimizations >>> ... >>>> -.include >>>> +.include >>>> =20 >>>> .if ${ARCH} !=3D "i386" >>>> WITHOUT_OPTIMIZED_ASM=3D yes >>>> .endif >>> >>> The above is uneeded as OPTIMIZED_ASM will never get defined with the= _arch >>> syntax above. >> >> Fixed all of these. Thanks for catching it and pointing me to the prop= er >> way to do it! >> >> I do have one question. In r307732 I had to change ${PERL} to just >> 'perl' in the PERL_ARCHNAME!=3D line. This was working prior to the sw= itch >> to the new options so I'm curious if I did something wrong or uncovere= d >> a bug? >> >> -- WXS >=20 > This is because ${PERL} is set by USE_PERL5, which is included after > bsd.port.options.mk and you need it at the moment you parse the Makefil= e because > of: PERL_ARCHNAME!=3D ${PERL} -V:archname 2>/dev/null || true Additionally, running perl(1) here doesn't work in a clean jail, such building with poudriere: =3D=3D=3D=3D>> [03] Starting build of net/silc-irssi-plugin perl: not found "/usr/ports/net/silc-irssi-plugin/../silc-client/Makefile", line 100: warning: "perl -V:archname" returned non-zero status-- Regards, Bryan Drewery bdrewery@freenode/EFNet --------------enigB7E502E5F93026A47CB0CE73 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJQsp1+AAoJEG54KsA8mwz5iK0QALsgUalLLnT2kZ7+CF4u0TWk cAbKH5ykXM4or4xvSZ4WvIaYH43wGBDnjX6jLVnzAFyp3HpvxQAsUWIBF+ArH/sP 4c0KZhGKIf5msgRTl0to5AtdP3yZ4582JZOqa4XYBcFoa7KzhUi0ZFqQjbexlHX5 qK3QPL3c9BIXPiiGUtlnPWXbdDDklwNA7+8vRkEqaW8YuX5LyfrppiA3kG+ZM2aw /o9BSAvJ9DsARIU1dl+c37kYq3zFb4R+fgUVFJCTr0+URC1dM40mX8jTlPYF1ETC 9AO8xDIBc/eQbkwXue1+TySHEEqBVQ/YoYgMiuXNQrZBsVnix7Zz8+DdWERA27vx PSgkUA5u15roAmMAA2IhE6ox/Ddg+kyYmPXZi1y2AaFeVi54PTg27MNzgrBFDPMj R5KaR5Q0j01RuoM0wbolJn/c8aq9kth+/Q0JEw6wFhsnRSVNKM7uD2N95GrEAhL2 IrBcv2Xo2iJMkYvPPqbpOXR5hEbwNCnQe7dFmrvYEgoXA/gSfzv1SfbrovV+9mvo sm7cjl5bkrSO83Cw2uTmpZPu2jTOAgjd1J8vz4onOblVjytKngiMdo2zCTAJIltp WX/Um+ZyXR1CZkFzKjYih/zpfn4AkEFHioDVywiD/t0GC4Cl/Ma5+HsQ5cls/1Yx AT6h1yn1HRqtXy6N5MHQ =WoXw -----END PGP SIGNATURE----- --------------enigB7E502E5F93026A47CB0CE73-- From owner-svn-ports-all@FreeBSD.ORG Sun Nov 25 22:49: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 CEA82F8F; Sun, 25 Nov 2012 22:49:35 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B172A8FC13; Sun, 25 Nov 2012 22:49:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAPMnZBj040966; Sun, 25 Nov 2012 22:49:35 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAPMnZ3k040965; Sun, 25 Nov 2012 22:49:35 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201211252249.qAPMnZ3k040965@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sun, 25 Nov 2012 22:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307758 - head/archivers/p7zip X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 25 Nov 2012 22:49:35 -0000 Author: rakuco Date: Sun Nov 25 22:49:35 2012 New Revision: 307758 URL: http://svnweb.freebsd.org/changeset/ports/307758 Log: Convert to OptionsNG. PR: ports/173813 Submitted by: Chris Petrik Feature safe: yes Modified: head/archivers/p7zip/Makefile Modified: head/archivers/p7zip/Makefile ============================================================================== --- head/archivers/p7zip/Makefile Sun Nov 25 21:38:45 2012 (r307757) +++ head/archivers/p7zip/Makefile Sun Nov 25 22:49:35 2012 (r307758) @@ -10,8 +10,11 @@ DISTNAME= ${PORTNAME}_${DISTVERSION}_src MAINTAINER= rakuco@FreeBSD.org COMMENT= File archiver with high compression ratio -OPTIONS= MINIMAL "Support only .7z file format" off \ - MODULES "Build modules" on +OPTIONS_DEFINE= MINIMAL MODULES +OPTIONS_DEFAULT= MODULES + +MINIMAL_DESC= Support only .7z file format +MODULES_DESC= Build modules USE_BZIP2= yes MAKEFILE= makefile @@ -19,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVER .include -.if defined(WITH_MINIMAL) +.if ${PORT_OPTIONS:MMINIMAL} MAN1= 7zr.1 MLINKS= 7zr.1 7z.1 PLIST_SUB= MODULES="@comment " @@ -39,7 +42,7 @@ PLIST_FILES= bin/7z \ libexec/p7zip/7za \ libexec/p7zip/7zr \ libexec/p7zip/7zCon.sfx -.if !defined(WITHOUT_MODULES) +.if ${PORT_OPTIONS:MMODULES} ALL_TARGET= 7z 7za 7zr Client7z sfx 7ZBIN= 7z 7za 7zr Client7z 7zCon.sfx PLIST_DIRS+= libexec/p7zip/Codecs From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 00:57: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 DC8F31AD; Mon, 26 Nov 2012 00:57:21 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A7B108FC12; Mon, 26 Nov 2012 00:57:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ0vLAB059093; Mon, 26 Nov 2012 00:57:21 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ0vLa6059089; Mon, 26 Nov 2012 00:57:21 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201211260057.qAQ0vLa6059089@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Mon, 26 Nov 2012 00:57:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307759 - in head/math/sage: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 00:57:21 -0000 Author: stephen Date: Mon Nov 26 00:57:21 2012 New Revision: 307759 URL: http://svnweb.freebsd.org/changeset/ports/307759 Log: - Update to 5.4.1. Feature safe: yes Modified: head/math/sage/Makefile head/math/sage/distinfo head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Sun Nov 25 22:49:35 2012 (r307758) +++ head/math/sage/Makefile Mon Nov 26 00:57:21 2012 (r307759) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sage -PORTVERSION= 5.4 +PORTVERSION= 5.4.1 CATEGORIES= math MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \ http://mirrors.xmission.com/sage/src/ \ Modified: head/math/sage/distinfo ============================================================================== --- head/math/sage/distinfo Sun Nov 25 22:49:35 2012 (r307758) +++ head/math/sage/distinfo Mon Nov 26 00:57:21 2012 (r307759) @@ -1,2 +1,2 @@ -SHA256 (sage-5.4.tar) = cf02d6fb7a703b81b438e9384ae06d84fce20efbaab95b0e2d3f81f9824327cd -SIZE (sage-5.4.tar) = 314910720 +SHA256 (sage-5.4.1.tar) = 624146d45f86917aaf90bd46998419e3d199dfed0049e7a83fe6e95b0a049f0e +SIZE (sage-5.4.1.tar) = 315361280 Modified: head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py ============================================================================== --- head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py Sun Nov 25 22:49:35 2012 (r307758) +++ head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py Mon Nov 26 00:57:21 2012 (r307759) @@ -1,5 +1,5 @@ --- sage-5.0.beta13/sage/misc/getusage.py-orig 2012-04-11 00:14:47.000000000 +0000 -+++ sage-5.4/sage/misc/getusage.py 2012-04-11 00:47:03.000000000 +0000 ++++ sage-5.4.1/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 Mon Nov 26 01:31: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 E71E677A; Mon, 26 Nov 2012 01:31:46 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AF99F8FC12; Mon, 26 Nov 2012 01:31:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ1Vkkb063962; Mon, 26 Nov 2012 01:31:46 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ1Vk45063960; Mon, 26 Nov 2012 01:31:46 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201211260131.qAQ1Vk45063960@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Mon, 26 Nov 2012 01:31:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307760 - head/math/octave-forge-splines X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 01:31:47 -0000 Author: stephen Date: Mon Nov 26 01:31:46 2012 New Revision: 307760 URL: http://svnweb.freebsd.org/changeset/ports/307760 Log: - Update to 1.1.1. Feature safe: yes Modified: head/math/octave-forge-splines/Makefile head/math/octave-forge-splines/distinfo Modified: head/math/octave-forge-splines/Makefile ============================================================================== --- head/math/octave-forge-splines/Makefile Mon Nov 26 00:57:21 2012 (r307759) +++ head/math/octave-forge-splines/Makefile Mon Nov 26 01:31:46 2012 (r307760) @@ -1,12 +1,8 @@ -# New ports collection makefile for: octave-forge-splines -# Date created: 8 September 2008 -# Whom: Stephen Montgomery-Smith -# +# Created by: Stephen Montgomery-Smith # $FreeBSD$ -# PORTNAME= octave-forge-splines -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-splines/distinfo ============================================================================== --- head/math/octave-forge-splines/distinfo Mon Nov 26 00:57:21 2012 (r307759) +++ head/math/octave-forge-splines/distinfo Mon Nov 26 01:31:46 2012 (r307760) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/splines-1.1.0.tar.gz) = dee190dbd7fae93d174120617ab4f7b9fa3de9bc147c6077718b1c9891f4d985 -SIZE (octave-forge/splines-1.1.0.tar.gz) = 20545 +SHA256 (octave-forge/splines-1.1.1.tar.gz) = f67b5d5317d878cc411344d346beb301fa2e773faf44b1cdecfe0fd8cb6b955f +SIZE (octave-forge/splines-1.1.1.tar.gz) = 20869 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 02:00:29 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 11BC1E13; Mon, 26 Nov 2012 02:00:29 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D1A918FC13; Mon, 26 Nov 2012 02:00:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ20SS7068033; Mon, 26 Nov 2012 02:00:28 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ20Swl068031; Mon, 26 Nov 2012 02:00:28 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201211260200.qAQ20Swl068031@svn.freebsd.org> From: Adam Weinberger Date: Mon, 26 Nov 2012 02:00:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307761 - head/sysutils/vimpager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 02:00:29 -0000 Author: adamw Date: Mon Nov 26 02:00:28 2012 New Revision: 307761 URL: http://svnweb.freebsd.org/changeset/ports/307761 Log: Update to 1.7.6. Feature safe: yes Modified: head/sysutils/vimpager/Makefile head/sysutils/vimpager/distinfo Modified: head/sysutils/vimpager/Makefile ============================================================================== --- head/sysutils/vimpager/Makefile Mon Nov 26 01:31:46 2012 (r307760) +++ head/sysutils/vimpager/Makefile Mon Nov 26 02:00:28 2012 (r307761) @@ -1,12 +1,8 @@ -# New ports collection makefile for: vimpager -# Date created: 10 December 2011 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= vimpager -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= sysutils MASTER_SITES= https://github.com/${GH_DEVELOPER}/${GH_PORTNAME}/tarball/${DISTVERSION}/ DISTNAME= ${GH_DEVELOPER}-${GH_PORTNAME}-${DISTVERSION}-0-g${GH_VERSION} @@ -19,17 +15,18 @@ 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= ab67790561 #GH appends a commit hash to the filename -GH_SRCDIR= 9a02eaf #GH appends something else (??) to the extracted pathname +GH_VERSION= 4d1473bccb #GH appends a commit hash to the filename +GH_SRCDIR= 32f46e0 #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} bin/vimcat +PLIST_FILES= bin/${PORTNAME} bin/vimcat etc/${PORTNAME}rc MAN1= ${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/vimcat ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}rc ${PREFIX}/etc .include Modified: head/sysutils/vimpager/distinfo ============================================================================== --- head/sysutils/vimpager/distinfo Mon Nov 26 01:31:46 2012 (r307760) +++ head/sysutils/vimpager/distinfo Mon Nov 26 02:00:28 2012 (r307761) @@ -1,2 +1,2 @@ -SHA256 (rkitover-vimpager-1.7.5-0-gab67790561.tar.gz) = b05ec0cd0e6c22a1053549dccae48c824b74ceccd3c48f2395ae1cc318a838f4 -SIZE (rkitover-vimpager-1.7.5-0-gab67790561.tar.gz) = 7919 +SHA256 (rkitover-vimpager-1.7.6-0-g4d1473bccb.tar.gz) = a83089b4571f54bac372ba77c9138dea32e022c986069f6640c4eee36713a2e9 +SIZE (rkitover-vimpager-1.7.6-0-g4d1473bccb.tar.gz) = 8360 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 02:34: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 254B299F; Mon, 26 Nov 2012 02:34:33 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D97708FC12; Mon, 26 Nov 2012 02:34:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ2YWTT073601; Mon, 26 Nov 2012 02:34:32 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ2YWXI073599; Mon, 26 Nov 2012 02:34:32 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201211260234.qAQ2YWXI073599@svn.freebsd.org> From: Adam Weinberger Date: Mon, 26 Nov 2012 02:34:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307762 - head/sysutils/vimpager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 02:34:33 -0000 Author: adamw Date: Mon Nov 26 02:34:32 2012 New Revision: 307762 URL: http://svnweb.freebsd.org/changeset/ports/307762 Log: Update to 1.7.7. Feature safe: yes Modified: head/sysutils/vimpager/Makefile head/sysutils/vimpager/distinfo Modified: head/sysutils/vimpager/Makefile ============================================================================== --- head/sysutils/vimpager/Makefile Mon Nov 26 02:00:28 2012 (r307761) +++ head/sysutils/vimpager/Makefile Mon Nov 26 02:34:32 2012 (r307762) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vimpager -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 CATEGORIES= sysutils MASTER_SITES= https://github.com/${GH_DEVELOPER}/${GH_PORTNAME}/tarball/${DISTVERSION}/ DISTNAME= ${GH_DEVELOPER}-${GH_PORTNAME}-${DISTVERSION}-0-g${GH_VERSION} @@ -15,8 +15,8 @@ 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= 4d1473bccb #GH appends a commit hash to the filename -GH_SRCDIR= 32f46e0 #GH appends something else (??) to the extracted pathname +GH_VERSION= 44054ac225 #GH appends a commit hash to the filename +GH_SRCDIR= eb12b8d #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 Modified: head/sysutils/vimpager/distinfo ============================================================================== --- head/sysutils/vimpager/distinfo Mon Nov 26 02:00:28 2012 (r307761) +++ head/sysutils/vimpager/distinfo Mon Nov 26 02:34:32 2012 (r307762) @@ -1,2 +1,2 @@ -SHA256 (rkitover-vimpager-1.7.6-0-g4d1473bccb.tar.gz) = a83089b4571f54bac372ba77c9138dea32e022c986069f6640c4eee36713a2e9 -SIZE (rkitover-vimpager-1.7.6-0-g4d1473bccb.tar.gz) = 8360 +SHA256 (rkitover-vimpager-1.7.7-0-g44054ac225.tar.gz) = fb9a6e5934b49e493c630fdda51c3ab6b9eac4ec699a20dfd078ac53e4f5883c +SIZE (rkitover-vimpager-1.7.7-0-g44054ac225.tar.gz) = 8988 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 04:37: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 A2CECD11; Mon, 26 Nov 2012 04:37:20 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 86DB88FC0C; Mon, 26 Nov 2012 04:37:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ4bKFl095552; Mon, 26 Nov 2012 04:37:20 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ4bK9O095550; Mon, 26 Nov 2012 04:37:20 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201211260437.qAQ4bK9O095550@svn.freebsd.org> From: Dmitry Sivachenko Date: Mon, 26 Nov 2012 04:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307763 - head/net/haproxy-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 04:37:20 -0000 Author: demon Date: Mon Nov 26 04:37:20 2012 New Revision: 307763 URL: http://svnweb.freebsd.org/changeset/ports/307763 Log: Update to -dev14. Feature safe: yes Modified: head/net/haproxy-devel/Makefile head/net/haproxy-devel/distinfo Modified: head/net/haproxy-devel/Makefile ============================================================================== --- head/net/haproxy-devel/Makefile Mon Nov 26 02:34:32 2012 (r307762) +++ head/net/haproxy-devel/Makefile Mon Nov 26 04:37:20 2012 (r307763) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= haproxy -DISTVERSION= 1.5-dev13 +DISTVERSION= 1.5-dev14 CATEGORIES= net MASTER_SITES= http://haproxy.1wt.eu/download/1.5/src/devel/ PKGNAMESUFFIX= -devel Modified: head/net/haproxy-devel/distinfo ============================================================================== --- head/net/haproxy-devel/distinfo Mon Nov 26 02:34:32 2012 (r307762) +++ head/net/haproxy-devel/distinfo Mon Nov 26 04:37:20 2012 (r307763) @@ -1,2 +1,2 @@ -SHA256 (haproxy-1.5-dev13.tar.gz) = 2411b8da4a72f757cbf552c45e852442eafddbd4a16d8fd952ca488e60df552e -SIZE (haproxy-1.5-dev13.tar.gz) = 1087838 +SHA256 (haproxy-1.5-dev14.tar.gz) = c2e25cc6f2854267e6c402a20202ee28f4f755b560b16097cf69913830c08f1a +SIZE (haproxy-1.5-dev14.tar.gz) = 1087960 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 04:58: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 9B5822C2; Mon, 26 Nov 2012 04:58:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7C58C8FC08; Mon, 26 Nov 2012 04:58:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ4wfRW099354; Mon, 26 Nov 2012 04:58:41 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ4wfrn099352; Mon, 26 Nov 2012 04:58:41 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201211260458.qAQ4wfrn099352@svn.freebsd.org> From: Xin LI Date: Mon, 26 Nov 2012 04:58:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307764 - head/misc/nut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 04:58:41 -0000 Author: delphij Date: Mon Nov 26 04:58:41 2012 New Revision: 307764 URL: http://svnweb.freebsd.org/changeset/ports/307764 Log: Update to 18.4. Feature safe: yes Modified: head/misc/nut/Makefile head/misc/nut/distinfo Modified: head/misc/nut/Makefile ============================================================================== --- head/misc/nut/Makefile Mon Nov 26 04:37:20 2012 (r307763) +++ head/misc/nut/Makefile Mon Nov 26 04:58:41 2012 (r307764) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nut -PORTVERSION= 18.3 +PORTVERSION= 18.4 CATEGORIES= misc MASTER_SITES= SF PKGNAMEPREFIX= health- Modified: head/misc/nut/distinfo ============================================================================== --- head/misc/nut/distinfo Mon Nov 26 04:37:20 2012 (r307763) +++ head/misc/nut/distinfo Mon Nov 26 04:58:41 2012 (r307764) @@ -1,2 +1,2 @@ -SHA256 (nut-18.3.tar.gz) = e703c063f0799cf44c418b19d367036d23b44ae354120ba6370081261dca5e86 -SIZE (nut-18.3.tar.gz) = 1336554 +SHA256 (nut-18.4.tar.gz) = b6cc5382ddbedd788ecdb9745111e3f8c606bfbf7d5fe2f7b9298e9bd77c903a +SIZE (nut-18.4.tar.gz) = 1336493 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 05:54: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 93FC2D5; Mon, 26 Nov 2012 05:54:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 729818FC08; Mon, 26 Nov 2012 05:54:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ5sAE1010234; Mon, 26 Nov 2012 05:54:10 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ5sAJc010231; Mon, 26 Nov 2012 05:54:10 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211260554.qAQ5sAJc010231@svn.freebsd.org> From: Bryan Drewery Date: Mon, 26 Nov 2012 05:54:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307765 - head/deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 05:54:10 -0000 Author: bdrewery Date: Mon Nov 26 05:54:09 2012 New Revision: 307765 URL: http://svnweb.freebsd.org/changeset/ports/307765 Log: - Update to 0.9.7 [1] - Add missing build dependencies needed for bash completion generation; detected by poudriere PR: ports/173913 [1] Submitted by: Rusty Nejdl (maintainer) [1] Feature safe: yes Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon Nov 26 04:58:41 2012 (r307764) +++ head/deskutils/calibre/Makefile Mon Nov 26 05:54:09 2012 (r307765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= calibre -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -18,10 +18,14 @@ LIB_DEPENDS= MagickWand:${PORTSDIR}/grap podofo:${PORTSDIR}/graphics/podofo BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools \ ${PYTHON_PKGNAMEPREFIX}sip>=0:${PORTSDIR}/devel/py-sip \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:${PORTSDIR}/devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ + ${PYTHON_PKGNAMEPREFIX}qt4-network>=0:${PORTSDIR}/net/py-qt4-network \ + ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=0:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \ Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Mon Nov 26 04:58:41 2012 (r307764) +++ head/deskutils/calibre/distinfo Mon Nov 26 05:54:09 2012 (r307765) @@ -1,2 +1,2 @@ -SHA256 (calibre-0.9.6.tar.xz) = d2cb83a8fc32b3258f3a491f33f4271bfd4020ac4fdbbf01131deb81bba9624f -SIZE (calibre-0.9.6.tar.xz) = 27346664 +SHA256 (calibre-0.9.7.tar.xz) = 11c861aaed751e53f3a97164a4e879d6afc5aed7e395aca9a62ae1feff2d29a7 +SIZE (calibre-0.9.7.tar.xz) = 27408848 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Mon Nov 26 04:58:41 2012 (r307764) +++ head/deskutils/calibre/pkg-plist Mon Nov 26 05:54:09 2012 (r307765) @@ -833,7 +833,6 @@ lib/calibre/calibre/gui2/store/stores/em lib/calibre/calibre/gui2/store/stores/escapemagazine_plugin.py lib/calibre/calibre/gui2/store/stores/feedbooks_plugin.py lib/calibre/calibre/gui2/store/stores/foyles_uk_plugin.py -lib/calibre/calibre/gui2/store/stores/gandalf_plugin.py lib/calibre/calibre/gui2/store/stores/google_books_plugin.py lib/calibre/calibre/gui2/store/stores/gutenberg_plugin.py lib/calibre/calibre/gui2/store/stores/kobo_plugin.py @@ -856,6 +855,7 @@ lib/calibre/calibre/gui2/store/stores/ne lib/calibre/calibre/gui2/store/stores/open_books_plugin.py lib/calibre/calibre/gui2/store/stores/ozon_ru_plugin.py lib/calibre/calibre/gui2/store/stores/pragmatic_bookshelf_plugin.py +lib/calibre/calibre/gui2/store/stores/publio_plugin.py lib/calibre/calibre/gui2/store/stores/rw2010_plugin.py lib/calibre/calibre/gui2/store/stores/smashwords_plugin.py lib/calibre/calibre/gui2/store/stores/sony_plugin.py @@ -893,6 +893,7 @@ lib/calibre/calibre/gui2/viewer/main.py lib/calibre/calibre/gui2/viewer/main_ui.py lib/calibre/calibre/gui2/viewer/position.py lib/calibre/calibre/gui2/viewer/printing.py +lib/calibre/calibre/gui2/viewer/table_popup.py lib/calibre/calibre/gui2/viewer/toc.py lib/calibre/calibre/gui2/widgets.py lib/calibre/calibre/gui2/wizard/__init__.py @@ -990,8 +991,10 @@ lib/calibre/calibre/utils/fonts/sfnt/cff lib/calibre/calibre/utils/fonts/sfnt/cff/table.py lib/calibre/calibre/utils/fonts/sfnt/cff/writer.py lib/calibre/calibre/utils/fonts/sfnt/cmap.py +lib/calibre/calibre/utils/fonts/sfnt/common.py lib/calibre/calibre/utils/fonts/sfnt/container.py lib/calibre/calibre/utils/fonts/sfnt/errors.py +lib/calibre/calibre/utils/fonts/sfnt/gsub.py lib/calibre/calibre/utils/fonts/sfnt/glyf.py lib/calibre/calibre/utils/fonts/sfnt/head.py lib/calibre/calibre/utils/fonts/sfnt/kern.py @@ -1053,7 +1056,7 @@ lib/calibre/calibre/utils/smartypants.py lib/calibre/calibre/utils/smtp.py lib/calibre/calibre/utils/smtplib.py lib/calibre/calibre/utils/soupparser.py -lib/calibre/calibre/utils/terminfo.py +lib/calibre/calibre/utils/terminal.py lib/calibre/calibre/utils/text2int.py lib/calibre/calibre/utils/threadpool.py lib/calibre/calibre/utils/titlecase.py From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 06:04: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 7DB593F1; Mon, 26 Nov 2012 06:04:09 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5ECEB8FC08; Mon, 26 Nov 2012 06:04:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ649xR012229; Mon, 26 Nov 2012 06:04:09 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ649wY012225; Mon, 26 Nov 2012 06:04:09 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201211260604.qAQ649wY012225@svn.freebsd.org> From: Alex Kozlov Date: Mon, 26 Nov 2012 06:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307766 - head/sysutils/salt X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 06:04:09 -0000 Author: ak Date: Mon Nov 26 06:04:08 2012 New Revision: 307766 URL: http://svnweb.freebsd.org/changeset/ports/307766 Log: - Update to 0.10.5 [1] - Convert tab to space in pkg-descr WWW line PR: ports/173686 [1] Submitted by: Christer Edwards (maintainer) Feature safe: yes Modified: head/sysutils/salt/Makefile head/sysutils/salt/distinfo head/sysutils/salt/pkg-descr (contents, props changed) head/sysutils/salt/pkg-plist Modified: head/sysutils/salt/Makefile ============================================================================== --- head/sysutils/salt/Makefile Mon Nov 26 05:54:09 2012 (r307765) +++ head/sysutils/salt/Makefile Mon Nov 26 06:04:08 2012 (r307766) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 0.10.4 +PORTVERSION= 0.10.5 CATEGORIES= sysutils python MASTER_SITES= https://github.com/downloads/saltstack/salt/ @@ -46,7 +46,8 @@ post-patch: doc/man/salt-cp.1 doc/man/salt-minion.1 doc/man/salt-syndic.1 \ doc/man/salt-master.1 doc/man/salt-run.1 doc/man/salt.7 doc/man/salt.1 \ salt/cli/__init__.py salt/__init__.py salt/config.py salt/client.py \ - salt/modules/mysql.py salt/cli/key.py salt/utils/parsers.py + salt/modules/mysql.py salt/utils/parsers.py salt/modules/tls.py \ + salt/modules/postgres.py @${REINPLACE_CMD} -e 's|/etc/salt|${PREFIX}/etc/salt|' \ -e 's|/srv/salt|${PREFIX}/etc/salt/states|' ${WRKSRC}/${file} .endfor Modified: head/sysutils/salt/distinfo ============================================================================== --- head/sysutils/salt/distinfo Mon Nov 26 05:54:09 2012 (r307765) +++ head/sysutils/salt/distinfo Mon Nov 26 06:04:08 2012 (r307766) @@ -1,2 +1,2 @@ -SHA256 (salt-0.10.4.tar.gz) = 551ac5d4d4d5c1b0f14e9d69476baf2a780b2bd23bdbdfca97db59bd0098fb4e -SIZE (salt-0.10.4.tar.gz) = 716443 +SHA256 (salt-0.10.5.tar.gz) = 16350dea427e9216adfa48a184fe99b302dacf6b2afbb96b792734046d80c9c9 +SIZE (salt-0.10.5.tar.gz) = 793582 Modified: head/sysutils/salt/pkg-descr ============================================================================== --- head/sysutils/salt/pkg-descr Mon Nov 26 05:54:09 2012 (r307765) +++ head/sysutils/salt/pkg-descr Mon Nov 26 06:04:08 2012 (r307766) @@ -4,4 +4,4 @@ Salt : Remote Execution and State Manage Salt is a powerful remote execution and state manager that can be used to administer servers in a fast and efficient way. -WWW: http://saltstack.org +WWW: http://saltstack.org Modified: head/sysutils/salt/pkg-plist ============================================================================== --- head/sysutils/salt/pkg-plist Mon Nov 26 05:54:09 2012 (r307765) +++ head/sysutils/salt/pkg-plist Mon Nov 26 06:04:08 2012 (r307766) @@ -35,9 +35,6 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/cli/cp.py %%PYTHON_SITELIBDIR%%/salt/cli/cp.pyc %%PYTHON_SITELIBDIR%%/salt/cli/cp.pyo -%%PYTHON_SITELIBDIR%%/salt/cli/key.py -%%PYTHON_SITELIBDIR%%/salt/cli/key.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/key.pyo %%PYTHON_SITELIBDIR%%/salt/client.py %%PYTHON_SITELIBDIR%%/salt/client.pyc %%PYTHON_SITELIBDIR%%/salt/client.pyo @@ -68,6 +65,9 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/grains/opts.py %%PYTHON_SITELIBDIR%%/salt/grains/opts.pyc %%PYTHON_SITELIBDIR%%/salt/grains/opts.pyo +%%PYTHON_SITELIBDIR%%/salt/key.py +%%PYTHON_SITELIBDIR%%/salt/key.pyc +%%PYTHON_SITELIBDIR%%/salt/key.pyo %%PYTHON_SITELIBDIR%%/salt/loader.py %%PYTHON_SITELIBDIR%%/salt/loader.pyc %%PYTHON_SITELIBDIR%%/salt/loader.pyo @@ -110,9 +110,6 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.py %%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.pyc %%PYTHON_SITELIBDIR%%/salt/modules/butterkvm.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/ca.py -%%PYTHON_SITELIBDIR%%/salt/modules/ca.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ca.pyo %%PYTHON_SITELIBDIR%%/salt/modules/cassandra.py %%PYTHON_SITELIBDIR%%/salt/modules/cassandra.pyc %%PYTHON_SITELIBDIR%%/salt/modules/cassandra.pyo @@ -131,6 +128,9 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/modules/cron.py %%PYTHON_SITELIBDIR%%/salt/modules/cron.pyc %%PYTHON_SITELIBDIR%%/salt/modules/cron.pyo +%%PYTHON_SITELIBDIR%%/salt/modules/daemontools.py +%%PYTHON_SITELIBDIR%%/salt/modules/daemontools.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/daemontools.pyo %%PYTHON_SITELIBDIR%%/salt/modules/data.py %%PYTHON_SITELIBDIR%%/salt/modules/data.pyc %%PYTHON_SITELIBDIR%%/salt/modules/data.pyo @@ -155,6 +155,9 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/modules/file.py %%PYTHON_SITELIBDIR%%/salt/modules/file.pyc %%PYTHON_SITELIBDIR%%/salt/modules/file.pyo +%%PYTHON_SITELIBDIR%%/salt/modules/freebsd_sysctl.py +%%PYTHON_SITELIBDIR%%/salt/modules/freebsd_sysctl.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/freebsd_sysctl.pyo %%PYTHON_SITELIBDIR%%/salt/modules/freebsdjail.py %%PYTHON_SITELIBDIR%%/salt/modules/freebsdjail.pyc %%PYTHON_SITELIBDIR%%/salt/modules/freebsdjail.pyo @@ -176,6 +179,9 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/modules/git.py %%PYTHON_SITELIBDIR%%/salt/modules/git.pyc %%PYTHON_SITELIBDIR%%/salt/modules/git.pyo +%%PYTHON_SITELIBDIR%%/salt/modules/glance.py +%%PYTHON_SITELIBDIR%%/salt/modules/glance.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/glance.pyo %%PYTHON_SITELIBDIR%%/salt/modules/grains.py %%PYTHON_SITELIBDIR%%/salt/modules/grains.pyc %%PYTHON_SITELIBDIR%%/salt/modules/grains.pyo @@ -191,6 +197,9 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/modules/hosts.py %%PYTHON_SITELIBDIR%%/salt/modules/hosts.pyc %%PYTHON_SITELIBDIR%%/salt/modules/hosts.pyo +%%PYTHON_SITELIBDIR%%/salt/modules/keystone.py +%%PYTHON_SITELIBDIR%%/salt/modules/keystone.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/keystone.pyo %%PYTHON_SITELIBDIR%%/salt/modules/kmod.py %%PYTHON_SITELIBDIR%%/salt/modules/kmod.pyc %%PYTHON_SITELIBDIR%%/salt/modules/kmod.pyo @@ -200,9 +209,9 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/modules/launchctl.py %%PYTHON_SITELIBDIR%%/salt/modules/launchctl.pyc %%PYTHON_SITELIBDIR%%/salt/modules/launchctl.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/ldap.py -%%PYTHON_SITELIBDIR%%/salt/modules/ldap.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ldap.pyo +%%PYTHON_SITELIBDIR%%/salt/modules/ldapmod.py +%%PYTHON_SITELIBDIR%%/salt/modules/ldapmod.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/ldapmod.pyo %%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.py %%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.pyc %%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.pyo @@ -230,6 +239,9 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/modules/nginx.py %%PYTHON_SITELIBDIR%%/salt/modules/nginx.pyc %%PYTHON_SITELIBDIR%%/salt/modules/nginx.pyo +%%PYTHON_SITELIBDIR%%/salt/modules/nova.py +%%PYTHON_SITELIBDIR%%/salt/modules/nova.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/nova.pyo %%PYTHON_SITELIBDIR%%/salt/modules/nzbget.py %%PYTHON_SITELIBDIR%%/salt/modules/nzbget.pyc %%PYTHON_SITELIBDIR%%/salt/modules/nzbget.pyo @@ -287,13 +299,16 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/modules/reg.py %%PYTHON_SITELIBDIR%%/salt/modules/reg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/reg.pyo -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.py -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyo +%%PYTHON_SITELIBDIR%%/salt/modules/ret.py +%%PYTHON_SITELIBDIR%%/salt/modules/ret.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/ret.pyo %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/conf.jinja %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/network.jinja %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/rh5_eth.jinja %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/rh6_eth.jinja +%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.py +%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyo %%PYTHON_SITELIBDIR%%/salt/modules/rh_service.py %%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyc %%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyo @@ -345,12 +360,18 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/modules/supervisord.py %%PYTHON_SITELIBDIR%%/salt/modules/supervisord.pyc %%PYTHON_SITELIBDIR%%/salt/modules/supervisord.pyo +%%PYTHON_SITELIBDIR%%/salt/modules/svn.py +%%PYTHON_SITELIBDIR%%/salt/modules/svn.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/svn.pyo %%PYTHON_SITELIBDIR%%/salt/modules/systemd.py %%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyc %%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyo %%PYTHON_SITELIBDIR%%/salt/modules/test.py %%PYTHON_SITELIBDIR%%/salt/modules/test.pyc %%PYTHON_SITELIBDIR%%/salt/modules/test.pyo +%%PYTHON_SITELIBDIR%%/salt/modules/tls.py +%%PYTHON_SITELIBDIR%%/salt/modules/tls.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/tls.pyo %%PYTHON_SITELIBDIR%%/salt/modules/tomcat.py %%PYTHON_SITELIBDIR%%/salt/modules/tomcat.pyc %%PYTHON_SITELIBDIR%%/salt/modules/tomcat.pyo @@ -402,9 +423,30 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/modules/zypper.py %%PYTHON_SITELIBDIR%%/salt/modules/zypper.pyc %%PYTHON_SITELIBDIR%%/salt/modules/zypper.pyo -%%PYTHON_SITELIBDIR%%/salt/output.py -%%PYTHON_SITELIBDIR%%/salt/output.pyc -%%PYTHON_SITELIBDIR%%/salt/output.pyo +%%PYTHON_SITELIBDIR%%/salt/output/__init__.py +%%PYTHON_SITELIBDIR%%/salt/output/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/output/__init__.pyo +%%PYTHON_SITELIBDIR%%/salt/output/highstate.py +%%PYTHON_SITELIBDIR%%/salt/output/highstate.pyc +%%PYTHON_SITELIBDIR%%/salt/output/highstate.pyo +%%PYTHON_SITELIBDIR%%/salt/output/json_out.py +%%PYTHON_SITELIBDIR%%/salt/output/json_out.pyc +%%PYTHON_SITELIBDIR%%/salt/output/json_out.pyo +%%PYTHON_SITELIBDIR%%/salt/output/key.py +%%PYTHON_SITELIBDIR%%/salt/output/key.pyc +%%PYTHON_SITELIBDIR%%/salt/output/key.pyo +%%PYTHON_SITELIBDIR%%/salt/output/pprint_out.py +%%PYTHON_SITELIBDIR%%/salt/output/pprint_out.pyc +%%PYTHON_SITELIBDIR%%/salt/output/pprint_out.pyo +%%PYTHON_SITELIBDIR%%/salt/output/raw.py +%%PYTHON_SITELIBDIR%%/salt/output/raw.pyc +%%PYTHON_SITELIBDIR%%/salt/output/raw.pyo +%%PYTHON_SITELIBDIR%%/salt/output/txt.py +%%PYTHON_SITELIBDIR%%/salt/output/txt.pyc +%%PYTHON_SITELIBDIR%%/salt/output/txt.pyo +%%PYTHON_SITELIBDIR%%/salt/output/yaml_out.py +%%PYTHON_SITELIBDIR%%/salt/output/yaml_out.pyc +%%PYTHON_SITELIBDIR%%/salt/output/yaml_out.pyo %%PYTHON_SITELIBDIR%%/salt/payload.py %%PYTHON_SITELIBDIR%%/salt/payload.pyc %%PYTHON_SITELIBDIR%%/salt/payload.pyo @@ -429,27 +471,27 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/renderers/__init__.py %%PYTHON_SITELIBDIR%%/salt/renderers/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/renderers/__init__.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.py -%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/json_jinja.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.py -%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/json_mako.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/json_wempy.py -%%PYTHON_SITELIBDIR%%/salt/renderers/json_wempy.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/json_wempy.pyo +%%PYTHON_SITELIBDIR%%/salt/renderers/jinja.py +%%PYTHON_SITELIBDIR%%/salt/renderers/jinja.pyc +%%PYTHON_SITELIBDIR%%/salt/renderers/jinja.pyo +%%PYTHON_SITELIBDIR%%/salt/renderers/json.py +%%PYTHON_SITELIBDIR%%/salt/renderers/json.pyc +%%PYTHON_SITELIBDIR%%/salt/renderers/json.pyo +%%PYTHON_SITELIBDIR%%/salt/renderers/mako.py +%%PYTHON_SITELIBDIR%%/salt/renderers/mako.pyc +%%PYTHON_SITELIBDIR%%/salt/renderers/mako.pyo %%PYTHON_SITELIBDIR%%/salt/renderers/py.py %%PYTHON_SITELIBDIR%%/salt/renderers/py.pyc %%PYTHON_SITELIBDIR%%/salt/renderers/py.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.py -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_jinja.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.py -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_mako.pyo -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_wempy.py -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_wempy.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml_wempy.pyo +%%PYTHON_SITELIBDIR%%/salt/renderers/stateconf.py +%%PYTHON_SITELIBDIR%%/salt/renderers/stateconf.pyc +%%PYTHON_SITELIBDIR%%/salt/renderers/stateconf.pyo +%%PYTHON_SITELIBDIR%%/salt/renderers/wempy.py +%%PYTHON_SITELIBDIR%%/salt/renderers/wempy.pyc +%%PYTHON_SITELIBDIR%%/salt/renderers/wempy.pyo +%%PYTHON_SITELIBDIR%%/salt/renderers/yaml.py +%%PYTHON_SITELIBDIR%%/salt/renderers/yaml.pyc +%%PYTHON_SITELIBDIR%%/salt/renderers/yaml.pyo %%PYTHON_SITELIBDIR%%/salt/returners/__init__.py %%PYTHON_SITELIBDIR%%/salt/returners/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/returners/__init__.pyo @@ -459,12 +501,18 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/returners/local.py %%PYTHON_SITELIBDIR%%/salt/returners/local.pyc %%PYTHON_SITELIBDIR%%/salt/returners/local.pyo +%%PYTHON_SITELIBDIR%%/salt/returners/mongo_future_return.py +%%PYTHON_SITELIBDIR%%/salt/returners/mongo_future_return.pyc +%%PYTHON_SITELIBDIR%%/salt/returners/mongo_future_return.pyo %%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.py %%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.pyc %%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.pyo %%PYTHON_SITELIBDIR%%/salt/returners/redis_return.py %%PYTHON_SITELIBDIR%%/salt/returners/redis_return.pyc %%PYTHON_SITELIBDIR%%/salt/returners/redis_return.pyo +%%PYTHON_SITELIBDIR%%/salt/returners/syslog_return.py +%%PYTHON_SITELIBDIR%%/salt/returners/syslog_return.pyc +%%PYTHON_SITELIBDIR%%/salt/returners/syslog_return.pyo %%PYTHON_SITELIBDIR%%/salt/runner.py %%PYTHON_SITELIBDIR%%/salt/runner.pyc %%PYTHON_SITELIBDIR%%/salt/runner.pyo @@ -585,9 +633,15 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/states/ssh_known_hosts.py %%PYTHON_SITELIBDIR%%/salt/states/ssh_known_hosts.pyc %%PYTHON_SITELIBDIR%%/salt/states/ssh_known_hosts.pyo +%%PYTHON_SITELIBDIR%%/salt/states/stateconf.py +%%PYTHON_SITELIBDIR%%/salt/states/stateconf.pyc +%%PYTHON_SITELIBDIR%%/salt/states/stateconf.pyo %%PYTHON_SITELIBDIR%%/salt/states/supervisord.py %%PYTHON_SITELIBDIR%%/salt/states/supervisord.pyc %%PYTHON_SITELIBDIR%%/salt/states/supervisord.pyo +%%PYTHON_SITELIBDIR%%/salt/states/svn.py +%%PYTHON_SITELIBDIR%%/salt/states/svn.pyc +%%PYTHON_SITELIBDIR%%/salt/states/svn.pyo %%PYTHON_SITELIBDIR%%/salt/states/sysctl.py %%PYTHON_SITELIBDIR%%/salt/states/sysctl.pyc %%PYTHON_SITELIBDIR%%/salt/states/sysctl.pyo @@ -615,6 +669,9 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/utils/debug.py %%PYTHON_SITELIBDIR%%/salt/utils/debug.pyc %%PYTHON_SITELIBDIR%%/salt/utils/debug.pyo +%%PYTHON_SITELIBDIR%%/salt/utils/dictupdate.py +%%PYTHON_SITELIBDIR%%/salt/utils/dictupdate.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/dictupdate.pyo %%PYTHON_SITELIBDIR%%/salt/utils/event.py %%PYTHON_SITELIBDIR%%/salt/utils/event.pyc %%PYTHON_SITELIBDIR%%/salt/utils/event.pyo @@ -624,9 +681,15 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/utils/find.py %%PYTHON_SITELIBDIR%%/salt/utils/find.pyc %%PYTHON_SITELIBDIR%%/salt/utils/find.pyo +%%PYTHON_SITELIBDIR%%/salt/utils/gzip_util.py +%%PYTHON_SITELIBDIR%%/salt/utils/gzip_util.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/gzip_util.pyo %%PYTHON_SITELIBDIR%%/salt/utils/jinja.py %%PYTHON_SITELIBDIR%%/salt/utils/jinja.pyc %%PYTHON_SITELIBDIR%%/salt/utils/jinja.pyo +%%PYTHON_SITELIBDIR%%/salt/utils/mako.py +%%PYTHON_SITELIBDIR%%/salt/utils/mako.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/mako.pyo %%PYTHON_SITELIBDIR%%/salt/utils/minions.py %%PYTHON_SITELIBDIR%%/salt/utils/minions.pyc %%PYTHON_SITELIBDIR%%/salt/utils/minions.pyo @@ -657,6 +720,22 @@ bin/salt-syndic %%PYTHON_SITELIBDIR%%/salt/version.py %%PYTHON_SITELIBDIR%%/salt/version.pyc %%PYTHON_SITELIBDIR%%/salt/version.pyo +%%PYTHON_SITELIBDIR%%/salt/wheel/__init__.py +%%PYTHON_SITELIBDIR%%/salt/wheel/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/wheel/__init__.pyo +%%PYTHON_SITELIBDIR%%/salt/wheel/config.py +%%PYTHON_SITELIBDIR%%/salt/wheel/config.pyc +%%PYTHON_SITELIBDIR%%/salt/wheel/config.pyo +%%PYTHON_SITELIBDIR%%/salt/wheel/file_roots.py +%%PYTHON_SITELIBDIR%%/salt/wheel/file_roots.pyc +%%PYTHON_SITELIBDIR%%/salt/wheel/file_roots.pyo +%%PYTHON_SITELIBDIR%%/salt/wheel/key.py +%%PYTHON_SITELIBDIR%%/salt/wheel/key.pyc +%%PYTHON_SITELIBDIR%%/salt/wheel/key.pyo +%%PYTHON_SITELIBDIR%%/salt/wheel/pillar_roots.py +%%PYTHON_SITELIBDIR%%/salt/wheel/pillar_roots.pyc +%%PYTHON_SITELIBDIR%%/salt/wheel/pillar_roots.pyo +@dirrm %%PYTHON_SITELIBDIR%%/salt/wheel @dirrm %%PYTHON_SITELIBDIR%%/salt/utils @dirrm %%PYTHON_SITELIBDIR%%/salt/tops @dirrm %%PYTHON_SITELIBDIR%%/salt/states @@ -664,6 +743,7 @@ bin/salt-syndic @dirrm %%PYTHON_SITELIBDIR%%/salt/returners @dirrm %%PYTHON_SITELIBDIR%%/salt/renderers @dirrm %%PYTHON_SITELIBDIR%%/salt/pillar +@dirrm %%PYTHON_SITELIBDIR%%/salt/output @dirrm %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip @dirrm %%PYTHON_SITELIBDIR%%/salt/modules @dirrm %%PYTHON_SITELIBDIR%%/salt/grains From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 06:09:53 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 465CE53C; Mon, 26 Nov 2012 06:09:53 +0000 (UTC) Date: Mon, 26 Nov 2012 06:09:53 +0000 From: Alexey Dokuchaev To: Sylvio Cesar Teixeira Subject: Re: svn commit: r307746 - head/devel/pear-PEAR_PackageFileManager2 Message-ID: <20121126060953.GA24378@FreeBSD.org> References: <201211251440.qAPEe3Hi076867@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211251440.qAPEe3Hi076867@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 06:09:53 -0000 On Sun, Nov 25, 2012 at 02:40:03PM +0000, Sylvio Cesar Teixeira wrote: > New Revision: 307746 > URL: http://svnweb.freebsd.org/changeset/ports/307746 > > -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear > -RUN_DEPENDS:= ${BUILD_DEPENDS} > - > LICENSE= BSD > > +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ > + ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins > +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ > + ${PEARDIR}/PEAR/PackageFileManager/Plugins.php:${PORTSDIR}/devel/pear-PEAR_PackageFileManager_Plugins > + It seems you could have simeple changed one one line instead of three and retain previous readability. Unless my eyes miss some differences, do you mind putting back RUN_DEPENDS:=${BUILD_DEPENDS} line? ./danfe ./danfe From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 06:12:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id CF51A67A; Mon, 26 Nov 2012 06:12:12 +0000 (UTC) Date: Mon, 26 Nov 2012 06:12:12 +0000 From: Alexey Dokuchaev To: Matthew Seaman Subject: Re: svn commit: r307753 - head/databases/mysql-connector-java Message-ID: <20121126061212.GB24378@FreeBSD.org> References: <201211251712.qAPHCpLt097177@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211251712.qAPHCpLt097177@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 06:12:12 -0000 On Sun, Nov 25, 2012 at 05:12:51PM +0000, Matthew Seaman wrote: > New Revision: 307753 > URL: http://svnweb.freebsd.org/changeset/ports/307753 > > @@ -1,12 +1,9 @@ > -# New ports collection makefile for: mysql-connector-java > -# Date created: 8 October 2003 > -# Whom: Matthew Seaman > -# > +# Created by: Matthew Seaman We usually try to preserve original email, any reason you need to remove yours? ./danfe From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 06:17:19 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 66F0A780; Mon, 26 Nov 2012 06:17:19 +0000 (UTC) Date: Mon, 26 Nov 2012 06:17:19 +0000 From: Alexey Dokuchaev To: Alex Kozlov Subject: Re: svn commit: r307766 - head/sysutils/salt Message-ID: <20121126061719.GC24378@FreeBSD.org> References: <201211260604.qAQ649wY012225@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211260604.qAQ649wY012225@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 06:17:19 -0000 On Mon, Nov 26, 2012 at 06:04:09AM +0000, Alex Kozlov wrote: > New Revision: 307766 > URL: http://svnweb.freebsd.org/changeset/ports/307766 > > Log: > - Convert tab to space in pkg-descr WWW line > > -WWW: http://saltstack.org > +WWW: http://saltstack.org Actually, it should be terminated with a slash as well. ./danfe From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 06:39: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 4BBC5A7A; Mon, 26 Nov 2012 06:39:21 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) by mx1.freebsd.org (Postfix) with ESMTP id 050AD8FC14; Mon, 26 Nov 2012 06:39:20 +0000 (UTC) Date: Mon, 26 Nov 2012 08:39:19 +0200 From: Alex Kozlov To: Alexey Dokuchaev Subject: Re: svn commit: r307766 - head/sysutils/salt Message-ID: <20121126063919.GA98681@ravenloft.kiev.ua> References: <201211260604.qAQ649wY012225@svn.freebsd.org> <20121126061719.GC24378@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121126061719.GC24378@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 06:39:21 -0000 On Mon, Nov 26, 2012 at 06:17:19AM +0000, Alexey Dokuchaev wrote: > On Mon, Nov 26, 2012 at 06:04:09AM +0000, Alex Kozlov wrote: > > New Revision: 307766 > > URL: http://svnweb.freebsd.org/changeset/ports/307766 > > > > Log: > > - Convert tab to space in pkg-descr WWW line > > > > -WWW: http://saltstack.org > > +WWW: http://saltstack.org > > Actually, it should be terminated with a slash as well. Thanks, I will keep that in mind. Btw, porter's handbook is not very clear about slash, it only explicitly requires trailing slash after perl cpan urls. And I didn't find a single word about space after WWW:. It probably need to be fixed. -- Alex From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 07:02:02 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 028EBD27; Mon, 26 Nov 2012 07:02:02 +0000 (UTC) Date: Mon, 26 Nov 2012 07:02:01 +0000 From: Alexey Dokuchaev To: Alex Kozlov Subject: Re: svn commit: r307766 - head/sysutils/salt Message-ID: <20121126070201.GA37790@FreeBSD.org> References: <201211260604.qAQ649wY012225@svn.freebsd.org> <20121126061719.GC24378@FreeBSD.org> <20121126063919.GA98681@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20121126063919.GA98681@ravenloft.kiev.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 07:02:02 -0000 On Mon, Nov 26, 2012 at 08:39:19AM +0200, Alex Kozlov wrote: > Btw, porter's handbook is not very clear about slash, it only explicitly > requires trailing slash after perl cpan urls. And I didn't find a single > word about space after WWW:. It probably need to be fixed. I'll try to cook up a patch. ./danfe From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 08:23: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 6CDE8376; Mon, 26 Nov 2012 08:23:50 +0000 (UTC) (envelope-from matthew@freebsd.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id EC39F8FC08; Mon, 26 Nov 2012 08:23:49 +0000 (UTC) Received: from rufus.webfusion.com (mail.heartinternet.co.uk [79.170.40.31]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id qAQ8Nf4j016899 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 26 Nov 2012 08:23:42 GMT (envelope-from matthew@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.7.1 smtp.infracaninophile.co.uk qAQ8Nf4j016899 Authentication-Results: smtp.infracaninophile.co.uk/qAQ8Nf4j016899; dkim=none reason="no signature"; dkim-adsp=none (insecure policy) X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host mail.heartinternet.co.uk [79.170.40.31] claimed to be rufus.webfusion.com Message-ID: <50B3270D.70102@freebsd.org> Date: Mon, 26 Nov 2012 08:23:41 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r307753 - head/databases/mysql-connector-java References: <201211251712.qAPHCpLt097177@svn.freebsd.org> <20121126061212.GB24378@FreeBSD.org> In-Reply-To: <20121126061212.GB24378@FreeBSD.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 08:23:50 -0000 On 26/11/2012 06:12, Alexey Dokuchaev wrote: > On Sun, Nov 25, 2012 at 05:12:51PM +0000, Matthew Seaman wrote: >> New Revision: 307753 >> URL: http://svnweb.freebsd.org/changeset/ports/307753 >> >> @@ -1,12 +1,9 @@ >> -# New ports collection makefile for: mysql-connector-java >> -# Date created: 8 October 2003 >> -# Whom: Matthew Seaman >> -# >> +# Created by: Matthew Seaman > > We usually try to preserve original email, any reason you need to remove > yours? We only preserve e-mail addresses with the permission of the original owner of the address. Which in this case is me, and I prefer to minimize the exposure of that address to spam harvesters. Matthew From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 08:58: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 F35539B8; Mon, 26 Nov 2012 08:58:24 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D704D8FC08; Mon, 26 Nov 2012 08:58:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ8wOEm043772; Mon, 26 Nov 2012 08:58:24 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ8wOIU043769; Mon, 26 Nov 2012 08:58:24 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201211260858.qAQ8wOIU043769@svn.freebsd.org> From: Alex Dupre Date: Mon, 26 Nov 2012 08:58:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307767 - head/www/xpi-adblock_plus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 08:58:25 -0000 Author: ale Date: Mon Nov 26 08:58:24 2012 New Revision: 307767 URL: http://svnweb.freebsd.org/changeset/ports/307767 Log: Update to 2.2.1 release. Feature safe: yes Submitted by: bar Modified: head/www/xpi-adblock_plus/Makefile head/www/xpi-adblock_plus/distinfo head/www/xpi-adblock_plus/pkg-plist Modified: head/www/xpi-adblock_plus/Makefile ============================================================================== --- head/www/xpi-adblock_plus/Makefile Mon Nov 26 06:04:08 2012 (r307766) +++ head/www/xpi-adblock_plus/Makefile Mon Nov 26 08:58:24 2012 (r307767) @@ -1,13 +1,9 @@ -# New ports collection makefile for: xpi-adblock_plus -# Date created: 2 May 2006 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD$ -# PORTNAME= adblock_plus -PORTVERSION= 2.1.2 -DISTVERSIONSUFFIX= -sm+an+fx+tb +PORTVERSION= 2.2.1 +DISTVERSIONSUFFIX= -sm+tb+an+fx CATEGORIES= www MAINTAINER= ale@FreeBSD.org Modified: head/www/xpi-adblock_plus/distinfo ============================================================================== --- head/www/xpi-adblock_plus/distinfo Mon Nov 26 06:04:08 2012 (r307766) +++ head/www/xpi-adblock_plus/distinfo Mon Nov 26 08:58:24 2012 (r307767) @@ -1,2 +1,2 @@ -SHA256 (xpi/adblock_plus-2.1.2-sm+an+fx+tb.xpi) = 4a3308d668e9b62291354647ba97cab11bb3d3ae2ac8d7a324aea1205add5aef -SIZE (xpi/adblock_plus-2.1.2-sm+an+fx+tb.xpi) = 741958 +SHA256 (xpi/adblock_plus-2.2.1-sm+tb+an+fx.xpi) = 1c1b4e42504f785a66a7219267e787ebd7ee102eccd4f84bf3eb642300d44583 +SIZE (xpi/adblock_plus-2.2.1-sm+tb+an+fx.xpi) = 804627 Modified: head/www/xpi-adblock_plus/pkg-plist ============================================================================== --- head/www/xpi-adblock_plus/pkg-plist Mon Nov 26 06:04:08 2012 (r307766) +++ head/www/xpi-adblock_plus/pkg-plist Mon Nov 26 08:58:24 2012 (r307767) @@ -27,6 +27,7 @@ %%XPI_XPIDIR%%/chrome/content/ui/subscriptionSelection.js %%XPI_XPIDIR%%/chrome/content/ui/subscriptionSelection.xul %%XPI_XPIDIR%%/chrome/content/ui/subscriptions.xml +%%XPI_XPIDIR%%/chrome/content/ui/typoSettings.js %%XPI_XPIDIR%%/chrome/content/ui/utils.js %%XPI_XPIDIR%%/chrome/locale/ar/composer.dtd %%XPI_XPIDIR%%/chrome/locale/ar/filters.dtd @@ -36,6 +37,7 @@ %%XPI_XPIDIR%%/chrome/locale/ar/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/ar/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/ar/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/ar/typo.properties %%XPI_XPIDIR%%/chrome/locale/bg/composer.dtd %%XPI_XPIDIR%%/chrome/locale/bg/filters.dtd %%XPI_XPIDIR%%/chrome/locale/bg/firstRun.dtd @@ -44,6 +46,7 @@ %%XPI_XPIDIR%%/chrome/locale/bg/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/bg/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/bg/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/bg/typo.properties %%XPI_XPIDIR%%/chrome/locale/ca/composer.dtd %%XPI_XPIDIR%%/chrome/locale/ca/filters.dtd %%XPI_XPIDIR%%/chrome/locale/ca/firstRun.dtd @@ -52,6 +55,7 @@ %%XPI_XPIDIR%%/chrome/locale/ca/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/ca/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/ca/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/ca/typo.properties %%XPI_XPIDIR%%/chrome/locale/cs/composer.dtd %%XPI_XPIDIR%%/chrome/locale/cs/filters.dtd %%XPI_XPIDIR%%/chrome/locale/cs/firstRun.dtd @@ -60,6 +64,7 @@ %%XPI_XPIDIR%%/chrome/locale/cs/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/cs/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/cs/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/cs/typo.properties %%XPI_XPIDIR%%/chrome/locale/da/composer.dtd %%XPI_XPIDIR%%/chrome/locale/da/filters.dtd %%XPI_XPIDIR%%/chrome/locale/da/firstRun.dtd @@ -68,6 +73,7 @@ %%XPI_XPIDIR%%/chrome/locale/da/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/da/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/da/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/da/typo.properties %%XPI_XPIDIR%%/chrome/locale/de/composer.dtd %%XPI_XPIDIR%%/chrome/locale/de/filters.dtd %%XPI_XPIDIR%%/chrome/locale/de/firstRun.dtd @@ -76,6 +82,16 @@ %%XPI_XPIDIR%%/chrome/locale/de/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/de/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/de/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/de/typo.properties +%%XPI_XPIDIR%%/chrome/locale/dsb/composer.dtd +%%XPI_XPIDIR%%/chrome/locale/dsb/filters.dtd +%%XPI_XPIDIR%%/chrome/locale/dsb/firstRun.dtd +%%XPI_XPIDIR%%/chrome/locale/dsb/global.properties +%%XPI_XPIDIR%%/chrome/locale/dsb/overlay.dtd +%%XPI_XPIDIR%%/chrome/locale/dsb/sendReport.dtd +%%XPI_XPIDIR%%/chrome/locale/dsb/sidebar.dtd +%%XPI_XPIDIR%%/chrome/locale/dsb/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/dsb/typo.properties %%XPI_XPIDIR%%/chrome/locale/el/composer.dtd %%XPI_XPIDIR%%/chrome/locale/el/filters.dtd %%XPI_XPIDIR%%/chrome/locale/el/firstRun.dtd @@ -84,6 +100,7 @@ %%XPI_XPIDIR%%/chrome/locale/el/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/el/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/el/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/el/typo.properties %%XPI_XPIDIR%%/chrome/locale/en-GB/composer.dtd %%XPI_XPIDIR%%/chrome/locale/en-GB/filters.dtd %%XPI_XPIDIR%%/chrome/locale/en-GB/firstRun.dtd @@ -92,6 +109,7 @@ %%XPI_XPIDIR%%/chrome/locale/en-GB/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/en-GB/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/en-GB/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/en-GB/typo.properties %%XPI_XPIDIR%%/chrome/locale/en-US/composer.dtd %%XPI_XPIDIR%%/chrome/locale/en-US/filters.dtd %%XPI_XPIDIR%%/chrome/locale/en-US/firstRun.dtd @@ -100,6 +118,7 @@ %%XPI_XPIDIR%%/chrome/locale/en-US/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/en-US/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/en-US/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/en-US/typo.properties %%XPI_XPIDIR%%/chrome/locale/eo/composer.dtd %%XPI_XPIDIR%%/chrome/locale/eo/filters.dtd %%XPI_XPIDIR%%/chrome/locale/eo/firstRun.dtd @@ -108,6 +127,7 @@ %%XPI_XPIDIR%%/chrome/locale/eo/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/eo/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/eo/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/eo/typo.properties %%XPI_XPIDIR%%/chrome/locale/es-AR/composer.dtd %%XPI_XPIDIR%%/chrome/locale/es-AR/filters.dtd %%XPI_XPIDIR%%/chrome/locale/es-AR/firstRun.dtd @@ -116,6 +136,7 @@ %%XPI_XPIDIR%%/chrome/locale/es-AR/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/es-AR/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/es-AR/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/es-AR/typo.properties %%XPI_XPIDIR%%/chrome/locale/es-ES/composer.dtd %%XPI_XPIDIR%%/chrome/locale/es-ES/filters.dtd %%XPI_XPIDIR%%/chrome/locale/es-ES/firstRun.dtd @@ -124,6 +145,7 @@ %%XPI_XPIDIR%%/chrome/locale/es-ES/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/es-ES/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/es-ES/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/es-ES/typo.properties %%XPI_XPIDIR%%/chrome/locale/es-MX/composer.dtd %%XPI_XPIDIR%%/chrome/locale/es-MX/filters.dtd %%XPI_XPIDIR%%/chrome/locale/es-MX/firstRun.dtd @@ -132,6 +154,7 @@ %%XPI_XPIDIR%%/chrome/locale/es-MX/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/es-MX/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/es-MX/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/es-MX/typo.properties %%XPI_XPIDIR%%/chrome/locale/et/composer.dtd %%XPI_XPIDIR%%/chrome/locale/et/filters.dtd %%XPI_XPIDIR%%/chrome/locale/et/firstRun.dtd @@ -140,6 +163,7 @@ %%XPI_XPIDIR%%/chrome/locale/et/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/et/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/et/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/et/typo.properties %%XPI_XPIDIR%%/chrome/locale/fa/composer.dtd %%XPI_XPIDIR%%/chrome/locale/fa/filters.dtd %%XPI_XPIDIR%%/chrome/locale/fa/firstRun.dtd @@ -148,6 +172,7 @@ %%XPI_XPIDIR%%/chrome/locale/fa/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/fa/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/fa/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/fa/typo.properties %%XPI_XPIDIR%%/chrome/locale/fi/composer.dtd %%XPI_XPIDIR%%/chrome/locale/fi/filters.dtd %%XPI_XPIDIR%%/chrome/locale/fi/firstRun.dtd @@ -156,6 +181,7 @@ %%XPI_XPIDIR%%/chrome/locale/fi/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/fi/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/fi/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/fi/typo.properties %%XPI_XPIDIR%%/chrome/locale/fr/composer.dtd %%XPI_XPIDIR%%/chrome/locale/fr/filters.dtd %%XPI_XPIDIR%%/chrome/locale/fr/firstRun.dtd @@ -164,6 +190,7 @@ %%XPI_XPIDIR%%/chrome/locale/fr/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/fr/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/fr/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/fr/typo.properties %%XPI_XPIDIR%%/chrome/locale/fy-NL/composer.dtd %%XPI_XPIDIR%%/chrome/locale/fy-NL/filters.dtd %%XPI_XPIDIR%%/chrome/locale/fy-NL/firstRun.dtd @@ -172,6 +199,7 @@ %%XPI_XPIDIR%%/chrome/locale/fy-NL/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/fy-NL/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/fy-NL/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/fy-NL/typo.properties %%XPI_XPIDIR%%/chrome/locale/gl/composer.dtd %%XPI_XPIDIR%%/chrome/locale/gl/filters.dtd %%XPI_XPIDIR%%/chrome/locale/gl/firstRun.dtd @@ -180,6 +208,7 @@ %%XPI_XPIDIR%%/chrome/locale/gl/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/gl/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/gl/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/gl/typo.properties %%XPI_XPIDIR%%/chrome/locale/he/composer.dtd %%XPI_XPIDIR%%/chrome/locale/he/filters.dtd %%XPI_XPIDIR%%/chrome/locale/he/firstRun.dtd @@ -188,6 +217,7 @@ %%XPI_XPIDIR%%/chrome/locale/he/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/he/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/he/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/he/typo.properties %%XPI_XPIDIR%%/chrome/locale/hr/composer.dtd %%XPI_XPIDIR%%/chrome/locale/hr/filters.dtd %%XPI_XPIDIR%%/chrome/locale/hr/firstRun.dtd @@ -196,6 +226,7 @@ %%XPI_XPIDIR%%/chrome/locale/hr/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/hr/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/hr/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/hr/typo.properties %%XPI_XPIDIR%%/chrome/locale/hsb/composer.dtd %%XPI_XPIDIR%%/chrome/locale/hsb/filters.dtd %%XPI_XPIDIR%%/chrome/locale/hsb/firstRun.dtd @@ -204,6 +235,7 @@ %%XPI_XPIDIR%%/chrome/locale/hsb/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/hsb/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/hsb/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/hsb/typo.properties %%XPI_XPIDIR%%/chrome/locale/hu/composer.dtd %%XPI_XPIDIR%%/chrome/locale/hu/filters.dtd %%XPI_XPIDIR%%/chrome/locale/hu/firstRun.dtd @@ -212,6 +244,7 @@ %%XPI_XPIDIR%%/chrome/locale/hu/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/hu/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/hu/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/hu/typo.properties %%XPI_XPIDIR%%/chrome/locale/hy-AM/composer.dtd %%XPI_XPIDIR%%/chrome/locale/hy-AM/filters.dtd %%XPI_XPIDIR%%/chrome/locale/hy-AM/firstRun.dtd @@ -220,6 +253,7 @@ %%XPI_XPIDIR%%/chrome/locale/hy-AM/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/hy-AM/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/hy-AM/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/hy-AM/typo.properties %%XPI_XPIDIR%%/chrome/locale/is/composer.dtd %%XPI_XPIDIR%%/chrome/locale/is/filters.dtd %%XPI_XPIDIR%%/chrome/locale/is/firstRun.dtd @@ -228,6 +262,7 @@ %%XPI_XPIDIR%%/chrome/locale/is/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/is/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/is/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/is/typo.properties %%XPI_XPIDIR%%/chrome/locale/it/composer.dtd %%XPI_XPIDIR%%/chrome/locale/it/filters.dtd %%XPI_XPIDIR%%/chrome/locale/it/firstRun.dtd @@ -236,6 +271,7 @@ %%XPI_XPIDIR%%/chrome/locale/it/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/it/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/it/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/it/typo.properties %%XPI_XPIDIR%%/chrome/locale/ja/composer.dtd %%XPI_XPIDIR%%/chrome/locale/ja/filters.dtd %%XPI_XPIDIR%%/chrome/locale/ja/firstRun.dtd @@ -244,22 +280,16 @@ %%XPI_XPIDIR%%/chrome/locale/ja/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/ja/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/ja/subscriptionSelection.dtd -%%XPI_XPIDIR%%/chrome/locale/ka-GE/composer.dtd -%%XPI_XPIDIR%%/chrome/locale/ka-GE/filters.dtd -%%XPI_XPIDIR%%/chrome/locale/ka-GE/firstRun.dtd -%%XPI_XPIDIR%%/chrome/locale/ka-GE/global.properties -%%XPI_XPIDIR%%/chrome/locale/ka-GE/overlay.dtd -%%XPI_XPIDIR%%/chrome/locale/ka-GE/sendReport.dtd -%%XPI_XPIDIR%%/chrome/locale/ka-GE/sidebar.dtd -%%XPI_XPIDIR%%/chrome/locale/ka-GE/subscriptionSelection.dtd -%%XPI_XPIDIR%%/chrome/locale/kk-KZ/composer.dtd -%%XPI_XPIDIR%%/chrome/locale/kk-KZ/filters.dtd -%%XPI_XPIDIR%%/chrome/locale/kk-KZ/firstRun.dtd -%%XPI_XPIDIR%%/chrome/locale/kk-KZ/global.properties -%%XPI_XPIDIR%%/chrome/locale/kk-KZ/overlay.dtd -%%XPI_XPIDIR%%/chrome/locale/kk-KZ/sendReport.dtd -%%XPI_XPIDIR%%/chrome/locale/kk-KZ/sidebar.dtd -%%XPI_XPIDIR%%/chrome/locale/kk-KZ/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/ja/typo.properties +%%XPI_XPIDIR%%/chrome/locale/kk/composer.dtd +%%XPI_XPIDIR%%/chrome/locale/kk/filters.dtd +%%XPI_XPIDIR%%/chrome/locale/kk/firstRun.dtd +%%XPI_XPIDIR%%/chrome/locale/kk/global.properties +%%XPI_XPIDIR%%/chrome/locale/kk/overlay.dtd +%%XPI_XPIDIR%%/chrome/locale/kk/sendReport.dtd +%%XPI_XPIDIR%%/chrome/locale/kk/sidebar.dtd +%%XPI_XPIDIR%%/chrome/locale/kk/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/kk/typo.properties %%XPI_XPIDIR%%/chrome/locale/ko/composer.dtd %%XPI_XPIDIR%%/chrome/locale/ko/filters.dtd %%XPI_XPIDIR%%/chrome/locale/ko/firstRun.dtd @@ -268,6 +298,7 @@ %%XPI_XPIDIR%%/chrome/locale/ko/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/ko/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/ko/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/ko/typo.properties %%XPI_XPIDIR%%/chrome/locale/lt/composer.dtd %%XPI_XPIDIR%%/chrome/locale/lt/filters.dtd %%XPI_XPIDIR%%/chrome/locale/lt/firstRun.dtd @@ -276,6 +307,7 @@ %%XPI_XPIDIR%%/chrome/locale/lt/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/lt/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/lt/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/lt/typo.properties %%XPI_XPIDIR%%/chrome/locale/lv/composer.dtd %%XPI_XPIDIR%%/chrome/locale/lv/filters.dtd %%XPI_XPIDIR%%/chrome/locale/lv/firstRun.dtd @@ -284,6 +316,7 @@ %%XPI_XPIDIR%%/chrome/locale/lv/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/lv/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/lv/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/lv/typo.properties %%XPI_XPIDIR%%/chrome/locale/mn/composer.dtd %%XPI_XPIDIR%%/chrome/locale/mn/filters.dtd %%XPI_XPIDIR%%/chrome/locale/mn/firstRun.dtd @@ -292,14 +325,16 @@ %%XPI_XPIDIR%%/chrome/locale/mn/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/mn/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/mn/subscriptionSelection.dtd -%%XPI_XPIDIR%%/chrome/locale/ms-MY/composer.dtd -%%XPI_XPIDIR%%/chrome/locale/ms-MY/filters.dtd -%%XPI_XPIDIR%%/chrome/locale/ms-MY/firstRun.dtd -%%XPI_XPIDIR%%/chrome/locale/ms-MY/global.properties -%%XPI_XPIDIR%%/chrome/locale/ms-MY/overlay.dtd -%%XPI_XPIDIR%%/chrome/locale/ms-MY/sendReport.dtd -%%XPI_XPIDIR%%/chrome/locale/ms-MY/sidebar.dtd -%%XPI_XPIDIR%%/chrome/locale/ms-MY/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/mn/typo.properties +%%XPI_XPIDIR%%/chrome/locale/ms/composer.dtd +%%XPI_XPIDIR%%/chrome/locale/ms/filters.dtd +%%XPI_XPIDIR%%/chrome/locale/ms/firstRun.dtd +%%XPI_XPIDIR%%/chrome/locale/ms/global.properties +%%XPI_XPIDIR%%/chrome/locale/ms/overlay.dtd +%%XPI_XPIDIR%%/chrome/locale/ms/sendReport.dtd +%%XPI_XPIDIR%%/chrome/locale/ms/sidebar.dtd +%%XPI_XPIDIR%%/chrome/locale/ms/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/ms/typo.properties %%XPI_XPIDIR%%/chrome/locale/nl/composer.dtd %%XPI_XPIDIR%%/chrome/locale/nl/filters.dtd %%XPI_XPIDIR%%/chrome/locale/nl/firstRun.dtd @@ -308,6 +343,7 @@ %%XPI_XPIDIR%%/chrome/locale/nl/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/nl/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/nl/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/nl/typo.properties %%XPI_XPIDIR%%/chrome/locale/pl/composer.dtd %%XPI_XPIDIR%%/chrome/locale/pl/filters.dtd %%XPI_XPIDIR%%/chrome/locale/pl/firstRun.dtd @@ -316,6 +352,7 @@ %%XPI_XPIDIR%%/chrome/locale/pl/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/pl/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/pl/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/pl/typo.properties %%XPI_XPIDIR%%/chrome/locale/pt-BR/composer.dtd %%XPI_XPIDIR%%/chrome/locale/pt-BR/filters.dtd %%XPI_XPIDIR%%/chrome/locale/pt-BR/firstRun.dtd @@ -324,6 +361,7 @@ %%XPI_XPIDIR%%/chrome/locale/pt-BR/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/pt-BR/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/pt-BR/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/pt-BR/typo.properties %%XPI_XPIDIR%%/chrome/locale/pt-PT/composer.dtd %%XPI_XPIDIR%%/chrome/locale/pt-PT/filters.dtd %%XPI_XPIDIR%%/chrome/locale/pt-PT/firstRun.dtd @@ -332,6 +370,7 @@ %%XPI_XPIDIR%%/chrome/locale/pt-PT/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/pt-PT/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/pt-PT/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/pt-PT/typo.properties %%XPI_XPIDIR%%/chrome/locale/ro/composer.dtd %%XPI_XPIDIR%%/chrome/locale/ro/filters.dtd %%XPI_XPIDIR%%/chrome/locale/ro/firstRun.dtd @@ -340,6 +379,7 @@ %%XPI_XPIDIR%%/chrome/locale/ro/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/ro/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/ro/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/ro/typo.properties %%XPI_XPIDIR%%/chrome/locale/ru/composer.dtd %%XPI_XPIDIR%%/chrome/locale/ru/filters.dtd %%XPI_XPIDIR%%/chrome/locale/ru/firstRun.dtd @@ -348,6 +388,7 @@ %%XPI_XPIDIR%%/chrome/locale/ru/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/ru/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/ru/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/ru/typo.properties %%XPI_XPIDIR%%/chrome/locale/sk/composer.dtd %%XPI_XPIDIR%%/chrome/locale/sk/filters.dtd %%XPI_XPIDIR%%/chrome/locale/sk/firstRun.dtd @@ -356,6 +397,7 @@ %%XPI_XPIDIR%%/chrome/locale/sk/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/sk/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/sk/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/sk/typo.properties %%XPI_XPIDIR%%/chrome/locale/sl/composer.dtd %%XPI_XPIDIR%%/chrome/locale/sl/filters.dtd %%XPI_XPIDIR%%/chrome/locale/sl/firstRun.dtd @@ -364,6 +406,7 @@ %%XPI_XPIDIR%%/chrome/locale/sl/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/sl/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/sl/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/sl/typo.properties %%XPI_XPIDIR%%/chrome/locale/sq/composer.dtd %%XPI_XPIDIR%%/chrome/locale/sq/filters.dtd %%XPI_XPIDIR%%/chrome/locale/sq/firstRun.dtd @@ -372,6 +415,7 @@ %%XPI_XPIDIR%%/chrome/locale/sq/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/sq/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/sq/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/sq/typo.properties %%XPI_XPIDIR%%/chrome/locale/sr/composer.dtd %%XPI_XPIDIR%%/chrome/locale/sr/filters.dtd %%XPI_XPIDIR%%/chrome/locale/sr/firstRun.dtd @@ -380,6 +424,7 @@ %%XPI_XPIDIR%%/chrome/locale/sr/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/sr/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/sr/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/sr/typo.properties %%XPI_XPIDIR%%/chrome/locale/sv-SE/composer.dtd %%XPI_XPIDIR%%/chrome/locale/sv-SE/filters.dtd %%XPI_XPIDIR%%/chrome/locale/sv-SE/firstRun.dtd @@ -388,6 +433,7 @@ %%XPI_XPIDIR%%/chrome/locale/sv-SE/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/sv-SE/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/sv-SE/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/sv-SE/typo.properties %%XPI_XPIDIR%%/chrome/locale/th/composer.dtd %%XPI_XPIDIR%%/chrome/locale/th/filters.dtd %%XPI_XPIDIR%%/chrome/locale/th/firstRun.dtd @@ -396,6 +442,7 @@ %%XPI_XPIDIR%%/chrome/locale/th/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/th/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/th/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/th/typo.properties %%XPI_XPIDIR%%/chrome/locale/tr/composer.dtd %%XPI_XPIDIR%%/chrome/locale/tr/filters.dtd %%XPI_XPIDIR%%/chrome/locale/tr/firstRun.dtd @@ -404,6 +451,7 @@ %%XPI_XPIDIR%%/chrome/locale/tr/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/tr/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/tr/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/tr/typo.properties %%XPI_XPIDIR%%/chrome/locale/uk/composer.dtd %%XPI_XPIDIR%%/chrome/locale/uk/filters.dtd %%XPI_XPIDIR%%/chrome/locale/uk/firstRun.dtd @@ -412,6 +460,7 @@ %%XPI_XPIDIR%%/chrome/locale/uk/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/uk/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/uk/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/uk/typo.properties %%XPI_XPIDIR%%/chrome/locale/vi/composer.dtd %%XPI_XPIDIR%%/chrome/locale/vi/filters.dtd %%XPI_XPIDIR%%/chrome/locale/vi/firstRun.dtd @@ -420,6 +469,7 @@ %%XPI_XPIDIR%%/chrome/locale/vi/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/vi/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/vi/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/vi/typo.properties %%XPI_XPIDIR%%/chrome/locale/zh-CN/composer.dtd %%XPI_XPIDIR%%/chrome/locale/zh-CN/filters.dtd %%XPI_XPIDIR%%/chrome/locale/zh-CN/firstRun.dtd @@ -428,6 +478,7 @@ %%XPI_XPIDIR%%/chrome/locale/zh-CN/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/zh-CN/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/zh-CN/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/zh-CN/typo.properties %%XPI_XPIDIR%%/chrome/locale/zh-TW/composer.dtd %%XPI_XPIDIR%%/chrome/locale/zh-TW/filters.dtd %%XPI_XPIDIR%%/chrome/locale/zh-TW/firstRun.dtd @@ -436,6 +487,7 @@ %%XPI_XPIDIR%%/chrome/locale/zh-TW/sendReport.dtd %%XPI_XPIDIR%%/chrome/locale/zh-TW/sidebar.dtd %%XPI_XPIDIR%%/chrome/locale/zh-TW/subscriptionSelection.dtd +%%XPI_XPIDIR%%/chrome/locale/zh-TW/typo.properties %%XPI_XPIDIR%%/chrome/skin/abp-icon-big.png %%XPI_XPIDIR%%/chrome/skin/abp-status-16.png %%XPI_XPIDIR%%/chrome/skin/abp-status.png @@ -444,6 +496,7 @@ %%XPI_XPIDIR%%/chrome/skin/composer.css %%XPI_XPIDIR%%/chrome/skin/filters.css %%XPI_XPIDIR%%/chrome/skin/firstRun.css +%%XPI_XPIDIR%%/chrome/skin/icon16.png %%XPI_XPIDIR%%/chrome/skin/item-state.png %%XPI_XPIDIR%%/chrome/skin/overlay.css %%XPI_XPIDIR%%/chrome/skin/sendReport.css @@ -453,6 +506,7 @@ %%XPI_XPIDIR%%/chrome.manifest %%XPI_XPIDIR%%/defaults/patterns.ini %%XPI_XPIDIR%%/defaults/prefs.js +%%XPI_XPIDIR%%/defaults/typoRules.json %%XPI_XPIDIR%%/icon.png %%XPI_XPIDIR%%/icon64.png %%XPI_XPIDIR%%/install.rdf @@ -464,6 +518,8 @@ %%XPI_XPIDIR%%/lib/filterListener.js %%XPI_XPIDIR%%/lib/filterNotifier.js %%XPI_XPIDIR%%/lib/filterStorage.js +%%XPI_XPIDIR%%/lib/elemHideHitRegistration.js +%%XPI_XPIDIR%%/lib/hooks.js %%XPI_XPIDIR%%/lib/io.js %%XPI_XPIDIR%%/lib/keySelector.js %%XPI_XPIDIR%%/lib/main.js @@ -474,6 +530,13 @@ %%XPI_XPIDIR%%/lib/subscriptionClasses.js %%XPI_XPIDIR%%/lib/sync.js %%XPI_XPIDIR%%/lib/synchronizer.js +%%XPI_XPIDIR%%/lib/typoAppIntegration.js +%%XPI_XPIDIR%%/lib/typoBootstrap.js +%%XPI_XPIDIR%%/lib/typoCollector.js +%%XPI_XPIDIR%%/lib/typoFixer.js +%%XPI_XPIDIR%%/lib/typoNetError.js +%%XPI_XPIDIR%%/lib/typoRules.js +%%XPI_XPIDIR%%/lib/typoSurvey.js %%XPI_XPIDIR%%/lib/ui.js %%XPI_XPIDIR%%/lib/utils.js %%XPI_XPIDIR%%/lib/windowObserver.js @@ -485,6 +548,7 @@ @dirrm %%XPI_XPIDIR%%/chrome/locale/cs @dirrm %%XPI_XPIDIR%%/chrome/locale/da @dirrm %%XPI_XPIDIR%%/chrome/locale/de +@dirrm %%XPI_XPIDIR%%/chrome/locale/dsb @dirrm %%XPI_XPIDIR%%/chrome/locale/el @dirrm %%XPI_XPIDIR%%/chrome/locale/en-GB @dirrm %%XPI_XPIDIR%%/chrome/locale/en-US @@ -506,13 +570,12 @@ @dirrm %%XPI_XPIDIR%%/chrome/locale/is @dirrm %%XPI_XPIDIR%%/chrome/locale/it @dirrm %%XPI_XPIDIR%%/chrome/locale/ja -@dirrm %%XPI_XPIDIR%%/chrome/locale/ka-GE -@dirrm %%XPI_XPIDIR%%/chrome/locale/kk-KZ +@dirrm %%XPI_XPIDIR%%/chrome/locale/kk @dirrm %%XPI_XPIDIR%%/chrome/locale/ko @dirrm %%XPI_XPIDIR%%/chrome/locale/lt @dirrm %%XPI_XPIDIR%%/chrome/locale/lv @dirrm %%XPI_XPIDIR%%/chrome/locale/mn -@dirrm %%XPI_XPIDIR%%/chrome/locale/ms-MY +@dirrm %%XPI_XPIDIR%%/chrome/locale/ms @dirrm %%XPI_XPIDIR%%/chrome/locale/nl @dirrm %%XPI_XPIDIR%%/chrome/locale/pl @dirrm %%XPI_XPIDIR%%/chrome/locale/pt-BR From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 09:35: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 D079385E; Mon, 26 Nov 2012 09:35:49 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B658F8FC15; Mon, 26 Nov 2012 09:35:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQ9ZnMP050900; Mon, 26 Nov 2012 09:35:49 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQ9Zn0B050894; Mon, 26 Nov 2012 09:35:49 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201211260935.qAQ9Zn0B050894@svn.freebsd.org> From: Philippe Audeoud Date: Mon, 26 Nov 2012 09:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307768 - in head/math: . p5-Parse-Range X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 09:35:50 -0000 Author: jadawin Date: Mon Nov 26 09:35:49 2012 New Revision: 307768 URL: http://svnweb.freebsd.org/changeset/ports/307768 Log: This module parses range definitions and returns an array of individual numbers. WWW: http://search.cpan.org/dist/Parse-Range/ PR: ports/173280 Submitted by: pauls@utdallas.edu Feature safe: yes Added: head/math/p5-Parse-Range/ head/math/p5-Parse-Range/Makefile (contents, props changed) head/math/p5-Parse-Range/distinfo (contents, props changed) head/math/p5-Parse-Range/pkg-descr (contents, props changed) head/math/p5-Parse-Range/pkg-plist (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Mon Nov 26 08:58:24 2012 (r307767) +++ head/math/Makefile Mon Nov 26 09:35:49 2012 (r307768) @@ -470,6 +470,7 @@ SUBDIR += p5-Number-Uncertainty SUBDIR += p5-Number-WithError SUBDIR += p5-Number-WithError-LaTeX + SUBDIR += p5-Parse-Range SUBDIR += p5-Roman SUBDIR += p5-Set-IntSpan SUBDIR += p5-Set-IntSpan-Fast Added: head/math/p5-Parse-Range/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Parse-Range/Makefile Mon Nov 26 09:35:49 2012 (r307768) @@ -0,0 +1,29 @@ +# Created by: pauls@utdallas.edu +# $FreeBSD$ + +PORTNAME= Parse-Range +PORTVERSION= 0.96 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:PERLER +PKGNAMEPREFIX= p5- + +MAINTAINER= pauls@utdallas.edu +COMMENT= Parses range definitions and returns an array + +LICENSE= ART10 BSD +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Module-Build>=0.4:${PORTSDIR}/devel/p5-Module-Build \ + p5-ExtUtils-MakeMaker>=6.6:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ + p5-List-MoreUtils>=0.3:${PORTSDIR}/lang/p5-List-MoreUtils + +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Parse::Range.3 + +.include + +.include Added: head/math/p5-Parse-Range/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Parse-Range/distinfo Mon Nov 26 09:35:49 2012 (r307768) @@ -0,0 +1,2 @@ +SHA256 (Parse-Range-0.96.tar.gz) = 6ef06ca8db01a5ade311ab583d1a9bcee89b54aa417c23c2096db3d163fc005b +SIZE (Parse-Range-0.96.tar.gz) = 6074 Added: head/math/p5-Parse-Range/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Parse-Range/pkg-descr Mon Nov 26 09:35:49 2012 (r307768) @@ -0,0 +1,4 @@ +This module parses range definitions and returns +an array of individual numbers. + +WWW: http://search.cpan.org/dist/Parse-Range/ Added: head/math/p5-Parse-Range/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/p5-Parse-Range/pkg-plist Mon Nov 26 09:35:49 2012 (r307768) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Parse/Range.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/Range +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse +@dirrm %%SITE_PERL%%/Parse From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 10:52: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 EDEAAD4E; Mon, 26 Nov 2012 10:52:09 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D34AE8FC12; Mon, 26 Nov 2012 10:52:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQAq9bg064842; Mon, 26 Nov 2012 10:52:09 GMT (envelope-from mich@svn.freebsd.org) Received: (from mich@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQAq9YQ064840; Mon, 26 Nov 2012 10:52:09 GMT (envelope-from mich@svn.freebsd.org) Message-Id: <201211261052.qAQAq9YQ064840@svn.freebsd.org> From: Michael Landin Hostbaek Date: Mon, 26 Nov 2012 10:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307769 - head/net/p5-Net-Whois-RIPE X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 10:52:10 -0000 Author: mich Date: Mon Nov 26 10:52:09 2012 New Revision: 307769 URL: http://svnweb.freebsd.org/changeset/ports/307769 Log: - Update to -> 2.001 Feature safe: yes Modified: head/net/p5-Net-Whois-RIPE/Makefile head/net/p5-Net-Whois-RIPE/distinfo Modified: head/net/p5-Net-Whois-RIPE/Makefile ============================================================================== --- head/net/p5-Net-Whois-RIPE/Makefile Mon Nov 26 09:35:49 2012 (r307768) +++ head/net/p5-Net-Whois-RIPE/Makefile Mon Nov 26 10:52:09 2012 (r307769) @@ -6,7 +6,7 @@ # PORTNAME= Net-Whois-RIPE -PORTVERSION= 2.00015 +PORTVERSION= 2.001 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AASSAD Modified: head/net/p5-Net-Whois-RIPE/distinfo ============================================================================== --- head/net/p5-Net-Whois-RIPE/distinfo Mon Nov 26 09:35:49 2012 (r307768) +++ head/net/p5-Net-Whois-RIPE/distinfo Mon Nov 26 10:52:09 2012 (r307769) @@ -1,2 +1,2 @@ -SHA256 (Net-Whois-RIPE-2.00015.tar.gz) = c189c68d3f15a967a315103dc047daeb3ca527034ae4d73518bc1dcdd15cc821 -SIZE (Net-Whois-RIPE-2.00015.tar.gz) = 52448 +SHA256 (Net-Whois-RIPE-2.001.tar.gz) = 852593fe86266a3fe15f0508a87083e5f1aaff48d78586c4704570ab493958bb +SIZE (Net-Whois-RIPE-2.001.tar.gz) = 55794 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 10:54: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 88E0AE3B; Mon, 26 Nov 2012 10:54:04 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 554578FC14; Mon, 26 Nov 2012 10:54:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQAs4af065251; Mon, 26 Nov 2012 10:54:04 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQAs499065249; Mon, 26 Nov 2012 10:54:04 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201211261054.qAQAs499065249@svn.freebsd.org> From: Alex Dupre Date: Mon, 26 Nov 2012 10:54:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307770 - head/textproc/xstream X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 10:54:04 -0000 Author: ale Date: Mon Nov 26 10:54:03 2012 New Revision: 307770 URL: http://svnweb.freebsd.org/changeset/ports/307770 Log: Update to 1.4.3 release. Feature safe: yes Modified: head/textproc/xstream/Makefile head/textproc/xstream/distinfo Modified: head/textproc/xstream/Makefile ============================================================================== --- head/textproc/xstream/Makefile Mon Nov 26 10:52:09 2012 (r307769) +++ head/textproc/xstream/Makefile Mon Nov 26 10:54:03 2012 (r307770) @@ -1,12 +1,8 @@ -# Ports collection makefile for: XStream -# Date created: 19 July 2006 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD$ -# PORTNAME= xstream -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= textproc java MASTER_SITES= https://nexus.codehaus.org/content/repositories/releases/com/thoughtworks/xstream/xstream-distribution/${PORTVERSION}/ DISTFILES= ${PORTNAME}-distribution-${PORTVERSION}-bin${EXTRACT_SUFX} Modified: head/textproc/xstream/distinfo ============================================================================== --- head/textproc/xstream/distinfo Mon Nov 26 10:52:09 2012 (r307769) +++ head/textproc/xstream/distinfo Mon Nov 26 10:54:03 2012 (r307770) @@ -1,2 +1,2 @@ -SHA256 (xstream-distribution-1.4.2-bin.zip) = 0b295debdab24f7e9e2a6b4d53d707a13f132f758126575ac65908cbe6f1aa3f -SIZE (xstream-distribution-1.4.2-bin.zip) = 7011879 +SHA256 (xstream-distribution-1.4.3-bin.zip) = 277362b442820595b9a3dded1a5a736e625cb58ca9c5c1f0a33c641c6dc31fd7 +SIZE (xstream-distribution-1.4.3-bin.zip) = 8596460 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 10:59:29 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 09DF518B; Mon, 26 Nov 2012 10:59:29 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C934C8FC08; Mon, 26 Nov 2012 10:59:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQAxSeP066283; Mon, 26 Nov 2012 10:59:28 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQAxS79066281; Mon, 26 Nov 2012 10:59:28 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201211261059.qAQAxS79066281@svn.freebsd.org> From: Alex Dupre Date: Mon, 26 Nov 2012 10:59:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307771 - head/security/xml-security X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 10:59:29 -0000 Author: ale Date: Mon Nov 26 10:59:28 2012 New Revision: 307771 URL: http://svnweb.freebsd.org/changeset/ports/307771 Log: Update to 1.5.3 release. Feature safe: yes Modified: head/security/xml-security/Makefile head/security/xml-security/distinfo Modified: head/security/xml-security/Makefile ============================================================================== --- head/security/xml-security/Makefile Mon Nov 26 10:54:03 2012 (r307770) +++ head/security/xml-security/Makefile Mon Nov 26 10:59:28 2012 (r307771) @@ -1,15 +1,11 @@ -# New ports collection makefile for: Apache-XML-Security-J -# Date created: 14 Dec 2010 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD$ -# PORTNAME= xml-security -PORTVERSION= 1.5.0 +PORTVERSION= 1.5.3 CATEGORIES= security java MASTER_SITES= ${MASTER_SITE_APACHE} -MASTER_SITE_SUBDIR= santuario/java-library/1_5_0 +MASTER_SITE_SUBDIR= santuario/java-library/${PORTVERSION:S/./_/g} DISTNAME= ${PORTNAME}-src-${PORTVERSION:S/./_/g} MAINTAINER= ale@FreeBSD.org @@ -20,7 +16,6 @@ BUILD_DEPENDS= ${JAVALIBDIR}/commons-log RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:${PORTSDIR}/java/jakarta-commons-logging LICENSE= AL2 -LICENSE_FILE= ${WRKSRC}/LICENSE USE_ZIP= yes USE_JAVA= yes Modified: head/security/xml-security/distinfo ============================================================================== --- head/security/xml-security/distinfo Mon Nov 26 10:54:03 2012 (r307770) +++ head/security/xml-security/distinfo Mon Nov 26 10:59:28 2012 (r307771) @@ -1,2 +1,2 @@ -SHA256 (xml-security-src-1_5_0.zip) = f81093fc1bf32458d8d6326061b47d4fb645b806daeb1b747311bcb982d3611e -SIZE (xml-security-src-1_5_0.zip) = 2898447 +SHA256 (xml-security-src-1_5_3.zip) = 0eb4cfa83bfb6ff3beee87f193d0bc6c45902d2bd3c6c7fb315a3e014dc15fdf +SIZE (xml-security-src-1_5_3.zip) = 2436355 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 11:06: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 3123C35B; Mon, 26 Nov 2012 11:06:10 +0000 (UTC) (envelope-from mich@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 125828FC1F; Mon, 26 Nov 2012 11:06:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQB69SM067869; Mon, 26 Nov 2012 11:06:09 GMT (envelope-from mich@svn.freebsd.org) Received: (from mich@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQB69eE067867; Mon, 26 Nov 2012 11:06:09 GMT (envelope-from mich@svn.freebsd.org) Message-Id: <201211261106.qAQB69eE067867@svn.freebsd.org> From: Michael Landin Hostbaek Date: Mon, 26 Nov 2012 11:06:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307772 - in head/misc/rpl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 11:06:10 -0000 Author: mich Date: Mon Nov 26 11:06:09 2012 New Revision: 307772 URL: http://svnweb.freebsd.org/changeset/ports/307772 Log: - update to -> 1.4.1 Feature safe: yes Deleted: head/misc/rpl/files/patch-src_replace.h Modified: head/misc/rpl/Makefile head/misc/rpl/distinfo Modified: head/misc/rpl/Makefile ============================================================================== --- head/misc/rpl/Makefile Mon Nov 26 10:59:28 2012 (r307771) +++ head/misc/rpl/Makefile Mon Nov 26 11:06:09 2012 (r307772) @@ -7,7 +7,7 @@ # PORTNAME= rpl -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= misc MASTER_SITES= http://downloads.laffeycomputer.com/current_builds/ Modified: head/misc/rpl/distinfo ============================================================================== --- head/misc/rpl/distinfo Mon Nov 26 10:59:28 2012 (r307771) +++ head/misc/rpl/distinfo Mon Nov 26 11:06:09 2012 (r307772) @@ -1,2 +1,2 @@ -SHA256 (rpl-1.4.0.tar.gz) = f9ddb40ab3cf550d4ad1977f448f3b083035645a89ecba581bb57577a6c04caa -SIZE (rpl-1.4.0.tar.gz) = 59602 +SHA256 (rpl-1.4.1.tar.gz) = 291055dc8763c855bab76142b5f7e9625392bcefa524b796bc4ddbcf941a1310 +SIZE (rpl-1.4.1.tar.gz) = 65792 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 11:32: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 454A054E; Mon, 26 Nov 2012 11:32:16 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 29D0F8FC15; Mon, 26 Nov 2012 11:32:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQBWGPw072865; Mon, 26 Nov 2012 11:32:16 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQBWFuZ072863; Mon, 26 Nov 2012 11:32:15 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201211261132.qAQBWFuZ072863@svn.freebsd.org> From: Anton Berezin Date: Mon, 26 Nov 2012 11:32:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307773 - head/textproc/p5-Text-Xslate X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 11:32:16 -0000 Author: tobez Date: Mon Nov 26 11:32:15 2012 New Revision: 307773 URL: http://svnweb.freebsd.org/changeset/ports/307773 Log: Update to 1.5025. Changes: http://cpansearch.perl.org/src/GFUJI/Text-Xslate-1.5025/Changes PR: 173545 Submitted by: Geraud CONTINSOUZAS Feature safe: yes Modified: head/textproc/p5-Text-Xslate/Makefile head/textproc/p5-Text-Xslate/distinfo Modified: head/textproc/p5-Text-Xslate/Makefile ============================================================================== --- head/textproc/p5-Text-Xslate/Makefile Mon Nov 26 11:06:09 2012 (r307772) +++ head/textproc/p5-Text-Xslate/Makefile Mon Nov 26 11:32:15 2012 (r307773) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Xslate -PORTVERSION= 1.5019 +PORTVERSION= 1.5025 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GFUJI Modified: head/textproc/p5-Text-Xslate/distinfo ============================================================================== --- head/textproc/p5-Text-Xslate/distinfo Mon Nov 26 11:06:09 2012 (r307772) +++ head/textproc/p5-Text-Xslate/distinfo Mon Nov 26 11:32:15 2012 (r307773) @@ -1,2 +1,2 @@ -SHA256 (Text-Xslate-1.5019.tar.gz) = 30b3c48e39102e6ffc26499a0aca76ed0e835a7e6553533b5c1cc296da24ba0d -SIZE (Text-Xslate-1.5019.tar.gz) = 211521 +SHA256 (Text-Xslate-1.5025.tar.gz) = 583d4d5880d16cce0f9cb400b3b622a5d7c3b1597ea3e823e5f3a89ad9f72afc +SIZE (Text-Xslate-1.5025.tar.gz) = 214874 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 11:34: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 B83AF653; Mon, 26 Nov 2012 11:34:42 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 82DA88FC12; Mon, 26 Nov 2012 11:34:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQBYgNO073365; Mon, 26 Nov 2012 11:34:42 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQBYgv3073361; Mon, 26 Nov 2012 11:34:42 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201211261134.qAQBYgv3073361@svn.freebsd.org> From: Alex Dupre Date: Mon, 26 Nov 2012 11:34:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307774 - head/devel/subversive X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 11:34:42 -0000 Author: ale Date: Mon Nov 26 11:34:42 2012 New Revision: 307774 URL: http://svnweb.freebsd.org/changeset/ports/307774 Log: Update to 1.0.0 release, supporting svn 1.7. Feature safe: yes Modified: head/devel/subversive/Makefile head/devel/subversive/distinfo Modified: head/devel/subversive/Makefile ============================================================================== --- head/devel/subversive/Makefile Mon Nov 26 11:32:15 2012 (r307773) +++ head/devel/subversive/Makefile Mon Nov 26 11:34:42 2012 (r307774) @@ -1,18 +1,13 @@ -# New ports collection makefile for: subversive -# Date created: 14 Feb 2007 -# Whom: Alex Dupre -# +# Created by: Alex Dupre # $FreeBSD$ -# PORTNAME= subversive -PORTVERSION= 0.7.9 -PORTREVISION= 3 +PORTVERSION= 1.0.0 PORTEPOCH= 1 CATEGORIES= devel java -MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,%SUBDIR%,technology/subversive/0.7/builds,:S,$,:core,} \ - http://community.polarion.com/projects/subversive/download/eclipse/2.0/builds/:connectors -DISTNAME= Subversive-incubation-${PORTVERSION}.I20110819-1700 +MASTER_SITES= ${MASTER_SITE_ECLIPSE:S,%SUBDIR%,technology/subversive/1.0/builds,:S,$,:core,} \ + http://community.polarion.com/projects/subversive/download/eclipse/3.0/builds/:connectors +DISTNAME= Subversive-${PORTVERSION}.I20121109-1700 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:core ${CONNECTORS}:connectors MAINTAINER= ale@FreeBSD.org @@ -22,7 +17,7 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/ec LICENSE= EPL -CONNECTORS= Subversive-connectors-2.2.2.I20110819-1700.zip +CONNECTORS= Subversive-connectors-3.0.0.I20121109-1700.zip NO_WRKSUBDIR= yes USE_ZIP= yes Modified: head/devel/subversive/distinfo ============================================================================== --- head/devel/subversive/distinfo Mon Nov 26 11:32:15 2012 (r307773) +++ head/devel/subversive/distinfo Mon Nov 26 11:34:42 2012 (r307774) @@ -1,4 +1,4 @@ -SHA256 (Subversive-incubation-0.7.9.I20110819-1700.zip) = d02b4e850f37a41caf97f2ae5e9466a691309a903f61abdf32adb1a805b578f5 -SIZE (Subversive-incubation-0.7.9.I20110819-1700.zip) = 19787877 -SHA256 (Subversive-connectors-2.2.2.I20110819-1700.zip) = c1080353b6ca696bf6a6a678da5801ea50936d19f4581257ec29c7272eaae295 -SIZE (Subversive-connectors-2.2.2.I20110819-1700.zip) = 15958124 +SHA256 (Subversive-1.0.0.I20121109-1700.zip) = f61309c481ae0bdb7175634549c1e1e65fad89f52097a4e0843d4efc5278cf57 +SIZE (Subversive-1.0.0.I20121109-1700.zip) = 20058585 +SHA256 (Subversive-connectors-3.0.0.I20121109-1700.zip) = c51438e6b926afbfd3aaa2fbaed8ca9294b4aad107beb9f87e739164f25dc4aa +SIZE (Subversive-connectors-3.0.0.I20121109-1700.zip) = 21403440 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 11:36: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 02919735; Mon, 26 Nov 2012 11:36:06 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DB8998FC14; Mon, 26 Nov 2012 11:36:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQBa5I9073672; Mon, 26 Nov 2012 11:36:05 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQBa51H073670; Mon, 26 Nov 2012 11:36:05 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201211261136.qAQBa51H073670@svn.freebsd.org> From: Dmitry Sivachenko Date: Mon, 26 Nov 2012 11:36:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307775 - head/www/uwsgi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 11:36:06 -0000 Author: demon Date: Mon Nov 26 11:36:05 2012 New Revision: 307775 URL: http://svnweb.freebsd.org/changeset/ports/307775 Log: Update to version 1.4.2 Approved by: maintainer Feature safe: yes Modified: head/www/uwsgi/Makefile (contents, props changed) head/www/uwsgi/distinfo (contents, props changed) Modified: head/www/uwsgi/Makefile ============================================================================== --- head/www/uwsgi/Makefile Mon Nov 26 11:34:42 2012 (r307774) +++ head/www/uwsgi/Makefile Mon Nov 26 11:36:05 2012 (r307775) @@ -6,7 +6,7 @@ # PORTNAME= uwsgi -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ Modified: head/www/uwsgi/distinfo ============================================================================== --- head/www/uwsgi/distinfo Mon Nov 26 11:34:42 2012 (r307774) +++ head/www/uwsgi/distinfo Mon Nov 26 11:36:05 2012 (r307775) @@ -1,2 +1,2 @@ -SHA256 (uwsgi-1.4.1.tar.gz) = a72e3b57e9d46d6b92df9d445aa9bf243a9529f0c3660fecb5fb1d21d2f1791e -SIZE (uwsgi-1.4.1.tar.gz) = 585500 +SHA256 (uwsgi-1.4.2.tar.gz) = 51d23d4e55a9a63b92f006e493151f3443e200ab46e6095ac52510cdcbd8a5e6 +SIZE (uwsgi-1.4.2.tar.gz) = 585946 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 12:03: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 CAB3DF97; Mon, 26 Nov 2012 12:03:14 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B09F28FC12; Mon, 26 Nov 2012 12:03:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQC3EXK078517; Mon, 26 Nov 2012 12:03:14 GMT (envelope-from sylvio@svn.freebsd.org) Received: (from sylvio@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQC3Era078514; Mon, 26 Nov 2012 12:03:14 GMT (envelope-from sylvio@svn.freebsd.org) Message-Id: <201211261203.qAQC3Era078514@svn.freebsd.org> From: Sylvio Cesar Teixeira Date: Mon, 26 Nov 2012 12:03:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307776 - head/net/gwhois X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 12:03:14 -0000 Author: sylvio Date: Mon Nov 26 12:03:14 2012 New Revision: 307776 URL: http://svnweb.freebsd.org/changeset/ports/307776 Log: - Add missing dependency - Update to 20120626 PR: ports/171315 Submitted by: Ilya Bakulin Feature safe: yes Modified: head/net/gwhois/Makefile head/net/gwhois/distinfo Modified: head/net/gwhois/Makefile ============================================================================== --- head/net/gwhois/Makefile Mon Nov 26 11:36:05 2012 (r307775) +++ head/net/gwhois/Makefile Mon Nov 26 12:03:14 2012 (r307776) @@ -6,7 +6,7 @@ # PORTNAME= gwhois -PORTVERSION= 20100728 +PORTVERSION= 20120626 CATEGORIES= net MASTER_SITES= http://gwhois.de/gwhois/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -15,6 +15,7 @@ MAINTAINER= sylvio@FreeBSD.org COMMENT= Flexible whois client and proxy RUN_DEPENDS= p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww \ + p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN \ lynx:${PORTSDIR}/www/lynx \ curl:${PORTSDIR}/ftp/curl Modified: head/net/gwhois/distinfo ============================================================================== --- head/net/gwhois/distinfo Mon Nov 26 11:36:05 2012 (r307775) +++ head/net/gwhois/distinfo Mon Nov 26 12:03:14 2012 (r307776) @@ -1,2 +1,2 @@ -SHA256 (gwhois_20100728.tar.gz) = e21beb5dac392c76d83e64a1b45c1bcdc638dbbb37a635e01a7fe6666d9015d9 -SIZE (gwhois_20100728.tar.gz) = 38767 +SHA256 (gwhois_20120626.tar.gz) = 8d72f3228ff3f4334d8d9455434fdf38284c3f6db70de815a387f19b28bcefd6 +SIZE (gwhois_20120626.tar.gz) = 41698 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 12:12:29 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 8EE9D452; Mon, 26 Nov 2012 12:12:29 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 66EEF8FC0C; Mon, 26 Nov 2012 12:12:28 +0000 (UTC) Received: from l9.suse.de (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 1BC8D3F410; Mon, 26 Nov 2012 07:12:27 -0500 (EST) Date: Mon, 26 Nov 2012 13:12:25 +0100 (CET) From: Gerald Pfeifer To: Alexey Dokuchaev Subject: Re: svn commit: r307766 - head/sysutils/salt In-Reply-To: <20121126061719.GC24378@FreeBSD.org> Message-ID: References: <201211260604.qAQ649wY012225@svn.freebsd.org> <20121126061719.GC24378@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Alex Kozlov X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 12:12:29 -0000 On Mon, 26 Nov 2012, Alexey Dokuchaev wrote: >> -WWW: http://saltstack.org >> +WWW: http://saltstack.org > > Actually, it should be terminated with a slash as well. Why? http RFCs have clarified for more than a decade that the presence or absence of a slash does not make a difference here. Gerald From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 12:12: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 A9615532; Mon, 26 Nov 2012 12:12:56 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8EBF08FC15; Mon, 26 Nov 2012 12:12:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQCCuF0080574; Mon, 26 Nov 2012 12:12:56 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQCCurG080570; Mon, 26 Nov 2012 12:12:56 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201211261212.qAQCCurG080570@svn.freebsd.org> From: Chris Rees Date: Mon, 26 Nov 2012 12:12:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307777 - in head/games/lwjgl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 12:12:56 -0000 Author: crees Date: Mon Nov 26 12:12:55 2012 New Revision: 307777 URL: http://svnweb.freebsd.org/changeset/ports/307777 Log: Update to 2.8.5 PR: ports/173839 Submitted by: 4721 Reset maintainership Approved by: loader (maintainer) Feature safe: yes Deleted: head/games/lwjgl/files/patch-platform_build__build-applet.xml head/games/lwjgl/files/patch-src__java__org__lwjgl__MacOSXSysImplementation.java head/games/lwjgl/files/patch-src__java__org__lwjgl__opengl__MacOSXDisplay.java Modified: head/games/lwjgl/Makefile head/games/lwjgl/distinfo head/games/lwjgl/files/patch-build.xml head/games/lwjgl/files/patch-platform_build__linux_ant__build.xml Modified: head/games/lwjgl/Makefile ============================================================================== --- head/games/lwjgl/Makefile Mon Nov 26 12:03:14 2012 (r307776) +++ head/games/lwjgl/Makefile Mon Nov 26 12:12:55 2012 (r307777) @@ -1,19 +1,19 @@ -# New ports collection makefile for: jinput -# Date created: Mar 25 2012 -# Whom: loader -# +# Created by: loader # $FreeBSD$ -# PORTNAME= lwjgl -DISTVERSION= 2.7.1 +DISTVERSION= 2.8.5 CATEGORIES= games java MASTER_SITES= SF/java-game-lib/Official%20Releases/${PORTNAME:U}%20${PORTVERSION}/ -DISTNAME= ${PORTNAME}-source-${DISTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + ${PORTNAME}-source-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= loader@freebsdmall.com +MAINTAINER= ports@FreeBSD.org COMMENT= The Lightweight Java Game Library +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/${DISTNAME}/doc/LICENSE + BUILD_DEPENDS= ${JAVALIBDIR}/jutils/jutils.jar:${PORTSDIR}/games/jutils \ ${JAVALIBDIR}/jinput/jinput.jar:${PORTSDIR}/games/jinput \ ${LOCALBASE}/include/X11/extensions/xf86vmode.h:${PORTSDIR}/x11/libXxf86vm \ @@ -33,11 +33,12 @@ USE_ZIP= yes USE_JAVA= yes USE_LDCONFIG= yes USE_DOS2UNIX= yes +DOS2UNIX_REGEX= .*.[^j][^a][^r]$ JAVA_VERSION= 1.6+ JAVA_OS= native JAVA_VENDOR= openjdk USE_ANT= yes -MAKE_ENV+= CLASSPATH=${JAVALIBDIR}/jutils/jutils.jar:${JAVALIBDIR}/jinput/jinput.jar +MAKE_ENV+= CLASSPATH=${JAVALIBDIR}/jutils/jutils.jar:${JAVALIBDIR}/jinput/jinput.jar:${WRKSRC}/${DISTNAME}/jar/ ALL_TARGET= jars compile_native PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}/${PORTNAME}.jar \ @@ -49,14 +50,17 @@ PLIST_DIRS= %%JAVAJARDIR%%/${PORTNAME} \ .include -.if ${ARCH} == "i386" +.if ${ARCH} == i386 PLIST_FILES+= lib/${PORTNAME}${PORTVERSION}/lib${PORTNAME}.so .endif -.if ${ARCH} == "amd64" +.if ${ARCH} == amd64 PLIST_FILES+= lib/${PORTNAME}${PORTVERSION}/lib${PORTNAME}64.so .endif +post-patch: + ${REINPLACE_CMD} -e 's,PREFIX,${PREFIX},g' ${WRKSRC}/platform_build/linux_ant/build.xml + do-install: @${ECHO_MSG} -n ">> Install JAR files in ${JAVAJARDIR}/${PORTNAME}/ ..." @${MKDIR} ${JAVAJARDIR}/${PORTNAME} @@ -65,10 +69,10 @@ do-install: .endfor @${ECHO_MSG} " [ DONE ]" @${MKDIR} ${PREFIX}/lib/${PORTNAME}${PORTVERSION} -.if ${ARCH} == "i386" +.if ${ARCH} == i386 @${INSTALL_DATA} ${WRKSRC}/libs/linux/lib${PORTNAME}.so ${PREFIX}/lib/${PORTNAME}${PORTVERSION} .endif -.if ${ARCH} == "amd64" +.if ${ARCH} == amd64 @${INSTALL_DATA} ${WRKSRC}/libs/linux/lib${PORTNAME}64.so ${PREFIX}/lib/${PORTNAME}${PORTVERSION} .endif Modified: head/games/lwjgl/distinfo ============================================================================== --- head/games/lwjgl/distinfo Mon Nov 26 12:03:14 2012 (r307776) +++ head/games/lwjgl/distinfo Mon Nov 26 12:12:55 2012 (r307777) @@ -1,2 +1,4 @@ -SHA256 (lwjgl-source-2.7.1.zip) = f6805e7ec4f00198b772063d0df5e2063f44ce839f615677b9bc68ad037644b6 -SIZE (lwjgl-source-2.7.1.zip) = 2149031 +SHA256 (lwjgl-2.8.5.zip) = 680e4c9f84ca89fad844820019a9134c4643a00a44e3d6a02defb3d38700492c +SIZE (lwjgl-2.8.5.zip) = 5550071 +SHA256 (lwjgl-source-2.8.5.zip) = b52f8885fb5a2cb9cd2528a9492164fccdf63031fbafb2ac96fd0f271fcbb130 +SIZE (lwjgl-source-2.8.5.zip) = 2969449 Modified: head/games/lwjgl/files/patch-build.xml ============================================================================== --- head/games/lwjgl/files/patch-build.xml Mon Nov 26 12:03:14 2012 (r307776) +++ head/games/lwjgl/files/patch-build.xml Mon Nov 26 12:12:55 2012 (r307777) @@ -1,59 +1,14 @@ -Obtained from http://foo.poildetroll.net/minecraft/lwjgl-2.7.1-freebsd.diff - - ---- ./build.xml.orig 2011-02-06 19:23:40.000000000 +0000 -+++ ./build.xml 2012-03-26 18:14:03.079373854 +0000 -@@ -246,7 +246,7 @@ - - +--- build.xml.orig ++++ build.xml +@@ -7,7 +7,6 @@ + + + +- -- -+ - - - -@@ -293,13 +293,13 @@ - - - -- -+ - - - -@@ -314,13 +314,13 @@ - - - -- -+ - - lwjgl.java.windows.version = ${lwjgl.java.windows.version} - lwjgl.native.windows.version = ${lwjgl.native.windows.version} -@@ -380,7 +380,10 @@ + + +@@ -463,7 +462,10 @@ @@ -65,7 +20,7 @@ Obtained from http://foo.poildetroll.net -@@ -493,6 +496,7 @@ +@@ -604,6 +606,7 @@ Modified: head/games/lwjgl/files/patch-platform_build__linux_ant__build.xml ============================================================================== --- head/games/lwjgl/files/patch-platform_build__linux_ant__build.xml Mon Nov 26 12:03:14 2012 (r307776) +++ head/games/lwjgl/files/patch-platform_build__linux_ant__build.xml Mon Nov 26 12:12:55 2012 (r307777) @@ -1,16 +1,13 @@ -Obtained from http://foo.poildetroll.net/minecraft/lwjgl-2.7.1-freebsd.diff - - ---- ./platform_build/linux_ant/build.xml.orig 2011-02-06 19:22:44.000000000 +0000 -+++ ./platform_build/linux_ant/build.xml 2012-03-26 18:14:03.120371531 +0000 +--- platform_build/linux_ant/build.xml.orig ++++ platform_build/linux_ant/build.xml @@ -4,8 +4,8 @@ - - -+ -+ ++ ++ @@ -43,33 +40,29 @@ Obtained from http://foo.poildetroll.net -@@ -69,11 +76,14 @@ - - - -+ +@@ -72,10 +79,12 @@ + + -+ + ++ - - -@@ -95,11 +105,14 @@ - - - -+ + + +@@ -104,10 +113,12 @@ + + -+ + ++ - - + + From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 12: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 98622632; Mon, 26 Nov 2012 12:14:47 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF828FC08; Mon, 26 Nov 2012 12:14:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQCEli7081029; Mon, 26 Nov 2012 12:14:47 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQCEldC081026; Mon, 26 Nov 2012 12:14:47 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201211261214.qAQCEldC081026@svn.freebsd.org> From: Anton Berezin Date: Mon, 26 Nov 2012 12:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307778 - head/devel/p5-Clone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 12:14:47 -0000 Author: tobez Date: Mon Nov 26 12:14:47 2012 New Revision: 307778 URL: http://svnweb.freebsd.org/changeset/ports/307778 Log: Update to 0.33. Changes: http://cpansearch.perl.org/src/GARU/Clone-0.33/Changes Feature safe: yes Modified: head/devel/p5-Clone/Makefile head/devel/p5-Clone/distinfo Modified: head/devel/p5-Clone/Makefile ============================================================================== --- head/devel/p5-Clone/Makefile Mon Nov 26 12:12:55 2012 (r307777) +++ head/devel/p5-Clone/Makefile Mon Nov 26 12:14:47 2012 (r307778) @@ -1,12 +1,7 @@ -# New ports collection makefile for: devel/p5-Clone -# Date created: 05 June 2002 -# Whom: Anton Berezin -# # $FreeBSD$ -# PORTNAME= Clone -PORTVERSION= 0.31 +PORTVERSION= 0.33 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Clone/distinfo ============================================================================== --- head/devel/p5-Clone/distinfo Mon Nov 26 12:12:55 2012 (r307777) +++ head/devel/p5-Clone/distinfo Mon Nov 26 12:14:47 2012 (r307778) @@ -1,2 +1,2 @@ -SHA256 (Clone-0.31.tar.gz) = 94432ba5cadbf9f78fb29a23f68481e70e24d2e77f1f669f2919b00cc3a15f39 -SIZE (Clone-0.31.tar.gz) = 11753 +SHA256 (Clone-0.33.tar.gz) = ec1632da154471ccd2047baeacc95a61b0869354a7a2db398eafbe0729147c95 +SIZE (Clone-0.33.tar.gz) = 13039 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 12:16: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 C515371D; Mon, 26 Nov 2012 12:16:32 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AA30D8FC16; Mon, 26 Nov 2012 12:16:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQCGWOs081402; Mon, 26 Nov 2012 12:16:32 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQCGWZn081400; Mon, 26 Nov 2012 12:16:32 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201211261216.qAQCGWZn081400@svn.freebsd.org> From: Anton Berezin Date: Mon, 26 Nov 2012 12:16:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307779 - head/www/p5-CGI.pm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 12:16:32 -0000 Author: tobez Date: Mon Nov 26 12:16:32 2012 New Revision: 307779 URL: http://svnweb.freebsd.org/changeset/ports/307779 Log: Update to 3.63. Changes: http://cpansearch.perl.org/src/MARKSTOS/CGI.pm-3.63/Changes Feature safe: yes Modified: head/www/p5-CGI.pm/Makefile head/www/p5-CGI.pm/distinfo Modified: head/www/p5-CGI.pm/Makefile ============================================================================== --- head/www/p5-CGI.pm/Makefile Mon Nov 26 12:14:47 2012 (r307778) +++ head/www/p5-CGI.pm/Makefile Mon Nov 26 12:16:32 2012 (r307779) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= CGI.pm -PORTVERSION= 3.62 +PORTVERSION= 3.63 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN Modified: head/www/p5-CGI.pm/distinfo ============================================================================== --- head/www/p5-CGI.pm/distinfo Mon Nov 26 12:14:47 2012 (r307778) +++ head/www/p5-CGI.pm/distinfo Mon Nov 26 12:16:32 2012 (r307779) @@ -1,2 +1,2 @@ -SHA256 (CGI.pm-3.62.tar.gz) = db0443d10ca8af6603832e82716e51f789aa1af4ceb269cd875be03105b63975 -SIZE (CGI.pm-3.62.tar.gz) = 247119 +SHA256 (CGI.pm-3.63.tar.gz) = f180778f9d1bcb5029bffb8c6be305c6deec60bf71ef14170fce9dfe6c548e2c +SIZE (CGI.pm-3.63.tar.gz) = 247277 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 12:26: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 17ADABBB; Mon, 26 Nov 2012 12:26:34 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F0FDD8FC12; Mon, 26 Nov 2012 12:26:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQCQXLr083258; Mon, 26 Nov 2012 12:26:33 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQCQXQH083255; Mon, 26 Nov 2012 12:26:33 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201211261226.qAQCQXQH083255@svn.freebsd.org> From: Anton Berezin Date: Mon, 26 Nov 2012 12:26:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307780 - head/devel/p5-MooseX-Method-Signatures X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 12:26:34 -0000 Author: tobez Date: Mon Nov 26 12:26:33 2012 New Revision: 307780 URL: http://svnweb.freebsd.org/changeset/ports/307780 Log: Update to 0.44. Changes: http://cpansearch.perl.org/src/ETHER/MooseX-Method-Signatures-0.44/Changes Feature safe: yes Modified: head/devel/p5-MooseX-Method-Signatures/Makefile head/devel/p5-MooseX-Method-Signatures/distinfo Modified: head/devel/p5-MooseX-Method-Signatures/Makefile ============================================================================== --- head/devel/p5-MooseX-Method-Signatures/Makefile Mon Nov 26 12:16:32 2012 (r307779) +++ head/devel/p5-MooseX-Method-Signatures/Makefile Mon Nov 26 12:26:33 2012 (r307780) @@ -6,7 +6,7 @@ # PORTNAME= MooseX-Method-Signatures -PORTVERSION= 0.43 +PORTVERSION= 0.44 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-MooseX-Method-Signatures/distinfo ============================================================================== --- head/devel/p5-MooseX-Method-Signatures/distinfo Mon Nov 26 12:16:32 2012 (r307779) +++ head/devel/p5-MooseX-Method-Signatures/distinfo Mon Nov 26 12:26:33 2012 (r307780) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Method-Signatures-0.43.tar.gz) = b9ea15f67f1c37101a6fc3ddac8d41ac436a77d43dff1a76d91c3252371209b8 -SIZE (MooseX-Method-Signatures-0.43.tar.gz) = 35886 +SHA256 (MooseX-Method-Signatures-0.44.tar.gz) = bb47eed958fbb4497a0ab5bdc0e18befa215d622b6d6bffb28505a8919b926cc +SIZE (MooseX-Method-Signatures-0.44.tar.gz) = 37491 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 12:31: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 25FE9CD9; Mon, 26 Nov 2012 12:31:18 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2008FC12; Mon, 26 Nov 2012 12:31:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQCVHQY084167; Mon, 26 Nov 2012 12:31:17 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQCVH6J084165; Mon, 26 Nov 2012 12:31:17 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201211261231.qAQCVH6J084165@svn.freebsd.org> From: Anton Berezin Date: Mon, 26 Nov 2012 12:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307781 - head/security/p5-Digest-SHA X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 12:31:18 -0000 Author: tobez Date: Mon Nov 26 12:31:17 2012 New Revision: 307781 URL: http://svnweb.freebsd.org/changeset/ports/307781 Log: Update to 5.74. Changes: http://cpansearch.perl.org/src/MSHELOR/Digest-SHA-5.74/Changes Feature safe: yes Modified: head/security/p5-Digest-SHA/Makefile head/security/p5-Digest-SHA/distinfo Modified: head/security/p5-Digest-SHA/Makefile ============================================================================== --- head/security/p5-Digest-SHA/Makefile Mon Nov 26 12:26:33 2012 (r307780) +++ head/security/p5-Digest-SHA/Makefile Mon Nov 26 12:31:17 2012 (r307781) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Digest-SHA -PORTVERSION= 5.72 +PORTVERSION= 5.74 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Digest-SHA/distinfo ============================================================================== --- head/security/p5-Digest-SHA/distinfo Mon Nov 26 12:26:33 2012 (r307780) +++ head/security/p5-Digest-SHA/distinfo Mon Nov 26 12:31:17 2012 (r307781) @@ -1,2 +1,2 @@ -SHA256 (Digest-SHA-5.72.tar.gz) = 84d86ffa03d41ec22ae665a2913659a81b17ad045191eaa08a469e3a3b6f7ab1 -SIZE (Digest-SHA-5.72.tar.gz) = 42416 +SHA256 (Digest-SHA-5.74.tar.gz) = 3b724a4b2841887cfc31be91f756d883cbcd849bc5dd28017fc8a287143d6115 +SIZE (Digest-SHA-5.74.tar.gz) = 42682 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 12:59: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 9CEB73A5; Mon, 26 Nov 2012 12:59:39 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8206C8FC0C; Mon, 26 Nov 2012 12:59:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQCxdN5089025; Mon, 26 Nov 2012 12:59:39 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQCxdXD089022; Mon, 26 Nov 2012 12:59:39 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201211261259.qAQCxdXD089022@svn.freebsd.org> From: Guido Falsi Date: Mon, 26 Nov 2012 12:59:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307782 - head/audio/asunder X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 12:59:39 -0000 Author: madpilot Date: Mon Nov 26 12:59:39 2012 New Revision: 307782 URL: http://svnweb.freebsd.org/changeset/ports/307782 Log: - Update to 2.2 - Convert to new options framework - Install translations and respect NLS option - Trim Makefile headers PR: ports/173779 Submitted by: Chris Petrik Approved by: Fraser Tweedale (maintainer) Feature safe: yes Modified: head/audio/asunder/Makefile (contents, props changed) head/audio/asunder/distinfo (contents, props changed) head/audio/asunder/pkg-plist (contents, props changed) Modified: head/audio/asunder/Makefile ============================================================================== --- head/audio/asunder/Makefile Mon Nov 26 12:31:17 2012 (r307781) +++ head/audio/asunder/Makefile Mon Nov 26 12:59:39 2012 (r307782) @@ -1,12 +1,8 @@ -# New ports collection makefile for: asunder -# Date created: 14 September 2007 -# Whom: frase@frase.id.au -# +# Created by: Fraser Tweedale # $FreeBSD$ PORTNAME= asunder -PORTVERSION= 2.0 -PORTREVISION?= 2 +PORTVERSION= 2.2 CATEGORIES= audio MASTER_SITES= http://littlesvr.ca/asunder/releases/ @@ -16,50 +12,59 @@ COMMENT= A lightweight GTK+ CD ripper LIB_DEPENDS= cddb.4:${PORTSDIR}/audio/libcddb RUN_DEPENDS= ${LOCALBASE}/bin/cdparanoia:${PORTSDIR}/audio/cdparanoia -OPTIONS= LAME "lame support" on \ - OGG "ogg-vorbis support" on \ - FLAC "FLAC support" on \ - WAVPACK "WavPack support" off \ - MONKEYAUDIO "Monkey's Audio support" off \ - WINDOWS_CHARS "Allow Windows special chars in filenames" off +OPTIONS_DEFINE= LAME OGG FLAC WAVPACK MONKEYAUDIO WINDOWS_CHARS NLS DOCS +OPTIONS_DEFAULT= LAME OGG FLAC + +MONKEYAUDIO_DESC= Monkey's Audio support +WINDOWS_CHARS_DESC= Allow Windows special chars in filenames USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GETTEXT= yes +USE_GMAKE= yes USE_GNOME= gtk20 PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO -.include +.include -.if defined(WITH_LAME) +.if ${PORT_OPTIONS:MLAME} RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame .endif -.if defined(WITH_OGG) +.if ${PORT_OPTIONS:MOGG} RUN_DEPENDS+= oggenc:${PORTSDIR}/audio/vorbis-tools .endif -.if defined(WITH_FLAC) +.if ${PORT_OPTIONS:MFLAC} RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac .endif -.if defined(WITH_WAVPACK) +.if ${PORT_OPTIONS:MWAVPACK} RUN_DEPENDS+= wavpack:${PORTSDIR}/audio/wavpack .endif -.if defined(WITH_MONKEYAUDIO) +.if ${PORT_OPTIONS:MMONKEYAUDIO} RUN_DEPENDS+= mac:${PORTSDIR}/audio/mac .endif +.if ${PORT_OPTIONS:MNLS} +PLIST_SUB+= NLS='' +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS='@comment ' +.endif + post-patch: -.if defined(WITH_WINDOWS_CHARS) + @${REINPLACE_CMD} -e 's/^itlocaledir = .*/itlocaledir = @datarootdir@\/locale/' ${WRKSRC}/po/Makefile.in.in +.if ${PORT_OPTIONS:MWINDOWS_CHARS} @${REINPLACE_CMD} -e 's^#define[[:blank:]]*BADCHARS.*^#define BADCHARS "/"^' ${WRKSRC}/src/util.h .endif post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif -.include +.include Modified: head/audio/asunder/distinfo ============================================================================== --- head/audio/asunder/distinfo Mon Nov 26 12:31:17 2012 (r307781) +++ head/audio/asunder/distinfo Mon Nov 26 12:59:39 2012 (r307782) @@ -1,2 +1,2 @@ -SHA256 (asunder-2.0.tar.bz2) = f86539f3cbccf0727f654cbfad4f6b7dde4e5668973b5c74b3cf5041b70b9f4d -SIZE (asunder-2.0.tar.bz2) = 220593 +SHA256 (asunder-2.2.tar.bz2) = bb608c1cdefcce2f533fb5d5cc23838846b2810ec89d0ebb083507cf27e7822f +SIZE (asunder-2.2.tar.bz2) = 208936 Modified: head/audio/asunder/pkg-plist ============================================================================== --- head/audio/asunder/pkg-plist Mon Nov 26 12:31:17 2012 (r307781) +++ head/audio/asunder/pkg-plist Mon Nov 26 12:59:39 2012 (r307782) @@ -1,4 +1,43 @@ bin/asunder share/applications/asunder.desktop +%%NLS%%share/locale/ar/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/be@latin/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/bg/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/bs_BA/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/ca/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/cs/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/da/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/de/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/el/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/eo/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/es/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/eu/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/fi/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/fr/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/hr/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/hu/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/it/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/ja/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/lv/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/nb/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/nl/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/nn/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/pl/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/pt/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/ru/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/sk/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/sl/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/sq/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/sr/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/sr@latin/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/sv/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/tr/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/ur_PK/LC_MESSAGES/asunder.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/asunder.mo share/pixmaps/asunder.png @dirrmtry share/applications +%%NLS%%@dirrmtry share/locale/bs_BA/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/bs_BA +%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ur_PK From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 13:08: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 CEFB65BD; Mon, 26 Nov 2012 13:08:43 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B428D8FC12; Mon, 26 Nov 2012 13:08:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQD8hOP091172; Mon, 26 Nov 2012 13:08:43 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQD8hh8091169; Mon, 26 Nov 2012 13:08:43 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201211261308.qAQD8hh8091169@svn.freebsd.org> From: Wen Heping Date: Mon, 26 Nov 2012 13:08:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307783 - head/devel/p5-Log-Any-App X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 13:08:43 -0000 Author: wen Date: Mon Nov 26 13:08:43 2012 New Revision: 307783 URL: http://svnweb.freebsd.org/changeset/ports/307783 Log: - Update to 0.41 Changes: http://cpansearch.perl.org/src/SHARYANTO/Log-Any-App-0.41/Changes - Trim Makefile headers Feature safe: yes Modified: head/devel/p5-Log-Any-App/Makefile head/devel/p5-Log-Any-App/distinfo Modified: head/devel/p5-Log-Any-App/Makefile ============================================================================== --- head/devel/p5-Log-Any-App/Makefile Mon Nov 26 12:59:39 2012 (r307782) +++ head/devel/p5-Log-Any-App/Makefile Mon Nov 26 13:08:43 2012 (r307783) @@ -1,12 +1,8 @@ -# New ports collection makefile for: Log::Any::App -# Date created: 22 Mar 2011 -# Whom: Evgeniy Kosov -# +# Created by: Evgeniy Kosov # $FreeBSD$ -# PORTNAME= Log-Any-App -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Log-Any-App/distinfo ============================================================================== --- head/devel/p5-Log-Any-App/distinfo Mon Nov 26 12:59:39 2012 (r307782) +++ head/devel/p5-Log-Any-App/distinfo Mon Nov 26 13:08:43 2012 (r307783) @@ -1,2 +1,2 @@ -SHA256 (Log-Any-App-0.40.tar.gz) = d774fdba39132ee5d78d619f4b19c3b969224960e4557a94240929eaa217cfaa -SIZE (Log-Any-App-0.40.tar.gz) = 40198 +SHA256 (Log-Any-App-0.41.tar.gz) = b32429b428a6582afc98267794b549f36c964693b4185ccdf4ba392392d009f6 +SIZE (Log-Any-App-0.41.tar.gz) = 41254 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 13:45:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 7BB8AD5D; Mon, 26 Nov 2012 13:45:15 +0000 (UTC) Date: Mon, 26 Nov 2012 13:45:15 +0000 From: Alexey Dokuchaev To: Matthew Seaman Subject: Re: svn commit: r307753 - head/databases/mysql-connector-java Message-ID: <20121126134515.GA62928@FreeBSD.org> References: <201211251712.qAPHCpLt097177@svn.freebsd.org> <20121126061212.GB24378@FreeBSD.org> <50B3270D.70102@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <50B3270D.70102@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 13:45:15 -0000 On Mon, Nov 26, 2012 at 08:23:41AM +0000, Matthew Seaman wrote: > On 26/11/2012 06:12, Alexey Dokuchaev wrote: > > We usually try to preserve original email, any reason you need to remove > > yours? > > We only preserve e-mail addresses with the permission of the original > owner of the address. Which in this case is me, and I prefer to > minimize the exposure of that address to spam harvesters. *sigh* Those guys 99% already know it. There is virtually no reliable way to conceal your email address (provided you're actually using it). ./danfe From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 13:48:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 693ECE6F; Mon, 26 Nov 2012 13:48:26 +0000 (UTC) Date: Mon, 26 Nov 2012 13:48:26 +0000 From: Alexey Dokuchaev To: Gerald Pfeifer Subject: Re: svn commit: r307766 - head/sysutils/salt Message-ID: <20121126134826.GB62928@FreeBSD.org> References: <201211260604.qAQ649wY012225@svn.freebsd.org> <20121126061719.GC24378@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Alex Kozlov X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 13:48:26 -0000 On Mon, Nov 26, 2012 at 01:12:25PM +0100, Gerald Pfeifer wrote: > On Mon, 26 Nov 2012, Alexey Dokuchaev wrote: > >> -WWW: http://saltstack.org > >> +WWW: http://saltstack.org > > > > Actually, it should be terminated with a slash as well. > > Why? http RFCs have clarified for more than a decade that the > presence or absence of a slash does not make a difference here. Purely aesthetics reasons (and consistency with most of the other ports descriptions). ./danfe From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 13:48: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 B4E8EF44; Mon, 26 Nov 2012 13:48:39 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9AFA48FC12; Mon, 26 Nov 2012 13:48:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQDmdTj098464; Mon, 26 Nov 2012 13:48:39 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQDmdEc098462; Mon, 26 Nov 2012 13:48:39 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201211261348.qAQDmdEc098462@svn.freebsd.org> From: Erwin Lansing Date: Mon, 26 Nov 2012 13:48:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307784 - head/dns/ldns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 13:48:39 -0000 Author: erwin Date: Mon Nov 26 13:48:39 2012 New Revision: 307784 URL: http://svnweb.freebsd.org/changeset/ports/307784 Log: Update to 1.6.16 ldns 1.6.14 and ldns 1.6.15 had a bug in creating empty bitmaps for NSEC3 on empty non-terminals; and were unable to build a loadable pyldns module. This release has those two bugs resolved. PR: 173626 Submitted by: Geoffroy Desvernay Approved by: maintainer Feature safe: yes Modified: head/dns/ldns/Makefile head/dns/ldns/distinfo Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Mon Nov 26 13:08:43 2012 (r307783) +++ head/dns/ldns/Makefile Mon Nov 26 13:48:39 2012 (r307784) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ldns -PORTVERSION= 1.6.15 -PORTREVISION= 2 +PORTVERSION= 1.6.16 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ CRITICAL Modified: head/dns/ldns/distinfo ============================================================================== --- head/dns/ldns/distinfo Mon Nov 26 13:08:43 2012 (r307783) +++ head/dns/ldns/distinfo Mon Nov 26 13:48:39 2012 (r307784) @@ -1,2 +1,2 @@ -SHA256 (ldns-1.6.15.tar.gz) = 0e9d3e8f52098a01780f1f747a1d382b8983fdb50c84603599e7b0613f51749b -SIZE (ldns-1.6.15.tar.gz) = 1109667 +SHA256 (ldns-1.6.16.tar.gz) = 24b2f9cb05797170f2021ef0e0372d4b5225ee4199f0568a15589b5c524df695 +SIZE (ldns-1.6.16.tar.gz) = 1109941 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 13:56:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 74BF53AA; Mon, 26 Nov 2012 13:56:09 +0000 (UTC) Date: Mon, 26 Nov 2012 13:56:09 +0000 From: Alexey Dokuchaev To: Guido Falsi Subject: Re: svn commit: r307782 - head/audio/asunder Message-ID: <20121126135609.GC62928@FreeBSD.org> References: <201211261259.qAQCxdXD089022@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211261259.qAQCxdXD089022@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 13:56:09 -0000 On Mon, Nov 26, 2012 at 12:59:39PM +0000, Guido Falsi wrote: > New Revision: 307782 > URL: http://svnweb.freebsd.org/changeset/ports/307782 > > -PORTVERSION= 2.0 > -PORTREVISION?= 2 > +PORTVERSION= 2.2 Hmm, does this port have slaves? PORTREVISION?= suggests it does, it this case it should be left as PORTREVISION?=0, otherwise it could be overridden by slave port(s). > +MONKEYAUDIO_DESC= Monkey's Audio support We have standard knob for this one (APE_DESC). > PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO Normally we do not install COPYING as part of the docs, LICENSE should be set instead. If software expects to find this file (e.g. for displaying in the about dialog), it should be redirected to share/licenses/${PKGNAME} instead (see `graphics/luminance' port for an example). ./danfe From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 14:05: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 334CC779; Mon, 26 Nov 2012 14:05:57 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EC7368FC13; Mon, 26 Nov 2012 14:05:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQE5ugS002015; Mon, 26 Nov 2012 14:05:56 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQE5uox002013; Mon, 26 Nov 2012 14:05:56 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201211261405.qAQE5uox002013@svn.freebsd.org> From: Erwin Lansing Date: Mon, 26 Nov 2012 14:05:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307785 - in head/dns/knot: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 14:05:57 -0000 Author: erwin Date: Mon Nov 26 14:05:56 2012 New Revision: 307785 URL: http://svnweb.freebsd.org/changeset/ports/307785 Log: Update to 1.1.2 Bugfixes: * Fixed crash on reload when config contained duplicate zones. * Fixed scheduling of transfers. * Fixed debug message. PR: 173422 Submitted by: Leo Vandewoestijne (maintainer) Feature safe: yes Deleted: head/dns/knot/files/patch-src__config.h.in head/dns/knot/files/patch-src__knot__server__dthreads.h Modified: head/dns/knot/Makefile head/dns/knot/distinfo Modified: head/dns/knot/Makefile ============================================================================== --- head/dns/knot/Makefile Mon Nov 26 13:48:39 2012 (r307784) +++ head/dns/knot/Makefile Mon Nov 26 14:05:56 2012 (r307785) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.2 CATEGORIES= dns ipv6 MASTER_SITES= http://public.nic.cz/files/knot-dns/ \ http://www.dns-lab.com/downloads/knot-dns/ @@ -32,7 +32,8 @@ SUB_FILES= pkg-message USE_RC_SUBR= ${PORTNAME}d -MAN8= knot.conf.8 knotc.8 knotd.8 +MAN8= knotc.8 knotd.8 +MAN5= knot.conf.5 INFO= knot Modified: head/dns/knot/distinfo ============================================================================== --- head/dns/knot/distinfo Mon Nov 26 13:48:39 2012 (r307784) +++ head/dns/knot/distinfo Mon Nov 26 14:05:56 2012 (r307785) @@ -1,2 +1,2 @@ -SHA256 (knot-1.1.0.tar.gz) = 6b1a429d39abb8378e2c62750e04d04a67ef89daae52fefb5c93b881c001446e -SIZE (knot-1.1.0.tar.gz) = 1180069 +SHA256 (knot-1.1.2.tar.gz) = a44457257d49c58ce444cdbf74062bb4467144fe8769a8d5fcf9ef691e402bdb +SIZE (knot-1.1.2.tar.gz) = 1198555 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 14:55: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 72DA02CF; Mon, 26 Nov 2012 14:55:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 528ED8FC18; Mon, 26 Nov 2012 14:55:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQEtm4x011000; Mon, 26 Nov 2012 14:55:48 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQEtmxq010995; Mon, 26 Nov 2012 14:55:48 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201211261455.qAQEtmxq010995@svn.freebsd.org> From: Wen Heping Date: Mon, 26 Nov 2012 14:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307786 - in head/textproc: . fcitx-m17n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 14:55:48 -0000 Author: wen Date: Mon Nov 26 14:55:47 2012 New Revision: 307786 URL: http://svnweb.freebsd.org/changeset/ports/307786 Log: fcitx-m17n provides the libm17n, a multilingual input method engine, as a back-end to the Fcitx IM framework. WWW: http://code.google.com/p/fcitx/ PR: 173590 Submitted by: Zhihao Yuan Feature safe: yes Added: head/textproc/fcitx-m17n/ head/textproc/fcitx-m17n/Makefile (contents, props changed) head/textproc/fcitx-m17n/distinfo (contents, props changed) head/textproc/fcitx-m17n/pkg-descr (contents, props changed) head/textproc/fcitx-m17n/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Nov 26 14:05:56 2012 (r307785) +++ head/textproc/Makefile Mon Nov 26 14:55:47 2012 (r307786) @@ -174,6 +174,7 @@ SUBDIR += exslt SUBDIR += ezxml SUBDIR += fa-aspell + SUBDIR += fcitx-m17n SUBDIR += fex SUBDIR += ffe SUBDIR += fi-aspell Added: head/textproc/fcitx-m17n/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/fcitx-m17n/Makefile Mon Nov 26 14:55:47 2012 (r307786) @@ -0,0 +1,23 @@ +# Created by: Zhihao Yuan +# $FreeBSD$ + +PORTNAME= fcitx-m17n +PORTVERSION= 0.1.3 +CATEGORIES= textproc +MASTER_SITES= GOOGLE_CODE +DIST_SUBDIR= fcitx + +MAINTAINER= lichray@gmail.com +COMMENT= The libm17n support for Fcitx + +LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ + m17n:${PORTSDIR}/devel/m17n-lib + +USE_XZ= yes +USE_GETTEXT= yes +USE_CMAKE= yes +USE_GNOME= intltool + +PROJECTHOST= fcitx + +.include Added: head/textproc/fcitx-m17n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/fcitx-m17n/distinfo Mon Nov 26 14:55:47 2012 (r307786) @@ -0,0 +1,2 @@ +SHA256 (fcitx/fcitx-m17n-0.1.3.tar.xz) = 12e26e6bb225a5abcc42a1f8b738746b4d66d07ff3a546a289578a42d605814a +SIZE (fcitx/fcitx-m17n-0.1.3.tar.xz) = 33316 Added: head/textproc/fcitx-m17n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/fcitx-m17n/pkg-descr Mon Nov 26 14:55:47 2012 (r307786) @@ -0,0 +1,4 @@ +fcitx-m17n provides the libm17n, a multilingual input method engine, +as a back-end to the Fcitx IM framework. + +WWW: http://code.google.com/p/fcitx/ Added: head/textproc/fcitx-m17n/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/fcitx-m17n/pkg-plist Mon Nov 26 14:55:47 2012 (r307786) @@ -0,0 +1,7 @@ +lib/fcitx/fcitx-m17n.so +share/fcitx/addon/fcitx-m17n.conf +share/fcitx/configdesc/fcitx-m17n.desc +share/fcitx/m17n/default +share/locale/zh_CN/LC_MESSAGES/fcitx-m17n.mo +share/locale/zh_TW/LC_MESSAGES/fcitx-m17n.mo +@dirrm share/fcitx/m17n From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 15:17: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 C245EC70; Mon, 26 Nov 2012 15:17:46 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A749D8FC15; Mon, 26 Nov 2012 15:17:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQFHkds015190; Mon, 26 Nov 2012 15:17:46 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQFHkDA015188; Mon, 26 Nov 2012 15:17:46 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211261517.qAQFHkDA015188@svn.freebsd.org> From: Emanuel Haupt Date: Mon, 26 Nov 2012 15:17:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307787 - head/x11/xterm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 15:17:46 -0000 Author: ehaupt Date: Mon Nov 26 15:17:46 2012 New Revision: 307787 URL: http://svnweb.freebsd.org/changeset/ports/307787 Log: Update to 287 Feature safe: yes Modified: head/x11/xterm/Makefile head/x11/xterm/distinfo Modified: head/x11/xterm/Makefile ============================================================================== --- head/x11/xterm/Makefile Mon Nov 26 14:55:47 2012 (r307786) +++ head/x11/xterm/Makefile Mon Nov 26 15:17:46 2012 (r307787) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xterm -PORTVERSION= 286 +PORTVERSION= 287 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \ CRITICAL:src1 CRITICAL:src2 Modified: head/x11/xterm/distinfo ============================================================================== --- head/x11/xterm/distinfo Mon Nov 26 14:55:47 2012 (r307786) +++ head/x11/xterm/distinfo Mon Nov 26 15:17:46 2012 (r307787) @@ -1,4 +1,4 @@ -SHA256 (xterm-286.tgz) = 46306ac3cf3ff998e80eeef7e6c1a3af9a4bda4777a3c6c5c1f1bb4355c466e0 -SIZE (xterm-286.tgz) = 1102357 +SHA256 (xterm-287.tgz) = b5645b5963d01d15f62fb9071f743b58e4d158581f19f411bf14422519363956 +SIZE (xterm-287.tgz) = 1103402 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c SIZE (bsd-xterm-icons-1.tgz) = 22718 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 15:49:08 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 CB064F22; Mon, 26 Nov 2012 15:49:08 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 97D958FC13; Mon, 26 Nov 2012 15:49:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQFn84n020786; Mon, 26 Nov 2012 15:49:08 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQFn8Hj020784; Mon, 26 Nov 2012 15:49:08 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211261549.qAQFn8Hj020784@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 26 Nov 2012 15:49:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307788 - in head: lang/tcl82 x11-toolkits/tk82 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 15:49:08 -0000 Author: gahr Date: Mon Nov 26 15:49:08 2012 New Revision: 307788 URL: http://svnweb.freebsd.org/changeset/ports/307788 Log: - mark as deprecated, they're going to be killed as soon as last consumer (deskutils/abacus) has gone. This will be 2012-12-01 - assign to TclTk@ in the meanwhile Feature safe: yes Modified: head/lang/tcl82/Makefile (contents, props changed) head/x11-toolkits/tk82/Makefile (contents, props changed) Modified: head/lang/tcl82/Makefile ============================================================================== --- head/lang/tcl82/Makefile Mon Nov 26 15:17:46 2012 (r307787) +++ head/lang/tcl82/Makefile Mon Nov 26 15:49:08 2012 (r307788) @@ -9,9 +9,12 @@ MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= TclTk@FreeBSD.org COMMENT= Tool Command Language +DEPRECATED= no longer maintained upstream +EXPIRATION_DATE=2012-12-01 + PORTSCOUT= limit:^8\.2\. LATEST_LINK= tcl82 Modified: head/x11-toolkits/tk82/Makefile ============================================================================== --- head/x11-toolkits/tk82/Makefile Mon Nov 26 15:17:46 2012 (r307787) +++ head/x11-toolkits/tk82/Makefile Mon Nov 26 15:49:08 2012 (r307788) @@ -9,9 +9,12 @@ MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= TclTk@FreeBSD.org COMMENT= Graphical toolkit for TCL +DEPRECATED= no longer maintained upstream +EXPIRATION_DATE=2012-12-01 + USE_TCL= 82 USE_TCL_BUILD= 82 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 15:57: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 6D6E548E; Mon, 26 Nov 2012 15:57:35 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from winston.madpilot.net (winston.madpilot.net [78.47.75.155]) by mx1.freebsd.org (Postfix) with ESMTP id 1F5FB8FC12; Mon, 26 Nov 2012 15:57:34 +0000 (UTC) Received: from winston.madpilot.net (localhost [127.0.0.1]) by winston.madpilot.net (Postfix) with ESMTP id 3Y9CSX3VVkzFT9x; Mon, 26 Nov 2012 16:57:32 +0100 (CET) X-Virus-Scanned: amavisd-new at madpilot.net Received: from winston.madpilot.net ([127.0.0.1]) by winston.madpilot.net (winston.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AfkPLmRl59kd; Mon, 26 Nov 2012 16:57:27 +0100 (CET) Received: from vwg82.hq.ignesti.it (unknown [80.74.176.55]) by winston.madpilot.net (Postfix) with ESMTPSA; Mon, 26 Nov 2012 16:57:27 +0100 (CET) Message-ID: <50B39163.2040309@FreeBSD.org> Date: Mon, 26 Nov 2012 16:57:23 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r307782 - head/audio/asunder References: <201211261259.qAQCxdXD089022@svn.freebsd.org> <20121126135609.GC62928@FreeBSD.org> In-Reply-To: <20121126135609.GC62928@FreeBSD.org> Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 15:57:35 -0000 On 11/26/12 14:56, Alexey Dokuchaev wrote: > On Mon, Nov 26, 2012 at 12:59:39PM +0000, Guido Falsi wrote: >> New Revision: 307782 >> URL: http://svnweb.freebsd.org/changeset/ports/307782 >> >> -PORTVERSION= 2.0 >> -PORTREVISION?= 2 >> +PORTVERSION= 2.2 > > Hmm, does this port have slaves? PORTREVISION?= suggests it does, it this > case it should be left as PORTREVISION?=0, otherwise it could be overridden > by slave port(s). I cannot find any slave ports. I'm inclined to think that the ?= was added by mistake in r289243. > >> +MONKEYAUDIO_DESC= Monkey's Audio support > > We have standard knob for this one (APE_DESC). > >> PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO > > Normally we do not install COPYING as part of the docs, LICENSE should be > set instead. If software expects to find this file (e.g. for displaying in > the about dialog), it should be redirected to share/licenses/${PKGNAME} > instead (see `graphics/luminance' port for an example). > Thanks for these, I'll fix them and commit after maintainer approval. -- Guido Falsi From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 16:11:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 0D07CAE0; Mon, 26 Nov 2012 16:11:13 +0000 (UTC) Date: Mon, 26 Nov 2012 16:11:13 +0000 From: Alexey Dokuchaev To: Guido Falsi Subject: Re: svn commit: r307782 - head/audio/asunder Message-ID: <20121126161113.GA72036@FreeBSD.org> References: <201211261259.qAQCxdXD089022@svn.freebsd.org> <20121126135609.GC62928@FreeBSD.org> <50B39163.2040309@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <50B39163.2040309@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 16:11:13 -0000 On Mon, Nov 26, 2012 at 04:57:23PM +0100, Guido Falsi wrote: > On 11/26/12 14:56, Alexey Dokuchaev wrote: > >We have standard knob for this one (APE_DESC). > > > >> PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO > > > >Normally we do not install COPYING as part of the docs, LICENSE should be > >set instead. If software expects to find this file (e.g. for displaying in > >the about dialog), it should be redirected to share/licenses/${PKGNAME} > >instead (see `graphics/luminance' port for an example). > > Thanks for these, I'll fix them and commit after maintainer approval. Technically speaking, you don't have to have maintainer's approval for these things, as they don't affect functionality, just make the port more adhering to our standards (and common sense). ./danfe From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 16:30: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 DE32280B; Mon, 26 Nov 2012 16:30:56 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C18D98FC12; Mon, 26 Nov 2012 16:30:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQGUuga029677; Mon, 26 Nov 2012 16:30:56 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQGUuMs029670; Mon, 26 Nov 2012 16:30:56 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211261630.qAQGUuMs029670@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 26 Nov 2012 16:30:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307789 - in head/lang: tcl-modules tcl83 tcl84 tcl84-thread tcl85 tcl85-thread X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 16:30:57 -0000 Author: gahr Date: Mon Nov 26 16:30:56 2012 New Revision: 307789 URL: http://svnweb.freebsd.org/changeset/ports/307789 Log: - reassign ports to TclTk@FreeBSD.org - while at it, trim Makefile headers in lang/tcl-modules PR: ports/173939 Submitted by: Chris Petrik (previous maintainer) Approved by: mm@ (previous maintainer of lang/tcl-modules) Feature safe: yes Modified: head/lang/tcl-modules/Makefile head/lang/tcl83/Makefile head/lang/tcl84-thread/Makefile head/lang/tcl84/Makefile head/lang/tcl85-thread/Makefile head/lang/tcl85/Makefile Modified: head/lang/tcl-modules/Makefile ============================================================================== --- head/lang/tcl-modules/Makefile Mon Nov 26 15:49:08 2012 (r307788) +++ head/lang/tcl-modules/Makefile Mon Nov 26 16:30:56 2012 (r307789) @@ -1,14 +1,10 @@ -# New ports collection makefile for: tcl-modules -# Date created: 03 March 2009 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= tcl-modules PORTREVISION= -MAINTAINER= mm@FreeBSD.org +MAINTAINER= TclTk@FreeBSD.org COMMENT= Tcl common modules BUILDING_TCL_TM= yes Modified: head/lang/tcl83/Makefile ============================================================================== --- head/lang/tcl83/Makefile Mon Nov 26 15:49:08 2012 (r307788) +++ head/lang/tcl83/Makefile Mon Nov 26 16:30:56 2012 (r307789) @@ -8,7 +8,7 @@ CATEGORIES= lang tcl MASTER_SITES= SF/${PORTNAME}/Tcl/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION}-src -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= TclTk@FreeBSD.org COMMENT= Tool Command Language PORTSCOUT= limit:^8\.3\. Modified: head/lang/tcl84-thread/Makefile ============================================================================== --- head/lang/tcl84-thread/Makefile Mon Nov 26 15:49:08 2012 (r307788) +++ head/lang/tcl84-thread/Makefile Mon Nov 26 16:30:56 2012 (r307789) @@ -3,7 +3,7 @@ PORTNAME= tcl -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= TclTk@FreeBSD.org COMMENT= Tool command language (threads support) BUILDING_TCL_THREADS= yes Modified: head/lang/tcl84/Makefile ============================================================================== --- head/lang/tcl84/Makefile Mon Nov 26 15:49:08 2012 (r307788) +++ head/lang/tcl84/Makefile Mon Nov 26 16:30:56 2012 (r307789) @@ -10,7 +10,7 @@ MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= ${PORTNAME}${PORTVERSION}-src -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= TclTk@FreeBSD.org COMMENT?= Tool Command Language LICENSE= BSD Modified: head/lang/tcl85-thread/Makefile ============================================================================== --- head/lang/tcl85-thread/Makefile Mon Nov 26 15:49:08 2012 (r307788) +++ head/lang/tcl85-thread/Makefile Mon Nov 26 16:30:56 2012 (r307789) @@ -3,7 +3,7 @@ PORTNAME= tcl -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= TclTk@FreeBSD.org COMMENT= Tool command language (threads support) BUILDING_TCL_THREADS= yes Modified: head/lang/tcl85/Makefile ============================================================================== --- head/lang/tcl85/Makefile Mon Nov 26 15:49:08 2012 (r307788) +++ head/lang/tcl85/Makefile Mon Nov 26 16:30:56 2012 (r307789) @@ -9,7 +9,7 @@ MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= tcl${PORTVERSION}-src -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= TclTk@FreeBSD.org COMMENT?= Tool Command Language LICENSE= BSD From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 16:58: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 2854832F for ; Mon, 26 Nov 2012 16:58:10 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 763038FC18 for ; Mon, 26 Nov 2012 16:58:09 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so10881013lah.13 for ; Mon, 26 Nov 2012 08:58:08 -0800 (PST) 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=uroKBZZjMDsgVYmS2q8X2RvMGRJjRoa5SMu5rOP0IPY=; b=CGbikPbCVviySusziRv8uk0OrP9PdREF3mXvo6wQ16JAuK4oqvud+1TxA5lGLp2N/4 sOcuDEgftIJn76LwERvOfmt9DtQRp/37QVg+qlY6+wZuTV1kHGTZm09UY3yfjQjwnU/z TWmbIGQVvm1PeE6f2h5igEg46koO0CWIUclPU= 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=uroKBZZjMDsgVYmS2q8X2RvMGRJjRoa5SMu5rOP0IPY=; b=gVp3tVhsCBCVXklf+MacL7NMhIJ8JNuL4O9ndQA7rZBpjicNoiz5cpdCWAI3Dijlf6 FCPFIGlZnbHnMIWbOpaLDQXP87Gn3cTOe8uZbi0A7NGN0UIsFHcO4KWbMFq3gamZQ2RP kv8IwbPZT6kUgkRw43qeQaMvUrnDnWoYoxBjwjfl1e+PpqnQeWm7hYGbjiZ0s/JnOoBO ANJ2jzYsLlvFsgeKYgquRIId0CNqUbdGjDVlvBt/jmIiSWBqfwYfg8Pf6sjamcF4iUtl Gu/gPCHXVP719KXoA/6TsyIOeeuqIUb86yAEi+oV/ku0CEKIQAxQL5SWrLhVHfevbnry veow== Received: by 10.152.105.33 with SMTP id gj1mr11707655lab.49.1353949088145; Mon, 26 Nov 2012 08:58:08 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Mon, 26 Nov 2012 08:57:37 -0800 (PST) In-Reply-To: <20121126161113.GA72036@FreeBSD.org> References: <201211261259.qAQCxdXD089022@svn.freebsd.org> <20121126135609.GC62928@FreeBSD.org> <50B39163.2040309@FreeBSD.org> <20121126161113.GA72036@FreeBSD.org> From: Eitan Adler Date: Mon, 26 Nov 2012 11:57:37 -0500 X-Google-Sender-Auth: lDOMfXyVFpljaxfR0vaX1u8E7mU Message-ID: Subject: Re: svn commit: r307782 - head/audio/asunder To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnYg96FQFYNmVChxb2xZnCibGrwXnlRUakZvRAsfg+AulyyE9QiDvc2tYQKz/bYdS5q22jP Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Guido Falsi , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 16:58:10 -0000 On 26 November 2012 11:11, Alexey Dokuchaev wrote: > On Mon, Nov 26, 2012 at 04:57:23PM +0100, Guido Falsi wrote: >> On 11/26/12 14:56, Alexey Dokuchaev wrote: >> >We have standard knob for this one (APE_DESC). >> > >> >> PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO >> > >> >Normally we do not install COPYING as part of the docs, LICENSE should be >> >set instead. If software expects to find this file (e.g. for displaying in >> >the about dialog), it should be redirected to share/licenses/${PKGNAME} >> >instead (see `graphics/luminance' port for an example). >> >> Thanks for these, I'll fix them and commit after maintainer approval. > > Technically speaking, you don't have to have maintainer's approval for these > things, as they don't affect functionality, just make the port more adhering > to our standards (and common sense). It is good to ping the maintainer though unless there is specific reason not to. - Since they signed up to maintain the port its nice not to change things without asking - It teaches the maintainers about our standards :) -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 17:08: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 66F13721; Mon, 26 Nov 2012 17:08:22 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from winston.madpilot.net (winston.madpilot.net [78.47.75.155]) by mx1.freebsd.org (Postfix) with ESMTP id 1884A8FC13; Mon, 26 Nov 2012 17:08:21 +0000 (UTC) Received: from winston.madpilot.net (localhost [127.0.0.1]) by winston.madpilot.net (Postfix) with ESMTP id 3Y9F261CFCzFT9x; Mon, 26 Nov 2012 18:08:14 +0100 (CET) X-Virus-Scanned: amavisd-new at madpilot.net Received: from winston.madpilot.net ([127.0.0.1]) by winston.madpilot.net (winston.madpilot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iZGIVBMVGRWt; Mon, 26 Nov 2012 18:08:08 +0100 (CET) Received: from vwg82.hq.ignesti.it (unknown [80.74.176.55]) by winston.madpilot.net (Postfix) with ESMTPSA; Mon, 26 Nov 2012 18:08:08 +0100 (CET) Message-ID: <50B3A1F9.5060904@FreeBSD.org> Date: Mon, 26 Nov 2012 18:08:09 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r307782 - head/audio/asunder References: <201211261259.qAQCxdXD089022@svn.freebsd.org> <20121126135609.GC62928@FreeBSD.org> <50B39163.2040309@FreeBSD.org> <20121126161113.GA72036@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 17:08:22 -0000 On 11/26/12 17:57, Eitan Adler wrote: > On 26 November 2012 11:11, Alexey Dokuchaev wrote: >> On Mon, Nov 26, 2012 at 04:57:23PM +0100, Guido Falsi wrote: >>> On 11/26/12 14:56, Alexey Dokuchaev wrote: >>>> We have standard knob for this one (APE_DESC). >>>> >>>>> PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO >>>> >>>> Normally we do not install COPYING as part of the docs, LICENSE should be >>>> set instead. If software expects to find this file (e.g. for displaying in >>>> the about dialog), it should be redirected to share/licenses/${PKGNAME} >>>> instead (see `graphics/luminance' port for an example). >>> >>> Thanks for these, I'll fix them and commit after maintainer approval. >> >> Technically speaking, you don't have to have maintainer's approval for these >> things, as they don't affect functionality, just make the port more adhering >> to our standards (and common sense). > > It is good to ping the maintainer though unless there is specific reason not to. > - Since they signed up to maintain the port its nice not to change > things without asking > - It teaches the maintainers about our standards :) I agree. I'd rather ping them if the problem is not really urgent(i.e. broken index, broken dependencies etc.) or really really trivial (i.e. typo, fixing a comment/header). Anyway if I don't get an answer in a decent time I'll go ahead and fix this anyway. -- Guido Falsi From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 17:11: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 B8F10889; Mon, 26 Nov 2012 17:11:49 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9F4FC8FC16; Mon, 26 Nov 2012 17:11:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQHBnor035773; Mon, 26 Nov 2012 17:11:49 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQHBnF8035770; Mon, 26 Nov 2012 17:11:49 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201211261711.qAQHBnF8035770@svn.freebsd.org> From: Jimmy Olgeni Date: Mon, 26 Nov 2012 17:11:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307790 - head/sysutils/virtualmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 17:11:49 -0000 Author: olgeni Date: Mon Nov 26 17:11:49 2012 New Revision: 307790 URL: http://svnweb.freebsd.org/changeset/ports/307790 Log: Upgrade to version 3.96. Feature safe: yes Modified: head/sysutils/virtualmin/Makefile head/sysutils/virtualmin/distinfo head/sysutils/virtualmin/pkg-plist Modified: head/sysutils/virtualmin/Makefile ============================================================================== --- head/sysutils/virtualmin/Makefile Mon Nov 26 16:30:56 2012 (r307789) +++ head/sysutils/virtualmin/Makefile Mon Nov 26 17:11:49 2012 (r307790) @@ -6,7 +6,7 @@ # PORTNAME= virtualmin -PORTVERSION= 3.95 +PORTVERSION= 3.96 CATEGORIES= sysutils MASTER_SITES= http://download.webmin.com/download/virtualmin/ DISTNAME= virtual-server-${PORTVERSION}.gpl Modified: head/sysutils/virtualmin/distinfo ============================================================================== --- head/sysutils/virtualmin/distinfo Mon Nov 26 16:30:56 2012 (r307789) +++ head/sysutils/virtualmin/distinfo Mon Nov 26 17:11:49 2012 (r307790) @@ -1,2 +1,2 @@ -SHA256 (virtual-server-3.95.gpl.wbm.gz) = 50773839027691a5e05dd14d69140cbfaf77aecce7b407af9316a2cac9d4c924 -SIZE (virtual-server-3.95.gpl.wbm.gz) = 1869733 +SHA256 (virtual-server-3.96.gpl.wbm.gz) = 9e3a87a1d1132eacc7445f967d85038b55eea84ce154f5dfc6e15bb83ecfaeb3 +SIZE (virtual-server-3.96.gpl.wbm.gz) = 1875018 Modified: head/sysutils/virtualmin/pkg-plist ============================================================================== --- head/sysutils/virtualmin/pkg-plist Mon Nov 26 16:30:56 2012 (r307789) +++ head/sysutils/virtualmin/pkg-plist Mon Nov 26 17:11:49 2012 (r307790) @@ -645,8 +645,10 @@ %%LIB32DIR%%/webmin/virtual-server/help/config_reseller_modules.nl.html %%LIB32DIR%%/webmin/virtual-server/help/config_reseller_theme.html %%LIB32DIR%%/webmin/virtual-server/help/config_reseller_theme.nl.html +%%LIB32DIR%%/webmin/virtual-server/help/config_rs_chunk.html %%LIB32DIR%%/webmin/virtual-server/help/config_rs_endpoint.html %%LIB32DIR%%/webmin/virtual-server/help/config_rs_key.html +%%LIB32DIR%%/webmin/virtual-server/help/config_rs_snet.html %%LIB32DIR%%/webmin/virtual-server/help/config_rs_user.html %%LIB32DIR%%/webmin/virtual-server/help/config_s3_akey.html %%LIB32DIR%%/webmin/virtual-server/help/config_s3_endpoint.html @@ -1078,6 +1080,7 @@ %%LIB32DIR%%/webmin/virtual-server/help/spam_spam.nl.html %%LIB32DIR%%/webmin/virtual-server/help/spam_trap.html %%LIB32DIR%%/webmin/virtual-server/help/spam_trap.nl.html +%%LIB32DIR%%/webmin/virtual-server/help/spam_trashclear.html %%LIB32DIR%%/webmin/virtual-server/help/spam_virus.html %%LIB32DIR%%/webmin/virtual-server/help/spam_virus.nl.html %%LIB32DIR%%/webmin/virtual-server/help/spam_white.html @@ -1249,6 +1252,7 @@ %%LIB32DIR%%/webmin/virtual-server/help/template_name.nl.html %%LIB32DIR%%/webmin/virtual-server/help/template_othergroups.html %%LIB32DIR%%/webmin/virtual-server/help/template_othergroups.nl.html +%%LIB32DIR%%/webmin/virtual-server/help/template_owners.html %%LIB32DIR%%/webmin/virtual-server/help/template_php4cgi.html %%LIB32DIR%%/webmin/virtual-server/help/template_php4cgi.nl.html %%LIB32DIR%%/webmin/virtual-server/help/template_php4fcgi.html @@ -1703,6 +1707,7 @@ %%LIB32DIR%%/webmin/virtual-server/newfeatures-all/3.94/1-aliasmail %%LIB32DIR%%/webmin/virtual-server/newfeatures-all/3.94/2-dependent %%LIB32DIR%%/webmin/virtual-server/newfeatures-all/3.94/3-rackspace +%%LIB32DIR%%/webmin/virtual-server/newfeatures-all/3.96/1-security %%LIB32DIR%%/webmin/virtual-server/newfeatures-gpl/3.52/8-webowner %%LIB32DIR%%/webmin/virtual-server/newfeatures-gpl/3.55/8-move %%LIB32DIR%%/webmin/virtual-server/newfeatures-gpl/3.55/9-preload @@ -1887,6 +1892,7 @@ @dirrm %%LIB32DIR%%/webmin/virtual-server/newfeatures-gpl/3.55 @dirrm %%LIB32DIR%%/webmin/virtual-server/newfeatures-gpl/3.52 @dirrm %%LIB32DIR%%/webmin/virtual-server/newfeatures-gpl +@dirrm %%LIB32DIR%%/webmin/virtual-server/newfeatures-all/3.96 @dirrm %%LIB32DIR%%/webmin/virtual-server/newfeatures-all/3.94 @dirrm %%LIB32DIR%%/webmin/virtual-server/newfeatures-all/3.93 @dirrm %%LIB32DIR%%/webmin/virtual-server/newfeatures-all/3.91 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 17:23:29 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 EBF47DDA; Mon, 26 Nov 2012 17:23:29 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B81708FC16; Mon, 26 Nov 2012 17:23:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQHNTTC037413; Mon, 26 Nov 2012 17:23:29 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQHNTg7037410; Mon, 26 Nov 2012 17:23:29 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201211261723.qAQHNTg7037410@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Mon, 26 Nov 2012 17:23:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307791 - head/devel/lfc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 17:23:30 -0000 Author: rm Date: Mon Nov 26 17:23:29 2012 New Revision: 307791 URL: http://svnweb.freebsd.org/changeset/ports/307791 Log: - update to 1.3.4 while here: - trim Makfile header - remove indefinite article from COMMENT PR: 173707 Submitted by: Kurt Jaeger (maintainer) Feature safe: yes Modified: head/devel/lfc/Makefile head/devel/lfc/distinfo Modified: head/devel/lfc/Makefile ============================================================================== --- head/devel/lfc/Makefile Mon Nov 26 17:11:49 2012 (r307790) +++ head/devel/lfc/Makefile Mon Nov 26 17:23:29 2012 (r307791) @@ -1,16 +1,13 @@ -# New ports collection makefile for: lfc -# Date created: 20100907 -# Whom: Kurt Jaeger -# +# Created by: Kurt Jaeger # $FreeBSD$ PORTNAME= lfc -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ MAINTAINER= fbsd-ports@opsec.eu -COMMENT= A collection of basic c++ classes, used for databases/cego +COMMENT= Collection of basic c++ classes, used for databases/cego LICENSE= GPLv2 Modified: head/devel/lfc/distinfo ============================================================================== --- head/devel/lfc/distinfo Mon Nov 26 17:11:49 2012 (r307790) +++ head/devel/lfc/distinfo Mon Nov 26 17:23:29 2012 (r307791) @@ -1,2 +1,2 @@ -SHA256 (lfc-1.3.3.tar.gz) = 0fc8c2b7f6eb3820bcc04112ced2d9ad4e436af8ecac5cfedacdfad96c17c44b -SIZE (lfc-1.3.3.tar.gz) = 213706 +SHA256 (lfc-1.3.4.tar.gz) = 95f630c2aeca60502e41e8dfca61c0324ea92148d06565fa7b21c813df6d5b1b +SIZE (lfc-1.3.4.tar.gz) = 213830 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 17:30: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 EFB21358; Mon, 26 Nov 2012 17:30:02 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D57108FC14; Mon, 26 Nov 2012 17:30:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQHU2HM038220; Mon, 26 Nov 2012 17:30:02 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQHU2ht038219; Mon, 26 Nov 2012 17:30:02 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201211261730.qAQHU2ht038219@svn.freebsd.org> From: Koop Mast Date: Mon, 26 Nov 2012 17:30:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307792 - head/textproc/libxml2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 17:30:03 -0000 Author: kwm Date: Mon Nov 26 17:30:02 2012 New Revision: 307792 URL: http://svnweb.freebsd.org/changeset/ports/307792 Log: Switch main site and mirror around. The mirror is still valid but it is really slow. Reported by: many Feature safe: yes Modified: head/textproc/libxml2/Makefile Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Mon Nov 26 17:23:29 2012 (r307791) +++ head/textproc/libxml2/Makefile Mon Nov 26 17:30:02 2012 (r307792) @@ -15,8 +15,8 @@ PORTNAME= libxml2 PORTVERSION= 2.7.8 PORTREVISION?= 5 CATEGORIES?= textproc gnome -MASTER_SITES= ftp://gd.tuwien.ac.at/pub/libxml/ \ - ftp://xmlsoft.org/libxml2/ +MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ + ftp://gd.tuwien.ac.at/pub/libxml/ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 18:16: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 4878A212; Mon, 26 Nov 2012 18:16:58 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2A34C8FC15; Mon, 26 Nov 2012 18:16:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQIGvji044833; Mon, 26 Nov 2012 18:16:58 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQIGv59044815; Mon, 26 Nov 2012 18:16:57 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201211261816.qAQIGv59044815@svn.freebsd.org> From: Brendan Fabeny Date: Mon, 26 Nov 2012 18:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307793 - in head: lang/tcl-modules lang/tcl-wrapper lang/tcl82 lang/tcl83 lang/tcl84 lang/tcl84-thread lang/tcl85 lang/tcl85-thread lang/tcl86-thread x11-toolkits/tk-wrapper x11-toolki... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 18:16:58 -0000 Author: bf Date: Mon Nov 26 18:16:57 2012 New Revision: 307793 URL: http://svnweb.freebsd.org/changeset/ports/307793 Log: consolidate under (lower-case) tcltk@ PR: 173753 , 173767 Feature safe: yes Modified: head/lang/tcl-modules/Makefile (contents, props changed) head/lang/tcl-wrapper/Makefile (contents, props changed) head/lang/tcl82/Makefile head/lang/tcl83/Makefile (contents, props changed) head/lang/tcl84-thread/Makefile (contents, props changed) head/lang/tcl84/Makefile head/lang/tcl85-thread/Makefile (contents, props changed) head/lang/tcl85/Makefile head/lang/tcl86-thread/Makefile (contents, props changed) head/x11-toolkits/tk-wrapper/Makefile (contents, props changed) head/x11-toolkits/tk82/Makefile head/x11-toolkits/tk83/Makefile (contents, props changed) head/x11-toolkits/tk84-thread/Makefile (contents, props changed) head/x11-toolkits/tk84/Makefile head/x11-toolkits/tk85-thread/Makefile (contents, props changed) head/x11-toolkits/tk86-thread/Makefile (contents, props changed) head/x11-toolkits/tk86/Makefile (contents, props changed) Modified: head/lang/tcl-modules/Makefile ============================================================================== --- head/lang/tcl-modules/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/lang/tcl-modules/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -4,7 +4,7 @@ PORTNAME= tcl-modules PORTREVISION= -MAINTAINER= TclTk@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Tcl common modules BUILDING_TCL_TM= yes Modified: head/lang/tcl-wrapper/Makefile ============================================================================== --- head/lang/tcl-wrapper/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/lang/tcl-wrapper/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${TX_PORT}- DISTFILES= # none EXTRACT_ONLY= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Shell wrapper for ${TX_SHELL} (${TX_PORT_U}) BUILD_DEPENDS= shc:${PORTSDIR}/misc/shc Modified: head/lang/tcl82/Makefile ============================================================================== --- head/lang/tcl82/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/lang/tcl82/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= TclTk@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Tool Command Language DEPRECATED= no longer maintained upstream Modified: head/lang/tcl83/Makefile ============================================================================== --- head/lang/tcl83/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/lang/tcl83/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -8,7 +8,7 @@ CATEGORIES= lang tcl MASTER_SITES= SF/${PORTNAME}/Tcl/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION}-src -MAINTAINER= TclTk@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Tool Command Language PORTSCOUT= limit:^8\.3\. Modified: head/lang/tcl84-thread/Makefile ============================================================================== --- head/lang/tcl84-thread/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/lang/tcl84-thread/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -3,7 +3,7 @@ PORTNAME= tcl -MAINTAINER= TclTk@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Tool command language (threads support) BUILDING_TCL_THREADS= yes Modified: head/lang/tcl84/Makefile ============================================================================== --- head/lang/tcl84/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/lang/tcl84/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -10,7 +10,7 @@ MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= ${PORTNAME}${PORTVERSION}-src -MAINTAINER= TclTk@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT?= Tool Command Language LICENSE= BSD Modified: head/lang/tcl85-thread/Makefile ============================================================================== --- head/lang/tcl85-thread/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/lang/tcl85-thread/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -3,7 +3,7 @@ PORTNAME= tcl -MAINTAINER= TclTk@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Tool command language (threads support) BUILDING_TCL_THREADS= yes Modified: head/lang/tcl85/Makefile ============================================================================== --- head/lang/tcl85/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/lang/tcl85/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -9,7 +9,7 @@ MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= tcl${PORTVERSION}-src -MAINTAINER= TclTk@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT?= Tool Command Language LICENSE= BSD Modified: head/lang/tcl86-thread/Makefile ============================================================================== --- head/lang/tcl86-thread/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/lang/tcl86-thread/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -7,7 +7,7 @@ PORTNAME= tcl -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Tool command language (threads support) BUILDING_TCL_THREADS= yes Modified: head/x11-toolkits/tk-wrapper/Makefile ============================================================================== --- head/x11-toolkits/tk-wrapper/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/x11-toolkits/tk-wrapper/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -5,7 +5,7 @@ # $FreeBSD$ # -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org BUILDING_TK_WRAPPER= yes Modified: head/x11-toolkits/tk82/Makefile ============================================================================== --- head/x11-toolkits/tk82/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/x11-toolkits/tk82/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_TCLTK} MASTER_SITE_SUBDIR= tcl8_2 DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= TclTk@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for TCL DEPRECATED= no longer maintained upstream Modified: head/x11-toolkits/tk83/Makefile ============================================================================== --- head/x11-toolkits/tk83/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/x11-toolkits/tk83/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -8,7 +8,7 @@ CATEGORIES= x11-toolkits tk MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION}-src -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for TCL USE_TCL= 83 Modified: head/x11-toolkits/tk84-thread/Makefile ============================================================================== --- head/x11-toolkits/tk84-thread/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/x11-toolkits/tk84-thread/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -7,7 +7,7 @@ PORTNAME= tk -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for Tcl (threads support) BUILDING_TK_THREADS= yes Modified: head/x11-toolkits/tk84/Makefile ============================================================================== --- head/x11-toolkits/tk84/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/x11-toolkits/tk84/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -9,7 +9,7 @@ MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} PKGNAMESUFFIX?= ${THREADS_SUFFIX} DISTNAME= ${PORTNAME}${PORTVERSION}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT?= Graphical toolkit for Tcl LICENSE= BSD Modified: head/x11-toolkits/tk85-thread/Makefile ============================================================================== --- head/x11-toolkits/tk85-thread/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/x11-toolkits/tk85-thread/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -7,7 +7,7 @@ PORTNAME= tk -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for Tcl (threads support) BUILDING_TK_THREADS= yes Modified: head/x11-toolkits/tk86-thread/Makefile ============================================================================== --- head/x11-toolkits/tk86-thread/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/x11-toolkits/tk86-thread/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -7,7 +7,7 @@ PORTNAME= tk -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Graphical toolkit for Tcl (threads support) BUILDING_TK_THREADS= yes Modified: head/x11-toolkits/tk86/Makefile ============================================================================== --- head/x11-toolkits/tk86/Makefile Mon Nov 26 17:30:02 2012 (r307792) +++ head/x11-toolkits/tk86/Makefile Mon Nov 26 18:16:57 2012 (r307793) @@ -8,7 +8,7 @@ MASTER_SITES= SF/tcl/Tcl/8.6b2 PKGNAMESUFFIX?= ${THREADS_SUFFIX} DISTNAME= ${PORTNAME}${PORTVERSION:S/.b.2/b2/}-src -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT?= Graphical toolkit for Tcl LICENSE= BSD From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 19:12: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 7538CF1E; Mon, 26 Nov 2012 19:12:16 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (grizzly.droso.dk [IPv6:2a01:4f8:100:9424::3]) by mx1.freebsd.org (Postfix) with ESMTP id 06D1D8FC12; Mon, 26 Nov 2012 19:12:15 +0000 (UTC) Received: by mail.droso.net (Postfix, from userid 1001) id 8160C5C8; Mon, 26 Nov 2012 20:12:14 +0100 (CET) Date: Mon, 26 Nov 2012 20:12:14 +0100 From: Erwin Lansing To: Eitan Adler Subject: Re: svn commit: r307782 - head/audio/asunder Message-ID: <20121126191213.GB4474@droso.net> References: <201211261259.qAQCxdXD089022@svn.freebsd.org> <20121126135609.GC62928@FreeBSD.org> <50B39163.2040309@FreeBSD.org> <20121126161113.GA72036@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD/amd64 9.0-RELEASE User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , Guido Falsi , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 19:12:16 -0000 On Mon, Nov 26, 2012 at 11:57:37AM -0500, Eitan Adler wrote: > On 26 November 2012 11:11, Alexey Dokuchaev wrote: > > On Mon, Nov 26, 2012 at 04:57:23PM +0100, Guido Falsi wrote: > >> On 11/26/12 14:56, Alexey Dokuchaev wrote: > >> >We have standard knob for this one (APE_DESC). > >> > > >> >> PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO > >> > > >> >Normally we do not install COPYING as part of the docs, LICENSE should be > >> >set instead. If software expects to find this file (e.g. for displaying in > >> >the about dialog), it should be redirected to share/licenses/${PKGNAME} > >> >instead (see `graphics/luminance' port for an example). > >> > >> Thanks for these, I'll fix them and commit after maintainer approval. > > > > Technically speaking, you don't have to have maintainer's approval for these > > things, as they don't affect functionality, just make the port more adhering > > to our standards (and common sense). > > It is good to ping the maintainer though unless there is specific reason not to. > - Since they signed up to maintain the port its nice not to change > things without asking > - It teaches the maintainers about our standards :) > Actually, if you strictly follow our rules, the maintainer has the final say and you have to ask beforehand, with the usual timeouts. For trivial changes, e.g., updating CONFLICTS for a slave port, you may not want to wait for that and commit right away, but the least you can do is to send a mail afterwards to the maintainer as a courtesy so they don't have to find out by having conflicts in the their local repository if their working on another update or similar. Being polite really doesn't cost much. Erwin -- Erwin Lansing http://droso.dk erwin@FreeBSD.org http:// www.FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 19:49: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 8AF47D66; Mon, 26 Nov 2012 19:49:23 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6FA4B8FC13; Mon, 26 Nov 2012 19:49:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQJnN3s060568; Mon, 26 Nov 2012 19:49:23 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQJnNaN060564; Mon, 26 Nov 2012 19:49:23 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201211261949.qAQJnNaN060564@svn.freebsd.org> From: Jase Thew Date: Mon, 26 Nov 2012 19:49:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307794 - in head/security/polarssl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 19:49:23 -0000 Author: jase Date: Mon Nov 26 19:49:22 2012 New Revision: 307794 URL: http://svnweb.freebsd.org/changeset/ports/307794 Log: - Update to 1.2.3 - Assume maintainership Changes: https://raw.github.com/polarssl/polarssl/fb1ba781b398d39f4444515381babcc9e5a8dcd2/ChangeLog Feature safe: yes Deleted: head/security/polarssl/files/patch-Makefile Modified: head/security/polarssl/Makefile (contents, props changed) head/security/polarssl/distinfo (contents, props changed) head/security/polarssl/files/patch-library-Makefile (contents, props changed) head/security/polarssl/pkg-plist (contents, props changed) Modified: head/security/polarssl/Makefile ============================================================================== --- head/security/polarssl/Makefile Mon Nov 26 18:16:57 2012 (r307793) +++ head/security/polarssl/Makefile Mon Nov 26 19:49:22 2012 (r307794) @@ -1,18 +1,21 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.1.4 +PORTVERSION= 1.2.3 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel -MASTER_SITES= http://polarssl.org/code/download/ +MASTER_SITES= http://polarssl.org/download/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jase@FreeBSD.org COMMENT= Open Source embedded SSL/TLS cryptographic library LICENSE= GPLv2 -USE_PERL5_BUILD= yes +FETCH_ARGS= -pRr +ALL_TARGET= no_test + +USE_GMAKE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -33,8 +36,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/programs/*/${i} ${PREFIX}/bin/polarssl_${i} .endfor +.include + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_MAN} ${WRKSRC}/${i} ${DOCSDIR}/ Modified: head/security/polarssl/distinfo ============================================================================== --- head/security/polarssl/distinfo Mon Nov 26 18:16:57 2012 (r307793) +++ head/security/polarssl/distinfo Mon Nov 26 19:49:22 2012 (r307794) @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.1.4-gpl.tgz) = 2d29fd04a0d0ba29dae6bd29fb418944c08d3916665dcca74afb297ef37584b6 -SIZE (polarssl-1.1.4-gpl.tgz) = 611340 +SHA256 (polarssl-1.2.3-gpl.tgz) = 5cd3bc6aa85e1de809c3b4c76932794c60a8d05faf2cf8f62933ab97ef52e4ae +SIZE (polarssl-1.2.3-gpl.tgz) = 978269 Modified: head/security/polarssl/files/patch-library-Makefile ============================================================================== --- head/security/polarssl/files/patch-library-Makefile Mon Nov 26 18:16:57 2012 (r307793) +++ head/security/polarssl/files/patch-library-Makefile Mon Nov 26 19:49:22 2012 (r307794) @@ -1,20 +1,25 @@ ---- library/Makefile.orig 2010-03-24 15:57:15.000000000 +0900 -+++ library/Makefile 2010-07-15 14:33:59.000000000 +0900 -@@ -11,7 +11,7 @@ +--- library/Makefile.orig 2012-11-26 19:20:30.821850410 +0000 ++++ library/Makefile 2012-11-26 19:21:01.534380354 +0000 +@@ -18,9 +18,7 @@ # CFLAGS += -D_BSD_EXTENSION - + # To compile as a shared library: --# CFLAGS += -fPIC -+CFLAGS += -fPIC - - DLEXT=so - # OSX shared library extension: -@@ -29,7 +29,7 @@ - +-ifdef SHARED + CFLAGS += -fPIC +-endif + + SONAME=libpolarssl.so.0 + +@@ -53,11 +51,7 @@ + .SILENT: - + +-ifndef SHARED -all: static -+all: static shared - +-else +-all: shared +-endif ++all: shared static + static: libpolarssl.a - + Modified: head/security/polarssl/pkg-plist ============================================================================== --- head/security/polarssl/pkg-plist Mon Nov 26 18:16:57 2012 (r307793) +++ head/security/polarssl/pkg-plist Mon Nov 26 19:49:22 2012 (r307794) @@ -20,8 +20,10 @@ bin/polarssl_ssl_test include/polarssl/aes.h include/polarssl/arc4.h include/polarssl/asn1.h +include/polarssl/asn1write.h include/polarssl/base64.h include/polarssl/bignum.h +include/polarssl/blowfish.h include/polarssl/bn_mul.h include/polarssl/camellia.h include/polarssl/certs.h @@ -35,6 +37,7 @@ include/polarssl/dhm.h include/polarssl/entropy.h include/polarssl/entropy_poll.h include/polarssl/error.h +include/polarssl/gcm.h include/polarssl/havege.h include/polarssl/md.h include/polarssl/md2.h @@ -45,15 +48,18 @@ include/polarssl/net.h include/polarssl/openssl.h include/polarssl/padlock.h include/polarssl/pem.h +include/polarssl/pbkdf2.h include/polarssl/pkcs11.h include/polarssl/rsa.h include/polarssl/sha1.h include/polarssl/sha2.h include/polarssl/sha4.h include/polarssl/ssl.h +include/polarssl/ssl_cache.h include/polarssl/timing.h include/polarssl/version.h include/polarssl/x509.h +include/polarssl/x509write.h include/polarssl/xtea.h lib/libpolarssl.a lib/libpolarssl.so From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 20:23: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 630618EA; Mon, 26 Nov 2012 20:23:50 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2C3578FC14; Mon, 26 Nov 2012 20:23:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQKNoXr067396; Mon, 26 Nov 2012 20:23:50 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQKNn8f067394; Mon, 26 Nov 2012 20:23:49 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201211262023.qAQKNn8f067394@svn.freebsd.org> From: Dmitry Sivachenko Date: Mon, 26 Nov 2012 20:23:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307795 - head/www/uwsgi/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 20:23:50 -0000 Author: demon Date: Mon Nov 26 20:23:49 2012 New Revision: 307795 URL: http://svnweb.freebsd.org/changeset/ports/307795 Log: Allow to redefine uwsgi_procname to fix 'status' command when uwsgi was started with --auto-procname option. Patch from Gennady Karpov . Approved by: maintainer Feature safe: yes Modified: head/www/uwsgi/files/uwsgi.in Modified: head/www/uwsgi/files/uwsgi.in ============================================================================== --- head/www/uwsgi/files/uwsgi.in Mon Nov 26 19:49:22 2012 (r307794) +++ head/www/uwsgi/files/uwsgi.in Mon Nov 26 20:23:49 2012 (r307795) @@ -22,6 +22,8 @@ # Default is 80. # uwsgi_flags (str): Set the uwsgi command line arguments # Default is "-M -L". +# uwsgi_procname (str): Define to "uWSGI" if you start uwsgi with +# --auto-procname option. # # If you would like to have multiple uWSGI instances running, you can # define multiple profiles: @@ -39,6 +41,7 @@ rcvar=uwsgi_enable load_rc_config $name +command=%%PREFIX%%/bin/uwsgi : ${uwsgi_enable="NO"} : ${uwsgi_profiles=""} : ${uwsgi_socket="/tmp/${name}.sock"} @@ -47,6 +50,7 @@ load_rc_config $name : ${uwsgi_uid="80"} : ${uwsgi_gid="80"} : ${uwsgi_flags="-M -L"} +: ${uwsgi_procname="${command}"} is_uwsgi_profile() { local profile @@ -73,6 +77,7 @@ if [ -n "${uwsgi_profiles}" ]; then eval uwsgi_uid=\${uwsgi_${profile}_uid:-"${uwsgi_uid}"} eval uwsgi_gid=\${uwsgi_${profile}_gid:-"${uwsgi_uid}"} eval uwsgi_flags=\${uwsgi_${profile}_flags:-"${uwsgi_flags}"} + eval uwsgi_procname=\${uwsgi_${profile}_procname:-"${uwsgi_procname}"} elif [ -n "$1" ]; then for profile in ${uwsgi_profiles}; do echo "Processing ${name} profile: ${profile}" @@ -90,6 +95,7 @@ reload_precmd=reload_precmd brutalreload_cmd=brutalreload_cmd sig_stop="INT" extra_commands="reload brutalreload" +procname=${uwsgi_procname} stop_postcmd() { From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 20:28: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 AAD8CB2B; Mon, 26 Nov 2012 20:28:54 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8E8F98FC0C; Mon, 26 Nov 2012 20:28:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQKSsbe068269; Mon, 26 Nov 2012 20:28:54 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQKSscs068267; Mon, 26 Nov 2012 20:28:54 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211262028.qAQKSscs068267@svn.freebsd.org> From: Frederic Culot Date: Mon, 26 Nov 2012 20:28:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307796 - head/databases/py-umemcache X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 20:28:54 -0000 Author: culot Date: Mon Nov 26 20:28:54 2012 New Revision: 307796 URL: http://svnweb.freebsd.org/changeset/ports/307796 Log: - Update to 1.6 PR: ports/173717 Submitted by: Kubilay Kocak (maintainer) Feature safe: yes Modified: head/databases/py-umemcache/Makefile head/databases/py-umemcache/distinfo Modified: head/databases/py-umemcache/Makefile ============================================================================== --- head/databases/py-umemcache/Makefile Mon Nov 26 20:23:49 2012 (r307795) +++ head/databases/py-umemcache/Makefile Mon Nov 26 20:28:54 2012 (r307796) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= umemcache -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-umemcache/distinfo ============================================================================== --- head/databases/py-umemcache/distinfo Mon Nov 26 20:23:49 2012 (r307795) +++ head/databases/py-umemcache/distinfo Mon Nov 26 20:28:54 2012 (r307796) @@ -1,2 +1,2 @@ -SHA256 (umemcache-1.5.zip) = d8276747d301e0fd8186ab3bd9847c4057328ef2fca08330e0eccf50f87bd4f0 -SIZE (umemcache-1.5.zip) = 25240 +SHA256 (umemcache-1.6.zip) = 545cdebaf93007641eca1dc90113ef14d3d23080baf7a9c4c4aafd00b58927cd +SIZE (umemcache-1.6.zip) = 25313 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 20:55: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 EDC8190F; Mon, 26 Nov 2012 20:55:53 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C8B6A8FC15; Mon, 26 Nov 2012 20:55:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQKtr55072997; Mon, 26 Nov 2012 20:55:53 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQKtrMj072990; Mon, 26 Nov 2012 20:55:53 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201211262055.qAQKtrMj072990@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 26 Nov 2012 20:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307797 - in branches/RELENG_9_1_0: irc/weechat irc/weechat-devel security/vuxml X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 20:55:54 -0000 Author: beat Date: Mon Nov 26 20:55:53 2012 New Revision: 307797 URL: http://svnweb.freebsd.org/changeset/ports/307797 Log: MFH r307534 by jase: - Document new vulnerability in irc/weechat and irc/weechat-devel MFH r307535 by jase: - Fix copy and paste error in latest weechat entry (81826d12-317a-11e2-9186-406186f3d89d) MFH r307536 by jase: - Update to 0.3.9.2 Changes: http://www.weechat.org/files/changelog/ChangeLog-0.3.9.2.html Security: 81826d12-317a-11e2-9186-406186f3d89d MFH r307537 by jase: - Update to 20121118 Security: 81826d12-317a-11e2-9186-406186f3d89d Feature safe: yes Modified: branches/RELENG_9_1_0/irc/weechat-devel/Makefile branches/RELENG_9_1_0/irc/weechat-devel/distinfo branches/RELENG_9_1_0/irc/weechat/Makefile branches/RELENG_9_1_0/irc/weechat/distinfo branches/RELENG_9_1_0/security/vuxml/vuln.xml Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/irc/weechat-devel/Makefile ============================================================================== --- branches/RELENG_9_1_0/irc/weechat-devel/Makefile Mon Nov 26 20:28:54 2012 (r307796) +++ branches/RELENG_9_1_0/irc/weechat-devel/Makefile Mon Nov 26 20:55:53 2012 (r307797) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 20121110 +PORTVERSION= 20121118 CATEGORIES= irc MASTER_SITES= http://perturb.me.uk/distfiles/ \ ${MASTER_SITE_LOCAL} @@ -26,7 +26,7 @@ WANT_PERL= yes LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ gcrypt:${PORTSDIR}/security/libgcrypt -GITREV= 7cd376b +GITREV= 57293ff WRKSRC= ${WRKDIR}/${PORTNAME}-${GITREV} # Please note: the DEBUG option is *NOT* empty, it is utilised by Modified: branches/RELENG_9_1_0/irc/weechat-devel/distinfo ============================================================================== --- branches/RELENG_9_1_0/irc/weechat-devel/distinfo Mon Nov 26 20:28:54 2012 (r307796) +++ branches/RELENG_9_1_0/irc/weechat-devel/distinfo Mon Nov 26 20:55:53 2012 (r307797) @@ -1,2 +1,2 @@ -SHA256 (weechat-devel-7cd376b.tar.gz) = dd10c1ab81051ec3476ad95a12c4c70cd8161a5f0dbcc7f0659e3d2602a79ef2 -SIZE (weechat-devel-7cd376b.tar.gz) = 2517031 +SHA256 (weechat-devel-57293ff.tar.gz) = c4aa77d7ba73fc2994215ca0ae8527b0661a19d8f9df011983168348fbb257c5 +SIZE (weechat-devel-57293ff.tar.gz) = 2518572 Modified: branches/RELENG_9_1_0/irc/weechat/Makefile ============================================================================== --- branches/RELENG_9_1_0/irc/weechat/Makefile Mon Nov 26 20:28:54 2012 (r307796) +++ branches/RELENG_9_1_0/irc/weechat/Makefile Mon Nov 26 20:55:53 2012 (r307797) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= weechat -PORTVERSION= 0.3.9.1 +PORTVERSION= 0.3.9.2 CATEGORIES= irc MASTER_SITES= http://weechat.org/files/src/ Modified: branches/RELENG_9_1_0/irc/weechat/distinfo ============================================================================== --- branches/RELENG_9_1_0/irc/weechat/distinfo Mon Nov 26 20:28:54 2012 (r307796) +++ branches/RELENG_9_1_0/irc/weechat/distinfo Mon Nov 26 20:55:53 2012 (r307797) @@ -1,2 +1,2 @@ -SHA256 (weechat-0.3.9.1.tar.gz) = 9a6ad4aacbda9c5524dc519cc8782621d59ba1bf0556e64f5ae4f9102f28b29d -SIZE (weechat-0.3.9.1.tar.gz) = 3756617 +SHA256 (weechat-0.3.9.2.tar.gz) = 03949cfc4cd6b6c1d5b7791804ff54c44f1209d3e753dd48461d67cbb1738c84 +SIZE (weechat-0.3.9.2.tar.gz) = 3757977 Modified: branches/RELENG_9_1_0/security/vuxml/vuln.xml ============================================================================== --- branches/RELENG_9_1_0/security/vuxml/vuln.xml Mon Nov 26 20:28:54 2012 (r307796) +++ branches/RELENG_9_1_0/security/vuxml/vuln.xml Mon Nov 26 20:55:53 2012 (r307797) @@ -204,6 +204,40 @@ Note: Please add new entries to the beg + + weechat -- Arbitrary shell command execution via scripts + + + weechat + 0.3.00.3.9.2 + + + weechat-devel + 20121118 + + + + +

Sebastien Helleu reports:

+
+

Untrusted command for function hook_process could lead to + execution of commands, because of shell expansions.

+

Workaround with a non-patched version: remove/unload all scripts + calling function hook_process (for maximum safety).

+
+ +
+ + http://weechat.org/security/ + https://savannah.nongnu.org/bugs/?37764 + + + 2012-11-15 + 2012-11-18 + 2012-11-18 + +
+ bugzilla -- multiple vulnerabilities From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 21:04: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 E40E5FBD; Mon, 26 Nov 2012 21:04:11 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BF0298FC13; Mon, 26 Nov 2012 21:04:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQL4Btk074654; Mon, 26 Nov 2012 21:04:11 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQL4B5D074649; Mon, 26 Nov 2012 21:04:11 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201211262104.qAQL4B5D074649@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 26 Nov 2012 21:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307798 - in branches/RELENG_9_1_0: security/vuxml www/lighttpd www/lighttpd/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 21:04:12 -0000 Author: beat Date: Mon Nov 26 21:04:11 2012 New Revision: 307798 URL: http://svnweb.freebsd.org/changeset/ports/307798 Log: MFH r307616 by mm: Document new vulnerability in www/lighttpd 1.4.31 MFH r307617 by mm: Update lighttpd to 1.4.32 (fixes CVE-2012-5533) Feature safe: yes Modified: branches/RELENG_9_1_0/security/vuxml/vuln.xml branches/RELENG_9_1_0/www/lighttpd/Makefile branches/RELENG_9_1_0/www/lighttpd/distinfo branches/RELENG_9_1_0/www/lighttpd/files/patch-configure.ac Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/security/vuxml/vuln.xml ============================================================================== --- branches/RELENG_9_1_0/security/vuxml/vuln.xml Mon Nov 26 20:55:53 2012 (r307797) +++ branches/RELENG_9_1_0/security/vuxml/vuln.xml Mon Nov 26 21:04:11 2012 (r307798) @@ -51,6 +51,38 @@ Note: Please add new entries to the beg --> + + lighttpd -- remote DoS in header parsing + + + lighttpd + 1.4.301.4.32 + + + + +

Lighttpd security advisory reports:

+
+

Certain Connection header values will trigger an endless loop, for example: + "Connection: TE,,Keep-Alive"

+

On receiving such value, lighttpd will enter an endless loop, + detecting an empty token but not incrementing the current string + position, and keep reading the ',' again and again.

+

This bug was introduced in 1.4.31, when we fixed an "invalid read" + bug (it would try to read the byte before the string if it started + with ',', although the value wasn't actually used).

+
+ +
+ + CVE-2012-5533 + + + 2012-11-17 + 2012-11-21 + +
+ mozilla -- multiple vulnerabilities Modified: branches/RELENG_9_1_0/www/lighttpd/Makefile ============================================================================== --- branches/RELENG_9_1_0/www/lighttpd/Makefile Mon Nov 26 20:55:53 2012 (r307797) +++ branches/RELENG_9_1_0/www/lighttpd/Makefile Mon Nov 26 21:04:11 2012 (r307798) @@ -6,8 +6,7 @@ # PORTNAME?= lighttpd -PORTVERSION= 1.4.31 -PORTREVISION= 5 +PORTVERSION= 1.4.32 CATEGORIES?= www MASTER_SITES?= http://download.lighttpd.net/lighttpd/releases-1.4.x/ Modified: branches/RELENG_9_1_0/www/lighttpd/distinfo ============================================================================== --- branches/RELENG_9_1_0/www/lighttpd/distinfo Mon Nov 26 20:55:53 2012 (r307797) +++ branches/RELENG_9_1_0/www/lighttpd/distinfo Mon Nov 26 21:04:11 2012 (r307798) @@ -1,5 +1,5 @@ -SHA256 (lighttpd-1.4.31.tar.bz2) = 5209e7a25d3044cb21b34d6a2bb3a6f6c216ba903ea486a803d070582e5e26ac -SIZE (lighttpd-1.4.31.tar.bz2) = 675275 +SHA256 (lighttpd-1.4.32.tar.bz2) = 60691b2dcf3ad2472c06b23d75eb0c164bf48a08a630ed3f308f61319104701f +SIZE (lighttpd-1.4.32.tar.bz2) = 681065 SHA256 (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = d7c3704d5253c4f3c18459f89059063b311e50096cd2c38fc982cec683c32e61 SIZE (lighttpd-1.4.26_mod_h264_streaming-2.2.9.patch.gz) = 44695 SHA256 (lighttpd-1.4.26_mod_geoip.patch.gz) = db43cc0ed7c808b5eed3185d97346e70dea0f1ef4fa9ed436d08e4faff7f97e7 Modified: branches/RELENG_9_1_0/www/lighttpd/files/patch-configure.ac ============================================================================== --- branches/RELENG_9_1_0/www/lighttpd/files/patch-configure.ac Mon Nov 26 20:55:53 2012 (r307797) +++ branches/RELENG_9_1_0/www/lighttpd/files/patch-configure.ac Mon Nov 26 21:04:11 2012 (r307798) @@ -1,10 +1,16 @@ ---- configure.ac.orig 2011-07-03 09:33:11.000000000 -0700 -+++ configure.ac 2012-05-03 16:49:19.000000000 -0700 -@@ -18,2 +18,3 @@ +--- configure.ac.orig 2012-11-19 11:05:29.000000000 +0100 ++++ configure.ac 2012-11-21 14:22:53.723233779 +0100 +@@ -16,6 +16,7 @@ + dnl Checks for programs. + AC_PROG_CC AM_PROG_CC_C_O +AM_PROG_AR AC_PROG_LD -@@ -26,7 +27,2 @@ + AC_PROG_INSTALL + AC_PROG_AWK +@@ -30,11 +31,6 @@ + dnl AM_PROG_AR requires automake 1.11 (and uses AC_COMPILE_IFELSE which wants AC_USE_SYSTEM_EXTENSIONS) + m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) -dnl check environment -AC_AIX @@ -12,9 +18,5 @@ -AC_MINIX - dnl AC_CANONICAL_HOST -@@ -40,5 +36,2 @@ - --dnl more automake stuff --AM_C_PROTOTYPES -- - dnl libtool + case $host_os in + *darwin*|*cygwin*|*aix*|*mingw* ) NO_RDYNAMIC=yes;; From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 21:15: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 B51DF355; Mon, 26 Nov 2012 21:15:46 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 99AC58FC08; Mon, 26 Nov 2012 21:15:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQLFk4E076910; Mon, 26 Nov 2012 21:15:46 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQLFkjo076908; Mon, 26 Nov 2012 21:15:46 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201211262115.qAQLFkjo076908@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 26 Nov 2012 21:15:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307799 - branches/RELENG_9_1_0/security/vuxml X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 21:15:46 -0000 Author: beat Date: Mon Nov 26 21:15:46 2012 New Revision: 307799 URL: http://svnweb.freebsd.org/changeset/ports/307799 Log: MFH r307666 by dinoex: - opera -- execution of arbitrary code MFH r307733 by wxs: Add entries for the following advisories: FreeBSD-SA-12:08.linux FreeBSD-SA-12:07.hostapd FreeBSD-SA-12:06.bind Feature safe: yes Modified: branches/RELENG_9_1_0/security/vuxml/vuln.xml Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/security/vuxml/vuln.xml ============================================================================== --- branches/RELENG_9_1_0/security/vuxml/vuln.xml Mon Nov 26 21:04:11 2012 (r307798) +++ branches/RELENG_9_1_0/security/vuxml/vuln.xml Mon Nov 26 21:15:46 2012 (r307799) @@ -51,6 +51,131 @@ Note: Please add new entries to the beg --> + + FreeBSD -- Linux compatibility layer input validation error + + + FreeBSD + 7.47.4_11 + 8.38.3_5 + 9.09.0_5 + + + + +

Problem description:

+
+

A programming error in the handling of some Linux system calls + may result in memory locations being accessed without proper + validation.

+
+ +
+ + SA-12:08.linux + CVE-2012-4576 + + + 2012-11-22 + 2012-11-24 + +
+ + + FreeBSD -- Insufficient message length validation for EAP-TLS messages + + + FreeBSD + 8.38.3_5 + 9.09.0_5 + + + + +

Problem description:

+
+

The internal authentication server of hostapd does not + sufficiently validate the message length field of EAP-TLS + messages.

+
+ +
+ + SA-12:07.hostapd + CVE-2012-4445 + + + 2012-11-22 + 2012-11-24 + +
+ + + FreeBSD -- Multiple Denial of Service vulnerabilities with named(8) + + + FreeBSD + 7.47.4_11 + 8.38.3_5 + 9.09.0_5 + + + + +

Problem description:

+
+

The BIND daemon would crash when a query is made on a resource + record with RDATA that exceeds 65535 bytes.

+

The BIND daemon would lock up when a query is made on specific + combinations of RDATA.

+
+ +
+ + SA-12:06.bind + CVE-2012-4244 + CVE-2012-5166 + + + 2012-11-22 + 2012-11-24 + +
+ + + opera -- execution of arbitrary code + + + opera + opera-devel + linux-opera + linux-opera-devel + 12.11 + + + + +

Opera reports:

+
+

When requesting pages using HTTP, Opera temporarily stores the + response in a buffer. In some cases, Opera may incorrectly allocate + too little space for a buffer, and may then store too much of the + response in that buffer. This causes a buffer overflow, which in + turn can lead to a memory corruption and crash. It is possible to + use this crash to execute the overflowing data as code, which may + be controlled by an attacking site.

+
+ +
+ + http://www.opera.com/support/kb/view/1036/ + + + 2012-11-19 + 2012-11-22 + +
+ lighttpd -- remote DoS in header parsing From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 21:23: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 F1B958AE; Mon, 26 Nov 2012 21:23:25 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CCD828FC0C; Mon, 26 Nov 2012 21:23:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQLNPE2078272; Mon, 26 Nov 2012 21:23:25 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQLNP9A078268; Mon, 26 Nov 2012 21:23:25 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201211262123.qAQLNP9A078268@svn.freebsd.org> From: Florian Smeets Date: Mon, 26 Nov 2012 21:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307800 - in branches/RELENG_9_1_0: lang/php52 security/vuxml X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 21:23:26 -0000 Author: flo Date: Mon Nov 26 21:23:25 2012 New Revision: 307800 URL: http://svnweb.freebsd.org/changeset/ports/307800 Log: MFH r307747 - Update backports patch to 20121114 - Bump PORTREVISION Changes: - CVE-2006-7243 PHP before 5.3.4 accepts the \0 character in a pathname, which might allow context-dependent attackers to bypass intended access restrictions by placing a safe file extension after this character, as demonstrated by .php\0.jpg at the end of the argument to the file_exists function Secuity 3761df02-0f9c-11e0-becc-0022156e8794 fixed by check in fopen functions for strlen(filename) != filename_len - CVE-2012-4388 The sapi_header_op function in main/SAPI.c does not properly determine a pointer during checks for %0D sequences (aka carriage return characters), which allows remote attackers to bypass an HTTP response-splitting protection mechanism via a crafted URL, this vulnerability exists because of an incorrect fix for CVE-2011-1398. - Timezone database updated to version 2012.9 (2012i) Approved by: portmgr (beat) Feature safe: yes Modified: branches/RELENG_9_1_0/lang/php52/Makefile (contents, props changed) branches/RELENG_9_1_0/lang/php52/distinfo (contents, props changed) branches/RELENG_9_1_0/security/vuxml/vuln.xml Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/lang/php52/Makefile ============================================================================== --- branches/RELENG_9_1_0/lang/php52/Makefile Mon Nov 26 21:15:46 2012 (r307799) +++ branches/RELENG_9_1_0/lang/php52/Makefile Mon Nov 26 21:23:25 2012 (r307800) @@ -7,7 +7,7 @@ PORTNAME= php52 PORTVERSION= 5.2.17 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions @@ -26,7 +26,7 @@ USE_BZIP2= yes MAKE_JOBS_SAFE= yes # BACKPORTS patch for lang/php52 and all php52-extensions -PATCHFILES= php52-backports-security-20120911.patch +PATCHFILES= php52-backports-security-20121114.patch PATCH_SITES+= http://php52-backports.googlecode.com/files/ .if !defined(PKGNAMESUFFIX) Modified: branches/RELENG_9_1_0/lang/php52/distinfo ============================================================================== --- branches/RELENG_9_1_0/lang/php52/distinfo Mon Nov 26 21:15:46 2012 (r307799) +++ branches/RELENG_9_1_0/lang/php52/distinfo Mon Nov 26 21:23:25 2012 (r307800) @@ -1,7 +1,7 @@ SHA256 (php-5.2.17.tar.bz2) = e81beb13ec242ab700e56f366e9da52fd6cf18961d155b23304ca870e53f116c SIZE (php-5.2.17.tar.bz2) = 9092312 -SHA256 (php52-backports-security-20120911.patch) = 4911e2a5abb72d0558b2baf07ff64ca054d71219bde183e41b591894fb7cb1f6 -SIZE (php52-backports-security-20120911.patch) = 356599 +SHA256 (php52-backports-security-20121114.patch) = 59dc139b9acf86bbb2e281696765de513c3bec7d43392a10b5f3b36a9881ab00 +SIZE (php52-backports-security-20121114.patch) = 410829 SHA256 (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 354ce451417d14ef47761ae55147e9cee30fa0ff6f59447da021194c539f4d7f SIZE (php-5.2.14-fpm-0.5.14-freebsd.patch.gz) = 43550 SHA256 (suhosin-patch-5.2.16-0.9.7.patch.gz) = aae115a318d80b3f32cedf876e7a8e4b932febb1b0c743c0b398003ebe122f91 Modified: branches/RELENG_9_1_0/security/vuxml/vuln.xml ============================================================================== --- branches/RELENG_9_1_0/security/vuxml/vuln.xml Mon Nov 26 21:15:46 2012 (r307799) +++ branches/RELENG_9_1_0/security/vuxml/vuln.xml Mon Nov 26 21:23:25 2012 (r307800) @@ -16660,7 +16660,7 @@ Note: Please add new entries to the beg php52 - 0 + 5.2.17_12 @@ -16679,11 +16679,6 @@ Note: Please add new entries to the beg

Paths with NULL in them (foo\0bar.txt) are now considered as invalid (CVE-2006-7243).

-
-

The php52 backports maintainer reports that this issue is unlikely - to be fixed in 5.2 due to design roadblocks. Users are strongly - encouraged to upgrade as soon as possible.

-
@@ -16694,7 +16689,7 @@ Note: Please add new entries to the beg 2010-12-10 2011-01-13 - 2012-09-19 + 2012-11-25
From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 21: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 E3E3AB65; Mon, 26 Nov 2012 21:29:19 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C91898FC08; Mon, 26 Nov 2012 21:29:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQLTJKC079316; Mon, 26 Nov 2012 21:29:19 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQLTJ83079314; Mon, 26 Nov 2012 21:29:19 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201211262129.qAQLTJ83079314@svn.freebsd.org> From: Florian Smeets Date: Mon, 26 Nov 2012 21:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307801 - head/lang/php53 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 21:29:20 -0000 Author: flo Date: Mon Nov 26 21:29:19 2012 New Revision: 307801 URL: http://svnweb.freebsd.org/changeset/ports/307801 Log: Update to 5.3.19 Feature safe: yes Modified: head/lang/php53/Makefile head/lang/php53/distinfo Modified: head/lang/php53/Makefile ============================================================================== --- head/lang/php53/Makefile Mon Nov 26 21:23:25 2012 (r307800) +++ head/lang/php53/Makefile Mon Nov 26 21:29:19 2012 (r307801) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php53 -PORTVERSION= 5.3.18 +PORTVERSION= 5.3.19 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} Modified: head/lang/php53/distinfo ============================================================================== --- head/lang/php53/distinfo Mon Nov 26 21:23:25 2012 (r307800) +++ head/lang/php53/distinfo Mon Nov 26 21:29:19 2012 (r307801) @@ -1,5 +1,5 @@ -SHA256 (php-5.3.18.tar.bz2) = f065deecb78abb8ef101e1098866024af4ca10cb30139608c9a18e40236f1a2f -SIZE (php-5.3.18.tar.bz2) = 11335289 +SHA256 (php-5.3.19.tar.bz2) = 814ce55b950158c4ddadbcd0b2d7d8cb4b570de4a29b9db021020594e2469fd6 +SIZE (php-5.3.19.tar.bz2) = 11359557 SHA256 (suhosin-patch-5.3.x-0.9.10.1.patch.gz) = 063c981679c3249030f3053f5232e97096deca446f32784f3e3727b45d742134 SIZE (suhosin-patch-5.3.x-0.9.10.1.patch.gz) = 40804 SHA256 (php-5.3.x-mail-header.patch) = 5a677448b32d9f592703e2323a33facdb45e5c237dcca04aaea8ec3287f7db84 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 21:30: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 9AB2CC48; Mon, 26 Nov 2012 21:30:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7FB148FC14; Mon, 26 Nov 2012 21:30:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQLU6iC079596; Mon, 26 Nov 2012 21:30:06 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQLU6QH079590; Mon, 26 Nov 2012 21:30:06 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211262130.qAQLU6QH079590@svn.freebsd.org> From: Bryan Drewery Date: Mon, 26 Nov 2012 21:30:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307802 - in head/games: megaglest megaglest-data megaglest/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 21:30:06 -0000 Author: bdrewery Date: Mon Nov 26 21:30:05 2012 New Revision: 307802 URL: http://svnweb.freebsd.org/changeset/ports/307802 Log: - Update megaglest and megaglest-data to 3.7.1 [1] - Convert to new options framework - Trim headers - Remove ABI versions from LIB_DEPENDS PR: ports/173921 [1] Submitted by: Rusty Nejdl (maintainer) [1] Feature safe: yes Added: head/games/megaglest/files/patch-source-shared_lib-CMakeLists.txt (contents, props changed) Modified: head/games/megaglest-data/Makefile head/games/megaglest-data/distinfo head/games/megaglest/Makefile head/games/megaglest/distinfo head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp Modified: head/games/megaglest-data/Makefile ============================================================================== --- head/games/megaglest-data/Makefile Mon Nov 26 21:29:19 2012 (r307801) +++ head/games/megaglest-data/Makefile Mon Nov 26 21:30:05 2012 (r307802) @@ -1,12 +1,8 @@ -# New ports collection makefile for: megaglest-data -# Date created: 2010-11-12 -# Whom: Sven Moeller -# +# Created by: Sven Moeller # $FreeBSD$ -# PORTNAME= megaglest -PORTVERSION= 3.6.0.3 +PORTVERSION= 3.7.1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}/ PKGNAMESUFFIX= -data Modified: head/games/megaglest-data/distinfo ============================================================================== --- head/games/megaglest-data/distinfo Mon Nov 26 21:29:19 2012 (r307801) +++ head/games/megaglest-data/distinfo Mon Nov 26 21:30:05 2012 (r307802) @@ -1,2 +1,2 @@ -SHA256 (megaglest-data-3.6.0.3.tar.xz) = 2a9f0293565a5ec56714b2f73f63e02b807478dce78251cedeeb25b57afb962e -SIZE (megaglest-data-3.6.0.3.tar.xz) = 192795104 +SHA256 (megaglest-data-3.7.1.tar.xz) = e31a84d32e35bd1b96ebba55188d05099411497dae4bad2ece9cb0cea5723b0d +SIZE (megaglest-data-3.7.1.tar.xz) = 191777052 Modified: head/games/megaglest/Makefile ============================================================================== --- head/games/megaglest/Makefile Mon Nov 26 21:29:19 2012 (r307801) +++ head/games/megaglest/Makefile Mon Nov 26 21:30:05 2012 (r307802) @@ -1,12 +1,8 @@ -# New ports collection makefile for: megaglest -# Date created: 2011-02-10 -# Whom: Sven Moeller -# +# Created by: Sven Moeller # $FreeBSD$ -# PORTNAME= megaglest -PORTVERSION= 3.6.0.3 +PORTVERSION= 3.7.1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} @@ -14,12 +10,12 @@ DISTNAME= ${PORTNAME}-source-${PORTVERSI MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Open source 3D real-time strategy game -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ + jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ - ftgl.2:${PORTSDIR}/graphics/ftgl \ - vorbis.4:${PORTSDIR}/audio/libvorbis + xerces-c:${PORTSDIR}/textproc/xerces-c2 \ + ftgl:${PORTSDIR}/graphics/ftgl \ + vorbis:${PORTSDIR}/audio/libvorbis BUILD_DEPENDS= ${LOCALBASE}/include/libircclient.h:${PORTSDIR}/irc/libircclient \ ${LOCALBASE}/include/miniupnpc/miniupnpc.h:${PORTSDIR}/net/miniupnpc RUN_DEPENDS= ${DATADIR}/tutorials/2_basic_tutorial/2_basic_tutorial.xml:${PORTSDIR}/games/megaglest-data @@ -39,11 +35,12 @@ MAKE_JOBS_SAFE= yes CFLAGS+= -I${LOCALBASE}/include/libpng15 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -OPTIONS= EDITOR "Install MegaGlest Editor" off +OPTIONS_DEFINE= EDITOR +EDITOR_DESC= Install MegaGlest Editor .include -.if defined(WITH_EDITOR) +.if ${PORT_OPTIONS:MEDITOR} PLIST_SUB+= EDITOR="" .else PLIST_SUB+= EDITOR="@comment " @@ -66,7 +63,7 @@ do-install: .for f in AUTHORS.source_code.txt CHANGELOG.txt README.txt COPYRIGHT.source_code.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor -.if defined(WITH_EDITOR) +.if ${PORT_OPTIONS:MEDITOR} ${INSTALL_PROGRAM} ${WRKSRC}/mk/linux/megaglest_editor ${PREFIX}/bin/megaglest_editor .endif Modified: head/games/megaglest/distinfo ============================================================================== --- head/games/megaglest/distinfo Mon Nov 26 21:29:19 2012 (r307801) +++ head/games/megaglest/distinfo Mon Nov 26 21:30:05 2012 (r307802) @@ -1,2 +1,2 @@ -SHA256 (megaglest-source-3.6.0.3.tar.xz) = 700b1eef534d72fa5efd329445aa085259a87dcea5e739eda629e6c41386b9f7 -SIZE (megaglest-source-3.6.0.3.tar.xz) = 1336432 +SHA256 (megaglest-source-3.7.1.tar.xz) = 0222196c6a274cfd1b5fd074206a6bedcf3da4f343345f3e2682e704f94adc26 +SIZE (megaglest-source-3.7.1.tar.xz) = 1439864 Added: head/games/megaglest/files/patch-source-shared_lib-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/megaglest/files/patch-source-shared_lib-CMakeLists.txt Mon Nov 26 21:30:05 2012 (r307802) @@ -0,0 +1,11 @@ +--- source/shared_lib/CMakeLists.txt.orig 2012-11-25 00:19:10.000000000 +0000 ++++ source/shared_lib/CMakeLists.txt 2012-11-25 00:12:01.000000000 +0000 +@@ -124,7 +124,7 @@ + FIND_PACKAGE(LUA REQUIRED) + INCLUDE_DIRECTORIES(${LUA_INCLUDE_DIR}) + IF(UNIX) +- SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${LUA_LIBRARIES} "libdl.so") ++ SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${LUA_LIBRARIES} ${CMAKE_DL_LIBS}) + ENDIF() + # ENDIF() + Modified: head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp ============================================================================== --- head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp Mon Nov 26 21:29:19 2012 (r307801) +++ head/games/megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp Mon Nov 26 21:30:05 2012 (r307802) @@ -1,13 +1,13 @@ ---- source/shared_lib/sources/platform/posix/ircclient.cpp 2012-01-23 14:36:15.000000000 -0600 -+++ source/shared_lib/sources/platform/posix/ircclient.cpp.new 2012-06-24 09:51:37.000000000 -0500 +--- source/shared_lib/sources/platform/posix/ircclient.cpp 2012-11-10 03:22:28.000000000 -0600 ++++ source/shared_lib/sources/platform/posix/ircclient.cpp.new 2012-11-20 11:51:10.000000000 -0600 @@ -14,11 +14,7 @@ #include "util.h" #include "platform_common.h" - #include "libircclient.h" + #include - -// upstream moved some defines into new headers as of 1.6 -#ifndef LIBIRCCLIENT_PRE1_6 - #include "libirc_rfcnumeric.h" + #include -#endif #include From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 22:11: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 C884094F; Mon, 26 Nov 2012 22:11:45 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AC2928FC15; Mon, 26 Nov 2012 22:11:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQMBjA5087053; Mon, 26 Nov 2012 22:11:45 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQMBjdN087050; Mon, 26 Nov 2012 22:11:45 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201211262211.qAQMBjdN087050@svn.freebsd.org> From: Ryan Steinmetz Date: Mon, 26 Nov 2012 22:11:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307803 - head/devel/p5-Iterator X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 22:11:45 -0000 Author: zi Date: Mon Nov 26 22:11:45 2012 New Revision: 307803 URL: http://svnweb.freebsd.org/changeset/ports/307803 Log: - Try to remove Iterator directory instead of assuming it is empty - Bump PORTREVISION Feature safe: yes Modified: head/devel/p5-Iterator/Makefile head/devel/p5-Iterator/pkg-plist Modified: head/devel/p5-Iterator/Makefile ============================================================================== --- head/devel/p5-Iterator/Makefile Mon Nov 26 21:30:05 2012 (r307802) +++ head/devel/p5-Iterator/Makefile Mon Nov 26 22:11:45 2012 (r307803) @@ -7,6 +7,7 @@ PORTNAME= Iterator PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Iterator/pkg-plist ============================================================================== --- head/devel/p5-Iterator/pkg-plist Mon Nov 26 21:30:05 2012 (r307802) +++ head/devel/p5-Iterator/pkg-plist Mon Nov 26 22:11:45 2012 (r307803) @@ -1,3 +1,3 @@ %%SITE_PERL%%/Iterator.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 22:18: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 0D00DC76; Mon, 26 Nov 2012 22:18:50 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E66468FC0C; Mon, 26 Nov 2012 22:18:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQMInQG088491; Mon, 26 Nov 2012 22:18:49 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQMInth088484; Mon, 26 Nov 2012 22:18:49 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201211262218.qAQMInth088484@svn.freebsd.org> From: Ryan Steinmetz Date: Mon, 26 Nov 2012 22:18:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307804 - in head/devel: . p5-Iterator-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 22:18:50 -0000 Author: zi Date: Mon Nov 26 22:18:49 2012 New Revision: 307804 URL: http://svnweb.freebsd.org/changeset/ports/307804 Log: New port: devel/p5-Iterator-Simple: Another general-purpose iterator utility that is simple, fast and powerful. WWW: http://search.cpan.org/~rintaro/Iterator-Simple/ Feature safe: yes Added: head/devel/p5-Iterator-Simple/ head/devel/p5-Iterator-Simple/Makefile (contents, props changed) head/devel/p5-Iterator-Simple/distinfo (contents, props changed) head/devel/p5-Iterator-Simple/pkg-descr (contents, props changed) head/devel/p5-Iterator-Simple/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 26 22:11:45 2012 (r307803) +++ head/devel/Makefile Mon Nov 26 22:18:49 2012 (r307804) @@ -2069,6 +2069,7 @@ SUBDIR += p5-Iterator SUBDIR += p5-Iterator-IO SUBDIR += p5-Iterator-Misc + SUBDIR += p5-Iterator-Simple SUBDIR += p5-Iterator-Util SUBDIR += p5-JIRA-Client SUBDIR += p5-JQuery Added: head/devel/p5-Iterator-Simple/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Iterator-Simple/Makefile Mon Nov 26 22:18:49 2012 (r307804) @@ -0,0 +1,17 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= Iterator-Simple +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Simple iterator and utilities + +PERL_CONFIGURE= yes + +MAN3= Iterator::Simple.3 + +.include Added: head/devel/p5-Iterator-Simple/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Iterator-Simple/distinfo Mon Nov 26 22:18:49 2012 (r307804) @@ -0,0 +1,2 @@ +SHA256 (Iterator-Simple-0.05.tar.gz) = 33e4a102e5f47647d2522478432ffa4ce5aab83633058b3f0f8449c2203eeb11 +SIZE (Iterator-Simple-0.05.tar.gz) = 19614 Added: head/devel/p5-Iterator-Simple/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Iterator-Simple/pkg-descr Mon Nov 26 22:18:49 2012 (r307804) @@ -0,0 +1,3 @@ +Another general-purpose iterator utility that is simple, fast and powerful. + +WWW: http://search.cpan.org/~rintaro/Iterator-Simple/ Added: head/devel/p5-Iterator-Simple/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Iterator-Simple/pkg-plist Mon Nov 26 22:18:49 2012 (r307804) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Iterator/Simple.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator/Simple/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iterator +@dirrmtry %%SITE_PERL%%/Iterator From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 22:26: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 34700278; Mon, 26 Nov 2012 22:26:02 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 198058FC14; Mon, 26 Nov 2012 22:26:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQMQ1mC090154; Mon, 26 Nov 2012 22:26:01 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQMQ1pM090148; Mon, 26 Nov 2012 22:26:01 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201211262226.qAQMQ1pM090148@svn.freebsd.org> From: Ryan Steinmetz Date: Mon, 26 Nov 2012 22:26:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307805 - in head/devel: . p5-DateTime-Cron-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 22:26:02 -0000 Author: zi Date: Mon Nov 26 22:26:01 2012 New Revision: 307805 URL: http://svnweb.freebsd.org/changeset/ports/307805 Log: New port: devel/p5-DateTime-Cron-Simple: This module is a quick and dirty way to determine if a cron time format is valid for the current date and time. WWW: http://search.cpan.org/dist/DateTime-Cron-Simple Feature safe: yes Added: head/devel/p5-DateTime-Cron-Simple/ head/devel/p5-DateTime-Cron-Simple/Makefile (contents, props changed) head/devel/p5-DateTime-Cron-Simple/distinfo (contents, props changed) head/devel/p5-DateTime-Cron-Simple/pkg-descr (contents, props changed) head/devel/p5-DateTime-Cron-Simple/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 26 22:18:49 2012 (r307804) +++ head/devel/Makefile Mon Nov 26 22:26:01 2012 (r307805) @@ -1693,6 +1693,7 @@ SUBDIR += p5-DateTime-Calendar-Julian SUBDIR += p5-DateTime-Calendar-Mayan SUBDIR += p5-DateTime-Calendar-Pataphysical + SUBDIR += p5-DateTime-Cron-Simple SUBDIR += p5-DateTime-Event-Chinese SUBDIR += p5-DateTime-Event-Cron SUBDIR += p5-DateTime-Event-Easter Added: head/devel/p5-DateTime-Cron-Simple/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DateTime-Cron-Simple/Makefile Mon Nov 26 22:26:01 2012 (r307805) @@ -0,0 +1,17 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= DateTime-Cron-Simple +PORTVERSION= 0.2 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Parse a cron entry and check against current time + +PERL_CONFIGURE= yes + +MAN3= DateTime::Cron::Simple.3 + +.include Added: head/devel/p5-DateTime-Cron-Simple/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DateTime-Cron-Simple/distinfo Mon Nov 26 22:26:01 2012 (r307805) @@ -0,0 +1,2 @@ +SHA256 (DateTime-Cron-Simple-0.2.tar.gz) = d9a6b9450550d657714b105c151d7b949da3f81fc38ac9da19cbac04e0130012 +SIZE (DateTime-Cron-Simple-0.2.tar.gz) = 2469 Added: head/devel/p5-DateTime-Cron-Simple/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DateTime-Cron-Simple/pkg-descr Mon Nov 26 22:26:01 2012 (r307805) @@ -0,0 +1,4 @@ +This module is a quick and dirty way to determine if a cron time format +is valid for the current date and time. + +WWW: http://search.cpan.org/dist/DateTime-Cron-Simple Added: head/devel/p5-DateTime-Cron-Simple/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-DateTime-Cron-Simple/pkg-plist Mon Nov 26 22:26:01 2012 (r307805) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/DateTime/Cron/Simple.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Cron/Simple/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Cron/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Cron +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime +@dirrmtry %%SITE_PERL%%/DateTime/Cron +@dirrmtry %%SITE_PERL%%/DateTime From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 22:37: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 81B48793; Mon, 26 Nov 2012 22:37:01 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 67AAF8FC13; Mon, 26 Nov 2012 22:37:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQMb1nx092616; Mon, 26 Nov 2012 22:37:01 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQMb1Vn092609; Mon, 26 Nov 2012 22:37:01 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201211262237.qAQMb1Vn092609@svn.freebsd.org> From: Ryan Steinmetz Date: Mon, 26 Nov 2012 22:37:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307806 - in head/devel: . p5-Data-Diver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 22:37:01 -0000 Author: zi Date: Mon Nov 26 22:37:00 2012 New Revision: 307806 URL: http://svnweb.freebsd.org/changeset/ports/307806 Log: New port: devel/p5-Data-Diver: Data::Diver provides the Dive() and DiveVal() functions for ad-hoc access to elements of deeply nested data structures, and the DiveRef(), DiveError(), DiveClear(), and DiveDie() support functions. WWW: http://search.cpan.org/dist/Data-Diver Feature safe: yes Added: head/devel/p5-Data-Diver/ head/devel/p5-Data-Diver/Makefile (contents, props changed) head/devel/p5-Data-Diver/distinfo (contents, props changed) head/devel/p5-Data-Diver/pkg-descr (contents, props changed) head/devel/p5-Data-Diver/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Nov 26 22:26:01 2012 (r307805) +++ head/devel/Makefile Mon Nov 26 22:37:00 2012 (r307806) @@ -1598,6 +1598,7 @@ SUBDIR += p5-Data-ClearSilver-HDF SUBDIR += p5-Data-Clone SUBDIR += p5-Data-Compare + SUBDIR += p5-Data-Diver SUBDIR += p5-Data-Domain SUBDIR += p5-Data-Dump SUBDIR += p5-Data-Dump-Streamer Added: head/devel/p5-Data-Diver/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Diver/Makefile Mon Nov 26 22:37:00 2012 (r307806) @@ -0,0 +1,18 @@ +# Created by: Ryan Steinmetz +# $FreeBSD$ + +PORTNAME= Data-Diver +PORTVERSION= 1.0101 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +EXTRACT_SUFX= .tgz + +MAINTAINER= perl@FreeBSD.org +COMMENT= Simple, ad-hoc access to elements of deeply nested structures + +PERL_CONFIGURE= yes + +MAN3= Data::Diver.3 + +.include Added: head/devel/p5-Data-Diver/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Diver/distinfo Mon Nov 26 22:37:00 2012 (r307806) @@ -0,0 +1,2 @@ +SHA256 (Data-Diver-1.0101.tgz) = 3b413cdc29d91c91102628eb9b48e65a6827afe5441a46ad4d602e254945b24d +SIZE (Data-Diver-1.0101.tgz) = 7620 Added: head/devel/p5-Data-Diver/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Diver/pkg-descr Mon Nov 26 22:37:00 2012 (r307806) @@ -0,0 +1,5 @@ +Data::Diver provides the Dive() and DiveVal() functions for ad-hoc access to +elements of deeply nested data structures, and the DiveRef(), DiveError(), +DiveClear(), and DiveDie() support functions. + +WWW: http://search.cpan.org/dist/Data-Diver Added: head/devel/p5-Data-Diver/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Data-Diver/pkg-plist Mon Nov 26 22:37:00 2012 (r307806) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Data/Diver.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Diver/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Diver +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data +@dirrmtry %%SITE_PERL%%/Data From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 22:43: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 683EE9B8; Mon, 26 Nov 2012 22:43:26 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3D18FC0C; Mon, 26 Nov 2012 22:43:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQMhQs3094141; Mon, 26 Nov 2012 22:43:26 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQMhPvM094132; Mon, 26 Nov 2012 22:43:25 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211262243.qAQMhPvM094132@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 26 Nov 2012 22:43:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307807 - in head: databases/tdbc devel/combat devel/tcl-signal devel/tcllib devel/tkcon irc/roxirc lang/tcl86 x11-toolkits/gnocl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 22:43:26 -0000 Author: gahr Date: Mon Nov 26 22:43:25 2012 New Revision: 307807 URL: http://svnweb.freebsd.org/changeset/ports/307807 Log: - Update maintainership of my Tcl/Tk ports to tcltk@ - Trim Makefile headers Feature safe: yes Modified: head/databases/tdbc/Makefile head/devel/combat/Makefile (contents, props changed) head/devel/tcl-signal/Makefile head/devel/tcllib/Makefile (contents, props changed) head/devel/tkcon/Makefile (contents, props changed) head/irc/roxirc/Makefile (contents, props changed) head/lang/tcl86/Makefile head/x11-toolkits/gnocl/Makefile Modified: head/databases/tdbc/Makefile ============================================================================== --- head/databases/tdbc/Makefile Mon Nov 26 22:37:00 2012 (r307806) +++ head/databases/tdbc/Makefile Mon Nov 26 22:43:25 2012 (r307807) @@ -8,7 +8,7 @@ CATEGORIES= databases MASTER_SITES= http://tdbc.tcl.tk/index.cgi/tarball/ DISTFILES= ${PORTNAME:U}-${FOSSIL_HASH}.${EXTRACT_SUFX}?uuid=${FOSSIL_HASH} -MAINTAINER= gahr@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= The common database access interface for Tcl OPTIONS_DEFINE= MYSQL PGSQL SQLITE ODBC Modified: head/devel/combat/Makefile ============================================================================== --- head/devel/combat/Makefile Mon Nov 26 22:37:00 2012 (r307806) +++ head/devel/combat/Makefile Mon Nov 26 22:43:25 2012 (r307807) @@ -1,16 +1,12 @@ -# New ports collection Makefile for: combat -# Date created: 24 February 2012 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= combat PORTVERSION= 0.8.1 CATEGORIES= devel MASTER_SITES= http://www.fpx.de/Combat/download/ -MAINTAINER= gahr@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= A CORBA ORB implementation in Tcl LICENSE= BSD Modified: head/devel/tcl-signal/Makefile ============================================================================== --- head/devel/tcl-signal/Makefile Mon Nov 26 22:37:00 2012 (r307806) +++ head/devel/tcl-signal/Makefile Mon Nov 26 22:43:25 2012 (r307807) @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= http://www.nyx.net/~mschwart/ DISTNAME= signal_ext${PORTVERSION:R:R} -MAINTAINER= gahr@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Dynamically loadable signal handling for Tcl/Tk scripts USE_TCL= yes Modified: head/devel/tcllib/Makefile ============================================================================== --- head/devel/tcllib/Makefile Mon Nov 26 22:37:00 2012 (r307806) +++ head/devel/tcllib/Makefile Mon Nov 26 22:43:25 2012 (r307807) @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= devel tcl MASTER_SITES= SF -MAINTAINER= gahr@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= A collection of utility modules for Tcl USE_TCL_BUILD= 82+ Modified: head/devel/tkcon/Makefile ============================================================================== --- head/devel/tkcon/Makefile Mon Nov 26 22:37:00 2012 (r307806) +++ head/devel/tkcon/Makefile Mon Nov 26 22:43:25 2012 (r307807) @@ -1,16 +1,12 @@ -# New ports collection makefile for: tkcon -# Date created: 28 Jun 1999 -# Whom: wghicks@bellsouth.net -# +# Created by: wghicks@bellsouth.net # $FreeBSD$ -# PORTNAME= tkcon PORTVERSION= 2.5 CATEGORIES= devel tcl tk MASTER_SITES= SF -MAINTAINER= gahr@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= Tk console for Tcl NO_BUILD= yes Modified: head/irc/roxirc/Makefile ============================================================================== --- head/irc/roxirc/Makefile Mon Nov 26 22:37:00 2012 (r307806) +++ head/irc/roxirc/Makefile Mon Nov 26 22:43:25 2012 (r307807) @@ -1,9 +1,5 @@ -# New ports collection makefile for: roxirc -# Date created: Mar 15 1999 -# Whom: rox@fearme.com -# +# Created by: rox@fearme.com # $FreeBSD$ -# PORTNAME= roxirc PORTVERSION= 2.0 @@ -11,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= irc tk MASTER_SITES= http://roxirc.lighter.net/download/ -MAINTAINER= gahr@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= A tcl/tk irc client USE_TK= yes Modified: head/lang/tcl86/Makefile ============================================================================== --- head/lang/tcl86/Makefile Mon Nov 26 22:37:00 2012 (r307806) +++ head/lang/tcl86/Makefile Mon Nov 26 22:43:25 2012 (r307807) @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR=tcl8_6 PKGNAMESUFFIX?= ${THREADS_SUFFIX}${PKGNAMESUFFIX2} DISTNAME= ${PORTNAME}${PORTVERSION:S/.b.3/b3/}-src -MAINTAINER= gahr@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT?= Tool Command Language LICENSE= BSD Modified: head/x11-toolkits/gnocl/Makefile ============================================================================== --- head/x11-toolkits/gnocl/Makefile Mon Nov 26 22:37:00 2012 (r307806) +++ head/x11-toolkits/gnocl/Makefile Mon Nov 26 22:43:25 2012 (r307807) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnocl -# Date created: 15 August 2003 -# Whom: Stephane Legrand -# +# Created by: Stephane Legrand # $FreeBSD$ -# PORTNAME= gnocl DISTVERSION= ${BASE_VERSION}-${NIGHTLY_BUILD} @@ -11,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= x11-toolkits devel MASTER_SITES= SF/${PORTNAME}/Gnocl-Nightly-Build/ -MAINTAINER= gahr@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= GTK+ and Gnome extension for Tcl LIB_DEPENDS= canberra.0:${PORTSDIR}/audio/libcanberra \ From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 22:57:08 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 20A05EC0; Mon, 26 Nov 2012 22:57:08 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E0F0C8FC15; Mon, 26 Nov 2012 22:57:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQMv7r1096646; Mon, 26 Nov 2012 22:57:07 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQMv7mw096643; Mon, 26 Nov 2012 22:57:07 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201211262257.qAQMv7mw096643@svn.freebsd.org> From: TAKATSU Tomonari Date: Mon, 26 Nov 2012 22:57:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307808 - head/security/R-cran-digest X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 22:57:08 -0000 Author: tota Date: Mon Nov 26 22:57:07 2012 New Revision: 307808 URL: http://svnweb.freebsd.org/changeset/ports/307808 Log: - Update to 0.6.0 - Convert to new Makefile header - Trim WWW: line in pkg-descr Feature safe: yes Modified: head/security/R-cran-digest/Makefile head/security/R-cran-digest/distinfo head/security/R-cran-digest/pkg-descr Modified: head/security/R-cran-digest/Makefile ============================================================================== --- head/security/R-cran-digest/Makefile Mon Nov 26 22:43:25 2012 (r307807) +++ head/security/R-cran-digest/Makefile Mon Nov 26 22:57:07 2012 (r307808) @@ -1,13 +1,8 @@ -# New ports collection makefile for: R-cran-digest -# Date created: 2011-09-04 -# Whom: TAKATSU Tomonari -# +# Created by: TAKATSU Tomonari # $FreeBSD$ -# PORTNAME= digest -PORTVERSION= 0.5.2 -PORTREVISION= 2 +PORTVERSION= 0.6.0 CATEGORIES= security DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/security/R-cran-digest/distinfo ============================================================================== --- head/security/R-cran-digest/distinfo Mon Nov 26 22:43:25 2012 (r307807) +++ head/security/R-cran-digest/distinfo Mon Nov 26 22:57:07 2012 (r307808) @@ -1,2 +1,2 @@ -SHA256 (digest_0.5.2.tar.gz) = 96918ae00afe5e73ca00b9b7b5a6e0041f18e4d312d80cf078e8d833b615b54d -SIZE (digest_0.5.2.tar.gz) = 41787 +SHA256 (digest_0.6.0.tar.gz) = 21329a4dc9d06a25427cfccf2af14bcde4bb2b49fefac24399cedffeef83be7e +SIZE (digest_0.6.0.tar.gz) = 55260 Modified: head/security/R-cran-digest/pkg-descr ============================================================================== --- head/security/R-cran-digest/pkg-descr Mon Nov 26 22:43:25 2012 (r307807) +++ head/security/R-cran-digest/pkg-descr Mon Nov 26 22:57:07 2012 (r307808) @@ -12,4 +12,4 @@ zlib library is used. Please note that t to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as OpenSSL should be used. -WWW: http://cran.r-project.org/web/packages/digest/ +WWW: http://cran.r-project.org/web/packages/digest/ From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 23:17: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 3914844D; Mon, 26 Nov 2012 23:17:04 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1D9A18FC17; Mon, 26 Nov 2012 23:17:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQNH4ah001057; Mon, 26 Nov 2012 23:17:04 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQNH3ok001049; Mon, 26 Nov 2012 23:17:03 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201211262317.qAQNH3ok001049@svn.freebsd.org> From: Guido Falsi Date: Mon, 26 Nov 2012 23:17:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307809 - in head/x11-clocks/dclock: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 23:17:04 -0000 Author: madpilot Date: Mon Nov 26 23:17:03 2012 New Revision: 307809 URL: http://svnweb.freebsd.org/changeset/ports/307809 Log: - Update to 2.2.2 - Update MASTER_SITE and WWW - Add XFT support - Trim Makefile headers PR: ports/172513 Submitted by: KATO Tsuguru Feature safe: yes Added: head/x11-clocks/dclock/files/patch-DclockP.h (contents, props changed) head/x11-clocks/dclock/files/patch-_dclock.c (contents, props changed) Deleted: head/x11-clocks/dclock/pkg-plist Modified: head/x11-clocks/dclock/Makefile (contents, props changed) head/x11-clocks/dclock/distinfo (contents, props changed) head/x11-clocks/dclock/files/patch-Dclock.ad (contents, props changed) head/x11-clocks/dclock/files/patch-Dclock.c (contents, props changed) head/x11-clocks/dclock/pkg-descr (contents, props changed) Modified: head/x11-clocks/dclock/Makefile ============================================================================== --- head/x11-clocks/dclock/Makefile Mon Nov 26 22:57:07 2012 (r307808) +++ head/x11-clocks/dclock/Makefile Mon Nov 26 23:17:03 2012 (r307809) @@ -1,61 +1,72 @@ -# New ports collection makefile for: dclock -# Date created: 15 Aug 1996 -# Whom: David Leonard -# +# Created by: David Leonard # $FreeBSD$ -# PORTNAME= dclock -PORTVERSION= 2.1.2.8 -PORTREVISION= 5 +PORTVERSION= 2.2.2 CATEGORIES= x11-clocks -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/d/dclock -DISTNAME= dclock_2.1.2.orig - -PATCH_SITES= ${MASTER_SITE_DEBIAN:S,%SUBDIR%,pool/main/d/dclock,} -PATCHFILES= dclock_2.1.2-8.diff.gz -PATCH_DIST_STRIP= -p1 +MASTER_SITES= http://opencircuitdesign.com/~tim/programs/dclock/archive/ +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A 7-segment digital clock with some optional features -USE_IMAKE= yes -USE_XORG= ice sm x11 xext xt +OPTIONS_DEFINE= SOX XFT DOCS +OPTIONS_DEFAULT=SOX XFT +SOX_DESC= Install SOX to play audio -WRKSRC= ${WRKDIR}/dclock -MAN1= dclock.1 +WRKSRC= ${WRKDIR}/${PORTNAME} -OPTIONS_DEFINE= SOX -SOX_DESC= Install SOX to play audio -OPTIONS_DEFAULT= SOX +USE_XORG= x11 xt +USE_PKGCONFIG= build -.include +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXt -lm + +MAN1= dclock.1 +PORTDOCS= README TODO +PLIST_FILES= bin/dclock \ + lib/X11/app-defaults/DClock \ + %%DATADIR%%/sounds/bell.wav \ + %%DATADIR%%/sounds/digital.wav +PLIST_DIRS= %%DATADIR%%/sounds \ + %%DATADIR%% + +.include .if ${PORT_OPTIONS:MSOX} RUN_DEPENDS+= play:${PORTSDIR}/audio/sox .endif +.if ${PORT_OPTIONS:MXFT} +USE_XORG+= xft +CPPFLAGS+= $$(freetype-config --cflags) -DXFT_SUPPORT +LDFLAGS+= $$(freetype-config --libs) -lXft +.endif + post-patch: - @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ - -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/Dclock.c \ - ${WRKSRC}/Dclock.ad \ - ${WRKSRC}/dclock.1 - @${MV} ${WRKSRC}/dclock.1 ${WRKSRC}/dclock.man - -post-install: - ${INSTALL_DATA} ${WRKSRC}/Dclock.ad ${PREFIX}/lib/X11/app-defaults/DClock - ${MKDIR} ${DATADIR}/sounds -.for f in bell.wav digital.wav - ${INSTALL_DATA} ${WRKSRC}/sounds/${f} ${DATADIR}/sounds +.for i in Dclock.c Dclock.ad dclock.1 + @${REINPLACE_CMD} -e \ + 's|%%DATADIR%%|${DATADIR}| ; \ + s|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/${i} .endfor + +do-build: + (cd ${WRKSRC} \ + && ${CC} ${CFLAGS} ${CPPFLAGS} *.c -o ${PORTNAME} ${LDFLAGS}) + +do-install: + (cd ${WRKSRC} \ + && ${INSTALL_PROGRAM} dclock ${PREFIX}/bin \ + && ${INSTALL_MAN} dclock.1 ${MANPREFIX}/man/man1 \ + && ${INSTALL_DATA} Dclock.ad \ + ${PREFIX}/lib/X11/app-defaults/DClock) + @${MKDIR} ${DATADIR}/sounds + (cd ${WRKSRC}/sounds && ${INSTALL_DATA} *.wav ${DATADIR}/sounds) .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -.for f in README TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + @${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + (cd ${WRKSRC} && ${INSTALL_DATA} ${f} ${DOCSDIR}) .endfor - ${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DOCSDIR}/changelog.Debian .endif -.include +.include Modified: head/x11-clocks/dclock/distinfo ============================================================================== --- head/x11-clocks/dclock/distinfo Mon Nov 26 22:57:07 2012 (r307808) +++ head/x11-clocks/dclock/distinfo Mon Nov 26 23:17:03 2012 (r307809) @@ -1,4 +1,2 @@ -SHA256 (dclock_2.1.2.orig.tar.gz) = e613b2ea01e7bc41c1ae76b2ae7a5ad81805e2aba29c0e843fa2f9b28518136e -SIZE (dclock_2.1.2.orig.tar.gz) = 51418 -SHA256 (dclock_2.1.2-8.diff.gz) = 52fb10719e998ace55676c665f5b6eba348f3d8f6083c636942a145edfb0334b -SIZE (dclock_2.1.2-8.diff.gz) = 5247 +SHA256 (dclock-2.2.2.tgz) = af329ecf8e1a27defc8f060b94219bd054e79a7dc53e508b79265bcfbc380021 +SIZE (dclock-2.2.2.tgz) = 65429 Modified: head/x11-clocks/dclock/files/patch-Dclock.ad ============================================================================== --- head/x11-clocks/dclock/files/patch-Dclock.ad Mon Nov 26 22:57:07 2012 (r307808) +++ head/x11-clocks/dclock/files/patch-Dclock.ad Mon Nov 26 23:17:03 2012 (r307809) @@ -1,6 +1,6 @@ ---- Dclock.ad.orig Sun Dec 18 00:18:10 2005 -+++ Dclock.ad Sun Dec 18 00:20:00 2005 -@@ -1,14 +1,14 @@ +--- Dclock.ad.orig 2008-07-03 14:39:21.000000000 +0900 ++++ Dclock.ad 2012-09-27 19:01:16.000000000 +0900 +@@ -1,13 +1,13 @@ ! sample dclock defaults -dclock*geometry: 240x87+271+5 -dclock*foreground: chartreuse @@ -10,21 +10,19 @@ -dclock*borderWidth: 2 -dclock*widthFactor: 0.143 -dclock*spaceFactor: 0.062 --dclock*bellFile: /usr/share/sounds/bell.wav --dclock*alarmFile: /usr/share/sounds/digital.wav +-dclock*bellFile: /usr/share/sound/bell.wav +-dclock*alarmFile: /usr/share/sound/digital.wav -dclock*font: *helvetica-medium-r-normal--14* -dclock*audioPlay: /usr/bin/play --dclock.input: true -+*geometry: 240x87+271+5 -+*foreground: chartreuse -+*background: DarkSlateGray -+*led_off: DarkGreen -+*borderColor: white -+*borderWidth: 2 -+*widthFactor: 0.143 -+*spaceFactor: 0.062 -+*bellFile: %%DATADIR%%/sounds/bell.wav -+*alarmFile: %%DATADIR%%/sounds/digital.wav -+*font: *helvetica-medium-r-normal--14* -+*audioPlay: %%LOCALBASE%%/bin/play -+.input: true ++*geometry: 240x87+271+5 ++*foreground: chartreuse ++*background: DarkSlateGray ++*led_off: DarkGreen ++*borderColor: white ++*borderWidth: 2 ++*widthFactor: 0.143 ++*spaceFactor: 0.062 ++*bellFile: %%DATADIR%%/sound/bell.wav ++*alarmFile: %%DATADIR%%/sound/digital.wav ++*font: *helvetica-medium-r-normal--14* ++*audioPlay: %%LOCALBASE%%/bin/play Modified: head/x11-clocks/dclock/files/patch-Dclock.c ============================================================================== --- head/x11-clocks/dclock/files/patch-Dclock.c Mon Nov 26 22:57:07 2012 (r307808) +++ head/x11-clocks/dclock/files/patch-Dclock.c Mon Nov 26 23:17:03 2012 (r307809) @@ -1,18 +1,37 @@ ---- Dclock.c.orig Sat Dec 17 23:46:28 2005 -+++ Dclock.c Sat Dec 17 23:47:28 2005 -@@ -9,9 +9,9 @@ - #include +--- Dclock.c.orig 2008-07-08 13:00:35.000000000 +0900 ++++ Dclock.c 2012-10-08 00:49:08.000000000 +0900 +@@ -8,10 +8,10 @@ + #include #include #include -#include +#include + #include #include -#include +#include #include #include #include -@@ -171,7 +171,7 @@ +@@ -66,7 +66,7 @@ + static int old_digs[4]; + static struct tm before; + static char *saved_date; +-static cur_position; /* outline current digit for setting alarm */ ++static int cur_position; /* outline current digit for setting alarm */ + static struct { int hrs, mins; } Alarm; + static int TopOffset = 0; + +@@ -165,7 +165,7 @@ + XtOffset(DclockWidget,dclock.font), XtRString, "fixed"}, + #ifdef XFT_SUPPORT + { XftNfontName, "fontName", XtRString, sizeof(String), +- XtOffset(DclockWidget,dclock.xftfontname), XtRString, "charter"}, ++ XtOffset(DclockWidget,dclock.xftfontname), XtRString, NULL}, + #endif + { XtNangle, "Slope", XtRFloat, sizeof(float), + XtOffset(DclockWidget,dclock.angle), XtRFloat, (caddr_t)&sslope}, +@@ -182,7 +182,7 @@ { XtNbellFile, "bellFile", XtRString, sizeof(String), XtOffset(DclockWidget,dclock.bellfile), XtRString, (String)NULL}, { XtNaudioPlay, "audioPlay", XtRString, sizeof(String), @@ -21,3 +40,356 @@ }; /* Define the Dclock widget */ +@@ -235,7 +235,7 @@ + * These stipples give different densities for the + * different stages of fading. + */ +-static unsigned char stpl_1_8th[] = ++static char stpl_1_8th[] = + { + 0x80, 0x80, 0x08, 0x08, 0x80, 0x80, 0x08, 0x08, + 0x80, 0x80, 0x08, 0x08, 0x80, 0x80, 0x08, 0x08, +@@ -243,7 +243,7 @@ + 0x80, 0x80, 0x08, 0x08, 0x80, 0x80, 0x08, 0x08 + }; + +-static unsigned char stpl_1_4th[] = ++static char stpl_1_4th[] = + { + 0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22, + 0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22, +@@ -251,7 +251,7 @@ + 0x88, 0x88, 0x22, 0x22, 0x88, 0x88, 0x22, 0x22 + }; + +-static unsigned char stpl_3_8ths[] = ++static char stpl_3_8ths[] = + { + 0xA2, 0xA2, 0x15, 0x15, 0xA8, 0xA8, 0x45, 0x45, + 0x2A, 0x2A, 0x51, 0x51, 0x8A, 0x8A, 0x54, 0x54, +@@ -259,7 +259,7 @@ + 0x2A, 0x2A, 0x51, 0x51, 0x8A, 0x8A, 0x54, 0x54 + }; + +-static unsigned char stpl_one_half[] = ++static char stpl_one_half[] = + { + 0x55, 0x55, 0xAA, 0xAA, 0x55, 0x55, 0xAA, 0xAA, + 0x55, 0x55, 0xAA, 0xAA, 0x55, 0x55, 0xAA, 0xAA, +@@ -344,6 +344,12 @@ + segment_pts tiny_segment_pts; + segment_pts norm_segment_pts; + ++#ifdef XFT_SUPPORT ++#define XFT_COND(dclock) ((dclock).xftfontname) ++#else ++#define XFT_COND(dclock) (0) ++#endif ++ + /* ARGSUSED */ + static void + Initialize (request, new) +@@ -386,11 +392,13 @@ + if (new->dclock.sec_gap < 0.0) new->dclock.sec_gap = 0.0; + + #ifdef XFT_SUPPORT +- new->dclock.xftfont = XftFontOpen(dpy, DefaultScreen(dpy), ++ if (XFT_COND(new->dclock)) { ++ new->dclock.xftfont = XftFontOpen(dpy, DefaultScreen(dpy), + XFT_FAMILY, XftTypeString, new->dclock.xftfontname, + XFT_SIZE, XftTypeDouble, ((float)new->core.height / 6.0) - 4.0, + NULL); +- new->dclock.xftdraw = NULL; ++ new->dclock.xftdraw = NULL; ++ } + #endif + + GetGC(new); +@@ -447,11 +455,11 @@ + if (new->dclock.date_fmt && !*new->dclock.date_fmt) + new->dclock.date_fmt = NULL; + if (new->dclock.dateup && new->dclock.date_fmt) +-#ifdef XFT_SUPPORT ++ if (XFT_COND(new->dclock)) { + TopOffset = new->core.height / 6; +-#else ++ } else { + TopOffset = new->dclock.font->ascent + new->dclock.font->descent; +-#endif ++ } + + else + TopOffset = 0; +@@ -493,7 +501,7 @@ + + static void + invert_bitmap(bm, h, w) +-unsigned char *bm; ++char *bm; + int h, w; + { + int i, *wp; +@@ -519,7 +527,7 @@ + XtCreateWindow(w, InputOutput, (Visual *)CopyFromParent, *valueMask, attrs); + + #ifdef XFT_SUPPORT +- if (dw->dclock.xftdraw == NULL) { ++ if (XFT_COND(dw->dclock) && dw->dclock.xftdraw == NULL) { + XColor color; + Colormap cm = DefaultColormap(dp, sc); + +@@ -574,7 +582,8 @@ + XDestroyRegion(clip_colon); + + #ifdef XFT_SUPPORT +- XftFontClose(XtDisplay(w), w->dclock.xftfont); ++ if (XFT_COND(w->dclock)) ++ XftFontClose(XtDisplay(w), w->dclock.xftfont); + #endif + } + +@@ -596,11 +605,13 @@ + winheight = w->core.height; + + #ifdef XFT_SUPPORT +- XftFontClose(dpy, w->dclock.xftfont); +- w->dclock.xftfont = XftFontOpen(dpy, DefaultScreen(dpy), ++ if(XFT_COND(w->dclock)) { ++ XftFontClose(dpy, w->dclock.xftfont); ++ w->dclock.xftfont = XftFontOpen(dpy, DefaultScreen(dpy), + XFT_FAMILY, XftTypeString, w->dclock.xftfontname, + XFT_SIZE, XftTypeDouble, ((float)winheight / 6.0) - 4.0, + NULL); ++ } + #endif + + y_ratio = (float)winheight / CLOCK_HEIGHT; +@@ -608,11 +619,13 @@ + if (w->dclock.date_fmt || !w->dclock.display_time || w->dclock.alarm || + w->dclock.bell) + /* make win temporarily shorter so digits will fit on top of date */ +-#ifdef XFT_SUPPORT +- winheight -= w->core.height / 6; +-#else +- winheight -= w->dclock.font->ascent + w->dclock.font->descent; +-#endif ++ { ++ if(XFT_COND(w->dclock)) { ++ winheight -= w->core.height / 6; ++ } else { ++ winheight -= w->dclock.font->ascent + w->dclock.font->descent; ++ } ++ } + + /* + * if the width of all segments are equal, then the width in x is the +@@ -1351,7 +1364,7 @@ + XtAppContext app; + Boolean save_scroll = w->dclock.scroll; + Boolean save_fade = w->dclock.fade; +- long t; ++ time_t t; + + if (!XtIsRealized((Widget)w)) + return; +@@ -1421,7 +1434,7 @@ + { + char buf[11]; + Boolean alarm_went_off = False; +- long t = time(0); ++ time_t t = time(0); + register struct tm *l_time = localtime(&t); + float digit_w = w->dclock.digit_w; + float digit_h = w->dclock.digit_h; +@@ -1522,7 +1535,7 @@ + Pixmap new_pix[4]; + int new_digs[4], digitxpos, digitypos; + int cur_sec = 0; +- long t; ++ time_t t; + register struct tm *now; + + /* definitions for the window x and y positions of each of the large digits. */ +@@ -1585,7 +1598,7 @@ + unsigned long fade_rate = w->dclock.fade_rate * 1000; + + for (i = 0; i < 4; i++) /* if pixmaps don't match, fade it */ +- if (chgd[i] = (new_pix[i] != old_pix[i])) ++ if ((chgd[i] = (new_pix[i] != old_pix[i]))) + { + tmp_pix[i] = XCreatePixmap(dpy, win, (int)(digit_w + slope_add), + (int)digit_h, DefaultDepthOfScreen(XtScreen(w))); +@@ -1669,51 +1682,60 @@ + char datestr[128]; + register char *p; + int x, datep; ++ int tsize; + #ifdef XFT_SUPPORT +- int tsize = w->core.height / 6; + XGlyphInfo xftextents; +-#else +- int tsize = w->dclock.font->ascent + w->dclock.font->descent; + #endif + ++ if (XFT_COND(w->dclock)) { ++ tsize = w->core.height / 6; ++ } else { ++ tsize = w->dclock.font->ascent + w->dclock.font->descent; ++ } ++ + if (!w->dclock.display_time) + datep = strlen(strcpy(datestr, "Push HERE to Set/Unset Alarm")); + else + datep = strftime(datestr, 128, w->dclock.date_fmt, now); + ++ if (XFT_COND(w->dclock)) { + #ifdef XFT_SUPPORT +- XftTextExtents8(dpy, w->dclock.xftfont, datestr, datep, &xftextents); +- x = (w->core.width - xftextents.width) / 2; +-#else +- x = (w->core.width - XTextWidth(w->dclock.font, datestr, datep)) / 2; ++ XftTextExtents8(dpy, w->dclock.xftfont, (FcChar8*)datestr, datep, &xftextents); ++ x = (w->core.width - xftextents.width) / 2; + #endif ++ } else { ++ x = (w->core.width - XTextWidth(w->dclock.font, datestr, datep)) / 2; ++ } ++ + if (x < 2) + x = 2; + if (TopOffset) { +- ++ if (XFT_COND(w->dclock)) { + #ifdef XFT_SUPPORT +- XftDrawRect(w->dclock.xftdraw, &w->dclock.xftbg, 0, 0, winwidth, tsize); +- XftDrawString8(w->dclock.xftdraw, &w->dclock.xftfg, w->dclock.xftfont, x, +- (BORDER/2) + tsize - 2, datestr, datep); +-#else +- XFillRectangle(dpy, win, w->dclock.backGC, +- 0, 0, winwidth, tsize); +- XDrawString(dpy, win, w->dclock.foreGC, +- x, ((BORDER/2)+w->dclock.xftfont->height), datestr, datep); ++ XftDrawRect(w->dclock.xftdraw, &w->dclock.xftbg, 0, 0, winwidth, tsize); ++ XftDrawString8(w->dclock.xftdraw, &w->dclock.xftfg, w->dclock.xftfont, x, ++ (BORDER/2) + tsize - 2, (FcChar8*)datestr, datep); + #endif ++ } else { ++ XFillRectangle(dpy, win, w->dclock.backGC, ++ 0, 0, winwidth, tsize); ++ XDrawString(dpy, win, w->dclock.foreGC, ++ x, ((BORDER/2)+tsize), datestr, datep); ++ } + } else { +- ++ if (XFT_COND(w->dclock)) { + #ifdef XFT_SUPPORT +- XftDrawRect(w->dclock.xftdraw, &w->dclock.xftbg, 0, winheight - tsize, ++ XftDrawRect(w->dclock.xftdraw, &w->dclock.xftbg, 0, winheight - tsize, + winwidth, tsize); +- XftDrawString8(w->dclock.xftdraw, &w->dclock.xftfg, w->dclock.xftfont, x, +- winheight - BORDER - 2, datestr, datep); +-#else +- XFillRectangle(dpy, win, w->dclock.backGC, +- 0, winheight - tsize, winwidth, tsize); +- XDrawString(dpy, win, w->dclock.foreGC, +- x, winheight - BORDER, datestr, datep); ++ XftDrawString8(w->dclock.xftdraw, &w->dclock.xftfg, w->dclock.xftfont, x, ++ winheight - BORDER - 2, (FcChar8*)datestr, datep); + #endif ++ } else { ++ XFillRectangle(dpy, win, w->dclock.backGC, ++ 0, winheight - tsize, winwidth, tsize); ++ XDrawString(dpy, win, w->dclock.foreGC, ++ x, winheight - BORDER, datestr, datep); ++ } + } + } + +@@ -1992,13 +2014,13 @@ + w->dclock.date_fmt = saved_date; + saved_date = tmp; + +- if (w->dclock.dateup && w->dclock.date_fmt) +-#ifdef XFT_SUPPORT +- TopOffset = w->core.height / 6; +-#else +- TopOffset = w->dclock.font->ascent + w->dclock.font->descent; +-#endif +- else ++ if (w->dclock.dateup && w->dclock.date_fmt) { ++ if (XFT_COND(w->dclock)) { ++ TopOffset = w->core.height / 6; ++ } else { ++ TopOffset = w->dclock.font->ascent + w->dclock.font->descent; ++ } ++ } else + TopOffset = 0; + + before.tm_wday = -1; +@@ -2021,13 +2043,13 @@ + XtSetArg(arg, XtNdateUp, !w->dclock.dateup); + XtSetValues((Widget)w, &arg, 1); + +- if (w->dclock.dateup && w->dclock.date_fmt) +-#ifdef XFT_SUPPORT +- TopOffset = w->core.height / 6; +-#else +- TopOffset = w->dclock.font->ascent + w->dclock.font->descent; +-#endif +- else ++ if (w->dclock.dateup && w->dclock.date_fmt) { ++ if (XFT_COND(w->dclock)) { ++ TopOffset = w->core.height / 6; ++ } else { ++ TopOffset = w->dclock.font->ascent + w->dclock.font->descent; ++ } ++ } else + TopOffset = 0; + + ResizeNow(w); +@@ -2038,7 +2060,7 @@ + toggle_bell(w) + DclockWidget w; + { +- if (w->dclock.bell = !w->dclock.bell) { ++ if ((w->dclock.bell = !w->dclock.bell)) { + playbell(w, 1); + } + ResizeNow(w); +@@ -2159,7 +2181,7 @@ + DclockWidget w; + XButtonEvent *event; + { +- static saved_secs, saved_miltime, saved_fade, saved_blink; ++ static int saved_secs, saved_miltime, saved_fade, saved_blink; + + if (event->button == 3) { + if (!(w->dclock.display_time = !w->dclock.display_time)) { +@@ -2184,20 +2206,20 @@ + */ + int i, x, y = (int)((BORDER/2)*y_ratio) + TopOffset; + /* first check to see if user toggles the alarm */ +-#ifdef XFT_SUPPORT +- if (TopOffset) ++ if (XFT_COND(w->dclock)) { ++ if (TopOffset) + i = (BORDER + (w->core.height / 6)) + - event->y; +- else ++ else + i = event->y - (winheight - (w->core.height / 6)); +-#else +- if (TopOffset) ++ } else { ++ if (TopOffset) + i = (BORDER + (w->dclock.font->ascent + w->dclock.font->descent)) + - event->y; +- else ++ else + i = event->y - (winheight - (w->dclock.font->ascent + + w->dclock.font->descent)); +-#endif ++ } + if (i >= 0) + toggle_alarm(w); + else for (i = 0; i < 4; i++) { Added: head/x11-clocks/dclock/files/patch-DclockP.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-clocks/dclock/files/patch-DclockP.h Mon Nov 26 23:17:03 2012 (r307809) @@ -0,0 +1,12 @@ +--- DclockP.h.orig 2008-07-08 12:56:09.000000000 +0900 ++++ DclockP.h 2012-10-07 23:57:24.000000000 +0900 +@@ -9,7 +9,9 @@ + #include "Dclock.h" + + /* Add -DXFT_SUPPORT in the Imakefile for freefont support */ ++#ifdef XFT_SUPPORT + #include ++#endif + + + typedef struct { Added: head/x11-clocks/dclock/files/patch-_dclock.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-clocks/dclock/files/patch-_dclock.c Mon Nov 26 23:17:03 2012 (r307809) @@ -0,0 +1,32 @@ +--- dclock.c.orig 2008-07-08 12:35:18.000000000 +0900 ++++ dclock.c 2012-10-08 00:28:47.000000000 +0900 +@@ -7,6 +7,7 @@ + * manager: *Dclock.seconds: on + */ + #include ++#include + #include + #include + #include "Dclock.h" +@@ -114,6 +115,7 @@ + { "quit", quit }, + }; + ++int + main(argc, argv) + char *argv[]; + { +@@ -122,10 +124,11 @@ + char *name, *rindex(); + XWMHints *wmhints; /* for proper input focus */ + +- if (name = rindex(argv[0], '/')) ++ if ((name = rindex(argv[0], '/'))) { + name++; +- else ++ } else { + name = argv[0]; ++ } + + setlocale(LC_TIME, ""); + Modified: head/x11-clocks/dclock/pkg-descr ============================================================================== --- head/x11-clocks/dclock/pkg-descr Mon Nov 26 22:57:07 2012 (r307808) +++ head/x11-clocks/dclock/pkg-descr Mon Nov 26 23:17:03 2012 (r307809) @@ -4,5 +4,4 @@ written by Dan Heller. Tim Edwards heavi version 2.0. This port uses Debian porting as upstream, which is based on Tim's version and also includes some additional features and fixes. -WWW: http://opencircuitdesign.com/~tim/ -WWW: http://packages.qa.debian.org/d/dclock.html +WWW: http://opencircuitdesign.com/~tim/programs/dclock/ From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 23:20: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 6659555A; Mon, 26 Nov 2012 23:20:42 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 495DF8FC0C; Mon, 26 Nov 2012 23:20:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQNKgMV002135; Mon, 26 Nov 2012 23:20:42 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQNKgCL002130; Mon, 26 Nov 2012 23:20:42 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201211262320.qAQNKgCL002130@svn.freebsd.org> From: Florian Smeets Date: Mon, 26 Nov 2012 23:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307810 - in head/net: . asterisk11 asterisk11/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 23:20:42 -0000 Author: flo Date: Mon Nov 26 23:20:41 2012 New Revision: 307810 URL: http://svnweb.freebsd.org/changeset/ports/307810 Log: Add Asterisk 11 a new LTS version. Tested by: wishmaster Feature safe: yes Added: head/net/asterisk11/ - copied from r306918, head/net/asterisk10/ Modified: head/net/Makefile head/net/asterisk11/Makefile head/net/asterisk11/distinfo head/net/asterisk11/files/patch-configure head/net/asterisk11/pkg-plist Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Nov 26 23:17:03 2012 (r307809) +++ head/net/Makefile Mon Nov 26 23:20:41 2012 (r307810) @@ -30,6 +30,7 @@ SUBDIR += asterisk SUBDIR += asterisk-oh323 SUBDIR += asterisk10 + SUBDIR += asterisk11 SUBDIR += asterisk14 SUBDIR += asterisk14-addons SUBDIR += atmsupport Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk10/Makefile Sat Nov 3 13:34:05 2012 (r306918) +++ head/net/asterisk11/Makefile Mon Nov 26 23:20:41 2012 (r307810) @@ -1,16 +1,11 @@ -# New ports collection makefile for: asterisk -# Date created: 17 October 2003 -# Whom: Maxim Sobolev -# # $FreeBSD$ -# PORTNAME= asterisk -PORTVERSION= 10.9.0 +PORTVERSION= 11.0.1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ -PKGNAMESUFFIX= 10 +PKGNAMESUFFIX= 11 MAINTAINER= flo@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit @@ -45,27 +40,28 @@ MAN8= asterisk.8 astgenkey.8 autosuppor CONFLICTS_BUILD= linuxthreads-* CONFLICTS_INSTALL= asterisk*-1.4* asterisk*-1.6* asterisk*-1.8* -OPTIONS_DEFINE= VORBIS PGSQL MYSQL RADIUS SNMP H323 FREETDS JABBER SQLITE GSM \ +OPTIONS_DEFINE= VORBIS PGSQL MYSQL RADIUS SNMP FREETDS XMPP SQLITE GSM \ CURL SPANDSP EXCHANGE NEWG711 SRTP LUA LDAP ODBC OOH323 -OPTIONS_DEFAULT= VORBIS ODBC UNIXODBC PGSQL RADIUS SNMP H323 FREETDS JABBER GSM \ - SQLITE CURL +OPTIONS_DEFAULT= VORBIS ODBC UNIXODBC PGSQL RADIUS SNMP FREETDS \ + XMPP GSM SQLITE CURL 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 +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 +XMPP_DESC?= XMPP/GTALK support ASTERISK_USER?= asterisk ASTERISK_GROUP?= asterisk @@ -86,14 +82,12 @@ PLIST_SUB+= ASTERISK_USER=${ASTERISK_USE PLIST_SUB+= ASTERISK_GROUP=${ASTERISK_GROUP} PLIST_SUB+= VARDIR=${VARDIR} -.if ${PORT_OPTIONS:MH323} -PLIST_SUB+= WITH_H323="" -CONFIGURE_ARGS+= --with-h323=${LOCALBASE} +.if ${PORT_OPTIONS:MOOH323} +PLIST_SUB+= WITH_OOH323="" LIB_DEPENDS+= pt_r.1:${PORTSDIR}/devel/pwlib \ h323_r.1:${PORTSDIR}/net/openh323 .else -PLIST_SUB+= WITH_H323="@comment " -CONFIGURE_ARGS+= --without-h323 +PLIST_SUB+= WITH_OOH323="@comment " .endif .if ${PORT_OPTIONS:MDAHDI} @@ -186,12 +180,12 @@ PLIST_SUB+= WITH_SNMP="@comment " CONFIGURE_ARGS+= --without-netsnmp .endif -.if ${PORT_OPTIONS:MJABBER} -PLIST_SUB+= WITH_JABBER="" +.if ${PORT_OPTIONS:MXMPP} +PLIST_SUB+= WITH_XMPP="" CONFIGURE_ARGS+= --with-iksemel LIB_DEPENDS+= iksemel.4:${PORTSDIR}/textproc/iksemel .else -PLIST_SUB+= WITH_JABBER="@comment " +PLIST_SUB+= WITH_XMPP="@comment " CONFIGURE_ARGS+= --without-iksemel .endif @@ -268,12 +262,6 @@ CONFIGURE_ARGS+= --without-ldap PLIST_SUB+= WITH_LDAP="@comment " .endif -.if ${PORT_OPTIONS:MOOH323} -PLIST_SUB+= WITH_OOH323="" -.else -PLIST_SUB+= WITH_OOH323="@comment " -.endif - post-extract: ${FIND} ${WRKSRC} -name '*.d' -delete Modified: head/net/asterisk11/distinfo ============================================================================== --- head/net/asterisk10/distinfo Sat Nov 3 13:34:05 2012 (r306918) +++ head/net/asterisk11/distinfo Mon Nov 26 23:20:41 2012 (r307810) @@ -1,2 +1,2 @@ -SHA256 (asterisk-10.9.0.tar.gz) = fb5ba7c4e9c197843b7ccefe732ec6992a7f6d16065d6e7128d37b1049ef6eea -SIZE (asterisk-10.9.0.tar.gz) = 25060275 +SHA256 (asterisk-11.0.1.tar.gz) = 8b3536429a28a4d7ba228010c8d389e8acd4d86cce6c93ccdd882cf9132eff05 +SIZE (asterisk-11.0.1.tar.gz) = 30392865 Modified: head/net/asterisk11/files/patch-configure ============================================================================== --- head/net/asterisk10/files/patch-configure Sat Nov 3 13:34:05 2012 (r306918) +++ head/net/asterisk11/files/patch-configure Mon Nov 26 23:20:41 2012 (r307810) @@ -1,8 +1,8 @@ ---- configure.orig 2012-08-09 21:11:01.000000000 +0200 -+++ configure 2012-10-09 00:25:18.433124461 +0200 -@@ -4242,9 +4242,9 @@ - astheaderdir='${includedir}/asterisk' - astlibdir='${libdir}/asterisk' +--- configure.orig 2012-09-20 20:18:47.000000000 +0200 ++++ configure 2012-11-05 14:23:17.172817463 +0100 +@@ -4576,9 +4576,9 @@ + astlibdir='${libdir}' + astmoddir='${libdir}/asterisk/modules' astmandir='${mandir}' -astvarlibdir='${localstatedir}/lib/asterisk' +astvarlibdir='${prefix}/share/asterisk' @@ -12,7 +12,7 @@ astkeydir='${astvarlibdir}' astspooldir='${localstatedir}/spool/asterisk' astlogdir='${localstatedir}/log/asterisk' -@@ -4267,8 +4267,6 @@ +@@ -4601,8 +4601,6 @@ case "${host_os}" in freebsd*) ac_default_prefix=/usr/local @@ -21,16 +21,16 @@ ;; openbsd*) ac_default_prefix=/usr/local -@@ -29069,6 +29067,8 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF +@@ -17763,6 +17761,8 @@ + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -+#include -+#include - #include ++ #include ++ #include + #include int main () -@@ -47981,7 +47981,7 @@ +@@ -25968,7 +25968,7 @@ fi @@ -38,4 +38,4 @@ + PLATFORM_OPENH323="h323_${OPENH323_SUFFIX}" if test "${HAS_OPENH323:-unset}" != "unset"; then - { $as_echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenH323 installation validity" >&5 Modified: head/net/asterisk11/pkg-plist ============================================================================== --- head/net/asterisk10/pkg-plist Sat Nov 3 13:34:05 2012 (r306918) +++ head/net/asterisk11/pkg-plist Mon Nov 26 23:20:41 2012 (r307810) @@ -1,5 +1,5 @@ -@unexec if cmp -s %D/etc/asterisk/ais.conf %D/etc/asterisk/ais.conf-dist; then rm -f %D/etc/asterisk/ais.conf; fi -etc/asterisk/ais.conf-dist +@unexec if cmp -s %D/etc/asterisk/acl.conf %D/etc/asterisk/acl.conf-dist; then rm -f %D/etc/asterisk/acl.conf; fi +etc/asterisk/acl.conf-dist @unexec if cmp -s %D/etc/asterisk/cdr_adaptive_odbc.conf %D/etc/asterisk/cdr_adaptive_odbc.conf-dist; then rm -f %D/etc/asterisk/cdr_adaptive_odbc.conf; fi etc/asterisk/cdr_adaptive_odbc.conf-dist @unexec if cmp -s %D/etc/asterisk/cdr_sqlite3_custom.conf %D/etc/asterisk/cdr_sqlite3_custom.conf-dist; then rm -f %D/etc/asterisk/cdr_sqlite3_custom.conf; fi @@ -14,6 +14,8 @@ etc/asterisk/cli_aliases.conf-dist etc/asterisk/cli_permissions.conf-dist @unexec if cmp -s %D/etc/asterisk/confbridge.conf %D/etc/asterisk/confbridge.conf-dist; then rm -f %D/etc/asterisk/confbridge.conf; fi etc/asterisk/confbridge.conf-dist +@unexec if cmp -s %D/etc/asterisk/config_test.conf %D/etc/asterisk/config_test.conf-dist; then rm -f %D/etc/asterisk/config_test.conf; fi +etc/asterisk/config_test.conf-dist @unexec if cmp -s %D/etc/asterisk/console.conf %D/etc/asterisk/console.conf-dist; then rm -f %D/etc/asterisk/console.conf; fi etc/asterisk/console.conf-dist @unexec if cmp -s %D/etc/asterisk/dbsep.conf %D/etc/asterisk/dbsep.conf-dist; then rm -f %D/etc/asterisk/dbsep.conf; fi @@ -28,6 +30,10 @@ etc/asterisk/extensions_minivm.conf-dist etc/asterisk/jingle.conf-dist @unexec if cmp -s %D/etc/asterisk/minivm.conf %D/etc/asterisk/minivm.conf-dist; then rm -f %D/etc/asterisk/minivm.conf; fi etc/asterisk/minivm.conf-dist +@unexec if cmp -s %D/etc/asterisk/motif.conf %D/etc/asterisk/motif.conf-dist; then rm -f %D/etc/asterisk/motif.conf; fi +etc/asterisk/motif.conf-dist +@unexec if cmp -s %D/etc/asterisk/ooh323.conf %D/etc/asterisk/ooh323.conf-dist; then rm -f %D/etc/asterisk/ooh323.conf; fi +etc/asterisk/ooh323.conf-dist @unexec if cmp -s %D/etc/asterisk/phoneprov.conf %D/etc/asterisk/phoneprov.conf-dist; then rm -f %D/etc/asterisk/phoneprov.conf; fi etc/asterisk/phoneprov.conf-dist @unexec if cmp -s %D/etc/asterisk/queuerules.conf %D/etc/asterisk/queuerules.conf-dist; then rm -f %D/etc/asterisk/queuerules.conf; fi @@ -126,6 +132,10 @@ etc/asterisk/phone.conf-dist etc/asterisk/queues.conf-dist @unexec if cmp -s %D/etc/asterisk/res_config_mysql.conf %D/etc/asterisk/res_config_mysql.conf-dist; then rm -f %D/etc/asterisk/res_config_mysql.conf; fi etc/asterisk/res_config_mysql.conf-dist +@unexec if cmp -s %D/etc/asterisk/res_config_sqlite3.conf %D/etc/asterisk/res_config_sqlite3.conf-dist; then rm -f %D/etc/asterisk/res_config_sqlite3.conf; fi +etc/asterisk/res_config_sqlite3.conf-dist +@unexec if cmp -s %D/etc/asterisk/res_corosync.conf %D/etc/asterisk/res_corosync.conf-dist; then rm -f %D/etc/asterisk/res_corosync.conf; fi +etc/asterisk/res_corosync.conf-dist @unexec if cmp -s %D/etc/asterisk/res_pgsql.conf %D/etc/asterisk/res_pgsql.conf-dist; then rm -f %D/etc/asterisk/res_pgsql.conf; fi etc/asterisk/res_pgsql.conf-dist @unexec if cmp -s %D/etc/asterisk/res_pktccops.conf %D/etc/asterisk/res_pktccops.conf-dist; then rm -f %D/etc/asterisk/res_pktccops.conf; fi @@ -150,8 +160,6 @@ etc/asterisk/vpb.conf-dist etc/asterisk/chan_dahdi.conf-dist @unexec if cmp -s %D/etc/asterisk/chan_mobile.conf %D/etc/asterisk/chan_mobile.conf-dist; then rm -f %D/etc/asterisk/chan_mobile.conf; fi etc/asterisk/chan_mobile.conf-dist -@unexec if cmp -s %D/etc/asterisk/chan_ooh323.conf %D/etc/asterisk/chan_ooh323.conf-dist; then rm -f %D/etc/asterisk/chan_ooh323.conf; fi -etc/asterisk/chan_ooh323.conf-dist @unexec if cmp -s %D/etc/asterisk/udptl.conf %D/etc/asterisk/udptl.conf-dist; then rm -f %D/etc/asterisk/udptl.conf; fi etc/asterisk/udptl.conf-dist @unexec if cmp -s %D/etc/asterisk/users.conf %D/etc/asterisk/users.conf-dist; then rm -f %D/etc/asterisk/users.conf; fi @@ -182,6 +190,8 @@ etc/asterisk/func_odbc.conf-dist etc/asterisk/followme.conf-dist @unexec if cmp -s %D/etc/asterisk/amd.conf %D/etc/asterisk/amd.conf-dist; then rm -f %D/etc/asterisk/amd.conf; fi etc/asterisk/amd.conf-dist +@unexec if cmp -s %D/etc/asterisk/app_skel.conf %D/etc/asterisk/app_skel.conf-dist; then rm -f %D/etc/asterisk/app_skel.conf; fi +etc/asterisk/app_skel.conf-dist @unexec if cmp -s %D/etc/asterisk/app_mysql.conf %D/etc/asterisk/app_mysql.conf-dist; then rm -f %D/etc/asterisk/app_mysql.conf; fi etc/asterisk/app_mysql.conf-dist @unexec if cmp -s %D/etc/asterisk/res_config_sqlite.conf %D/etc/asterisk/res_config_sqlite.conf-dist; then rm -f %D/etc/asterisk/res_config_sqlite.conf; fi @@ -190,16 +200,22 @@ etc/asterisk/res_config_sqlite.conf-dist etc/asterisk/res_curl.conf-dist @unexec if cmp -s %D/etc/asterisk/res_fax.conf %D/etc/asterisk/res_fax.conf-dist; then rm -f %D/etc/asterisk/res_fax.conf; fi etc/asterisk/res_fax.conf-dist +@unexec if cmp -s %D/etc/asterisk/xmpp.conf %D/etc/asterisk/xmpp.conf-dist; then rm -f %D/etc/asterisk/xmpp.conf; fi +etc/asterisk/xmpp.conf-dist +@exec if test ! -e %D/etc/asterisk/acl.conf; then cp -p %D/etc/asterisk/acl.conf-dist %D/etc/asterisk/acl.conf; fi @exec if test ! -e %D/etc/asterisk/cdr_adaptive_odbc.conf; then cp -p %D/etc/asterisk/cdr_adaptive_odbc.conf-dist %D/etc/asterisk/cdr_adaptive_odbc.conf; fi @exec if test ! -e %D/etc/asterisk/cdr_syslog.conf; then cp -p %D/etc/asterisk/cdr_syslog.conf-dist %D/etc/asterisk/cdr_syslog.conf; fi @exec if test ! -e %D/etc/asterisk/cdr_sqlite3_custom.conf; then cp -p %D/etc/asterisk/cdr_sqlite3_custom.conf-dist %D/etc/asterisk/cdr_sqlite3_custom.conf; fi @exec if test ! -e %D/etc/asterisk/cli.conf; then cp -p %D/etc/asterisk/cli.conf-dist %D/etc/asterisk/cli.conf; fi @exec if test ! -e %D/etc/asterisk/confbridge.conf; then cp -p %D/etc/asterisk/confbridge.conf-dist %D/etc/asterisk/confbridge.conf; fi +@exec if test ! -e %D/etc/asterisk/config_test.conf; then cp -p %D/etc/asterisk/config_test.conf-dist %D/etc/asterisk/config_test.conf; fi @exec if test ! -e %D/etc/asterisk/console.conf; then cp -p %D/etc/asterisk/console.conf-dist %D/etc/asterisk/console.conf; fi @exec if test ! -e %D/etc/asterisk/extensions.lua; then cp -p %D/etc/asterisk/extensions.lua-dist %D/etc/asterisk/extensions.lua; fi @exec if test ! -e %D/etc/asterisk/extensions_minivm.conf; then cp -p %D/etc/asterisk/extensions_minivm.conf-dist %D/etc/asterisk/extensions_minivm.conf; fi @exec if test ! -e %D/etc/asterisk/jingle.conf; then cp -p %D/etc/asterisk/jingle.conf-dist %D/etc/asterisk/jingle.conf; fi @exec if test ! -e %D/etc/asterisk/minivm.conf; then cp -p %D/etc/asterisk/minivm.conf-dist %D/etc/asterisk/minivm.conf; fi +@exec if test ! -e %D/etc/asterisk/motif.conf; then cp -p %D/etc/asterisk/motif.conf-dist %D/etc/asterisk/motif.conf; fi +@exec if test ! -e %D/etc/asterisk/ooh323.conf; then cp -p %D/etc/asterisk/ooh323.conf-dist %D/etc/asterisk/motif.conf; fi @exec if test ! -e %D/etc/asterisk/phoneprov.conf; then cp -p %D/etc/asterisk/phoneprov.conf-dist %D/etc/asterisk/phoneprov.conf; fi @exec if test ! -e %D/etc/asterisk/queuerules.conf; then cp -p %D/etc/asterisk/queuerules.conf-dist %D/etc/asterisk/queuerules.conf; fi @exec if test ! -e %D/etc/asterisk/res_ldap.conf; then cp -p %D/etc/asterisk/res_ldap.conf-dist %D/etc/asterisk/res_ldap.conf; fi @@ -248,9 +264,12 @@ etc/asterisk/res_fax.conf-dist @exec if test ! -e %D/etc/asterisk/oss.conf; then cp -p %D/etc/asterisk/oss.conf-dist %D/etc/asterisk/oss.conf; fi @exec if test ! -e %D/etc/asterisk/phone.conf; then cp -p %D/etc/asterisk/phone.conf-dist %D/etc/asterisk/phone.conf; fi @exec if test ! -e %D/etc/asterisk/res_fax.conf; then cp -p %D/etc/asterisk/res_fax.conf-dist %D/etc/asterisk/res_fax.conf; fi +@exec if test ! -e %D/etc/asterisk/xmpp.conf; then cp -p %D/etc/asterisk/xmpp.conf-dist %D/etc/asterisk/xmpp.conf; fi @exec if test ! -e %D/etc/asterisk/res_curl.conf; then cp -p %D/etc/asterisk/res_curl.conf-dist %D/etc/asterisk/res_curl.conf; fi -@exec if test ! -e %D/etc/asterisk/res_config_sqlite.conf; then cp -p %D/etc/asterisk/res_config_sqlite.conf-dist %D/etc/asterisk/res_config_sqlite.conf; fi @exec if test ! -e %D/etc/asterisk/res_config_mysql.conf; then cp -p %D/etc/asterisk/res_config_mysql.conf-dist %D/etc/asterisk/res_config_mysql.conf; fi +@exec if test ! -e %D/etc/asterisk/res_config_sqlite.conf; then cp -p %D/etc/asterisk/res_config_sqlite.conf-dist %D/etc/asterisk/res_config_sqlite.conf; fi +@exec if test ! -e %D/etc/asterisk/res_config_sqlite3.conf; then cp -p %D/etc/asterisk/res_config_sqlite3.conf-dist %D/etc/asterisk/res_config_sqlite3.conf; fi +@exec if test ! -e %D/etc/asterisk/res_corosync.conf; then cp -p %D/etc/asterisk/res_corosync.conf-dist %D/etc/asterisk/res_corosync.conf; fi @exec if test ! -e %D/etc/asterisk/queues.conf; then cp -p %D/etc/asterisk/queues.conf-dist %D/etc/asterisk/queues.conf; fi @exec if test ! -e %D/etc/asterisk/res_pktccops.conf; then cp -p %D/etc/asterisk/res_pktccops.conf-dist %D/etc/asterisk/res_pktccops.conf; fi @exec if test ! -e %D/etc/asterisk/res_pgsql.conf; then cp -p %D/etc/asterisk/res_pgsql.conf-dist %D/etc/asterisk/res_pgsql.conf; fi @@ -262,7 +281,6 @@ etc/asterisk/res_fax.conf-dist @exec if test ! -e %D/etc/asterisk/telcordia-1.adsi; then cp -p %D/etc/asterisk/telcordia-1.adsi-dist %D/etc/asterisk/telcordia-1.adsi; fi @exec if test ! -e %D/etc/asterisk/voicemail.conf; then cp -p %D/etc/asterisk/voicemail.conf-dist %D/etc/asterisk/voicemail.conf; fi @exec if test ! -e %D/etc/asterisk/vpb.conf; then cp -p %D/etc/asterisk/vpb.conf-dist %D/etc/asterisk/vpb.conf; fi -@exec if test ! -e %D/etc/asterisk/chan_ooh323.conf; then cp -p %D/etc/asterisk/chan_ooh323.conf-dist %D/etc/asterisk/chan_ooh323.conf; fi @exec if test ! -e %D/etc/asterisk/chan_mobile.conf; then cp -p %D/etc/asterisk/chan_mobile.conf-dist %D/etc/asterisk/chan_mobile.conf; fi @exec if test ! -e %D/etc/asterisk/chan_dahdi.conf; then cp -p %D/etc/asterisk/chan_dahdi.conf-dist %D/etc/asterisk/chan_dahdi.conf; fi @exec if test ! -e %D/etc/asterisk/udptl.conf; then cp -p %D/etc/asterisk/udptl.conf-dist %D/etc/asterisk/udptl.conf; fi @@ -280,6 +298,7 @@ etc/asterisk/res_fax.conf-dist @exec if test ! -e %D/etc/asterisk/func_odbc.conf; then cp -p %D/etc/asterisk/func_odbc.conf-dist %D/etc/asterisk/func_odbc.conf; fi @exec if test ! -e %D/etc/asterisk/followme.conf; then cp -p %D/etc/asterisk/followme.conf-dist %D/etc/asterisk/followme.conf; fi @exec if test ! -e %D/etc/asterisk/app_mysql.conf; then cp -p %D/etc/asterisk/app_mysql.conf-dist %D/etc/asterisk/app_mysql.conf; fi +@exec if test ! -e %D/etc/asterisk/app_skel.conf; then cp -p %D/etc/asterisk/app_skel.conf-dist %D/etc/asterisk/app_skel.conf; fi @exec if test ! -e %D/etc/asterisk/amd.conf; then cp -p %D/etc/asterisk/amd.conf-dist %D/etc/asterisk/amd.conf; fi include/asterisk/doxygen/architecture.h include/asterisk/doxygen/asterisk-git-howto.h @@ -296,7 +315,9 @@ include/asterisk/calendar.h include/asterisk/ccss.h include/asterisk/cel.h include/asterisk/celt.h +include/asterisk/channel_internal.h include/asterisk/channelstate.h +include/asterisk/config_options.h include/asterisk/data.h include/asterisk/event.h include/asterisk/event_defs.h @@ -309,12 +330,14 @@ include/asterisk/format_pref.h include/asterisk/fskmodem_float.h include/asterisk/fskmodem_int.h include/asterisk/hashtab.h +include/asterisk/http_websocket.h include/asterisk/message.h include/asterisk/mod_format.h include/asterisk/netsock2.h include/asterisk/network.h include/asterisk/optional_api.h include/asterisk/pktccops.h +include/asterisk/presencestate.h include/asterisk/pval.h include/asterisk/res_fax.h include/asterisk/res_srtp.h @@ -323,6 +346,7 @@ include/asterisk/select.h include/asterisk/security_events.h include/asterisk/security_events_defs.h include/asterisk/silk.h +include/asterisk/sip_api.h include/asterisk/stun.h include/asterisk/syslog.h include/asterisk/tcptls.h @@ -425,11 +449,13 @@ include/asterisk/utils.h include/asterisk/version.h include/asterisk/xml.h include/asterisk/xmldoc.h +include/asterisk/xmpp.h lib/asterisk/modules/app_celgenuserevent.so lib/asterisk/modules/app_confbridge.so lib/asterisk/modules/app_minivm.so %%WITH_MYSQL%%lib/asterisk/modules/app_mysql.so lib/asterisk/modules/app_originate.so +lib/asterisk/modules/app_page.so lib/asterisk/modules/app_playtones.so lib/asterisk/modules/app_readexten.so lib/asterisk/modules/app_waituntil.so @@ -439,6 +465,7 @@ lib/asterisk/modules/bridge_simple.so lib/asterisk/modules/bridge_softmix.so %%WITH_ODBC%%lib/asterisk/modules/cdr_adaptive_odbc.so lib/asterisk/modules/chan_bridge.so +%%WITH_XMPP%%lib/asterisk/modules/chan_motif.so lib/asterisk/modules/chan_unistim.so lib/asterisk/modules/codec_g722.so lib/asterisk/modules/format_g719.so @@ -452,10 +479,12 @@ lib/asterisk/modules/func_devstate.so lib/asterisk/modules/func_dialgroup.so lib/asterisk/modules/func_dialplan.so lib/asterisk/modules/func_extstate.so +lib/asterisk/modules/func_hangupcause.so lib/asterisk/modules/func_iconv.so lib/asterisk/modules/func_jitterbuffer.so lib/asterisk/modules/func_lock.so lib/asterisk/modules/func_module.so +lib/asterisk/modules/func_presencestate.so lib/asterisk/modules/func_shell.so lib/asterisk/modules/func_speex.so lib/asterisk/modules/func_sprintf.so @@ -469,14 +498,19 @@ lib/asterisk/modules/res_clialiases.so %%WITH_CURL%%lib/asterisk/modules/res_config_curl.so %%WITH_LDAP%%lib/asterisk/modules/res_config_ldap.so %%WITH_SQLITE%%lib/asterisk/modules/res_config_sqlite.so +lib/asterisk/modules/res_config_sqlite3.so lib/asterisk/modules/res_format_attr_celt.so +lib/asterisk/modules/res_format_attr_h263.so +lib/asterisk/modules/res_format_attr_h264.so lib/asterisk/modules/res_format_attr_silk.so +lib/asterisk/modules/res_http_websocket.so lib/asterisk/modules/res_limit.so lib/asterisk/modules/res_phoneprov.so lib/asterisk/modules/res_realtime.so %%WITH_SRTP%%lib/asterisk/modules/res_srtp.so %%WITH_DAHDI%%lib/asterisk/modules/res_timing_dahdi.so lib/asterisk/modules/res_timing_pthread.so +%%WITH_XMPP%%lib/asterisk/modules/res_xmpp.so lib/asterisk/modules/app_adsiprog.so lib/asterisk/modules/app_alarmreceiver.so lib/asterisk/modules/app_amd.so @@ -549,7 +583,6 @@ lib/asterisk/modules/cel_manager.so lib/asterisk/modules/cel_sqlite3_custom.so %%WITH_FREETDS%%lib/asterisk/modules/cel_tds.so lib/asterisk/modules/chan_agent.so -%%WITH_JABBER%%lib/asterisk/modules/chan_gtalk.so lib/asterisk/modules/chan_iax2.so lib/asterisk/modules/chan_local.so lib/asterisk/modules/chan_mgcp.so @@ -624,7 +657,6 @@ lib/asterisk/modules/res_convert.so lib/asterisk/modules/res_crypto.so lib/asterisk/modules/res_fax.so %%WITH_SPANDSP%%lib/asterisk/modules/res_fax_spandsp.so -%%WITH_JABBER%%lib/asterisk/modules/res_jabber.so lib/asterisk/modules/res_monitor.so lib/asterisk/modules/res_musiconhold.so lib/asterisk/modules/res_mutestream.so @@ -635,6 +667,8 @@ lib/asterisk/modules/res_stun_monitor.so lib/asterisk/modules/res_smdi.so %%WITH_SNMP%%lib/asterisk/modules/res_snmp.so lib/asterisk/modules/res_speech.so +lib/libasteriskssl.so +lib/libasteriskssl.so.1 sbin/astcanary sbin/astdb2bdb sbin/astdb2sqlite3 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 23:29: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 741DDAC8; Mon, 26 Nov 2012 23:29:27 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4E2B28FC13; Mon, 26 Nov 2012 23:29:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQNTRGN003804; Mon, 26 Nov 2012 23:29:27 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQNTR3H003800; Mon, 26 Nov 2012 23:29:27 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201211262329.qAQNTR3H003800@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 26 Nov 2012 23:29:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307811 - in head/www: opera opera-linuxplugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 23:29:27 -0000 Author: beat Date: Mon Nov 26 23:29:26 2012 New Revision: 307811 URL: http://svnweb.freebsd.org/changeset/ports/307811 Log: - Update to 12.11 PR: ports/173853 Submitted by: dinoex (maintainer) Security: 0925716f-34e2-11e2-aa75-003067c2616f Feature safe: yes Modified: head/www/opera-linuxplugins/Makefile head/www/opera-linuxplugins/distinfo head/www/opera/Makefile head/www/opera/distinfo Modified: head/www/opera-linuxplugins/Makefile ============================================================================== --- head/www/opera-linuxplugins/Makefile Mon Nov 26 23:20:41 2012 (r307810) +++ head/www/opera-linuxplugins/Makefile Mon Nov 26 23:29:26 2012 (r307811) @@ -20,8 +20,8 @@ COMMENT= Linux plugin support for the na RUN_DEPENDS= ${LOCALBASE}/lib/opera/pluginwrapper/operapluginwrapper:${PORTSDIR}/${PKGCATEGORY}/opera -OPERA_VER?= 12.10 -OPERA_BUILD?= 1652 +OPERA_VER?= 12.11 +OPERA_BUILD?= 1661 MASTER_SITES_VER_PATH= linux/${OPERA_VER:S/.//}/ USE_XZ= yes Modified: head/www/opera-linuxplugins/distinfo ============================================================================== --- head/www/opera-linuxplugins/distinfo Mon Nov 26 23:20:41 2012 (r307810) +++ head/www/opera-linuxplugins/distinfo Mon Nov 26 23:29:26 2012 (r307811) @@ -1,2 +1,2 @@ -SHA256 (opera-12.10-1652.i386.linux.tar.xz) = e7a099b0ca20307e7682fdec4aaec4bd2856cf1d3ae75e1da67b76cfda5fe619 -SIZE (opera-12.10-1652.i386.linux.tar.xz) = 13514036 +SHA256 (opera-12.11-1661.i386.linux.tar.xz) = 735299d288c4cf55bfde50e02a685f8adb365494ec2566ca776741402d9ba22b +SIZE (opera-12.11-1661.i386.linux.tar.xz) = 13552952 Modified: head/www/opera/Makefile ============================================================================== --- head/www/opera/Makefile Mon Nov 26 23:20:41 2012 (r307810) +++ head/www/opera/Makefile Mon Nov 26 23:29:26 2012 (r307811) @@ -21,10 +21,8 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/prin BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info -FORBIDDEN= http://www.opera.com/support/kb/view/1036/ - -OPERA_VER?= 12.10 -OPERA_BUILD?= 1652 +OPERA_VER?= 12.11 +OPERA_BUILD?= 1661 MASTER_SITES_VER_PATH= unix/${OPERA_VER:S/.//} USE_XZ= yes Modified: head/www/opera/distinfo ============================================================================== --- head/www/opera/distinfo Mon Nov 26 23:20:41 2012 (r307810) +++ head/www/opera/distinfo Mon Nov 26 23:29:26 2012 (r307811) @@ -1,4 +1,4 @@ -SHA256 (opera-12.10-1652.amd64.freebsd.tar.xz) = 886be150a11a914562d5e6237081b5956efef71a3bbe564b5b414a52dac44f41 -SIZE (opera-12.10-1652.amd64.freebsd.tar.xz) = 13471112 -SHA256 (opera-12.10-1652.i386.freebsd.tar.xz) = d14b37d74db549573fbdd517df6da0e8b02630c7c1de1aaa7f2e75cbf558ae78 -SIZE (opera-12.10-1652.i386.freebsd.tar.xz) = 13476352 +SHA256 (opera-12.11-1661.amd64.freebsd.tar.xz) = eacad0109c3bed8f890d9f360e32a37f1809c104ccb2f50cbb4b559c27faa64d +SIZE (opera-12.11-1661.amd64.freebsd.tar.xz) = 13436532 +SHA256 (opera-12.11-1661.i386.freebsd.tar.xz) = de0675401defd2caa3b40525fdf4a3cd793308017ba0545ff4a6b3fc24b5938b +SIZE (opera-12.11-1661.i386.freebsd.tar.xz) = 13472248 From owner-svn-ports-all@FreeBSD.ORG Mon Nov 26 23:49: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 D895D501; Mon, 26 Nov 2012 23:49:00 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BCFAD8FC0C; Mon, 26 Nov 2012 23:49:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAQNn0XM008172; Mon, 26 Nov 2012 23:49:00 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAQNn0LY008168; Mon, 26 Nov 2012 23:49:00 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201211262349.qAQNn0LY008168@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 26 Nov 2012 23:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307812 - in branches/RELENG_9_1_0/www: opera opera-linuxplugins X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 26 Nov 2012 23:49:01 -0000 Author: beat Date: Mon Nov 26 23:49:00 2012 New Revision: 307812 URL: http://svnweb.freebsd.org/changeset/ports/307812 Log: MFH r307621 by dinoex: - mark FORBIDDEN Security: http://www.opera.com/support/kb/view/1036/ MFH r307811: - Update to 12.11 PR: ports/173853 Submitted by: dinoex (maintainer) Security: 0925716f-34e2-11e2-aa75-003067c2616f Feature safe: yes Modified: branches/RELENG_9_1_0/www/opera-linuxplugins/Makefile branches/RELENG_9_1_0/www/opera-linuxplugins/distinfo branches/RELENG_9_1_0/www/opera/Makefile branches/RELENG_9_1_0/www/opera/distinfo Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/www/opera-linuxplugins/Makefile ============================================================================== --- branches/RELENG_9_1_0/www/opera-linuxplugins/Makefile Mon Nov 26 23:29:26 2012 (r307811) +++ branches/RELENG_9_1_0/www/opera-linuxplugins/Makefile Mon Nov 26 23:49:00 2012 (r307812) @@ -20,8 +20,8 @@ COMMENT= Linux plugin support for the na RUN_DEPENDS= ${LOCALBASE}/lib/opera/pluginwrapper/operapluginwrapper:${PORTSDIR}/${PKGCATEGORY}/opera -OPERA_VER?= 12.10 -OPERA_BUILD?= 1652 +OPERA_VER?= 12.11 +OPERA_BUILD?= 1661 MASTER_SITES_VER_PATH= linux/${OPERA_VER:S/.//}/ USE_XZ= yes Modified: branches/RELENG_9_1_0/www/opera-linuxplugins/distinfo ============================================================================== --- branches/RELENG_9_1_0/www/opera-linuxplugins/distinfo Mon Nov 26 23:29:26 2012 (r307811) +++ branches/RELENG_9_1_0/www/opera-linuxplugins/distinfo Mon Nov 26 23:49:00 2012 (r307812) @@ -1,2 +1,2 @@ -SHA256 (opera-12.10-1652.i386.linux.tar.xz) = e7a099b0ca20307e7682fdec4aaec4bd2856cf1d3ae75e1da67b76cfda5fe619 -SIZE (opera-12.10-1652.i386.linux.tar.xz) = 13514036 +SHA256 (opera-12.11-1661.i386.linux.tar.xz) = 735299d288c4cf55bfde50e02a685f8adb365494ec2566ca776741402d9ba22b +SIZE (opera-12.11-1661.i386.linux.tar.xz) = 13552952 Modified: branches/RELENG_9_1_0/www/opera/Makefile ============================================================================== --- branches/RELENG_9_1_0/www/opera/Makefile Mon Nov 26 23:29:26 2012 (r307811) +++ branches/RELENG_9_1_0/www/opera/Makefile Mon Nov 26 23:49:00 2012 (r307812) @@ -21,8 +21,8 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/prin BUILD_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info -OPERA_VER?= 12.10 -OPERA_BUILD?= 1652 +OPERA_VER?= 12.11 +OPERA_BUILD?= 1661 MASTER_SITES_VER_PATH= unix/${OPERA_VER:S/.//} USE_XZ= yes Modified: branches/RELENG_9_1_0/www/opera/distinfo ============================================================================== --- branches/RELENG_9_1_0/www/opera/distinfo Mon Nov 26 23:29:26 2012 (r307811) +++ branches/RELENG_9_1_0/www/opera/distinfo Mon Nov 26 23:49:00 2012 (r307812) @@ -1,4 +1,4 @@ -SHA256 (opera-12.10-1652.amd64.freebsd.tar.xz) = 886be150a11a914562d5e6237081b5956efef71a3bbe564b5b414a52dac44f41 -SIZE (opera-12.10-1652.amd64.freebsd.tar.xz) = 13471112 -SHA256 (opera-12.10-1652.i386.freebsd.tar.xz) = d14b37d74db549573fbdd517df6da0e8b02630c7c1de1aaa7f2e75cbf558ae78 -SIZE (opera-12.10-1652.i386.freebsd.tar.xz) = 13476352 +SHA256 (opera-12.11-1661.amd64.freebsd.tar.xz) = eacad0109c3bed8f890d9f360e32a37f1809c104ccb2f50cbb4b559c27faa64d +SIZE (opera-12.11-1661.amd64.freebsd.tar.xz) = 13436532 +SHA256 (opera-12.11-1661.i386.freebsd.tar.xz) = de0675401defd2caa3b40525fdf4a3cd793308017ba0545ff4a6b3fc24b5938b +SIZE (opera-12.11-1661.i386.freebsd.tar.xz) = 13472248 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 00:10: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 A3CB1A0A; Tue, 27 Nov 2012 00:10:14 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6F3C28FC13; Tue, 27 Nov 2012 00:10:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR0AEXk013921; Tue, 27 Nov 2012 00:10:14 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR0AEMh013917; Tue, 27 Nov 2012 00:10:14 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201211270010.qAR0AEMh013917@svn.freebsd.org> From: Florian Smeets Date: Tue, 27 Nov 2012 00:10:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307813 - head/devel/nspr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 00:10:14 -0000 Author: flo Date: Tue Nov 27 00:10:13 2012 New Revision: 307813 URL: http://svnweb.freebsd.org/changeset/ports/307813 Log: Update to 4.9.4 Feature safe: yes Modified: head/devel/nspr/Makefile head/devel/nspr/distinfo head/devel/nspr/pkg-plist (contents, props changed) Modified: head/devel/nspr/Makefile ============================================================================== --- head/devel/nspr/Makefile Mon Nov 26 23:49:00 2012 (r307812) +++ head/devel/nspr/Makefile Tue Nov 27 00:10:13 2012 (r307813) @@ -6,7 +6,7 @@ # $MCom: ports-experimental/devel/nspr/Makefile,v 1.6 2008/03/12 13:06:56 ahze Exp $ PORTNAME= nspr -DISTVERSION= 4.9.3 +DISTVERSION= 4.9.4 CATEGORIES= devel MASTER_SITES= MOZILLA MASTER_SITE_SUBDIR= nspr/releases/v${PORTVERSION}/src Modified: head/devel/nspr/distinfo ============================================================================== --- head/devel/nspr/distinfo Mon Nov 26 23:49:00 2012 (r307812) +++ head/devel/nspr/distinfo Tue Nov 27 00:10:13 2012 (r307813) @@ -1,2 +1,2 @@ -SHA256 (nspr-4.9.3.tar.gz) = 9ca3f30b5ae6784f9820b32939284a7f14f67230a916c5752acd8ddace72f3c5 -SIZE (nspr-4.9.3.tar.gz) = 1174317 +SHA256 (nspr-4.9.4.tar.gz) = 749046c75be17f2f8b3874d288873d3355cedcb37abe7b6eb7b3bc374440d4a4 +SIZE (nspr-4.9.4.tar.gz) = 1160641 Modified: head/devel/nspr/pkg-plist ============================================================================== --- head/devel/nspr/pkg-plist Mon Nov 26 23:49:00 2012 (r307812) +++ head/devel/nspr/pkg-plist Tue Nov 27 00:10:13 2012 (r307813) @@ -11,21 +11,15 @@ include/nspr/md/_hpux64.cfg include/nspr/md/_irix32.cfg include/nspr/md/_irix64.cfg include/nspr/md/_linux.cfg -include/nspr/md/_ncr.cfg -include/nspr/md/_nec.cfg include/nspr/md/_netbsd.cfg -include/nspr/md/_nextstep.cfg include/nspr/md/_nto.cfg include/nspr/md/_openbsd.cfg include/nspr/md/_os2.cfg include/nspr/md/_osf1.cfg include/nspr/md/_qnx.cfg -include/nspr/md/_reliantunix.cfg include/nspr/md/_riscos.cfg include/nspr/md/_scoos.cfg include/nspr/md/_solaris.cfg -include/nspr/md/_sony.cfg -include/nspr/md/_sunos4.cfg include/nspr/md/_symbian.cfg include/nspr/md/_unixware.cfg include/nspr/md/_unixware7.cfg From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 00:27: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 3D51FC28; Tue, 27 Nov 2012 00:27:57 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 217B08FC08; Tue, 27 Nov 2012 00:27:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR0RuQp018815; Tue, 27 Nov 2012 00:27:56 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR0RuG5018810; Tue, 27 Nov 2012 00:27:56 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211270027.qAR0RuG5018810@svn.freebsd.org> From: Bryan Drewery Date: Tue, 27 Nov 2012 00:27:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307814 - head/sysutils/powerman X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 00:27:57 -0000 Author: bdrewery Date: Tue Nov 27 00:27:56 2012 New Revision: 307814 URL: http://svnweb.freebsd.org/changeset/ports/307814 Log: - Update to 2.3.16 - Trim header - Remove ABI version from LIB_DEPENDS Feature safe: yes Modified: head/sysutils/powerman/Makefile head/sysutils/powerman/distinfo head/sysutils/powerman/pkg-plist Modified: head/sysutils/powerman/Makefile ============================================================================== --- head/sysutils/powerman/Makefile Tue Nov 27 00:10:13 2012 (r307813) +++ head/sysutils/powerman/Makefile Tue Nov 27 00:27:56 2012 (r307814) @@ -1,11 +1,8 @@ -# New ports collection makefile for: powerman -# Date created: 29 March 2004 -# Whom: Greg Lewis -# +# Created by: Greg Lewis # $FreeBSD$ PORTNAME= powerman -PORTVERSION= 2.3.9 +PORTVERSION= 2.3.16 CATEGORIES= sysutils parallel MASTER_SITES= GOOGLE_CODE @@ -15,7 +12,7 @@ COMMENT= A tool for doing remote power c LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_PERL5_BUILD=yes GNU_CONFIGURE= yes Modified: head/sysutils/powerman/distinfo ============================================================================== --- head/sysutils/powerman/distinfo Tue Nov 27 00:10:13 2012 (r307813) +++ head/sysutils/powerman/distinfo Tue Nov 27 00:27:56 2012 (r307814) @@ -1,2 +1,2 @@ -SHA256 (powerman-2.3.9.tar.gz) = d669767b037e38ee339c01b5b02fe586027489addcd59c45d9d5061d6ca0365f -SIZE (powerman-2.3.9.tar.gz) = 654883 +SHA256 (powerman-2.3.16.tar.gz) = 5ab2846d15a93917fe79190f7a7609c3c2e128c03d040edf365fbd4f80a985b2 +SIZE (powerman-2.3.16.tar.gz) = 615696 Modified: head/sysutils/powerman/pkg-plist ============================================================================== --- head/sysutils/powerman/pkg-plist Tue Nov 27 00:10:13 2012 (r307813) +++ head/sysutils/powerman/pkg-plist Tue Nov 27 00:27:56 2012 (r307814) @@ -10,8 +10,11 @@ bin/powerman %%ETCDIR%%/apcold.dev %%ETCDIR%%/apcpdu.dev %%ETCDIR%%/apcpdu3.dev +%%ETCDIR%%/appro-gb2.dev %%ETCDIR%%/appro-greenblade.dev %%ETCDIR%%/bashfun.dev +%%ETCDIR%%/baytech-rpc18d-nc.dev +%%ETCDIR%%/baytech-rpc22.dev %%ETCDIR%%/baytech-rpc28-nc.dev %%ETCDIR%%/baytech-rpc3-nc.dev %%ETCDIR%%/baytech-snmp.dev @@ -22,6 +25,7 @@ bin/powerman %%ETCDIR%%/cyclades-pm42.dev %%ETCDIR%%/cyclades-pm8.dev %%ETCDIR%%/dli.dev +%%ETCDIR%%/dli4.dev %%ETCDIR%%/eaton-epdu-blue-switched.dev %%ETCDIR%%/eaton-revelation-snmp.dev %%ETCDIR%%/hp3488.dev @@ -36,12 +40,15 @@ bin/powerman %%ETCDIR%%/ics8064.dev %%ETCDIR%%/ilom.dev %%ETCDIR%%/ipmi.dev +%%ETCDIR%%/ipmipower-serial.dev %%ETCDIR%%/ipmipower.dev %%ETCDIR%%/lom.dev %%ETCDIR%%/phantom.dev %%ETCDIR%%/plmpower.dev %%ETCDIR%%/powerman.conf.example %%ETCDIR%%/powerman.dev +%%ETCDIR%%/raritan-px4316.dev +%%ETCDIR%%/sentry_cdu.dev %%ETCDIR%%/swpdu.dev %%ETCDIR%%/vpc.dev %%ETCDIR%%/wti-rps10.dev From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 01:21: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 470379E8; Tue, 27 Nov 2012 01:21:28 +0000 (UTC) (envelope-from jsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2BED18FC08; Tue, 27 Nov 2012 01:21:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR1LSP7032128; Tue, 27 Nov 2012 01:21:28 GMT (envelope-from jsa@svn.freebsd.org) Received: (from jsa@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR1LRtY032125; Tue, 27 Nov 2012 01:21:27 GMT (envelope-from jsa@svn.freebsd.org) Message-Id: <201211270121.qAR1LRtY032125@svn.freebsd.org> From: "Joseph S. Atkinson" Date: Tue, 27 Nov 2012 01:21:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307815 - head/ftp/filezilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 01:21:28 -0000 Author: jsa Date: Tue Nov 27 01:21:27 2012 New Revision: 307815 URL: http://svnweb.freebsd.org/changeset/ports/307815 Log: Updted FileZilla to 3.6.0.1 and convert to OptionsNG format. Reviewed by: kwm (mentor) Approved by: wxs (mentor) Feature safe: yes Modified: head/ftp/filezilla/Makefile head/ftp/filezilla/distinfo head/ftp/filezilla/pkg-plist Modified: head/ftp/filezilla/Makefile ============================================================================== --- head/ftp/filezilla/Makefile Tue Nov 27 00:27:56 2012 (r307814) +++ head/ftp/filezilla/Makefile Tue Nov 27 01:21:27 2012 (r307815) @@ -6,8 +6,7 @@ # PORTNAME= filezilla -PORTVERSION= 3.5.3 -PORTREVISION= 1 +PORTVERSION= 3.6.0.1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/FileZilla_Client/${PORTVERSION} DISTNAME= FileZilla_${PORTVERSION}_src @@ -16,21 +15,20 @@ MAINTAINER= jsa@FreeBSD.org COMMENT= Fast and reliable cross-platform FTP, FTPS, and SFTP client LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils BUILD_DEPENDS:= ${RUN_DEPENDS} -LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \ - gnutls.47:${PORTSDIR}/security/gnutls \ - idn.17:${PORTSDIR}/dns/libidn \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - tinyxml.3:${PORTSDIR}/textproc/tinyxml +LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ + gnutls:${PORTSDIR}/security/gnutls \ + idn:${PORTSDIR}/dns/libidn \ + tinyxml:${PORTSDIR}/textproc/tinyxml MAKE_JOBS_SAFE= yes INSTALLS_ICONS= yes USE_BZIP2= yes USE_GMAKE= yes +USE_SQLITE= 3 USE_WX= 2.8 WX_CONF_ARGS= relative WX_UNICODE= yes @@ -42,17 +40,19 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER MAN1= filezilla.1 fzputtygen.1 fzsftp.1 MAN5= fzdefaults.xml.5 -OPTIONS= DBUS "Enable D-BUS intergration" On \ - NLS "Native Language Support" On +OPTIONS_DEFINE= DBUS NLS +OPTIONS_DEFAULT=DBUS NLS -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-1.3:${PORTSDIR}/devel/dbus +.include + +.if ${PORT_OPTIONS:MDBUS} +LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus CONFIGURE_ARGS+= --with-dbus .else CONFIGURE_ARGS+= --without-dbus .endif -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" .else Modified: head/ftp/filezilla/distinfo ============================================================================== --- head/ftp/filezilla/distinfo Tue Nov 27 00:27:56 2012 (r307814) +++ head/ftp/filezilla/distinfo Tue Nov 27 01:21:27 2012 (r307815) @@ -1,2 +1,2 @@ -SHA256 (FileZilla_3.5.3_src.tar.bz2) = 0bba27baa2041fd926f9775e360e70af391cdec10f3f3b1a8dff20b3e100ff6b -SIZE (FileZilla_3.5.3_src.tar.bz2) = 3366662 +SHA256 (FileZilla_3.6.0.1_src.tar.bz2) = ca15eded526bc3e2412cc7f74e89b98a59bf1ea92a432de420d391046a2822f0 +SIZE (FileZilla_3.6.0.1_src.tar.bz2) = 3534874 Modified: head/ftp/filezilla/pkg-plist ============================================================================== --- head/ftp/filezilla/pkg-plist Tue Nov 27 00:27:56 2012 (r307814) +++ head/ftp/filezilla/pkg-plist Tue Nov 27 01:21:27 2012 (r307815) @@ -28,6 +28,7 @@ bin/fzputtygen %%NLS%%share/locale/km_KH/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/ko_KR/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/ku/LC_MESSAGES/filezilla.mo +%%NLS%%share/locale/ky/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/lt_LT/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/lv_LV/LC_MESSAGES/filezilla.mo %%NLS%%share/locale/mk_MK/LC_MESSAGES/filezilla.mo @@ -217,7 +218,7 @@ share/pixmaps/filezilla.png %%DATADIR%%/resources/lone/16x16/ascii.png %%DATADIR%%/resources/lone/16x16/auto.png %%DATADIR%%/resources/lone/16x16/binary.png -%%DATADIR%%/resources/lone/16x16/bookmarks.png +%%DATADIR%%/resources/lone/16x16/bookmark.png %%DATADIR%%/resources/lone/16x16/cancel.png %%DATADIR%%/resources/lone/16x16/compare.png %%DATADIR%%/resources/lone/16x16/disconnect.png @@ -248,7 +249,7 @@ share/pixmaps/filezilla.png %%DATADIR%%/resources/lone/32x32/ascii.png %%DATADIR%%/resources/lone/32x32/auto.png %%DATADIR%%/resources/lone/32x32/binary.png -%%DATADIR%%/resources/lone/32x32/bookmarks.png +%%DATADIR%%/resources/lone/32x32/bookmark.png %%DATADIR%%/resources/lone/32x32/cancel.png %%DATADIR%%/resources/lone/32x32/compare.png %%DATADIR%%/resources/lone/32x32/disconnect.png @@ -278,7 +279,7 @@ share/pixmaps/filezilla.png %%DATADIR%%/resources/lone/48x48/ascii.png %%DATADIR%%/resources/lone/48x48/auto.png %%DATADIR%%/resources/lone/48x48/binary.png -%%DATADIR%%/resources/lone/48x48/bookmarks.png +%%DATADIR%%/resources/lone/48x48/bookmark.png %%DATADIR%%/resources/lone/48x48/cancel.png %%DATADIR%%/resources/lone/48x48/compare.png %%DATADIR%%/resources/lone/48x48/disconnect.png @@ -343,7 +344,7 @@ share/pixmaps/filezilla.png %%DATADIR%%/resources/opencrystal/16x16/ascii.png %%DATADIR%%/resources/opencrystal/16x16/auto.png %%DATADIR%%/resources/opencrystal/16x16/binary.png -%%DATADIR%%/resources/opencrystal/16x16/bookmarks.png +%%DATADIR%%/resources/opencrystal/16x16/bookmark.png %%DATADIR%%/resources/opencrystal/16x16/cancel.png %%DATADIR%%/resources/opencrystal/16x16/compare.png %%DATADIR%%/resources/opencrystal/16x16/disconnect.png @@ -377,7 +378,7 @@ share/pixmaps/filezilla.png %%DATADIR%%/resources/opencrystal/32x32/ascii.png %%DATADIR%%/resources/opencrystal/32x32/auto.png %%DATADIR%%/resources/opencrystal/32x32/binary.png -%%DATADIR%%/resources/opencrystal/32x32/bookmarks.png +%%DATADIR%%/resources/opencrystal/32x32/bookmark.png %%DATADIR%%/resources/opencrystal/32x32/cancel.png %%DATADIR%%/resources/opencrystal/32x32/compare.png %%DATADIR%%/resources/opencrystal/32x32/disconnect.png @@ -408,7 +409,7 @@ share/pixmaps/filezilla.png %%DATADIR%%/resources/opencrystal/48x48/ascii.png %%DATADIR%%/resources/opencrystal/48x48/auto.png %%DATADIR%%/resources/opencrystal/48x48/binary.png -%%DATADIR%%/resources/opencrystal/48x48/bookmarks.png +%%DATADIR%%/resources/opencrystal/48x48/bookmark.png %%DATADIR%%/resources/opencrystal/48x48/cancel.png %%DATADIR%%/resources/opencrystal/48x48/compare.png %%DATADIR%%/resources/opencrystal/48x48/disconnect.png @@ -437,6 +438,91 @@ share/pixmaps/filezilla.png %%DATADIR%%/resources/opencrystal/48x48/upload.png %%DATADIR%%/resources/opencrystal/48x48/uploadadd.png %%DATADIR%%/resources/opencrystal/theme.xml +%%DATADIR%%/resources/tango/16x16/ascii.png +%%DATADIR%%/resources/tango/16x16/auto.png +%%DATADIR%%/resources/tango/16x16/binary.png +%%DATADIR%%/resources/tango/16x16/bookmark.png +%%DATADIR%%/resources/tango/16x16/cancel.png +%%DATADIR%%/resources/tango/16x16/compare.png +%%DATADIR%%/resources/tango/16x16/disconnect.png +%%DATADIR%%/resources/tango/16x16/download.png +%%DATADIR%%/resources/tango/16x16/downloadadd.png +%%DATADIR%%/resources/tango/16x16/file.png +%%DATADIR%%/resources/tango/16x16/filter.png +%%DATADIR%%/resources/tango/16x16/find.png +%%DATADIR%%/resources/tango/16x16/folder.png +%%DATADIR%%/resources/tango/16x16/folderclosed.png +%%DATADIR%%/resources/tango/16x16/localtreeview.png +%%DATADIR%%/resources/tango/16x16/lock.png +%%DATADIR%%/resources/tango/16x16/logview.png +%%DATADIR%%/resources/tango/16x16/processqueue.png +%%DATADIR%%/resources/tango/16x16/queueview.png +%%DATADIR%%/resources/tango/16x16/reconnect.png +%%DATADIR%%/resources/tango/16x16/refresh.png +%%DATADIR%%/resources/tango/16x16/remotetreeview.png +%%DATADIR%%/resources/tango/16x16/server.png +%%DATADIR%%/resources/tango/16x16/sitemanager.png +%%DATADIR%%/resources/tango/16x16/synchronize.png +%%DATADIR%%/resources/tango/16x16/unknown.png +%%DATADIR%%/resources/tango/16x16/upload.png +%%DATADIR%%/resources/tango/16x16/uploadadd.png +%%DATADIR%%/resources/tango/32x32/ascii.png +%%DATADIR%%/resources/tango/32x32/auto.png +%%DATADIR%%/resources/tango/32x32/binary.png +%%DATADIR%%/resources/tango/32x32/bookmark.png +%%DATADIR%%/resources/tango/32x32/cancel.png +%%DATADIR%%/resources/tango/32x32/compare.png +%%DATADIR%%/resources/tango/32x32/disconnect.png +%%DATADIR%%/resources/tango/32x32/download.png +%%DATADIR%%/resources/tango/32x32/downloadadd.png +%%DATADIR%%/resources/tango/32x32/file.png +%%DATADIR%%/resources/tango/32x32/filter.png +%%DATADIR%%/resources/tango/32x32/find.png +%%DATADIR%%/resources/tango/32x32/folder.png +%%DATADIR%%/resources/tango/32x32/folderclosed.png +%%DATADIR%%/resources/tango/32x32/localtreeview.png +%%DATADIR%%/resources/tango/32x32/lock.png +%%DATADIR%%/resources/tango/32x32/logview.png +%%DATADIR%%/resources/tango/32x32/processqueue.png +%%DATADIR%%/resources/tango/32x32/queueview.png +%%DATADIR%%/resources/tango/32x32/reconnect.png +%%DATADIR%%/resources/tango/32x32/refresh.png +%%DATADIR%%/resources/tango/32x32/remotetreeview.png +%%DATADIR%%/resources/tango/32x32/server.png +%%DATADIR%%/resources/tango/32x32/sitemanager.png +%%DATADIR%%/resources/tango/32x32/synchronize.png +%%DATADIR%%/resources/tango/32x32/unknown.png +%%DATADIR%%/resources/tango/32x32/upload.png +%%DATADIR%%/resources/tango/32x32/uploadadd.png +%%DATADIR%%/resources/tango/48x48/ascii.png +%%DATADIR%%/resources/tango/48x48/auto.png +%%DATADIR%%/resources/tango/48x48/binary.png +%%DATADIR%%/resources/tango/48x48/bookmark.png +%%DATADIR%%/resources/tango/48x48/cancel.png +%%DATADIR%%/resources/tango/48x48/compare.png +%%DATADIR%%/resources/tango/48x48/disconnect.png +%%DATADIR%%/resources/tango/48x48/download.png +%%DATADIR%%/resources/tango/48x48/downloadadd.png +%%DATADIR%%/resources/tango/48x48/file.png +%%DATADIR%%/resources/tango/48x48/filter.png +%%DATADIR%%/resources/tango/48x48/find.png +%%DATADIR%%/resources/tango/48x48/folder.png +%%DATADIR%%/resources/tango/48x48/folderclosed.png +%%DATADIR%%/resources/tango/48x48/localtreeview.png +%%DATADIR%%/resources/tango/48x48/lock.png +%%DATADIR%%/resources/tango/48x48/logview.png +%%DATADIR%%/resources/tango/48x48/processqueue.png +%%DATADIR%%/resources/tango/48x48/queueview.png +%%DATADIR%%/resources/tango/48x48/reconnect.png +%%DATADIR%%/resources/tango/48x48/refresh.png +%%DATADIR%%/resources/tango/48x48/remotetreeview.png +%%DATADIR%%/resources/tango/48x48/server.png +%%DATADIR%%/resources/tango/48x48/sitemanager.png +%%DATADIR%%/resources/tango/48x48/synchronize.png +%%DATADIR%%/resources/tango/48x48/unknown.png +%%DATADIR%%/resources/tango/48x48/upload.png +%%DATADIR%%/resources/tango/48x48/uploadadd.png +%%DATADIR%%/resources/tango/theme.xml %%DATADIR%%/resources/48x48/filezilla.png %%DATADIR%%/resources/48x48/speedlimits.png %%DATADIR%%/resources/defaultfilters.xml @@ -455,6 +541,7 @@ share/pixmaps/filezilla.png share/icons/hicolor/16x16/apps/filezilla.png share/icons/hicolor/32x32/apps/filezilla.png share/icons/hicolor/48x48/apps/filezilla.png +share/icons/hicolor/scalable/apps/filezilla.svg share/applications/filezilla.desktop @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 @@ -464,6 +551,10 @@ share/applications/filezilla.desktop @dirrmtry share/icons/hicolor/16x16 @dirrmtry share/icons/hicolor @dirrmtry share/applications +@dirrm %%DATADIR%%/resources/tango/48x48 +@dirrm %%DATADIR%%/resources/tango/32x32 +@dirrm %%DATADIR%%/resources/tango/16x16 +@dirrm %%DATADIR%%/resources/tango @dirrm %%DATADIR%%/resources/opencrystal/48x48 @dirrm %%DATADIR%%/resources/opencrystal/32x32 @dirrm %%DATADIR%%/resources/opencrystal/24x24 @@ -517,6 +608,8 @@ share/applications/filezilla.desktop @dirrmtry share/locale/lv_LV @dirrmtry share/locale/lt_LT/LC_MESSAGES @dirrmtry share/locale/lt_LT +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky @dirrmtry share/locale/ko_KR/LC_MESSAGES @dirrmtry share/locale/ko_KR @dirrmtry share/locale/km_KH/LC_MESSAGES From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 02:19:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id F1583D36; Tue, 27 Nov 2012 02:19:35 +0000 (UTC) Date: Tue, 27 Nov 2012 02:19:35 +0000 From: Alexey Dokuchaev To: Brendan Fabeny Subject: Re: svn commit: r307793 - in head: lang/tcl-modules lang/tcl-wrapper lang/tcl82 lang/tcl83 lang/tcl84 lang/tcl84-thread lang/tcl85 lang/tcl85-thread lang/tcl86-thread x11-toolkits/tk-wrapper x11-toolki... Message-ID: <20121127021935.GB18314@FreeBSD.org> References: <201211261816.qAQIGv59044815@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211261816.qAQIGv59044815@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 02:19:36 -0000 On Mon, Nov 26, 2012 at 06:16:57PM +0000, Brendan Fabeny wrote: > New Revision: 307793 > URL: http://svnweb.freebsd.org/changeset/ports/307793 > > Log: > consolidate under (lower-case) tcltk@ thanks, much better now! ./danfe From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 02:49: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 E1EC49AF; Tue, 27 Nov 2012 02:49:44 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id ADB248FC08; Tue, 27 Nov 2012 02:49:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR2niGP052771; Tue, 27 Nov 2012 02:49:44 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR2nieT052769; Tue, 27 Nov 2012 02:49:44 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211270249.qAR2nieT052769@svn.freebsd.org> From: Bryan Drewery Date: Tue, 27 Nov 2012 02:49:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307816 - head/games/endgame-singularity X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 02:49:45 -0000 Author: bdrewery Date: Tue Nov 27 02:49:44 2012 New Revision: 307816 URL: http://svnweb.freebsd.org/changeset/ports/307816 Log: - Update to 0.30c - Trim header Feature safe: yes Modified: head/games/endgame-singularity/Makefile head/games/endgame-singularity/distinfo Modified: head/games/endgame-singularity/Makefile ============================================================================== --- head/games/endgame-singularity/Makefile Tue Nov 27 01:21:27 2012 (r307815) +++ head/games/endgame-singularity/Makefile Tue Nov 27 02:49:44 2012 (r307816) @@ -1,13 +1,8 @@ -# New ports collection makefile for: endgame-singularity -# Date created: 10 August 2007 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= singularity -PORTVERSION= 0.30b -PORTREVISION= 2 +PORTVERSION= 0.30c CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= endgame- Modified: head/games/endgame-singularity/distinfo ============================================================================== --- head/games/endgame-singularity/distinfo Tue Nov 27 01:21:27 2012 (r307815) +++ head/games/endgame-singularity/distinfo Tue Nov 27 02:49:44 2012 (r307816) @@ -1,2 +1,2 @@ -SHA256 (singularity-0.30b-src.tar.gz) = 24c5d454b29fdf000663c238513465c0d2dc7c58be510cfd11c00373ef89d6c8 -SIZE (singularity-0.30b-src.tar.gz) = 2265019 +SHA256 (singularity-0.30c-src.tar.gz) = f4759fc059ef136c2d4d9668a021b14922dd7300ab5f37ed318ad6778c83f28f +SIZE (singularity-0.30c-src.tar.gz) = 2265133 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 03:07: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 0D873E9A; Tue, 27 Nov 2012 03:07:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CCC5F8FC0C; Tue, 27 Nov 2012 03:07:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR37KdV057547; Tue, 27 Nov 2012 03:07:20 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR37Kf2057544; Tue, 27 Nov 2012 03:07:20 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211270307.qAR37Kf2057544@svn.freebsd.org> From: Bryan Drewery Date: Tue, 27 Nov 2012 03:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307817 - head/net-mgmt/py-pyang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 03:07:21 -0000 Author: bdrewery Date: Tue Nov 27 03:07:20 2012 New Revision: 307817 URL: http://svnweb.freebsd.org/changeset/ports/307817 Log: - Update to 1.2 Feature safe: yes Modified: head/net-mgmt/py-pyang/Makefile head/net-mgmt/py-pyang/distinfo head/net-mgmt/py-pyang/pkg-plist Modified: head/net-mgmt/py-pyang/Makefile ============================================================================== --- head/net-mgmt/py-pyang/Makefile Tue Nov 27 02:49:44 2012 (r307816) +++ head/net-mgmt/py-pyang/Makefile Tue Nov 27 03:07:20 2012 (r307817) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyang -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= net-mgmt python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-mgmt/py-pyang/distinfo ============================================================================== --- head/net-mgmt/py-pyang/distinfo Tue Nov 27 02:49:44 2012 (r307816) +++ head/net-mgmt/py-pyang/distinfo Tue Nov 27 03:07:20 2012 (r307817) @@ -1,2 +1,2 @@ -SHA256 (pyang-1.1.tar.gz) = d45567d67594f744cb9d1cbfef46c2049b194c2ae76af5bf0a421b12896ed31c -SIZE (pyang-1.1.tar.gz) = 140918 +SHA256 (pyang-1.2.tar.gz) = b8774f4eaa0561d82ca30887a4e6d623c1e5c44012cfedb7a62596da45310d4c +SIZE (pyang-1.2.tar.gz) = 146708 Modified: head/net-mgmt/py-pyang/pkg-plist ============================================================================== --- head/net-mgmt/py-pyang/pkg-plist Tue Nov 27 02:49:44 2012 (r307816) +++ head/net-mgmt/py-pyang/pkg-plist Tue Nov 27 03:07:20 2012 (r307817) @@ -86,6 +86,7 @@ share/yang/xslt/iso_abstract_expand.xsl share/yang/xslt/iso_schematron_skeleton_for_xslt1.xsl share/yang/xslt/iso_svrl_for_xslt1.xsl share/yang/xslt/svrl2text.xsl +share/yang/xslt/yin2yang.xsl @dirrm share/yang/xslt @dirrm share/yang/schema @dirrm share/yang/modules From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 03:26:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 9DA417A3; Tue, 27 Nov 2012 03:26:27 +0000 (UTC) Date: Tue, 27 Nov 2012 03:26:27 +0000 From: Alexey Dokuchaev To: Bryan Drewery Subject: Re: svn commit: r307816 - head/games/endgame-singularity Message-ID: <20121127032627.GA24005@FreeBSD.org> References: <201211270249.qAR2nieT052769@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211270249.qAR2nieT052769@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 03:26:27 -0000 On Tue, Nov 27, 2012 at 02:49:44AM +0000, Bryan Drewery wrote: > New Revision: 307816 > URL: http://svnweb.freebsd.org/changeset/ports/307816 > > PORTNAME= singularity > -PORTVERSION= 0.30b > -PORTREVISION= 2 > +PORTVERSION= 0.30c Upon an occasion, this should probably be turned into DISTVERSION. ./danfe From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 03:28:29 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 1594C893; Tue, 27 Nov 2012 03:28:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CFAB08FC08; Tue, 27 Nov 2012 03:28:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR3SSST062342; Tue, 27 Nov 2012 03:28:28 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR3SSNP062340; Tue, 27 Nov 2012 03:28:28 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211270328.qAR3SSNP062340@svn.freebsd.org> From: Bryan Drewery Date: Tue, 27 Nov 2012 03:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307818 - head/science/py-netCDF4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 03:28:29 -0000 Author: bdrewery Date: Tue Nov 27 03:28:28 2012 New Revision: 307818 URL: http://svnweb.freebsd.org/changeset/ports/307818 Log: - Update to 1.0.2 - Remove ABI versions from LIB_DEPENDS Feature safe: yes Modified: head/science/py-netCDF4/Makefile head/science/py-netCDF4/distinfo Modified: head/science/py-netCDF4/Makefile ============================================================================== --- head/science/py-netCDF4/Makefile Tue Nov 27 03:07:20 2012 (r307817) +++ head/science/py-netCDF4/Makefile Tue Nov 27 03:28:28 2012 (r307818) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netCDF4 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= science python MASTER_SITES= http://netcdf4-python.googlecode.com/files/ \ CHEESESHOP @@ -13,8 +13,8 @@ COMMENT= Python Interface to the NetCDF BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy RUN_DEPENDS:= ${BUILD_DEPENDS} -LIB_DEPENDS= hdf5.7:${PORTSDIR}/science/hdf5-18 \ - netcdf.7:${PORTSDIR}/science/netcdf4 +LIB_DEPENDS= hdf5:${PORTSDIR}/science/hdf5-18 \ + netcdf:${PORTSDIR}/science/netcdf4 USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes Modified: head/science/py-netCDF4/distinfo ============================================================================== --- head/science/py-netCDF4/distinfo Tue Nov 27 03:07:20 2012 (r307817) +++ head/science/py-netCDF4/distinfo Tue Nov 27 03:28:28 2012 (r307818) @@ -1,2 +1,2 @@ -SHA256 (netCDF4-1.0.1.tar.gz) = 67357a3a9b16e081503f6d2d4385cb52a2232a7203483d6e1899f22315b0c8f8 -SIZE (netCDF4-1.0.1.tar.gz) = 490179 +SHA256 (netCDF4-1.0.2.tar.gz) = 76af3918112fbd254d07f073376d4364b3538ab0fdde47a453f1e10f612f6223 +SIZE (netCDF4-1.0.2.tar.gz) = 490900 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 03:30: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 BBEB19AF for ; Tue, 27 Nov 2012 03:30:53 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 775C68FC17 for ; Tue, 27 Nov 2012 03:30:53 +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 qAR3UrTk019450 for ; Tue, 27 Nov 2012 03:30:53 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAR3Ursw019443 for svn-ports-all@freebsd.org; Tue, 27 Nov 2012 03:30:53 GMT (envelope-from bdrewery) Received: (qmail 44056 invoked from network); 26 Nov 2012 21:30:51 -0600 Received: from unknown (HELO ?10.10.0.115?) (freebsd@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 26 Nov 2012 21:30:51 -0600 Message-ID: <50B433E6.6010802@FreeBSD.org> Date: Mon, 26 Nov 2012 21:30:46 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r307816 - head/games/endgame-singularity References: <201211270249.qAR2nieT052769@svn.freebsd.org> <20121127032627.GA24005@FreeBSD.org> In-Reply-To: <20121127032627.GA24005@FreeBSD.org> X-Enigmail-Version: 1.4.6 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig4D1A556FB35D6FBA487EA682" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 03:30:53 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4D1A556FB35D6FBA487EA682 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On 11/26/2012 9:26 PM, Alexey Dokuchaev wrote: > On Tue, Nov 27, 2012 at 02:49:44AM +0000, Bryan Drewery wrote: >> New Revision: 307816 >> URL: http://svnweb.freebsd.org/changeset/ports/307816 >> >> PORTNAME=3D singularity >> -PORTVERSION=3D 0.30b >> -PORTREVISION=3D 2 >> +PORTVERSION=3D 0.30c >=20 > Upon an occasion, this should probably be turned into DISTVERSION. >=20 > ./danfe >=20 Hmm, would that require a PORTEPOCH bump? It adds an extra `.' in. $ make -V PORTVERSION 0.30.c --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet --------------enig4D1A556FB35D6FBA487EA682 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJQtDPmAAoJEG54KsA8mwz5l5UP/0BIrV+mjW7yLFiuhXf+yvDg rZmgOylcXBU9d3guqhI973bWpG1QftLC1Tgaw6JYWCue7ev4fTGh21uIH+kotn7z HI9aFjwS0I295eQ/XGu/WHH51sN+Z7JDWmDZkGcyosaDfEYRHc+KPPut6MTU42Rk I0imrq5Y4kGgSVbdJod1TKARiJp9sOIgWVW+SV1WWZ5T/weTn7DFPVCtZVg3Kr8v DNbyM6VaSnY/La5G+rBZ0J0bbHpVuN1cLAioElVmHngwfc8Gjbyj3LgByVuXwGUg mHCMDfwSELMEVXbyL7PGsyPWbN0aSXPRvwJ50j/+/bg9o8vIx3Pgcc6yKPaC1OW+ vuV9i4y+Q+FA+OlL9qx52fKA/M6NwNjI50oVUKs0wEXQtoGENIVAhT7xZM1+a6Uq pNJ+rEJe9b/aOupwGgayihwSzdCGUHAIobrDij1dAYz+pbQ6liSkaQL77BGuVNQ2 bwl/Eg0pu/mBVswWMObE5lSYg0tdDZYuzBCtY2IY691w78r6os/kBuxADPcuUkbG 9gGlyCMdu3hdvxieloDm4AHMy3uTdppB9F9X+jCEgRyyH8pvQ9k0SoiFsYAipcVo TewEgkCrLF3YSWV3X+zWqmXg8nMhoqbiaROKPx5e5T69wt5ddf2zLFITtp56975n VmQavYg/XYwbXSU9DKnx =96o0 -----END PGP SIGNATURE----- --------------enig4D1A556FB35D6FBA487EA682-- From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 05:14:08 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 785365BE; Tue, 27 Nov 2012 05:14:08 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5D1778FC08; Tue, 27 Nov 2012 05:14:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR5E8fl084294; Tue, 27 Nov 2012 05:14:08 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR5E8f1084292; Tue, 27 Nov 2012 05:14:08 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201211270514.qAR5E8f1084292@svn.freebsd.org> From: Brendan Fabeny Date: Tue, 27 Nov 2012 05:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307819 - head/math/fftw3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 05:14:08 -0000 Author: bf Date: Tue Nov 27 05:14:07 2012 New Revision: 307819 URL: http://svnweb.freebsd.org/changeset/ports/307819 Log: update to 3.3.3 Feature safe: yes Modified: head/math/fftw3/Makefile (contents, props changed) head/math/fftw3/distinfo (contents, props changed) Modified: head/math/fftw3/Makefile ============================================================================== --- head/math/fftw3/Makefile Tue Nov 27 03:28:28 2012 (r307818) +++ head/math/fftw3/Makefile Tue Nov 27 05:14:07 2012 (r307819) @@ -6,7 +6,7 @@ # $MCom: ports-experimental/math/fftw3/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $ PORTNAME= fftw3 -PORTVERSION= 3.3.2 +PORTVERSION= 3.3.3 PORTREVISION?= 0 CATEGORIES= math MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \ Modified: head/math/fftw3/distinfo ============================================================================== --- head/math/fftw3/distinfo Tue Nov 27 03:28:28 2012 (r307818) +++ head/math/fftw3/distinfo Tue Nov 27 05:14:07 2012 (r307819) @@ -1,2 +1,2 @@ -SHA256 (fftw-3.3.2.tar.gz) = b1236a780ca6e66fc5f8eda6ef0665d680e8253d9f01d7bf211b714a50032d01 -SIZE (fftw-3.3.2.tar.gz) = 3908279 +SHA256 (fftw-3.3.3.tar.gz) = 85cdfc0a0ba10d8fa4f0f8e733aac1a5936c859832a9e3d5c0731fb5c54a97f3 +SIZE (fftw-3.3.3.tar.gz) = 3920661 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 05:31: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 825ACA0E; Tue, 27 Nov 2012 05:31:42 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 499288FC12; Tue, 27 Nov 2012 05:31:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR5Vgfs087446; Tue, 27 Nov 2012 05:31:42 GMT (envelope-from jpaetzel@svn.freebsd.org) Received: (from jpaetzel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR5VgtP087443; Tue, 27 Nov 2012 05:31:42 GMT (envelope-from jpaetzel@svn.freebsd.org) Message-Id: <201211270531.qAR5VgtP087443@svn.freebsd.org> From: Josh Paetzel Date: Tue, 27 Nov 2012 05:31:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307820 - head/irc/epic5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 05:31:42 -0000 Author: jpaetzel Date: Tue Nov 27 05:31:41 2012 New Revision: 307820 URL: http://svnweb.freebsd.org/changeset/ports/307820 Log: Update to 1.1.4 Feature safe: yes Modified: head/irc/epic5/Makefile head/irc/epic5/distinfo head/irc/epic5/pkg-plist Modified: head/irc/epic5/Makefile ============================================================================== --- head/irc/epic5/Makefile Tue Nov 27 05:14:07 2012 (r307819) +++ head/irc/epic5/Makefile Tue Nov 27 05:31:41 2012 (r307820) @@ -6,7 +6,7 @@ # PORTNAME= epic5 -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.4 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC5-PRODUCTION/ \ Modified: head/irc/epic5/distinfo ============================================================================== --- head/irc/epic5/distinfo Tue Nov 27 05:14:07 2012 (r307819) +++ head/irc/epic5/distinfo Tue Nov 27 05:31:41 2012 (r307820) @@ -1,2 +1,2 @@ -SHA256 (epic5-1.1.2.tar.bz2) = f21b873db281f042435cffc0189536911c896d4b03c80cd8ec025c4125309d27 -SIZE (epic5-1.1.2.tar.bz2) = 769464 +SHA256 (epic5-1.1.4.tar.bz2) = a21dabab6007ce08e74ba1865d0fded2edda1cb12320ebe2bc0378851b139950 +SIZE (epic5-1.1.4.tar.bz2) = 779170 Modified: head/irc/epic5/pkg-plist ============================================================================== --- head/irc/epic5/pkg-plist Tue Nov 27 05:14:07 2012 (r307819) +++ head/irc/epic5/pkg-plist Tue Nov 27 05:31:41 2012 (r307820) @@ -63,6 +63,7 @@ libexec/epic5-wserv4 %%DATADIR%%/script/paste %%DATADIR%%/script/pipe %%DATADIR%%/script/reconnect +%%DATADIR%%/script/rejoin %%DATADIR%%/script/renumber %%DATADIR%%/script/revdcc %%DATADIR%%/script/save From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 05:55:03 2012 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 532752F9; Tue, 27 Nov 2012 05:55:03 +0000 (UTC) Date: Tue, 27 Nov 2012 05:55:03 +0000 From: Alexey Dokuchaev To: Bryan Drewery Subject: Re: svn commit: r307816 - head/games/endgame-singularity Message-ID: <20121127055503.GA32050@FreeBSD.org> References: <201211270249.qAR2nieT052769@svn.freebsd.org> <20121127032627.GA24005@FreeBSD.org> <50B433E6.6010802@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <50B433E6.6010802@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 05:55:03 -0000 On Mon, Nov 26, 2012 at 09:30:46PM -0600, Bryan Drewery wrote: > On 11/26/2012 9:26 PM, Alexey Dokuchaev wrote: > > On Tue, Nov 27, 2012 at 02:49:44AM +0000, Bryan Drewery wrote: > >> New Revision: 307816 > >> URL: http://svnweb.freebsd.org/changeset/ports/307816 > >> > >> PORTNAME= singularity > >> -PORTVERSION= 0.30b > >> -PORTREVISION= 2 > >> +PORTVERSION= 0.30c > > > > Upon an occasion, this should probably be turned into DISTVERSION. > > Hmm, would that require a PORTEPOCH bump? It adds an extra `.' in. > > $ make -V PORTVERSION > 0.30.c Yes, it would. That's why I said upon occaison, that is, for example, when 0.4 releases start to pop up. ./danfe From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 06:04: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 EACB2608; Tue, 27 Nov 2012 06:04:04 +0000 (UTC) (envelope-from jpaetzel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CDC7D8FC08; Tue, 27 Nov 2012 06:04:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR6441f093287; Tue, 27 Nov 2012 06:04:04 GMT (envelope-from jpaetzel@svn.freebsd.org) Received: (from jpaetzel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR644nI093285; Tue, 27 Nov 2012 06:04:04 GMT (envelope-from jpaetzel@svn.freebsd.org) Message-Id: <201211270604.qAR644nI093285@svn.freebsd.org> From: Josh Paetzel Date: Tue, 27 Nov 2012 06:04:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307821 - head/multimedia/libdvdcss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 06:04:05 -0000 Author: jpaetzel Date: Tue Nov 27 06:04:04 2012 New Revision: 307821 URL: http://svnweb.freebsd.org/changeset/ports/307821 Log: Update to 1.2.12 Feature safe: yes Modified: head/multimedia/libdvdcss/Makefile head/multimedia/libdvdcss/distinfo Modified: head/multimedia/libdvdcss/Makefile ============================================================================== --- head/multimedia/libdvdcss/Makefile Tue Nov 27 05:31:41 2012 (r307820) +++ head/multimedia/libdvdcss/Makefile Tue Nov 27 06:04:04 2012 (r307821) @@ -7,8 +7,7 @@ # PORTNAME= libdvdcss -PORTVERSION= 1.2.10 -PORTREVISION= 1 +PORTVERSION= 1.2.12 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION} Modified: head/multimedia/libdvdcss/distinfo ============================================================================== --- head/multimedia/libdvdcss/distinfo Tue Nov 27 05:31:41 2012 (r307820) +++ head/multimedia/libdvdcss/distinfo Tue Nov 27 06:04:04 2012 (r307821) @@ -1,2 +1,2 @@ -SHA256 (libdvdcss-1.2.10.tar.bz2) = 2394a75013ab66b592d8c91d53529ede392bc9faee37fe279bd29b455eff2220 -SIZE (libdvdcss-1.2.10.tar.bz2) = 308373 +SHA256 (libdvdcss-1.2.12.tar.bz2) = 72465395d494f609b180cab23f9679acf6083fb821bd84979a8e70f7b795db5d +SIZE (libdvdcss-1.2.12.tar.bz2) = 331764 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 06:41: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 CA6E6206; Tue, 27 Nov 2012 06:41:02 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A39488FC08; Tue, 27 Nov 2012 06:41:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR6f2Y2000718; Tue, 27 Nov 2012 06:41:02 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR6f2EP000715; Tue, 27 Nov 2012 06:41:02 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201211270641.qAR6f2EP000715@svn.freebsd.org> From: Thierry Thomas Date: Tue, 27 Nov 2012 06:41:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307822 - in head/science/v_sim: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 06:41:03 -0000 Author: thierry Date: Tue Nov 27 06:41:02 2012 New Revision: 307822 URL: http://svnweb.freebsd.org/changeset/ports/307822 Log: Upgrade to 3.6.1.1. Changelog at . Feature safe: yes Deleted: head/science/v_sim/files/ Modified: head/science/v_sim/Makefile (contents, props changed) head/science/v_sim/distinfo (contents, props changed) head/science/v_sim/pkg-plist (contents, props changed) Modified: head/science/v_sim/Makefile ============================================================================== --- head/science/v_sim/Makefile Tue Nov 27 06:04:04 2012 (r307821) +++ head/science/v_sim/Makefile Tue Nov 27 06:41:02 2012 (r307822) @@ -1,18 +1,19 @@ -# New ports collection makefile for: V_Sim -# Date created: Sep 27, 2005 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ PORTNAME= v_sim -PORTVERSION= 3.5.2 -PORTREVISION= 1 +PORTVERSION= 3.6.1.1 CATEGORIES= science MASTER_SITES= http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/download/ MAINTAINER= thierry@FreeBSD.org COMMENT= Visualization of atomic structures +LICENSE= CeCILL +LICENSE_NAME= CeCILL +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo USE_BZIP2= yes @@ -25,6 +26,7 @@ CONFIGURE_ARGS= --disable-gtk-doc --with CPPFLAGS+= ${CFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes +INSTALLS_ICONS= yes .if !defined(NOPORTDOCS) MAN1= v_sim.1 @@ -48,7 +50,7 @@ PLIST_SUB+= CDF="@comment " .if !defined(WITHOUT_BABEL) LIB_DEPENDS+= openbabel.3:${PORTSDIR}/science/openbabel -CONFIGURE_ARGS+=--with-openbabel --with-openbabel-path=${LOCALBASE} +CONFIGURE_ARGS+=--with-openbabel PLIST_SUB+= BABEL="" .else CONFIGURE_ARGS+=--without-openbabel Modified: head/science/v_sim/distinfo ============================================================================== --- head/science/v_sim/distinfo Tue Nov 27 06:04:04 2012 (r307821) +++ head/science/v_sim/distinfo Tue Nov 27 06:41:02 2012 (r307822) @@ -1,2 +1,2 @@ -SHA256 (v_sim-3.5.2.tar.bz2) = 22beab0f9f5e38d60cb13a8afa5f760ec7fd56cb9850c7b7d38a546448d62b15 -SIZE (v_sim-3.5.2.tar.bz2) = 2802637 +SHA256 (v_sim-3.6.1.1.tar.bz2) = 4e8c5ae6a86d92d42c7fdbdb55940bc96780d5ec25d10f03c812be42facb2f67 +SIZE (v_sim-3.6.1.1.tar.bz2) = 2955604 Modified: head/science/v_sim/pkg-plist ============================================================================== --- head/science/v_sim/pkg-plist Tue Nov 27 06:04:04 2012 (r307821) +++ head/science/v_sim/pkg-plist Tue Nov 27 06:41:02 2012 (r307822) @@ -1,30 +1,25 @@ bin/v_sim -lib/libv_sim.a -lib/libv_sim.la -lib/libv_sim.so -lib/libv_sim.so.1 +lib/libv_sim-3.a +lib/libv_sim-3.la +lib/libv_sim-3.so +lib/libv_sim-3.so.6 %%BABEL%%lib/v_sim/plug-ins/libobloader.a %%BABEL%%lib/v_sim/plug-ins/libobloader.la %%BABEL%%lib/v_sim/plug-ins/libobloader.so -%%BABEL%%lib/v_sim/plug-ins/libobloader.so.1 +%%BABEL%%lib/v_sim/plug-ins/libobloader.so.6 %%DOCSDIR%%/ChangeLog.en %%DOCSDIR%%/ChangeLog.fr +%%PORTDOCS%%%%DOCSDIR%%/VisuObject.html +%%PORTDOCS%%%%DOCSDIR%%/VisuRendering.html +%%PORTDOCS%%%%DOCSDIR%%/annotation-glossary.html +%%PORTDOCS%%%%DOCSDIR%%/api-3.1.html +%%PORTDOCS%%%%DOCSDIR%%/api-3.2.html +%%PORTDOCS%%%%DOCSDIR%%/api-3.3.html +%%PORTDOCS%%%%DOCSDIR%%/api-3.4.html +%%PORTDOCS%%%%DOCSDIR%%/api-3.5.html +%%PORTDOCS%%%%DOCSDIR%%/api-3.6.html +%%PORTDOCS%%%%DOCSDIR%%/api-index-full.html %%PORTDOCS%%%%DOCSDIR%%/authors -%%PORTDOCS%%%%DOCSDIR%%/licence.en.txt -%%PORTDOCS%%%%DOCSDIR%%/licence.fr.txt -%%PORTDOCS%%%%DOCSDIR%%/pot2surf_help -%%PORTDOCS%%%%DOCSDIR%%/readme -%%PORTDOCS%%%%DOCSDIR%%/v-sim-ColorComboBox.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-DumpDialog.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-NumericalEntry.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-OpenGLWidget.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-OrientationChooser.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-Plane.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-RenderingWindow.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-Scale.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-ShadeComboBox.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-StippleComboBox.html -%%PORTDOCS%%%%DOCSDIR%%/VisuData.html %%PORTDOCS%%%%DOCSDIR%%/axesTransform.png %%PORTDOCS%%%%DOCSDIR%%/ch01.html %%PORTDOCS%%%%DOCSDIR%%/ch02.html @@ -37,20 +32,21 @@ lib/libv_sim.so.1 %%PORTDOCS%%%%DOCSDIR%%/ch09.html %%PORTDOCS%%%%DOCSDIR%%/ch10.html %%PORTDOCS%%%%DOCSDIR%%/ch11.html -%%PORTDOCS%%%%DOCSDIR%%/ch12.html %%PORTDOCS%%%%DOCSDIR%%/core.html %%PORTDOCS%%%%DOCSDIR%%/gtkInterface.html %%PORTDOCS%%%%DOCSDIR%%/home.png %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/ix01.html %%PORTDOCS%%%%DOCSDIR%%/left.png +%%PORTDOCS%%%%DOCSDIR%%/licence.en.txt +%%PORTDOCS%%%%DOCSDIR%%/licence.fr.txt +%%PORTDOCS%%%%DOCSDIR%%/miscInfo.html +%%PORTDOCS%%%%DOCSDIR%%/object-tree.html +%%PORTDOCS%%%%DOCSDIR%%/pot2surf_help +%%PORTDOCS%%%%DOCSDIR%%/readme %%PORTDOCS%%%%DOCSDIR%%/right.png %%PORTDOCS%%%%DOCSDIR%%/style.css %%PORTDOCS%%%%DOCSDIR%%/up.png -%%PORTDOCS%%%%DOCSDIR%%/v-sim-LineObject.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-ToolPanel.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-VisuObject.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-atomic-xyz.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-axes.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-box.html @@ -58,64 +54,92 @@ lib/libv_sim.so.1 %%PORTDOCS%%%%DOCSDIR%%/v-sim-dataFile.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-dataNode.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpThroughGdkPixbuf.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToABINIT.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToAscii.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToGif.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToPsAndPdf.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToSVG.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToTiff.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-dumpToXyz.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-extInfos.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-extraNode.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-fogAndBGColor.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-geometry.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-about.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-colorComboBoxWidget.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-curveWidget.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-cylinder.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-dumpDialogWidget.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-elementComboBox.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-interactive.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-lineObjectWidget.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-main.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-move.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-numericalEntryWidget.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-openGLWidget.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-orientationChooser.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-pairs.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-pick.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-renderingWindowWidget.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-save.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-shadeComboBoxWidget.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-stippleComboBoxWidget.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-toolPanelWidget.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-valueIOWidget.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-gtk-wire.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-gtkAtomic.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-gtkSpin.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-interactive.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-isolines.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-isoline.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-legend.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-light.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-map.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-marks.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-objectList.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-opengl.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-panelAxes.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelBox.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-panelBrowser.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelConfig.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-panelDataFile.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-panelElements.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-panelFogBgColor.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelGeometry.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-panelMap.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-panelMethod.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-panelOpenGL.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-panelPlanes.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-panelSurfaces.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-panelSurfacesTools.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-panelVibration.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-plane.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-pot2surf.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-renderingAtomic-ascii.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-renderingAtomic-d3.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-renderingAtomic.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-renderingMode.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-renderingSpin.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-rings.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-scalarFields.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-scale.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-surfaces-points.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-surfaces-resources.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-surfaces.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-surfacesPoints.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-text.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-toolColor.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-toolConfigFile.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-toolElements.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-toolFileFormat.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-toolFortran.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-toolMatrix.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-toolOptions.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-toolPhysic.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-toolShade.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-vibration.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-view.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-OSInterface.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-actionInterface.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-basic.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-commandLine.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-configFile.html +%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-data.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-dump.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-elements.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-extension.html @@ -123,12 +147,7 @@ lib/libv_sim.so.1 %%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-nodes.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-openGL.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-pairs.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-pickMesure.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-plugins.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-rendering.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-tools.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-visu-windowInterface.html -%%PORTDOCS%%%%DOCSDIR%%/v-sim-visuConfig.html %%PORTDOCS%%%%DOCSDIR%%/v-sim-wire.html %%PORTDOCS%%%%DOCSDIR%%/v_sim.devhelp %%PORTDOCS%%%%DOCSDIR%%/v_sim.devhelp2 @@ -147,10 +166,13 @@ lib/libv_sim.so.1 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_isosurfaces.ascii %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_isosurfaces.surf %%PORTEXAMPLES%%%%EXAMPLESDIR%%/values.xml +share/icons/hicolor/16x16/apps/v_sim.png +share/icons/hicolor/22x22/apps/v_sim.png +share/icons/hicolor/24x24/apps/v_sim.png +share/icons/hicolor/32x32/apps/v_sim.png +share/icons/hicolor/48x48/apps/v_sim.png +share/icons/hicolor/scalable/apps/v_sim.svg %%NLS%%share/locale/fr/LC_MESSAGES/v_sim.mo -share/pixmaps/v_sim.16.png -share/pixmaps/v_sim.32.png -share/pixmaps/v_sim.48.png share/pixmaps/v_sim.xpm %%DATADIR%%/pixmaps/axes-angles.png %%DATADIR%%/pixmaps/axes-box.png @@ -160,7 +182,6 @@ share/pixmaps/v_sim.xpm %%DATADIR%%/pixmaps/icone-dialog.png %%DATADIR%%/pixmaps/icone-observe.png %%DATADIR%%/pixmaps/icone-observe.xpm -%%DATADIR%%/pixmaps/icone-panel.png %%DATADIR%%/pixmaps/liaison-bandeau.png %%DATADIR%%/pixmaps/logo_grey.png %%DATADIR%%/pixmaps/logo_petit.png @@ -170,12 +191,12 @@ share/pixmaps/v_sim.xpm %%DATADIR%%/pixmaps/save-bandeau.png %%DATADIR%%/pixmaps/stock-atomic.png %%DATADIR%%/pixmaps/stock-axes_20.png -%%DATADIR%%/pixmaps/stock-box_20.png %%DATADIR%%/pixmaps/stock-browser_20.png %%DATADIR%%/pixmaps/stock-data_20.png %%DATADIR%%/pixmaps/stock-elements_20.png %%DATADIR%%/pixmaps/stock-fog_20.png %%DATADIR%%/pixmaps/stock-four-lights_20.png +%%DATADIR%%/pixmaps/stock-geometry_20.png %%DATADIR%%/pixmaps/stock-go-and-back.png %%DATADIR%%/pixmaps/stock-go-around.png %%DATADIR%%/pixmaps/stock-go-once.png @@ -187,17 +208,16 @@ share/pixmaps/v_sim.xpm %%DATADIR%%/pixmaps/stock-method_20.png %%DATADIR%%/pixmaps/stock-one-light_20.png %%DATADIR%%/pixmaps/stock-opengl_20.png +%%DATADIR%%/pixmaps/stock-phonons.png %%DATADIR%%/pixmaps/stock-planes_20.png -%%DATADIR%%/pixmaps/stock-refresh-dir_20.png %%DATADIR%%/pixmaps/stock-select-all_20.png +%%DATADIR%%/pixmaps/stock-spin.png %%DATADIR%%/pixmaps/stock-union.png %%DATADIR%%/pixmaps/stock-unselect-all_20.png %%DATADIR%%/pixmaps/stock_effects-object-colorize_20.png %%DATADIR%%/pixmaps/stock_media-play.png %%DATADIR%%/pixmaps/stock_media-stop.png -%%DATADIR%%/pixmaps/stock-phonons.png %%DATADIR%%/pixmaps/stock_rotate_20.png -%%DATADIR%%/pixmaps/stock_spin.png %%DATADIR%%/v_sim.par %%DATADIR%%/v_sim.rc %%DATADIR%%/v_sim.res From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 07:27: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 D7D6FC39; Tue, 27 Nov 2012 07:27:04 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BAAD38FC08; Tue, 27 Nov 2012 07:27:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR7R4Ui009162; Tue, 27 Nov 2012 07:27:04 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR7R4CY009160; Tue, 27 Nov 2012 07:27:04 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201211270727.qAR7R4CY009160@svn.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 27 Nov 2012 07:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307823 - head/www/pecl-yaf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 07:27:05 -0000 Author: vanilla Date: Tue Nov 27 07:27:04 2012 New Revision: 307823 URL: http://svnweb.freebsd.org/changeset/ports/307823 Log: Upgrade to 2.2.7. PR: ports/173716 Submitted by: maintainer Feature safe: yes Modified: head/www/pecl-yaf/Makefile head/www/pecl-yaf/distinfo Modified: head/www/pecl-yaf/Makefile ============================================================================== --- head/www/pecl-yaf/Makefile Tue Nov 27 06:41:02 2012 (r307822) +++ head/www/pecl-yaf/Makefile Tue Nov 27 07:27:04 2012 (r307823) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaf -PORTVERSION= 2.2.6 +PORTVERSION= 2.2.7 CATEGORIES= www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/www/pecl-yaf/distinfo ============================================================================== --- head/www/pecl-yaf/distinfo Tue Nov 27 06:41:02 2012 (r307822) +++ head/www/pecl-yaf/distinfo Tue Nov 27 07:27:04 2012 (r307823) @@ -1,2 +1,2 @@ -SHA256 (PECL/yaf-2.2.6.tgz) = ced7909431dbb65db5fe338975225ed3773cd879b4f4d39484b31fc2ce1b60dd -SIZE (PECL/yaf-2.2.6.tgz) = 94276 +SHA256 (PECL/yaf-2.2.7.tgz) = 0ba42e2f6997e38c98b20a28681acf9cc6bb574d783e2a3ac2f3f44747187e81 +SIZE (PECL/yaf-2.2.7.tgz) = 94864 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 07:43: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 F4192FBD; Tue, 27 Nov 2012 07:43:16 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D81FF8FC14; Tue, 27 Nov 2012 07:43:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR7hG2M012054; Tue, 27 Nov 2012 07:43:16 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR7hG5M012051; Tue, 27 Nov 2012 07:43:16 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211270743.qAR7hG5M012051@svn.freebsd.org> From: Frederic Culot Date: Tue, 27 Nov 2012 07:43:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307824 - head/devel/py-pefile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 07:43:17 -0000 Author: culot Date: Tue Nov 27 07:43:16 2012 New Revision: 307824 URL: http://svnweb.freebsd.org/changeset/ports/307824 Log: - Update to 1.2.10-123 PR: ports/173935 Submitted by: antoine@ Feature safe: yes Modified: head/devel/py-pefile/Makefile head/devel/py-pefile/distinfo Modified: head/devel/py-pefile/Makefile ============================================================================== --- head/devel/py-pefile/Makefile Tue Nov 27 07:27:04 2012 (r307823) +++ head/devel/py-pefile/Makefile Tue Nov 27 07:43:16 2012 (r307824) @@ -6,7 +6,7 @@ # PORTNAME= pefile -DISTVERSION= 1.2.10-114 +DISTVERSION= 1.2.10-123 CATEGORIES= devel python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pefile/distinfo ============================================================================== --- head/devel/py-pefile/distinfo Tue Nov 27 07:27:04 2012 (r307823) +++ head/devel/py-pefile/distinfo Tue Nov 27 07:43:16 2012 (r307824) @@ -1,2 +1,2 @@ -SHA256 (pefile-1.2.10-114.tar.gz) = 290d13671a7ec2be0862489ce1eb58be0b6112cbd707516f8fb4f271836d758d -SIZE (pefile-1.2.10-114.tar.gz) = 49128 +SHA256 (pefile-1.2.10-123.tar.gz) = 64d4d87644f91572c322739e69ac288edd8cf4466d7a1d58323361f566bd26c2 +SIZE (pefile-1.2.10-123.tar.gz) = 46368 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 08:36: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 4311295E; Tue, 27 Nov 2012 08:36:01 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0BCD88FC13; Tue, 27 Nov 2012 08:36:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR8a0HV021921; Tue, 27 Nov 2012 08:36:00 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR8a068021919; Tue, 27 Nov 2012 08:36:00 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211270836.qAR8a068021919@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 27 Nov 2012 08:36:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307825 - head/print/lilypond X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 08:36:01 -0000 Author: gahr Date: Tue Nov 27 08:36:00 2012 New Revision: 307825 URL: http://svnweb.freebsd.org/changeset/ports/307825 Log: - Update to 2.16.1 http://lists.gnu.org/archive/html/info-lilypond/2012-11/msg00002.html - Trim Makefile header Feature safe: yes Modified: head/print/lilypond/Makefile head/print/lilypond/distinfo (contents, props changed) Modified: head/print/lilypond/Makefile ============================================================================== --- head/print/lilypond/Makefile Tue Nov 27 07:43:16 2012 (r307824) +++ head/print/lilypond/Makefile Tue Nov 27 08:36:00 2012 (r307825) @@ -1,14 +1,8 @@ -# New ports collection makefile for: lilypond-devel -# Date created: 2001-02-10 -# Whom: patrick -# based on print/lilypond originally by trevor -# +# Created by: patrick, trevor # $FreeBSD$ -# $Id: Makefile,v 1.18 2004/05/25 22:16:33 patrick Exp $ -# PORTNAME= lilypond -PORTVERSION= 2.16.0 +PORTVERSION= 2.16.1 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/ @@ -28,7 +22,6 @@ LIB_DEPENDS= guile:${PORTSDIR}/lang/guil RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ mftrace:${PORTSDIR}/print/mftrace \ - gs:${PORTSDIR}/print/ghostscript9 \ ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu MAN1= lilymidi.1 lilypond-book.1 lilypond-invoke-editor.1 \ @@ -51,9 +44,11 @@ INFO= lilypond-notation \ USE_BISON= build USE_GETTEXT= yes USE_GMAKE= yes +USE_GHOSTSCRIPT=9 USE_PYTHON= yes USE_PERL5_BUILD=yes USE_GNOME= pango +USE_GCC= any MAKEFILE= GNUmakefile GNU_MAKEFILE= yes Modified: head/print/lilypond/distinfo ============================================================================== --- head/print/lilypond/distinfo Tue Nov 27 07:43:16 2012 (r307824) +++ head/print/lilypond/distinfo Tue Nov 27 08:36:00 2012 (r307825) @@ -1,2 +1,2 @@ -SHA256 (lilypond-2.16.0.tar.gz) = ecd5b7a2da668c94de7757e366f34bdd5d49b89e9b40ce859174dd2a7edb163d -SIZE (lilypond-2.16.0.tar.gz) = 15994773 +SHA256 (lilypond-2.16.1.tar.gz) = f56e21fe92f29c88365eb6cf80b5be86a169e23cfb054ccbec457059f3df796e +SIZE (lilypond-2.16.1.tar.gz) = 16061427 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 08:40:08 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 59020BDC; Tue, 27 Nov 2012 08:40:08 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 34A298FC18; Tue, 27 Nov 2012 08:40:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR8e8WT022692; Tue, 27 Nov 2012 08:40:08 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR8e8ho022689; Tue, 27 Nov 2012 08:40:08 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201211270840.qAR8e8ho022689@svn.freebsd.org> From: Philippe Audeoud Date: Tue, 27 Nov 2012 08:40:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307826 - head/www/p5-CIF-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 08:40:08 -0000 Author: jadawin Date: Tue Nov 27 08:40:07 2012 New Revision: 307826 URL: http://svnweb.freebsd.org/changeset/ports/307826 Log: - Update to 0.18 PR: ports/173281 Submitted by: Paul Schmehl (maintainer) Feature safe: yes Modified: head/www/p5-CIF-Client/Makefile head/www/p5-CIF-Client/distinfo head/www/p5-CIF-Client/pkg-plist Modified: head/www/p5-CIF-Client/Makefile ============================================================================== --- head/www/p5-CIF-Client/Makefile Tue Nov 27 08:36:00 2012 (r307825) +++ head/www/p5-CIF-Client/Makefile Tue Nov 27 08:40:07 2012 (r307826) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-CIF-Client -# Date created: Mar 27 2012 -# Whom: pauls@utdallas.edu -# +# Created by: pauls@utdallas.edu # $FreeBSD$ -# PORTNAME= CIF-Client -PORTVERSION= 0.15 +PORTVERSION= 0.18 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SAXJAZMAN/cif @@ -15,12 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= pauls@utdallas.edu COMMENT= Extends REST::Client for use with the CI-Framework REST interface -LICENSE= ART10 GPLv1 +LICENSE= ART10 GPLv2 LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Config-Simple>=4.58:${PORTSDIR}/devel/p5-Config-Simple \ p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 \ + p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \ p5-HTML-Table>=2.08:${PORTSDIR}/www/p5-HTML-Table \ p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ p5-JSON>=2.07:${PORTSDIR}/converters/p5-JSON \ @@ -30,7 +27,11 @@ BUILD_DEPENDS= p5-Class-Accessor>=0.31:$ p5-Regexp-Common>=2.108:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Regexp-Common-net-CIDR>=0.02:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \ p5-Snort-Rule>=1.07:${PORTSDIR}/security/p5-Snort-Rule \ - p5-Text-Table>=1.114:${PORTSDIR}/textproc/p5-Text-Table + p5-Text-Table>=1.114:${PORTSDIR}/textproc/p5-Text-Table \ + p5-Data-Dumper>=:${PORTSDIR}/devel/p5-Data-Dumper \ + p5-Module-Pluggable>=3.6:${PORTSDIR}/devel/p5-Module-Pluggable \ + p5-Parse-Range>=0.96:${PORTSDIR}/math/p5-Parse-Range \ + p5-Compress-Raw-Zlib>=2.008:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/www/p5-CIF-Client/distinfo ============================================================================== --- head/www/p5-CIF-Client/distinfo Tue Nov 27 08:36:00 2012 (r307825) +++ head/www/p5-CIF-Client/distinfo Tue Nov 27 08:40:07 2012 (r307826) @@ -1,2 +1,2 @@ -SHA256 (CIF-Client-0.15.tar.gz) = 755bea9ea4eda7ff02e20be6677eb3879e1124d11b3008b6fbfd1597ae93c995 -SIZE (CIF-Client-0.15.tar.gz) = 33278 +SHA256 (CIF-Client-0.18.tar.gz) = 1578822d027a9b33914a5033d7d812103dab4ecad566a2fd705a92fdb864289e +SIZE (CIF-Client-0.18.tar.gz) = 33721 Modified: head/www/p5-CIF-Client/pkg-plist ============================================================================== --- head/www/p5-CIF-Client/pkg-plist Tue Nov 27 08:36:00 2012 (r307825) +++ head/www/p5-CIF-Client/pkg-plist Tue Nov 27 08:40:07 2012 (r307826) @@ -1,30 +1,30 @@ bin/cif -%%SITE_PERL%%/%%PERL_ARCH%%/auto/CIF/Client/.packlist %%SITE_PERL%%/CIF/Client.pm -%%SITE_PERL%%/CIF/Client/Support.pm -%%SITE_PERL%%/CIF/Client/Plugin/Raw.pm -%%SITE_PERL%%/CIF/Client/Plugin/Pcapfilter.pm +%%SITE_PERL%%/CIF/Client/Plugin/Bindzone.pm %%SITE_PERL%%/CIF/Client/Plugin/Csv.pm -%%SITE_PERL%%/CIF/Client/Plugin/Iodef.pm -%%SITE_PERL%%/CIF/Client/Plugin/Table.pm -%%SITE_PERL%%/CIF/Client/Plugin/Snort.pm -%%SITE_PERL%%/CIF/Client/Plugin/Parser.pm %%SITE_PERL%%/CIF/Client/Plugin/Html.pm -%%SITE_PERL%%/CIF/Client/Plugin/Output.pm -%%SITE_PERL%%/CIF/Client/Plugin/Iodef/Group.pm +%%SITE_PERL%%/CIF/Client/Plugin/Iodef.pm %%SITE_PERL%%/CIF/Client/Plugin/Iodef/Bgp.pm -%%SITE_PERL%%/CIF/Client/Plugin/Iodef/Url.pm -%%SITE_PERL%%/CIF/Client/Plugin/Iodef/Service.pm -%%SITE_PERL%%/CIF/Client/Plugin/Iodef/ShareWith.pm -%%SITE_PERL%%/CIF/Client/Plugin/Iodef/Ipv4.pm +%%SITE_PERL%%/CIF/Client/Plugin/Iodef/Domain.pm %%SITE_PERL%%/CIF/Client/Plugin/Iodef/Email.pm +%%SITE_PERL%%/CIF/Client/Plugin/Iodef/Group.pm +%%SITE_PERL%%/CIF/Client/Plugin/Iodef/Ipv4.pm %%SITE_PERL%%/CIF/Client/Plugin/Iodef/Malware.pm -%%SITE_PERL%%/CIF/Client/Plugin/Iodef/Domain.pm -%%SITE_PERL%%/CIF/Client/Plugin/Bindzone.pm +%%SITE_PERL%%/CIF/Client/Plugin/Iodef/Service.pm +%%SITE_PERL%%/CIF/Client/Plugin/Iodef/ShareWith.pm +%%SITE_PERL%%/CIF/Client/Plugin/Iodef/Url.pm %%SITE_PERL%%/CIF/Client/Plugin/Iptables.pm +%%SITE_PERL%%/CIF/Client/Plugin/Output.pm +%%SITE_PERL%%/CIF/Client/Plugin/Parser.pm +%%SITE_PERL%%/CIF/Client/Plugin/Pcapfilter.pm +%%SITE_PERL%%/CIF/Client/Plugin/Raw.pm +%%SITE_PERL%%/CIF/Client/Plugin/Snort.pm +%%SITE_PERL%%/CIF/Client/Plugin/Table.pm +%%SITE_PERL%%/CIF/Client/Support.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CIF/Client/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CIF/Client +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CIF @dirrm %%SITE_PERL%%/CIF/Client/Plugin/Iodef @dirrm %%SITE_PERL%%/CIF/Client/Plugin @dirrm %%SITE_PERL%%/CIF/Client -@dirrmtry %%SITE_PERL%%/CIF -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CIF +@dirrm %%SITE_PERL%%/CIF \ No newline at end of file From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 09:03: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 380C556B; Tue, 27 Nov 2012 09:03:27 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1D3B48FC08; Tue, 27 Nov 2012 09:03:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAR93QYN027056; Tue, 27 Nov 2012 09:03:26 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAR93QpW027051; Tue, 27 Nov 2012 09:03:26 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201211270903.qAR93QpW027051@svn.freebsd.org> From: Philippe Audeoud Date: Tue, 27 Nov 2012 09:03:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307827 - in head/net-mgmt: . p5-BigIP-iControl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 09:03:27 -0000 Author: jadawin Date: Tue Nov 27 09:03:26 2012 New Revision: 307827 URL: http://svnweb.freebsd.org/changeset/ports/307827 Log: This package provides a Perl interface to the F5 BigIP iControl API. The F5 BigIP iControl API is an open SOAP/XML for communicating with supported F5 BigIP products. WWW: http://search.cpan.org/dist/BigIP-iControl/ PR: ports/173395 Submitted by: snowfly@yuntech.edu.tw Feature safe: yes Added: head/net-mgmt/p5-BigIP-iControl/ head/net-mgmt/p5-BigIP-iControl/Makefile (contents, props changed) head/net-mgmt/p5-BigIP-iControl/distinfo (contents, props changed) head/net-mgmt/p5-BigIP-iControl/pkg-descr (contents, props changed) head/net-mgmt/p5-BigIP-iControl/pkg-plist (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Tue Nov 27 08:40:07 2012 (r307826) +++ head/net-mgmt/Makefile Tue Nov 27 09:03:26 2012 (r307827) @@ -199,6 +199,7 @@ SUBDIR += p0f SUBDIR += p0f2 SUBDIR += p5-AnyEvent-SNMP + SUBDIR += p5-BigIP-iControl SUBDIR += p5-Cflow SUBDIR += p5-Cisco-Reconfig SUBDIR += p5-Data-Validate-IP Added: head/net-mgmt/p5-BigIP-iControl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-BigIP-iControl/Makefile Tue Nov 27 09:03:26 2012 (r307827) @@ -0,0 +1,21 @@ +# Created by: Tsung-Han Yeh +# $FreeBSD$ + +PORTNAME= BigIP-iControl +PORTVERSION= 0.095 +CATEGORIES= net-mgmt perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= A Perl interface to the F5 iControl API + +RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= BigIP::iControl.3 + +.include Added: head/net-mgmt/p5-BigIP-iControl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-BigIP-iControl/distinfo Tue Nov 27 09:03:26 2012 (r307827) @@ -0,0 +1,2 @@ +SHA256 (BigIP-iControl-0.095.tar.gz) = a8e08c50f785bbae4f87e3e90047cc8fb6bd2f1dce354ffcabdbd8753dd8ea0a +SIZE (BigIP-iControl-0.095.tar.gz) = 16760 Added: head/net-mgmt/p5-BigIP-iControl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-BigIP-iControl/pkg-descr Tue Nov 27 09:03:26 2012 (r307827) @@ -0,0 +1,6 @@ +This package provides a Perl interface to the F5 BigIP iControl API. + +The F5 BigIP iControl API is an open SOAP/XML for communicating with supported +F5 BigIP products. + +WWW: http://search.cpan.org/dist/BigIP-iControl/ Added: head/net-mgmt/p5-BigIP-iControl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-BigIP-iControl/pkg-plist Tue Nov 27 09:03:26 2012 (r307827) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/BigIP/iControl.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/BigIP/iControl/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BigIP/iControl +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BigIP +@dirrmtry %%SITE_PERL%%/BigIP From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 10:02: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 81F305EE; Tue, 27 Nov 2012 10:02:26 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4E1DE8FC0C; Tue, 27 Nov 2012 10:02:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARA2Q8w037492; Tue, 27 Nov 2012 10:02:26 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARA2P0V037489; Tue, 27 Nov 2012 10:02:26 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201211271002.qARA2P0V037489@svn.freebsd.org> From: Rene Ladan Date: Tue, 27 Nov 2012 10:02:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307828 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 10:02:26 -0000 Author: rene Date: Tue Nov 27 10:02:25 2012 New Revision: 307828 URL: http://svnweb.freebsd.org/changeset/ports/307828 Log: Describe new vulnerabilities in www/chromium < 23.0.1271.91 Obtained from: http://googlechromereleases.blogspot.nl/search/label/Stable%20updates Feature safe: yes Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Nov 27 09:03:26 2012 (r307827) +++ head/security/vuxml/vuln.xml Tue Nov 27 10:02:25 2012 (r307828) @@ -51,6 +51,48 @@ Note: Please add new entries to the beg --> + + chromium -- multiple vulnerabilities + + + chromium + 23.0.1271.91 + + + + +

Google Chrome Releases reports:

+
+

[156567] High CVE-2012-5133: Use-after-free in SVG filters. Credit + to miaubiz.

+

[148638] Medium CVE-2012-5130: Out-of-bounds read in Skia. Credit + to Atte Kettunen of OUSPG.

+

[155711] Low CVE-2012-5132: Browser crash with chunked encoding. + Credit to Attila Szász.

+

[158249] High CVE-2012-5134: Buffer underflow in libxml. Credit to + Google Chrome Security Team (Jüri Aedla).

+

[159165] Medium CVE-2012-5135: Use-after-free with printing. + Credit to Fermin Serna of Google Security Team.

+

[159829] Medium CVE-2012-5136: Bad cast in input element handling. + Credit to Google Chrome Security Team (Inferno).

+
+ +
+ + CVE-2012-5130 + CVE-2012-5132 + CVE-2012-5133 + CVE-2012-5134 + CVE-2012-5135 + CVE-2012-5136 + http://googlechromereleases.blogspot.nl/search/label/Stable%20updates + + + 2012-11-26 + 2012-11-27 + +
+ FreeBSD -- Linux compatibility layer input validation error From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 10:03: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 6516B6F6; Tue, 27 Nov 2012 10:03:45 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4A2118FC12; Tue, 27 Nov 2012 10:03:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARA3jlC037798; Tue, 27 Nov 2012 10:03:45 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARA3jZZ037797; Tue, 27 Nov 2012 10:03:45 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201211271003.qARA3jZZ037797@svn.freebsd.org> From: Johan van Selst Date: Tue, 27 Nov 2012 10:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307829 - head/games/freeciv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 10:03:45 -0000 Author: johans Date: Tue Nov 27 10:03:44 2012 New Revision: 307829 URL: http://svnweb.freebsd.org/changeset/ports/307829 Log: - INSTALL_ICONS requires X11: only use this when installing client version - Bump PORTREVISION Reported by: Stephen Hurd Feature safe: yes Modified: head/games/freeciv/Makefile Modified: head/games/freeciv/Makefile ============================================================================== --- head/games/freeciv/Makefile Tue Nov 27 10:02:25 2012 (r307828) +++ head/games/freeciv/Makefile Tue Nov 27 10:03:44 2012 (r307829) @@ -7,7 +7,7 @@ PORTNAME= freeciv PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION} @@ -23,7 +23,6 @@ USE_PYTHON= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-libiconv-prefix=${PREFIX} --program-transform-name= -INSTALLS_ICONS= yes MAN6= freeciv-server.6 freeciv-client.6 \ freeciv-xaw.6 freeciv-sdl.6 freeciv-gtk2.6 \ @@ -48,6 +47,7 @@ LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/ USE_XORG= xpm USE_SDL= mixer USE_GNOME= gtk20 +INSTALLS_ICONS= yes CONFIGURE_ARGS+=--enable-client=gtk CONFLICTS= freeciv-nox11-[0-9]* PLIST_SUB+= X11="" GTK="" From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 10:05: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 0F983804; Tue, 27 Nov 2012 10:05:33 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E92568FC08; Tue, 27 Nov 2012 10:05:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARA5WwI038274; Tue, 27 Nov 2012 10:05:32 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARA5Wfk038270; Tue, 27 Nov 2012 10:05:32 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201211271005.qARA5Wfk038270@svn.freebsd.org> From: Erwin Lansing Date: Tue, 27 Nov 2012 10:05:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307830 - in head/dns: bind96 bind97 bind98 bind99 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 10:05:33 -0000 Author: erwin Date: Tue Nov 27 10:05:32 2012 New Revision: 307830 URL: http://svnweb.freebsd.org/changeset/ports/307830 Log: - Update CONFLICTS - Fix a typo in the OPTIONSNG conversion - Add FIXED_RRSET option - Add RPZ options (9.8 and 9.8 only) PR: 172586 Submitted by: Craig Leres Feature safe: yes Modified: head/dns/bind96/Makefile head/dns/bind97/Makefile head/dns/bind98/Makefile head/dns/bind99/Makefile Modified: head/dns/bind96/Makefile ============================================================================== --- head/dns/bind96/Makefile Tue Nov 27 10:03:44 2012 (r307829) +++ head/dns/bind96/Makefile Tue Nov 27 10:05:32 2012 (r307830) @@ -21,20 +21,22 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --with-randomdev=/dev/random -CONFLICTS= bind9*-9.[45789].* bind9-sdb-* host-* bind-tools-9.* +CONFLICTS= bind9*-9.[45789].* bind9*-sdb-9.[45789].* bind-tools-9.* OPTIONS_DEFAULT= IPV6 SSL LINKS XML THREADS OPTIONS_DEFINE= SSL LINKS XML IDN REPLACE_BASE LARGE_FILE \ - SIGCHASE IPV6 THREADS DLZ + SIGCHASE IPV6 THREADS DLZ FIXED_RRSET OPTIONS_SINGLE= DLZ OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB +SSL_DESC= Building without OpenSSL removes DNSSEC LINKS_DESC= Create conf file symlinks in ${PREFIX} XML_DESC= Support for xml statistics output REPLACE_BASE_DESC= Replace base BIND with this version LARGE_FILE_DESC= 64-bit file support SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation +FIXED_RRSET= Enable fixed rrset ordering DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) @@ -43,9 +45,6 @@ DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver DLZ_STUB_DESC= DLZ stub driver -# Just in case -USE_OPENSSL= yes - .include .if (${ARCH} == "amd64") @@ -54,6 +53,7 @@ ARCH= x86_64 .if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} +USE_OPENSSL= yes .else CONFIGURE_ARGS+= --disable-openssl-version-check CONFIGURE_ARGS+= --without-openssl @@ -91,6 +91,10 @@ CONFIGURE_ARGS+= STD_CDEFINES="-DDIG_SIG CONFIGURE_ARGS+= --enable-ipv6 .endif +.if ${PORT_OPTIONS:MFIXED_RRSET} +CONFIGURE_ARGS+= --enable-fixed-rrset +.endif + .if ${PORT_OPTIONS:MDLZ_POSTGRESQL} CONFIGURE_ARGS+= --with-dlz-postgres=yes USE_PGSQL= yes Modified: head/dns/bind97/Makefile ============================================================================== --- head/dns/bind97/Makefile Tue Nov 27 10:03:44 2012 (r307829) +++ head/dns/bind97/Makefile Tue Nov 27 10:05:32 2012 (r307830) @@ -23,17 +23,18 @@ CONFIGURE_ARGS= --localstatedir=/var --d --disable-symtable \ --with-randomdev=/dev/random -CONFLICTS= bind9*-9.[45689].* bind9-sdb-* host-* +CONFLICTS= bind9*-9.[45689].* bind9*-sdb-9.[45689].* OPTIONS_DEFAULT= IPV6 SSL LINKS XML THREADS OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE SIGCHASE \ - IPV6 THREADS + IPV6 THREADS FIXED_RRSET .if !defined(BIND_TOOLS_SLAVE) OPTIONS_DEFINE+= LINKS XML DLZ OPTIONS_SINGLE= DLZ OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB +SSL_DESC= Building without OpenSSL removes DNSSEC LINKS_DESC= Create conf file symlinks in ${PREFIX} XML_DESC= Support for xml statistics output REPLACE_BASE_DESC= Replace base BIND with this version @@ -50,9 +51,6 @@ DLZ_STUB_DESC= DLZ stub driver CONFLICTS+= bind-tools-9.* .endif -# Just in case -USE_OPENSSL= yes - .include .if (${ARCH} == "amd64") @@ -61,6 +59,7 @@ ARCH= x86_64 .if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} +USE_OPENSSL= yes .else CONFIGURE_ARGS+= --disable-openssl-version-check CONFIGURE_ARGS+= --without-openssl @@ -80,7 +79,7 @@ LIB_DEPENDS+= idnkit.1:${PORTSDIR}/dns/ CONFIGURE_ARGS+= --without-idn .endif -.if ${PORT_OPTIONS:MLINKS} && empty($PORT_OPTIONS:M_REPLACE_BASE) +.if ${PORT_OPTIONS:MLINKS} && empty(PORT_OPTIONS:MREPLACE_BASE) PLIST_SUB+= LINKS="" .else PLIST_SUB+= LINKS="@comment " @@ -98,6 +97,10 @@ CONFIGURE_ARGS+= STD_CDEFINES="-DDIG_SIG CONFIGURE_ARGS+= --enable-ipv6 .endif +.if ${PORT_OPTIONS:MFIXED_RRSET} +CONFIGURE_ARGS+= --enable-fixed-rrset +.endif + .if ${PORT_OPTIONS:MDLZ_POSTGRESQL} CONFIGURE_ARGS+= --with-dlz-postgres=yes USE_PGSQL= yes @@ -223,7 +226,7 @@ post-install: ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ* \ ${WRKSRC}/README ${DOCSDIR}/ .endif -.if !defined(WITHOUT_LINKS) && !defined(WITH_REPLACE_BASE) +.if ${PORT_OPTIONS:MLINKS} && empty(PORT_OPTIONS:MREPLACE_BASE) PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif Modified: head/dns/bind98/Makefile ============================================================================== --- head/dns/bind98/Makefile Tue Nov 27 10:03:44 2012 (r307829) +++ head/dns/bind98/Makefile Tue Nov 27 10:05:32 2012 (r307830) @@ -22,20 +22,25 @@ CONFIGURE_ARGS= --localstatedir=/var --d --disable-symtable \ --with-randomdev=/dev/random -CONFLICTS= bind9*-9.[45679].* bind9-sdb-* host-* bind-tools-9.* +CONFLICTS= bind9*-9.[45679].* bind9*-sdb-9.[45679].* bind-tools-9.* OPTIONS_DEFAULT= IPV6 SSL LINKS XML THREADS OPTIONS_DEFINE= SSL LINKS XML IDN REPLACE_BASE LARGE_FILE \ + FIXED_RRSET RPZ_NSIP RPZ_NSDNAME \ SIGCHASE IPV6 THREADS DLZ OPTIONS_SINGLE= DLZ OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB +SSL_DESC= Building without OpenSSL removes DNSSEC LINKS_DESC= Create conf file symlinks in ${PREFIX} XML_DESC= Support for xml statistics output REPLACE_BASE_DESC= Replace base BIND with this version LARGE_FILE_DESC= 64-bit file support SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation +FIXED_RRSET_DESC= Enable fixed rrset ordering +RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules +RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) @@ -50,11 +55,9 @@ DLZ_STUB_DESC= DLZ stub driver ARCH= x86_64 .endif -# Just in case -USE_OPENSSL= yes - .if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} +USE_OPENSSL= yes .else CONFIGURE_ARGS+= --disable-openssl-version-check CONFIGURE_ARGS+= --without-openssl @@ -74,7 +77,7 @@ LIB_DEPENDS+= idnkit.1:${PORTSDIR}/dns/ CONFIGURE_ARGS+= --without-idn .endif -.if ${PORT_OPTIONS:MLINKS} && empty($PORT_OPTIONS:MBASE) +.if ${PORT_OPTIONS:MLINKS} && empty(PORT_OPTIONS:MREPLACE_BASE) PLIST_SUB+= LINKS="" .else PLIST_SUB+= LINKS="@comment " @@ -92,6 +95,18 @@ CONFIGURE_ARGS+= STD_CDEFINES="-DDIG_SIG CONFIGURE_ARGS+= --enable-ipv6 .endif +.if ${PORT_OPTIONS:MFIXED_RRSET} +CONFIGURE_ARGS+= --enable-fixed-rrset +.endif + +.if ${PORT_OPTIONS:MRPZ_NSIP} +CONFIGURE_ARGS+= --enable-rpz-nsip +.endif + +.if ${PORT_OPTIONS:MRPZ_NSDNAME} +CONFIGURE_ARGS+= --enable-rpz-nsdname +.endif + .if ${PORT_OPTIONS:MDLZ_POSTGRESQL} CONFIGURE_ARGS+= --with-dlz-postgres=yes USE_PGSQL= yes @@ -216,7 +231,7 @@ post-install: ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/HISTORY ${WRKSRC}/README ${DOCSDIR}/ .endif -.if ${PORT_OPTIONS:MLINKS} && empty($PORTOPTIONS:MREPLACE_BASE) +.if ${PORT_OPTIONS:MLINKS} && empty(PORT_OPTIONS:MREPLACE_BASE) PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .endif Modified: head/dns/bind99/Makefile ============================================================================== --- head/dns/bind99/Makefile Tue Nov 27 10:03:44 2012 (r307829) +++ head/dns/bind99/Makefile Tue Nov 27 10:05:32 2012 (r307830) @@ -23,20 +23,25 @@ CONFIGURE_ARGS= --localstatedir=/var --d --with-randomdev=/dev/random \ --without-python -CONFLICTS= bind9*-9.[45678].* bind9-sdb-* host-* bind-tools-9.* +CONFLICTS= bind9*-9.[45678].* bind9*-sdb-9.[45678].* bind-tools-9.* OPTIONS_DEFAULT= IPV6 SSL LINKS XML THREADS OPTIONS_DEFINE= SSL LINKS XML IDN REPLACE_BASE LARGE_FILE \ + FIXED_RRSET RPZ_NSIP RPZ_NSDNAME \ SIGCHASE IPV6 THREADS DLZ OPTIONS_SINGLE= DLZ OPTIONS_SINGLE_DLZ= DLZ_POSTGRESQL DLZ_MYSQL DLZ_BDB \ DLZ_LDAP DLZ_FILESYSTEM DLZ_STUB +SSL_DESC= Building without OpenSSL removes DNSSEC LINKS_DESC= Create conf file symlinks in ${PREFIX} XML_DESC= Support for xml statistics output REPLACE_BASE_DESC= Replace base BIND with this version LARGE_FILE_DESC= 64-bit file support SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation +FIXED_RRSET_DESC= Enable fixed rrset ordering +RPZ_NSIP_DESC= Enable RPZ NSIP trigger rules +RPZ_NSDNAME_DESC= Enable RPZ NSDNAME policy records DLZ_DESC= Dynamically Loadable Zones DLZ_POSTGRESQL_DESC= DLZ Postgres driver DLZ_MYSQL_DESC= DLZ MySQL driver (no threading) @@ -45,9 +50,6 @@ DLZ_LDAP_DESC= DLZ LDAP driver DLZ_FILESYSTEM_DESC= DLZ filesystem driver DLZ_STUB_DESC= DLZ stub driver -# Just in case -USE_OPENSSL= yes - .include .if (${ARCH} == "amd64") @@ -56,6 +58,7 @@ ARCH= x86_64 .if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} +USE_OPENSSL= yes .else CONFIGURE_ARGS+= --disable-openssl-version-check CONFIGURE_ARGS+= --without-openssl @@ -98,6 +101,18 @@ CONFIGURE_ARGS+= --with-dlz-postgres=yes USE_PGSQL= yes .endif +.if ${PORT_OPTIONS:MFIXED_RRSET} +CONFIGURE_ARGS+= --enable-fixed-rrset +.endif + +.if ${PORT_OPTIONS:MRPZ_NSIP} +CONFIGURE_ARGS+= --enable-rpz-nsip +.endif + +.if ${PORT_OPTIONS:MRPZ_NSDNAME} +CONFIGURE_ARGS+= --enable-rpz-nsdname +.endif + .if ${PORT_OPTIONS:MDLZ_MYSQL} CONFIGURE_ARGS+= --with-dlz-mysql=yes USE_MYSQL= yes From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 10:09: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 1532D934; Tue, 27 Nov 2012 10:09:06 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EBD218FC13; Tue, 27 Nov 2012 10:09:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARA95PN039025; Tue, 27 Nov 2012 10:09:05 GMT (envelope-from ache@svn.freebsd.org) Received: (from ache@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARA95e2039022; Tue, 27 Nov 2012 10:09:05 GMT (envelope-from ache@svn.freebsd.org) Message-Id: <201211271009.qARA95e2039022@svn.freebsd.org> From: "Andrey A. Chernov" Date: Tue, 27 Nov 2012 10:09:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307831 - head/www/WebMagick X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 10:09:06 -0000 Author: ache Date: Tue Nov 27 10:09:05 2012 New Revision: 307831 URL: http://svnweb.freebsd.org/changeset/ports/307831 Log: Upgrade to 2.03pre17 Feature safe: yes Modified: head/www/WebMagick/Makefile head/www/WebMagick/distinfo Modified: head/www/WebMagick/Makefile ============================================================================== --- head/www/WebMagick/Makefile Tue Nov 27 10:05:32 2012 (r307830) +++ head/www/WebMagick/Makefile Tue Nov 27 10:09:05 2012 (r307831) @@ -6,8 +6,8 @@ # PORTNAME= WebMagick -PORTVERSION= 2.03p16 -DISTVERSION= 2.03pre16 +PORTVERSION= 2.03p17 +DISTVERSION= 2.03pre17 PORTEPOCH= 1 CATEGORIES= www graphics MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}-beta/${DISTVERSION} @@ -18,6 +18,7 @@ COMMENT= Image Web Generator - recursive LICENSE= GPLv2 LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS= p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally USE_PERL5= yes USE_AUTOTOOLS= autoconf aclocal automake Modified: head/www/WebMagick/distinfo ============================================================================== --- head/www/WebMagick/distinfo Tue Nov 27 10:05:32 2012 (r307830) +++ head/www/WebMagick/distinfo Tue Nov 27 10:09:05 2012 (r307831) @@ -1,2 +1,2 @@ -SHA256 (WebMagick-2.03pre16.tar.gz) = afe99330ead4278427aa8457afd86d07040819368525302eb187402b78e3f6a4 -SIZE (WebMagick-2.03pre16.tar.gz) = 545740 +SHA256 (WebMagick-2.03pre17.tar.gz) = 21f0d30d52d1a0f982e3f50f7c25e112eb88c3a6cbd8d2932fc5da51481290ae +SIZE (WebMagick-2.03pre17.tar.gz) = 545881 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 10: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 2101F2D7; Tue, 27 Nov 2012 10:25:33 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E19ED8FC15; Tue, 27 Nov 2012 10:25:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARAPWKA042246; Tue, 27 Nov 2012 10:25:32 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARAPWT6042244; Tue, 27 Nov 2012 10:25:32 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211271025.qARAPWT6042244@svn.freebsd.org> From: Frederic Culot Date: Tue, 27 Nov 2012 10:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307832 - head/www/p5-HTTP-Message X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 10:25:33 -0000 Author: culot Date: Tue Nov 27 10:25:32 2012 New Revision: 307832 URL: http://svnweb.freebsd.org/changeset/ports/307832 Log: - Add missing dependency on IO::HTML [1] - Use dirrmtry for HTTP/Request and HTTP/Headers directories (common to other modules such as p5-HTTP-Request-AsCGI or p5-HTTP-Headers-Fast) - Bump PORTREVISION for dependency change PR: ports/173460 [1] Submitted by: Tomokazu HARADA Feature safe: yes Modified: head/www/p5-HTTP-Message/Makefile head/www/p5-HTTP-Message/pkg-plist Modified: head/www/p5-HTTP-Message/Makefile ============================================================================== --- head/www/p5-HTTP-Message/Makefile Tue Nov 27 10:09:05 2012 (r307831) +++ head/www/p5-HTTP-Message/Makefile Tue Nov 27 10:25:32 2012 (r307832) @@ -3,6 +3,7 @@ PORTNAME= HTTP-Message PORTVERSION= 6.06 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +14,7 @@ COMMENT= Representation of HTTP style me BUILD_DEPENDS= p5-Encode-Locale>=1:${PORTSDIR}/converters/p5-Encode-Locale \ p5-HTML-Parser>=3.33:${PORTSDIR}/www/p5-HTML-Parser \ p5-HTTP-Date>=6:${PORTSDIR}/www/p5-HTTP-Date \ + p5-IO-HTML>0:${PORTSDIR}/devel/p5-IO-HTML \ p5-LWP-MediaTypes>=6:${PORTSDIR}/www/p5-LWP-MediaTypes \ p5-URI>=1.10:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/www/p5-HTTP-Message/pkg-plist ============================================================================== --- head/www/p5-HTTP-Message/pkg-plist Tue Nov 27 10:09:05 2012 (r307831) +++ head/www/p5-HTTP-Message/pkg-plist Tue Nov 27 10:25:32 2012 (r307832) @@ -11,6 +11,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Message/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/Message @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP -@dirrm %%SITE_PERL%%/HTTP/Headers -@dirrm %%SITE_PERL%%/HTTP/Request +@dirrmtry %%SITE_PERL%%/HTTP/Headers +@dirrmtry %%SITE_PERL%%/HTTP/Request @dirrmtry %%SITE_PERL%%/HTTP From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 11:08: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 9BBCBB1F; Tue, 27 Nov 2012 11:08:56 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 682828FC08; Tue, 27 Nov 2012 11:08:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARB8ur0050246; Tue, 27 Nov 2012 11:08:56 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARB8u5F050244; Tue, 27 Nov 2012 11:08:56 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211271108.qARB8u5F050244@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 27 Nov 2012 11:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307833 - head/x11-toolkits/fox16 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 11:08:56 -0000 Author: gahr Date: Tue Nov 27 11:08:55 2012 New Revision: 307833 URL: http://svnweb.freebsd.org/changeset/ports/307833 Log: - Update to 1.6.47 * Prototype of wndproc() was not correct for 64-bit Windows. - Remove shlib versions from LIB_DEPENDS Feature safe: yes Modified: head/x11-toolkits/fox16/Makefile head/x11-toolkits/fox16/distinfo (contents, props changed) Modified: head/x11-toolkits/fox16/Makefile ============================================================================== --- head/x11-toolkits/fox16/Makefile Tue Nov 27 10:25:32 2012 (r307832) +++ head/x11-toolkits/fox16/Makefile Tue Nov 27 11:08:55 2012 (r307833) @@ -3,22 +3,21 @@ PORTNAME= fox PORTVERSION= ${MAJORVER}.${SHVER} -PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fox-toolkit.org/pub/ MAINTAINER= gahr@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit -- ver.1.6 -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - Xft.2:${PORTSDIR}/x11-fonts/libXft + tiff:${PORTSDIR}/graphics/tiff \ + Xft:${PORTSDIR}/x11-fonts/libXft LATEST_LINK= fox16 MAJORVER= 1.6 -SHVER= 46 +SHVER= 47 PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER} USE_GNOME= lthack gnomehack @@ -58,7 +57,7 @@ CONFIGURE_ARGS+= --with-xshm=no .endif # .if ${PORT_OPTIONS:MCUPS} -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client +LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client .endif # .if ${PORT_OPTIONS:MDEBUG} Modified: head/x11-toolkits/fox16/distinfo ============================================================================== --- head/x11-toolkits/fox16/distinfo Tue Nov 27 10:25:32 2012 (r307832) +++ head/x11-toolkits/fox16/distinfo Tue Nov 27 11:08:55 2012 (r307833) @@ -1,2 +1,2 @@ -SHA256 (fox-1.6.46.tar.gz) = 4ba84261be19c938ff3fc8fda5a4ceac6469e87205d90869fd5d92124b8ebbe0 -SIZE (fox-1.6.46.tar.gz) = 4372703 +SHA256 (fox-1.6.47.tar.gz) = 1ac5822af4d8ff4308c564a701f916cd5816a67f5c3796c4e496287734ed3fc1 +SIZE (fox-1.6.47.tar.gz) = 4372616 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 11:11: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 59B37C90; Tue, 27 Nov 2012 11:11:56 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 25E688FC08; Tue, 27 Nov 2012 11:11:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARBBuwa050965; Tue, 27 Nov 2012 11:11:56 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARBBtC6050963; Tue, 27 Nov 2012 11:11:55 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211271111.qARBBtC6050963@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 27 Nov 2012 11:11:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307834 - head/editors/fxite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 11:11:56 -0000 Author: gahr Date: Tue Nov 27 11:11:55 2012 New Revision: 307834 URL: http://svnweb.freebsd.org/changeset/ports/307834 Log: - Update to 0.9 ChangeLog: https://github.com/yetanothergeek/fxite/blob/master/ChangeLog - Trim Makefile headers Feature safe: yes Modified: head/editors/fxite/Makefile (contents, props changed) head/editors/fxite/distinfo (contents, props changed) Modified: head/editors/fxite/Makefile ============================================================================== --- head/editors/fxite/Makefile Tue Nov 27 11:08:55 2012 (r307833) +++ head/editors/fxite/Makefile Tue Nov 27 11:11:55 2012 (r307834) @@ -1,13 +1,8 @@ -# New ports collection Makefile for: fxite -# Date created: 23 August 2010 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= fxite -PORTVERSION= 0.7 -PORTREVISION= 4 +PORTVERSION= 0.9 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -32,7 +27,9 @@ LIB_DEPENDS+= getline.1:${PORTSDIR}/deve LDFLAGS+= -lgetline .endif -PLIST_FILES= bin/fxite +PLIST_FILES= bin/fxite \ + share/pixmaps/fxite.xpm \ + share/applications/fxite.desktop post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ Modified: head/editors/fxite/distinfo ============================================================================== --- head/editors/fxite/distinfo Tue Nov 27 11:08:55 2012 (r307833) +++ head/editors/fxite/distinfo Tue Nov 27 11:11:55 2012 (r307834) @@ -1,2 +1,2 @@ -SHA256 (fxite-0.7.tar.gz) = 909466a70ec62489ad858409ee16ffca4198c5673dc86e2657abc8b0596bb8a2 -SIZE (fxite-0.7.tar.gz) = 1084667 +SHA256 (fxite-0.9.tar.gz) = a49894a27c255d0a76ecf9da471ff92a6b4849005f7e096f92de356d952fa8fb +SIZE (fxite-0.9.tar.gz) = 1161194 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 11:12: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 63BB9D7F; Tue, 27 Nov 2012 11:12:37 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4985F8FC13; Tue, 27 Nov 2012 11:12:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARBCb9G051206; Tue, 27 Nov 2012 11:12:37 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARBCbAk051201; Tue, 27 Nov 2012 11:12:37 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211271112.qARBCbAk051201@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 27 Nov 2012 11:12:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307835 - in head: audio/gogglesmm devel/gwenhywfar-fox16 x11-fm/xfe x11-toolkits/fxscintilla x11-toolkits/ruby-fox16 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 11:12:37 -0000 Author: gahr Date: Tue Nov 27 11:12:36 2012 New Revision: 307835 URL: http://svnweb.freebsd.org/changeset/ports/307835 Log: - Chase x11-toolkits/fox16 shlib version bump - Trim Makefile headers for ports owned by me or ports@ Feature safe: yes Modified: head/audio/gogglesmm/Makefile (contents, props changed) head/devel/gwenhywfar-fox16/Makefile (contents, props changed) head/x11-fm/xfe/Makefile head/x11-toolkits/fxscintilla/Makefile (contents, props changed) head/x11-toolkits/ruby-fox16/Makefile (contents, props changed) Modified: head/audio/gogglesmm/Makefile ============================================================================== --- head/audio/gogglesmm/Makefile Tue Nov 27 11:11:55 2012 (r307834) +++ head/audio/gogglesmm/Makefile Tue Nov 27 11:12:36 2012 (r307835) @@ -7,7 +7,7 @@ PORTNAME= gogglesmm PORTVERSION= 0.12.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE Modified: head/devel/gwenhywfar-fox16/Makefile ============================================================================== --- head/devel/gwenhywfar-fox16/Makefile Tue Nov 27 11:11:55 2012 (r307834) +++ head/devel/gwenhywfar-fox16/Makefile Tue Nov 27 11:12:36 2012 (r307835) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -${SLAVEPORT} MAINTAINER= jhale@FreeBSD.org Modified: head/x11-fm/xfe/Makefile ============================================================================== --- head/x11-fm/xfe/Makefile Tue Nov 27 11:11:55 2012 (r307834) +++ head/x11-fm/xfe/Makefile Tue Nov 27 11:12:36 2012 (r307835) @@ -1,12 +1,9 @@ -# New ports collection makefile for: xfe -# Date created: Sun, Jul 13 2003 -# Whom: ptiJo -# +# Created by: ptiJo # $FreeBSD$ -# PORTNAME= xfe PORTVERSION= 1.33 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF Modified: head/x11-toolkits/fxscintilla/Makefile ============================================================================== --- head/x11-toolkits/fxscintilla/Makefile Tue Nov 27 11:11:55 2012 (r307834) +++ head/x11-toolkits/fxscintilla/Makefile Tue Nov 27 11:12:36 2012 (r307835) @@ -1,13 +1,9 @@ -# New ports collection makefile for: fxscintilla -# Date created: 16 June 2004 -# Whom: Alexander Novitsky -# +# Created by: Alexander Novitsky # $FreeBSD$ -# PORTNAME= fxscintilla PORTVERSION= 2.28.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= SAVANNAH Modified: head/x11-toolkits/ruby-fox16/Makefile ============================================================================== --- head/x11-toolkits/ruby-fox16/Makefile Tue Nov 27 11:11:55 2012 (r307834) +++ head/x11-toolkits/ruby-fox16/Makefile Tue Nov 27 11:12:36 2012 (r307835) @@ -7,7 +7,7 @@ PORTNAME= fox PORTVERSION= 1.6.19 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= x11-toolkits ruby MASTER_SITES= RF MASTER_SITE_SUBDIR= fxruby From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 11:32: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 1B2C1787; Tue, 27 Nov 2012 11:32:07 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DB4B58FC14; Tue, 27 Nov 2012 11:32:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARBW6JV054529; Tue, 27 Nov 2012 11:32:06 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARBW6VU054528; Tue, 27 Nov 2012 11:32:06 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211271132.qARBW6VU054528@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 27 Nov 2012 11:32:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307836 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 11:32:07 -0000 Author: gahr Date: Tue Nov 27 11:32:06 2012 New Revision: 307836 URL: http://svnweb.freebsd.org/changeset/ports/307836 Log: - Add support for cloud.github.com when using USE_GITHUB Feature safe: yes Approved by: bapt (portmgr@) Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Tue Nov 27 11:12:36 2012 (r307835) +++ head/Mk/bsd.sites.mk Tue Nov 27 11:32:06 2012 (r307836) @@ -517,9 +517,10 @@ MASTER_SITE_GENTOO+= \ # default: not set, mandatory # .if defined(USE_GITHUB) -MASTER_SITE_GITHUB+= https://nodeload.github.com/%SUBDIR% -.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} -MASTER_SITES+= GH +MASTER_SITE_GITHUB+= https://nodeload.github.com/%SUBDIR% +MASTER_SITE_GITHUB_CLOUD+= http://cloud.github.com/downloads/%SUBDIR% +.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:MGHC} +MASTER_SITES+= GH GHC .endif GH_PROJECT?= ${PORTNAME} GH_TAGNAME?= ${DISTVERSION} @@ -1427,6 +1428,7 @@ MASTER_SITE_KERNEL_ORG+= \ MASTER_SITES_ABBREVS= CPAN:PERL_CPAN \ GH:GITHUB \ + GHC:GITHUB_CLOUD \ NL:NETLIB \ SF:SOURCEFORGE \ SFJP:SOURCEFORGE_JP \ @@ -1441,6 +1443,7 @@ MASTER_SITES_SUBDIRS= \ DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ GCC:releases/${DISTNAME} \ GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dummy=/ \ + GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ GNU:${PORTNAME} \ HORDE:${PORTNAME} \ From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 12:05: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 E452BDCB; Tue, 27 Nov 2012 12:05:04 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B0B338FC0C; Tue, 27 Nov 2012 12:05:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARC54OH060172; Tue, 27 Nov 2012 12:05:04 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARC54XQ060171; Tue, 27 Nov 2012 12:05:04 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201211271205.qARC54XQ060171@svn.freebsd.org> From: Alex Kozlov Date: Tue, 27 Nov 2012 12:05:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307837 - head/comms/morse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 12:05:05 -0000 Author: ak Date: Tue Nov 27 12:05:04 2012 New Revision: 307837 URL: http://svnweb.freebsd.org/changeset/ports/307837 Log: - Convert Makefile headers to new style - Convert to new options framework PR: ports/173608 (based on) Submitted by: Charlie & Approved by: Stephen Hurd (maintainer) Feature safe: yes Modified: head/comms/morse/Makefile (contents, props changed) Modified: head/comms/morse/Makefile ============================================================================== --- head/comms/morse/Makefile Tue Nov 27 11:32:06 2012 (r307836) +++ head/comms/morse/Makefile Tue Nov 27 12:05:04 2012 (r307837) @@ -1,9 +1,5 @@ -# New ports collection makefile for: morse -# Date created: 2012-04-11 -# Whom: Stephen Hurd -# +# Created by: Stephen Hurd # $FreeBSD$ -# PORTNAME= morse PORTVERSION= 2.4 @@ -17,37 +13,29 @@ MAN1= morsec.1 QSO.1 PLIST_FILES= bin/morsec \ bin/QSO -OPTIONS= OSS "Beep using OSS (/dev/dsp)" on \ - X11 "Beep using X server" off \ - PA "Beep using Pulse Audio" off +OPTIONS_SINGLE= SOUND +OPTIONS_SINGLE_SOUND= OSS X11 PA +OPTIONS_DEFAULT= OSS + +OSS_DESC= Beep using OSS (/dev/dsp) +X11_DESC= Beep using X server +PA_DESC= Beep using Pulse Audio .include -.if defined(WITH_OSS) +.if ${PORT_OPTIONS:MOSS} MAKE_FLAGS+= DEVICE=OSS -.if defined(WITH_X11) || defined(WITH_PA) -BROKEN= Only one sound output method must be chosen. -.endif - -.elif defined(WITH_X11) +.elif ${PORT_OPTIONS:MX11} MAKE_FLAGS+= DEVICE=X11 USE_XORG= x11 CFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib -.if defined(WITH_OSS) || defined(WITH_PA) -BROKEN= Only one sound output method must be chosen. -.endif - -.elif defined(WITH_PA) +.elif ${PORT_OPTIONS:MPA} MAKE_FLAGS+= DEVICE=PA LIB_DEPENDS+= pulse-simple:${PORTSDIR}/audio/pulseaudio USE_GNOME= pkgconfig - -.if defined(WITH_OSS) || defined(WITH_X11) -BROKEN= Only one sound output method must be chosen. -.endif .endif do-install: From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 12: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 7689630A; Tue, 27 Nov 2012 12:22:41 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5B61E8FC13; Tue, 27 Nov 2012 12:22:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARCMfFq063519; Tue, 27 Nov 2012 12:22:41 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARCMf7a063517; Tue, 27 Nov 2012 12:22:41 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201211271222.qARCMf7a063517@svn.freebsd.org> From: Ganael LAPLANCHE Date: Tue, 27 Nov 2012 12:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307838 - in head/graphics/tif22pnm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 12:22:41 -0000 Author: martymac Date: Tue Nov 27 12:22:40 2012 New Revision: 307838 URL: http://svnweb.freebsd.org/changeset/ports/307838 Log: Update to 0.14 Feature safe: yes Deleted: head/graphics/tif22pnm/files/ Modified: head/graphics/tif22pnm/Makefile head/graphics/tif22pnm/distinfo (contents, props changed) Modified: head/graphics/tif22pnm/Makefile ============================================================================== --- head/graphics/tif22pnm/Makefile Tue Nov 27 12:05:04 2012 (r307837) +++ head/graphics/tif22pnm/Makefile Tue Nov 27 12:22:40 2012 (r307838) @@ -7,8 +7,7 @@ # PORTNAME= tif22pnm -PORTVERSION= 0.12 -PORTREVISION= 7 +PORTVERSION= 0.14 CATEGORIES= graphics MASTER_SITES= http://pts.szit.bme.hu/ \ GOOGLE_CODE Modified: head/graphics/tif22pnm/distinfo ============================================================================== --- head/graphics/tif22pnm/distinfo Tue Nov 27 12:05:04 2012 (r307837) +++ head/graphics/tif22pnm/distinfo Tue Nov 27 12:22:40 2012 (r307838) @@ -1,2 +1,2 @@ -SHA256 (tif22pnm-0.12.tar.gz) = 4253f27d5578aeae8f88e75f41a205da8d2dc466d1efff39a3667a9ff55fb73a -SIZE (tif22pnm-0.12.tar.gz) = 107684 +SHA256 (tif22pnm-0.14.tar.gz) = d59ea3f1fdd6802e66a44fbfa8979d4e61c9fd021de36675249a877392378e01 +SIZE (tif22pnm-0.14.tar.gz) = 108047 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 12:26: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 B0D745BE; Tue, 27 Nov 2012 12:26:28 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 95EE58FC08; Tue, 27 Nov 2012 12:26:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARCQSiC064224; Tue, 27 Nov 2012 12:26:28 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARCQSEQ064222; Tue, 27 Nov 2012 12:26:28 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201211271226.qARCQSEQ064222@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 27 Nov 2012 12:26:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307839 - head/devel/p5-Iterator-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 12:26:28 -0000 Author: zi Date: Tue Nov 27 12:26:28 2012 New Revision: 307839 URL: http://svnweb.freebsd.org/changeset/ports/307839 Log: - Fix WWW in pkg-descr Submitted by: az@ Feature safe: yes Modified: head/devel/p5-Iterator-Simple/pkg-descr Modified: head/devel/p5-Iterator-Simple/pkg-descr ============================================================================== --- head/devel/p5-Iterator-Simple/pkg-descr Tue Nov 27 12:22:40 2012 (r307838) +++ head/devel/p5-Iterator-Simple/pkg-descr Tue Nov 27 12:26:28 2012 (r307839) @@ -1,3 +1,3 @@ Another general-purpose iterator utility that is simple, fast and powerful. -WWW: http://search.cpan.org/~rintaro/Iterator-Simple/ +WWW: http://search.cpan.org/dist/Iterator-Simple/ From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 12:37: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 69B489FF; Tue, 27 Nov 2012 12:37:09 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 03E548FC15; Tue, 27 Nov 2012 12:37:08 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id s9so14703794iec.13 for ; Tue, 27 Nov 2012 04:37:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=cYcUnf260f2q/D/rkeUyK4U7ETw2+zcWW/6hOw3Oi54=; b=uua2FFqvPE+16VcCVWIaMuTy4o7ObV+NP+j2UQr/4amYcDKEnEl7ngNgBEC8x7TtOx 7bXBMJ22K5sScERuObTz2rDf06iN4FPNSfbBF6bIeNW3sdeRQa+it0wiutAanVyxmj2g 4dTsFlJXpmREhTx+81nr7ATk8W5wAdO2jptOn92BGk8KSnF/+rjTB5WxKbBYZjjinEzJ fwxDU9deiNf1ORI+9TNm5BedGzl6IY+RV87/VBP/Sb9NVbHPqL7nZN5lHGdwgoc7ZuHF AAZM+qFrHZGVGVbzG77xoDtacGF6Ywc7LplSOW/Ce8FfRUgfxJrZ5dNjCY6AlzNJLcM9 aqMg== MIME-Version: 1.0 Received: by 10.50.196.193 with SMTP id io1mr6405557igc.10.1354019828581; Tue, 27 Nov 2012 04:37:08 -0800 (PST) Received: by 10.50.88.137 with HTTP; Tue, 27 Nov 2012 04:37:08 -0800 (PST) In-Reply-To: <201211271108.qARB8u5F050244@svn.freebsd.org> References: <201211271108.qARB8u5F050244@svn.freebsd.org> Date: Tue, 27 Nov 2012 07:37:08 -0500 Message-ID: Subject: Re: svn commit: r307833 - head/x11-toolkits/fox16 From: "b. f." To: Pietro Cerutti Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: bf1783@gmail.com List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 12:37:09 -0000 On 11/27/12, Pietro Cerutti wrote: > Author: gahr > Date: Tue Nov 27 11:08:55 2012 > New Revision: 307833 > URL: http://svnweb.freebsd.org/changeset/ports/307833 > > Log: > - Update to 1.6.47 > * Prototype of wndproc() was not correct for 64-bit Windows. > - Remove shlib versions from LIB_DEPENDS > > Feature safe: yes I'm confused: we have changes like this that clearly aren't feature safe going into the tree without explicit permission from portmgr, and Ken stating that the release was moving forward with only a limited set of packages. So is the ports tree still frozen, or not? b. From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 12:45: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 B8029B62; Tue, 27 Nov 2012 12:45:20 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id 62A6B8FC15; Tue, 27 Nov 2012 12:45:20 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:65290 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1TdKXN-001Rez-Je; Tue, 27 Nov 2012 13:45:18 +0100 Date: Tue, 27 Nov 2012 13:45:13 +0100 From: Pietro Cerutti To: bf1783@gmail.com Subject: Re: svn commit: r307833 - head/x11-toolkits/fox16 Message-ID: <20121127124512.GJ53110@gahrfit.gahr.ch> References: <201211271108.qARB8u5F050244@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZG+WKzXzVby2T9Ro" Content-Disposition: inline In-Reply-To: X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 12:45:20 -0000 --ZG+WKzXzVby2T9Ro Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-Nov-27, 07:37, b. f. wrote: > On 11/27/12, Pietro Cerutti wrote: > > Author: gahr > > Date: Tue Nov 27 11:08:55 2012 > > New Revision: 307833 > > URL: http://svnweb.freebsd.org/changeset/ports/307833 > > > > Log: > > - Update to 1.6.47 > > * Prototype of wndproc() was not correct for 64-bit Windows. > > - Remove shlib versions from LIB_DEPENDS > > > > Feature safe: yes >=20 > I'm confused: we have changes like this that clearly aren't feature > safe going into the tree without explicit permission from portmgr, and > Ken stating that the release was moving forward with only a limited > set of packages. So is the ports tree still frozen, or not? Well I didn't see it as a sweeping change, since only a handful of ports were changed. I guess personal judgment is needed to sort out "A sweeping change is a commit that would affect a non-trivial number of packages" =66rom=20 "shared library version bumps" (which are said to qualify as sweep commits) In this case, only a few (and small) ports were affected, which is why I went forward. --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --ZG+WKzXzVby2T9Ro Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC0tZQACgkQwMJqmJVx946DogCgho5PcQbVYOIB/q4xZGvjiN+v 7BIAoJCGE3J7wzf1XSDSo1ajdFTcPJwS =0V90 -----END PGP SIGNATURE----- --ZG+WKzXzVby2T9Ro-- From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 12:56:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 73344D9D; Tue, 27 Nov 2012 12:56:10 +0000 (UTC) Date: Tue, 27 Nov 2012 12:56:10 +0000 From: Alexey Dokuchaev To: Alex Kozlov Subject: Re: svn commit: r307837 - head/comms/morse Message-ID: <20121127125610.GA59490@FreeBSD.org> References: <201211271205.qARC54XQ060171@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211271205.qARC54XQ060171@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 12:56:10 -0000 On Tue, Nov 27, 2012 at 12:05:04PM +0000, Alex Kozlov wrote: > New Revision: 307837 > URL: http://svnweb.freebsd.org/changeset/ports/307837 > > +# Created by: Stephen Hurd Space, not tab please. > +OSS_DESC= Beep using OSS (/dev/dsp) > +X11_DESC= Beep using X server > +PA_DESC= Beep using Pulse Audio All of these options are already in bsd.options.desc.mk (PA_DESC is named PULSEAUDIO_DESC though). While you might want to adjust their descriptions, at least we should not invent new names for existing features. ./danfe From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 13:10: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 76A1DF63; Tue, 27 Nov 2012 13:10:42 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 52F278FC16; Tue, 27 Nov 2012 13:10:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARDAgm1072079; Tue, 27 Nov 2012 13:10:42 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARDAgea072075; Tue, 27 Nov 2012 13:10:42 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201211271310.qARDAgea072075@svn.freebsd.org> From: Guido Falsi Date: Tue, 27 Nov 2012 13:10:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307840 - in head/x11/sterm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 13:10:42 -0000 Author: madpilot Date: Tue Nov 27 13:10:41 2012 New Revision: 307840 URL: http://svnweb.freebsd.org/changeset/ports/307840 Log: - Update to 0.3 - Use new options framework for DOCS - Trim Makefile headers PR: ports/173941 Submitted by: Matthew Donovan (maintainer) Feature safe: yes Modified: head/x11/sterm/Makefile head/x11/sterm/distinfo (contents, props changed) head/x11/sterm/files/patch-Makefile (contents, props changed) head/x11/sterm/files/patch-config.mk (contents, props changed) Modified: head/x11/sterm/Makefile ============================================================================== --- head/x11/sterm/Makefile Tue Nov 27 12:26:28 2012 (r307839) +++ head/x11/sterm/Makefile Tue Nov 27 13:10:41 2012 (r307840) @@ -1,12 +1,8 @@ -# New ports collection makefile for: sterm -# Date created: April 01, 2011 -# Whom: Matthew Donovan -# +# Created by: Matthew Donovan # $FreeBSD$ -# PORTNAME= sterm -PORTVERSION= 0.2.1 +PORTVERSION= 0.3 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/st/ DISTNAME= st-${PORTVERSION} @@ -16,14 +12,18 @@ COMMENT= A simple X terminal LICENSE= BSD +LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + freetype:${PORTSDIR}/print/freetype2 RUN_DEPENDS= ${LOCALBASE}/share/misc/terminfo.db:${PORTSDIR}/devel/ncurses -USE_XORG= x11 +USE_XORG= x11 xext xft MAN1= st.1 PLIST_FILES= bin/st PORTDOCS= README +.include + pre-everything:: @${ECHO_MSG} "You can build st with your own config.h using the ST_CONF knob:" @${ECHO_MSG} "make ST_CONF=/path/to/st/config.h install clean" @@ -42,7 +42,7 @@ post-patch: ${WRKSRC}/config.mk post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} Modified: head/x11/sterm/distinfo ============================================================================== --- head/x11/sterm/distinfo Tue Nov 27 12:26:28 2012 (r307839) +++ head/x11/sterm/distinfo Tue Nov 27 13:10:41 2012 (r307840) @@ -1,2 +1,2 @@ -SHA256 (st-0.2.1.tar.gz) = 4bf5817483d3274fae9a205e692b308a5fd0cfcb55ed9f3761d2c564b4f7d897 -SIZE (st-0.2.1.tar.gz) = 19804 +SHA256 (st-0.3.tar.gz) = 6d6ca8e8a110530caf97538eab96f0ec28ad2dc419054afeea91e8187b940e34 +SIZE (st-0.3.tar.gz) = 24424 Modified: head/x11/sterm/files/patch-Makefile ============================================================================== --- head/x11/sterm/files/patch-Makefile Tue Nov 27 12:26:28 2012 (r307839) +++ head/x11/sterm/files/patch-Makefile Tue Nov 27 13:10:41 2012 (r307840) @@ -1,9 +1,9 @@ ---- Makefile.orig 2011-04-06 14:22:13.614498469 +0200 -+++ Makefile 2011-04-06 14:23:02.470588628 +0200 -@@ -48,7 +48,7 @@ - @mkdir -p ${DESTDIR}${MANPREFIX}/man1 - @sed "s/VERSION/${VERSION}/g" < st.1 > ${DESTDIR}${MANPREFIX}/man1/st.1 +--- Makefile.orig 2012-11-02 20:09:49.000000000 +0100 ++++ Makefile 2012-11-26 21:33:04.882099791 +0100 +@@ -50,7 +50,7 @@ @chmod 644 ${DESTDIR}${MANPREFIX}/man1/st.1 + @echo If things do not seem to work, be sure that there is no \ + floating st terminfo in the .terminfo directory in your home dir. - @tic -s st.info + @tic -s -o ${LOCALBASE}/share/misc st.info Modified: head/x11/sterm/files/patch-config.mk ============================================================================== --- head/x11/sterm/files/patch-config.mk Tue Nov 27 12:26:28 2012 (r307839) +++ head/x11/sterm/files/patch-config.mk Tue Nov 27 13:10:41 2012 (r307840) @@ -1,21 +1,11 @@ ---- config.mk.orig 2011-01-23 12:30:01.000000000 +0100 -+++ config.mk 2011-04-06 14:25:05.291720015 +0200 -@@ -5,6 +5,7 @@ +--- config.mk.orig 2012-11-02 20:09:49.000000000 +0100 ++++ config.mk 2012-11-26 22:28:12.270095047 +0100 +@@ -11,7 +11,7 @@ + X11LIB = /usr/X11R6/lib - # paths - PREFIX = /usr/local -+LOCALBASE= /usr/local - MANPREFIX = ${PREFIX}/share/man - - X11INC = /usr/X11R6/include -@@ -16,8 +17,8 @@ + # includes and libs +-INCS = -I. -I/usr/include -I${X11INC} -I/usr/include/freetype2 ++INCS = -I. -I/usr/include -I${X11INC} -I${X11INC}/freetype2 + LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil -lXext -lXft -lfontconfig # flags - CPPFLAGS = -DVERSION=\"${VERSION}\" --CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} --LDFLAGS += -s ${LIBS} -+CFLAGS += -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS} -+LDFLAGS += ${LIBS} - - # compiler and linker - CC ?= cc From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 13:12: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 81019C6; Tue, 27 Nov 2012 13:12:12 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0F6908FC08; Tue, 27 Nov 2012 13:12:11 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id s9so14773522iec.13 for ; Tue, 27 Nov 2012 05:12:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=BNl2KXrtKHnjobYT+ysfDCedAkX3CLRTHss9llD2Vdg=; b=Wcjf/a3v5zq22U25V/Cf/mJ1KTkVvoaf28CUauFToaGfho2/6RSQ1nD7kQpx2oQa0d pBcJxRG9OpVRqEkvma63/M3uWzobY0Eav8oCvDjmtTCtRCJNbknGDosIPgbgnreo2LOH IGzLw35lRKcOvYG/LMHpWALJi3cC9cqC2El7rDGid4Nlhyjk2g2dsz3XmLSnMy/TrhMR T5tNfiDs6YVjiHR3xOJgeqOQE1qTvWcu3u2FnK8ZbowwddQJ48UybCwuTZH5iX8qAAGY l2/UA8C4cS2DSYYmHn8nj2xL0n4ZwhqtlfbzQz3fCqoMQv76hYCbXCJL8MS2YX2joG1I cIcA== MIME-Version: 1.0 Received: by 10.50.106.227 with SMTP id gx3mr18276383igb.10.1354021930924; Tue, 27 Nov 2012 05:12:10 -0800 (PST) Received: by 10.50.88.137 with HTTP; Tue, 27 Nov 2012 05:12:10 -0800 (PST) In-Reply-To: <20121127124512.GJ53110@gahrfit.gahr.ch> References: <201211271108.qARB8u5F050244@svn.freebsd.org> <20121127124512.GJ53110@gahrfit.gahr.ch> Date: Tue, 27 Nov 2012 08:12:10 -0500 Message-ID: Subject: Re: svn commit: r307833 - head/x11-toolkits/fox16 From: "b. f." To: gahr@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, portmgr@FreeBSD.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: bf1783@gmail.com List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 13:12:12 -0000 On 11/27/12, Pietro Cerutti wrote: > On 2012-Nov-27, 07:37, b. f. wrote: >> On 11/27/12, Pietro Cerutti wrote: >> > Author: gahr >> > Date: Tue Nov 27 11:08:55 2012 >> > New Revision: 307833 >> > URL: http://svnweb.freebsd.org/changeset/ports/307833 >> > >> > Log: >> > - Update to 1.6.47 >> > * Prototype of wndproc() was not correct for 64-bit Windows. >> > - Remove shlib versions from LIB_DEPENDS >> > >> > Feature safe: yes >> >> I'm confused: we have changes like this that clearly aren't feature >> safe going into the tree without explicit permission from portmgr, and >> Ken stating that the release was moving forward with only a limited >> set of packages. So is the ports tree still frozen, or not? > > Well I didn't see it as a sweeping change, since only a handful of ports > were changed. I guess personal judgment is needed to sort out > > "A sweeping change is a commit that would affect a non-trivial number of > packages" > > from > > "shared library version bumps" (which are said to qualify as sweep > commits) > > In this case, only a few (and small) ports were affected, which is why I > went forward. Could we have a clear and explicit statement from portmgr about what is permitted? I don't mean to pick on Pietro: this question keeps coming up. A number of us have been using the rule of thumb that any non-cosmetic change that affects more than one default package isn't possible without permission. If there is a lesser standard, or if the tree should be considered frozen only for a subset of packages that will be on the release media, then I can start making a few changes that some users have requested. b. From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 13:13: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 ACBA31C2; Tue, 27 Nov 2012 13:13:47 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 904CA8FC12; Tue, 27 Nov 2012 13:13:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARDDl6X072838; Tue, 27 Nov 2012 13:13:47 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARDDlMG072835; Tue, 27 Nov 2012 13:13:47 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211271313.qARDDlMG072835@svn.freebsd.org> From: Frederic Culot Date: Tue, 27 Nov 2012 13:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307841 - head/www/py-djblets X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 13:13:47 -0000 Author: culot Date: Tue Nov 27 13:13:47 2012 New Revision: 307841 URL: http://svnweb.freebsd.org/changeset/ports/307841 Log: - Update to 0.6.27 PR: ports/173919 Submitted by: Po-Chien Lin (maintainer) Feature safe: yes Modified: head/www/py-djblets/Makefile head/www/py-djblets/distinfo head/www/py-djblets/pkg-plist Modified: head/www/py-djblets/Makefile ============================================================================== --- head/www/py-djblets/Makefile Tue Nov 27 13:10:41 2012 (r307840) +++ head/www/py-djblets/Makefile Tue Nov 27 13:13:47 2012 (r307841) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= djblets -PORTVERSION= 0.6.23 +PORTVERSION= 0.6.27 CATEGORIES= www python MASTER_SITES= http://downloads.reviewboard.org/releases/Djblets/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= A collection of useful classes LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.3.3<1.4:${PORTSDIR}/www/py-django13 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django==1.3.4<1.4:${PORTSDIR}/www/py-django13 \ + ${PYTHON_PKGNAMEPREFIX}feedparser>=5.1.2:${PORTSDIR}/textproc/py-feedparser \ ${PYTHON_PKGNAMEPREFIX}imaging>0:${PORTSDIR}/graphics/py-imaging USE_PYTHON= yes Modified: head/www/py-djblets/distinfo ============================================================================== --- head/www/py-djblets/distinfo Tue Nov 27 13:10:41 2012 (r307840) +++ head/www/py-djblets/distinfo Tue Nov 27 13:13:47 2012 (r307841) @@ -1,2 +1,2 @@ -SHA256 (Djblets-0.6.23.tar.gz) = 3d11f2d9cfd8b27aba5c79894835e3d29885e948285c85fbb28d0a9c54791bb5 -SIZE (Djblets-0.6.23.tar.gz) = 230251 +SHA256 (Djblets-0.6.27.tar.gz) = 98f671950f06dfae1ec5989ac6bca645b3f77545c16a5cd446bfde4563bc0b8c +SIZE (Djblets-0.6.27.tar.gz) = 191756 Modified: head/www/py-djblets/pkg-plist ============================================================================== --- head/www/py-djblets/pkg-plist Tue Nov 27 13:10:41 2012 (r307840) +++ head/www/py-djblets/pkg-plist Tue Nov 27 13:13:47 2012 (r307841) @@ -42,9 +42,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/djblets/feedview/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/djblets/feedview/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/djblets/feedview/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/djblets/feedview/feedparser.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/djblets/feedview/feedparser.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/djblets/feedview/feedparser.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/djblets/feedview/templates/feedview/feed-inline.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/djblets/feedview/templates/feedview/feed-page.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/djblets/feedview/templatetags/__init__.py From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 13:31: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 A156C5B5; Tue, 27 Nov 2012 13:31:09 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7A98FC12; Tue, 27 Nov 2012 13:31:08 +0000 (UTC) Date: Tue, 27 Nov 2012 15:31:07 +0200 From: Alex Kozlov To: Alexey Dokuchaev Subject: Re: svn commit: r307837 - head/comms/morse Message-ID: <20121127133107.GA740@ravenloft.kiev.ua> References: <201211271205.qARC54XQ060171@svn.freebsd.org> <20121127125610.GA59490@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121127125610.GA59490@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 13:31:09 -0000 On Tue, Nov 27, 2012 at 12:56:10PM +0000, Alexey Dokuchaev wrote: > On Tue, Nov 27, 2012 at 12:05:04PM +0000, Alex Kozlov wrote: > > New Revision: 307837 > > URL: http://svnweb.freebsd.org/changeset/ports/307837 > > > > +# Created by: Stephen Hurd > Space, not tab please. That's ironic, I even have patch for portlint which adds check for space afrer Created by/WWW. > > +OSS_DESC= Beep using OSS (/dev/dsp) > > +X11_DESC= Beep using X server > > +PA_DESC= Beep using Pulse Audio > All of these options are already in bsd.options.desc.mk (PA_DESC is named > PULSEAUDIO_DESC though). While you might want to adjust their descriptions, > at least we should not invent new names for existing features. I suppose I can change PA_DESC to PULSEAUDIO_DESC, but it's not really matter, because in this case specific descriptions are better and I'm not going to use generic ones from bsd.options.desc.mk. -- Alex From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 13:52: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 576CFC18; Tue, 27 Nov 2012 13:52:32 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3D09E8FC08; Tue, 27 Nov 2012 13:52:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARDqW0m079231; Tue, 27 Nov 2012 13:52:32 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARDqWpc079230; Tue, 27 Nov 2012 13:52:32 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201211271352.qARDqWpc079230@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 27 Nov 2012 13:52:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307842 - head/www/piwik X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 13:52:32 -0000 Author: rm Date: Tue Nov 27 13:52:31 2012 New Revision: 307842 URL: http://svnweb.freebsd.org/changeset/ports/307842 Log: - update distinfo, because tarball was rerolled (see [1]) New tarball has no content changes, but since it was recreated, the checksum and size had changed and fetch stoped to working. [1] http://goo.gl/5JVc4 Approved by: Hans Fr. Nordhaug (maintained, via ports@ ML) Feature safe: yes Modified: head/www/piwik/distinfo Modified: head/www/piwik/distinfo ============================================================================== --- head/www/piwik/distinfo Tue Nov 27 13:13:47 2012 (r307841) +++ head/www/piwik/distinfo Tue Nov 27 13:52:31 2012 (r307842) @@ -1,2 +1,2 @@ -SHA256 (piwik-1.9.2.tar.gz) = 86c8782584849853dabb1c66026a85f0721576ea9a0d36650082dfab3ce52511 -SIZE (piwik-1.9.2.tar.gz) = 5676196 +SHA256 (piwik-1.9.2.tar.gz) = 77cc9a5147db14e878f7c36dc2a03f4d64187916194632978e84b05646bbf455 +SIZE (piwik-1.9.2.tar.gz) = 5676058 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 13:58:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 3B9DCEC; Tue, 27 Nov 2012 13:58:46 +0000 (UTC) Date: Tue, 27 Nov 2012 13:58:46 +0000 From: Alexey Dokuchaev To: Alex Kozlov Subject: Re: svn commit: r307837 - head/comms/morse Message-ID: <20121127135846.GA63249@FreeBSD.org> References: <201211271205.qARC54XQ060171@svn.freebsd.org> <20121127125610.GA59490@FreeBSD.org> <20121127133107.GA740@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20121127133107.GA740@ravenloft.kiev.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 13:58:46 -0000 On Tue, Nov 27, 2012 at 03:31:07PM +0200, Alex Kozlov wrote: > I suppose I can change PA_DESC to PULSEAUDIO_DESC, but it's not really > matter, because in this case specific descriptions are better and I'm not > going to use generic ones from bsd.options.desc.mk. Yes, that was my point: use standard names, adjust default descriptions if you feel that they are too generic for this particular case. ./danfe From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 14:23: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 385BB6F2; Tue, 27 Nov 2012 14:23:48 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 15CF18FC0C; Tue, 27 Nov 2012 14:23:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARENloN085425; Tue, 27 Nov 2012 14:23:47 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARENlsp085422; Tue, 27 Nov 2012 14:23:47 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211271423.qARENlsp085422@svn.freebsd.org> From: Frederic Culot Date: Tue, 27 Nov 2012 14:23:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307843 - head/devel/p5-CPAN-Perl-Releases X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 14:23:48 -0000 Author: culot Date: Tue Nov 27 14:23:47 2012 New Revision: 307843 URL: http://svnweb.freebsd.org/changeset/ports/307843 Log: - Update to 0.90 Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes Feature safe: yes Modified: head/devel/p5-CPAN-Perl-Releases/Makefile head/devel/p5-CPAN-Perl-Releases/distinfo Modified: head/devel/p5-CPAN-Perl-Releases/Makefile ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/Makefile Tue Nov 27 13:52:31 2012 (r307842) +++ head/devel/p5-CPAN-Perl-Releases/Makefile Tue Nov 27 14:23:47 2012 (r307843) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CPAN-Perl-Releases -PORTVERSION= 0.88 +PORTVERSION= 0.90 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-CPAN-Perl-Releases/distinfo ============================================================================== --- head/devel/p5-CPAN-Perl-Releases/distinfo Tue Nov 27 13:52:31 2012 (r307842) +++ head/devel/p5-CPAN-Perl-Releases/distinfo Tue Nov 27 14:23:47 2012 (r307843) @@ -1,2 +1,2 @@ -SHA256 (CPAN-Perl-Releases-0.88.tar.gz) = 9b754b0d14c6fe5d83a15d0f6fc9f6336013df03992552ef94f54878d971ea36 -SIZE (CPAN-Perl-Releases-0.88.tar.gz) = 17124 +SHA256 (CPAN-Perl-Releases-0.90.tar.gz) = ada8ca8d4b0ecc8905f4eb8bff04a68aa9704ee655471f2bf77b0582979ab7de +SIZE (CPAN-Perl-Releases-0.90.tar.gz) = 17194 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 14:29: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 34566818; Tue, 27 Nov 2012 14:29:21 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id D103F8FC18; Tue, 27 Nov 2012 14:29:20 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:49408 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1TdMA2-002iub-Hp; Tue, 27 Nov 2012 15:29:19 +0100 Date: Tue, 27 Nov 2012 15:29:15 +0100 From: Pietro Cerutti To: bf1783@gmail.com Subject: Re: svn commit: r307833 - head/x11-toolkits/fox16 Message-ID: <20121127142915.GK53110@gahrfit.gahr.ch> References: <201211271108.qARB8u5F050244@svn.freebsd.org> <20121127124512.GJ53110@gahrfit.gahr.ch> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ogUXNSQj4OI1q3LQ" Content-Disposition: inline In-Reply-To: X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, portmgr@FreeBSD.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 14:29:21 -0000 --ogUXNSQj4OI1q3LQ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-Nov-27, 08:12, b. f. wrote: > On 11/27/12, Pietro Cerutti wrote: > > On 2012-Nov-27, 07:37, b. f. wrote: > >> On 11/27/12, Pietro Cerutti wrote: > >> > Author: gahr > >> > Date: Tue Nov 27 11:08:55 2012 > >> > New Revision: 307833 > >> > URL: http://svnweb.freebsd.org/changeset/ports/307833 > >> > > >> > Log: > >> > - Update to 1.6.47 > >> > * Prototype of wndproc() was not correct for 64-bit Windows. > >> > - Remove shlib versions from LIB_DEPENDS > >> > > >> > Feature safe: yes > >> > >> I'm confused: we have changes like this that clearly aren't feature > >> safe going into the tree without explicit permission from portmgr, and > >> Ken stating that the release was moving forward with only a limited > >> set of packages. So is the ports tree still frozen, or not? > > > > Well I didn't see it as a sweeping change, since only a handful of ports > > were changed. I guess personal judgment is needed to sort out > > > > "A sweeping change is a commit that would affect a non-trivial number of > > packages" > > > > from > > > > "shared library version bumps" (which are said to qualify as sweep > > commits) > > > > In this case, only a few (and small) ports were affected, which is why I > > went forward. >=20 > Could we have a clear and explicit statement from portmgr about what > is permitted? I don't mean to pick on Pietro: this question keeps > coming up. A number of us have been using the rule of thumb that any > non-cosmetic change that affects more than one default package isn't > possible without permission. If there is a lesser standard, or if the > tree should be considered frozen only for a subset of packages that > will be on the release media, then I can start making a few changes > that some users have requested. Agreed. Another thing which is not clear is, why 5 individual updates of 5 ports are OK but 5 PORTREVISION bumps because of a shlib change in one commit is not OK? --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --ogUXNSQj4OI1q3LQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC0zjoACgkQwMJqmJVx945pZACfXyVDfcJj/2P6BYS8HV2MLl1T d1UAoKjYNYq3586ozCFAI/dTIBpEkQwm =3tcQ -----END PGP SIGNATURE----- --ogUXNSQj4OI1q3LQ-- From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 14:37: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 5D451B89; Tue, 27 Nov 2012 14:37:55 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 27C328FC0C; Tue, 27 Nov 2012 14:37:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAREbtGQ087792; Tue, 27 Nov 2012 14:37:55 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAREbs0k087789; Tue, 27 Nov 2012 14:37:54 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211271437.qAREbs0k087789@svn.freebsd.org> From: Frederic Culot Date: Tue, 27 Nov 2012 14:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307844 - head/devel/p5-Devel-StackTrace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 14:37:55 -0000 Author: culot Date: Tue Nov 27 14:37:54 2012 New Revision: 307844 URL: http://svnweb.freebsd.org/changeset/ports/307844 Log: - Update to 1.30 - Add LICENSE (Artistic 2) Changes: http://search.cpan.org/dist/Devel-StackTrace/Changes Feature safe: yes Modified: head/devel/p5-Devel-StackTrace/Makefile head/devel/p5-Devel-StackTrace/distinfo Modified: head/devel/p5-Devel-StackTrace/Makefile ============================================================================== --- head/devel/p5-Devel-StackTrace/Makefile Tue Nov 27 14:23:47 2012 (r307843) +++ head/devel/p5-Devel-StackTrace/Makefile Tue Nov 27 14:37:54 2012 (r307844) @@ -1,13 +1,8 @@ -# ex:ts=8 -# New ports collection makefile for: p5-Devel-StackTrace -# Date created: Jul 28, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= Devel-StackTrace -PORTVERSION= 1.27 +PORTVERSION= 1.30 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Stack trace and stack trace frame objects +LICENSE= ART20 + PERL_CONFIGURE= yes MAN3= Devel::StackTrace.3 Devel::StackTrace::Frame.3 Modified: head/devel/p5-Devel-StackTrace/distinfo ============================================================================== --- head/devel/p5-Devel-StackTrace/distinfo Tue Nov 27 14:23:47 2012 (r307843) +++ head/devel/p5-Devel-StackTrace/distinfo Tue Nov 27 14:37:54 2012 (r307844) @@ -1,2 +1,2 @@ -SHA256 (Devel-StackTrace-1.27.tar.gz) = da55edfd4fa20ee88c94dd36ff53890d3a27095a8305d4e812a84459595ae706 -SIZE (Devel-StackTrace-1.27.tar.gz) = 18462 +SHA256 (Devel-StackTrace-1.30.tar.gz) = f4af79762263e477a65764ec9ff837e6e1c9f1f2c966c183036cd54bdee723d4 +SIZE (Devel-StackTrace-1.30.tar.gz) = 18518 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 14:49: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 3EDD7F19; Tue, 27 Nov 2012 14:49:13 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 236B88FC18; Tue, 27 Nov 2012 14:49:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAREnC4B089718; Tue, 27 Nov 2012 14:49:12 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAREnCWv089715; Tue, 27 Nov 2012 14:49:12 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211271449.qAREnCWv089715@svn.freebsd.org> From: Frederic Culot Date: Tue, 27 Nov 2012 14:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307845 - head/devel/p5-Module-CoreList X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 14:49:13 -0000 Author: culot Date: Tue Nov 27 14:49:12 2012 New Revision: 307845 URL: http://svnweb.freebsd.org/changeset/ports/307845 Log: - Update to 2.78 Changes: http://search.cpan.org/dist/Module-CoreList/Changes Feature safe: yes Modified: head/devel/p5-Module-CoreList/Makefile head/devel/p5-Module-CoreList/distinfo Modified: head/devel/p5-Module-CoreList/Makefile ============================================================================== --- head/devel/p5-Module-CoreList/Makefile Tue Nov 27 14:37:54 2012 (r307844) +++ head/devel/p5-Module-CoreList/Makefile Tue Nov 27 14:49:12 2012 (r307845) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-CoreList -PORTVERSION= 2.77 +PORTVERSION= 2.78 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-CoreList/distinfo ============================================================================== --- head/devel/p5-Module-CoreList/distinfo Tue Nov 27 14:37:54 2012 (r307844) +++ head/devel/p5-Module-CoreList/distinfo Tue Nov 27 14:49:12 2012 (r307845) @@ -1,2 +1,2 @@ -SHA256 (Module-CoreList-2.77.tar.gz) = e16a77de6b6d10d63be26d2b7891e4c1f35f456a0dc09dd84be3670c05a76614 -SIZE (Module-CoreList-2.77.tar.gz) = 55985 +SHA256 (Module-CoreList-2.78.tar.gz) = ea313026061591a13143edf1186e3ed91f7b110e398a642d7f2080a0f71a76e2 +SIZE (Module-CoreList-2.78.tar.gz) = 56511 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:16: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 C7387C1E; Tue, 27 Nov 2012 15:16:17 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id 2C8D58FC15; Tue, 27 Nov 2012 15:16:16 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id t11so4309625qaa.13 for ; Tue, 27 Nov 2012 07:16:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=5rzerSVfEpX5LKcxE8OV/ml8Pit6ySAB6sxg1h8W930=; b=M8Jlo6Frr6uWo811LtRQrjidIAzuyuNO3PRssCIhoTguPTHGSLojToKGJML+E0qsLe KKCZuNnW9l2lcqO5NNoFOXiWXRgzymQMx+H4CDovmgG1Mt4dAJkW9XeNQIGsYbb/6H3J Bq7bODxgHg4T2uScsoDUxJ7OZjS28ZyxDIZe48tjA9s1Hcxlgiy9qSb5PSgO4Jl7/cQf v0Ts2/gUmh5nWtxyFRozfGhGuR02j6cyeMJFoaQtzujVaJrXO0n7QjHuKPrrJNzI3YFB n4hijI9DoQR0vyl65kDw8lG1OMis8JD8Sv+Dx5vBdtcrVISUb6MLzHk3yL3TDsIA5TQc B/rQ== Received: by 10.224.42.80 with SMTP id r16mr16533017qae.90.1354029376246; Tue, 27 Nov 2012 07:16:16 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id em3sm10670841qab.12.2012.11.27.07.16.14 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Nov 2012 07:16:14 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: Philippe Audeoud Subject: Re: svn commit: r307826 - head/www/p5-CIF-Client Date: Tue, 27 Nov 2012 10:16:11 -0500 Message-ID: <3548022.pTe2mfun7I@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <201211270840.qAR8e8ho022689@svn.freebsd.org> References: <201211270840.qAR8e8ho022689@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:16:17 -0000 On Tuesday, November 27, 2012 08:40:07 Philippe Audeoud wrote: > Author: jadawin > Date: Tue Nov 27 08:40:07 2012 > New Revision: 307826 > URL: http://svnweb.freebsd.org/changeset/ports/307826 > > Log: > - Update to 0.18 > > PR: ports/173281 > Submitted by: Paul Schmehl (maintainer) > Feature safe: yes > > Modified: > head/www/p5-CIF-Client/Makefile > head/www/p5-CIF-Client/distinfo > head/www/p5-CIF-Client/pkg-plist > > Modified: head/www/p5-CIF-Client/pkg-plist > ============================================================================ > == --- head/www/p5-CIF-Client/pkg-plist Tue Nov 27 08:36:00 2012 (r307825) > +++ head/www/p5-CIF-Client/pkg-plist Tue Nov 27 08:40:07 2012 (r307826) @@ > -1,30 +1,30 @@ <--snip--> > -@dirrmtry %%SITE_PERL%%/CIF > -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CIF > +@dirrm %%SITE_PERL%%/CIF > \ No newline at end of file pkg-plist should have a newline at EOF -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:18: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 83FF3D38; Tue, 27 Nov 2012 15:18:43 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) by mx1.freebsd.org (Postfix) with ESMTP id 3BD528FC0C; Tue, 27 Nov 2012 15:18:43 +0000 (UTC) Date: Tue, 27 Nov 2012 17:18:42 +0200 From: Alex Kozlov To: Alexey Dokuchaev Subject: Re: svn commit: r307837 - head/comms/morse Message-ID: <20121127151842.GA5768@ravenloft.kiev.ua> References: <201211271205.qARC54XQ060171@svn.freebsd.org> <20121127125610.GA59490@FreeBSD.org> <20121127133107.GA740@ravenloft.kiev.ua> <20121127135846.GA63249@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121127135846.GA63249@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:18:43 -0000 On Tue, Nov 27, 2012 at 01:58:46PM +0000, Alexey Dokuchaev wrote: > On Tue, Nov 27, 2012 at 03:31:07PM +0200, Alex Kozlov wrote: > > I suppose I can change PA_DESC to PULSEAUDIO_DESC, but it's not really > > matter, because in this case specific descriptions are better and I'm not > > going to use generic ones from bsd.options.desc.mk. > Yes, that was my point: use standard names, adjust default descriptions if > you feel that they are too generic for this particular case. Fine, I will ask maintainer if he wants to change description name for an aesthetic purposes. It would be minor POLA violation though, some users may have already set PA in make.conf. -- Alex From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:34: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 1194448C; Tue, 27 Nov 2012 15:34:46 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E43AE8FC18; Tue, 27 Nov 2012 15:34:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARFYjOR097807; Tue, 27 Nov 2012 15:34:45 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARFYjHZ097806; Tue, 27 Nov 2012 15:34:45 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201211271534.qARFYjHZ097806@svn.freebsd.org> From: Philippe Audeoud Date: Tue, 27 Nov 2012 15:34:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307846 - head/www/p5-CIF-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:34:46 -0000 Author: jadawin Date: Tue Nov 27 15:34:45 2012 New Revision: 307846 URL: http://svnweb.freebsd.org/changeset/ports/307846 Log: - Fix pkg-plist Reported by: jhale@ Feature safe: yes Modified: head/www/p5-CIF-Client/pkg-plist Modified: head/www/p5-CIF-Client/pkg-plist ============================================================================== --- head/www/p5-CIF-Client/pkg-plist Tue Nov 27 14:49:12 2012 (r307845) +++ head/www/p5-CIF-Client/pkg-plist Tue Nov 27 15:34:45 2012 (r307846) @@ -27,4 +27,4 @@ bin/cif @dirrm %%SITE_PERL%%/CIF/Client/Plugin/Iodef @dirrm %%SITE_PERL%%/CIF/Client/Plugin @dirrm %%SITE_PERL%%/CIF/Client -@dirrm %%SITE_PERL%%/CIF \ No newline at end of file +@dirrm %%SITE_PERL%%/CIF From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15: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 379D7570; Tue, 27 Nov 2012 15:35:12 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from huppa.tuxaco.net (tuxaco.net [IPv6:2001:41d0:1:66c1::1]) by mx1.freebsd.org (Postfix) with ESMTP id C3B258FC13; Tue, 27 Nov 2012 15:35:11 +0000 (UTC) Received: from huppa.tuxaco.net (localhost [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id 0A2E222849; Tue, 27 Nov 2012 16:39:33 +0100 (CET) X-Virus-Scanned: amavisd-new at tuxaco.net Received: from huppa.tuxaco.net ([127.0.0.1]) by huppa.tuxaco.net (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ydxgp1GMVyjP; Tue, 27 Nov 2012 16:39:30 +0100 (CET) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id 99DB922859; Tue, 27 Nov 2012 16:39:30 +0100 (CET) Date: Tue, 27 Nov 2012 16:39:30 +0100 From: Philippe Audeoud To: "Jason E. Hale" Subject: Re: svn commit: r307826 - head/www/p5-CIF-Client Message-ID: <20121127153930.GB14980@tuxaco.net> References: <201211270840.qAR8e8ho022689@svn.freebsd.org> <3548022.pTe2mfun7I@mocha.verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3548022.pTe2mfun7I@mocha.verizon.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:35:12 -0000 On Tue, 27 Nov 2012, Jason E. Hale wrote: > On Tuesday, November 27, 2012 08:40:07 Philippe Audeoud wrote: > > Author: jadawin > > Date: Tue Nov 27 08:40:07 2012 > > New Revision: 307826 > > URL: http://svnweb.freebsd.org/changeset/ports/307826 > > > > Log: > > - Update to 0.18 > > > > PR: ports/173281 > > Submitted by: Paul Schmehl (maintainer) > > Feature safe: yes > > > > Modified: > > head/www/p5-CIF-Client/Makefile > > head/www/p5-CIF-Client/distinfo > > head/www/p5-CIF-Client/pkg-plist > > > > Modified: head/www/p5-CIF-Client/pkg-plist > > ============================================================================ > > == --- head/www/p5-CIF-Client/pkg-plist Tue Nov 27 08:36:00 2012 > (r307825) > > +++ head/www/p5-CIF-Client/pkg-plist Tue Nov 27 08:40:07 2012 (r307826) > @@ > > -1,30 +1,30 @@ > <--snip--> > > -@dirrmtry %%SITE_PERL%%/CIF > > -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CIF > > +@dirrm %%SITE_PERL%%/CIF > > \ No newline at end of file > > pkg-plist should have a newline at EOF > Fixed. From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:35: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 891DD67F; Tue, 27 Nov 2012 15:35:58 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0A68FC18; Tue, 27 Nov 2012 15:35:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARFZwt8098078; Tue, 27 Nov 2012 15:35:58 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARFZw8r098075; Tue, 27 Nov 2012 15:35:58 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211271535.qARFZw8r098075@svn.freebsd.org> From: Frederic Culot Date: Tue, 27 Nov 2012 15:35:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307847 - head/comms/p5-Cisco-UCS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:35:58 -0000 Author: culot Date: Tue Nov 27 15:35:57 2012 New Revision: 307847 URL: http://svnweb.freebsd.org/changeset/ports/307847 Log: - Update to 0.29 [1] - Bump PORTEPOCH (pkg_version reports that 0.031 is greater than 0.29) - Add missing dependency on HTTP::Message - Add LICENSE (Artistic 1 & GPL1) PR: ports/173391 [1] Submitted by: Tsung-Han Yeh (maintainer) Feature safe: yes Modified: head/comms/p5-Cisco-UCS/Makefile head/comms/p5-Cisco-UCS/distinfo head/comms/p5-Cisco-UCS/pkg-plist Modified: head/comms/p5-Cisco-UCS/Makefile ============================================================================== --- head/comms/p5-Cisco-UCS/Makefile Tue Nov 27 15:34:45 2012 (r307846) +++ head/comms/p5-Cisco-UCS/Makefile Tue Nov 27 15:35:57 2012 (r307847) @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-Cisco-UCS -# Date created: 2012-04-11 -# Whom: Tsung-Han Yeh -# +# Created by: Tsung-Han Yeh # $FreeBSD$ -# PORTNAME= Cisco-UCS -PORTVERSION= 0.031 +PORTVERSION= 0.29 +PORTEPOCH= 1 CATEGORIES= comms perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +11,21 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= A Perl interface to the Cisco UCS XML API -BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Cisco::UCS.3 +MAN3= Cisco::UCS.3 Cisco::UCS::Blade.3 Cisco::UCS::Chassis.3 \ + Cisco::UCS::Common::EthernetPort.3 Cisco::UCS::Common::Fan.3 \ + Cisco::UCS::Common::FanModule.3 Cisco::UCS::Common::PSU.3 \ + Cisco::UCS::Common::SwitchCard.3 Cisco::UCS::FEX.3 \ + Cisco::UCS::Fault.3 Cisco::UCS::Interconnect.3 \ + Cisco::UCS::MgmtEntity.3 Cisco::UCS::ServiceProfile.3 .include Modified: head/comms/p5-Cisco-UCS/distinfo ============================================================================== --- head/comms/p5-Cisco-UCS/distinfo Tue Nov 27 15:34:45 2012 (r307846) +++ head/comms/p5-Cisco-UCS/distinfo Tue Nov 27 15:35:57 2012 (r307847) @@ -1,2 +1,2 @@ -SHA256 (Cisco-UCS-0.031.tar.gz) = 9efe14ecfb37cc033ca81a0658da902f76f4858e3edf1a45aac193492df65130 -SIZE (Cisco-UCS-0.031.tar.gz) = 10745 +SHA256 (Cisco-UCS-0.29.tar.gz) = 66de01cbeaf57f01ae58b1013ed88f1dddfadf836ec877e86343135aadc79a87 +SIZE (Cisco-UCS-0.29.tar.gz) = 28457 Modified: head/comms/p5-Cisco-UCS/pkg-plist ============================================================================== --- head/comms/p5-Cisco-UCS/pkg-plist Tue Nov 27 15:34:45 2012 (r307846) +++ head/comms/p5-Cisco-UCS/pkg-plist Tue Nov 27 15:35:57 2012 (r307847) @@ -1,5 +1,19 @@ %%SITE_PERL%%/Cisco/UCS.pm +%%SITE_PERL%%/Cisco/UCS/Blade.pm +%%SITE_PERL%%/Cisco/UCS/Chassis.pm +%%SITE_PERL%%/Cisco/UCS/Common/EthernetPort.pm +%%SITE_PERL%%/Cisco/UCS/Common/Fan.pm +%%SITE_PERL%%/Cisco/UCS/Common/FanModule.pm +%%SITE_PERL%%/Cisco/UCS/Common/PSU.pm +%%SITE_PERL%%/Cisco/UCS/Common/SwitchCard.pm +%%SITE_PERL%%/Cisco/UCS/FEX.pm +%%SITE_PERL%%/Cisco/UCS/Fault.pm +%%SITE_PERL%%/Cisco/UCS/Interconnect.pm +%%SITE_PERL%%/Cisco/UCS/MgmtEntity.pm +%%SITE_PERL%%/Cisco/UCS/ServiceProfile.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/UCS/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/UCS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco +@dirrmtry %%SITE_PERL%%/Cisco/UCS/Common +@dirrmtry %%SITE_PERL%%/Cisco/UCS @dirrmtry %%SITE_PERL%%/Cisco From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:37: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 AD0178AC; Tue, 27 Nov 2012 15:37:13 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 109068FC13; Tue, 27 Nov 2012 15:37:12 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id k19so11333437qcs.13 for ; Tue, 27 Nov 2012 07:37:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=khASB6OFwtzB/3OoeJSxZs0pQHw8jrxHKzvRJW2AAXU=; b=N9jIhXyVlJxZMA8VE2enYjIjPFL4hsrXClT4u3cRQH78X4inDmfwsCW1pYx4YiA7UW xfmk5zEoM7MPadW/ymfVojLYy1EIwzKmNu+nqGhDQB7r0WKPmyggiGP+JuELmQD/RNzJ 4MuoN4EDUI+k8EEw5H6CB4PEuD+VTdSyxk+hGCfF7mzddggDpC99857Cr1KZRqkn9SuT b/B/nTmxsrBxvXZzY5hyswTnKpzx586i/8VKsFJL4VH2QFYY/hRfafLcHYmSVwsNN1SG NrJEV1SzH4o+GkLNdprsCzzsH/m19Khkxn1bw/IpKAOCJb57qBq6FYhqCYLB39nx8a9/ oNvg== Received: by 10.224.72.206 with SMTP id n14mr16578983qaj.38.1354030629728; Tue, 27 Nov 2012 07:37:09 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id s17sm10706230qaa.5.2012.11.27.07.37.08 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 27 Nov 2012 07:37:09 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: Philippe Audeoud Subject: Re: svn commit: r307827 - in head/net-mgmt: . p5-BigIP-iControl Date: Tue, 27 Nov 2012 10:37:07 -0500 Message-ID: <4501883.lPumvzqanH@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <201211270903.qAR93QpW027051@svn.freebsd.org> References: <201211270903.qAR93QpW027051@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:37:13 -0000 On Tuesday, November 27, 2012 09:03:26 Philippe Audeoud wrote: > Author: jadawin > Date: Tue Nov 27 09:03:26 2012 > New Revision: 307827 > URL: http://svnweb.freebsd.org/changeset/ports/307827 > > Log: > This package provides a Perl interface to the F5 BigIP iControl API. > > The F5 BigIP iControl API is an open SOAP/XML for communicating with > supported F5 BigIP products. > > WWW: http://search.cpan.org/dist/BigIP-iControl/ > > PR: ports/173395 > Submitted by: snowfly@yuntech.edu.tw > Feature safe: yes > > Added: > head/net-mgmt/p5-BigIP-iControl/ > head/net-mgmt/p5-BigIP-iControl/Makefile (contents, props changed) > head/net-mgmt/p5-BigIP-iControl/distinfo (contents, props changed) > head/net-mgmt/p5-BigIP-iControl/pkg-descr (contents, props changed) > head/net-mgmt/p5-BigIP-iControl/pkg-plist (contents, props changed) > Modified: > head/net-mgmt/Makefile > > Modified: head/net-mgmt/Makefile > ============================================================================ > == --- head/net-mgmt/Makefile Tue Nov 27 08:40:07 2012 (r307826) > +++ head/net-mgmt/Makefile Tue Nov 27 09:03:26 2012 (r307827) > @@ -199,6 +199,7 @@ > SUBDIR += p0f > SUBDIR += p0f2 > SUBDIR += p5-AnyEvent-SNMP > + SUBDIR += p5-BigIP-iControl > SUBDIR += p5-Cflow > SUBDIR += p5-Cisco-Reconfig > SUBDIR += p5-Data-Validate-IP > > Added: head/net-mgmt/p5-BigIP-iControl/Makefile > ============================================================================ > == --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net-mgmt/p5-BigIP-iControl/Makefile Tue Nov 27 09:03:26 > 2012 (r307827) @@ -0,0 +1,21 @@ > +# Created by: Tsung-Han Yeh > +# $FreeBSD$ > + > +PORTNAME= BigIP-iControl > +PORTVERSION= 0.095 > +CATEGORIES= net-mgmt perl5 > +MASTER_SITES= CPAN > +PKGNAMEPREFIX= p5- > + > +MAINTAINER= snowfly@yuntech.edu.tw > +COMMENT= A Perl interface to the F5 iControl API COMMENT should not begin with an indefinite article > + > +RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ > + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 > +BUILD_DEPENDS= ${RUN_DEPENDS} It would be better to use BUILD_DEPENDS:= ${RUN_DEPENDS} to avoid duplicate perl build dependency. > + > +PERL_CONFIGURE= yes > + > +MAN3= BigIP::iControl.3 > + > +.include > > > Added: head/net-mgmt/p5-BigIP-iControl/pkg-descr > ============================================================================ > == --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/net-mgmt/p5-BigIP-iControl/pkg-descr Tue Nov 27 09:03:26 > 2012 (r307827) @@ -0,0 +1,6 @@ > +This package provides a Perl interface to the F5 BigIP iControl API. > + > +The F5 BigIP iControl API is an open SOAP/XML for communicating with > supported +F5 BigIP products. > + > +WWW: http://search.cpan.org/dist/BigIP-iControl/ > Use only one space after WWW please. -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:45: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 7D42BB20; Tue, 27 Nov 2012 15:45:09 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 47F5D8FC12; Tue, 27 Nov 2012 15:45:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARFj96A099659; Tue, 27 Nov 2012 15:45:09 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARFj9vA099657; Tue, 27 Nov 2012 15:45:09 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201211271545.qARFj9vA099657@svn.freebsd.org> From: Philippe Audeoud Date: Tue, 27 Nov 2012 15:45:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307848 - head/net-mgmt/p5-BigIP-iControl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:45:09 -0000 Author: jadawin Date: Tue Nov 27 15:45:08 2012 New Revision: 307848 URL: http://svnweb.freebsd.org/changeset/ports/307848 Log: - Fix comestic errors - Better usage of Makefile Reported by: jhale@ Feature safe: yes Modified: head/net-mgmt/p5-BigIP-iControl/Makefile (contents, props changed) head/net-mgmt/p5-BigIP-iControl/pkg-descr (contents, props changed) Modified: head/net-mgmt/p5-BigIP-iControl/Makefile ============================================================================== --- head/net-mgmt/p5-BigIP-iControl/Makefile Tue Nov 27 15:35:57 2012 (r307847) +++ head/net-mgmt/p5-BigIP-iControl/Makefile Tue Nov 27 15:45:08 2012 (r307848) @@ -8,11 +8,11 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw -COMMENT= A Perl interface to the F5 iControl API +COMMENT= Perl interface to the F5 iControl API RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes Modified: head/net-mgmt/p5-BigIP-iControl/pkg-descr ============================================================================== --- head/net-mgmt/p5-BigIP-iControl/pkg-descr Tue Nov 27 15:35:57 2012 (r307847) +++ head/net-mgmt/p5-BigIP-iControl/pkg-descr Tue Nov 27 15:45:08 2012 (r307848) @@ -3,4 +3,4 @@ This package provides a Perl interface t The F5 BigIP iControl API is an open SOAP/XML for communicating with supported F5 BigIP products. -WWW: http://search.cpan.org/dist/BigIP-iControl/ +WWW: http://search.cpan.org/dist/BigIP-iControl/ From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:47: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 0ED7BC53; Tue, 27 Nov 2012 15:47:47 +0000 (UTC) (envelope-from jadawin@huppa.tuxaco.net) Received: from huppa.tuxaco.net (tuxaco.net [IPv6:2001:41d0:1:66c1::1]) by mx1.freebsd.org (Postfix) with ESMTP id AC31C8FC0C; Tue, 27 Nov 2012 15:47:46 +0000 (UTC) Received: from huppa.tuxaco.net (localhost [127.0.0.1]) by huppa.tuxaco.net (Postfix) with ESMTP id 18D7522849; Tue, 27 Nov 2012 16:52:08 +0100 (CET) X-Virus-Scanned: amavisd-new at tuxaco.net Received: from huppa.tuxaco.net ([127.0.0.1]) by huppa.tuxaco.net (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iD6HNqqBtcsL; Tue, 27 Nov 2012 16:52:02 +0100 (CET) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id 1CF8C2285C; Tue, 27 Nov 2012 16:52:02 +0100 (CET) Date: Tue, 27 Nov 2012 16:52:02 +0100 From: Philippe Audeoud To: "Jason E. Hale" Subject: Re: svn commit: r307827 - in head/net-mgmt: . p5-BigIP-iControl Message-ID: <20121127155202.GC14980@tuxaco.net> References: <201211270903.qAR93QpW027051@svn.freebsd.org> <4501883.lPumvzqanH@mocha.verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4501883.lPumvzqanH@mocha.verizon.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:47:47 -0000 On Tue, 27 Nov 2012, Jason E. Hale wrote: > On Tuesday, November 27, 2012 09:03:26 Philippe Audeoud wrote: > > Author: jadawin > > Date: Tue Nov 27 09:03:26 2012 > > New Revision: 307827 > > URL: http://svnweb.freebsd.org/changeset/ports/307827 > > > > Log: > > This package provides a Perl interface to the F5 BigIP iControl API. > > > > The F5 BigIP iControl API is an open SOAP/XML for communicating with > > supported F5 BigIP products. > > > > WWW: http://search.cpan.org/dist/BigIP-iControl/ > > > > PR: ports/173395 > > Submitted by: snowfly@yuntech.edu.tw > > Feature safe: yes > > > > Added: > > head/net-mgmt/p5-BigIP-iControl/ > > head/net-mgmt/p5-BigIP-iControl/Makefile (contents, props changed) > > head/net-mgmt/p5-BigIP-iControl/distinfo (contents, props changed) > > head/net-mgmt/p5-BigIP-iControl/pkg-descr (contents, props changed) > > head/net-mgmt/p5-BigIP-iControl/pkg-plist (contents, props changed) > > Modified: > > head/net-mgmt/Makefile > > > > Modified: head/net-mgmt/Makefile > > ============================================================================ > > == --- head/net-mgmt/Makefile Tue Nov 27 08:40:07 2012 (r307826) > > +++ head/net-mgmt/Makefile Tue Nov 27 09:03:26 2012 (r307827) > > @@ -199,6 +199,7 @@ > > SUBDIR += p0f > > SUBDIR += p0f2 > > SUBDIR += p5-AnyEvent-SNMP > > + SUBDIR += p5-BigIP-iControl > > SUBDIR += p5-Cflow > > SUBDIR += p5-Cisco-Reconfig > > SUBDIR += p5-Data-Validate-IP > > > > Added: head/net-mgmt/p5-BigIP-iControl/Makefile > > ============================================================================ > > == --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/net-mgmt/p5-BigIP-iControl/Makefile Tue Nov 27 09:03:26 > > 2012 (r307827) @@ -0,0 +1,21 @@ > > +# Created by: Tsung-Han Yeh > > +# $FreeBSD$ > > + > > +PORTNAME= BigIP-iControl > > +PORTVERSION= 0.095 > > +CATEGORIES= net-mgmt perl5 > > +MASTER_SITES= CPAN > > +PKGNAMEPREFIX= p5- > > + > > +MAINTAINER= snowfly@yuntech.edu.tw > > +COMMENT= A Perl interface to the F5 iControl API > > COMMENT should not begin with an indefinite article > > > + > > +RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ > > + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 > > +BUILD_DEPENDS= ${RUN_DEPENDS} > > It would be better to use BUILD_DEPENDS:= ${RUN_DEPENDS} > to avoid duplicate perl build dependency. > > > + > > +PERL_CONFIGURE= yes > > + > > +MAN3= BigIP::iControl.3 > > + > > +.include > > > > > > Added: head/net-mgmt/p5-BigIP-iControl/pkg-descr > > ============================================================================ > > == --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/net-mgmt/p5-BigIP-iControl/pkg-descr Tue Nov 27 09:03:26 > > 2012 (r307827) @@ -0,0 +1,6 @@ > > +This package provides a Perl interface to the F5 BigIP iControl API. > > + > > +The F5 BigIP iControl API is an open SOAP/XML for communicating with > > supported +F5 BigIP products. > > + > > +WWW: http://search.cpan.org/dist/BigIP-iControl/ > > > > Use only one space after WWW please. > First, sorry for mistakes. I checked too quickly and it won't happen again. Thanks for reporting that and thanks for being vigilant on other people commits. By the way, it's fixed, now. Regards, From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:50: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 D00F0E8E for ; Tue, 27 Nov 2012 15:50:28 +0000 (UTC) (envelope-from lists@eitanadler.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 36EF58FC1C for ; Tue, 27 Nov 2012 15:50:27 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so9431168lbb.13 for ; Tue, 27 Nov 2012 07:50:27 -0800 (PST) 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=bD10kDU2GXZehsT0LUX/jmMb+D4gI4A10bvsc/AWLmA=; b=HmxzWVdcWzvO4E39n4CR9G/Gmdgh3JEWcuL9fxeVbhUuSWJPLFV9ZvC613Pv4iliIW 4g0+jvX9iBdybWspaD23XtKH4i8ysCPY+LxzrtaLrAYyx83nEkJu4ngkQfah/evDxcYo G44xs65aQ5CklKk9K9z5HwGDS9t8aPTBJUtkg= 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=bD10kDU2GXZehsT0LUX/jmMb+D4gI4A10bvsc/AWLmA=; b=l60tIL3ndwcOyxJ3JugNDgRHvqgd+w7LnPzYQeFKEh/RhvtQSW6qEHKPwfzME7Hx82 W4+B7eYhHfi7RM81JPIfbADbdq8/LkbZ+LHxmp6oY0FdAVI6s3gk7mNXmYbDKWS+KyWv DDrtxBbjhqYcjriSTGXZojnBiIpLsPM6Tuk5E1xbP4UPFRKzvI8r4UMbpww2AvhWzgtx AKs4/tgDcuz66sAuXdjTrKM6pli9cR8R9f9Lu5hoKnp96i6NG7SvYQLek4MPMBCym0rU 3qOdPSHHKlbvd5ADXswJ6J2igWCWDq3LqNcqGiC0lrzogHNaURXp34VpwagxZ6gixwFy g6dQ== Received: by 10.152.105.33 with SMTP id gj1mr15042731lab.49.1354031427001; Tue, 27 Nov 2012 07:50:27 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Tue, 27 Nov 2012 07:49:56 -0800 (PST) In-Reply-To: <4501883.lPumvzqanH@mocha.verizon.net> References: <201211270903.qAR93QpW027051@svn.freebsd.org> <4501883.lPumvzqanH@mocha.verizon.net> From: Eitan Adler Date: Tue, 27 Nov 2012 10:49:56 -0500 X-Google-Sender-Auth: Joyza6A8ypk102zvITOh7-WmJ_I Message-ID: Subject: Re: svn commit: r307827 - in head/net-mgmt: . p5-BigIP-iControl To: "Jason E. Hale" Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQk7SrqtczEi8pPbYg7jjY+XlN540zKGrtTswBmz6eZWdDxtYAjblCp8TTVu2e6vT9KskntV Cc: svn-ports-head@freebsd.org, Philippe Audeoud , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:50:28 -0000 On 27 November 2012 10:37, Jason E. Hale wrote: >> + >> +RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ >> + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 >> +BUILD_DEPENDS= ${RUN_DEPENDS} > > It would be better to use BUILD_DEPENDS:= ${RUN_DEPENDS} > to avoid duplicate perl build dependency. Please see r289563: According to portmgr: Explicit duplication > := > = I have no personal opinion. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:50:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 10AEFF6D; Tue, 27 Nov 2012 15:50:46 +0000 (UTC) Date: Tue, 27 Nov 2012 15:50:46 +0000 From: Alexey Dokuchaev To: Alex Kozlov Subject: Re: svn commit: r307837 - head/comms/morse Message-ID: <20121127155046.GA72381@FreeBSD.org> References: <201211271205.qARC54XQ060171@svn.freebsd.org> <20121127125610.GA59490@FreeBSD.org> <20121127133107.GA740@ravenloft.kiev.ua> <20121127135846.GA63249@FreeBSD.org> <20121127151842.GA5768@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20121127151842.GA5768@ravenloft.kiev.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:50:46 -0000 On Tue, Nov 27, 2012 at 05:18:42PM +0200, Alex Kozlov wrote: > On Tue, Nov 27, 2012 at 01:58:46PM +0000, Alexey Dokuchaev wrote: > > On Tue, Nov 27, 2012 at 03:31:07PM +0200, Alex Kozlov wrote: > > > I suppose I can change PA_DESC to PULSEAUDIO_DESC, but it's not really > > > matter, because in this case specific descriptions are better and I'm not > > > going to use generic ones from bsd.options.desc.mk. > > > > Yes, that was my point: use standard names, adjust default descriptions if > > you feel that they are too generic for this particular case. > > Fine, I will ask maintainer if he wants to change description name > for an aesthetic purposes. It would be minor POLA violation though, > some users may have already set PA in make.conf. It is not just a matter of aesthetics, it's reducing environment pollution with gratuitously different names of standard knobs. As for POLA, these days people are supposed to cache their OPTIONS selection in /var/db/ports instead of hardcoding them in /etc/make.conf. Upon upgrade, dialog will pop up again since OPTIONS had changed, nothing should go unnoticed here. ./danfe From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:51: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 F40AC2C4; Tue, 27 Nov 2012 15:51:54 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BFFB98FC18; Tue, 27 Nov 2012 15:51:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARFpsrQ001007; Tue, 27 Nov 2012 15:51:54 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARFps5v001005; Tue, 27 Nov 2012 15:51:54 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211271551.qARFps5v001005@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 27 Nov 2012 15:51:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307849 - head/x11-toolkits/fox17 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:51:55 -0000 Author: gahr Date: Tue Nov 27 15:51:54 2012 New Revision: 307849 URL: http://svnweb.freebsd.org/changeset/ports/307849 Log: - Update to 1.7.37 Changes: * Added auto-numbering in FXHeader. * Added alpha-numbering in FXHeader. * Fixes to FXProcess implementation on Windows. * Fixed aligned to unaligned store in FXMat2f SSE implementation. * Slightly stricter TGA header recognition. * Removed FXSemaphore value() API. Never used, and not really useful. * FXRecentFiles allows for up to 32 entries; still defaults to 10, however. * Fix in Windows non-UNICODE implementation of FXStat created(), accessed(), and modified() API's. * Added API's to FXWorker class. * Added API to FXPtrQueue class. * FXPath::contract() should only replace whole path-components. * Prototype of wndproc() was not correct for 64-bit Windows. - Trim Makefile headers Feature safe: yes Modified: head/x11-toolkits/fox17/Makefile head/x11-toolkits/fox17/distinfo (contents, props changed) Modified: head/x11-toolkits/fox17/Makefile ============================================================================== --- head/x11-toolkits/fox17/Makefile Tue Nov 27 15:45:08 2012 (r307848) +++ head/x11-toolkits/fox17/Makefile Tue Nov 27 15:51:54 2012 (r307849) @@ -1,12 +1,8 @@ -# New ports collection Makefile for: fox17 -# Date created: 23 August 2010 -# Whom: gahr -# +# Whom: gahr # $FreeBSD$ -# PORTNAME= fox -PORTVERSION= 1.7.36 +PORTVERSION= 1.7.37 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ Modified: head/x11-toolkits/fox17/distinfo ============================================================================== --- head/x11-toolkits/fox17/distinfo Tue Nov 27 15:45:08 2012 (r307848) +++ head/x11-toolkits/fox17/distinfo Tue Nov 27 15:51:54 2012 (r307849) @@ -1,2 +1,2 @@ -SHA256 (fox-1.7.36.tar.gz) = f745fb64102a0e7f841941a6553c6e6ddc2903f6915a0b8a88061f8ecd47b2a3 -SIZE (fox-1.7.36.tar.gz) = 4961568 +SHA256 (fox-1.7.37.tar.gz) = c3dadbaac55319da3d8ad237a7e8b4903ba91fdc45d721d815314db67d6eced1 +SIZE (fox-1.7.37.tar.gz) = 4964962 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:53: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 3EB833D0; Tue, 27 Nov 2012 15:53:36 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 242088FC12; Tue, 27 Nov 2012 15:53:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARFraHQ001359; Tue, 27 Nov 2012 15:53:36 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARFrZip001358; Tue, 27 Nov 2012 15:53:35 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211271553.qARFrZip001358@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 27 Nov 2012 15:53:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307850 - head/x11-toolkits/vtkfox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:53:36 -0000 Author: gahr Date: Tue Nov 27 15:53:35 2012 New Revision: 307850 URL: http://svnweb.freebsd.org/changeset/ports/307850 Log: - Chase x11-toolkits/fox17 shlib version bump - Trim Makefile header Feature safe: yes Modified: head/x11-toolkits/vtkfox/Makefile Modified: head/x11-toolkits/vtkfox/Makefile ============================================================================== --- head/x11-toolkits/vtkfox/Makefile Tue Nov 27 15:51:54 2012 (r307849) +++ head/x11-toolkits/vtkfox/Makefile Tue Nov 27 15:53:35 2012 (r307850) @@ -1,12 +1,9 @@ -# New ports collection Makefile for: vtkfox -# Date created: 7 August 2012 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= vtkfox PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://www.gahr.ch/vtkfox/ From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:53:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id EE6E23D2; Tue, 27 Nov 2012 15:53:38 +0000 (UTC) Date: Tue, 27 Nov 2012 15:53:38 +0000 From: Alexey Dokuchaev To: Eitan Adler Subject: Re: svn commit: r307827 - in head/net-mgmt: . p5-BigIP-iControl Message-ID: <20121127155338.GB72381@FreeBSD.org> References: <201211270903.qAR93QpW027051@svn.freebsd.org> <4501883.lPumvzqanH@mocha.verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, "Jason E. Hale" , Philippe Audeoud , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:53:39 -0000 On Tue, Nov 27, 2012 at 10:49:56AM -0500, Eitan Adler wrote: > On 27 November 2012 10:37, Jason E. Hale wrote: > >> + > >> +RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ > >> + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 > >> +BUILD_DEPENDS= ${RUN_DEPENDS} > > > > It would be better to use BUILD_DEPENDS:= ${RUN_DEPENDS} > > to avoid duplicate perl build dependency. > > Please see r289563: > According to portmgr: Explicit duplication > := > = This is very bogus. I think it should be reconsidered. := suits perfectly for the purpose, and we should not neglect this nifty make(1) feature. ./danfe From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:54: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 17F4D593; Tue, 27 Nov 2012 15:54:02 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F0C548FC13; Tue, 27 Nov 2012 15:54:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARFs11e001510; Tue, 27 Nov 2012 15:54:01 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARFs1TO001508; Tue, 27 Nov 2012 15:54:01 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211271554.qARFs1TO001508@svn.freebsd.org> From: Frederic Culot Date: Tue, 27 Nov 2012 15:54:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307851 - head/mail/p5-MIME-Types X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:54:02 -0000 Author: culot Date: Tue Nov 27 15:54:01 2012 New Revision: 307851 URL: http://svnweb.freebsd.org/changeset/ports/307851 Log: - Update to 1.36 Changes: http://search.cpan.org/dist/MIME-Types/ChangeLog Feature safe: yes Modified: head/mail/p5-MIME-Types/Makefile head/mail/p5-MIME-Types/distinfo Modified: head/mail/p5-MIME-Types/Makefile ============================================================================== --- head/mail/p5-MIME-Types/Makefile Tue Nov 27 15:53:35 2012 (r307850) +++ head/mail/p5-MIME-Types/Makefile Tue Nov 27 15:54:01 2012 (r307851) @@ -1,11 +1,7 @@ -# New ports collection makefile for: p5-MIME-Types -# Date created: 15 March 2001 -# Whom: - -# # $FreeBSD$ PORTNAME= MIME-Types -PORTVERSION= 1.35 +PORTVERSION= 1.36 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV Modified: head/mail/p5-MIME-Types/distinfo ============================================================================== --- head/mail/p5-MIME-Types/distinfo Tue Nov 27 15:53:35 2012 (r307850) +++ head/mail/p5-MIME-Types/distinfo Tue Nov 27 15:54:01 2012 (r307851) @@ -1,2 +1,2 @@ -SHA256 (MIME-Types-1.35.tar.gz) = 166c47b795c35a8ccd8dcfda50ad06aa43c32c9bd277db2f1272175538d92daa -SIZE (MIME-Types-1.35.tar.gz) = 22594 +SHA256 (MIME-Types-1.36.tar.gz) = d00657b4b5c4bfca93f5c4229988a256b91108f9560f010c80f957dc91c15423 +SIZE (MIME-Types-1.36.tar.gz) = 22665 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:54: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 93248775 for ; Tue, 27 Nov 2012 15:54:33 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id DC8728FC21 for ; Tue, 27 Nov 2012 15:54:32 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so12016617lah.13 for ; Tue, 27 Nov 2012 07:54:31 -0800 (PST) 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=NeFVXx2EIhVfSSBOKjpmBYsCodQhYZO43a4z/UTRG5A=; b=eg+eaEL6ok10glAf1gqe0j7SLfnGBCusZUe21DgIlmj9qwirzwCqh4i1X7cLOUouEw ghsfTuUEpHV/DTzV9r9cO+i1TESds6b160YYCN1LpXl9i79vkcpCPFa9Vct5LFRTnAhj yPkG1RX8anWDq1s08vv3lb1fxglI4FwfHrpPE= 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=NeFVXx2EIhVfSSBOKjpmBYsCodQhYZO43a4z/UTRG5A=; b=VVI7bXXq29mBa5OFKsZ42g7sBICZ8gTOC63KYEzwAewfReBL9SVkttLqhvh1v0GDwN CZjcmgqj0Or/1WTrNb9qYk59FjmEDmuFNEw/nnj1Uh9qk4DQBqK1eNXGNUwxSLIMopAW ZNJOO7KzbHWN/n30JaE4S/pWKy3PdAzeoRui/yG9TEqFCuRLpQ0fX2lHiWnTr4gvM6Un V/unGp2i0M/m0mOJF9VAzyDoJtWET68sOEwAQMT0yTakLC7IDyR8Qbg9DuX1lw39j1OC OuQF0mbObbwA8zjaG31cdP1RsvgVk4so/yyveQdwtwZ8PZRYGEvXVXPVDR2ggB/6gfpR 8IaA== Received: by 10.152.103.100 with SMTP id fv4mr14820400lab.39.1354031671291; Tue, 27 Nov 2012 07:54:31 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Tue, 27 Nov 2012 07:54:00 -0800 (PST) In-Reply-To: <20121127155046.GA72381@FreeBSD.org> References: <201211271205.qARC54XQ060171@svn.freebsd.org> <20121127125610.GA59490@FreeBSD.org> <20121127133107.GA740@ravenloft.kiev.ua> <20121127135846.GA63249@FreeBSD.org> <20121127151842.GA5768@ravenloft.kiev.ua> <20121127155046.GA72381@FreeBSD.org> From: Eitan Adler Date: Tue, 27 Nov 2012 10:54:00 -0500 X-Google-Sender-Auth: imNaHbC6g-pZTMYgbnoUSs7z2ZM Message-ID: Subject: Re: svn commit: r307837 - head/comms/morse To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnO62s/UfdCv0xmpsQbYbHm0vQGyG1uDMCMfQvo4pAy5k9nXEb0scgAc8xY9bKU7C+t9Avi Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Alex Kozlov X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:54:33 -0000 On 27 November 2012 10:50, Alexey Dokuchaev wrote: > On Tue, Nov 27, 2012 at 05:18:42PM +0200, Alex Kozlov wrote: >> On Tue, Nov 27, 2012 at 01:58:46PM +0000, Alexey Dokuchaev wrote: >> > On Tue, Nov 27, 2012 at 03:31:07PM +0200, Alex Kozlov wrote: >> > > I suppose I can change PA_DESC to PULSEAUDIO_DESC, but it's not really >> > > matter, because in this case specific descriptions are better and I'm not >> > > going to use generic ones from bsd.options.desc.mk. >> > >> > Yes, that was my point: use standard names, adjust default descriptions if >> > you feel that they are too generic for this particular case. >> >> Fine, I will ask maintainer if he wants to change description name >> for an aesthetic purposes. It would be minor POLA violation though, >> some users may have already set PA in make.conf. > > It is not just a matter of aesthetics, it's reducing environment pollution > with gratuitously different names of standard knobs. As for POLA, these > days people are supposed to cache their OPTIONS selection in /var/db/ports > instead of hardcoding them in /etc/make.conf. Upon upgrade, dialog will > pop up again since OPTIONS had changed, nothing should go unnoticed here. Some people do not want to use the dialog(1) interface. Using /etc/make.conf is expected and fully supported. We should not gratuitously break option names. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 15:56: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 A75E899A for ; Tue, 27 Nov 2012 15:56:52 +0000 (UTC) (envelope-from lists@eitanadler.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 EE3638FC15 for ; Tue, 27 Nov 2012 15:56:51 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so9439380lbb.13 for ; Tue, 27 Nov 2012 07:56:50 -0800 (PST) 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=fynW92i2VSJOGXQmqvheI59Af08X1cRKVtP9BB4DVpA=; b=j5kJUuvNjDnLRj2YtKlww/AC4Cxs5NF2H7rlaa/UfZycd+txpSj3p1ukeSmzatRV+r zq8wNtwEsxGDh601BlnuOMLAwy1UTeLh4fl4WTgseYqK1jwSgoVzLXfwOSi1MsqZtmU6 mj2s2xA2MipHXiN71dbw6MheY3QE0EW6dTZi0= 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=fynW92i2VSJOGXQmqvheI59Af08X1cRKVtP9BB4DVpA=; b=F8LsVSgdpTpvDTkrkrNI6UqFWKSsr2M7RpzfnvaNN/hiGb+xunB1aKNkPQXc3FbCp5 hkbMkwY6gAtFF/cSsOX6VqV97MyPy+9peq7mKVIJxbZFdu7a4SXUBP6rgYtRrrYzyCbu mBuK5gUY/OMWsCpobgDUcLjxFSqCgV2SggLgwaBJXH1b95m3xdlOrj12pX/2wixIQzVK tjgXHqzJbQUVDQuM0pCmFgO4SbnY4Sy3IlkXi4+5nxMDnYr7ijTzl1GPYxyOwDRX4WQC X3+Vly+c3MPtE1snemJ3fXLE20fRJLTICj92oCOnMfWU/go1aBUzq+e5Mx4gy5TOfFf8 GGdg== Received: by 10.112.38.228 with SMTP id j4mr6812723lbk.87.1354031810448; Tue, 27 Nov 2012 07:56:50 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Tue, 27 Nov 2012 07:56:19 -0800 (PST) In-Reply-To: <20121127155338.GB72381@FreeBSD.org> References: <201211270903.qAR93QpW027051@svn.freebsd.org> <4501883.lPumvzqanH@mocha.verizon.net> <20121127155338.GB72381@FreeBSD.org> From: Eitan Adler Date: Tue, 27 Nov 2012 10:56:19 -0500 X-Google-Sender-Auth: 7K_3jV76TmMlSD2-wtdvGNW9G50 Message-ID: Subject: Re: svn commit: r307827 - in head/net-mgmt: . p5-BigIP-iControl To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQn/wJAd8CrRlUDvuRnZMdxa7+K7PX/a6ljx73IAr6TdvqpLlhbslbtQI2oJ3GlpvHq7YLo+ Cc: svn-ports-head@freebsd.org, "Jason E. Hale" , Philippe Audeoud , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 15:56:52 -0000 On 27 November 2012 10:53, Alexey Dokuchaev wrote: > On Tue, Nov 27, 2012 at 10:49:56AM -0500, Eitan Adler wrote: >> On 27 November 2012 10:37, Jason E. Hale wrote: >> >> + >> >> +RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \ >> >> + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 >> >> +BUILD_DEPENDS= ${RUN_DEPENDS} >> > >> > It would be better to use BUILD_DEPENDS:= ${RUN_DEPENDS} >> > to avoid duplicate perl build dependency. >> >> Please see r289563: >> According to portmgr: Explicit duplication > := > = > > This is very bogus. I think it should be reconsidered. := suits perfectly > for the purpose, and we should not neglect this nifty make(1) feature. I believe the concern was that build only depends would be added with no consideration as to if they should also be run depends. Note that I still have no personal opinion on this, I am just explaining why that commit message says what it does. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 16:01:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 56ECCB0F; Tue, 27 Nov 2012 16:01:33 +0000 (UTC) Date: Tue, 27 Nov 2012 16:01:33 +0000 From: Alexey Dokuchaev To: Eitan Adler Subject: Re: svn commit: r307837 - head/comms/morse Message-ID: <20121127160133.GC72381@FreeBSD.org> References: <201211271205.qARC54XQ060171@svn.freebsd.org> <20121127125610.GA59490@FreeBSD.org> <20121127133107.GA740@ravenloft.kiev.ua> <20121127135846.GA63249@FreeBSD.org> <20121127151842.GA5768@ravenloft.kiev.ua> <20121127155046.GA72381@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Alex Kozlov X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 16:01:33 -0000 On Tue, Nov 27, 2012 at 10:54:00AM -0500, Eitan Adler wrote: > On 27 November 2012 10:50, Alexey Dokuchaev wrote: > > It is not just a matter of aesthetics, it's reducing environment pollution > > with gratuitously different names of standard knobs. As for POLA, these > > days people are supposed to cache their OPTIONS selection in /var/db/ports > > instead of hardcoding them in /etc/make.conf. Upon upgrade, dialog will > > pop up again since OPTIONS had changed, nothing should go unnoticed here. > > Some people do not want to use the dialog(1) interface. Using > /etc/make.conf is expected and fully supported. We should not > gratuitously break option names. OK; however, in this case we're not gratuitously breaking it, we're changing bogus name to more explicit, standard, used in many other ports name. If someone feels badly about it, UPDATING note can be added, although IMHO in this case nothing really warrants it. It is not particularly popular port, and it's better to fix these issues early rather that later. Dixi, ./danfe From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 16:14: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 2D2D12C5; Tue, 27 Nov 2012 16:14:52 +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 B37978FC13; Tue, 27 Nov 2012 16:14:50 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so5061959bkc.13 for ; Tue, 27 Nov 2012 08:14:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=AVyDkgYQAhDsOtmuanwE5yUI4j76WWzQuldad3s05TA=; b=Kd8mbpXklaHebrX0b9HZW8+yoQfaq/1mduKJGMcANJbRyR/X1YwNa3IukO79fTUSyV 0uD0SM+qf1ae89QL/KQcc/JtYH2YWiCiBg+e9ZhpkVGmUS3LrWB9FgzwgrZk5AJhgzHL 77Rdvh7uCsq5LP0tzYb9dg7fdoVtjmTHUPtohr1ljxFZnluKzMMbNBFpX/m4utOtp+uE nsqBs4PDeKJDKBt60c73OqCWdCOkJmW+qYUFkI2pGGCd6L9ZWLTJXXfBfABZ/MXgHvsa CNUK7GK4SR8Eh1DSTwWXGO6x7bZjNDMdwdvM2x2XW9OPFA50Z2bQdY+ng/oZKzvVruIc WDlA== MIME-Version: 1.0 Received: by 10.204.147.22 with SMTP id j22mr4636681bkv.66.1354032883703; Tue, 27 Nov 2012 08:14:43 -0800 (PST) Received: by 10.204.167.71 with HTTP; Tue, 27 Nov 2012 08:14:43 -0800 (PST) Received: by 10.204.167.71 with HTTP; Tue, 27 Nov 2012 08:14:43 -0800 (PST) In-Reply-To: <20121127160133.GC72381@FreeBSD.org> References: <201211271205.qARC54XQ060171@svn.freebsd.org> <20121127125610.GA59490@FreeBSD.org> <20121127133107.GA740@ravenloft.kiev.ua> <20121127135846.GA63249@FreeBSD.org> <20121127151842.GA5768@ravenloft.kiev.ua> <20121127155046.GA72381@FreeBSD.org> <20121127160133.GC72381@FreeBSD.org> Date: Tue, 27 Nov 2012 16:14:43 +0000 Message-ID: Subject: Re: svn commit: r307837 - head/comms/morse From: Chris Rees To: Alexey Dokuchaev Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Alex Kozlov , Eitan Adler , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 16:14:52 -0000 On 27 Nov 2012 16:01, "Alexey Dokuchaev" wrote: > > On Tue, Nov 27, 2012 at 10:54:00AM -0500, Eitan Adler wrote: > > On 27 November 2012 10:50, Alexey Dokuchaev wrote: > > > It is not just a matter of aesthetics, it's reducing environment pollution > > > with gratuitously different names of standard knobs. As for POLA, these > > > days people are supposed to cache their OPTIONS selection in /var/db/ports > > > instead of hardcoding them in /etc/make.conf. Upon upgrade, dialog will > > > pop up again since OPTIONS had changed, nothing should go unnoticed here. > > > > Some people do not want to use the dialog(1) interface. Using > > /etc/make.conf is expected and fully supported. We should not > > gratuitously break option names. > > OK; however, in this case we're not gratuitously breaking it, we're changing > bogus name to more explicit, standard, used in many other ports name. > > If someone feels badly about it, UPDATING note can be added, although IMHO > in this case nothing really warrants it. It is not particularly popular > port, and it's better to fix these issues early rather that later. Dixi, We can also leave compat shims in if people get very angry. Chris From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 16:17: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 C3B8846B; Tue, 27 Nov 2012 16:17:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8E0B78FC12; Tue, 27 Nov 2012 16:17:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARGHDvg005922; Tue, 27 Nov 2012 16:17:13 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARGHDjr005920; Tue, 27 Nov 2012 16:17:13 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211271617.qARGHDjr005920@svn.freebsd.org> From: Bryan Drewery Date: Tue, 27 Nov 2012 16:17:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307852 - head/textproc/p5-Parse-PhoneNumber X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 16:17:13 -0000 Author: bdrewery Date: Tue Nov 27 16:17:13 2012 New Revision: 307852 URL: http://svnweb.freebsd.org/changeset/ports/307852 Log: - Update to 1.8 - Trim header Feature safe: yes Modified: head/textproc/p5-Parse-PhoneNumber/Makefile head/textproc/p5-Parse-PhoneNumber/distinfo Modified: head/textproc/p5-Parse-PhoneNumber/Makefile ============================================================================== --- head/textproc/p5-Parse-PhoneNumber/Makefile Tue Nov 27 15:54:01 2012 (r307851) +++ head/textproc/p5-Parse-PhoneNumber/Makefile Tue Nov 27 16:17:13 2012 (r307852) @@ -1,12 +1,8 @@ -# New ports collection makefile for: textproc/p5-Parse-PhoneNumber -# Date created: 18 Feb 2006 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Parse-PhoneNumber -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Parse-PhoneNumber/distinfo ============================================================================== --- head/textproc/p5-Parse-PhoneNumber/distinfo Tue Nov 27 15:54:01 2012 (r307851) +++ head/textproc/p5-Parse-PhoneNumber/distinfo Tue Nov 27 16:17:13 2012 (r307852) @@ -1,2 +1,2 @@ -SHA256 (Parse-PhoneNumber-1.7.tar.gz) = 021609df9e1c99a632e2c7f9f744f2232b2752732aa46d795437b9186b3f1fb3 -SIZE (Parse-PhoneNumber-1.7.tar.gz) = 6737 +SHA256 (Parse-PhoneNumber-1.8.tar.gz) = 3125596daaec4cefceaf8800db40c9f752f431d03cca045a2476070adce26987 +SIZE (Parse-PhoneNumber-1.8.tar.gz) = 6775 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 16:39: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 64908D17; Tue, 27 Nov 2012 16:39:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 49AEE8FC13; Tue, 27 Nov 2012 16:39:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARGddU2009658; Tue, 27 Nov 2012 16:39:39 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARGdd95009656; Tue, 27 Nov 2012 16:39:39 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211271639.qARGdd95009656@svn.freebsd.org> From: Bryan Drewery Date: Tue, 27 Nov 2012 16:39:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307853 - head/x11-wm/pager X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 16:39:39 -0000 Author: bdrewery Date: Tue Nov 27 16:39:38 2012 New Revision: 307853 URL: http://svnweb.freebsd.org/changeset/ports/307853 Log: - Update to 0.90.3 - Trim header Feature safe: yes Modified: head/x11-wm/pager/Makefile head/x11-wm/pager/distinfo Modified: head/x11-wm/pager/Makefile ============================================================================== --- head/x11-wm/pager/Makefile Tue Nov 27 16:17:13 2012 (r307852) +++ head/x11-wm/pager/Makefile Tue Nov 27 16:39:38 2012 (r307853) @@ -1,12 +1,8 @@ -# New ports collection makefile for: pager -# Date created: November 20 2002 -# Whom: Michael Ebert -# +# Created by: Michael Ebert # $FreeBSD$ -# PORTNAME= pager -PORTVERSION= 0.90.2 +PORTVERSION= 0.90.3 PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://download.tuxfamily.org/sawfishpager/ Modified: head/x11-wm/pager/distinfo ============================================================================== --- head/x11-wm/pager/distinfo Tue Nov 27 16:17:13 2012 (r307852) +++ head/x11-wm/pager/distinfo Tue Nov 27 16:39:38 2012 (r307853) @@ -1,2 +1,2 @@ -SHA256 (sawfish-pager-0.90.2.tar.xz) = 3d8c884f06f6fdf546ce27cf3ccca67373da4094b890ca018a538096d1178345 -SIZE (sawfish-pager-0.90.2.tar.xz) = 174760 +SHA256 (sawfish-pager-0.90.3.tar.xz) = 9372408a4ed3ad0f0c78e907727c6b68b7c8b2b9583ca23425d22d097f8aa057 +SIZE (sawfish-pager-0.90.3.tar.xz) = 179552 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 17:39: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 60A988F4; Tue, 27 Nov 2012 17:39:36 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1498FC13; Tue, 27 Nov 2012 17:39:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARHda07020166; Tue, 27 Nov 2012 17:39:36 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARHdZCv020162; Tue, 27 Nov 2012 17:39:35 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211271739.qARHdZCv020162@svn.freebsd.org> From: Wesley Shields Date: Tue, 27 Nov 2012 17:39:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307854 - head/devel/git X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 17:39:36 -0000 Author: wxs Date: Tue Nov 27 17:39:35 2012 New Revision: 307854 URL: http://svnweb.freebsd.org/changeset/ports/307854 Log: Update to 1.8.0.1 Feature safe: yes Modified: head/devel/git/Makefile head/devel/git/distinfo head/devel/git/pkg-plist Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Tue Nov 27 16:39:38 2012 (r307853) +++ head/devel/git/Makefile Tue Nov 27 17:39:35 2012 (r307854) @@ -6,7 +6,7 @@ # PORTNAME= git -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.0.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ Modified: head/devel/git/distinfo ============================================================================== --- head/devel/git/distinfo Tue Nov 27 16:39:38 2012 (r307853) +++ head/devel/git/distinfo Tue Nov 27 17:39:35 2012 (r307854) @@ -1,6 +1,6 @@ -SHA256 (git-1.8.0.tar.gz) = ccc32f18ea12ea730a7d1d9d3d7bf51447439299a99d4d326f49f1f8bb488974 -SIZE (git-1.8.0.tar.gz) = 4225055 -SHA256 (git-manpages-1.8.0.tar.gz) = 8914907f9d22b9a6a0ade9a8addda9a84a2db35b23cbd404f2682cebc9114205 -SIZE (git-manpages-1.8.0.tar.gz) = 523324 -SHA256 (git-htmldocs-1.8.0.tar.gz) = b5837f19815c5259355fc2ac1ea320bd869680218b82b9a0802ca015c0e24363 -SIZE (git-htmldocs-1.8.0.tar.gz) = 1807615 +SHA256 (git-1.8.0.1.tar.gz) = 768191692f28bc9dce0ab5882478d30b220a5733a12ad571eadc83fa0822c2ea +SIZE (git-1.8.0.1.tar.gz) = 4229599 +SHA256 (git-manpages-1.8.0.1.tar.gz) = 99ed5abfedbfc66372dd1c62e018ce14db2ad83dfe898eca9987c03cb6aef3ad +SIZE (git-manpages-1.8.0.1.tar.gz) = 523444 +SHA256 (git-htmldocs-1.8.0.1.tar.gz) = d52f2328f74fda95af2d29ed5a03f51ba4e001abf30ef6aed33a904cddff4c89 +SIZE (git-htmldocs-1.8.0.1.tar.gz) = 1808766 Modified: head/devel/git/pkg-plist ============================================================================== --- head/devel/git/pkg-plist Tue Nov 27 16:39:38 2012 (r307853) +++ head/devel/git/pkg-plist Tue Nov 27 17:39:35 2012 (r307854) @@ -954,6 +954,7 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.3.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.12.4.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.txt +%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.8.0.1.txt %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 17:43: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 01253A23; Tue, 27 Nov 2012 17:43:33 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D75628FC08; Tue, 27 Nov 2012 17:43:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARHhXj7020861; Tue, 27 Nov 2012 17:43:33 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARHhXD3020859; Tue, 27 Nov 2012 17:43:33 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201211271743.qARHhXD3020859@svn.freebsd.org> From: Rene Ladan Date: Tue, 27 Nov 2012 17:43:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307855 - head/www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 17:43:34 -0000 Author: rene Date: Tue Nov 27 17:43:33 2012 New Revision: 307855 URL: http://svnweb.freebsd.org/changeset/ports/307855 Log: Update to 23.0.1271.91 Security: http://www.vuxml.org/freebsd/4d64fc61-3878-11e2-a4eb-00262d5ed8ee.html Feature safe: yes Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Tue Nov 27 17:39:35 2012 (r307854) +++ head/www/chromium/Makefile Tue Nov 27 17:43:33 2012 (r307855) @@ -3,8 +3,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- -DISTVERSION= 23.0.1271.64 -PORTREVISION= 1 +DISTVERSION= 23.0.1271.91 CATEGORIES= www MASTER_SITES= http://download.goodking.org/downloads/ \ ftp://rene-ladan.nl/pub/distfiles/ \ Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Tue Nov 27 17:39:35 2012 (r307854) +++ head/www/chromium/distinfo Tue Nov 27 17:43:33 2012 (r307855) @@ -1,2 +1,2 @@ -SHA256 (chromium-courgette-redacted-23.0.1271.64.tar.xz) = da86614142ea34d27b0e566fe2c7823cb07ef45a9161d77cfdf715d6c018ca39 -SIZE (chromium-courgette-redacted-23.0.1271.64.tar.xz) = 179486396 +SHA256 (chromium-courgette-redacted-23.0.1271.91.tar.xz) = f5b45eeab5b292a81b70ee8d0cf5db4c1b76b9a98db60f7602b12f373ffe62b1 +SIZE (chromium-courgette-redacted-23.0.1271.91.tar.xz) = 179453608 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 17:57: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 4F364F60; Tue, 27 Nov 2012 17:57:51 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1BA8E8FC15; Tue, 27 Nov 2012 17:57:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARHvoN2023157; Tue, 27 Nov 2012 17:57:50 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARHvofc023153; Tue, 27 Nov 2012 17:57:50 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211271757.qARHvofc023153@svn.freebsd.org> From: Frederic Culot Date: Tue, 27 Nov 2012 17:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307856 - head/devel/p5-DateTime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 17:57:51 -0000 Author: culot Date: Tue Nov 27 17:57:50 2012 New Revision: 307856 URL: http://svnweb.freebsd.org/changeset/ports/307856 Log: - Update to 0.78 Changes: http://search.cpan.org/dist/DateTime/Changes Feature safe: yes Modified: head/devel/p5-DateTime/Makefile head/devel/p5-DateTime/distinfo Modified: head/devel/p5-DateTime/Makefile ============================================================================== --- head/devel/p5-DateTime/Makefile Tue Nov 27 17:43:33 2012 (r307855) +++ head/devel/p5-DateTime/Makefile Tue Nov 27 17:57:50 2012 (r307856) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime -PORTVERSION= 0.77 +PORTVERSION= 0.78 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DROLSKY @@ -16,7 +16,6 @@ LICENSE= ART20 # Do not add p5-DateTime-Format-Strptime>=1.20.00 to TEST_DEPENDS to avoid cyclic dependency in tinderbox BUILD_DEPENDS= p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \ p5-DateTime-TimeZone>=1.09:${PORTSDIR}/devel/p5-DateTime-TimeZone \ - p5-Math-Round>=0:${PORTSDIR}/math/p5-Math-Round \ p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal Modified: head/devel/p5-DateTime/distinfo ============================================================================== --- head/devel/p5-DateTime/distinfo Tue Nov 27 17:43:33 2012 (r307855) +++ head/devel/p5-DateTime/distinfo Tue Nov 27 17:57:50 2012 (r307856) @@ -1,2 +1,2 @@ -SHA256 (DateTime-0.77.tar.gz) = 516591bdd7f7f4a6e5d51cac16c1d8c8c54f30b8a5fdfc208d5ba6a7368a7503 -SIZE (DateTime-0.77.tar.gz) = 171659 +SHA256 (DateTime-0.78.tar.gz) = 85f59b555bf594b57077afc636555d8393ab4b2c9e779a50524b0ab2e2602c3e +SIZE (DateTime-0.78.tar.gz) = 176173 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 18:05: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 16FD82FC; Tue, 27 Nov 2012 18:05:15 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D57268FC08; Tue, 27 Nov 2012 18:05:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARI5Ewh024712; Tue, 27 Nov 2012 18:05:14 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARI5Ens024709; Tue, 27 Nov 2012 18:05:14 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211271805.qARI5Ens024709@svn.freebsd.org> From: Frederic Culot Date: Tue, 27 Nov 2012 18:05:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307857 - head/devel/p5-Algorithm-Networksort X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 18:05:15 -0000 Author: culot Date: Tue Nov 27 18:05:14 2012 New Revision: 307857 URL: http://svnweb.freebsd.org/changeset/ports/307857 Log: - Update to 1.30 - Remove leading article from COMMENT Changes: http://search.cpan.org/dist/Algorithm-Networksort/Changes Feature safe: yes Modified: head/devel/p5-Algorithm-Networksort/Makefile head/devel/p5-Algorithm-Networksort/distinfo Modified: head/devel/p5-Algorithm-Networksort/Makefile ============================================================================== --- head/devel/p5-Algorithm-Networksort/Makefile Tue Nov 27 17:57:50 2012 (r307856) +++ head/devel/p5-Algorithm-Networksort/Makefile Tue Nov 27 18:05:14 2012 (r307857) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= Algorithm-Networksort -PORTVERSION= 1.23 +PORTVERSION= 1.30 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A perl module that will create sorting networks +COMMENT= Perl module that will create sorting networks LICENSE= ART10 GPLv1 LICENSE_COMB= dual Modified: head/devel/p5-Algorithm-Networksort/distinfo ============================================================================== --- head/devel/p5-Algorithm-Networksort/distinfo Tue Nov 27 17:57:50 2012 (r307856) +++ head/devel/p5-Algorithm-Networksort/distinfo Tue Nov 27 18:05:14 2012 (r307857) @@ -1,2 +1,2 @@ -SHA256 (Algorithm-Networksort-1.23.tar.gz) = e77f7cafd9ab7d12c20c51a602b574d3fddf97b7106f548de93b3f10d6588db6 -SIZE (Algorithm-Networksort-1.23.tar.gz) = 35410 +SHA256 (Algorithm-Networksort-1.30.tar.gz) = 6a5dcd6d103f968bbd1bd8ca4450be57a51f3971c609d97f2c2742a262e88f18 +SIZE (Algorithm-Networksort-1.30.tar.gz) = 37972 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 18:18: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 26E9E6E0; Tue, 27 Nov 2012 18:18:39 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E2E098FC19; Tue, 27 Nov 2012 18:18:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARIIcsN027323; Tue, 27 Nov 2012 18:18:38 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARIIcuc027320; Tue, 27 Nov 2012 18:18:38 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211271818.qARIIcuc027320@svn.freebsd.org> From: Frederic Culot Date: Tue, 27 Nov 2012 18:18:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307858 - head/devel/p5-File-Find-Object X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 18:18:39 -0000 Author: culot Date: Tue Nov 27 18:18:38 2012 New Revision: 307858 URL: http://svnweb.freebsd.org/changeset/ports/307858 Log: - Update to 0.2.6 - Remove leading article from COMMENT Changes: http://search.cpan.org/dist/File-Find-Object/Changes Feature safe: yes Modified: head/devel/p5-File-Find-Object/Makefile head/devel/p5-File-Find-Object/distinfo Modified: head/devel/p5-File-Find-Object/Makefile ============================================================================== --- head/devel/p5-File-Find-Object/Makefile Tue Nov 27 18:05:14 2012 (r307857) +++ head/devel/p5-File-Find-Object/Makefile Tue Nov 27 18:18:38 2012 (r307858) @@ -1,19 +1,15 @@ -# New ports collection makefile for: p5-File-Find-Object -# Date created: 2006-07-15 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= File-Find-Object -PORTVERSION= 0.2.5 +PORTVERSION= 0.2.6 DISTVERSIONPREFIX=v CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= An object oriented File::Find replacement +COMMENT= Object oriented File::Find replacement LICENSE= ART10 GPLv1 LICENSE_COMB= dual Modified: head/devel/p5-File-Find-Object/distinfo ============================================================================== --- head/devel/p5-File-Find-Object/distinfo Tue Nov 27 18:05:14 2012 (r307857) +++ head/devel/p5-File-Find-Object/distinfo Tue Nov 27 18:18:38 2012 (r307858) @@ -1,2 +1,2 @@ -SHA256 (File-Find-Object-v0.2.5.tar.gz) = 634750ff973c5619088cb32079f45442cc164b0c9216bd20217eb6e976769035 -SIZE (File-Find-Object-v0.2.5.tar.gz) = 24165 +SHA256 (File-Find-Object-v0.2.6.tar.gz) = 47dff51ac135b629c231826352267ba5bf89cf64ff5cc5a5e362068fce363b60 +SIZE (File-Find-Object-v0.2.6.tar.gz) = 24552 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 19:20: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 17EC4FFC for ; Tue, 27 Nov 2012 19:20:24 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E05C78FC1A for ; Tue, 27 Nov 2012 19:20:23 +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 qARJKNbs082051 for ; Tue, 27 Nov 2012 19:20:23 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qARJKNad082045 for svn-ports-all@freebsd.org; Tue, 27 Nov 2012 19:20:23 GMT (envelope-from bdrewery) Received: (qmail 64773 invoked from network); 27 Nov 2012 13:20:21 -0600 Received: from unknown (HELO ?192.168.0.74?) (freebsd@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 27 Nov 2012 13:20:21 -0600 Message-ID: <50B51273.7050200@FreeBSD.org> Date: Tue, 27 Nov 2012 13:20:19 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Pietro Cerutti Subject: Re: svn commit: r307836 - head/Mk References: <201211271132.qARBW6VU054528@svn.freebsd.org> In-Reply-To: <201211271132.qARBW6VU054528@svn.freebsd.org> X-Enigmail-Version: 1.4.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig877B96D229F0632345A9524A" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 19:20:24 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig877B96D229F0632345A9524A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11/27/2012 5:32 AM, Pietro Cerutti wrote: > Author: gahr > Date: Tue Nov 27 11:32:06 2012 > New Revision: 307836 > URL: http://svnweb.freebsd.org/changeset/ports/307836 >=20 > Log: > - Add support for cloud.github.com when using USE_GITHUB > =20 > Feature safe: yes > Approved by: bapt (portmgr@) Unless I am using this wrong, it doesn't set proper WRKSRC. - (~/freebsd/ports/ftp/yafc) $ svn diff -MASTER_SITES=3D http://cloud.github.com/downloads/sebastinas/yafc/ +MASTER_SITES=3D GHC +USE_GITHUB=3D yes +GH_ACCOUNT=3D sebastinas $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles -V MASTER_SITE= S http://cloud.github.com/downloads/sebastinas/yafc/ $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles -V WRKSRC /usr/home/bryan/freebsd/ports/ftp/yafc/work/sebastinas-yafc- $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles extract $ ls work/ =2E/ ../ =2Eextract_done.yafc._usr_local yafc-1.2.3/ >=20 > Modified: > head/Mk/bsd.sites.mk >=20 > Modified: head/Mk/bsd.sites.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/Mk/bsd.sites.mk Tue Nov 27 11:12:36 2012 (r307835) > +++ head/Mk/bsd.sites.mk Tue Nov 27 11:32:06 2012 (r307836) > @@ -517,9 +517,10 @@ MASTER_SITE_GENTOO+=3D \ > # default: not set, mandatory > # =20 > .if defined(USE_GITHUB) > -MASTER_SITE_GITHUB+=3D https://nodeload.github.com/%SUBDIR% > -.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} > -MASTER_SITES+=3D GH > +MASTER_SITE_GITHUB+=3D https://nodeload.github.com/%SUBDIR% > +MASTER_SITE_GITHUB_CLOUD+=3D http://cloud.github.com/downloads/%SUBDIR= % > +.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:= MGHC} > +MASTER_SITES+=3D GH GHC > .endif > GH_PROJECT?=3D ${PORTNAME} > GH_TAGNAME?=3D ${DISTVERSION} > @@ -1427,6 +1428,7 @@ MASTER_SITE_KERNEL_ORG+=3D \ > =20 > MASTER_SITES_ABBREVS=3D CPAN:PERL_CPAN \ > GH:GITHUB \ > + GHC:GITHUB_CLOUD \ > NL:NETLIB \ > SF:SOURCEFORGE \ > SFJP:SOURCEFORGE_JP \ > @@ -1441,6 +1443,7 @@ MASTER_SITES_SUBDIRS=3D \ > DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ > GCC:releases/${DISTNAME} \ > GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dumm= y=3D/ \ > + GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ > GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} = \ > GNU:${PORTNAME} \ > HORDE:${PORTNAME} \ >=20 --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet --------------enig877B96D229F0632345A9524A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJQtRJ3AAoJEG54KsA8mwz5jgkQAIeykAdBH3F9bdiQ8YdSrHcu pVBPjJNkRpnzUadDc3WxkD0mEcNDHC+VTq8RIEpXmvjon3zJ/O4/3tozPEfBjXFd eGDR29/adu4z8EFHUjddJCfHfAspthAuB2phessl8gMpf0Yhi6aJzu+WCEJk7hXw k+rR16IECGjJA9rVUY4+zo93uZwx68xtfbq4AyNMXNk7WWDMUcUqrPO3phKgeCTc yRH4qLwf/uzg2P/DT2p5sqBpzzJxZ+QoqVjZhFUV8qVdaKYaTTUjlTl7jrmTTfLu yx7jrpwwKFH9w9Qgtb/VY1MkaOJupuBgFMMZVRy7uY8eYibnTiJPOQIK7pUEV3Ni hLYa2lhPImM4E2CN+oyG7hgAMEk2J11v0IWzzZ9UX3uxi9BGUBC3dvuY0H8rbMzY pgaKMgbykDHSauZy7YVYng5cTY5Cl8korT7VGQCQ+/piRIxT6QdVhhrz7GM5X+7l SzXqN1y0VvJoHBOYxW4zGB1PJcbU1+zKJBBqQf6DKGX06UQWvktNx4iY/lDl5nW4 08+ktFOmybFvj2QIwvFgG2jI2O1kkdK6VYfVV/3MQB9Qmjnh8s3VY1CTuKceTZa6 hzgCeH1UEd5EloY49E0lLdOKW6dLxymuIBUW4FqYC+g3lNBI3YRr98HprkXPamBd kcTO+Qt4zhf+7KF/7sru =gcpI -----END PGP SIGNATURE----- --------------enig877B96D229F0632345A9524A-- From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 19:25: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 8C4B1402; Tue, 27 Nov 2012 19:25:52 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 65D598FC19; Tue, 27 Nov 2012 19:25:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARJPqrL039879; Tue, 27 Nov 2012 19:25:52 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARJPqD7039877; Tue, 27 Nov 2012 19:25:52 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211271925.qARJPqD7039877@svn.freebsd.org> From: Bryan Drewery Date: Tue, 27 Nov 2012 19:25:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307859 - head/ftp/yafc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 19:25:52 -0000 Author: bdrewery Date: Tue Nov 27 19:25:51 2012 New Revision: 307859 URL: http://svnweb.freebsd.org/changeset/ports/307859 Log: - Update to 1.2.3 - Use GHC for MASTER_SITES Feature safe: yes Modified: head/ftp/yafc/Makefile head/ftp/yafc/distinfo Modified: head/ftp/yafc/Makefile ============================================================================== --- head/ftp/yafc/Makefile Tue Nov 27 18:18:38 2012 (r307858) +++ head/ftp/yafc/Makefile Tue Nov 27 19:25:51 2012 (r307859) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= yafc -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.3 CATEGORIES= ftp ipv6 -MASTER_SITES= http://cloud.github.com/downloads/sebastinas/yafc/ +MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= Yet another ftp client. Similar to ftp(1) @@ -14,6 +14,10 @@ LICENSE= GPLv2 # (or later) OPTIONS_DEFINE= NLS SSH EXAMPLES OPTIONS_DEFAULT=NLS SSH +USE_GITHUB= yes +GH_ACCOUNT= sebastinas +WRKSRC= ${WRKDIR}/${DISTNAME} + USE_XZ= yes USE_OPENSSL= yes USE_GMAKE= yes Modified: head/ftp/yafc/distinfo ============================================================================== --- head/ftp/yafc/distinfo Tue Nov 27 18:18:38 2012 (r307858) +++ head/ftp/yafc/distinfo Tue Nov 27 19:25:51 2012 (r307859) @@ -1,2 +1,2 @@ -SHA256 (yafc-1.2.2.tar.xz) = 8a131a7e3e3e8d16640db7323552108fa5d5a34e46425f1b51cf6c8b8e33f7fe -SIZE (yafc-1.2.2.tar.xz) = 415692 +SHA256 (yafc-1.2.3.tar.xz) = 51ff6e695b6e2c007c85cd3fee30754cb9683b0f28e189c6a0f1baa772ca0586 +SIZE (yafc-1.2.3.tar.xz) = 361820 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 19:27: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 887355DF; Tue, 27 Nov 2012 19:27:07 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id 343198FC18; Tue, 27 Nov 2012 19:27:07 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:50818 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1TdQoC-0019ym-En; Tue, 27 Nov 2012 20:27:05 +0100 Date: Tue, 27 Nov 2012 20:27:01 +0100 From: Pietro Cerutti To: Bryan Drewery Subject: Re: svn commit: r307836 - head/Mk Message-ID: <20121127192701.GA59828@gahrfit.gahr.ch> References: <201211271132.qARBW6VU054528@svn.freebsd.org> <50B51273.7050200@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ikeVEW9yuYc//A+q" Content-Disposition: inline In-Reply-To: <50B51273.7050200@FreeBSD.org> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 19:27:07 -0000 --ikeVEW9yuYc//A+q Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-Nov-27, 13:20, Bryan Drewery wrote: > On 11/27/2012 5:32 AM, Pietro Cerutti wrote: > > Author: gahr > > Date: Tue Nov 27 11:32:06 2012 > > New Revision: 307836 > > URL: http://svnweb.freebsd.org/changeset/ports/307836 > >=20 > > Log: > > - Add support for cloud.github.com when using USE_GITHUB > > =20 > > Feature safe: yes > > Approved by: bapt (portmgr@) >=20 >=20 > Unless I am using this wrong, it doesn't set proper WRKSRC. >=20 > - (~/freebsd/ports/ftp/yafc) $ svn diff > -MASTER_SITES=3D http://cloud.github.com/downloads/sebastinas/yafc/ > +MASTER_SITES=3D GHC > +USE_GITHUB=3D yes > +GH_ACCOUNT=3D sebastinas > $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles -V MASTER_SITES > http://cloud.github.com/downloads/sebastinas/yafc/ > $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles -V WRKSRC > /usr/home/bryan/freebsd/ports/ftp/yafc/work/sebastinas-yafc- here you miss GH_COMMIT, from bsd.sites.mk: # # GH_COMMIT - first 7 digits of the commit that generated GH_TAGNAME # (man git-describe(1)) # default: not set, mandatory > $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles extract > $ ls work/ > ./ ../ > .extract_done.yafc._usr_local yafc-1.2.3/ Unfortunately, some come as above, some as you see it here.. I suggest that you set WRKSRC according to your needs.. > >=20 > > Modified: > > head/Mk/bsd.sites.mk > >=20 > > Modified: head/Mk/bsd.sites.mk > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/Mk/bsd.sites.mk Tue Nov 27 11:12:36 2012 (r307835) > > +++ head/Mk/bsd.sites.mk Tue Nov 27 11:32:06 2012 (r307836) > > @@ -517,9 +517,10 @@ MASTER_SITE_GENTOO+=3D \ > > # default: not set, mandatory > > # =20 > > .if defined(USE_GITHUB) > > -MASTER_SITE_GITHUB+=3D https://nodeload.github.com/%SUBDIR% > > -.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} > > -MASTER_SITES+=3D GH > > +MASTER_SITE_GITHUB+=3D https://nodeload.github.com/%SUBDIR% > > +MASTER_SITE_GITHUB_CLOUD+=3D http://cloud.github.com/downloads/%SUBDIR% > > +.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITES:= MGHC} > > +MASTER_SITES+=3D GH GHC > > .endif > > GH_PROJECT?=3D ${PORTNAME} > > GH_TAGNAME?=3D ${DISTVERSION} > > @@ -1427,6 +1428,7 @@ MASTER_SITE_KERNEL_ORG+=3D \ > > =20 > > MASTER_SITES_ABBREVS=3D CPAN:PERL_CPAN \ > > GH:GITHUB \ > > + GHC:GITHUB_CLOUD \ > > NL:NETLIB \ > > SF:SOURCEFORGE \ > > SFJP:SOURCEFORGE_JP \ > > @@ -1441,6 +1443,7 @@ MASTER_SITES_SUBDIRS=3D \ > > DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ > > GCC:releases/${DISTNAME} \ > > GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?dumm= y=3D/ \ > > + GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ > > GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ > > GNU:${PORTNAME} \ > > HORDE:${PORTNAME} \ > >=20 >=20 >=20 > --=20 > Regards, > Bryan Drewery > bdrewery@freenode/EFNet >=20 --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --ikeVEW9yuYc//A+q Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC1FAQACgkQwMJqmJVx947ETwCfYWqX163axNBKLA0DTef9sY6+ Hz0AoNY3ESNSRgPFq90xbzjxyG5Yl+8D =FXsr -----END PGP SIGNATURE----- --ikeVEW9yuYc//A+q-- From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 19:32: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 B0CF6AE9 for ; Tue, 27 Nov 2012 19:32:23 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 872E28FC13 for ; Tue, 27 Nov 2012 19:32:23 +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 qARJWNe2082251 for ; Tue, 27 Nov 2012 19:32:23 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qARJWNUm082245 for svn-ports-all@freebsd.org; Tue, 27 Nov 2012 19:32:23 GMT (envelope-from bdrewery) Received: (qmail 46115 invoked from network); 27 Nov 2012 13:32:21 -0600 Received: from unknown (HELO ?192.168.0.74?) (freebsd@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 27 Nov 2012 13:32:21 -0600 Message-ID: <50B51541.5010804@FreeBSD.org> Date: Tue, 27 Nov 2012 13:32:17 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: gahr@freebsd.org Subject: Re: svn commit: r307836 - head/Mk References: <201211271132.qARBW6VU054528@svn.freebsd.org> <50B51273.7050200@FreeBSD.org> <20121127192701.GA59828@gahrfit.gahr.ch> In-Reply-To: <20121127192701.GA59828@gahrfit.gahr.ch> X-Enigmail-Version: 1.4.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig39DDCDD6DF48AE0907D15496" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 19:32:23 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig39DDCDD6DF48AE0907D15496 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11/27/2012 1:27 PM, Pietro Cerutti wrote: > On 2012-Nov-27, 13:20, Bryan Drewery wrote: >> On 11/27/2012 5:32 AM, Pietro Cerutti wrote: >>> Author: gahr >>> Date: Tue Nov 27 11:32:06 2012 >>> New Revision: 307836 >>> URL: http://svnweb.freebsd.org/changeset/ports/307836 >>> >>> Log: >>> - Add support for cloud.github.com when using USE_GITHUB >>> =20 >>> Feature safe: yes >>> Approved by: bapt (portmgr@) >> >> >> Unless I am using this wrong, it doesn't set proper WRKSRC. >> >> - (~/freebsd/ports/ftp/yafc) $ svn diff >> -MASTER_SITES=3D http://cloud.github.com/downloads/sebastinas/yafc/ >> +MASTER_SITES=3D GHC >> +USE_GITHUB=3D yes >> +GH_ACCOUNT=3D sebastinas >> $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles -V MASTER_S= ITES >> http://cloud.github.com/downloads/sebastinas/yafc/ >> $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles -V WRKSRC >> /usr/home/bryan/freebsd/ports/ftp/yafc/work/sebastinas-yafc- >=20 > here you miss GH_COMMIT, from bsd.sites.mk: >=20 > # > # GH_COMMIT - first 7 digits of the commit that generated GH_TAGNAM= E > # (man git-describe(1)) > # default: not set, mandatory I should have been more clear. I don't want to use GH_COMMIT. Why else have cloud? It doesn't require the COMMIT. Also, as I showed, the extracted directory did not have a commit in it, it was just PORTNAME-DISTVERSION. I worked around it by defining WRKSRC. >=20 >> $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles extract >> $ ls work/ >> ./ ../ >> .extract_done.yafc._usr_local yafc-1.2.3/ >=20 > Unfortunately, some come as above, some as you see it here.. I suggest > that you set WRKSRC according to your needs.. >=20 >>> >>> Modified: >>> head/Mk/bsd.sites.mk >>> >>> Modified: head/Mk/bsd.sites.mk >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >>> --- head/Mk/bsd.sites.mk Tue Nov 27 11:12:36 2012 (r307835) >>> +++ head/Mk/bsd.sites.mk Tue Nov 27 11:32:06 2012 (r307836) >>> @@ -517,9 +517,10 @@ MASTER_SITE_GENTOO+=3D \ >>> # default: not set, mandatory >>> # =20 >>> .if defined(USE_GITHUB) >>> -MASTER_SITE_GITHUB+=3D https://nodeload.github.com/%SUBDIR% >>> -.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} >>> -MASTER_SITES+=3D GH >>> +MASTER_SITE_GITHUB+=3D https://nodeload.github.com/%SUBDIR% >>> +MASTER_SITE_GITHUB_CLOUD+=3D http://cloud.github.com/downloads/%SUBD= IR% >>> +.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITE= S:MGHC} >>> +MASTER_SITES+=3D GH GHC >>> .endif >>> GH_PROJECT?=3D ${PORTNAME} >>> GH_TAGNAME?=3D ${DISTVERSION} >>> @@ -1427,6 +1428,7 @@ MASTER_SITE_KERNEL_ORG+=3D \ >>> =20 >>> MASTER_SITES_ABBREVS=3D CPAN:PERL_CPAN \ >>> GH:GITHUB \ >>> + GHC:GITHUB_CLOUD \ >>> NL:NETLIB \ >>> SF:SOURCEFORGE \ >>> SFJP:SOURCEFORGE_JP \ >>> @@ -1441,6 +1443,7 @@ MASTER_SITES_SUBDIRS=3D \ >>> DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ >>> GCC:releases/${DISTNAME} \ >>> GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?du= mmy=3D/ \ >>> + GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ >>> GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/= } \ >>> GNU:${PORTNAME} \ >>> HORDE:${PORTNAME} \ >>> >> >> >> --=20 >> Regards, >> Bryan Drewery >> bdrewery@freenode/EFNet >> >=20 >=20 >=20 --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet --------------enig39DDCDD6DF48AE0907D15496 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJQtRVGAAoJEG54KsA8mwz5bXUQAJ+TzlVtaFzGn6eS8r6FMQmS o2KyEY2uEDAXl89hWf6GgvTA063p4SMqInayvpL3outAH9skuKlKfilmF+Ttv0fG k1/RDpgNkWdKkStMZ5jtmTOkH7wDLAg4ntx3IyvbQjHVVCTYPdJCYa9Xx1t+WGlR AOarZ34EQuQWYD04rGfCSYnGakYM55IdZdfoVJTGNYdKuzA3dxHy51Q7Y0KCIKHz ewOfe/nEUFUTR9yiKxJTAuMrqGeyi5Oa9h0akBmu9jUzjESwznBJq5yT0m63Rc+i 643ZNHiOaonR/6c3vG0tSnjZjLkoLClxQ0tToN240UI5pNj5ow5fqo2x0PWGDSNt DwGAsVB8r0+nLJk0fxGdZ4ruT5/q9+bKsYymXArB3omgJMaYBoAvCEa2iR+1058/ WvMQBYnxfb1IXvybLzE6m7qXKttoODsBE7FYzTdXkdtpN4gIcp9hWIutsF3MLh3z yE7fi2kE5rJTnNjnLqarKd1Zf/4RQhp/NZgLTN6Lk9B4NB/y1WttL/uMY5D1wTsT 21MUun5L2x/VOGZGTtDTQ52pnbOuN+HcX1MRC/AU6nk9jtvafyyZ2lqFq2DvgSm0 btv36papNiOLJhyVjja+8EIQz9IpwuddlC68fYFP/B1yLzWrBZbUm6dbNAo/RWZU xxZeSwDmpF2Nmu2rFT7y =tymX -----END PGP SIGNATURE----- --------------enig39DDCDD6DF48AE0907D15496-- From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 19:32: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 6CEC3BCB; Tue, 27 Nov 2012 19:32:45 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 528998FC1A; Tue, 27 Nov 2012 19:32:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARJWjZP041095; Tue, 27 Nov 2012 19:32:45 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARJWiNQ041091; Tue, 27 Nov 2012 19:32:44 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201211271932.qARJWiNQ041091@svn.freebsd.org> From: Rene Ladan Date: Tue, 27 Nov 2012 19:32:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307860 - in branches/RELENG_9_1_0: security/vuxml www/chromium X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 19:32:45 -0000 Author: rene Date: Tue Nov 27 19:32:44 2012 New Revision: 307860 URL: http://svnweb.freebsd.org/changeset/ports/307860 Log: MFH r307828: describe new vulnerabilities in www/chromium < 23.0.1271.91 Obtained from: http://googlechromereleases.blogspot.nl/search/label/Stable%20updates MFH r307855: update www/chromium to 23.0.1271.91 Security: http://www.vuxml.org/freebsd/4d64fc61-3878-11e2-a4eb-00262d5ed8ee.html Approved by: portmgr (tabthorpe) Feature safe: yes Modified: branches/RELENG_9_1_0/security/vuxml/vuln.xml branches/RELENG_9_1_0/www/chromium/Makefile branches/RELENG_9_1_0/www/chromium/distinfo Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/security/vuxml/vuln.xml ============================================================================== --- branches/RELENG_9_1_0/security/vuxml/vuln.xml Tue Nov 27 19:25:51 2012 (r307859) +++ branches/RELENG_9_1_0/security/vuxml/vuln.xml Tue Nov 27 19:32:44 2012 (r307860) @@ -51,6 +51,48 @@ Note: Please add new entries to the beg --> + + chromium -- multiple vulnerabilities + + + chromium + 23.0.1271.91 + + + + +

Google Chrome Releases reports:

+
+

[156567] High CVE-2012-5133: Use-after-free in SVG filters. Credit + to miaubiz.

+

[148638] Medium CVE-2012-5130: Out-of-bounds read in Skia. Credit + to Atte Kettunen of OUSPG.

+

[155711] Low CVE-2012-5132: Browser crash with chunked encoding. + Credit to Attila Szász.

+

[158249] High CVE-2012-5134: Buffer underflow in libxml. Credit to + Google Chrome Security Team (Jüri Aedla).

+

[159165] Medium CVE-2012-5135: Use-after-free with printing. + Credit to Fermin Serna of Google Security Team.

+

[159829] Medium CVE-2012-5136: Bad cast in input element handling. + Credit to Google Chrome Security Team (Inferno).

+
+ +
+ + CVE-2012-5130 + CVE-2012-5132 + CVE-2012-5133 + CVE-2012-5134 + CVE-2012-5135 + CVE-2012-5136 + http://googlechromereleases.blogspot.nl/search/label/Stable%20updates + + + 2012-11-26 + 2012-11-27 + +
+ FreeBSD -- Linux compatibility layer input validation error Modified: branches/RELENG_9_1_0/www/chromium/Makefile ============================================================================== --- branches/RELENG_9_1_0/www/chromium/Makefile Tue Nov 27 19:25:51 2012 (r307859) +++ branches/RELENG_9_1_0/www/chromium/Makefile Tue Nov 27 19:32:44 2012 (r307860) @@ -3,8 +3,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- -DISTVERSION= 23.0.1271.64 -PORTREVISION= 1 +DISTVERSION= 23.0.1271.91 CATEGORIES= www MASTER_SITES= http://download.goodking.org/downloads/ \ ftp://rene-ladan.nl/pub/distfiles/ \ Modified: branches/RELENG_9_1_0/www/chromium/distinfo ============================================================================== --- branches/RELENG_9_1_0/www/chromium/distinfo Tue Nov 27 19:25:51 2012 (r307859) +++ branches/RELENG_9_1_0/www/chromium/distinfo Tue Nov 27 19:32:44 2012 (r307860) @@ -1,2 +1,2 @@ -SHA256 (chromium-courgette-redacted-23.0.1271.64.tar.xz) = da86614142ea34d27b0e566fe2c7823cb07ef45a9161d77cfdf715d6c018ca39 -SIZE (chromium-courgette-redacted-23.0.1271.64.tar.xz) = 179486396 +SHA256 (chromium-courgette-redacted-23.0.1271.91.tar.xz) = f5b45eeab5b292a81b70ee8d0cf5db4c1b76b9a98db60f7602b12f373ffe62b1 +SIZE (chromium-courgette-redacted-23.0.1271.91.tar.xz) = 179453608 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 19:32: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 65636C9F for ; Tue, 27 Nov 2012 19:32:53 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C93C08FC08 for ; Tue, 27 Nov 2012 19:32:52 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so12253541lah.13 for ; Tue, 27 Nov 2012 11:32:51 -0800 (PST) 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=X6KLwlniP+OH3IyWYFHl96ZtFYVWRkDVnt1O09w/1XA=; b=l0998VV/tQbp8T9qOeVBgips3Oebnk6oRZ0u9jbNE1oR72G84n7UkPTQO2e9IGtuE8 MjxDzGdFtObAmRfov6TIVGuccIpFNYLHHDsnO8bkF4xZIPS9nAncRWsaY2ixbWyv+C5l f5/9yYrSplNAHcZ3uqsU5JFd3/H3iJRbak/Kw= 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=X6KLwlniP+OH3IyWYFHl96ZtFYVWRkDVnt1O09w/1XA=; b=e3iAFR5h0OV580adMeQGfD5WSxKYJroQRyfd8BJgpDERQ/0RnFzLNo5mDU5ImUr9QX dAjy7QMV2RxKhjsI2U+Zb3rLV7Jsk7a9L350CKx03iDSl2OIWzAApialhOTC8PIKM7So 1bPbYx2jpcQZJV2EWQ4efyxy78hxQR3wRfJc+5IzxOuEtqm/oT+4TbhIOCYAohtapI3E hWKSuuLcn+iqNALDOgs186y1RBqkHpc83FtZmq+1I0mppOaXysDnhDCbXVvJZMmjXI4A +24eWtorYBahVTJdiyvhWdQSvRJjRcs7E1UlTMQidEYXnX6ca1c3/zeJSUgWmB4oibZ8 z7qA== Received: by 10.112.49.99 with SMTP id t3mr6755792lbn.52.1354044771508; Tue, 27 Nov 2012 11:32:51 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Tue, 27 Nov 2012 11:32:21 -0800 (PST) In-Reply-To: <201211271352.qARDqWpc079230@svn.freebsd.org> References: <201211271352.qARDqWpc079230@svn.freebsd.org> From: Eitan Adler Date: Tue, 27 Nov 2012 14:32:21 -0500 X-Google-Sender-Auth: WXAZ8wcro2P6BCGY0FlSpRQHc7Q Message-ID: Subject: Re: svn commit: r307842 - head/www/piwik To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlL0r7dnZQVx39higK9PoIw+XisIe53aJMSb31fgmFyx4wEHYqb9fhjXjp/I9PF41hktBbZ Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 19:32:53 -0000 On 27 November 2012 08:52, Ruslan Mahmatkhanov wrote: > Author: rm > Date: Tue Nov 27 13:52:31 2012 > New Revision: 307842 > URL: http://svnweb.freebsd.org/changeset/ports/307842 > > Log: > - update distinfo, because tarball was rerolled (see [1]) > > New tarball has no content changes, but since it was recreated, the checksum and > size had changed and fetch stoped to working. > > [1] http://goo.gl/5JVc4 > > Approved by: Hans Fr. Nordhaug (maintained, via ports@ ML) Please don't obfuscate email addresses. - it doesn't help with spam at all - its confusing to read - can't be copy and pasted - makes grepping harder -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 19:39: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 DD98549B; Tue, 27 Nov 2012 19:39:30 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1864C8FC08; Tue, 27 Nov 2012 19:39:30 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward2h.mail.yandex.net (Yandex) with ESMTP id 11736701B46; Tue, 27 Nov 2012 23:39:27 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 80C2417002AB; Tue, 27 Nov 2012 23:39:27 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id dQO8YosE-dROWhxtp; Tue, 27 Nov 2012 23:39:27 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1354045167; bh=LQbMIUaveDJsyQyenvESdQc5sk9VRQaER3S00N4h4p8=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=D/GjL+YFjzSDeR9ZnwJdalV1BKPDadsgfdVHq5BYuawffEfjkJ19GZXaQ5R38Wx3V Qngw36Kh8sfEkyLC/JZXLUWc4OcC6pJzWRNjD6COdbl2w0p0tV/1kS3RHFxDoonK9t oG2xeWr6y1IqFdSftu4NVs11OVs46E0u3MhkaOIY= Message-ID: <50B516DE.5000207@yandex.ru> Date: Tue, 27 Nov 2012 23:39:10 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r307842 - head/www/piwik References: <201211271352.qARDqWpc079230@svn.freebsd.org> In-Reply-To: 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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 19:39:31 -0000 Eitan Adler wrote on 27.11.2012 23:32: > On 27 November 2012 08:52, Ruslan Mahmatkhanov wrote: >> Author: rm >> Date: Tue Nov 27 13:52:31 2012 >> New Revision: 307842 >> URL: http://svnweb.freebsd.org/changeset/ports/307842 >> >> Log: >> - update distinfo, because tarball was rerolled (see [1]) >> >> New tarball has no content changes, but since it was recreated, the checksum and >> size had changed and fetch stoped to working. >> >> [1] http://goo.gl/5JVc4 >> >> Approved by: Hans Fr. Nordhaug (maintained, via ports@ ML) > > Please don't obfuscate email addresses. > > - it doesn't help with spam at all > - its confusing to read > - can't be copy and pasted > - makes grepping harder As you wish. I believe I picked this behavior from another person commits (can't recall whom) and there is no policy about that AFAIK. But since it seems annoying for somebody, I'll do. Just hate that @ symbol. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 19:41: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 CF60A584; Tue, 27 Nov 2012 19:41:41 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id 7B28E8FC14; Tue, 27 Nov 2012 19:41:41 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:50873 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1TdR2J-001HS7-F5; Tue, 27 Nov 2012 20:41:40 +0100 Date: Tue, 27 Nov 2012 20:41:36 +0100 From: Pietro Cerutti To: Bryan Drewery Subject: Re: svn commit: r307836 - head/Mk Message-ID: <20121127194136.GB59828@gahrfit.gahr.ch> References: <201211271132.qARBW6VU054528@svn.freebsd.org> <50B51273.7050200@FreeBSD.org> <20121127192701.GA59828@gahrfit.gahr.ch> <50B51541.5010804@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3lcZGd9BuhuYXNfi" Content-Disposition: inline In-Reply-To: <50B51541.5010804@FreeBSD.org> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 19:41:42 -0000 --3lcZGd9BuhuYXNfi Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-Nov-27, 13:32, Bryan Drewery wrote: > On 11/27/2012 1:27 PM, Pietro Cerutti wrote: > > On 2012-Nov-27, 13:20, Bryan Drewery wrote: > >> On 11/27/2012 5:32 AM, Pietro Cerutti wrote: > >>> Author: gahr > >>> Date: Tue Nov 27 11:32:06 2012 > >>> New Revision: 307836 > >>> URL: http://svnweb.freebsd.org/changeset/ports/307836 > >>> > >>> Log: > >>> - Add support for cloud.github.com when using USE_GITHUB > >>> =20 > >>> Feature safe: yes > >>> Approved by: bapt (portmgr@) > >> > >> > >> Unless I am using this wrong, it doesn't set proper WRKSRC. > >> > >> - (~/freebsd/ports/ftp/yafc) $ svn diff > >> -MASTER_SITES=3D http://cloud.github.com/downloads/sebastinas/yafc/ > >> +MASTER_SITES=3D GHC > >> +USE_GITHUB=3D yes > >> +GH_ACCOUNT=3D sebastinas > >> $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles -V MASTER_S= ITES > >> http://cloud.github.com/downloads/sebastinas/yafc/ > >> $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles -V WRKSRC > >> /usr/home/bryan/freebsd/ports/ftp/yafc/work/sebastinas-yafc- > >=20 > > here you miss GH_COMMIT, from bsd.sites.mk: > >=20 > > # > > # GH_COMMIT - first 7 digits of the commit that generated GH_TAGNAME > > # (man git-describe(1)) > > # default: not set, mandatory >=20 >=20 > I should have been more clear. I don't want to use GH_COMMIT. Why else > have cloud? It doesn't require the COMMIT. Also, as I showed, the > extracted directory did not have a commit in it, it was just > PORTNAME-DISTVERSION. You've been clear, I was just explaining the sebastinas-yafc-, which is based on GH_ACCOUNT, GH_PROJECT, and GH_COMMIT. But you are correct, tarballs on nodeload differ from the ones on cloud as far as the directory name is concerned. Maybe we should add a GH_NODELOAD or GH_CLOUD define so the porter knows where the distfile will be fetched from? >=20 > I worked around it by defining WRKSRC. >=20 > >=20 > >> $ make PORTSDIR=3D~/freebsd/ports DISTDIR=3D/tmp/distfiles extract > >> $ ls work/ > >> ./ ../ > >> .extract_done.yafc._usr_local yafc-1.2.3/ > >=20 > > Unfortunately, some come as above, some as you see it here.. I suggest > > that you set WRKSRC according to your needs.. > >=20 > >>> > >>> Modified: > >>> head/Mk/bsd.sites.mk > >>> > >>> Modified: head/Mk/bsd.sites.mk > >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > >>> --- head/Mk/bsd.sites.mk Tue Nov 27 11:12:36 2012 (r307835) > >>> +++ head/Mk/bsd.sites.mk Tue Nov 27 11:32:06 2012 (r307836) > >>> @@ -517,9 +517,10 @@ MASTER_SITE_GENTOO+=3D \ > >>> # default: not set, mandatory > >>> # =20 > >>> .if defined(USE_GITHUB) > >>> -MASTER_SITE_GITHUB+=3D https://nodeload.github.com/%SUBDIR% > >>> -.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} > >>> -MASTER_SITES+=3D GH > >>> +MASTER_SITE_GITHUB+=3D https://nodeload.github.com/%SUBDIR% > >>> +MASTER_SITE_GITHUB_CLOUD+=3D http://cloud.github.com/downloads/%SUBD= IR% > >>> +.if !defined(MASTER_SITES) || !${MASTER_SITES:MGH} && !${MASTER_SITE= S:MGHC} > >>> +MASTER_SITES+=3D GH GHC > >>> .endif > >>> GH_PROJECT?=3D ${PORTNAME} > >>> GH_TAGNAME?=3D ${DISTVERSION} > >>> @@ -1427,6 +1428,7 @@ MASTER_SITE_KERNEL_ORG+=3D \ > >>> =20 > >>> MASTER_SITES_ABBREVS=3D CPAN:PERL_CPAN \ > >>> GH:GITHUB \ > >>> + GHC:GITHUB_CLOUD \ > >>> NL:NETLIB \ > >>> SF:SOURCEFORGE \ > >>> SFJP:SOURCEFORGE_JP \ > >>> @@ -1441,6 +1443,7 @@ MASTER_SITES_SUBDIRS=3D \ > >>> DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ > >>> GCC:releases/${DISTNAME} \ > >>> GITHUB:${GH_ACCOUNT}/${GH_PROJECT}/legacy.tar.gz/${GH_TAGNAME}?du= mmy=3D/ \ > >>> + GITHUB_CLOUD:${GH_ACCOUNT}/${GH_PROJECT}/ \ > >>> GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/= } \ > >>> GNU:${PORTNAME} \ > >>> HORDE:${PORTNAME} \ > >>> > >> > >> > >> --=20 > >> Regards, > >> Bryan Drewery > >> bdrewery@freenode/EFNet > >> > >=20 > >=20 > >=20 >=20 >=20 > --=20 > Regards, > Bryan Drewery > bdrewery@freenode/EFNet >=20 --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --3lcZGd9BuhuYXNfi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC1F28ACgkQwMJqmJVx9457MQCfQLrVUcQtaTCX/SPmw9i0FS4B Y+wAnRq1zLnC6/sd6o7/Y92uf5hplUh4 =cSqN -----END PGP SIGNATURE----- --3lcZGd9BuhuYXNfi-- From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 20:09: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 BCF67B6F; Tue, 27 Nov 2012 20:09:35 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A272E8FC08; Tue, 27 Nov 2012 20:09:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARK9Znt048161; Tue, 27 Nov 2012 20:09:35 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARK9Z6c048158; Tue, 27 Nov 2012 20:09:35 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201211272009.qARK9Z6c048158@svn.freebsd.org> From: Olli Hauer Date: Tue, 27 Nov 2012 20:09:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307861 - in head: security/vuxml www/yahoo-ui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 20:09:35 -0000 Author: ohauer Date: Tue Nov 27 20:09:34 2012 New Revision: 307861 URL: http://svnweb.freebsd.org/changeset/ports/307861 Log: - document www/yahoo-ui security issue and mark port forbidden [1] pet portlint (maintainer is already notified) - adjust CVE entries for bugzilla (CVE-2012-5475 was rejected) [2] Feature safe: yes Security: CVE-2012-5881 [1][2] CVE-2012-5882 [1][2] CVE-2012-5883 [2] Approved by: glarkin (implicit) [1] Modified: head/security/vuxml/vuln.xml head/www/yahoo-ui/Makefile Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Nov 27 19:32:44 2012 (r307860) +++ head/security/vuxml/vuln.xml Tue Nov 27 20:09:34 2012 (r307861) @@ -51,6 +51,40 @@ Note: Please add new entries to the beg --> + + YUI JavaScript library -- JavaScript injection exploits in Flash components + + + yahoo-ui + 3.0.0 + + + + +

The YUI team reports:

+
+

Vulnerability in YUI 2.4.0 through YUI 2.9.0

+

A XSS vulnerability has been discovered in some YUI 2 .swf files + from versions 2.4.0 through 2.9.0. This defect allows JavaScript + injection exploits to be created against domains that host affected + YUI .swf files.

+

If your site loads YUI 2 from a CDN (yui.yahooapis.com, + ajax.googleapis.com, etc.) and not from your own domain, you + are not affected. YUI 3 is not affected by this issue.

+
+ +
+ + CVE-2012-5881 + CVE-2012-5882 + http://yuilibrary.com/support/20121030-vulnerability/ + + + 2012-10-30 + 2012-12-27 + +
+ chromium -- multiple vulnerabilities @@ -450,13 +484,16 @@ Note: Please add new entries to the beg https://bugzilla.mozilla.org/show_bug.cgi?id=802204 CVE-2012-4189 https://bugzilla.mozilla.org/show_bug.cgi?id=790296 - CVE-2012-5475 + CVE-2012-5881 + CVE-2012-5882 + CVE-2012-5883 https://bugzilla.mozilla.org/show_bug.cgi?id=808845 http://yuilibrary.com/support/20121030-vulnerability/ 2012-11-13 2012-11-14 + 2012-11-27 Modified: head/www/yahoo-ui/Makefile ============================================================================== --- head/www/yahoo-ui/Makefile Tue Nov 27 19:32:44 2012 (r307860) +++ head/www/yahoo-ui/Makefile Tue Nov 27 20:09:34 2012 (r307861) @@ -10,13 +10,15 @@ DISTNAME= yui_${PORTVERSION}r1 MAINTAINER= glarkin@FreeBSD.org COMMENT= The Yahoo! User Interface (YUI) Library +LICENSE= BSD + +FORBIDDEN= CVE-2012-5881 Cross-site scripting (XSS) vulnerability in the Flash component infrastructure + USE_ZIP= yes WRKSRC= ${WRKDIR}/yui NO_BUILD= yes -LICENSE= BSD - OPTIONS= APACHE "Configure for Apache-2.x" off \ MINIMAL "Do not install documentation and examples" off From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 21:34: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 59BEBB90; Tue, 27 Nov 2012 21:34:54 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2443D8FC0C; Tue, 27 Nov 2012 21:34:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARLYsn7063784; Tue, 27 Nov 2012 21:34:54 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARLYrA5063782; Tue, 27 Nov 2012 21:34:53 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201211272134.qARLYrA5063782@svn.freebsd.org> From: Jimmy Olgeni Date: Tue, 27 Nov 2012 21:34:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307862 - in head/lang/erlang: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 21:34:54 -0000 Author: olgeni Date: Tue Nov 27 21:34:53 2012 New Revision: 307862 URL: http://svnweb.freebsd.org/changeset/ports/307862 Log: Fix crash when a table viewer in the observer application attempts to refresh an ETS table which no longer exists. Submitted by: Peti Gomori on erlang-patches Feature safe: yes Added: head/lang/erlang/files/patch-lib_runtime__tools_src_observer__backend.erl (contents, props changed) Modified: head/lang/erlang/Makefile Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Tue Nov 27 20:09:34 2012 (r307861) +++ head/lang/erlang/Makefile Tue Nov 27 21:34:53 2012 (r307862) @@ -7,7 +7,7 @@ PORTNAME= erlang PORTVERSION= 15.b.02 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ Added: head/lang/erlang/files/patch-lib_runtime__tools_src_observer__backend.erl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang/files/patch-lib_runtime__tools_src_observer__backend.erl Tue Nov 27 21:34:53 2012 (r307862) @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- lib/runtime_tools/src/observer_backend.erl.orig ++++ lib/runtime_tools/src/observer_backend.erl +@@ -83,7 +83,7 @@ + ets -> ets:info(Table, size); + mnesia -> mnesia:table_info(Table, size) + end, +- case Size > 0 of ++ case Size =/= undefined andalso Size > 0 of + false -> + Parent ! {self(), '$end_of_table'}, + normal; From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 21: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 02396D95; Tue, 27 Nov 2012 21:41:30 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D1EAD8FC13; Tue, 27 Nov 2012 21:41:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARLfTOb065164; Tue, 27 Nov 2012 21:41:29 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARLfTwt065159; Tue, 27 Nov 2012 21:41:29 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201211272141.qARLfTwt065159@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 27 Nov 2012 21:41:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307863 - in head/security/fwknop: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 21:41:30 -0000 Author: rakuco Date: Tue Nov 27 21:41:29 2012 New Revision: 307863 URL: http://svnweb.freebsd.org/changeset/ports/307863 Log: Update to 2.0.3. This new version includes a migration from Perl to C and support for ipfw and pf. While here, trim the Makefile headers. PR: ports/171951 Submitted by: Sean Greven (maintainer) Feature safe: yes Added: head/security/fwknop/files/fwknopd.in (contents, props changed) Deleted: head/security/fwknop/files/patch-access.conf head/security/fwknop/files/patch-fwknop head/security/fwknop/files/patch-fwknop.8 head/security/fwknop/files/patch-fwknop.conf head/security/fwknop/files/patch-fwknop_serv head/security/fwknop/files/patch-fwknopd head/security/fwknop/files/patch-fwknopd.8 head/security/fwknop/files/patch-init-scripts-fwknop-init.freebsd head/security/fwknop/files/patch-install.pl head/security/fwknop/files/patch-knopmd.8 head/security/fwknop/files/patch-knopmd.c head/security/fwknop/files/patch-knopmd.conf head/security/fwknop/files/patch-knopspoof head/security/fwknop/files/patch-knoptm head/security/fwknop/files/patch-knopwatchd.8 head/security/fwknop/files/patch-knopwatchd.c Modified: head/security/fwknop/Makefile head/security/fwknop/distinfo head/security/fwknop/pkg-plist Modified: head/security/fwknop/Makefile ============================================================================== --- head/security/fwknop/Makefile Tue Nov 27 21:34:53 2012 (r307862) +++ head/security/fwknop/Makefile Tue Nov 27 21:41:29 2012 (r307863) @@ -1,61 +1,28 @@ -# New ports collection makefile for: fwknop -# -# Date created: 23 Nov 2007 -# Whom: Sean Greven -# +# Created by: Sean Greven # $FreeBSD$ -# PORTNAME= fwknop -PORTVERSION= 1.8.3 -PORTREVISION= 2 +PORTVERSION= 2.0.3 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ MAINTAINER= sean.greven@gmail.com COMMENT= SPA implementation for Linux and FreeBSD -BUILD_DEPENDS= p5-Net-IPv4Addr>=0:${PORTSDIR}/net-mgmt/p5-Net-IPv4Addr \ - p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ - p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap \ - p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ - p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker \ - p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP \ - p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \ - p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \ - p5-NetPacket>=0:${PORTSDIR}/net/p5-NetPacket \ - p5-Net-Ping-External>=0:${PORTSDIR}/net/p5-Net-Ping-External -RUN_DEPENDS:= ${BUILD_DEPENDS} - -MAN8= fwknop.8 fwknopd.8 knopmd.8 knopwatchd.8 -MANCOMPRESSED= yes - -NO_BUILD= yes -IS_INTERACTIVE= yes -USE_PERL5_BUILD=yes - -post-patch: - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/access.conf - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/fwknop - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/fwknop.8 - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/fwknop.conf - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/fwknop_serv - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/fwknopd - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/fwknopd.8 - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/install.pl - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/knopmd.8 - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/knopmd.c - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/knopmd.conf - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/knopspoof - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/knoptm - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/knopwatchd.8 - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/knopwatchd.c - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/init-scripts/fwknop-init.freebsd - -do-install: - cd ${WRKSRC} && ./install.pl - @${ECHO_MSG} "Configuration files in ${LOCALBASE}/etc/fwknop"; +OPTIONS_DEFINE= GPGME +OPTIONS_DEFAULT= GPGME +GPGME_DESC= Build support for gpgme +MAN8= fwknop.8 fwknopd.8 +INFO= libfko +MANCOMPRESSED= no +GNU_CONFIGURE= yes +USE_RC_SUBR= fwknopd +USE_LDCONFIG= yes + +.include + +.if ${PORT_OPTIONS:MGPGME} +BUILD_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme +.endif .include Modified: head/security/fwknop/distinfo ============================================================================== --- head/security/fwknop/distinfo Tue Nov 27 21:34:53 2012 (r307862) +++ head/security/fwknop/distinfo Tue Nov 27 21:41:29 2012 (r307863) @@ -1,2 +1,2 @@ -SHA256 (fwknop-1.8.3.tar.gz) = 366dbb0c9ae38973cee960408eb1a76ed6ff544f15855affaed93331face9491 -SIZE (fwknop-1.8.3.tar.gz) = 471949 +SHA256 (fwknop-2.0.3.tar.gz) = f7f306a66c641020e7c7a820eaa3743e2700ddee6e26cca37440db95df56b986 +SIZE (fwknop-2.0.3.tar.gz) = 904769 Added: head/security/fwknop/files/fwknopd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/fwknop/files/fwknopd.in Tue Nov 27 21:41:29 2012 (r307863) @@ -0,0 +1,41 @@ +#!/bin/sh +# +# $FreeBSD$ +# +# PROVIDE: fwknopd +# REQUIRE: LOGIN + +# +# Add the following lines to /etc/rc.conf to enable fwknopd: +# +# fwknopd_enable="YES" +# +# See fwknopd(8) for flags +# + +. /etc/rc.subr + +name=fwknopd +rcvar=fwknopd_enable + +command=%%PREFIX%%/sbin/fwknopd +required_files=%%PREFIX%%/etc/fwknop/access.conf + +start_precmd=start_precmd +stop_postcmd=stop_postcmd + +extra_commands="reload" + +start_precmd() +{ +} + +stop_postcmd() +{ +} + +# read settings, set default values +load_rc_config $name +: ${fwknopd_enable="NO"} + +run_rc_command "$1" Modified: head/security/fwknop/pkg-plist ============================================================================== --- head/security/fwknop/pkg-plist Tue Nov 27 21:34:53 2012 (r307862) +++ head/security/fwknop/pkg-plist Tue Nov 27 21:41:29 2012 (r307863) @@ -1,44 +1,10 @@ bin/fwknop -sbin/fwknop_serv +%%ETCDIR%%/access.conf +%%ETCDIR%%/fwknopd.conf +include/fko.h +lib/libfko.a +lib/libfko.la +lib/libfko.so +lib/libfko.so.0 sbin/fwknopd -sbin/knopmd -sbin/knoptm -sbin/knopwatchd - -etc/fwknop/access.conf -etc/fwknop/fwknop.conf -etc/fwknop/pf.os -etc/rc.d/fwknop - -lib/fwknop/NetPacket.pm -lib/fwknop/NetPacket/ARP.pm -lib/fwknop/NetPacket/Ethernet.pm -lib/fwknop/NetPacket/ICMP.pm -lib/fwknop/NetPacket/IGMP.pm -lib/fwknop/NetPacket/IP.pm -lib/fwknop/NetPacket/TCP.pm -lib/fwknop/NetPacket/UDP.pm -lib/fwknop/i386-freebsd-64int/auto/NetPacket/.packlist -lib/fwknop/i386-freebsd-64int/perllocal.pod -lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket.3 -lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::ARP.3 -lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::Ethernet.3 -lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::ICMP.3 -lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::IGMP.3 -lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::IP.3 -lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::TCP.3 -lib/fwknop/lib/perl5/5.8.8/man/man3/NetPacket::UDP.3 - -@dirrm lib/fwknop/lib/perl5/5.8.8/man/man3 -@dirrm lib/fwknop/lib/perl5/5.8.8/man -@dirrm lib/fwknop/lib/perl5/5.8.8 -@dirrm lib/fwknop/lib/perl5 -@dirrm lib/fwknop/lib -@dirrm lib/fwknop/i386-freebsd-64int/auto/NetPacket -@dirrm lib/fwknop/i386-freebsd-64int/auto -@dirrm lib/fwknop/i386-freebsd-64int -@dirrm lib/fwknop/NetPacket -@dirrm lib/fwknop -@dirrm etc/fwknop/archive -@dirrm etc/fwknop - +@dirrm %%ETCDIR%% From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 22:07: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 BF4814DA; Tue, 27 Nov 2012 22:07:00 +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 AF5238FC19; Tue, 27 Nov 2012 22:06:59 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so5251039bkc.13 for ; Tue, 27 Nov 2012 14:06:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=CVGNHvBwfxKBpjmXYUlJGIezXTgNaYJ4k1XPt288IjM=; b=XGCwCi63RWjy2sxwQCVohyC0DADzHgsOuP5aZnLN0oUw4AGZ1qjVgViwohbjaMgz+R Fp843FajYBN8C6yVjNP3mdkojxDL++t8x41kmiBJChpdRds4Z9YlWyigwbuL//Pia7vB ASecgG1Z6ArZKe/STnw7XnldsUBD8LtxaTc5vv50QNG8Kk580dwiXgdtg9r61rJOmXqu tfHR7x7vBlsJ+s2Kv4n9jR3man/Vwk1d70VWwZIv4eMmnDaRU3pSi+SqoKU6LxvQCbyW bmOr+PYdH6leLfkQUoBgQw0LCVAmjRMLwp24lX9znya0wqAmOFmkZNnZTStwMo0qs6GE 46kw== Received: by 10.204.4.131 with SMTP id 3mr4936432bkr.25.1354054018303; Tue, 27 Nov 2012 14:06:58 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.167.71 with HTTP; Tue, 27 Nov 2012 14:06:28 -0800 (PST) In-Reply-To: <201211272141.qARLfTwt065159@svn.freebsd.org> References: <201211272141.qARLfTwt065159@svn.freebsd.org> From: Chris Rees Date: Tue, 27 Nov 2012 22:06:28 +0000 X-Google-Sender-Auth: MK23nDHe5wcADqDIMqKRY1hF1qY Message-ID: Subject: Re: svn commit: r307863 - in head/security/fwknop: . files To: Raphael Kubo da Costa , sean.greven@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 22:07:01 -0000 On 27 November 2012 21:41, Raphael Kubo da Costa wrote: > XXX Ports RC script present > Author: rakuco > Date: Tue Nov 27 21:41:29 2012 > New Revision: 307863 > URL: http://svnweb.freebsd.org/changeset/ports/307863 > > Log: > Update to 2.0.3. > > This new version includes a migration from Perl to C and support for > ipfw and pf. > > While here, trim the Makefile headers. > > PR: ports/171951 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=171951 > Submitted by: Sean Greven (maintainer) > Feature safe: yes > > Added: > head/security/fwknop/files/fwknopd.in (contents, props changed) [snip] > Added: head/security/fwknop/files/fwknopd.in > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/security/fwknop/files/fwknopd.in Tue Nov 27 21:41:29 2012 (r307863) > @@ -0,0 +1,41 @@ > +#!/bin/sh > +# > +# $FreeBSD$ > +# > +# PROVIDE: fwknopd > +# REQUIRE: LOGIN > + > +# > +# Add the following lines to /etc/rc.conf to enable fwknopd: > +# > +# fwknopd_enable="YES" > +# > +# See fwknopd(8) for flags > +# > + > +. /etc/rc.subr > + > +name=fwknopd > +rcvar=fwknopd_enable > + > +command=%%PREFIX%%/sbin/fwknopd > +required_files=%%PREFIX%%/etc/fwknop/access.conf > + > +start_precmd=start_precmd > +stop_postcmd=stop_postcmd > + > +extra_commands="reload" > + > +start_precmd() > +{ > +} > + > +stop_postcmd() > +{ > +} > + > +# read settings, set default values > +load_rc_config $name > +: ${fwknopd_enable="NO"} > + > +run_rc_command "$1" Various style fixes to the rc script are at [1] (as well as not causing an ungracious kill at shutdown :), please take a look. Chris [1] http://www.bayofrum.net/~crees/patches/fwknop-rc-script.diff From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 22:22: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 9A6BCEE7; Tue, 27 Nov 2012 22:22:50 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7F4D58FC13; Tue, 27 Nov 2012 22:22:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARMMoqA072303; Tue, 27 Nov 2012 22:22:50 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARMMo9S072301; Tue, 27 Nov 2012 22:22:50 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211272222.qARMMo9S072301@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 27 Nov 2012 22:22:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307864 - head/converters/drg2sbg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 22:22:50 -0000 Author: ehaupt Date: Tue Nov 27 22:22:50 2012 New Revision: 307864 URL: http://svnweb.freebsd.org/changeset/ports/307864 Log: Update to 2.2 Feature safe: yes Modified: head/converters/drg2sbg/Makefile head/converters/drg2sbg/distinfo Modified: head/converters/drg2sbg/Makefile ============================================================================== --- head/converters/drg2sbg/Makefile Tue Nov 27 21:41:29 2012 (r307863) +++ head/converters/drg2sbg/Makefile Tue Nov 27 22:22:50 2012 (r307864) @@ -1,12 +1,8 @@ -# New ports collection makefile for: drg2sbg -# Date created: 17 Jul 2010 -# Whom: Emanuel Haupt -# +# Created by: Emanuel Haupt # $FreeBSD$ -# PORTNAME= drg2sbg -PORTVERSION= 1.2.11 +PORTVERSION= 2.2 CATEGORIES= converters audio MASTER_SITES= GOOGLE_CODE @@ -17,6 +13,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes -PLIST_FILES= bin/drg2sbg +MAN1= drgbuilder.1 drg2sbg.1 +PLIST_FILES= bin/drg2sbg bin/drgbuilder .include Modified: head/converters/drg2sbg/distinfo ============================================================================== --- head/converters/drg2sbg/distinfo Tue Nov 27 21:41:29 2012 (r307863) +++ head/converters/drg2sbg/distinfo Tue Nov 27 22:22:50 2012 (r307864) @@ -1,2 +1,2 @@ -SHA256 (drg2sbg-1.2.11.tar.gz) = 456295139d06e9fe73aca2145f80ca48414f794999eaa6eb68fe470ec2c4e3c6 -SIZE (drg2sbg-1.2.11.tar.gz) = 87796 +SHA256 (drg2sbg-2.2.tar.gz) = d7fcaa22194f91def11e6af269e015c125627aa760882a9d61d0959d77366ff0 +SIZE (drg2sbg-2.2.tar.gz) = 99209 From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 22:34: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 9ED104E4; Tue, 27 Nov 2012 22:34:39 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8500F8FC12; Tue, 27 Nov 2012 22:34:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARMYdeB074100; Tue, 27 Nov 2012 22:34:39 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARMYdVa074096; Tue, 27 Nov 2012 22:34:39 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201211272234.qARMYdVa074096@svn.freebsd.org> From: Jimmy Olgeni Date: Tue, 27 Nov 2012 22:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307865 - head/devel/distel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 22:34:39 -0000 Author: olgeni Date: Tue Nov 27 22:34:39 2012 New Revision: 307865 URL: http://svnweb.freebsd.org/changeset/ports/307865 Log: Switch to USE_GITHUB (ecc8581). Feature safe: yes Modified: head/devel/distel/Makefile (contents, props changed) head/devel/distel/distinfo (contents, props changed) head/devel/distel/pkg-plist (contents, props changed) Modified: head/devel/distel/Makefile ============================================================================== --- head/devel/distel/Makefile Tue Nov 27 22:22:50 2012 (r307864) +++ head/devel/distel/Makefile Tue Nov 27 22:34:39 2012 (r307865) @@ -6,27 +6,23 @@ # PORTNAME= distel -PORTVERSION= 2011.03.13 -PORTREVISION= 7 +PORTVERSION= 2012.05.28 CATEGORIES= devel elisp -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= olgeni -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTEL_MANUALS} -DIST_SUBDIR= erlang -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= olgeni@FreeBSD.org COMMENT= Distel extends Emacs Lisp with Erlang-style message passing BUILD_DEPENDS+= erlc:${PORTSDIR}/lang/erlang +USE_GITHUB= yes +GH_ACCOUNT= massemanet +GH_COMMIT= ecc8581 +GH_TAGNAME= ${GH_COMMIT} + PLIST_SUB= VERSION="${PORTVERSION}" USE_EMACS= yes -DISTEL_MANUALS= distel-euc.pdf distel-euc.ps.gz \ - distel-user-3.3.pdf distel-user-3.3.ps.gz \ - distel-3.1.pdf DISTEL_DOCS= AUTHORS ChangeLog INSTALL INSTALL.WIN32 NEWS README README.ie-session DISTEL_ROOT= ${PREFIX}/lib/erlang/lib/${PORTNAME}-${PORTVERSION} @@ -43,13 +39,7 @@ do-install: @for FILE in ${DISTEL_DOCS}; do \ ${INSTALL_DATA} ${WRKSRC}/$${FILE} ${DOCSDIR}; \ done - @for FILE in ${DISTEL_MANUALS}; do \ - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$${FILE} ${DOCSDIR}; \ - done @${INSTALL_DATA} ${WRKSRC}/doc/*.pdf ${DOCSDIR} - @for FILE in ${DISTEL_MANUALS}; do \ - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$${FILE} ${DOCSDIR}; \ - done @${MKDIR} ${DOCSDIR}/html @${INSTALL_DATA} ${WRKSRC}/doc/distel/*.html ${DOCSDIR}/html @${MKDIR} ${DISTEL_ROOT} Modified: head/devel/distel/distinfo ============================================================================== --- head/devel/distel/distinfo Tue Nov 27 22:22:50 2012 (r307864) +++ head/devel/distel/distinfo Tue Nov 27 22:34:39 2012 (r307865) @@ -1,12 +1,2 @@ -SHA256 (erlang/distel-2011.03.13.tar.gz) = 8f08eb6b7ad484108bcc751130ffe40b2a055e3bdb7768176d5dbb3403bea281 -SIZE (erlang/distel-2011.03.13.tar.gz) = 213215 -SHA256 (erlang/distel-euc.pdf) = f730edddc511cf59beb4261cc1d1e3575d5763db1853f18f2c156b38d97c2d9d -SIZE (erlang/distel-euc.pdf) = 154855 -SHA256 (erlang/distel-euc.ps.gz) = 852d5cfc975efe432dc84399d550bd599539d1048e9252028de1a8af8b710d6b -SIZE (erlang/distel-euc.ps.gz) = 69841 -SHA256 (erlang/distel-user-3.3.pdf) = 895eb192725dea7d0dff1575c3ed6b074a4ea569c698f54de644b80798391d74 -SIZE (erlang/distel-user-3.3.pdf) = 114729 -SHA256 (erlang/distel-user-3.3.ps.gz) = 1e5f19894f3e188fdd75f50a6be1a6faf2a6a1e595509a61ff9fcbf042a7827b -SIZE (erlang/distel-user-3.3.ps.gz) = 88656 -SHA256 (erlang/distel-3.1.pdf) = 5673a3c162a54735e776b4caadea3fb2c8cb403ffc82bac571b07defa871621b -SIZE (erlang/distel-3.1.pdf) = 140070 +SHA256 (distel-2012.05.28.tar.gz) = 4678fdd08c46133370e7098744b3f6c46fab7a8561a48441a16cbded5f160cd8 +SIZE (distel-2012.05.28.tar.gz) = 212168 Modified: head/devel/distel/pkg-plist ============================================================================== --- head/devel/distel/pkg-plist Tue Nov 27 22:22:50 2012 (r307864) +++ head/devel/distel/pkg-plist Tue Nov 27 22:34:39 2012 (r307865) @@ -13,11 +13,6 @@ %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.ie-session -%%PORTDOCS%%%%DOCSDIR%%/distel-3.1.pdf -%%PORTDOCS%%%%DOCSDIR%%/distel-euc.pdf -%%PORTDOCS%%%%DOCSDIR%%/distel-euc.ps.gz -%%PORTDOCS%%%%DOCSDIR%%/distel-user-3.3.pdf -%%PORTDOCS%%%%DOCSDIR%%/distel-user-3.3.ps.gz %%PORTDOCS%%%%DOCSDIR%%/gorrie02distel.pdf %%PORTDOCS%%%%DOCSDIR%%/html/Applications.html %%PORTDOCS%%%%DOCSDIR%%/html/Attach-Buffer.html From owner-svn-ports-all@FreeBSD.ORG Tue Nov 27 23:11: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 21BA5C23; Tue, 27 Nov 2012 23:11:33 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 06A188FC0C; Tue, 27 Nov 2012 23:11:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qARNBWKR080013; Tue, 27 Nov 2012 23:11:32 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qARNBWs6080009; Tue, 27 Nov 2012 23:11:32 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201211272311.qARNBWs6080009@svn.freebsd.org> From: Guido Falsi Date: Tue, 27 Nov 2012 23:11:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307866 - in head/x11/slim: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 27 Nov 2012 23:11:33 -0000 Author: madpilot Date: Tue Nov 27 23:11:32 2012 New Revision: 307866 URL: http://svnweb.freebsd.org/changeset/ports/307866 Log: - Fix stopping via rc script - Fix build with clang [1] - Trim Makefile headers - Bump PORTREVISION PR: ports/173852 Submitted by: Douglas Carmichael Approved by: Henry Hu (maintainer) Obtained by: slim svn repository [1] Feature safe: yes Added: head/x11/slim/files/patch-log.h (contents, props changed) Modified: head/x11/slim/Makefile (contents, props changed) head/x11/slim/files/slim.in (contents, props changed) Modified: head/x11/slim/Makefile ============================================================================== --- head/x11/slim/Makefile Tue Nov 27 22:34:39 2012 (r307865) +++ head/x11/slim/Makefile Tue Nov 27 23:11:32 2012 (r307866) @@ -1,12 +1,9 @@ -# New ports collection makefile for: slim -# Date created: 8 Jan 2006 -# Whom: Tobias Roth -# +# Created by: Tobias Roth # $FreeBSD$ PORTNAME= slim PORTVERSION= 1.3.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://slim.berlios.de/releases/ @@ -15,8 +12,8 @@ COMMENT= Graphical login manager for X11 LICENSE= GPLv2 -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - ck-connector.0:${PORTSDIR}/sysutils/consolekit \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ + ck-connector:${PORTSDIR}/sysutils/consolekit \ png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig Added: head/x11/slim/files/patch-log.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/slim/files/patch-log.h Tue Nov 27 23:11:32 2012 (r307866) @@ -0,0 +1,15 @@ +--- log.h.orig 2012-06-26 10:20:14.000000000 +0200 ++++ log.h 2012-11-25 20:00:39.294546666 +0100 +@@ -1,6 +1,12 @@ + #ifndef _LOG_H_ + #define _LOG_H_ + ++#ifdef USE_CONSOLEKIT ++#include "Ck.h" ++#endif ++#ifdef USE_CONSOLEKIT ++#include "PAM.h" ++#endif + #include "const.h" + #include + Modified: head/x11/slim/files/slim.in ============================================================================== --- head/x11/slim/files/slim.in Tue Nov 27 22:34:39 2012 (r307865) +++ head/x11/slim/files/slim.in Tue Nov 27 23:11:32 2012 (r307866) @@ -61,9 +61,8 @@ slim_prestop () find_pidfile - xpid=`ps -axww | grep '/bin/[X] .* -auth /var/run/slim.auth'` - xpid="${xpid## }" - [ -n "$xpid" ] && kill ${xpid%% *} + xpid=`ps -axww | grep '/bin/[X] .* -auth /var/run/slim.auth' | grep -v grep | awk '{print $1};'` + [ -n "$xpid" ] && kill $xpid } run_rc_command "$1" From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 00:24: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 D35A68D4; Wed, 28 Nov 2012 00:24:10 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B00848FC15; Wed, 28 Nov 2012 00:24:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS0OAAq092574; Wed, 28 Nov 2012 00:24:10 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS0OAPx092567; Wed, 28 Nov 2012 00:24:10 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201211280024.qAS0OAPx092567@svn.freebsd.org> From: Cy Schubert Date: Wed, 28 Nov 2012 00:24:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307867 - in head/sysutils: . cfengine34 cfengine34/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 00:24:10 -0000 Author: cy Date: Wed Nov 28 00:24:10 2012 New Revision: 307867 URL: http://svnweb.freebsd.org/changeset/ports/307867 Log: Introducing the new sysutils/cfengine34 port which will track the 3.4.X branch. Feature safe: yes Added: head/sysutils/cfengine34/ - copied from r307858, head/sysutils/cfengine-devel/ head/sysutils/cfengine34/files/patch-ext-Makefile.am (contents, props changed) head/sysutils/cfengine34/files/patch-ext-Makefile.in (contents, props changed) Modified: head/sysutils/Makefile head/sysutils/cfengine34/Makefile head/sysutils/cfengine34/distinfo head/sysutils/cfengine34/files/patch-src-files_select.c head/sysutils/cfengine34/pkg-plist Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Nov 27 23:11:32 2012 (r307866) +++ head/sysutils/Makefile Wed Nov 28 00:24:10 2012 (r307867) @@ -108,6 +108,7 @@ SUBDIR += cfengine22 SUBDIR += cfengine32 SUBDIR += cfengine33 + SUBDIR += cfengine34 SUBDIR += chgrep SUBDIR += ciso SUBDIR += ck4up Modified: head/sysutils/cfengine34/Makefile ============================================================================== --- head/sysutils/cfengine-devel/Makefile Tue Nov 27 18:18:38 2012 (r307858) +++ head/sysutils/cfengine34/Makefile Wed Nov 28 00:24:10 2012 (r307867) @@ -6,20 +6,18 @@ # PORTNAME= cfengine -PORTVERSION= 3.4.0b2 -PORTEPOCH= 1 +PORTVERSION= 3.4.0 CATEGORIES= sysutils -PKGNAMESUFFIX= -devel MASTER_SITES= http://cfengine.com/source-code/download?file= MAINTAINER= cy@FreeBSD.org # gjb@FreeBSD.org is also committer for this port COMMENT= A systems administration tool for networks -LATEST_LINK= cfengine-devel +LATEST_LINK= cfengine34 FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} -CONFLICTS= cfengine-[23]* +CONFLICTS= cfengine-2* cfengine-3.[23]* cfengine-devel-* USE_RC_SUBR= cf-execd cf-serverd Modified: head/sysutils/cfengine34/distinfo ============================================================================== --- head/sysutils/cfengine-devel/distinfo Tue Nov 27 18:18:38 2012 (r307858) +++ head/sysutils/cfengine34/distinfo Wed Nov 28 00:24:10 2012 (r307867) @@ -1,2 +1,2 @@ -SHA256 (cfengine-3.4.0b2.tar.gz) = 5150125b56f1235e90b29fbe351a0d09b2148cdcf9ad2c78840d2ce08ff20999 -SIZE (cfengine-3.4.0b2.tar.gz) = 4671105 +SHA256 (cfengine-3.4.0.tar.gz) = 5f1a3ce9cc15068291becac4d5956b18e8c7968c934977e52cd8b6b70f3a0a6b +SIZE (cfengine-3.4.0.tar.gz) = 4691849 Added: head/sysutils/cfengine34/files/patch-ext-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine34/files/patch-ext-Makefile.am Wed Nov 28 00:24:10 2012 (r307867) @@ -0,0 +1,8 @@ +--- ext/Makefile.am.orig 2012-11-26 03:13:20.000000000 -0800 ++++ ext/Makefile.am 2012-11-27 15:39:01.000000000 -0800 +@@ -1,4 +1,4 @@ +-sbin_PROGRAMS = rpmvercmp ++sbin_PROGRAMS = + + rpmvercmp_LDADD = ../pub/libcfpub.la + Added: head/sysutils/cfengine34/files/patch-ext-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine34/files/patch-ext-Makefile.in Wed Nov 28 00:24:10 2012 (r307867) @@ -0,0 +1,52 @@ +--- ext/Makefile.in.orig 2012-11-26 03:13:28.000000000 -0800 ++++ ext/Makefile.in 2012-11-27 15:46:24.000000000 -0800 +@@ -52,7 +52,7 @@ + build_triplet = @build@ + host_triplet = @host@ + target_triplet = @target@ +-sbin_PROGRAMS = rpmvercmp$(EXEEXT) ++sbin_PROGRAMS = + subdir = ext + DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -72,8 +72,8 @@ + CONFIG_CLEAN_VPATH_FILES = + am__installdirs = "$(DESTDIR)$(sbindir)" + PROGRAMS = $(sbin_PROGRAMS) +-rpmvercmp_SOURCES = rpmvercmp.c +-rpmvercmp_OBJECTS = rpmvercmp.$(OBJEXT) ++rpmvercmp_SOURCES = ++rpmvercmp_OBJECTS = + rpmvercmp_DEPENDENCIES = ../pub/libcfpub.la + AM_V_lt = $(am__v_lt_@AM_V@) + am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +@@ -104,8 +104,8 @@ + AM_V_GEN = $(am__v_GEN_@AM_V@) + am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) + am__v_GEN_0 = @echo " GEN " $@; +-SOURCES = rpmvercmp.c +-DIST_SOURCES = rpmvercmp.c ++SOURCES = ++DIST_SOURCES = + am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ +@@ -382,9 +382,6 @@ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list +-rpmvercmp$(EXEEXT): $(rpmvercmp_OBJECTS) $(rpmvercmp_DEPENDENCIES) $(EXTRA_rpmvercmp_DEPENDENCIES) +- @rm -f rpmvercmp$(EXEEXT) +- $(AM_V_CCLD)$(LINK) $(rpmvercmp_OBJECTS) $(rpmvercmp_LDADD) $(LIBS) + + mostlyclean-compile: + -rm -f *.$(OBJEXT) +@@ -392,8 +389,6 @@ + distclean-compile: + -rm -f *.tab.c + +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpmvercmp.Po@am__quote@ +- + .c.o: + @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< + @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po Modified: head/sysutils/cfengine34/files/patch-src-files_select.c ============================================================================== --- head/sysutils/cfengine-devel/files/patch-src-files_select.c Tue Nov 27 18:18:38 2012 (r307858) +++ head/sysutils/cfengine34/files/patch-src-files_select.c Wed Nov 28 00:24:10 2012 (r307867) @@ -1,9 +1,10 @@ --- src/files_select.c.orig 2012-10-03 17:59:39.000000000 +0000 +++ src/files_select.c 2012-10-03 18:00:44.000000000 +0000 -@@ -27,6 +27,7 @@ +@@ -27,7 +27,8 @@ #include "env_context.h" #include "files_names.h" + #include "files_interfaces.h" +#include "promises.h" static int SelectTypeMatch(struct stat *lstatptr, Rlist *crit); Modified: head/sysutils/cfengine34/pkg-plist ============================================================================== --- head/sysutils/cfengine-devel/pkg-plist Tue Nov 27 18:18:38 2012 (r307858) +++ head/sysutils/cfengine34/pkg-plist Wed Nov 28 00:24:10 2012 (r307867) @@ -10,6 +10,7 @@ sbin/cf-promises sbin/cf-report sbin/cf-runagent sbin/cf-serverd +share/cfengine/CoreBase/cf-sketch-runfile.cf share/cfengine/CoreBase/def.cf share/cfengine/CoreBase/promises.cf share/cfengine/CoreBase/controls/cf_execd.cf From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 00:32: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 D6C79A22; Wed, 28 Nov 2012 00:32:40 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B81468FC12; Wed, 28 Nov 2012 00:32:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS0Wecn093870; Wed, 28 Nov 2012 00:32:40 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS0We0L093868; Wed, 28 Nov 2012 00:32:40 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201211280032.qAS0We0L093868@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Wed, 28 Nov 2012 00:32:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307868 - head/math/octave-forge-splines X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 00:32:41 -0000 Author: stephen Date: Wed Nov 28 00:32:40 2012 New Revision: 307868 URL: http://svnweb.freebsd.org/changeset/ports/307868 Log: - Update to 1.1.2. Feature safe: yes Modified: head/math/octave-forge-splines/Makefile head/math/octave-forge-splines/distinfo Modified: head/math/octave-forge-splines/Makefile ============================================================================== --- head/math/octave-forge-splines/Makefile Wed Nov 28 00:24:10 2012 (r307867) +++ head/math/octave-forge-splines/Makefile Wed Nov 28 00:32:40 2012 (r307868) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-splines -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-splines/distinfo ============================================================================== --- head/math/octave-forge-splines/distinfo Wed Nov 28 00:24:10 2012 (r307867) +++ head/math/octave-forge-splines/distinfo Wed Nov 28 00:32:40 2012 (r307868) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/splines-1.1.1.tar.gz) = f67b5d5317d878cc411344d346beb301fa2e773faf44b1cdecfe0fd8cb6b955f -SIZE (octave-forge/splines-1.1.1.tar.gz) = 20869 +SHA256 (octave-forge/splines-1.1.2.tar.gz) = bf6dc7e9f4e20414118cde06cfa6c16992fb6fe8db790d90c6281a6489596028 +SIZE (octave-forge/splines-1.1.2.tar.gz) = 21008 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 00:43: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 B7262E10; Wed, 28 Nov 2012 00:43:39 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9B5E58FC13; Wed, 28 Nov 2012 00:43:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS0hdVL095615; Wed, 28 Nov 2012 00:43:39 GMT (envelope-from bar@svn.freebsd.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS0hdUM095613; Wed, 28 Nov 2012 00:43:39 GMT (envelope-from bar@svn.freebsd.org) Message-Id: <201211280043.qAS0hdUM095613@svn.freebsd.org> From: Barbara Guida Date: Wed, 28 Nov 2012 00:43:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307869 - head/www/xpi-firebug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 00:43:39 -0000 Author: bar Date: Wed Nov 28 00:43:39 2012 New Revision: 307869 URL: http://svnweb.freebsd.org/changeset/ports/307869 Log: - Update firebug to the latest release - Change my email address to bar@FreeBSD.org Approved by: rene (mentor) Feature safe: yes Modified: head/www/xpi-firebug/Makefile head/www/xpi-firebug/distinfo Modified: head/www/xpi-firebug/Makefile ============================================================================== --- head/www/xpi-firebug/Makefile Wed Nov 28 00:32:40 2012 (r307868) +++ head/www/xpi-firebug/Makefile Wed Nov 28 00:43:39 2012 (r307869) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= firebug -PORTVERSION= 1.10.5 +PORTVERSION= 1.10.6 DISTVERSIONSUFFIX= -fx PORTEPOCH= 3 CATEGORIES= www -MAINTAINER= barbara.xxx1975@libero.it +MAINTAINER= bar@FreeBSD.org COMMENT= Lets you edit, debug, and monitor CSS, HTML, and JS LICENSE= BSD Modified: head/www/xpi-firebug/distinfo ============================================================================== --- head/www/xpi-firebug/distinfo Wed Nov 28 00:32:40 2012 (r307868) +++ head/www/xpi-firebug/distinfo Wed Nov 28 00:43:39 2012 (r307869) @@ -1,2 +1,2 @@ -SHA256 (xpi/firebug-1.10.5-fx.xpi) = 94994b988746db64e19445a96edadf3e226ead8af4b73923979df6eb333dfba5 -SIZE (xpi/firebug-1.10.5-fx.xpi) = 2042937 +SHA256 (xpi/firebug-1.10.6-fx.xpi) = 1eba3adc354f40881e2eade75965fd292006e559e02c5cf40831a7db1dd0f27e +SIZE (xpi/firebug-1.10.6-fx.xpi) = 2042908 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 00:49: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 9678AF4; Wed, 28 Nov 2012 00:49:12 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7D50C8FC0C; Wed, 28 Nov 2012 00:49:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS0nCWA096605; Wed, 28 Nov 2012 00:49:12 GMT (envelope-from bar@svn.freebsd.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS0nC67096600; Wed, 28 Nov 2012 00:49:12 GMT (envelope-from bar@svn.freebsd.org) Message-Id: <201211280049.qAS0nC67096600@svn.freebsd.org> From: Barbara Guida Date: Wed, 28 Nov 2012 00:49:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307870 - in head/net-p2p/amule-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 00:49:12 -0000 Author: bar Date: Wed Nov 28 00:49:12 2012 New Revision: 307870 URL: http://svnweb.freebsd.org/changeset/ports/307870 Log: - Update amule-devel to r10802 - Remove obsolete patches from r1079[3-5] - Remove DOCS and NLS from OPTIONS_DEFAULT, which I introduced in the previous submission - Change my email address to bar@FreeBSD.org Approved by: rene (mentor) Feature safe: yes Deleted: head/net-p2p/amule-devel/files/patch-src__ListenSocket.cpp head/net-p2p/amule-devel/files/patch-src__PlatformSpecific.h head/net-p2p/amule-devel/files/patch-src__SHAHashSet.cpp head/net-p2p/amule-devel/files/patch-src__ThreadTasks.cpp Modified: head/net-p2p/amule-devel/Makefile head/net-p2p/amule-devel/Makefile.man head/net-p2p/amule-devel/distinfo Modified: head/net-p2p/amule-devel/Makefile ============================================================================== --- head/net-p2p/amule-devel/Makefile Wed Nov 28 00:43:39 2012 (r307869) +++ head/net-p2p/amule-devel/Makefile Wed Nov 28 00:49:12 2012 (r307870) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= amule -PORTVERSION= 10792 +PORTVERSION= 10802 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ PKGNAMESUFFIX= -devel DISTNAME= aMule-SVN-r${PORTVERSION} -MAINTAINER= barbara.xxx1975@libero.it +MAINTAINER= bar@FreeBSD.org COMMENT= The all-platform eMule p2p client LICENSE= GPLv2 GPLv3 @@ -58,8 +58,8 @@ WEBSERVER_DESC= Compile aMule WebServer WXCAS_DESC= Compile aMule Statistics for GUI WXUNICODE_DESC= Enable Unicode support XAS_DESC= Install XChat2 plugin -OPTIONS_DEFAULT=ALC ALCC AMULECMD AMULEDAEMON AMULEGUI CAS DOCS ED2K \ - FILEVIEW MONOLITHIC NLS WEBSERVER WXCAS WXUNICODE XAS +OPTIONS_DEFAULT=ALC ALCC AMULECMD AMULEDAEMON AMULEGUI CAS ED2K \ + FILEVIEW MONOLITHIC WEBSERVER WXCAS WXUNICODE XAS PORTDOCS= ABOUT-NLS Changelog EC_Protocol.txt INSTALL README TODO \ amulesig.txt license.txt Modified: head/net-p2p/amule-devel/Makefile.man ============================================================================== --- head/net-p2p/amule-devel/Makefile.man Wed Nov 28 00:43:39 2012 (r307869) +++ head/net-p2p/amule-devel/Makefile.man Wed Nov 28 00:49:12 2012 (r307870) @@ -17,7 +17,7 @@ MAN1+= amulecmd.1 MAN1+= amuled.1 . endif . if ${PORT_OPTIONS:MAMULEGUI} -MAN1+= amulegui.1 +MAN1+= amulegui.1 . endif . if ${PORT_OPTIONS:MCAS} MAN1+= cas.1 @@ -34,5 +34,5 @@ MAN1+= wxcas.1 .endif .if ${PORT_OPTIONS:MXAS} -MAN1+= xas.1 +MAN1+= xas.1 .endif Modified: head/net-p2p/amule-devel/distinfo ============================================================================== --- head/net-p2p/amule-devel/distinfo Wed Nov 28 00:43:39 2012 (r307869) +++ head/net-p2p/amule-devel/distinfo Wed Nov 28 00:49:12 2012 (r307870) @@ -1,2 +1,2 @@ -SHA256 (aMule-SVN-r10792.tar.bz2) = e9b2cd2a8c66de1df9c37c0b1ca05d961d46ec2097e19ae56a0b25b5050fece4 -SIZE (aMule-SVN-r10792.tar.bz2) = 4603469 +SHA256 (aMule-SVN-r10802.tar.bz2) = c097a61d09ad5a2e9a2a3e82d08ff0aedc1b937fa62902658601319ba50f535e +SIZE (aMule-SVN-r10802.tar.bz2) = 4614274 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 01:02: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 1B26944E; Wed, 28 Nov 2012 01:02:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F245A8FC1B; Wed, 28 Nov 2012 01:02:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS12Uqc098910; Wed, 28 Nov 2012 01:02:30 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS12UiJ098908; Wed, 28 Nov 2012 01:02:30 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201211280102.qAS12UiJ098908@svn.freebsd.org> From: Steve Wills Date: Wed, 28 Nov 2012 01:02:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307871 - head/www/node X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 01:02:31 -0000 Author: swills Date: Wed Nov 28 01:02:30 2012 New Revision: 307871 URL: http://svnweb.freebsd.org/changeset/ports/307871 Log: - Update to 0.8.15 PR: ports/173949 Submitted by: Jin-Sih Lin (maintainer) Feature safe: yes Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Wed Nov 28 00:49:12 2012 (r307870) +++ head/www/node/Makefile Wed Nov 28 01:02:30 2012 (r307871) @@ -6,7 +6,7 @@ # PORTNAME= node -PORTVERSION= 0.8.14 +PORTVERSION= 0.8.15 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Wed Nov 28 00:49:12 2012 (r307870) +++ head/www/node/distinfo Wed Nov 28 01:02:30 2012 (r307871) @@ -1,2 +1,2 @@ -SHA256 (node-v0.8.14.tar.gz) = e5ce2aadb4df3ea4ca7a021106ffe09d286474476454038e9ed0135eac18e6d0 -SIZE (node-v0.8.14.tar.gz) = 11861540 +SHA256 (node-v0.8.15.tar.gz) = 1758639c6df3e081fe26585472d0f1961c5703b44ba6c57ecdf66a4c015792b1 +SIZE (node-v0.8.15.tar.gz) = 11867033 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 02:02: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 5DB50771; Wed, 28 Nov 2012 02:02:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 43C7C8FC14; Wed, 28 Nov 2012 02:02:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS22FsF009241; Wed, 28 Nov 2012 02:02:15 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS22FMB009237; Wed, 28 Nov 2012 02:02:15 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201211280202.qAS22FMB009237@svn.freebsd.org> From: Steve Wills Date: Wed, 28 Nov 2012 02:02:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307872 - in head/irc/inspircd: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 02:02:15 -0000 Author: swills Date: Wed Nov 28 02:02:14 2012 New Revision: 307872 URL: http://svnweb.freebsd.org/changeset/ports/307872 Log: - Update to 2.0.9 PR: ports/173959 Submitted by: Mark Felder (maintainer) Feature safe: yes Modified: head/irc/inspircd/Makefile head/irc/inspircd/distinfo (contents, props changed) head/irc/inspircd/files/patch-src_inspircd.cpp (contents, props changed) head/irc/inspircd/pkg-plist (contents, props changed) Modified: head/irc/inspircd/Makefile ============================================================================== --- head/irc/inspircd/Makefile Wed Nov 28 01:02:30 2012 (r307871) +++ head/irc/inspircd/Makefile Wed Nov 28 02:02:14 2012 (r307872) @@ -6,7 +6,7 @@ # PORTNAME= inspircd -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.9 CATEGORIES= irc MASTER_SITES= http://cloud.github.com/downloads/inspircd/inspircd/ DISTNAME= InspIRCd-${PORTVERSION} @@ -14,6 +14,9 @@ DISTNAME= InspIRCd-${PORTVERSION} MAINTAINER= feld@feld.me COMMENT= A modular C++ IRC daemon +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/docs/COPYING + CONFLICTS= inspircd-1.* USE_BZIP2= yes @@ -39,7 +42,6 @@ CONFIGURE_ARGS= --with-cc=${CXX} --confi --prefix=${PREFIX}/lib/${PORTNAME} --binary-dir=${PREFIX}/bin \ --enable-kqueue --disable-interactive \ --uid=${INSPIRCD_UID} -PORTDOCS= docs/* extras/* OPTIONS_DEFINE= MYSQL PGSQL SQLITE LDAPAUTH LDAPOPER GNUTLS OPENSSL PCRE POSIX OPTIONS_DEFAULT= POSIX @@ -138,6 +140,9 @@ pre-configure: cd ${WRKSRC} && ./${CONFIGURE_SCRIPT} --enable-extras=${EXTRAS} ; \ fi +post-patch: + @${REINPLACE_CMD} -e 's|DATA_PATH "/inspircd.pid"|"/var/run/inspircd/inspircd.pid"|' ${WRKSRC}/src/inspircd.cpp + post-install: @${STRIP_CMD} ${PREFIX}/lib/${PORTNAME}/modules/*.so @${STRIP_CMD} ${PREFIX}/bin/${PORTNAME} Modified: head/irc/inspircd/distinfo ============================================================================== --- head/irc/inspircd/distinfo Wed Nov 28 01:02:30 2012 (r307871) +++ head/irc/inspircd/distinfo Wed Nov 28 02:02:14 2012 (r307872) @@ -1,2 +1,2 @@ -SHA256 (InspIRCd-2.0.8.tar.bz2) = 5fd57df1a2a10f480aefc61272f22fdd8addb5ab3a544582235377b8fa8b9296 -SIZE (InspIRCd-2.0.8.tar.bz2) = 591761 +SHA256 (InspIRCd-2.0.9.tar.bz2) = 25222aa22f51e77e27f594acec0c76d7b8f131b6f167c1f3bd9a6ae6a6c0b214 +SIZE (InspIRCd-2.0.9.tar.bz2) = 595123 Modified: head/irc/inspircd/files/patch-src_inspircd.cpp ============================================================================== --- head/irc/inspircd/files/patch-src_inspircd.cpp Wed Nov 28 01:02:30 2012 (r307871) +++ head/irc/inspircd/files/patch-src_inspircd.cpp Wed Nov 28 02:02:14 2012 (r307872) @@ -1,11 +0,0 @@ ---- src/inspircd.cpp.orig 2010-12-11 15:07:45.000000000 +0900 -+++ src/inspircd.cpp 2010-12-11 15:08:11.000000000 +0900 -@@ -274,7 +274,7 @@ - { - std::string fname(filename); - if (fname.empty()) -- fname = "data/inspircd.pid"; -+ fname = "/var/run/inspircd/inspircd.pid"; - std::ofstream outfile(fname.c_str()); - if (outfile.is_open()) - { Modified: head/irc/inspircd/pkg-plist ============================================================================== --- head/irc/inspircd/pkg-plist Wed Nov 28 01:02:30 2012 (r307871) +++ head/irc/inspircd/pkg-plist Wed Nov 28 02:02:14 2012 (r307872) @@ -218,6 +218,7 @@ lib/inspircd/modules/m_swhois.so lib/inspircd/modules/m_testnet.so lib/inspircd/modules/m_timedbans.so lib/inspircd/modules/m_tline.so +lib/inspircd/modules/m_topiclock.so lib/inspircd/modules/m_uhnames.so lib/inspircd/modules/m_uninvite.so lib/inspircd/modules/m_userip.so From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 02:04: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 114CA9F8; Wed, 28 Nov 2012 02:04:37 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E0DE88FC08; Wed, 28 Nov 2012 02:04:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS24afq009903; Wed, 28 Nov 2012 02:04:36 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS24adR009897; Wed, 28 Nov 2012 02:04:36 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211280204.qAS24adR009897@svn.freebsd.org> From: Bryan Drewery Date: Wed, 28 Nov 2012 02:04:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307873 - in head/lang/basic256: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 02:04:37 -0000 Author: bdrewery Date: Wed Nov 28 02:04:36 2012 New Revision: 307873 URL: http://svnweb.freebsd.org/changeset/ports/307873 Log: - Update to 0.9.9.17 PR: ports/173845 Submitted by: Fernando (maintainer) Feature safe: yes Modified: head/lang/basic256/Makefile head/lang/basic256/distinfo head/lang/basic256/files/patch-BASIC256.pro head/lang/basic256/pkg-plist Modified: head/lang/basic256/Makefile ============================================================================== --- head/lang/basic256/Makefile Wed Nov 28 02:02:14 2012 (r307872) +++ head/lang/basic256/Makefile Wed Nov 28 02:04:36 2012 (r307873) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= basic256 -PORTVERSION= 0.9.9.13 +PORTVERSION= 0.9.9.17 CATEGORIES= lang MASTER_SITES= SF MASTER_SITE_SUBDIR= kidbasic/${PORTNAME} Modified: head/lang/basic256/distinfo ============================================================================== --- head/lang/basic256/distinfo Wed Nov 28 02:02:14 2012 (r307872) +++ head/lang/basic256/distinfo Wed Nov 28 02:04:36 2012 (r307873) @@ -1,2 +1,2 @@ -SHA256 (basic256_0.9.9.13.tgz) = 253ac4c3c2685180fcb6259758823648becfdeb5c518f401cbf155af6e57a680 -SIZE (basic256_0.9.9.13.tgz) = 8042979 +SHA256 (basic256_0.9.9.17.tgz) = f63cc6e9595b9104cd3a2d11cf4035837672514c41136319c2154fb8656e8b1f +SIZE (basic256_0.9.9.17.tgz) = 8065227 Modified: head/lang/basic256/files/patch-BASIC256.pro ============================================================================== --- head/lang/basic256/files/patch-BASIC256.pro Wed Nov 28 02:02:14 2012 (r307872) +++ head/lang/basic256/files/patch-BASIC256.pro Wed Nov 28 02:04:36 2012 (r307873) @@ -1,7 +1,29 @@ ---- BASIC256.pro.orig 2011-08-26 19:37:38.000000000 +0200 -+++ BASIC256.pro 2011-09-03 13:07:27.000000000 +0200 -@@ -62,72 +62,72 @@ - ## rules for make install +--- BASIC256.pro.orig 2012-11-22 23:15:56.000000000 +0100 ++++ BASIC256.pro 2012-11-22 23:17:00.000000000 +0100 +@@ -84,87 +84,87 @@ + #DEFINES += SOUND_DSP + + # Sound - Option 1 - SDL Mixer +- #DEFINES += SOUND_SDL +- #LIBS += -lSDL +- #LIBS += -lSDL_mixer ++ DEFINES += SOUND_SDL ++ LIBS += -lSDL ++ LIBS += -lSDL_mixer + + # Sound - Option 2 - QT Mobility Multimedia AudioOut +- DEFINES += SOUND_QMOBILITY +- QT += mobility +- CONFIG += mobility +- MOBILITY += multimedia ++#DEFINES += SOUND_QMOBILITY ++# QT += mobility ++# CONFIG += mobility ++# MOBILITY += multimedia + + ######## + # rules for make install + ######## examplesDiceFiles.files = ./Examples/dice/*.kbs \ ./Examples/dice/*.wav - examplesDiceFiles.path = /usr/share/basic256/Examples/dice Modified: head/lang/basic256/pkg-plist ============================================================================== --- head/lang/basic256/pkg-plist Wed Nov 28 02:02:14 2012 (r307872) +++ head/lang/basic256/pkg-plist Wed Nov 28 02:04:36 2012 (r307873) @@ -74,6 +74,7 @@ share/basic256/Examples/testing/2dstrarr share/basic256/Examples/testing/KalRGB.kbs share/basic256/Examples/testing/arraylistassign.kbs share/basic256/Examples/testing/beautifytest.kbs +share/basic256/Examples/testing/binaryfileio.kbs share/basic256/Examples/testing/counttest.kbs share/basic256/Examples/testing/explodetest.kbs share/basic256/Examples/testing/fontdemo.kbs @@ -98,6 +99,7 @@ share/basic256/Examples/testing/testmodu share/basic256/Examples/testing/testplusplus.kbs share/basic256/Examples/testing/testplusplus2.kbs share/basic256/Examples/testing/testsubroutinebyref.kbs +share/basic256/Examples/testing/testsuite.kbs share/basic256/Examples/testing/testtextfont.kbs share/basic256/Examples/testing/testtime.kbs share/basic256/Examples/testing/uaarray.kbs From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 02:24: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 B4D9B18B; Wed, 28 Nov 2012 02:24:34 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 80DA48FC08; Wed, 28 Nov 2012 02:24:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS2OY8l013921; Wed, 28 Nov 2012 02:24:34 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS2OYBY013919; Wed, 28 Nov 2012 02:24:34 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201211280224.qAS2OYBY013919@svn.freebsd.org> From: Maho Nakata Date: Wed, 28 Nov 2012 02:24:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307874 - head/editors/openoffice-3-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 02:24:34 -0000 Author: maho Date: Wed Nov 28 02:24:34 2012 New Revision: 307874 URL: http://svnweb.freebsd.org/changeset/ports/307874 Log: Update to svn 1412710. Feature safe: yes Modified: head/editors/openoffice-3-devel/Makefile head/editors/openoffice-3-devel/distinfo Modified: head/editors/openoffice-3-devel/Makefile ============================================================================== --- head/editors/openoffice-3-devel/Makefile Wed Nov 28 02:04:36 2012 (r307873) +++ head/editors/openoffice-3-devel/Makefile Wed Nov 28 02:24:34 2012 (r307874) @@ -68,7 +68,7 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh OOOSRC= ApacheOpenOffice.r${SVNREVISION}${EXTRACT_SUFX} EXTSRC= ApacheOpenOffice.ext_sources.r${SVNREVISION}${EXTRACT_SUFX} OOODIR= openoffice.org3 -SVNREVISION= 1405434 +SVNREVISION= 1412710 INSTALLATION_BASEDIR?= openoffice-r${SVNREVISION} EXECBASE?= openoffice-r${SVNREVISION} DIST_SUBDIR= openoffice Modified: head/editors/openoffice-3-devel/distinfo ============================================================================== --- head/editors/openoffice-3-devel/distinfo Wed Nov 28 02:04:36 2012 (r307873) +++ head/editors/openoffice-3-devel/distinfo Wed Nov 28 02:24:34 2012 (r307874) @@ -1,6 +1,6 @@ -SHA256 (openoffice/ApacheOpenOffice.r1405434.tar.bz2) = e6fd10009c0e6c9c18f0ad2096e98e9ef2835e8ff55e4110ccd53ad7ef21cce6 -SIZE (openoffice/ApacheOpenOffice.r1405434.tar.bz2) = 283315848 -SHA256 (openoffice/ApacheOpenOffice.ext_sources.r1405434.tar.bz2) = 085da3f2aa2233c92fe9f5c8cf2155bb6148feb5bbb110ba4f7c4c8c58a8878a -SIZE (openoffice/ApacheOpenOffice.ext_sources.r1405434.tar.bz2) = 84307364 +SHA256 (openoffice/ApacheOpenOffice.r1412710.tar.bz2) = 76626fcbe07fdf504ffb58e634d60bee6c110786a2e8d18c1a41560584ffc3fa +SIZE (openoffice/ApacheOpenOffice.r1412710.tar.bz2) = 283249490 +SHA256 (openoffice/ApacheOpenOffice.ext_sources.r1412710.tar.bz2) = f66b031e57c41bdf8f460ca27db8f303243bc083105c4d95e75a9adec9db17d3 +SIZE (openoffice/ApacheOpenOffice.ext_sources.r1412710.tar.bz2) = 84306931 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice/unowinreg.dll) = 6144 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 02:41: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 AE53B892; Wed, 28 Nov 2012 02:41:41 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8D08C8FC0C; Wed, 28 Nov 2012 02:41:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS2ffOX017003; Wed, 28 Nov 2012 02:41:41 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS2ff34017001; Wed, 28 Nov 2012 02:41:41 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201211280241.qAS2ff34017001@svn.freebsd.org> From: Steve Wills Date: Wed, 28 Nov 2012 02:41:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307875 - head/news/sabnzbdplus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 02:41:41 -0000 Author: swills Date: Wed Nov 28 02:41:41 2012 New Revision: 307875 URL: http://svnweb.freebsd.org/changeset/ports/307875 Log: - Update to 0.7.6 PR: ports/173908 Submitted by: Mark Felder (maintainer) Feature safe: yes Modified: head/news/sabnzbdplus/Makefile head/news/sabnzbdplus/distinfo Modified: head/news/sabnzbdplus/Makefile ============================================================================== --- head/news/sabnzbdplus/Makefile Wed Nov 28 02:24:34 2012 (r307874) +++ head/news/sabnzbdplus/Makefile Wed Nov 28 02:41:41 2012 (r307875) @@ -6,7 +6,7 @@ # PORTNAME= sabnzbdplus -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= news MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= SABnzbd-${PORTVERSION}-src Modified: head/news/sabnzbdplus/distinfo ============================================================================== --- head/news/sabnzbdplus/distinfo Wed Nov 28 02:24:34 2012 (r307874) +++ head/news/sabnzbdplus/distinfo Wed Nov 28 02:41:41 2012 (r307875) @@ -1,2 +1,2 @@ -SHA256 (SABnzbd-0.7.5-src.tar.gz) = 4c4573fd5bff6720ffa301d75c62a496e4e1ff89858977711adc3cffddc16ee5 -SIZE (SABnzbd-0.7.5-src.tar.gz) = 2261402 +SHA256 (SABnzbd-0.7.6-src.tar.gz) = e2b3cd5c571b7bb4413693a178669b2a7fcb1b5c707b5228a818fc4c9b0ee6b8 +SIZE (SABnzbd-0.7.6-src.tar.gz) = 2263486 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 03:04: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 01246DFD; Wed, 28 Nov 2012 03:04:23 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DA8D48FC08; Wed, 28 Nov 2012 03:04:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS34Mad021247; Wed, 28 Nov 2012 03:04:22 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS34MoE021246; Wed, 28 Nov 2012 03:04:22 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201211280304.qAS34MoE021246@svn.freebsd.org> From: Eitan Adler Date: Wed, 28 Nov 2012 03:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307876 - head/audio/firefly X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 03:04:23 -0000 Author: eadler Date: Wed Nov 28 03:04:22 2012 New Revision: 307876 URL: http://svnweb.freebsd.org/changeset/ports/307876 Log: firefly fails to compile with clang PR: ports/173593 Submitted by: Kimmo Paasiala Approved by: Mark Foster (maintainer) Feature safe: yes Modified: head/audio/firefly/Makefile Modified: head/audio/firefly/Makefile ============================================================================== --- head/audio/firefly/Makefile Wed Nov 28 02:41:41 2012 (r307875) +++ head/audio/firefly/Makefile Wed Nov 28 03:04:22 2012 (r307876) @@ -45,6 +45,8 @@ PLIST_SUB+= DAAPD_DBDIR=${DAAPD_DBDIR} USE_LDCONFIG= yes +USE_GCC= any + OPTIONS= JAPANESE "Japanese support in ID3 tags" off .include From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 03:23: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 058615BF; Wed, 28 Nov 2012 03:23:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DBAFB8FC08; Wed, 28 Nov 2012 03:23:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS3Nk8F024893; Wed, 28 Nov 2012 03:23:46 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS3NkBk024888; Wed, 28 Nov 2012 03:23:46 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201211280323.qAS3NkBk024888@svn.freebsd.org> From: Steve Wills Date: Wed, 28 Nov 2012 03:23:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307877 - in head/games: . gtkevemon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 03:23:47 -0000 Author: swills Date: Wed Nov 28 03:23:46 2012 New Revision: 307877 URL: http://svnweb.freebsd.org/changeset/ports/307877 Log: An EVE Online skill monitoring standalone application. WWW: http://gtkevemon.battleclinic.com PR: ports/173909 Feature safe: yes Added: head/games/gtkevemon/ head/games/gtkevemon/Makefile (contents, props changed) head/games/gtkevemon/distinfo (contents, props changed) head/games/gtkevemon/pkg-descr (contents, props changed) head/games/gtkevemon/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Wed Nov 28 03:04:22 2012 (r307876) +++ head/games/Makefile Wed Nov 28 03:23:46 2012 (r307877) @@ -361,6 +361,7 @@ SUBDIR += gti SUBDIR += gtkatlantic SUBDIR += gtkballs + SUBDIR += gtkevemon SUBDIR += gtklife SUBDIR += gtkpool SUBDIR += gtkradiant Added: head/games/gtkevemon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gtkevemon/Makefile Wed Nov 28 03:23:46 2012 (r307877) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= gtkevemon +DISTVERSION= 1.8-135 +CATEGORIES= games +MASTER_SITES= https://bitbucket.org/BattleClinic/${PORTNAME}/get/ +DISTNAME= Version%20${DISTVERSION} + +MAINTAINER= feld@feld.me +COMMENT= A skill monitoring standalone application for EVE Online + +LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 + +FETCH_ARGS= -pRr +CHANGESET= 8fa5c0b5f16b +WRKSRC= ${WRKDIR}/BattleClinic-${PORTNAME}-${CHANGESET}/${PORTNAME} + +USE_GNOME= gtk20 libxml2 +USE_GMAKE= yes +USE_PKGCONFIG= both +USE_OPENSSL= yes + +.include + +post-patch: + @${REINPLACE_CMD} -e 's|$$(shell pkg-config --libs openssl)|-L${OPENSSLLIB} -lssl -lcrypto|' ${WRKSRC}/src/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/gtkevemon ${PREFIX}/bin/gtkevemon + ${MKDIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/icon/gtkevemon.desktop ${PREFIX}/share/applications/gtkevemon.desktop + ${MKDIR} ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/icon/gtkevemon.png ${PREFIX}/share/pixmaps/gtkevemon.png + +.include Added: head/games/gtkevemon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gtkevemon/distinfo Wed Nov 28 03:23:46 2012 (r307877) @@ -0,0 +1,2 @@ +SHA256 (Version%201.8-135.tar.gz) = b2608c37a8b2c3d9f696db74dfdde809c72010c3aecde9162eb1d68215096e84 +SIZE (Version%201.8-135.tar.gz) = 306699 Added: head/games/gtkevemon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gtkevemon/pkg-descr Wed Nov 28 03:23:46 2012 (r307877) @@ -0,0 +1,3 @@ +An EVE Online skill monitoring standalone application. + +WWW: http://gtkevemon.battleclinic.com Added: head/games/gtkevemon/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gtkevemon/pkg-plist Wed Nov 28 03:23:46 2012 (r307877) @@ -0,0 +1,4 @@ +share/applications/gtkevemon.desktop +share/pixmaps/gtkevemon.png +bin/gtkevemon +@dirrmtry share/applications From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 03:35: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 C14BF97E; Wed, 28 Nov 2012 03:35:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A4DF98FC14; Wed, 28 Nov 2012 03:35:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS3Z5Ef026702; Wed, 28 Nov 2012 03:35:05 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS3Z5km026698; Wed, 28 Nov 2012 03:35:05 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201211280335.qAS3Z5km026698@svn.freebsd.org> From: Steve Wills Date: Wed, 28 Nov 2012 03:35:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307878 - in head/databases/py-redis: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 03:35:05 -0000 Author: swills Date: Wed Nov 28 03:35:05 2012 New Revision: 307878 URL: http://svnweb.freebsd.org/changeset/ports/307878 Log: - Update to 2.7.0 - Add CHEESESHOP as primary MASTERSITE - Remove LICENSE_FILE for those in bsd.licenses.db.mk - Whitespace alignment - Add HIREDIS OPTIONng - Use easy_install (make tests easier to run) - Add zip_safe=False to setup.py - Update and sort pkg-plist - Replace dirrmtry with dirrm - New Makefile header convention - Give maintainership to submitter PR: ports/172481 Submitted by: Kubilay Kocak Approved by: clsung via IRC Feature safe: yes Modified: head/databases/py-redis/Makefile (contents, props changed) head/databases/py-redis/distinfo (contents, props changed) head/databases/py-redis/files/patch-setup.py (contents, props changed) head/databases/py-redis/pkg-plist (contents, props changed) Modified: head/databases/py-redis/Makefile ============================================================================== --- head/databases/py-redis/Makefile Wed Nov 28 03:23:46 2012 (r307877) +++ head/databases/py-redis/Makefile Wed Nov 28 03:35:05 2012 (r307878) @@ -1,23 +1,30 @@ -# New ports collection makefile for: py-redis -# Date created: 18 March 2011 -# Whom: Cheng-Lung Sung -# +# Created by: Cheng-Lung Sung # $FreeBSD$ -# PORTNAME= redis -PORTVERSION= 2.4.13 +PORTVERSION= 2.7.0 CATEGORIES= databases python -MASTER_SITES= http://cloud.github.com/downloads/andymccurdy/redis-py/ +MASTER_SITES= CHEESESHOP \ + http://cloud.github.com/downloads/andymccurdy/redis-py/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= clsung@FreeBSD.org +MAINTAINER= koobs.freebsd@gmail.com COMMENT= Python client for Redis key-value store LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PYTHON= yes -USE_PYDISTUTILS=yes +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +OPTIONS_DEFINE= HIREDIS +HIREDIS_DESC= Add py-hiredis C extension support +# bypass infrastructure bug +OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options + +.include + +.if ${PORT_OPTIONS:MHIREDIS} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}hiredis>0:${PORTSDIR}/databases/py-hiredis +.endif .include Modified: head/databases/py-redis/distinfo ============================================================================== --- head/databases/py-redis/distinfo Wed Nov 28 03:23:46 2012 (r307877) +++ head/databases/py-redis/distinfo Wed Nov 28 03:35:05 2012 (r307878) @@ -1,2 +1,2 @@ -SHA256 (redis-2.4.13.tar.gz) = 365285e161395344edc629a2e108f6bb0983e96d9b5012dab1f76cec2379a09a -SIZE (redis-2.4.13.tar.gz) = 29329 +SHA256 (redis-2.7.0.tar.gz) = 0a6d3ff3d83ade3fb3f2f7392414e43237af61d92ce783cae05b9d1ac40f0e91 +SIZE (redis-2.7.0.tar.gz) = 39229 Modified: head/databases/py-redis/files/patch-setup.py ============================================================================== --- head/databases/py-redis/files/patch-setup.py Wed Nov 28 03:23:46 2012 (r307877) +++ head/databases/py-redis/files/patch-setup.py Wed Nov 28 03:35:05 2012 (r307878) @@ -1,14 +1,22 @@ ---- ./setup.py.orig 2012-05-27 06:05:41.000000000 +1000 -+++ ./setup.py 2012-05-27 06:05:49.000000000 +1000 -@@ -30,10 +30,7 @@ - 'Programming Language :: Python'], - } +--- ./setup.py.orig 2012-08-10 08:48:07.000000000 +1000 ++++ ./setup.py 2012-08-15 22:27:30.000000000 +1000 +@@ -3,10 +3,7 @@ + + from redis import __version__ -try: - from setuptools import setup -except ImportError: - from distutils.core import setup -+from distutils.core import setup - - setup(**sdict) ++from setuptools import setup + f = open(os.path.join(os.path.dirname(__file__), 'README.md')) + long_description = f.read() +@@ -41,5 +38,6 @@ + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', +- ] ++ ], ++ zip_safe=False, + ) Modified: head/databases/py-redis/pkg-plist ============================================================================== --- head/databases/py-redis/pkg-plist Wed Nov 28 03:23:46 2012 (r307877) +++ head/databases/py-redis/pkg-plist Wed Nov 28 03:35:05 2012 (r307878) @@ -1,17 +1,27 @@ @comment $FreeBSD$ -%%PYTHON_SITELIBDIR%%/redis/__init__.py -%%PYTHON_SITELIBDIR%%/redis/__init__.pyc -%%PYTHON_SITELIBDIR%%/redis/__init__.pyo -%%PYTHON_SITELIBDIR%%/redis/client.py -%%PYTHON_SITELIBDIR%%/redis/client.pyc -%%PYTHON_SITELIBDIR%%/redis/client.pyo -%%PYTHON_SITELIBDIR%%/redis/connection.py -%%PYTHON_SITELIBDIR%%/redis/connection.pyc -%%PYTHON_SITELIBDIR%%/redis/connection.pyo -%%PYTHON_SITELIBDIR%%/redis/exceptions.py -%%PYTHON_SITELIBDIR%%/redis/exceptions.pyc -%%PYTHON_SITELIBDIR%%/redis/exceptions.pyo -%%PYTHON_SITELIBDIR%%/redis/utils.py -%%PYTHON_SITELIBDIR%%/redis/utils.pyc -%%PYTHON_SITELIBDIR%%/redis/utils.pyo -@dirrmtry %%PYTHON_SITELIBDIR%%/redis +%%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/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/_compat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/_compat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/_compat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/client.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/client.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/client.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/exceptions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/exceptions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/exceptions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis/utils.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/redis +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 04:47: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 358AF92; Wed, 28 Nov 2012 04:47:10 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 174358FC12; Wed, 28 Nov 2012 04:47:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS4l9eO038929; Wed, 28 Nov 2012 04:47:09 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS4l9qS038926; Wed, 28 Nov 2012 04:47:09 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211280447.qAS4l9qS038926@svn.freebsd.org> From: Bryan Drewery Date: Wed, 28 Nov 2012 04:47:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307879 - head/graphics/yed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 04:47:10 -0000 Author: bdrewery Date: Wed Nov 28 04:47:09 2012 New Revision: 307879 URL: http://svnweb.freebsd.org/changeset/ports/307879 Log: - Update to 3.10 - Trim header PR: ports/173836 Submitted by: Eugene Mychlo (maintainer) Feature safe: yes Modified: head/graphics/yed/Makefile head/graphics/yed/distinfo head/graphics/yed/pkg-plist Modified: head/graphics/yed/Makefile ============================================================================== --- head/graphics/yed/Makefile Wed Nov 28 03:35:05 2012 (r307878) +++ head/graphics/yed/Makefile Wed Nov 28 04:47:09 2012 (r307879) @@ -1,12 +1,8 @@ -# New ports collection makefile for: yed -# Date created: 15 Jan 2010 -# Whom: Eugene Mychlo -# +# Created by: Eugene Mychlo # $FreeBSD$ -# PORTNAME= yed -PORTVERSION= 3.9.2 +PORTVERSION= 3.10 CATEGORIES= graphics java MASTER_SITES= # DISTNAME= yEd-${PORTVERSION} @@ -43,6 +39,7 @@ IGNORE= you must manually obtain ${DISTN do-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/vectorgraphics.jar ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/license.html ${DATADIR} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin Modified: head/graphics/yed/distinfo ============================================================================== --- head/graphics/yed/distinfo Wed Nov 28 03:35:05 2012 (r307878) +++ head/graphics/yed/distinfo Wed Nov 28 04:47:09 2012 (r307879) @@ -1,2 +1,2 @@ -SHA256 (yEd-3.9.2.zip) = 057e8a023b577d60ad8faa09c05eb8577477ca5468c27a374dfdfc86d39bfdfb -SIZE (yEd-3.9.2.zip) = 24557329 +SHA256 (yEd-3.10.zip) = b88b1bf775475f66eb1c4eb11ca438d9c7391c1476c414f7da932497ab0c8dd5 +SIZE (yEd-3.10.zip) = 24797942 Modified: head/graphics/yed/pkg-plist ============================================================================== --- head/graphics/yed/pkg-plist Wed Nov 28 03:35:05 2012 (r307878) +++ head/graphics/yed/pkg-plist Wed Nov 28 04:47:09 2012 (r307879) @@ -1,4 +1,5 @@ %%DATADIR%%/yed.jar +%%DATADIR%%/vectorgraphics.jar %%DATADIR%%/license.html bin/yed @dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 05: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 991E8323; Wed, 28 Nov 2012 05:14:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7E8948FC08; Wed, 28 Nov 2012 05:14:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS5EZO1043904; Wed, 28 Nov 2012 05:14:35 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS5EZQK043901; Wed, 28 Nov 2012 05:14:35 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211280514.qAS5EZQK043901@svn.freebsd.org> From: Bryan Drewery Date: Wed, 28 Nov 2012 05:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307880 - head/devel/git-review X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 05:14:35 -0000 Author: bdrewery Date: Wed Nov 28 05:14:35 2012 New Revision: 307880 URL: http://svnweb.freebsd.org/changeset/ports/307880 Log: - Update to 1.20 PR: ports/173862 Submitted by: Sébastien Santoro (maintainer) Feature safe: yes Modified: head/devel/git-review/Makefile head/devel/git-review/distinfo Modified: head/devel/git-review/Makefile ============================================================================== --- head/devel/git-review/Makefile Wed Nov 28 04:47:09 2012 (r307879) +++ head/devel/git-review/Makefile Wed Nov 28 05:14:35 2012 (r307880) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= git-review -PORTVERSION= 1.18 +PORTVERSION= 1.20 CATEGORIES= devel python MASTER_SITES= CHEESESHOP MASTER_SITE_SUBDIR= source/g/${PORTNAME} Modified: head/devel/git-review/distinfo ============================================================================== --- head/devel/git-review/distinfo Wed Nov 28 04:47:09 2012 (r307879) +++ head/devel/git-review/distinfo Wed Nov 28 05:14:35 2012 (r307880) @@ -1,2 +1,2 @@ -SHA256 (git-review-1.18.tar.gz) = 682b434a2eaf40e172728a9012bd0e461b892784f266e4829f55e3480f588772 -SIZE (git-review-1.18.tar.gz) = 17062 +SHA256 (git-review-1.20.tar.gz) = c42857cb5f9f36e09b9dbb933a654bb89dc4ba9e5b4d25caf6bb813002ecbd10 +SIZE (git-review-1.20.tar.gz) = 16020 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 05:36: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 6265C7B5; Wed, 28 Nov 2012 05:36:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 28C198FC0C; Wed, 28 Nov 2012 05:36:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS5aZ5Y048189; Wed, 28 Nov 2012 05:36:35 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS5aZd0048187; Wed, 28 Nov 2012 05:36:35 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211280536.qAS5aZd0048187@svn.freebsd.org> From: Bryan Drewery Date: Wed, 28 Nov 2012 05:36:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307881 - head/sysutils/fusefs-exfat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 05:36:36 -0000 Author: bdrewery Date: Wed Nov 28 05:36:35 2012 New Revision: 307881 URL: http://svnweb.freebsd.org/changeset/ports/307881 Log: - Update to 0.9.8 [1] - Trim header - Remove ABI versions from LIB_DEPENDS PR: ports/173961 [1] Submitted by: Alex Samorukov (maintainer) [1] Feature safe: yes Modified: head/sysutils/fusefs-exfat/Makefile head/sysutils/fusefs-exfat/distinfo Modified: head/sysutils/fusefs-exfat/Makefile ============================================================================== --- head/sysutils/fusefs-exfat/Makefile Wed Nov 28 05:14:35 2012 (r307880) +++ head/sysutils/fusefs-exfat/Makefile Wed Nov 28 05:36:35 2012 (r307881) @@ -1,12 +1,8 @@ -# New ports collection makefile for: fusefs-exfat -# Date created: 2012-01-25 -# Whom: Alex Samorukov -# +# Created by: Alex Samorukov # $FreeBSD$ -# PORTNAME= exfat -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= fusefs- @@ -17,8 +13,8 @@ COMMENT= A full-featured exFAT FS implem LICENSE= GPLv3 -LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ - ublio.1:${PORTSDIR}/devel/libublio +LIB_DEPENDS= fuse:${PORTSDIR}/sysutils/fusefs-libs \ + ublio:${PORTSDIR}/devel/libublio RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod USE_ICONV= yes Modified: head/sysutils/fusefs-exfat/distinfo ============================================================================== --- head/sysutils/fusefs-exfat/distinfo Wed Nov 28 05:14:35 2012 (r307880) +++ head/sysutils/fusefs-exfat/distinfo Wed Nov 28 05:36:35 2012 (r307881) @@ -1,2 +1,2 @@ -SHA256 (fuse-exfat-0.9.7.tar.gz) = 7db7035fe25cb46aa4ac553705726b3c0ef1546e60080a59792de9e5b7f5b919 -SIZE (fuse-exfat-0.9.7.tar.gz) = 37871 +SHA256 (fuse-exfat-0.9.8.tar.gz) = ecae22203461e508d53389617c17d22f68c1b565c700d7663ce67bc4a710e903 +SIZE (fuse-exfat-0.9.8.tar.gz) = 38286 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 05:41: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 410C69C1; Wed, 28 Nov 2012 05:41:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA1E8FC0C; Wed, 28 Nov 2012 05:41:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS5flkh049004; Wed, 28 Nov 2012 05:41:47 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS5flfS049002; Wed, 28 Nov 2012 05:41:47 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211280541.qAS5flfS049002@svn.freebsd.org> From: Bryan Drewery Date: Wed, 28 Nov 2012 05:41:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307882 - head/sysutils/exfat-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 05:41:48 -0000 Author: bdrewery Date: Wed Nov 28 05:41:47 2012 New Revision: 307882 URL: http://svnweb.freebsd.org/changeset/ports/307882 Log: - Update to 0.9.8 [1] - Trim header - Remove ABI versions form LIB_DEPENDS PR: ports/173960 [1] Submitted by: Alex Samorukov (maintainer) [1] Feature safe: yes Modified: head/sysutils/exfat-utils/Makefile head/sysutils/exfat-utils/distinfo Modified: head/sysutils/exfat-utils/Makefile ============================================================================== --- head/sysutils/exfat-utils/Makefile Wed Nov 28 05:36:35 2012 (r307881) +++ head/sysutils/exfat-utils/Makefile Wed Nov 28 05:41:47 2012 (r307882) @@ -1,12 +1,8 @@ -# New ports collection makefile for: exfat-utils -# Date created: 2012-01-25 -# Whom: Alex Samorukov -# +# Created by: Alex Samorukov # $FreeBSD$ -# PORTNAME= exfat-utils -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE @@ -15,7 +11,7 @@ COMMENT= Utilities to create, check, lab LICENSE= GPLv3 -LIB_DEPENDS= ublio.1:${PORTSDIR}/devel/libublio +LIB_DEPENDS= ublio:${PORTSDIR}/devel/libublio PROJECTHOST= exfat Modified: head/sysutils/exfat-utils/distinfo ============================================================================== --- head/sysutils/exfat-utils/distinfo Wed Nov 28 05:36:35 2012 (r307881) +++ head/sysutils/exfat-utils/distinfo Wed Nov 28 05:41:47 2012 (r307882) @@ -1,2 +1,2 @@ -SHA256 (exfat-utils-0.9.7.tar.gz) = 4bf3dc727540736b404c266ed0b91f7f0fe45df97fd2e581c58cb8abfc46c18a -SIZE (exfat-utils-0.9.7.tar.gz) = 49955 +SHA256 (exfat-utils-0.9.8.tar.gz) = 97d8c77e048d0fdc2e5425ff22a139306ce3f1575b58e56c26bb968930a423bb +SIZE (exfat-utils-0.9.8.tar.gz) = 51557 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 05: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 1030CB26; Wed, 28 Nov 2012 05:48:11 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E597C8FC08; Wed, 28 Nov 2012 05:48:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS5mAhN050007; Wed, 28 Nov 2012 05:48:10 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS5mAxo050006; Wed, 28 Nov 2012 05:48:10 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201211280548.qAS5mAxo050006@svn.freebsd.org> From: Alex Kozlov Date: Wed, 28 Nov 2012 05:48:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307883 - head/comms/morse X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 05:48:11 -0000 Author: ak Date: Wed Nov 28 05:48:10 2012 New Revision: 307883 URL: http://svnweb.freebsd.org/changeset/ports/307883 Log: - Convert tab to space after Created by: - Use standard option name for pulseaudio Suggested by: danfe Approved by: Stephen Hurd (maintainer) Feature safe: yes Modified: head/comms/morse/Makefile Modified: head/comms/morse/Makefile ============================================================================== --- head/comms/morse/Makefile Wed Nov 28 05:41:47 2012 (r307882) +++ head/comms/morse/Makefile Wed Nov 28 05:48:10 2012 (r307883) @@ -1,4 +1,4 @@ -# Created by: Stephen Hurd +# Created by: Stephen Hurd # $FreeBSD$ PORTNAME= morse @@ -14,12 +14,12 @@ PLIST_FILES= bin/morsec \ bin/QSO OPTIONS_SINGLE= SOUND -OPTIONS_SINGLE_SOUND= OSS X11 PA +OPTIONS_SINGLE_SOUND= OSS X11 PULSEAUDIO OPTIONS_DEFAULT= OSS OSS_DESC= Beep using OSS (/dev/dsp) X11_DESC= Beep using X server -PA_DESC= Beep using Pulse Audio +PULSEAUDIO_DESC= Beep using Pulse Audio .include @@ -32,7 +32,7 @@ USE_XORG= x11 CFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib -.elif ${PORT_OPTIONS:MPA} +.elif ${PORT_OPTIONS:MPULSEAUDIO} MAKE_FLAGS+= DEVICE=PA LIB_DEPENDS+= pulse-simple:${PORTSDIR}/audio/pulseaudio USE_GNOME= pkgconfig From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 05:52: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 77CDFC25; Wed, 28 Nov 2012 05:52:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4EA918FC08; Wed, 28 Nov 2012 05:52:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS5qmkP050759; Wed, 28 Nov 2012 05:52:48 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS5qmpY050756; Wed, 28 Nov 2012 05:52:48 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211280552.qAS5qmpY050756@svn.freebsd.org> From: Bryan Drewery Date: Wed, 28 Nov 2012 05:52:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307884 - head/devel/lmdbg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 05:52:48 -0000 Author: bdrewery Date: Wed Nov 28 05:52:47 2012 New Revision: 307884 URL: http://svnweb.freebsd.org/changeset/ports/307884 Log: - Update to 1.1.0 [1] - Trim header Changes: Version -> 1.1.0 Fix in regression tests. Now "make test" exits with non-zero status if something fails. lmdbg-run: - Zero addresses are removed from stacktraces generated by glibc's backtrace(3). This fixes asserts in lmdbg-stat(1). - Double "0x" in "info section" were fixed (seen on NetBSD). - backtrace(3) from libexecinfo is used instead of builtin implementation if the library and execinfo.h are available (FreeBSD, NetBSD). lmdbg-sym: - Fixes. Sometimes addresses were converted to symbols incorrectly. The problem was seen on modern Linux distros with recent gdb(1). lmdbg-stat: - Now incompletly read lines (having no LF in the end) are ignored. This fixes crashes and therefore empty output or lmdbg(1) when analysed program is killed. - Alternative implementation written in awk was removed. Build infrastructure was converted to 2-level dirs. This requires mk-configure>=0.23.0 for build. Minor clean-ups in man pages and Makefiles. PR: ports/173706 [1] Submitted by: trociny (maintainer) [1] Feature safe: yes Modified: head/devel/lmdbg/Makefile head/devel/lmdbg/distinfo Modified: head/devel/lmdbg/Makefile ============================================================================== --- head/devel/lmdbg/Makefile Wed Nov 28 05:48:10 2012 (r307883) +++ head/devel/lmdbg/Makefile Wed Nov 28 05:52:47 2012 (r307884) @@ -1,12 +1,8 @@ -# New ports collection makefile for: lmdbg -# Date created: 14 March 2009 -# Whom: Mikolaj Golub -# +# Created by: Mikolaj Golub # $FreeBSD$ -# PORTNAME= lmdbg -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -15,7 +11,7 @@ COMMENT= Lightweight malloc debugger LICENSE= MIT -BUILD_DEPENDS= mk-configure>=0.20:${PORTSDIR}/devel/mk-configure +BUILD_DEPENDS= mk-configure>=0.23:${PORTSDIR}/devel/mk-configure LIB_DEPENDS= Judy:${PORTSDIR}/devel/judy RUN_DEPENDS= runawk:${PORTSDIR}/lang/runawk \ ${LOCALBASE}/bin/pipestatus:${PORTSDIR}/devel/pipestatus @@ -24,7 +20,7 @@ USE_LDCONFIG= yes MKCMAKE?= ${LOCALBASE}/bin/mkcmake -PORTDOCS= LICENSE NEWS README TODO +PORTDOCS= ChangeLog LICENSE NEWS README TODO MAN1= lmdbg-run.1 lmdbg-leaks.1 lmdbg-sysleaks.1 lmdbg-sym.1 lmdbg.1 \ lmdbg-stat.1 lmdbg-grep.1 lmdbg-sort.1 Modified: head/devel/lmdbg/distinfo ============================================================================== --- head/devel/lmdbg/distinfo Wed Nov 28 05:48:10 2012 (r307883) +++ head/devel/lmdbg/distinfo Wed Nov 28 05:52:47 2012 (r307884) @@ -1,2 +1,2 @@ -SHA256 (lmdbg-1.0.0.tar.gz) = 53eb3bde848b7d88f0ed5ca15874fe8a20759c8153def1f3ccb6410a5ab0e9f6 -SIZE (lmdbg-1.0.0.tar.gz) = 51416 +SHA256 (lmdbg-1.1.0.tar.gz) = d4b01d6214ed8180972496ac7def48689f453ac15a6ee421b0400847b66b2b2c +SIZE (lmdbg-1.1.0.tar.gz) = 71692 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 06: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 E106B459; Wed, 28 Nov 2012 06:53:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C72C18FC15; Wed, 28 Nov 2012 06:53:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS6r3qp060566; Wed, 28 Nov 2012 06:53:03 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS6r3ak060565; Wed, 28 Nov 2012 06:53:03 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211280653.qAS6r3ak060565@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 06:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307885 - head/audio/abcde X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 06:53:04 -0000 Author: bapt Date: Wed Nov 28 06:53:03 2012 New Revision: 307885 URL: http://svnweb.freebsd.org/changeset/ports/307885 Log: Back to the pool as I have no time for it anymore While here remove useless quotes in some options descriptions Feature safe: yes Modified: head/audio/abcde/Makefile Modified: head/audio/abcde/Makefile ============================================================================== --- head/audio/abcde/Makefile Wed Nov 28 05:52:47 2012 (r307884) +++ head/audio/abcde/Makefile Wed Nov 28 06:53:03 2012 (r307885) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Front-end shell script to encode CDs in flac/mp3/ogg/speex format LICENSE= GPLv2 @@ -28,7 +28,7 @@ OPTIONS_DEFINE= CDDA2WAV DAGRAB EJECT FL EJECT_DESC?= Enable auto-eject support NORMALIZE_DESC?= Enable normalize support -REPLAYGAIN_DESC?= "Enable (vorbis|mp3)gain support" +REPLAYGAIN_DESC?= Enable (vorbis|mp3)gain support .include From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 07:39:29 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 A14F3F1C; Wed, 28 Nov 2012 07:39:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4458FC13; Wed, 28 Nov 2012 07:39:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS7dTHF068577; Wed, 28 Nov 2012 07:39:29 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS7dTFc068574; Wed, 28 Nov 2012 07:39:29 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211280739.qAS7dTFc068574@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 07:39:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307886 - head/multimedia/libass X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 07:39:29 -0000 Author: bapt Date: Wed Nov 28 07:39:29 2012 New Revision: 307886 URL: http://svnweb.freebsd.org/changeset/ports/307886 Log: - Update to 0.10.1 - Trim header - Remove ABI versions form LIB_DEPENDS Feature safe: yes Modified: head/multimedia/libass/Makefile head/multimedia/libass/distinfo Modified: head/multimedia/libass/Makefile ============================================================================== --- head/multimedia/libass/Makefile Wed Nov 28 06:53:03 2012 (r307885) +++ head/multimedia/libass/Makefile Wed Nov 28 07:39:29 2012 (r307886) @@ -1,12 +1,7 @@ -# New ports collection makefile for: libass -# Date created: 2011-03-23 -# Whom: Baptiste Daroussin -# # $FreeBSD$ -# PORTNAME= libass -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= multimedia devel MASTER_SITES= GOOGLE_CODE @@ -15,11 +10,11 @@ COMMENT= Portable ASS/SSA subtitle rende LICENSE= ISCL -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - enca.5:${PORTSDIR}/converters/enca \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - expat.6:${PORTSDIR}/textproc/expat2 \ - fribidi.3:${PORTSDIR}/converters/fribidi +LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ + enca:${PORTSDIR}/converters/enca \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + expat:${PORTSDIR}/textproc/expat2 \ + fribidi:${PORTSDIR}/converters/fribidi USE_GNOME= gnomehack USE_PKGCONFIG= build Modified: head/multimedia/libass/distinfo ============================================================================== --- head/multimedia/libass/distinfo Wed Nov 28 06:53:03 2012 (r307885) +++ head/multimedia/libass/distinfo Wed Nov 28 07:39:29 2012 (r307886) @@ -1,2 +1,2 @@ -SHA256 (libass-0.10.0.tar.xz) = 4da592020f6d7db889ec7bb09a2c78afa17b18eb86b9ffc6237d5a575ebd7541 -SIZE (libass-0.10.0.tar.xz) = 256780 +SHA256 (libass-0.10.1.tar.xz) = fbf287ac6d0dbdf015783b7354280ad8371c106326ad3f77a99471bc5aa18210 +SIZE (libass-0.10.1.tar.xz) = 257792 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 07:57: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 A29753C9; Wed, 28 Nov 2012 07:57:12 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 882308FC13; Wed, 28 Nov 2012 07:57:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS7vC7Q071633; Wed, 28 Nov 2012 07:57:12 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS7vCf2071631; Wed, 28 Nov 2012 07:57:12 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211280757.qAS7vCf2071631@svn.freebsd.org> From: Frederic Culot Date: Wed, 28 Nov 2012 07:57:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307887 - head/net/p5-Net-HTTP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 07:57:12 -0000 Author: culot Date: Wed Nov 28 07:57:12 2012 New Revision: 307887 URL: http://svnweb.freebsd.org/changeset/ports/307887 Log: - Update to 6.05 Changes: http://search.cpan.org/dist/Net-HTTP/Changes Feature safe: yes Modified: head/net/p5-Net-HTTP/Makefile head/net/p5-Net-HTTP/distinfo Modified: head/net/p5-Net-HTTP/Makefile ============================================================================== --- head/net/p5-Net-HTTP/Makefile Wed Nov 28 07:39:29 2012 (r307886) +++ head/net/p5-Net-HTTP/Makefile Wed Nov 28 07:57:12 2012 (r307887) @@ -1,13 +1,8 @@ -# New ports collection makefile for: p5-Net-HTTP -# Date created: 2011-04-15 -# Whom: Frederic Culot -# +# Created by: Frederic Culot # $FreeBSD$ -# PORTNAME= Net-HTTP -PORTVERSION= 6.03 -PORTREVISION= 1 +PORTVERSION= 6.05 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-HTTP/distinfo ============================================================================== --- head/net/p5-Net-HTTP/distinfo Wed Nov 28 07:39:29 2012 (r307886) +++ head/net/p5-Net-HTTP/distinfo Wed Nov 28 07:57:12 2012 (r307887) @@ -1,2 +1,2 @@ -SHA256 (Net-HTTP-6.03.tar.gz) = ecb0236dc23dccdc92e4b1c2dc63b2a2e29ac3a4a1f50104a838279a72a8a0ab -SIZE (Net-HTTP-6.03.tar.gz) = 14294 +SHA256 (Net-HTTP-6.05.tar.gz) = 8cab8eb5836af7b1f33583dd1fd16981e20cf7cd279aaa1d260554c2d9d84be4 +SIZE (Net-HTTP-6.05.tar.gz) = 15532 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 08:00: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 36C38502; Wed, 28 Nov 2012 08:00:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 127F08FC13; Wed, 28 Nov 2012 08:00:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS80sDi072573; Wed, 28 Nov 2012 08:00:54 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS80sqK072565; Wed, 28 Nov 2012 08:00:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211280800.qAS80sqK072565@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 08:00:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307888 - in head: . editors editors/glimmer palm palm/txt2pdbdoc security security/saferpay shells shells/gscommander sysutils sysutils/xloadface x11-wm x11-wm/qvwm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 08:00:55 -0000 Author: bapt Date: Wed Nov 28 08:00:54 2012 New Revision: 307888 URL: http://svnweb.freebsd.org/changeset/ports/307888 Log: 2012-11-28 editors/glimmer: Depends on the expired gtkglarea through py-gtk 2012-11-26 palm/txt2pdbdoc: No more public distfiles 2012-11-26 sysutils/xloadface: No more public distfiles 2012-11-26 shells/gscommander: Abandonware 2012-11-26 security/saferpay: No more public distfiles 2012-11-26 x11-wm/qvwm: No more public distfiles Feature safe: yes Deleted: head/editors/glimmer/ head/palm/txt2pdbdoc/ head/security/saferpay/ head/shells/gscommander/ head/sysutils/xloadface/ head/x11-wm/qvwm/ Modified: head/MOVED head/editors/Makefile head/palm/Makefile head/security/Makefile head/shells/Makefile head/sysutils/Makefile head/x11-wm/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 07:57:12 2012 (r307887) +++ head/MOVED Wed Nov 28 08:00:54 2012 (r307888) @@ -3846,3 +3846,9 @@ www/trac-customroadmap||2012-11-19|Has e net-mgmt/py-snmp2||2012-11-19|Has expired: Dead upstream, use net-mgmt/py-snmp4 instead net-im/ccmsn||2012-11-19|Has expired: The project no longer exists irc/py-irclib|irc/py-irc|2012-11-22|Rename according to upstream name change +editors/glimmer||2012-11-28|Has expired: Depends on the expired gtkglarea through py-gtk +palm/txt2pdbdoc||2012-11-28|Has expired: No more public distfiles +sysutils/xloadface||2012-11-28|Has expired: No more public distfiles +shells/gscommander||2012-11-28|Has expired: Abandonware +security/saferpay||2012-11-28|Has expired: No more public distfiles +x11-wm/qvwm||2012-11-28|Has expired: No more public distfiles Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Wed Nov 28 07:57:12 2012 (r307887) +++ head/editors/Makefile Wed Nov 28 08:00:54 2012 (r307888) @@ -74,7 +74,6 @@ SUBDIR += gedit SUBDIR += gedit-plugins SUBDIR += ghex - SUBDIR += glimmer SUBDIR += gmanedit SUBDIR += gnome2-office SUBDIR += gnotepad+ Modified: head/palm/Makefile ============================================================================== --- head/palm/Makefile Wed Nov 28 07:57:12 2012 (r307887) +++ head/palm/Makefile Wed Nov 28 08:00:54 2012 (r307888) @@ -35,6 +35,5 @@ SUBDIR += synce-sync-engine SUBDIR += synce-trayicon SUBDIR += synce-vdccm - SUBDIR += txt2pdbdoc .include Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Nov 28 07:57:12 2012 (r307887) +++ head/security/Makefile Wed Nov 28 08:00:54 2012 (r307888) @@ -830,7 +830,6 @@ SUBDIR += rubygem-razorback-scriptNugget SUBDIR += rubygem-roauth SUBDIR += rubygem-twitter_oauth - SUBDIR += saferpay SUBDIR += safesh SUBDIR += saint SUBDIR += samba-virusfilter Modified: head/shells/Makefile ============================================================================== --- head/shells/Makefile Wed Nov 28 07:57:12 2012 (r307887) +++ head/shells/Makefile Wed Nov 28 08:00:54 2012 (r307888) @@ -16,7 +16,6 @@ SUBDIR += fd SUBDIR += fish SUBDIR += flash - SUBDIR += gscommander SUBDIR += heirloom-sh SUBDIR += ibsh SUBDIR += jailkit Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Nov 28 07:57:12 2012 (r307887) +++ head/sysutils/Makefile Wed Nov 28 08:00:54 2012 (r307888) @@ -1037,7 +1037,6 @@ SUBDIR += xfsprogs SUBDIR += xin SUBDIR += xjobs - SUBDIR += xloadface SUBDIR += xlogmaster SUBDIR += xmbmon SUBDIR += xorriso Modified: head/x11-wm/Makefile ============================================================================== --- head/x11-wm/Makefile Wed Nov 28 07:57:12 2012 (r307887) +++ head/x11-wm/Makefile Wed Nov 28 08:00:54 2012 (r307888) @@ -136,7 +136,6 @@ SUBDIR += plwm SUBDIR += pwm SUBDIR += qlwm - SUBDIR += qvwm SUBDIR += ratmen SUBDIR += ratmenu SUBDIR += ratpoison From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 08:07: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 D02CF79D; Wed, 28 Nov 2012 08:07:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B5D448FC12; Wed, 28 Nov 2012 08:07:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS87rln074260; Wed, 28 Nov 2012 08:07:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS87rpA074256; Wed, 28 Nov 2012 08:07:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211280807.qAS87rpA074256@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 08:07:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307889 - in head: . astro astro/position astro/tangogps audio audio/id3ren audio/volumecontrol audio/wsoundprefs audio/wsoundserver X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 08:07:54 -0000 Author: bapt Date: Wed Nov 28 08:07:53 2012 New Revision: 307889 URL: http://svnweb.freebsd.org/changeset/ports/307889 Log: 2012-11-26 astro/position: No more public distfiles 2012-11-26 astro/tangogps: No more public distfiles 2012-11-26 audio/id3ren: No more public distfiles 2012-11-26 audio/volumecontrol: No more public distfiles 2012-11-27 audio/wsoundprefs: Depends on the deprecated audio/wsoundserver and expired x11-toolkits/libdockapp 2012-11-26 audio/wsoundserver: Depends on deprecated libdockapp Feature safe: yes Deleted: head/astro/position/ head/astro/tangogps/ head/audio/id3ren/ head/audio/volumecontrol/ head/audio/wsoundprefs/ head/audio/wsoundserver/ Modified: head/MOVED head/astro/Makefile head/audio/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 08:00:54 2012 (r307888) +++ head/MOVED Wed Nov 28 08:07:53 2012 (r307889) @@ -3852,3 +3852,9 @@ sysutils/xloadface||2012-11-28|Has expir shells/gscommander||2012-11-28|Has expired: Abandonware security/saferpay||2012-11-28|Has expired: No more public distfiles x11-wm/qvwm||2012-11-28|Has expired: No more public distfiles +astro/position||2012-11-28|Has expired: No more public distfiles +astro/tangogps||2012-11-28|Has expired: No more public distfiles +audio/id3ren||2012-11-28|Has expired: No more public distfiles +audio/volumecontrol||2012-11-28|Has expired: No more public distfiles +audio/wsoundprefs||2012-11-28|Has expired: Depends on the deprecated audio/wsoundserver and expired x11-toolkits/libdockapp +audio/wsoundserver||2012-11-28|Has expired: Depends on deprecated libdockapp Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Wed Nov 28 08:00:54 2012 (r307888) +++ head/astro/Makefile Wed Nov 28 08:07:53 2012 (r307889) @@ -79,7 +79,6 @@ SUBDIR += p5-ZConf-Weather SUBDIR += phoon SUBDIR += planets - SUBDIR += position SUBDIR += pp3 SUBDIR += prune SUBDIR += ptiger @@ -104,7 +103,6 @@ SUBDIR += stellarium SUBDIR += sunclock SUBDIR += swe - SUBDIR += tangogps SUBDIR += tclgeomap SUBDIR += tkgeomap SUBDIR += viking Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed Nov 28 08:00:54 2012 (r307888) +++ head/audio/Makefile Wed Nov 28 08:07:53 2012 (r307889) @@ -306,7 +306,6 @@ SUBDIR += id3el SUBDIR += id3lib SUBDIR += id3mtag - SUBDIR += id3ren SUBDIR += id3tool SUBDIR += id3v2 SUBDIR += ifp-line @@ -766,7 +765,6 @@ SUBDIR += vo-aacenc SUBDIR += vo-amrwbenc SUBDIR += voipong - SUBDIR += volumecontrol SUBDIR += vorbis-tools SUBDIR += vorbisgain SUBDIR += vsound @@ -787,8 +785,6 @@ SUBDIR += wmrecord SUBDIR += wmsmixer SUBDIR += workman - SUBDIR += wsoundprefs - SUBDIR += wsoundserver SUBDIR += wxguitar SUBDIR += x11amp SUBDIR += xanalyser From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 08:08: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 BF09D87D; Wed, 28 Nov 2012 08:08:35 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A49AB8FC16; Wed, 28 Nov 2012 08:08:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS88ZPX074501; Wed, 28 Nov 2012 08:08:35 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS88ZUe074499; Wed, 28 Nov 2012 08:08:35 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211280808.qAS88ZUe074499@svn.freebsd.org> From: Frederic Culot Date: Wed, 28 Nov 2012 08:08:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307890 - head/lang/p5-Error X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 08:08:35 -0000 Author: culot Date: Wed Nov 28 08:08:35 2012 New Revision: 307890 URL: http://svnweb.freebsd.org/changeset/ports/307890 Log: - Update to 0.17019 Changes: http://search.cpan.org/dist/Error/ChangeLog Feature safe: yes Modified: head/lang/p5-Error/Makefile head/lang/p5-Error/distinfo Modified: head/lang/p5-Error/Makefile ============================================================================== --- head/lang/p5-Error/Makefile Wed Nov 28 08:07:53 2012 (r307889) +++ head/lang/p5-Error/Makefile Wed Nov 28 08:08:35 2012 (r307890) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Error -# Date created: 24-May-2000 -# Whom: Peter van Heusden -# +# Created by: Peter van Heusden # $FreeBSD$ -# PORTNAME= Error -PORTVERSION= 0.17018 +PORTVERSION= 0.17019 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/lang/p5-Error/distinfo ============================================================================== --- head/lang/p5-Error/distinfo Wed Nov 28 08:07:53 2012 (r307889) +++ head/lang/p5-Error/distinfo Wed Nov 28 08:08:35 2012 (r307890) @@ -1,2 +1,2 @@ -SHA256 (Error-0.17018.tar.gz) = 190b50fb765ffaa6bb93ad01ed90b724140f410a19a0af813ab96dfa3af66ab2 -SIZE (Error-0.17018.tar.gz) = 22129 +SHA256 (Error-0.17019.tar.gz) = 513ccf742bf4dd00d13ff8e5296282f8a8beaaa8e3b10117281275a125970954 +SIZE (Error-0.17019.tar.gz) = 22341 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 08:26: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 84C65C7C; Wed, 28 Nov 2012 08:26:48 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6B1238FC15; Wed, 28 Nov 2012 08:26:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS8Qm80077789; Wed, 28 Nov 2012 08:26:48 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS8QmWu077786; Wed, 28 Nov 2012 08:26:48 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201211280826.qAS8QmWu077786@svn.freebsd.org> From: Ganael LAPLANCHE Date: Wed, 28 Nov 2012 08:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307891 - in head/benchmarks/bonnie++: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 08:26:48 -0000 Author: martymac Date: Wed Nov 28 08:26:47 2012 New Revision: 307891 URL: http://svnweb.freebsd.org/changeset/ports/307891 Log: - Update to 1.97 - Use $PTHREAD_LIBS instead of -lpthread Feature safe: yes Added: head/benchmarks/bonnie++/files/patch-configure (contents, props changed) Modified: head/benchmarks/bonnie++/Makefile (contents, props changed) head/benchmarks/bonnie++/distinfo (contents, props changed) Modified: head/benchmarks/bonnie++/Makefile ============================================================================== --- head/benchmarks/bonnie++/Makefile Wed Nov 28 08:08:35 2012 (r307890) +++ head/benchmarks/bonnie++/Makefile Wed Nov 28 08:26:47 2012 (r307891) @@ -7,8 +7,7 @@ # PORTNAME= bonnie++ -PORTVERSION= 1.96 -PORTREVISION= 1 +PORTVERSION= 1.97 CATEGORIES= benchmarks MASTER_SITES= http://www.coker.com.au/bonnie++/experimental/ EXTRACT_SUFX= .tgz @@ -20,6 +19,8 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-1.97.1 + MAN1= bon_csv2html.1 bon_csv2txt.1 generate_randfile.1 MAN8= bonnie++.8 getc_putc.8 zcav.8 @@ -27,14 +28,16 @@ PORTDOCS= readme.html .include -pre-patch: - @${REINPLACE_CMD} -e \ +post-patch: + @${REINPLACE_CMD} \ 's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8 + @${REINPLACE_CMD} \ + 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/configure post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/readme.html ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/readme.html ${DOCSDIR} .endif .include Modified: head/benchmarks/bonnie++/distinfo ============================================================================== --- head/benchmarks/bonnie++/distinfo Wed Nov 28 08:08:35 2012 (r307890) +++ head/benchmarks/bonnie++/distinfo Wed Nov 28 08:26:47 2012 (r307891) @@ -1,2 +1,2 @@ -SHA256 (bonnie++-1.96.tgz) = 9c9d87bf09ac5a42a915ceeb9d8bb8358c0ca4642d86b85ed48ca5f15ee3456c -SIZE (bonnie++-1.96.tgz) = 105183 +SHA256 (bonnie++-1.97.tgz) = 44f5a05937648a6526ba99354555d7d15f2dd392e55d3436f6746da6f6c35982 +SIZE (bonnie++-1.97.tgz) = 102604 Added: head/benchmarks/bonnie++/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/bonnie++/files/patch-configure Wed Nov 28 08:26:47 2012 (r307891) @@ -0,0 +1,23 @@ +--- configure.orig 2011-01-18 22:36:19.000000000 +0100 ++++ configure 2012-11-27 17:10:24.000000000 +0100 +@@ -3925,7 +3925,7 @@ + linux_pthread="#define LINUX_PTHREAD" + fi + +-LDFLAGS=-lpthread ++LDFLAGS=%%PTHREAD_LIBS%% + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ +@@ -3944,10 +3944,7 @@ + } + _ACEOF + if ac_fn_cxx_try_link "$LINENO"; then : +- thread_ldflags="-lpthread" +- +-else +- thread_ldflags="-pthread" ++ thread_ldflags="%%PTHREAD_LIBS%%" + fi + rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 09:05: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 A5D9A66E; Wed, 28 Nov 2012 09:05:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 80F3F8FC17; Wed, 28 Nov 2012 09:05:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS95tZr085084; Wed, 28 Nov 2012 09:05:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS95tfH085078; Wed, 28 Nov 2012 09:05:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211280905.qAS95tfH085078@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 09:05:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307892 - in head: . benchmarks benchmarks/gsbench benchmarks/xengine biology biology/belvu multimedia multimedia/kaffeine-mozilla net net/tryst net/tryst-examples www www/gnustep-ticker X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 09:05:55 -0000 Author: bapt Date: Wed Nov 28 09:05:54 2012 New Revision: 307892 URL: http://svnweb.freebsd.org/changeset/ports/307892 Log: 2012-11-26 benchmarks/gsbench: No more public distfiles 2012-11-26 benchmarks/xengine: No more public distfiles 2012-11-26 biology/belvu: No more public distfiles 2012-11-26 multimedia/kaffeine-mozilla: No more public distfiles 2012-11-26 www/gnustep-ticker: Abandonware 2012-11-26 net/tryst-examples: Abandonware 2012-11-26 net/tryst: Abandonware Feature safe: yes Deleted: head/benchmarks/gsbench/ head/benchmarks/xengine/ head/biology/belvu/ head/multimedia/kaffeine-mozilla/ head/net/tryst/ head/net/tryst-examples/ head/www/gnustep-ticker/ Modified: head/MOVED head/benchmarks/Makefile head/biology/Makefile head/multimedia/Makefile head/net/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 08:26:47 2012 (r307891) +++ head/MOVED Wed Nov 28 09:05:54 2012 (r307892) @@ -3858,3 +3858,10 @@ audio/id3ren||2012-11-28|Has expired: No audio/volumecontrol||2012-11-28|Has expired: No more public distfiles audio/wsoundprefs||2012-11-28|Has expired: Depends on the deprecated audio/wsoundserver and expired x11-toolkits/libdockapp audio/wsoundserver||2012-11-28|Has expired: Depends on deprecated libdockapp +benchmarks/gsbench||2012-11-28|Has expired: No more public distfiles +benchmarks/xengine||2012-11-28|Has expired: No more public distfiles +biology/belvu||2012-11-28|Has expired: No more public distfiles +multimedia/kaffeine-mozilla||2012-11-28|Has expired: No more public distfiles +www/gnustep-ticker||2012-11-28|Has expired: Abandonware +net/tryst-examples||2012-11-28|Has expired: Abandonware +net/tryst||2012-11-28|Has expired: Abandonware Modified: head/benchmarks/Makefile ============================================================================== --- head/benchmarks/Makefile Wed Nov 28 08:26:47 2012 (r307891) +++ head/benchmarks/Makefile Wed Nov 28 09:05:54 2012 (r307892) @@ -17,7 +17,6 @@ SUBDIR += flops SUBDIR += forkbomb SUBDIR += geekbench - SUBDIR += gsbench SUBDIR += gtkperf SUBDIR += himenobench SUBDIR += hpl @@ -73,6 +72,5 @@ SUBDIR += webbench SUBDIR += wrk SUBDIR += xdd - SUBDIR += xengine .include Modified: head/biology/Makefile ============================================================================== --- head/biology/Makefile Wed Nov 28 08:26:47 2012 (r307891) +++ head/biology/Makefile Wed Nov 28 09:05:54 2012 (r307892) @@ -8,7 +8,6 @@ SUBDIR += artemis SUBDIR += avida SUBDIR += babel - SUBDIR += belvu SUBDIR += biococoa SUBDIR += biojava SUBDIR += blast Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Wed Nov 28 08:26:47 2012 (r307891) +++ head/multimedia/Makefile Wed Nov 28 09:05:54 2012 (r307892) @@ -130,7 +130,6 @@ SUBDIR += k9copy SUBDIR += k9copy-kde4 SUBDIR += kaffeine - SUBDIR += kaffeine-mozilla SUBDIR += kdemultimedia3 SUBDIR += kdemultimedia4 SUBDIR += kdenlive Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Nov 28 08:26:47 2012 (r307891) +++ head/net/Makefile Wed Nov 28 09:05:54 2012 (r307892) @@ -1162,8 +1162,6 @@ SUBDIR += tramp SUBDIR += trickle SUBDIR += tridiavnc - SUBDIR += tryst - SUBDIR += tryst-examples SUBDIR += tsclient SUBDIR += tshark SUBDIR += tshark-lite Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Nov 28 08:26:47 2012 (r307891) +++ head/www/Makefile Wed Nov 28 09:05:54 2012 (r307892) @@ -245,7 +245,6 @@ SUBDIR += glpi SUBDIR += gnome-user-share SUBDIR += gnome-web-photo - SUBDIR += gnustep-ticker SUBDIR += google-appengine SUBDIR += google-sitemapgen SUBDIR += googlebook_dl From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 09:16: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 0B2FA836; Wed, 28 Nov 2012 09:16:23 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E30F38FC16; Wed, 28 Nov 2012 09:16:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS9GMXZ087450; Wed, 28 Nov 2012 09:16:22 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS9GMQa087448; Wed, 28 Nov 2012 09:16:22 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211280916.qAS9GMQa087448@svn.freebsd.org> From: Frederic Culot Date: Wed, 28 Nov 2012 09:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307893 - head/net/p5-Net-Frame-Dump X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 09:16:23 -0000 Author: culot Date: Wed Nov 28 09:16:22 2012 New Revision: 307893 URL: http://svnweb.freebsd.org/changeset/ports/307893 Log: - Update to 1.12 Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes Feature safe: yes Modified: head/net/p5-Net-Frame-Dump/Makefile head/net/p5-Net-Frame-Dump/distinfo Modified: head/net/p5-Net-Frame-Dump/Makefile ============================================================================== --- head/net/p5-Net-Frame-Dump/Makefile Wed Nov 28 09:05:54 2012 (r307892) +++ head/net/p5-Net-Frame-Dump/Makefile Wed Nov 28 09:16:22 2012 (r307893) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-Frame-Dump -PORTVERSION= 1.10 +PORTVERSION= 1.12 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-Frame-Dump/distinfo ============================================================================== --- head/net/p5-Net-Frame-Dump/distinfo Wed Nov 28 09:05:54 2012 (r307892) +++ head/net/p5-Net-Frame-Dump/distinfo Wed Nov 28 09:16:22 2012 (r307893) @@ -1,2 +1,2 @@ -SHA256 (Net-Frame-Dump-1.10.tar.gz) = d62506f49c4cfc88c7b4d09871888a1cb2499715199c0f978e08b76201f6c76b -SIZE (Net-Frame-Dump-1.10.tar.gz) = 12436 +SHA256 (Net-Frame-Dump-1.12.tar.gz) = 144df8b96e47291e4c0588798acc07dad665eb88392b8910e3a09221102dae42 +SIZE (Net-Frame-Dump-1.12.tar.gz) = 14000 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 09:19: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 0C4D495D; Wed, 28 Nov 2012 09:19:03 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DA9058FC12; Wed, 28 Nov 2012 09:19:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS9J2Zi088198; Wed, 28 Nov 2012 09:19:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS9J2nO088189; Wed, 28 Nov 2012 09:19:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211280919.qAS9J2nO088189@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 09:19:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307894 - in head: . devel devel/jakarta-commons-chain graphics graphics/morpheus japanese japanese/gicq japanese/perl5 math math/p5-Math-LinearCombination sysutils sysutils/fuser textp... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 09:19:03 -0000 Author: bapt Date: Wed Nov 28 09:19:01 2012 New Revision: 307894 URL: http://svnweb.freebsd.org/changeset/ports/307894 Log: 2012-11-27 graphics/morpheus: Depends on the expired gtkglarea 2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api 2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field 2012-11-26 x11/padkey: No more public distfiles 2012-11-26 japanese/gicq: No more public distfiles and development ceased 2012-11-26 www/momspider: No more public distfiles 2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider using them 2012-11-26 sysutils/fuser: No more public distfiles 2012-11-26 textproc/ascii2pdf: No more public distfiles Feature safe: yes Deleted: head/devel/jakarta-commons-chain/ head/graphics/morpheus/ head/japanese/gicq/ head/japanese/perl5/ head/math/p5-Math-LinearCombination/ head/sysutils/fuser/ head/textproc/ascii2pdf/ head/www/momspider/ head/x11/padkey/ Modified: head/MOVED head/devel/Makefile head/graphics/Makefile head/japanese/Makefile head/math/Makefile head/sysutils/Makefile head/textproc/Makefile head/www/Makefile head/x11/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 09:16:22 2012 (r307893) +++ head/MOVED Wed Nov 28 09:19:01 2012 (r307894) @@ -3865,3 +3865,12 @@ multimedia/kaffeine-mozilla||2012-11-28| www/gnustep-ticker||2012-11-28|Has expired: Abandonware net/tryst-examples||2012-11-28|Has expired: Abandonware net/tryst||2012-11-28|Has expired: Abandonware +graphics/morpheus||2012-11-28|Has expired: Depends on the expired gtkglarea +devel/jakarta-commons-chain||2012-11-28|Has expired: Depends on the expired devel/portlet-api +math/p5-Math-LinearCombination||2012-11-28|Has expired: Depends on the expired p5-Class-Field +x11/padkey||2012-11-28|Has expired: No more public distfiles +japanese/gicq||2012-11-28|Has expired: No more public distfiles and development ceased +www/momspider||2012-11-28|Has expired: No more public distfiles +japanese/perl5||2012-11-28|Has expired: Recent perl supports correctly japanese, consider using them +sysutils/fuser||2012-11-28|Has expired: No more public distfiles +textproc/ascii2pdf||2012-11-28|Has expired: No more public distfiles Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 28 09:16:22 2012 (r307893) +++ head/devel/Makefile Wed Nov 28 09:19:01 2012 (r307894) @@ -803,7 +803,6 @@ SUBDIR += ireport SUBDIR += itext SUBDIR += ixlib - SUBDIR += jakarta-commons-chain SUBDIR += jakarta-commons-configuration SUBDIR += jakarta-commons-daemon SUBDIR += jakarta-commons-io Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 28 09:16:22 2012 (r307893) +++ head/graphics/Makefile Wed Nov 28 09:19:01 2012 (r307894) @@ -566,7 +566,6 @@ SUBDIR += mingplot SUBDIR += mirage SUBDIR += mmrecover - SUBDIR += morpheus SUBDIR += mscgen SUBDIR += mtpaint SUBDIR += multican Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Wed Nov 28 09:16:22 2012 (r307893) +++ head/japanese/Makefile Wed Nov 28 09:19:01 2012 (r307894) @@ -97,7 +97,6 @@ SUBDIR += gawk SUBDIR += gd SUBDIR += gedy - SUBDIR += gicq SUBDIR += gimp-help SUBDIR += gjiten SUBDIR += gorua @@ -245,7 +244,6 @@ SUBDIR += p5-manual SUBDIR += p5-nkf SUBDIR += pejv-fpw - SUBDIR += perl5 SUBDIR += php5-mecab SUBDIR += php_doc SUBDIR += plain2 Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Nov 28 09:16:22 2012 (r307893) +++ head/math/Makefile Wed Nov 28 09:19:01 2012 (r307894) @@ -415,7 +415,6 @@ SUBDIR += p5-Math-Int64 SUBDIR += p5-Math-Interpolate SUBDIR += p5-Math-Intersection-StraightLine - SUBDIR += p5-Math-LinearCombination SUBDIR += p5-Math-Logic SUBDIR += p5-Math-MPC SUBDIR += p5-Math-MPFR Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Nov 28 09:16:22 2012 (r307893) +++ head/sysutils/Makefile Wed Nov 28 09:19:01 2012 (r307894) @@ -294,7 +294,6 @@ SUBDIR += fusefs-unionfs SUBDIR += fusefs-wdfs SUBDIR += fusefs-wikipediafs - SUBDIR += fuser SUBDIR += fvcool SUBDIR += gaffitter SUBDIR += gai-leds Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Nov 28 09:16:22 2012 (r307893) +++ head/textproc/Makefile Wed Nov 28 09:19:01 2012 (r307894) @@ -24,7 +24,6 @@ SUBDIR += apertium SUBDIR += archmage SUBDIR += artha - SUBDIR += ascii2pdf SUBDIR += asciidoc SUBDIR += asm-xml SUBDIR += aspell Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Nov 28 09:16:22 2012 (r307893) +++ head/www/Makefile Wed Nov 28 09:19:01 2012 (r307894) @@ -538,7 +538,6 @@ SUBDIR += mod_xsendfile SUBDIR += mohawk SUBDIR += moinmoin - SUBDIR += momspider SUBDIR += monast SUBDIR += mongrel2 SUBDIR += moodle Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Wed Nov 28 09:16:22 2012 (r307893) +++ head/x11/Makefile Wed Nov 28 09:19:01 2012 (r307894) @@ -216,7 +216,6 @@ SUBDIR += p5-X11-IdleTime SUBDIR += p5-X11-Protocol SUBDIR += p5-X11-Resolution - SUBDIR += padkey SUBDIR += peeper SUBDIR += pixman SUBDIR += plasma-scriptengine-python From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 09:22:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 2C9CAA7D; Wed, 28 Nov 2012 09:22:32 +0000 (UTC) Date: Wed, 28 Nov 2012 09:22:32 +0000 From: Alexey Dokuchaev To: Ganael LAPLANCHE Subject: Re: svn commit: r307891 - in head/benchmarks/bonnie++: . files Message-ID: <20121128092232.GA45503@FreeBSD.org> References: <201211280826.qAS8QmWu077786@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211280826.qAS8QmWu077786@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 09:22:32 -0000 On Wed, Nov 28, 2012 at 08:26:48AM +0000, Ganael LAPLANCHE wrote: > New Revision: 307891 > URL: http://svnweb.freebsd.org/changeset/ports/307891 > > Log: > - Update to 1.97 > - Use $PTHREAD_LIBS instead of -lpthread I wonder is it about time to drop this $PTHREAD_LIBS magic? It's been -pthread on all supported versions of FreeBSD for a while now. Not to mention that in this case actual patch seems overly engineered and not particularly pretty (sorry Ganael). ./danfe From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 09:35: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 9878FD2C; Wed, 28 Nov 2012 09:35:09 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id 445238FC17; Wed, 28 Nov 2012 09:35:09 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:54193 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1Tde2t-001tHG-HT; Wed, 28 Nov 2012 10:35:08 +0100 Date: Wed, 28 Nov 2012 10:35:04 +0100 From: Pietro Cerutti To: Alexey Dokuchaev Subject: Re: svn commit: r307891 - in head/benchmarks/bonnie++: . files Message-ID: <20121128093504.GE59828@gahrfit.gahr.ch> References: <201211280826.qAS8QmWu077786@svn.freebsd.org> <20121128092232.GA45503@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+SfteS7bOf3dGlBC" Content-Disposition: inline In-Reply-To: <20121128092232.GA45503@FreeBSD.org> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Ganael LAPLANCHE , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 09:35:09 -0000 --+SfteS7bOf3dGlBC Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-Nov-28, 09:22, Alexey Dokuchaev wrote: > On Wed, Nov 28, 2012 at 08:26:48AM +0000, Ganael LAPLANCHE wrote: > > New Revision: 307891 > > URL: http://svnweb.freebsd.org/changeset/ports/307891 > >=20 > > Log: > > - Update to 1.97 > > - Use $PTHREAD_LIBS instead of -lpthread >=20 > I wonder is it about time to drop this $PTHREAD_LIBS magic? It's been > -pthread on all supported versions of FreeBSD for a while now. +1 --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --+SfteS7bOf3dGlBC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC12scACgkQwMJqmJVx944FNACgxlCwNd4iryzLr1/C8aZABRK+ 5TQAn1tKslbR6nAnPdMjU+3TQr52ZzD8 =0t/J -----END PGP SIGNATURE----- --+SfteS7bOf3dGlBC-- From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 09:36: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 1E791F54; Wed, 28 Nov 2012 09:36:59 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EDFA18FC12; Wed, 28 Nov 2012 09:36:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS9awXS091499; Wed, 28 Nov 2012 09:36:58 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS9awZ4091496; Wed, 28 Nov 2012 09:36:58 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211280936.qAS9awZ4091496@svn.freebsd.org> From: Frederic Culot Date: Wed, 28 Nov 2012 09:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307895 - head/www/py-selenium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 09:36:59 -0000 Author: culot Date: Wed Nov 28 09:36:58 2012 New Revision: 307895 URL: http://svnweb.freebsd.org/changeset/ports/307895 Log: - Update to 2.26.0 PR: ports/173568 Submitted by: Douglas William Thrift (maintainer) Feature safe: yes Modified: head/www/py-selenium/Makefile head/www/py-selenium/distinfo head/www/py-selenium/pkg-plist Modified: head/www/py-selenium/Makefile ============================================================================== --- head/www/py-selenium/Makefile Wed Nov 28 09:19:01 2012 (r307894) +++ head/www/py-selenium/Makefile Wed Nov 28 09:36:58 2012 (r307895) @@ -6,7 +6,7 @@ # PORTNAME= selenium -PORTVERSION= 2.25.0 +PORTVERSION= 2.26.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/www/py-selenium/distinfo ============================================================================== --- head/www/py-selenium/distinfo Wed Nov 28 09:19:01 2012 (r307894) +++ head/www/py-selenium/distinfo Wed Nov 28 09:36:58 2012 (r307895) @@ -1,2 +1,2 @@ -SHA256 (selenium-2.25.0.tar.gz) = 0ad4a4fe9eca21774d715080213cc42e292d84b780694260f38de41d7cbe3646 -SIZE (selenium-2.25.0.tar.gz) = 1979498 +SHA256 (selenium-2.26.0.tar.gz) = a1d623503739c1bede1fe3b53ece2893c546d9130bf0d7b26b03f33cf3031794 +SIZE (selenium-2.26.0.tar.gz) = 2103520 Modified: head/www/py-selenium/pkg-plist ============================================================================== --- head/www/py-selenium/pkg-plist Wed Nov 28 09:19:01 2012 (r307894) +++ head/www/py-selenium/pkg-plist Wed Nov 28 09:36:58 2012 (r307895) @@ -46,12 +46,21 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/desired_capabilities.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/desired_capabilities.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/desired_capabilities.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/html5/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/html5/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/html5/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/html5/application_cache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/html5/application_cache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/html5/application_cache.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/keys.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/keys.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/keys.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/proxy.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/proxy.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/proxy.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/touch_actions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/touch_actions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/touch_actions.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/utils.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/utils.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/utils.pyo @@ -124,6 +133,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/support/events.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/support/events.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/support/events.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/support/expected_conditions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/support/expected_conditions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/support/expected_conditions.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/support/select.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/support/select.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/support/select.pyo @@ -140,6 +152,7 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/firefox/x86 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/firefox/amd64 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/firefox +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common/html5 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/common @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver/chrome @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/selenium/webdriver From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 09:37: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 2EDD2B3; Wed, 28 Nov 2012 09:37:45 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id CF94D8FC0C; Wed, 28 Nov 2012 09:37:43 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id a14so4535690eaa.13 for ; Wed, 28 Nov 2012 01:37:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=XbaPjYCzn5PzyVCe35h91WXHp5EVi3W3j4xXQc7xbcY=; b=wSsBsGZdw7oxbEOnAh9R0mKworPEqBbAI6Aw1z1X80kfxxWhiw2Fzorr4mpzYjuwFt z2MgNg/phh+aErC9IQV5DuXlS3yT4uxK0FRKA0ZjzNlKgUoPn/ohs2YxBLVMA+riN1kh WenJrHU/K8KiKSRvrah+S9niH8rClf0XUYJQ8hwheCDVumUGOSxe2FfvSKfdFnY6ac/w eeVjPZkR8dNF4hP0enXsAp0futyC2ilpoxym1BTLfjEPGvlfTkebiFXKbbcvoQaRtwug D6RWpgC8gQnsb97S9EyeNhDtayEEynv0/gCVR6hJ6/difW+PJD/yL8vQVw264hBA8/0y 9yKg== Received: by 10.14.0.71 with SMTP id 47mr13728373eea.19.1354095461999; Wed, 28 Nov 2012 01:37:41 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id a44sm46006710eeo.7.2012.11.28.01.37.41 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Nov 2012 01:37:41 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 28 Nov 2012 10:37:39 +0100 From: Baptiste Daroussin To: Pietro Cerutti Subject: Re: svn commit: r307891 - in head/benchmarks/bonnie++: . files Message-ID: <20121128093739.GB97474@ithaqua.etoilebsd.net> References: <201211280826.qAS8QmWu077786@svn.freebsd.org> <20121128092232.GA45503@FreeBSD.org> <20121128093504.GE59828@gahrfit.gahr.ch> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oLBj+sq0vYjzfsbl" Content-Disposition: inline In-Reply-To: <20121128093504.GE59828@gahrfit.gahr.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , Ganael LAPLANCHE , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 09:37:45 -0000 --oLBj+sq0vYjzfsbl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 28, 2012 at 10:35:04AM +0100, Pietro Cerutti wrote: > On 2012-Nov-28, 09:22, Alexey Dokuchaev wrote: > > On Wed, Nov 28, 2012 at 08:26:48AM +0000, Ganael LAPLANCHE wrote: > > > New Revision: 307891 > > > URL: http://svnweb.freebsd.org/changeset/ports/307891 > > >=20 > > > Log: > > > - Update to 1.97 > > > - Use $PTHREAD_LIBS instead of -lpthread > >=20 > > I wonder is it about time to drop this $PTHREAD_LIBS magic? It's been > > -pthread on all supported versions of FreeBSD for a while now. >=20 > +1 >=20 I also think so, any volunteer to tackle this task? regards, Bapt --oLBj+sq0vYjzfsbl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC122MACgkQ8kTtMUmk6ExQGQCgsnOS+S5r8YIXMq4Tt751IVdY 5TIAni5nw2+z5gb0tT8W6KblOzVugxfZ =vlrC -----END PGP SIGNATURE----- --oLBj+sq0vYjzfsbl-- From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 09:40: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 485D11BA for ; Wed, 28 Nov 2012 09:40:10 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 7B22B8FC12 for ; Wed, 28 Nov 2012 09:40:08 +0000 (UTC) Received: (qmail 77402 invoked from network); 28 Nov 2012 09:40:05 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 28 Nov 2012 09:40:05 -0000 Message-ID: <50B5DBF5.9020801@FreeBSD.org> Date: Wed, 28 Nov 2012 10:40:05 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Firefox/17.0 SeaMonkey/2.14 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r307891 - in head/benchmarks/bonnie++: . files References: <201211280826.qAS8QmWu077786@svn.freebsd.org> <20121128092232.GA45503@FreeBSD.org> In-Reply-To: <20121128092232.GA45503@FreeBSD.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Ganael LAPLANCHE , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 09:40:10 -0000 Alexey Dokuchaev ha scritto: > I wonder is it about time to drop this $PTHREAD_LIBS magic? It's been > -pthread on all supported versions of FreeBSD for a while now. Moreover, on 8.x and later there is no difference between -pthread and -lpthread, so the original motivation of using -pthread doesn't apply anymore: > Change the default value of PTHREAD_LIBS to -pthread for 5.x and > beyond. This avoids linking shared libraries with the thread library, > which causes problems when trying to change from one thread library to > another. Instead all binaries that link to a library that uses > threads must themselves respect PTHREAD_LIBS. -- Alex Dupre From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 09:45: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 50409363; Wed, 28 Nov 2012 09:45:01 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id BA4478FC08; Wed, 28 Nov 2012 09:45:00 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:54237 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1TdeCQ-001xby-NN; Wed, 28 Nov 2012 10:44:59 +0100 Date: Wed, 28 Nov 2012 10:44:55 +0100 From: Pietro Cerutti To: Baptiste Daroussin Subject: Re: svn commit: r307891 - in head/benchmarks/bonnie++: . files Message-ID: <20121128094455.GF59828@gahrfit.gahr.ch> References: <201211280826.qAS8QmWu077786@svn.freebsd.org> <20121128092232.GA45503@FreeBSD.org> <20121128093504.GE59828@gahrfit.gahr.ch> <20121128093739.GB97474@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Bqc0IY4JZZt50bUr" Content-Disposition: inline In-Reply-To: <20121128093739.GB97474@ithaqua.etoilebsd.net> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , Ganael LAPLANCHE , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 09:45:01 -0000 --Bqc0IY4JZZt50bUr Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-Nov-28, 10:37, Baptiste Daroussin wrote: > On Wed, Nov 28, 2012 at 10:35:04AM +0100, Pietro Cerutti wrote: > > On 2012-Nov-28, 09:22, Alexey Dokuchaev wrote: > > > On Wed, Nov 28, 2012 at 08:26:48AM +0000, Ganael LAPLANCHE wrote: > > > > New Revision: 307891 > > > > URL: http://svnweb.freebsd.org/changeset/ports/307891 > > > >=20 > > > > Log: > > > > - Update to 1.97 > > > > - Use $PTHREAD_LIBS instead of -lpthread > > >=20 > > > I wonder is it about time to drop this $PTHREAD_LIBS magic? It's been > > > -pthread on all supported versions of FreeBSD for a while now. > >=20 > > +1 > >=20 >=20 > I also think so, any volunteer to tackle this task? I'll be happy to take care of this! --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --Bqc0IY4JZZt50bUr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC13RYACgkQwMJqmJVx947PygCfUeERdQVzw2S3Jgs5Sf0JwdCF /aYAnR5/vshRHho42tO+iJMT/vVI8ZK5 =mNen -----END PGP SIGNATURE----- --Bqc0IY4JZZt50bUr-- From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 09:45: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 0A2A1451; Wed, 28 Nov 2012 09:45:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E1D088FC19; Wed, 28 Nov 2012 09:45:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS9jjT4093485; Wed, 28 Nov 2012 09:45:45 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS9jj88093476; Wed, 28 Nov 2012 09:45:45 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211280945.qAS9jj88093476@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 09:45:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307896 - in head: . devel devel/p5-SPOPS devel/safestr graphics graphics/tonicpoint-viewer japanese japanese/libicq net net-mgmt net-mgmt/nagios-check_ice net/relay textproc textproc/l... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 09:45:46 -0000 Author: bapt Date: Wed Nov 28 09:45:45 2012 New Revision: 307896 URL: http://svnweb.freebsd.org/changeset/ports/307896 Log: 2012-11-27 devel/p5-SPOPS: Depend on the expired p5-Class-Fields 2012-11-26 textproc/lemmatizer: No more public distfiles 2012-11-26 net/relay: No more public distfiles 2012-11-26 x11-clocks/bmp-alarm: No more public distfiles 2012-11-26 net-mgmt/nagios-check_ice: No more public distfiles 2012-11-26 japanese/libicq: No more public distfiles and development ceased 2012-11-26 graphics/tonicpoint-viewer: No more public distfiles 2012-11-26 devel/safestr: No more public distfiles Feature safe: yes Deleted: head/devel/p5-SPOPS/ head/devel/safestr/ head/graphics/tonicpoint-viewer/ head/japanese/libicq/ head/net-mgmt/nagios-check_ice/ head/net/relay/ head/textproc/lemmatizer/ head/x11-clocks/bmp-alarm/ Modified: head/LEGAL head/MOVED head/devel/Makefile head/graphics/Makefile head/japanese/Makefile head/net-mgmt/Makefile head/net/Makefile head/textproc/Makefile head/x11-clocks/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Wed Nov 28 09:36:58 2012 (r307895) +++ head/LEGAL Wed Nov 28 09:45:45 2012 (r307896) @@ -446,7 +446,6 @@ Tripwire-*-1.tar.gz security/tripwire-13 tripwire-*.tar.gz security/tripwire12 Cannot be redistributed for more than the cost of duplication -tonicpoint-* graphics/tonicpoint-viewer Free for non-profit tuc-* converters/tuc Author does not allow CD-ROM distribution ue*dev.zip editors/uemacs Resale allowed for media cost Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 09:36:58 2012 (r307895) +++ head/MOVED Wed Nov 28 09:45:45 2012 (r307896) @@ -3874,3 +3874,11 @@ www/momspider||2012-11-28|Has expired: N japanese/perl5||2012-11-28|Has expired: Recent perl supports correctly japanese, consider using them sysutils/fuser||2012-11-28|Has expired: No more public distfiles textproc/ascii2pdf||2012-11-28|Has expired: No more public distfiles +devel/p5-SPOPS||2012-11-28|Has expired: Depend on the expired p5-Class-Fields +textproc/lemmatizer||2012-11-28|Has expired: No more public distfiles +net/relay||2012-11-28|Has expired: No more public distfiles +x11-clocks/bmp-alarm||2012-11-28|Has expired: No more public distfiles +net-mgmt/nagios-check_ice||2012-11-28|Has expired: No more public distfiles +japanese/libicq||2012-11-28|Has expired: No more public distfiles and development ceased +graphics/tonicpoint-viewer||2012-11-28|Has expired: No more public distfiles +devel/safestr||2012-11-28|Has expired: No more public distfiles Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 28 09:36:58 2012 (r307895) +++ head/devel/Makefile Wed Nov 28 09:45:45 2012 (r307896) @@ -2478,7 +2478,6 @@ SUBDIR += p5-SDL SUBDIR += p5-SNMP-Persist SUBDIR += p5-SOAP-WSDL - SUBDIR += p5-SPOPS SUBDIR += p5-SSN-Validate SUBDIR += p5-SUPER SUBDIR += p5-SVN-ACL @@ -4032,7 +4031,6 @@ SUBDIR += rvm SUBDIR += sabre SUBDIR += safe-iop - SUBDIR += safestr SUBDIR += sbt SUBDIR += scala-ide SUBDIR += scalatest Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 28 09:36:58 2012 (r307895) +++ head/graphics/Makefile Wed Nov 28 09:45:45 2012 (r307896) @@ -977,7 +977,6 @@ SUBDIR += tinyows SUBDIR += tkpng SUBDIR += togl - SUBDIR += tonicpoint-viewer SUBDIR += truevision SUBDIR += tulip SUBDIR += tumble Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Wed Nov 28 09:36:58 2012 (r307895) +++ head/japanese/Makefile Wed Nov 28 09:45:45 2012 (r307896) @@ -157,7 +157,6 @@ SUBDIR += latex2html SUBDIR += leafrogue SUBDIR += less - SUBDIR += libicq SUBDIR += libjcode SUBDIR += libreoffice SUBDIR += libskk Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Wed Nov 28 09:36:58 2012 (r307895) +++ head/net-mgmt/Makefile Wed Nov 28 09:45:45 2012 (r307896) @@ -120,7 +120,6 @@ SUBDIR += nagios-check_email_delivery SUBDIR += nagios-check_hdd_health SUBDIR += nagios-check_hp_bladechassis - SUBDIR += nagios-check_ice SUBDIR += nagios-check_kumofs SUBDIR += nagios-check_memcached_paranoid SUBDIR += nagios-check_mysql_slave Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Nov 28 09:36:58 2012 (r307895) +++ head/net/Makefile Wed Nov 28 09:45:45 2012 (r307896) @@ -961,7 +961,6 @@ SUBDIR += rdist6 SUBDIR += recvnet SUBDIR += redir - SUBDIR += relay SUBDIR += relayd SUBDIR += remmina SUBDIR += remmina-applet Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Wed Nov 28 09:36:58 2012 (r307895) +++ head/textproc/Makefile Wed Nov 28 09:45:45 2012 (r307896) @@ -354,7 +354,6 @@ SUBDIR += lacheck SUBDIR += latex-service SUBDIR += latex2html - SUBDIR += lemmatizer SUBDIR += lemmatizer2 SUBDIR += lexxia SUBDIR += libcrm114 Modified: head/x11-clocks/Makefile ============================================================================== --- head/x11-clocks/Makefile Wed Nov 28 09:36:58 2012 (r307895) +++ head/x11-clocks/Makefile Wed Nov 28 09:45:45 2012 (r307896) @@ -14,7 +14,6 @@ SUBDIR += astzclock SUBDIR += bbdate SUBDIR += bclock - SUBDIR += bmp-alarm SUBDIR += buici-clock SUBDIR += cairo-clock SUBDIR += dclock From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 09:54: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 DB9865C0; Wed, 28 Nov 2012 09:54:30 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9E4308FC13; Wed, 28 Nov 2012 09:54:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAS9sUUO095375; Wed, 28 Nov 2012 09:54:30 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAS9sUTO095372; Wed, 28 Nov 2012 09:54:30 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201211280954.qAS9sUTO095372@svn.freebsd.org> From: Alex Kozlov Date: Wed, 28 Nov 2012 09:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307897 - head/games/palomino X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 09:54:31 -0000 Author: ak Date: Wed Nov 28 09:54:30 2012 New Revision: 307897 URL: http://svnweb.freebsd.org/changeset/ports/307897 Log: - Update to 20121026 [1] - Convert Makefile headers to new style - Remove ABI version numbers from LIB_DEPENDS PR: ports/173522 [1] Submitted by: Hardy Schumacher Feature safe: yes Modified: head/games/palomino/Makefile (contents, props changed) head/games/palomino/distinfo (contents, props changed) Modified: head/games/palomino/Makefile ============================================================================== --- head/games/palomino/Makefile Wed Nov 28 09:45:45 2012 (r307896) +++ head/games/palomino/Makefile Wed Nov 28 09:54:30 2012 (r307897) @@ -1,13 +1,8 @@ -# New ports collection makefile for: palomodulesmemino -# Date created: 28 August 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= palomino -PORTVERSION= 20120310 -PORTREVISION= 2 +PORTVERSION= 20121026 CATEGORIES= games MASTER_SITES= ftp://ftp.palomino3d.org/sim/ DISTFILES= ${PORTNAME}_src_${PORTVERSION}.txz \ @@ -19,7 +14,7 @@ DISTFILES= ${PORTNAME}_src_${PORTVERSION MAINTAINER= ports@FreeBSD.org COMMENT= Action flight simulator with its own 3D engine -LIB_DEPENDS= osg.80:${PORTSDIR}/graphics/osg +LIB_DEPENDS= osg:${PORTSDIR}/graphics/osg USE_BZIP2= yes USE_XZ= yes @@ -60,7 +55,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libplib .endif .if ${PORT_OPTIONS:MGUI} -LIB_DEPENDS+= fltk.1:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS+= fltk:${PORTSDIR}/x11-toolkits/fltk .endif do-extract: Modified: head/games/palomino/distinfo ============================================================================== --- head/games/palomino/distinfo Wed Nov 28 09:45:45 2012 (r307896) +++ head/games/palomino/distinfo Wed Nov 28 09:54:30 2012 (r307897) @@ -1,5 +1,5 @@ -SHA256 (palomino_src_20120310.txz) = fe9f78a59ea38a639c6201922fb313bedec6343070c73d69c570d6517e7e89c1 -SIZE (palomino_src_20120310.txz) = 572832 +SHA256 (palomino_src_20121026.txz) = fee1f1d05c8cb8bb25484d01b03ffdce44b31fac54a68c27f82d017ddee29b76 +SIZE (palomino_src_20121026.txz) = 572424 SHA256 (palomino_data_misc_20091027.tar.bz2) = f5b7183ae98a7842dcc626de388d396a50c98011745bc6afca7da402c13fdac8 SIZE (palomino_data_misc_20091027.tar.bz2) = 632943 SHA256 (palomino_data_models_20090615.tar.bz2) = 53acdb00a61cbfe5faca7c30276ae76a2d0c8a169eff292b54fc9701bfbe885a From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 10:32: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 1C4E74A1; Wed, 28 Nov 2012 10:32:45 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F24BF8FC13; Wed, 28 Nov 2012 10:32:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASAWihs003726; Wed, 28 Nov 2012 10:32:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASAWisS003716; Wed, 28 Nov 2012 10:32:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211281032.qASAWisS003716@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 10:32:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307898 - in head: . dns dns/sqldjbdns finance finance/gfp games games/44bsd-hunt games/six games/xbloody games/xquarto german german/digibux graphics graphics/ale irc irc/tr-ircd java ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 10:32:45 -0000 Author: bapt Date: Wed Nov 28 10:32:44 2012 New Revision: 307898 URL: http://svnweb.freebsd.org/changeset/ports/307898 Log: 2012-11-27 java/jmp: Java 1.5 is EOLed 2012-11-26 irc/tr-ircd: No more public distfiles 2012-11-26 lang/imp-interpreter: No more public distfiles 2012-11-26 games/xquarto: No more public distfiles 2012-11-26 games/six: No more public distfiles 2012-11-26 finance/gfp: No more public distfiles 2012-11-26 games/44bsd-hunt: No more public distfiles 2012-11-26 graphics/ale: No more public distfiles 2012-11-26 german/digibux: No more public distfiles 2012-11-26 java/eclipse-clay-core: No more public distfiles 2012-11-26 games/xbloody: No more public distfiles 2012-11-26 dns/sqldjbdns: No more public distfiles Feature safe: yes Deleted: head/dns/sqldjbdns/ head/finance/gfp/ head/games/44bsd-hunt/ head/games/six/ head/games/xbloody/ head/games/xquarto/ head/german/digibux/ head/graphics/ale/ head/irc/tr-ircd/ head/java/eclipse-clay-core/ head/java/jmp/ head/lang/imp-interpreter/ Modified: head/LEGAL head/MOVED head/dns/Makefile head/finance/Makefile head/games/Makefile head/german/Makefile head/graphics/Makefile head/irc/Makefile head/java/Makefile head/lang/Makefile Modified: head/LEGAL ============================================================================== --- head/LEGAL Wed Nov 28 09:54:30 2012 (r307897) +++ head/LEGAL Wed Nov 28 10:32:44 2012 (r307898) @@ -139,9 +139,6 @@ eagle-lin-*.run cad/linux-eagle5 Usage eawpats* audio/eawpats Some of the patches are not for commercial use eClient-linux-i686.run games/atitd Redistribution not allowed -eclipse/jp.azzurri.clay.core_*.bin.dist.* java/eclipse-clay-core License - agreement is required to - download edith* editors/edith Redistribution not allowed eijiro* japanese/eijiro-fpw The original dictionary is not free Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 09:54:30 2012 (r307897) +++ head/MOVED Wed Nov 28 10:32:44 2012 (r307898) @@ -3882,3 +3882,15 @@ net-mgmt/nagios-check_ice||2012-11-28|Ha japanese/libicq||2012-11-28|Has expired: No more public distfiles and development ceased graphics/tonicpoint-viewer||2012-11-28|Has expired: No more public distfiles devel/safestr||2012-11-28|Has expired: No more public distfiles +java/jmp||2012-11-28|Has expired: Java 1.5 is EOLed +irc/tr-ircd||2012-11-28|Has expired: No more public distfiles +lang/imp-interpreter||2012-11-28|Has expired: No more public distfiles +games/xquarto||2012-11-28|Has expired: No more public distfiles +games/six||2012-11-28|Has expired: No more public distfiles +finance/gfp||2012-11-28|Has expired: No more public distfiles +games/44bsd-hunt||2012-11-28|Has expired: No more public distfiles +graphics/ale||2012-11-28|Has expired: No more public distfiles +german/digibux||2012-11-28|Has expired: No more public distfiles +java/eclipse-clay-core||2012-11-28|Has expired: No more public distfiles +games/xbloody||2012-11-28|Has expired: No more public distfiles +dns/sqldjbdns||2012-11-28|Has expired: No more public distfiles Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Wed Nov 28 09:54:30 2012 (r307897) +++ head/dns/Makefile Wed Nov 28 10:32:44 2012 (r307898) @@ -152,7 +152,6 @@ SUBDIR += sheerdns SUBDIR += skadns SUBDIR += sleuth - SUBDIR += sqldjbdns SUBDIR += sshfp SUBDIR += tinystats SUBDIR += totd Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Wed Nov 28 09:54:30 2012 (r307897) +++ head/finance/Makefile Wed Nov 28 10:32:44 2012 (r307898) @@ -21,7 +21,6 @@ SUBDIR += eqonomize-kde3 SUBDIR += eqonomize-kde4 SUBDIR += expense - SUBDIR += gfp SUBDIR += gnofin SUBDIR += gnucash SUBDIR += gnucash-docs Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Wed Nov 28 09:54:30 2012 (r307897) +++ head/games/Makefile Wed Nov 28 10:32:44 2012 (r307898) @@ -7,7 +7,6 @@ SUBDIR += 0verkill SUBDIR += 3dc SUBDIR += 3dpong - SUBDIR += 44bsd-hunt SUBDIR += 4stattack SUBDIR += 54321 SUBDIR += BillardGL @@ -837,7 +836,6 @@ SUBDIR += simplevaders SUBDIR += simsu SUBDIR += simutrans - SUBDIR += six SUBDIR += sjeng SUBDIR += sl SUBDIR += slashem-tty @@ -1006,7 +1004,6 @@ SUBDIR += xblackjack SUBDIR += xblast SUBDIR += xblood - SUBDIR += xbloody SUBDIR += xboard SUBDIR += xboing SUBDIR += xbomb @@ -1082,7 +1079,6 @@ SUBDIR += xpuzzletama SUBDIR += xpyraminx SUBDIR += xqf - SUBDIR += xquarto SUBDIR += xrally SUBDIR += xrick SUBDIR += xrisk Modified: head/german/Makefile ============================================================================== --- head/german/Makefile Wed Nov 28 09:54:30 2012 (r307897) +++ head/german/Makefile Wed Nov 28 10:32:44 2012 (r307898) @@ -17,7 +17,6 @@ SUBDIR += bugzilla42 SUBDIR += calligra-l10n SUBDIR += dict - SUBDIR += digibux SUBDIR += ding SUBDIR += dtaus SUBDIR += eric4 Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 28 09:54:30 2012 (r307897) +++ head/graphics/Makefile Wed Nov 28 10:32:44 2012 (r307898) @@ -38,7 +38,6 @@ SUBDIR += agave SUBDIR += agg SUBDIR += albumshaper - SUBDIR += ale SUBDIR += allegrogl SUBDIR += alpng SUBDIR += amanith Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Wed Nov 28 09:54:30 2012 (r307897) +++ head/irc/Makefile Wed Nov 28 10:32:44 2012 (r307898) @@ -133,7 +133,6 @@ SUBDIR += thales SUBDIR += tircd SUBDIR += tircproxy - SUBDIR += tr-ircd SUBDIR += trickyirc SUBDIR += undernet-ircu SUBDIR += unreal Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Wed Nov 28 09:54:30 2012 (r307897) +++ head/java/Makefile Wed Nov 28 10:32:44 2012 (r307898) @@ -28,7 +28,6 @@ SUBDIR += eclipse-aptana2 SUBDIR += eclipse-cdt SUBDIR += eclipse-checkstyle - SUBDIR += eclipse-clay-core SUBDIR += eclipse-datatools SUBDIR += eclipse-devel SUBDIR += eclipse-drjava @@ -113,7 +112,6 @@ SUBDIR += jlex SUBDIR += jlint SUBDIR += jmf - SUBDIR += jmp SUBDIR += jode SUBDIR += jomp SUBDIR += jrosetta Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Wed Nov 28 09:54:30 2012 (r307897) +++ head/lang/Makefile Wed Nov 28 10:32:44 2012 (r307898) @@ -122,7 +122,6 @@ SUBDIR += icon SUBDIR += ifc SUBDIR += ikarus - SUBDIR += imp-interpreter SUBDIR += intel2gas SUBDIR += intercal SUBDIR += io From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 11:09: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 855FAA98; Wed, 28 Nov 2012 11:09:39 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6AAD38FC08; Wed, 28 Nov 2012 11:09:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASB9dDe010877; Wed, 28 Nov 2012 11:09:39 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASB9dPm010874; Wed, 28 Nov 2012 11:09:39 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201211281109.qASB9dPm010874@svn.freebsd.org> From: Alex Kozlov Date: Wed, 28 Nov 2012 11:09:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307899 - head/benchmarks/super-smack X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 11:09:39 -0000 Author: ak Date: Wed Nov 28 11:09:39 2012 New Revision: 307899 URL: http://svnweb.freebsd.org/changeset/ports/307899 Log: - Remove indefinite article from COMMENT - Use standard option name for postgresql - Convert tab to space after WWW: in pkg-descr - Convert Makefile headers to new style [1] - Convert to new options framework [1] PR: ports/173563 (based on) [1] Submitted by: Charlie & Approved by: Gea-Suan Lin (maintainer) Feature safe: yes Modified: head/benchmarks/super-smack/Makefile (contents, props changed) head/benchmarks/super-smack/pkg-descr (contents, props changed) Modified: head/benchmarks/super-smack/Makefile ============================================================================== --- head/benchmarks/super-smack/Makefile Wed Nov 28 10:32:44 2012 (r307898) +++ head/benchmarks/super-smack/Makefile Wed Nov 28 11:09:39 2012 (r307899) @@ -1,9 +1,5 @@ -# New ports collection makefile for: super-smack -# Date created: 2005-12-10 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= super-smack PORTVERSION= 1.3 @@ -12,7 +8,7 @@ CATEGORIES= benchmarks databases MASTER_SITES= http://vegan.net/tony/supersmack/ MAINTAINER= gslin@gslin.org -COMMENT= A benchmarking, stress testing, and load generation tool for Databases +COMMENT= Benchmarking, stress testing, and load generation tool for Databases GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-smacks-dir=${DATADIR} @@ -20,26 +16,30 @@ MAKE_JOBS_UNSAFE= yes PORTDOCS= README TUTORIAL -OPTIONS= MYSQL "Enable MySQL support" on \ - POSTGRESQL "Enable PostgreSQL support" off +OPTIONS_MULTI= DB +OPTIONS_MULTI_DB= MYSQL PGSQL +OPTIONS_DEFAULT= MYSQL -.include +PGSQL_DESC= Enable PostgreSQL support +MYSQL_DESC= Enable MySQL support -.if !defined(WITHOUT_MYSQL) +.include + +.if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+=--with-mysql \ --with-mysql-include=${LOCALBASE}/include/mysql \ --with-mysql-lib=${LOCALBASE}/lib/mysql .endif -.if defined(WITH_POSTGRESQL) +.if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+=--with-pgsql \ --with-pgsql-include=${LOCALBASE}/include \ --with-pgsql-lib=${LOCALBASE}/lib .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} @@ -47,4 +47,4 @@ post-install: .endfor .endif -.include +.include Modified: head/benchmarks/super-smack/pkg-descr ============================================================================== --- head/benchmarks/super-smack/pkg-descr Wed Nov 28 10:32:44 2012 (r307898) +++ head/benchmarks/super-smack/pkg-descr Wed Nov 28 11:09:39 2012 (r307899) @@ -3,4 +3,4 @@ for MySQL (and PostgreSQL). Super Smack Pachev, and then hosted and maintained by Jeremy Zawodny. Author: Tony Bourke -WWW: http://vegan.net/tony/supersmack/ +WWW: http://vegan.net/tony/supersmack/ From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 11:17: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 42ACEC37; Wed, 28 Nov 2012 11:17:56 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 260268FC12; Wed, 28 Nov 2012 11:17:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASBHune012815; Wed, 28 Nov 2012 11:17:56 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASBHtJq012807; Wed, 28 Nov 2012 11:17:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211281117.qASBHtJq012807@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 11:17:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307900 - in head: . comms comms/garmin-utils comms/snooper databases databases/php-sqlrelay devel devel/fastdep ftp ftp/mget games games/demonquake games/xcogitate graphics graphics/sv... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 11:17:56 -0000 Author: bapt Date: Wed Nov 28 11:17:55 2012 New Revision: 307900 URL: http://svnweb.freebsd.org/changeset/ports/307900 Log: 2012-11-26 ftp/mget: No more public distfiles 2012-11-26 graphics/yap: No more public distfiles 2012-11-26 games/demonquake: No more public distfiles 2012-11-26 databases/php-sqlrelay: No more public distfiles 2012-11-26 devel/fastdep: No more public distfiles 2012-11-26 graphics/svgviewer: No more public distfiles 2012-11-26 comms/garmin-utils: No more public distfiles 2012-11-26 comms/snooper: No more public distfiles 2012-11-26 graphics/xfig-devel: Stable version is more recent than devel version 2012-11-26 irc/irchat-jp: No more public distfiles 2012-11-26 games/xcogitate: No more public distfiles Feature safe: yes Deleted: head/comms/garmin-utils/ head/comms/snooper/ head/databases/php-sqlrelay/ head/devel/fastdep/ head/ftp/mget/ head/games/demonquake/ head/games/xcogitate/ head/graphics/svgviewer/ head/graphics/xfig-devel/ head/graphics/yap/ head/irc/irchat-jp/ Modified: head/MOVED head/comms/Makefile head/databases/Makefile head/devel/Makefile head/ftp/Makefile head/games/Makefile head/graphics/Makefile head/irc/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 11:09:39 2012 (r307899) +++ head/MOVED Wed Nov 28 11:17:55 2012 (r307900) @@ -3894,3 +3894,14 @@ german/digibux||2012-11-28|Has expired: java/eclipse-clay-core||2012-11-28|Has expired: No more public distfiles games/xbloody||2012-11-28|Has expired: No more public distfiles dns/sqldjbdns||2012-11-28|Has expired: No more public distfiles +ftp/mget||2012-11-28|Has expired: No more public distfiles +graphics/yap||2012-11-28|Has expired: No more public distfiles +games/demonquake||2012-11-28|Has expired: No more public distfiles +databases/php-sqlrelay||2012-11-28|Has expired: No more public distfiles +devel/fastdep||2012-11-28|Has expired: No more public distfiles +graphics/svgviewer||2012-11-28|Has expired: No more public distfiles +comms/garmin-utils||2012-11-28|Has expired: No more public distfiles +comms/snooper||2012-11-28|Has expired: No more public distfiles +graphics/xfig-devel||2012-11-28|Has expired: Stable version is more recent than devel version +irc/irchat-jp||2012-11-28|Has expired: No more public distfiles +games/xcogitate||2012-11-28|Has expired: No more public distfiles Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Wed Nov 28 11:09:39 2012 (r307899) +++ head/comms/Makefile Wed Nov 28 11:17:55 2012 (r307900) @@ -38,7 +38,6 @@ SUBDIR += flwrap SUBDIR += gammu SUBDIR += gammu-devel - SUBDIR += garmin-utils SUBDIR += geoid SUBDIR += ge-x2212 SUBDIR += ghfaxviewer @@ -138,7 +137,6 @@ SUBDIR += serialoverip SUBDIR += seyon SUBDIR += smstools3 - SUBDIR += snooper SUBDIR += soundmodem SUBDIR += spandsp SUBDIR += spandsp-devel Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Nov 28 11:09:39 2012 (r307899) +++ head/databases/Makefile Wed Nov 28 11:17:55 2012 (r307900) @@ -558,7 +558,6 @@ SUBDIR += php-adodb-ext SUBDIR += php-mdcached SUBDIR += php-sqlite3 - SUBDIR += php-sqlrelay SUBDIR += php5-creole SUBDIR += php5-dba SUBDIR += php5-interbase Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 28 11:09:39 2012 (r307899) +++ head/devel/Makefile Wed Nov 28 11:17:55 2012 (r307900) @@ -401,7 +401,6 @@ SUBDIR += fam SUBDIR += fampp SUBDIR += fastcrc - SUBDIR += fastdep SUBDIR += fb303 SUBDIR += fc++ SUBDIR += ffcall Modified: head/ftp/Makefile ============================================================================== --- head/ftp/Makefile Wed Nov 28 11:09:39 2012 (r307899) +++ head/ftp/Makefile Wed Nov 28 11:17:55 2012 (r307900) @@ -51,7 +51,6 @@ SUBDIR += linux-f10-curl SUBDIR += llnlxdir SUBDIR += llnlxftp - SUBDIR += mget SUBDIR += mirror SUBDIR += multiget SUBDIR += ncftp1 Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Wed Nov 28 11:09:39 2012 (r307899) +++ head/games/Makefile Wed Nov 28 11:17:55 2012 (r307900) @@ -178,7 +178,6 @@ SUBDIR += darkplaces SUBDIR += deal SUBDIR += defendguin - SUBDIR += demonquake SUBDIR += deng SUBDIR += diameter SUBDIR += digger-vgl @@ -1012,7 +1011,6 @@ SUBDIR += xchadance SUBDIR += xcheckers SUBDIR += xchomp - SUBDIR += xcogitate SUBDIR += xconq SUBDIR += xcowsay SUBDIR += xcubes Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 28 11:09:39 2012 (r307899) +++ head/graphics/Makefile Wed Nov 28 11:17:55 2012 (r307900) @@ -955,7 +955,6 @@ SUBDIR += svg2swf SUBDIR += svgalib SUBDIR += svgfig - SUBDIR += svgviewer SUBDIR += swfdec SUBDIR += swfmill SUBDIR += swftools @@ -1009,7 +1008,6 @@ SUBDIR += xenomorph SUBDIR += xface.el SUBDIR += xfig - SUBDIR += xfig-devel SUBDIR += xfpovray SUBDIR += xfractint SUBDIR += xglurbules @@ -1053,7 +1051,6 @@ SUBDIR += xzgv SUBDIR += yafray SUBDIR += yagf - SUBDIR += yap SUBDIR += yed SUBDIR += yukon SUBDIR += zathura Modified: head/irc/Makefile ============================================================================== --- head/irc/Makefile Wed Nov 28 11:09:39 2012 (r307899) +++ head/irc/Makefile Wed Nov 28 11:17:55 2012 (r307900) @@ -43,7 +43,6 @@ SUBDIR += ircd-ratbox SUBDIR += ircd-ratbox-devel SUBDIR += ircd-ru - SUBDIR += irchat-jp SUBDIR += irchat-pj-emacs21 SUBDIR += irchat-pj-xemacs21-mule SUBDIR += ircproxy From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 11:27: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 BABCCDCE; Wed, 28 Nov 2012 11:27:40 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9F5018FC0C; Wed, 28 Nov 2012 11:27:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASBRejH014702; Wed, 28 Nov 2012 11:27:40 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASBRe6M014698; Wed, 28 Nov 2012 11:27:40 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211281127.qASBRe6M014698@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 28 Nov 2012 11:27:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307901 - head/graphics/grafx2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 11:27:40 -0000 Author: ehaupt Date: Wed Nov 28 11:27:40 2012 New Revision: 307901 URL: http://svnweb.freebsd.org/changeset/ports/307901 Log: Update to 2.4.2035 Feature safe: yes Modified: head/graphics/grafx2/Makefile head/graphics/grafx2/distinfo head/graphics/grafx2/pkg-plist Modified: head/graphics/grafx2/Makefile ============================================================================== --- head/graphics/grafx2/Makefile Wed Nov 28 11:17:55 2012 (r307900) +++ head/graphics/grafx2/Makefile Wed Nov 28 11:27:40 2012 (r307901) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= grafx2 -PORTVERSION= 2.3.1781 -PORTREVISION= 2 +PORTVERSION= 2.4.2035 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-src Modified: head/graphics/grafx2/distinfo ============================================================================== --- head/graphics/grafx2/distinfo Wed Nov 28 11:17:55 2012 (r307900) +++ head/graphics/grafx2/distinfo Wed Nov 28 11:27:40 2012 (r307901) @@ -1,2 +1,2 @@ -SHA256 (grafx2-2.3.1781-src.tgz) = b43fa837e30abfb0830f9a1b793a78ed690fbafdcd378e51197f01998bbf392e -SIZE (grafx2-2.3.1781-src.tgz) = 683951 +SHA256 (grafx2-2.4.2035-src.tgz) = 5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b +SIZE (grafx2-2.4.2035-src.tgz) = 721482 Modified: head/graphics/grafx2/pkg-plist ============================================================================== --- head/graphics/grafx2/pkg-plist Wed Nov 28 11:17:55 2012 (r307900) +++ head/graphics/grafx2/pkg-plist Wed Nov 28 11:27:40 2012 (r307901) @@ -18,44 +18,45 @@ share/grafx2/fonts/PF_Westa_7__.png share/grafx2/fonts/Tuffy.ttf share/grafx2/gfx2.gif share/grafx2/gfx2def.ini -share/grafx2/scripts/samples_2.3/brush/ApplyColor.lua -share/grafx2/scripts/samples_2.3/brush/Fisheye.lua -share/grafx2/scripts/samples_2.3/brush/GrayscaleAvg.lua -share/grafx2/scripts/samples_2.3/brush/GrayscaleDesat.lua -share/grafx2/scripts/samples_2.3/brush/Halfsmooth.lua -share/grafx2/scripts/samples_2.3/brush/Waves.lua -share/grafx2/scripts/samples_2.3/demo/3DPalette.lua -share/grafx2/scripts/samples_2.3/demo/Ellipse.lua -share/grafx2/scripts/samples_2.3/demo/FlipPicture.lua -share/grafx2/scripts/samples_2.3/demo/SierpinskyCarpet.lua -share/grafx2/scripts/samples_2.3/demo/SierpinskyTriangle.lua -share/grafx2/scripts/samples_2.3/demo/Spritesheet.lua -share/grafx2/scripts/samples_2.3/demo/brush/Amigaball.lua -share/grafx2/scripts/samples_2.3/demo/brush/ColorSphere.lua -share/grafx2/scripts/samples_2.3/demo/brush/FindAA.lua -share/grafx2/scripts/samples_2.3/demo/brush/Mandelbrot.lua -share/grafx2/scripts/samples_2.3/libs/dawnbringer_lib.lua -share/grafx2/scripts/samples_2.3/libs/memory.lua -share/grafx2/scripts/samples_2.3/palette/Desaturate.lua -share/grafx2/scripts/samples_2.3/palette/ExpandColors.lua -share/grafx2/scripts/samples_2.3/palette/FillColorCube.lua -share/grafx2/scripts/samples_2.3/palette/InvertedRGB.lua -share/grafx2/scripts/samples_2.3/palette/Set3bit.lua -share/grafx2/scripts/samples_2.3/palette/Set6bit.lua -share/grafx2/scripts/samples_2.3/palette/SetC64Palette.lua -share/grafx2/scripts/samples_2.3/palette/ShiftHue.lua -share/grafx2/scripts/samples_2.3/picture/CellColourReducer.lua -share/grafx2/scripts/samples_2.3/picture/DrawGridIsometric.lua -share/grafx2/scripts/samples_2.3/picture/DrawGridOrthogonal_RGB.lua -share/grafx2/scripts/samples_2.3/picture/DrawgridOrthogonal_Index.lua -share/grafx2/scripts/samples_2.3/picture/GlassGridFilter.lua -share/grafx2/scripts/samples_2.3/picture/PaletteToPicture.lua -share/grafx2/scripts/samples_2.3/picture/Pic2isometric.lua -share/grafx2/scripts/samples_2.3/picture/Rainbow-Dark2Bright.lua -share/grafx2/scripts/samples_2.3/picture/RemapImage2RGB.lua -share/grafx2/scripts/samples_2.3/picture/RemapImage2RGB_ed.lua -share/grafx2/scripts/samples_2.3/picture/RemapImageTo3bitPal.lua -share/grafx2/scripts/samples_2.3/picture/XBitColourXpaceFromPalette.lua +share/grafx2/scripts/samples_2.4/brush/ApplyColor.lua +share/grafx2/scripts/samples_2.4/brush/Fisheye.lua +share/grafx2/scripts/samples_2.4/brush/GrayscaleAvg.lua +share/grafx2/scripts/samples_2.4/brush/GrayscaleDesat.lua +share/grafx2/scripts/samples_2.4/brush/Halfsmooth.lua +share/grafx2/scripts/samples_2.4/brush/Waves.lua +share/grafx2/scripts/samples_2.4/demo/3DPalette.lua +share/grafx2/scripts/samples_2.4/demo/Ellipse.lua +share/grafx2/scripts/samples_2.4/demo/FlipPicture.lua +share/grafx2/scripts/samples_2.4/demo/SierpinskyCarpet.lua +share/grafx2/scripts/samples_2.4/demo/SierpinskyTriangle.lua +share/grafx2/scripts/samples_2.4/demo/Spritesheet.lua +share/grafx2/scripts/samples_2.4/demo/brush/Amigaball.lua +share/grafx2/scripts/samples_2.4/demo/brush/ColorSphere.lua +share/grafx2/scripts/samples_2.4/demo/brush/FindAA.lua +share/grafx2/scripts/samples_2.4/demo/brush/Mandelbrot.lua +share/grafx2/scripts/samples_2.4/libs/dawnbringer_lib.lua +share/grafx2/scripts/samples_2.4/libs/memory.lua +share/grafx2/scripts/samples_2.4/palette/Desaturate.lua +share/grafx2/scripts/samples_2.4/palette/ExpandColors.lua +share/grafx2/scripts/samples_2.4/palette/FillColorCube.lua +share/grafx2/scripts/samples_2.4/palette/InvertedRGB.lua +share/grafx2/scripts/samples_2.4/palette/Set3bit.lua +share/grafx2/scripts/samples_2.4/palette/Set6bit.lua +share/grafx2/scripts/samples_2.4/palette/SetC64Palette.lua +share/grafx2/scripts/samples_2.4/palette/ShiftHue.lua +share/grafx2/scripts/samples_2.4/picture/CellColourReducer.lua +share/grafx2/scripts/samples_2.4/picture/DrawGridIsometric.lua +share/grafx2/scripts/samples_2.4/picture/DrawGridOrthogonal_RGB.lua +share/grafx2/scripts/samples_2.4/picture/DrawgridOrthogonal_Index.lua +share/grafx2/scripts/samples_2.4/picture/GlassGridFilter.lua +share/grafx2/scripts/samples_2.4/picture/PaletteToPicture.lua +share/grafx2/scripts/samples_2.4/picture/Pic2isometric.lua +share/grafx2/scripts/samples_2.4/picture/Rainbow-Dark2Bright.lua +share/grafx2/scripts/samples_2.4/picture/RemapImage2RGB.lua +share/grafx2/scripts/samples_2.4/picture/RemapImage2RGB_ed.lua +share/grafx2/scripts/samples_2.4/picture/RemapImageTo3bitPal.lua +share/grafx2/scripts/samples_2.4/picture/Tiler.lua +share/grafx2/scripts/samples_2.4/picture/XBitColourXpaceFromPalette.lua share/grafx2/skins/font_Classic.png share/grafx2/skins/font_DPaint.png share/grafx2/skins/font_Fairlight.png @@ -69,16 +70,16 @@ share/grafx2/skins/skin_modern.png share/grafx2/skins/skin_scenish.png share/icons/grafx2.svg share/icons/grafx2.xpm +@dirrm share/icons @dirrm share/grafx2/skins -@dirrm share/grafx2/scripts/samples_2.3/picture -@dirrm share/grafx2/scripts/samples_2.3/palette -@dirrm share/grafx2/scripts/samples_2.3/libs -@dirrm share/grafx2/scripts/samples_2.3/demo/brush -@dirrm share/grafx2/scripts/samples_2.3/demo -@dirrm share/grafx2/scripts/samples_2.3/brush -@dirrm share/grafx2/scripts/samples_2.3 +@dirrm share/grafx2/scripts/samples_2.4/picture +@dirrm share/grafx2/scripts/samples_2.4/palette +@dirrm share/grafx2/scripts/samples_2.4/libs +@dirrm share/grafx2/scripts/samples_2.4/demo/brush +@dirrm share/grafx2/scripts/samples_2.4/demo +@dirrm share/grafx2/scripts/samples_2.4/brush +@dirrm share/grafx2/scripts/samples_2.4 @dirrm share/grafx2/scripts @dirrm share/grafx2/fonts @dirrm share/grafx2 -@dirrmtry share/icons -@dirrmtry share/applications +@dirrm share/applications From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 11:29: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 399B4EBE; Wed, 28 Nov 2012 11:29:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1ED5F8FC08; Wed, 28 Nov 2012 11:29:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASBT6aB015052; Wed, 28 Nov 2012 11:29:06 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASBT6Aw015051; Wed, 28 Nov 2012 11:29:06 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211281129.qASBT6Aw015051@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 28 Nov 2012 11:29:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307902 - head/graphics/grafx2/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 11:29:07 -0000 Author: ehaupt Date: Wed Nov 28 11:29:06 2012 New Revision: 307902 URL: http://svnweb.freebsd.org/changeset/ports/307902 Log: Add patchfile. Feature safe: yes Added: head/graphics/grafx2/files/ head/graphics/grafx2/files/patch-realpath.c (contents, props changed) Added: head/graphics/grafx2/files/patch-realpath.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/grafx2/files/patch-realpath.c Wed Nov 28 11:29:06 2012 (r307902) @@ -0,0 +1,11 @@ +--- ./realpath.c.orig 2012-11-28 11:58:06.000000000 +0100 ++++ ./realpath.c 2012-11-28 11:58:22.000000000 +0100 +@@ -6,7 +6,7 @@ + #include + #include + #include +-#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) ++#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) || defined(__FreeBSD__) + #include + #endif + From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 11:53:59 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5239F54D; Wed, 28 Nov 2012 11:53:59 +0000 (UTC) Date: Wed, 28 Nov 2012 11:53:59 +0000 From: Alexey Dokuchaev To: Alex Kozlov Subject: Re: svn commit: r307899 - head/benchmarks/super-smack Message-ID: <20121128115359.GA53862@FreeBSD.org> References: <201211281109.qASB9dPm010874@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211281109.qASB9dPm010874@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 11:53:59 -0000 On Wed, Nov 28, 2012 at 11:09:39AM +0000, Alex Kozlov wrote: > New Revision: 307899 > URL: http://svnweb.freebsd.org/changeset/ports/307899 > > +PGSQL_DESC= Enable PostgreSQL support > +MYSQL_DESC= Enable MySQL support In this case, generic descriptions should have been used. > @@ -3,4 +3,4 @@ for MySQL (and PostgreSQL). Super Smack > Pachev, and then hosted and maintained by Jeremy Zawodny. > > Author: Tony Bourke Author tag is 1) deprecated tag used only when there is no WWW found; and 2) badly formatted (cf. WWW). ./danfe From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 12:21: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 2AFF5DD2; Wed, 28 Nov 2012 12:21:46 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 103978FC17; Wed, 28 Nov 2012 12:21:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASCLjdP024802; Wed, 28 Nov 2012 12:21:45 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASCLj7Q024801; Wed, 28 Nov 2012 12:21:45 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201211281221.qASCLj7Q024801@svn.freebsd.org> From: Alex Kozlov Date: Wed, 28 Nov 2012 12:21:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307903 - head/x11/settitle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 12:21:46 -0000 Author: ak Date: Wed Nov 28 12:21:45 2012 New Revision: 307903 URL: http://svnweb.freebsd.org/changeset/ports/307903 Log: - Remove indefinite article from COMMENT - Fix MASTER_SITES [1] PR: ports/173823 [1] Submitted by: Andrew Stevenson Feature safe: yes Modified: head/x11/settitle/Makefile (contents, props changed) Modified: head/x11/settitle/Makefile ============================================================================== --- head/x11/settitle/Makefile Wed Nov 28 11:29:06 2012 (r307902) +++ head/x11/settitle/Makefile Wed Nov 28 12:21:45 2012 (r307903) @@ -4,10 +4,10 @@ PORTNAME= settitle PORTVERSION= 1.1.1 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/ +MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/settitle/ MAINTAINER= ports@FreeBSD.org -COMMENT= A program for setting the title of terminal emulator windows +COMMENT= Program for setting the title of terminal emulator windows WRKSRC= ${WRKDIR}/settitle From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 12:47: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 26B486CF; Wed, 28 Nov 2012 12:47:21 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0986A8FC16; Wed, 28 Nov 2012 12:47:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASClKoq029363; Wed, 28 Nov 2012 12:47:20 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASClKRb029361; Wed, 28 Nov 2012 12:47:20 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201211281247.qASClKRb029361@svn.freebsd.org> From: TAKATSU Tomonari Date: Wed, 28 Nov 2012 12:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307904 - head/japanese/rubygem-jpmobile X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 12:47:21 -0000 Author: tota Date: Wed Nov 28 12:47:20 2012 New Revision: 307904 URL: http://svnweb.freebsd.org/changeset/ports/307904 Log: - Update to 3.0.7 Feature safe: yes Modified: head/japanese/rubygem-jpmobile/Makefile head/japanese/rubygem-jpmobile/distinfo Modified: head/japanese/rubygem-jpmobile/Makefile ============================================================================== --- head/japanese/rubygem-jpmobile/Makefile Wed Nov 28 12:21:45 2012 (r307903) +++ head/japanese/rubygem-jpmobile/Makefile Wed Nov 28 12:47:20 2012 (r307904) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jpmobile -PORTVERSION= 3.0.6 +PORTVERSION= 3.0.7 CATEGORIES= japanese www rubygems MASTER_SITES= RG Modified: head/japanese/rubygem-jpmobile/distinfo ============================================================================== --- head/japanese/rubygem-jpmobile/distinfo Wed Nov 28 12:21:45 2012 (r307903) +++ head/japanese/rubygem-jpmobile/distinfo Wed Nov 28 12:47:20 2012 (r307904) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jpmobile-3.0.6.gem) = 9fe56174bb209bf26d143bb184f1a95bd8783630b4255539c246854916d5f1cf -SIZE (rubygem/jpmobile-3.0.6.gem) = 381952 +SHA256 (rubygem/jpmobile-3.0.7.gem) = 8027f01efb260d3dc56690b0d7eb172d18a49a3f4e1752fb01fe6272f6aad9ba +SIZE (rubygem/jpmobile-3.0.7.gem) = 382464 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 12:58: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 7CFD18E1 for ; Wed, 28 Nov 2012 12:58:20 +0000 (UTC) (envelope-from lists@eitanadler.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 DE35C8FC16 for ; Wed, 28 Nov 2012 12:58:19 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so10405659lbb.13 for ; Wed, 28 Nov 2012 04:58:18 -0800 (PST) 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=uHToviL86P7cxFmGexLn/l4zlELIdOPo58ysq/0TAdI=; b=f0eNpuqNpxL9cmnsh5MePs9g+AiVVh+NuTqvXrOHxnyY6Ct3t6QUxnLijL5gR566iV 7BfTj+rcnHuAF0iNyL3dvc6qoim8mlMslJD41jq8UaiohuIOQBM+UCCV2FDOJVCvfPtI 4AIP7xCmoyeuLgPrDTRESCnA0yZBkAIEeMX1o= 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=uHToviL86P7cxFmGexLn/l4zlELIdOPo58ysq/0TAdI=; b=lw3kIymBDFm2iwcTHNi4j5m0TIr9gD3tZlIqIAL9o6rpUuKqDgYKV32+0HYlQWV3zE BMThgGMsLl6ETlhfjyxcva9t9kERrWSUk7b5jXAa+8VN8N9Ceai8X4vpNTJd3y/v+NTB 05bon5rYIjY1URhTXEkmDyKbU/tqscc09VR9xvvnKSRt0rcyBlxrS+0jECBbOWZ1A4Y0 ZEdl2jqYdiVMW+3A2hjb1HN1lahevb9ztpKbDBTb3XAUe3cAJdORaR22NwSIT5oX1wjT NDhdaD47eQqT2bUbiI5ia/VuP6oKmxoWwByJ+XPYCwPpzv71FysRM5wQxLSmJojIp/G6 YGMA== Received: by 10.152.108.48 with SMTP id hh16mr17837730lab.25.1354107498607; Wed, 28 Nov 2012 04:58:18 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Wed, 28 Nov 2012 04:57:48 -0800 (PST) In-Reply-To: <50B5DBF5.9020801@FreeBSD.org> References: <201211280826.qAS8QmWu077786@svn.freebsd.org> <20121128092232.GA45503@FreeBSD.org> <50B5DBF5.9020801@FreeBSD.org> From: Eitan Adler Date: Wed, 28 Nov 2012 07:57:48 -0500 X-Google-Sender-Auth: RAQdQE7eEx1E4C4ind5_29xhycc Message-ID: Subject: Re: svn commit: r307891 - in head/benchmarks/bonnie++: . files To: Alex Dupre Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlKIj1QYIyRoCzGTxc01lch+d/FRlgK+kHyrG30QNGm3hJ6ERWrqqJ3Q7ksZdvMJV3eTXaK Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , Ganael LAPLANCHE , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 12:58:20 -0000 On 28 November 2012 04:40, Alex Dupre wrote: > Alexey Dokuchaev ha scritto: >> I wonder is it about time to drop this $PTHREAD_LIBS magic? It's been >> -pthread on all supported versions of FreeBSD for a while now. > > Moreover, on 8.x and later there is no difference between -pthread and > -lpthread, so the original motivation of using -pthread doesn't apply > anymore: Is this actually true? I started a thread on on -hackers about this and got no information. :( FWIW -pthread also sets -D_REENTRENT but I havn't seen a case where this matters. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 13:04: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 1FD9AA3F; Wed, 28 Nov 2012 13:04:21 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) by mx1.freebsd.org (Postfix) with ESMTP id CD19A8FC14; Wed, 28 Nov 2012 13:04:18 +0000 (UTC) Date: Wed, 28 Nov 2012 15:04:17 +0200 From: Alex Kozlov To: Alexey Dokuchaev Subject: Re: svn commit: r307899 - head/benchmarks/super-smack Message-ID: <20121128130417.GA31569@ravenloft.kiev.ua> References: <201211281109.qASB9dPm010874@svn.freebsd.org> <20121128115359.GA53862@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121128115359.GA53862@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 13:04:21 -0000 On Wed, Nov 28, 2012 at 11:53:59AM +0000, Alexey Dokuchaev wrote: > On Wed, Nov 28, 2012 at 11:09:39AM +0000, Alex Kozlov wrote: > > New Revision: 307899 > > URL: http://svnweb.freebsd.org/changeset/ports/307899 > > > > +PGSQL_DESC= Enable PostgreSQL support > > +MYSQL_DESC= Enable MySQL support > In this case, generic descriptions should have been used. No, specific descriptions are still better. > > @@ -3,4 +3,4 @@ for MySQL (and PostgreSQL). Super Smack > > Pachev, and then hosted and maintained by Jeremy Zawodny. > > > > Author: Tony Bourke > Author tag is 1) deprecated tag used only when there is no WWW found; and 2) > badly formatted (cf. WWW). This was impossible to catch in vim, it should be automated like with WWW. If this tag is obsolete, then portlint should display a warning. I can implement the patch, but before that can you please point me to documentation where it stated? Thanks. -- Alex From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 13:52: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 3F2E77E5; Wed, 28 Nov 2012 13:52:40 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 20FBB8FC12; Wed, 28 Nov 2012 13:52:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASDqduQ041703; Wed, 28 Nov 2012 13:52:39 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASDqdPA041702; Wed, 28 Nov 2012 13:52:39 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211281352.qASDqdPA041702@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 13:52:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307905 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 13:52:40 -0000 Author: bapt Date: Wed Nov 28 13:52:39 2012 New Revision: 307905 URL: http://svnweb.freebsd.org/changeset/ports/307905 Log: Propose to replace graphics/xfig-devel by graphics/xfig Feature safe: yes Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 12:47:20 2012 (r307904) +++ head/MOVED Wed Nov 28 13:52:39 2012 (r307905) @@ -3902,6 +3902,6 @@ devel/fastdep||2012-11-28|Has expired: N graphics/svgviewer||2012-11-28|Has expired: No more public distfiles comms/garmin-utils||2012-11-28|Has expired: No more public distfiles comms/snooper||2012-11-28|Has expired: No more public distfiles -graphics/xfig-devel||2012-11-28|Has expired: Stable version is more recent than devel version +graphics/xfig-devel|graphics/xfig|2012-11-28|Has expired: Stable version is more recent than devel version irc/irchat-jp||2012-11-28|Has expired: No more public distfiles games/xcogitate||2012-11-28|Has expired: No more public distfiles From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 13:53: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 630788CA for ; Wed, 28 Nov 2012 13:53:37 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 730D08FC1C for ; Wed, 28 Nov 2012 13:53:35 +0000 (UTC) Received: (qmail 83289 invoked from network); 28 Nov 2012 13:53:27 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 28 Nov 2012 13:53:27 -0000 Message-ID: <50B61757.7090303@FreeBSD.org> Date: Wed, 28 Nov 2012 14:53:27 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Firefox/17.0 SeaMonkey/2.14 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r307891 - in head/benchmarks/bonnie++: . files References: <201211280826.qAS8QmWu077786@svn.freebsd.org> <20121128092232.GA45503@FreeBSD.org> <50B5DBF5.9020801@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , Ganael LAPLANCHE , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 13:53:37 -0000 Eitan Adler ha scritto: > Is this actually true? I started a thread on on -hackers about this > and got no information. :( > > FWIW -pthread also sets -D_REENTRENT but I havn't seen a case where > this matters. I was talking about PTHREAD_LIBS: -pthread and -lpthread are equivalent on linking step on current FreeBSD supported releases. PTHREAD_CFLAGS instead is already empty, since no compile time flags are needed by FreeBSD to enable threading support. -- Alex Dupre From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 14:18: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 452DD27E; Wed, 28 Nov 2012 14:18:13 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2A24E8FC0C; Wed, 28 Nov 2012 14:18:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASEIDV9046947; Wed, 28 Nov 2012 14:18:13 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASEICPv046943; Wed, 28 Nov 2012 14:18:12 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211281418.qASEICPv046943@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 28 Nov 2012 14:18:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307906 - in head/lang/seed7: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 14:18:13 -0000 Author: gahr Date: Wed Nov 28 14:18:12 2012 New Revision: 307906 URL: http://svnweb.freebsd.org/changeset/ports/307906 Log: - Update to 05_20121125 20121125: - The makefiles and the file setpaths.c were improved to accept the macros S7_LIB_DIR (Directory with static Seed7 object libraries) and SEED7_LIBRARY (Directory with the Seed7 include libraries). Now the build process of a package can call make e.g. with: make S7_LIB_DIR=/abc/seed7/bin SEED7_LIBRARY=/abc/seed7/lib depend This way the two paths are defined in version.h. This defines them as default paths in the interpreter executable and in the compiler. - An explanation, what a binary Seed7 package should install, was added to the FAQ. This can be used as guideline for Seed7 packages. - The description of the times-operator in the manual and in array.s7i was improved. - A description of the function name(PROGRAM), file(PROGRAM) and 'environment' was added to the manual. - The new library environment.s7i was added. Most of the contents of this library was extracted from "seed7_05.sd7". The new library is included from "seed7_05.s7i", so no change in existing programs is necessary. - A documentation comment for getSearchPath was added to shell.s7i. - The functions ltrim and rtrim were added to the library string.s7i. - Testcases for ltrim and rtrim were added to chkstr.sd7. - The function getProgramName in arr_rtl.c was improved to do the comparison with EXECUTABLE_FILE_EXTENSION correctly. - The program tar7.sd7 was improved to accept also DOS paths for the file specified with -f. - The function homeDir was improved to work with DJGPP (either $HOME or C:\ is used). - The function prc_cpy in prclib.c was improved. - The files executl.c, hshlib.c, ref_data.c, reflib.c and sctlib.c were improved to copy the descriptor union with memcpy and to copy the posinfo flag with SET_ANY_FLAG, when necessary. 20121104: - The new function homeDir was added to the library osfiles.s7i. Interpreter and compiler were improved to support homeDir. - The libraries makedata.s7i and make.s7i were improved to support replacement macros. - A check for division by zero with /:= was added to chkflt.sd7. - The compiler (comp.sd7) was improved to use definitions of NOT_A_NUMBER, POSITIVE_INFINITY and NEGATIVE_INFINITY. - The program chkccomp.c was improved. Now it manages the macros likely, unlikely, UNISTD_H_PRESENT, POPEN_MISSING, os_utime_orig, os_utime, USE_ALTERNATE_UTIME, INCLUDE_SYS_UTIME, USE_LOCALTIME_R, USE_LOCALTIME_S, FLOAT_ZERO_DIV_ERROR, CHECK_FLOAT_DIV_BY_ZERO, ISNAN_WITH_UNDERLINE and HOME_DIR_ENV_VAR. Additionally chkccomp.c does not depend on the definitions of long_long_EXISTS, long_long_SUFFIX_LL, __int64_EXISTS, __int64_SUFFIX_LL and USE_BUILTIN_EXPECT in chkccomp.h. - The functions flt_div and flt_div_assign in fltlib.c were improved to work correctly when CHECK_FLOAT_DIV_BY_ZERO is defined. - Several #defines were ommitted from the makefiles. - Explanations of several version.h #defines were added to read_me.txt Feature safe: yes Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo head/lang/seed7/files/patch-makefile head/lang/seed7/pkg-plist Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Wed Nov 28 13:52:39 2012 (r307905) +++ head/lang/seed7/Makefile Wed Nov 28 14:18:12 2012 (r307906) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20121021 +DISTVERSION= 05_20121125 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -20,7 +20,11 @@ ONLY_FOR_ARCHS= i386 amd64 sparc64 WRKSRC= ${WRKDIR}/${PORTNAME}/src MAKEFILE= makefile -ALL_TARGET= hi +MAKE_ENV+= S7_LIB_DIR=${PREFIX}/lib/seed7 \ + SEED7_LIBRARY=${PREFIX}/lib/seed7 \ + C_COMPILER=${CC} \ + CPLUSPLUS_COMPILER=${CPP} +ALL_TARGET= depend hi .include @@ -29,15 +33,8 @@ BROKEN= does not compile .endif post-patch: - ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g;\ - s|`pwd`|${PREFIX}/lib/${PORTNAME}|g;\ - s|-lX11|$${LFLAGS} -lX11|g' \ - ${WRKSRC}/makefile - ${REINPLACE_CMD} -i '' -e 's|./hi|${PREFIX}/bin/hi|g' \ - ${WRKSRC}/../prg/chk_all.sd7 - -do-configure: - (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} depend) + ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g;' ${WRKSRC}/makefile + ${REINPLACE_CMD} -i '' -e 's|./hi|${PREFIX}/bin/hi|g' ${WRKSRC}/../prg/chk_all.sd7 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/../bin/hi ${PREFIX}/bin @@ -50,16 +47,22 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/../bin/seed7_05.a ${PREFIX}/lib/${PORTNAME} post-install: +# compile the seed7 compiler (needs the libraries to be installed) + cd ${WRKSRC}/../prg && ./hi comp -O2 comp + ${INSTALL_PROGRAM} ${WRKSRC}/../prg/comp ${PREFIX}/bin/hi_comp + ${RM} ${WRKSRC}/../prg/tmp_comp.c ${WRKSRC}/../prg/comp +# install PORTDOCS .if !defined(NOPORTDOCS) ${INSTALL} -d ${DOCSDIR} (cd ${WRKSRC}/../doc && ${COPYTREE_SHARE} \* ${DOCSDIR}) .endif +# install PORTEXAMPLES .if !defined(NOPORTEXAMPLES) ${INSTALL} -d ${EXAMPLESDIR} (cd ${WRKSRC}/../prg && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) .endif -test: install +test: ${INSTALL_TARGET} @echo "" @echo "Testing the ${PORTNAME} installation" @(cd ${WRKSRC}/../prg && ${PREFIX}/bin/hi chk_all) Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Wed Nov 28 13:52:39 2012 (r307905) +++ head/lang/seed7/distinfo Wed Nov 28 14:18:12 2012 (r307906) @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20121021.tgz) = 698f11a31d820c678ee54c1f013cb8538d37339898fc000d5ae4b8d4c2487d6b -SIZE (seed7_05_20121021.tgz) = 1795775 +SHA256 (seed7_05_20121125.tgz) = 6d0d0e52e4f1150deefc036d782c5421ed00c20db00309bd4977c664435ba193 +SIZE (seed7_05_20121125.tgz) = 1800530 Modified: head/lang/seed7/files/patch-makefile ============================================================================== --- head/lang/seed7/files/patch-makefile Wed Nov 28 13:52:39 2012 (r307905) +++ head/lang/seed7/files/patch-makefile Wed Nov 28 14:18:12 2012 (r307906) @@ -1,23 +1,23 @@ ---- makefile.orig 2012-10-18 14:42:29.000000000 +0200 -+++ makefile 2012-10-18 14:43:37.000000000 +0200 -@@ -12,14 +12,14 @@ +--- makefile.orig 2012-11-27 13:49:47.000000000 +0100 ++++ makefile 2012-11-27 13:50:36.000000000 +0100 +@@ -12,7 +12,7 @@ # CFLAGS = -O2 -fomit-frame-pointer -Wall -Wextra -Wswitch-default -Wcast-qual -Waggregate-return -Wwrite-strings -Winline -Wconversion -Wshadow -Wpointer-arith -Wmissing-noreturn -Wno-multichar # CFLAGS = -O2 -g -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -ftrapv # CFLAGS = -O2 -g -x c++ -Wall -Winline -Wconversion -Wshadow -Wpointer-arith -CFLAGS = -O2 -g -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -+CFLAGS += -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -I%%LOCALBASE%%/include ++CFLAGS = -ffunction-sections -fdata-sections -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith -I%%LOCALBASE%%/include + # CFLAGS = -O2 -g -ffunction-sections -fdata-sections -Wall -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -g -std=c99 -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith # CFLAGS = -O2 -g -Wall -Winline -Wconversion -Wshadow -Wpointer-arith - # CFLAGS = -O2 -g -Wall - # CFLAGS = -O2 -g -pg -Wall -Wstrict-prototypes -Winline -Wconversion -Wshadow -Wpointer-arith +@@ -21,6 +21,7 @@ # CFLAGS = -O2 -fomit-frame-pointer -funroll-loops -Wall # CFLAGS = -O2 -funroll-loops -Wall -pg --LDFLAGS = -Wl,--gc-sections -+LDFLAGS += -L%%LOCALBASE%%/lib + LDFLAGS = -Wl,--gc-sections ++LDFLAGS = -Wl,--gc-sections -L%%LOCALBASE%%/lib # LDFLAGS = -pg # LDFLAGS = -pg -lc_p SYSTEM_LIBS = -lm -@@ -38,7 +38,7 @@ +@@ -39,7 +40,7 @@ COMPILER_LIB = s7_comp.a ALL_S7_LIBS = ../bin/$(COMPILER_LIB) ../bin/$(COMP_DATA_LIB) ../bin/$(DRAW_LIB) ../bin/$(CONSOLE_LIB) ../bin/$(SEED7_LIB) # CC = g++ @@ -26,7 +26,7 @@ GET_CC_VERSION_INFO = $(CC) --version > BIGINT_LIB_DEFINE = USE_BIG_RTL_LIBRARY -@@ -112,6 +112,7 @@ +@@ -113,6 +114,7 @@ COMP_DATA_LIB_SRC = typ_data.c rfl_data.c ref_data.c listutl.c flistutl.c typeutl.c datautl.c COMPILER_LIB_SRC = $(PSRC1) $(LSRC1) $(LSRC2) $(LSRC3) $(ESRC1) $(ASRC1) $(ASRC2) $(ASRC3) $(GSRC1) $(GSRC2) Modified: head/lang/seed7/pkg-plist ============================================================================== --- head/lang/seed7/pkg-plist Wed Nov 28 13:52:39 2012 (r307905) +++ head/lang/seed7/pkg-plist Wed Nov 28 14:18:12 2012 (r307906) @@ -1,4 +1,5 @@ bin/hi +bin/hi_comp lib/seed7/COPYING lib/seed7/LGPL lib/seed7/array.s7i @@ -32,6 +33,7 @@ lib/seed7/enable_input.s7i lib/seed7/enable_io.s7i lib/seed7/enable_output.s7i lib/seed7/encoding.s7i +lib/seed7/environment.s7i lib/seed7/external_file.s7i lib/seed7/field.s7i lib/seed7/file.s7i From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 14:37: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 5855F6E6; Wed, 28 Nov 2012 14:37:25 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3A1B78FC0C; Wed, 28 Nov 2012 14:37:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASEbPIX050476; Wed, 28 Nov 2012 14:37:25 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASEbOBT050471; Wed, 28 Nov 2012 14:37:24 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211281437.qASEbOBT050471@svn.freebsd.org> From: Wesley Shields Date: Wed, 28 Nov 2012 14:37:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307907 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 14:37:25 -0000 Author: wxs Date: Wed Nov 28 14:37:24 2012 New Revision: 307907 URL: http://svnweb.freebsd.org/changeset/ports/307907 Log: Fix date in yahoo-ui entry. Noticed by: dvl@ Feature safe: yes Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 28 14:18:12 2012 (r307906) +++ head/security/vuxml/vuln.xml Wed Nov 28 14:37:24 2012 (r307907) @@ -81,7 +81,8 @@ Note: Please add new entries to the beg 2012-10-30 - 2012-12-27 + 2012-11-27 + 2012-11-28
From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 15:08: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 11EEBF69; Wed, 28 Nov 2012 15:08:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E59008FC08; Wed, 28 Nov 2012 15:08:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASF80Sh057941; Wed, 28 Nov 2012 15:08:00 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASF80ok057925; Wed, 28 Nov 2012 15:08:00 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211281508.qASF80ok057925@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 15:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307908 - in head: . deskutils deskutils/ktagebuch editors editors/jedit-devel emulators emulators/gcube games games/jetpack games/stepbill games/tremor graphics graphics/jpeg2pdf japan... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 15:08:01 -0000 Author: bapt Date: Wed Nov 28 15:08:00 2012 New Revision: 307908 URL: http://svnweb.freebsd.org/changeset/ports/307908 Log: 2012-11-26 emulators/gcube: No more public distfiles 2012-11-26 games/stepbill: No more public distfiles 2012-11-26 deskutils/ktagebuch: No more public distfiles 2012-11-26 games/jetpack: No more public distfiles 2012-11-26 games/tremor: No more public distfiles 2012-11-26 graphics/jpeg2pdf: No more public distfiles 2012-11-26 java/westhawksnmp: No more public distfiles 2012-11-26 japanese/tcl76: No more public distfiles 2012-11-26 math/stepulator: No more public distfiles 2012-11-26 editors/jedit-devel: Stable version is more recent than devel 2012-11-26 www/trac-wikirename: Functionality of this plugin is included in the Trac core since 0.12 Feature safe: yes Deleted: head/deskutils/ktagebuch/ head/editors/jedit-devel/ head/emulators/gcube/ head/games/jetpack/ head/games/stepbill/ head/games/tremor/ head/graphics/jpeg2pdf/ head/japanese/tcl76/ head/java/westhawksnmp/ head/math/stepulator/ head/www/trac-wikirename/ Modified: head/MOVED head/deskutils/Makefile head/editors/Makefile head/emulators/Makefile head/games/Makefile head/graphics/Makefile head/japanese/Makefile head/java/Makefile head/math/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 14:37:24 2012 (r307907) +++ head/MOVED Wed Nov 28 15:08:00 2012 (r307908) @@ -3905,3 +3905,14 @@ comms/snooper||2012-11-28|Has expired: N graphics/xfig-devel|graphics/xfig|2012-11-28|Has expired: Stable version is more recent than devel version irc/irchat-jp||2012-11-28|Has expired: No more public distfiles games/xcogitate||2012-11-28|Has expired: No more public distfiles +emulators/gcube||2012-11-28|Has expired: No more public distfiles +games/stepbill||2012-11-28|Has expired: No more public distfiles +deskutils/ktagebuch||2012-11-28|Has expired: No more public distfiles +games/jetpack||2012-11-28|Has expired: No more public distfiles +games/tremor||2012-11-28|Has expired: No more public distfiles +graphics/jpeg2pdf||2012-11-28|Has expired: No more public distfiles +java/westhawksnmp||2012-11-28|Has expired: No more public distfiles +japanese/tcl76||2012-11-28|Has expired: No more public distfiles +math/stepulator||2012-11-28|Has expired: No more public distfiles +editors/jedit-devel|editors/jedit|2012-11-28|Has expired: Stable version is more recent than devel +www/trac-wikirename||2012-11-28|Has expired: Functionality of this plugin is included in the Trac core since 0.12 Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Wed Nov 28 14:37:24 2012 (r307907) +++ head/deskutils/Makefile Wed Nov 28 15:08:00 2012 (r307908) @@ -140,7 +140,6 @@ SUBDIR += kruler SUBDIR += ksmoothdock SUBDIR += ksshaskpass - SUBDIR += ktagebuch SUBDIR += labyrinth SUBDIR += launchy SUBDIR += libgcal Modified: head/editors/Makefile ============================================================================== --- head/editors/Makefile Wed Nov 28 14:37:24 2012 (r307907) +++ head/editors/Makefile Wed Nov 28 15:08:00 2012 (r307908) @@ -90,7 +90,6 @@ SUBDIR += impress SUBDIR += jed SUBDIR += jedit - SUBDIR += jedit-devel SUBDIR += jext SUBDIR += joe SUBDIR += joe2 Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Wed Nov 28 14:37:24 2012 (r307907) +++ head/emulators/Makefile Wed Nov 28 15:08:00 2012 (r307908) @@ -43,7 +43,6 @@ SUBDIR += fuse SUBDIR += fuse-utils SUBDIR += gbe - SUBDIR += gcube SUBDIR += generator SUBDIR += generator-cbiere SUBDIR += gens Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Wed Nov 28 14:37:24 2012 (r307907) +++ head/games/Makefile Wed Nov 28 15:08:00 2012 (r307908) @@ -407,7 +407,6 @@ SUBDIR += jag SUBDIR += jaggedalliance2 SUBDIR += jchessboard - SUBDIR += jetpack SUBDIR += jfk SUBDIR += jfsw SUBDIR += jigsaw @@ -862,7 +861,6 @@ SUBDIR += starfighter SUBDIR += starlanes SUBDIR += steelstorm - SUBDIR += stepbill SUBDIR += stepmania-devel SUBDIR += stockfish SUBDIR += stonesoup @@ -915,7 +913,6 @@ SUBDIR += trackballs SUBDIR += tractorgen SUBDIR += traindirector - SUBDIR += tremor SUBDIR += tremulous SUBDIR += trigger SUBDIR += trimines Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 28 14:37:24 2012 (r307907) +++ head/graphics/Makefile Wed Nov 28 15:08:00 2012 (r307908) @@ -388,7 +388,6 @@ SUBDIR += jp2a SUBDIR += jpatch SUBDIR += jpeg - SUBDIR += jpeg2pdf SUBDIR += jpeg2ps-a4 SUBDIR += jpeg2ps-letter SUBDIR += jpeginfo Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Wed Nov 28 14:37:24 2012 (r307907) +++ head/japanese/Makefile Wed Nov 28 15:08:00 2012 (r307908) @@ -314,7 +314,6 @@ SUBDIR += suicavalue SUBDIR += suikyo SUBDIR += t2ps - SUBDIR += tcl76 SUBDIR += tcl80 SUBDIR += tdiary SUBDIR += teTeX Modified: head/java/Makefile ============================================================================== --- head/java/Makefile Wed Nov 28 14:37:24 2012 (r307907) +++ head/java/Makefile Wed Nov 28 15:08:00 2012 (r307908) @@ -151,7 +151,6 @@ SUBDIR += sun-wtk SUBDIR += trove4j SUBDIR += veditor - SUBDIR += westhawksnmp SUBDIR += xdoclet .include Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Wed Nov 28 14:37:24 2012 (r307907) +++ head/math/Makefile Wed Nov 28 15:08:00 2012 (r307908) @@ -608,7 +608,6 @@ SUBDIR += speedcrunch SUBDIR += spooles SUBDIR += spooles-mpich - SUBDIR += stepulator SUBDIR += stp SUBDIR += suitesparse SUBDIR += superlu Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Nov 28 14:37:24 2012 (r307907) +++ head/www/Makefile Wed Nov 28 15:08:00 2012 (r307908) @@ -1910,7 +1910,6 @@ SUBDIR += trac-wikigoodies SUBDIR += trac-wikinegotiator SUBDIR += trac-wikinotification - SUBDIR += trac-wikirename SUBDIR += trac-wikitemplates SUBDIR += trac-wikitopdf SUBDIR += trac-wysiwyg From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 15:12: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 B2E311BC; Wed, 28 Nov 2012 15:12:18 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 98E4C8FC08; Wed, 28 Nov 2012 15:12:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASFCIEb059360; Wed, 28 Nov 2012 15:12:18 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASFCIGS059357; Wed, 28 Nov 2012 15:12:18 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201211281512.qASFCIGS059357@svn.freebsd.org> From: Anton Berezin Date: Wed, 28 Nov 2012 15:12:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307909 - head/devel/p5-File-pushd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 15:12:18 -0000 Author: tobez Date: Wed Nov 28 15:12:18 2012 New Revision: 307909 URL: http://svnweb.freebsd.org/changeset/ports/307909 Log: Update to 1.003. Changes: http://cpansearch.perl.org/src/DAGOLDEN/File-pushd-1.003/Changes Feature safe: yes Modified: head/devel/p5-File-pushd/Makefile head/devel/p5-File-pushd/distinfo Modified: head/devel/p5-File-pushd/Makefile ============================================================================== --- head/devel/p5-File-pushd/Makefile Wed Nov 28 15:08:00 2012 (r307908) +++ head/devel/p5-File-pushd/Makefile Wed Nov 28 15:12:18 2012 (r307909) @@ -1,12 +1,7 @@ -# New ports collection makefile for: devel/p5-File-pushd -# Date created: 04 November 2005 -# Whom: Anton Berezin -# # $FreeBSD$ -# PORTNAME= File-pushd -PORTVERSION= 1.002 +PORTVERSION= 1.003 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-File-pushd/distinfo ============================================================================== --- head/devel/p5-File-pushd/distinfo Wed Nov 28 15:08:00 2012 (r307908) +++ head/devel/p5-File-pushd/distinfo Wed Nov 28 15:12:18 2012 (r307909) @@ -1,2 +1,2 @@ -SHA256 (File-pushd-1.002.tar.gz) = 06376071c034cde08d1f5fb2c9477c3146bbcea79cfeb0820882bf0cf08b5790 -SIZE (File-pushd-1.002.tar.gz) = 14296 +SHA256 (File-pushd-1.003.tar.gz) = c1c9acdd649931b618b5b8d7fe21a77d0d74c1c3560bab0c8eb399cc3afe963a +SIZE (File-pushd-1.003.tar.gz) = 13984 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 15:13: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 977893A3; Wed, 28 Nov 2012 15:13:54 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6382B8FC08; Wed, 28 Nov 2012 15:13:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASFDsCT059908; Wed, 28 Nov 2012 15:13:54 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASFDsVw059904; Wed, 28 Nov 2012 15:13:54 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201211281513.qASFDsVw059904@svn.freebsd.org> From: Anton Berezin Date: Wed, 28 Nov 2012 15:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307910 - head/devel/p5-Class-StateMachine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 15:13:54 -0000 Author: tobez Date: Wed Nov 28 15:13:53 2012 New Revision: 307910 URL: http://svnweb.freebsd.org/changeset/ports/307910 Log: Update to 0.20. Changes: http://cpansearch.perl.org/src/SALVA/Class-StateMachine-0.20/Changes Feature safe: yes Modified: head/devel/p5-Class-StateMachine/Makefile head/devel/p5-Class-StateMachine/distinfo Modified: head/devel/p5-Class-StateMachine/Makefile ============================================================================== --- head/devel/p5-Class-StateMachine/Makefile Wed Nov 28 15:12:18 2012 (r307909) +++ head/devel/p5-Class-StateMachine/Makefile Wed Nov 28 15:13:53 2012 (r307910) @@ -1,12 +1,7 @@ -# New ports collection makefile for: devel/p5-Class-StateMachine -# Date created: 07 December 2005 -# Whom: Anton Berezin -# # $FreeBSD$ -# PORTNAME= Class-StateMachine -PORTVERSION= 0.19 +PORTVERSION= 0.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Class-StateMachine/distinfo ============================================================================== --- head/devel/p5-Class-StateMachine/distinfo Wed Nov 28 15:12:18 2012 (r307909) +++ head/devel/p5-Class-StateMachine/distinfo Wed Nov 28 15:13:53 2012 (r307910) @@ -1,2 +1,2 @@ -SHA256 (Class-StateMachine-0.19.tar.gz) = 329bf0090693385c6beaf416d3c329dc4a532cbbe10dc768e9c8487215ff50fc -SIZE (Class-StateMachine-0.19.tar.gz) = 8351 +SHA256 (Class-StateMachine-0.20.tar.gz) = c4e2f1a0b562a4b5fe56459358e20e8d39944de407e3bac8cdd5dffdcf962eee +SIZE (Class-StateMachine-0.20.tar.gz) = 8457 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 15:18: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 5BBAD6B1; Wed, 28 Nov 2012 15:18:42 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3E9B58FC13; Wed, 28 Nov 2012 15:18:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASFIfLY061309; Wed, 28 Nov 2012 15:18:41 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASFIf21061307; Wed, 28 Nov 2012 15:18:41 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201211281518.qASFIf21061307@svn.freebsd.org> From: Alex Dupre Date: Wed, 28 Nov 2012 15:18:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307911 - head/www/httpcore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 15:18:42 -0000 Author: ale Date: Wed Nov 28 15:18:41 2012 New Revision: 307911 URL: http://svnweb.freebsd.org/changeset/ports/307911 Log: Update to 4.2.3 release. Feature safe: yes Modified: head/www/httpcore/Makefile head/www/httpcore/distinfo Modified: head/www/httpcore/Makefile ============================================================================== --- head/www/httpcore/Makefile Wed Nov 28 15:13:53 2012 (r307910) +++ head/www/httpcore/Makefile Wed Nov 28 15:18:41 2012 (r307911) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpcore -DISTVERSION= 4.2.2 +DISTVERSION= 4.2.3 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= httpcomponents/${PORTNAME}/binary Modified: head/www/httpcore/distinfo ============================================================================== --- head/www/httpcore/distinfo Wed Nov 28 15:13:53 2012 (r307910) +++ head/www/httpcore/distinfo Wed Nov 28 15:18:41 2012 (r307911) @@ -1,2 +1,2 @@ -SHA256 (httpcomponents-core-4.2.2-bin.tar.gz) = 868cb2c57ebc27a3f1216e2d6263d1471f8761589cbe41ef37ac6ea6a1ac7280 -SIZE (httpcomponents-core-4.2.2-bin.tar.gz) = 1748196 +SHA256 (httpcomponents-core-4.2.3-bin.tar.gz) = 6bcffd167e2d0c906f10cf4a6214b09cf99a3e0f052d83704b15c354c95f75da +SIZE (httpcomponents-core-4.2.3-bin.tar.gz) = 1763906 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 16:08:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 1F3F879A; Wed, 28 Nov 2012 16:08:25 +0000 (UTC) Date: Wed, 28 Nov 2012 16:08:25 +0000 From: Alexey Dokuchaev To: Alex Kozlov Subject: Re: svn commit: r307899 - head/benchmarks/super-smack Message-ID: <20121128160825.GB53862@FreeBSD.org> References: <201211281109.qASB9dPm010874@svn.freebsd.org> <20121128115359.GA53862@FreeBSD.org> <20121128130417.GA31569@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20121128130417.GA31569@ravenloft.kiev.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 16:08:25 -0000 On Wed, Nov 28, 2012 at 03:04:17PM +0200, Alex Kozlov wrote: > On Wed, Nov 28, 2012 at 11:53:59AM +0000, Alexey Dokuchaev wrote: > > On Wed, Nov 28, 2012 at 11:09:39AM +0000, Alex Kozlov wrote: > > > New Revision: 307899 > > > URL: http://svnweb.freebsd.org/changeset/ports/307899 > > > > > > +PGSQL_DESC= Enable PostgreSQL support > > > +MYSQL_DESC= Enable MySQL support > > > > > In this case, generic descriptions should have been used. > > > No, specific descriptions are still better. They are essentially the same modulo "enable" word, which was decided to remove some time ago. In fact, "generic" descriptions are better since they mention that is it *database* support. Doug removed the word "support" in r305288, which many folks disagree with, but it will be backed out one we will have dialog4ports committed, which will allow proper support for checklists and radiobuttons. You can leave them now, but after r305288 will be backed out, I will ask you again to drop them. > This was impossible to catch in vim, it should be automated like with WWW. > If this tag is obsolete, then portlint should display a warning. I can > implement the patch, but before that can you please point me to documentation > where it stated? Thanks. It is not technically obsolete; sometimes it is the only attribution we can provide. If there is actual WWW page, it should be dropped. ./danfe From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 16:19:08 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 31710BBA; Wed, 28 Nov 2012 16:19:08 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F15868FC08; Wed, 28 Nov 2012 16:19:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASGJ7OR077854; Wed, 28 Nov 2012 16:19:07 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASGJ7eO077852; Wed, 28 Nov 2012 16:19:07 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201211281619.qASGJ7eO077852@svn.freebsd.org> From: Ryan Steinmetz Date: Wed, 28 Nov 2012 16:19:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307912 - in head/www/mod_auth_kerb2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 16:19:08 -0000 Author: zi Date: Wed Nov 28 16:19:07 2012 New Revision: 307912 URL: http://svnweb.freebsd.org/changeset/ports/307912 Log: - Resolve run-time issues mentioned in these PRs by adding -lgssapi_krb5 to the LDFLAGS list. - Bump PORTREVISION PR: ports/137729, ports/147282, ports/147282 Approved by: maintainer timeout (2+ years) Feature safe: yes Modified: head/www/mod_auth_kerb2/Makefile (contents, props changed) head/www/mod_auth_kerb2/files/patch-Makefile.in (contents, props changed) Modified: head/www/mod_auth_kerb2/Makefile ============================================================================== --- head/www/mod_auth_kerb2/Makefile Wed Nov 28 15:18:41 2012 (r307911) +++ head/www/mod_auth_kerb2/Makefile Wed Nov 28 16:19:07 2012 (r307912) @@ -3,7 +3,7 @@ PORTNAME= mod_auth_kerb PORTVERSION= 5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} Modified: head/www/mod_auth_kerb2/files/patch-Makefile.in ============================================================================== --- head/www/mod_auth_kerb2/files/patch-Makefile.in Wed Nov 28 15:18:41 2012 (r307911) +++ head/www/mod_auth_kerb2/files/patch-Makefile.in Wed Nov 28 16:19:07 2012 (r307912) @@ -1,5 +1,13 @@ ---- ./Makefile.in.orig 2010-09-16 04:14:47.235589487 +0000 -+++ ./Makefile.in 2010-09-16 04:14:27.895241868 +0000 +--- ./Makefile.in.orig 2008-12-02 09:07:10.000000000 -0500 ++++ ./Makefile.in 2012-11-28 09:50:58.000000000 -0500 +@@ -1,6 +1,6 @@ + APXS = @APXS@ + KRB5_CPPFLAGS = @KRB5_CPPFLAGS@ +-KRB5_LDFLAGS = @KRB5_LDFLAGS@ ++KRB5_LDFLAGS = @KRB5_LDFLAGS@ -lgssapi_krb5 + KRB4_CPPFLAGS = @KRB4_CPPFLAGS@ + KRB4_LDFLAGS = @KRB4_LDFLAGS@ + LIB_resolv = @LIB_resolv@ @@ -16,7 +16,7 @@ ./apxs.sh "${CPPFLAGS}" "${LDFLAGS}" "${SPNEGO_SRCS}" "${APXS}" "-c" "src/mod_auth_kerb.c" From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 16:40: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 6E428557; Wed, 28 Nov 2012 16:40:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 398858FC12; Wed, 28 Nov 2012 16:40:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASGewaq083628; Wed, 28 Nov 2012 16:40:58 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASGew34083626; Wed, 28 Nov 2012 16:40:58 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201211281640.qASGew34083626@svn.freebsd.org> From: Martin Wilke Date: Wed, 28 Nov 2012 16:40:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307913 - head/misc/pear-Services_Weather X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 16:40:58 -0000 Author: miwi Date: Wed Nov 28 16:40:57 2012 New Revision: 307913 URL: http://svnweb.freebsd.org/changeset/ports/307913 Log: - Update to 1.4.7 - Convert Header Feature safe: yes Modified: head/misc/pear-Services_Weather/Makefile (contents, props changed) head/misc/pear-Services_Weather/distinfo (contents, props changed) Modified: head/misc/pear-Services_Weather/Makefile ============================================================================== --- head/misc/pear-Services_Weather/Makefile Wed Nov 28 16:19:07 2012 (r307912) +++ head/misc/pear-Services_Weather/Makefile Wed Nov 28 16:40:57 2012 (r307913) @@ -1,12 +1,8 @@ -# Ports collection makefile for: pear-Services_Weather -# Date created: 04 April 2004 -# Whom: Thierry Thomas () -# +# Created by: Thierry Thomas () # $FreeBSD$ -# PORTNAME= Services_Weather -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.7 CATEGORIES= misc www pear geography MAINTAINER= miwi@FreeBSD.org Modified: head/misc/pear-Services_Weather/distinfo ============================================================================== --- head/misc/pear-Services_Weather/distinfo Wed Nov 28 16:19:07 2012 (r307912) +++ head/misc/pear-Services_Weather/distinfo Wed Nov 28 16:40:57 2012 (r307913) @@ -1,2 +1,2 @@ -SHA256 (PEAR/Services_Weather-1.4.6.tgz) = aaaaca7034efd56be892c36b747bae80566a2cd23c11d4a1d92dd9619ec36da1 -SIZE (PEAR/Services_Weather-1.4.6.tgz) = 55639 +SHA256 (PEAR/Services_Weather-1.4.7.tgz) = b2c465d6edeab22ea908783a6c06abb0d9cb89cb225f098e89c16c59170816e7 +SIZE (PEAR/Services_Weather-1.4.7.tgz) = 55519 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:04: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 5F06BAB8; Wed, 28 Nov 2012 17:04:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 43D3F8FC08; Wed, 28 Nov 2012 17:04:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASH46cC089423; Wed, 28 Nov 2012 17:04:06 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASH46uJ089420; Wed, 28 Nov 2012 17:04:06 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211281704.qASH46uJ089420@svn.freebsd.org> From: Bryan Drewery Date: Wed, 28 Nov 2012 17:04:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307914 - head/devel/p5-DateTime-Format-Flexible X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:04:06 -0000 Author: bdrewery Date: Wed Nov 28 17:04:05 2012 New Revision: 307914 URL: http://svnweb.freebsd.org/changeset/ports/307914 Log: - Update to 0.24 Feature safe: yes Modified: head/devel/p5-DateTime-Format-Flexible/Makefile head/devel/p5-DateTime-Format-Flexible/distinfo Modified: head/devel/p5-DateTime-Format-Flexible/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Flexible/Makefile Wed Nov 28 16:40:57 2012 (r307913) +++ head/devel/p5-DateTime-Format-Flexible/Makefile Wed Nov 28 17:04:05 2012 (r307914) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Format-Flexible -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-DateTime-Format-Flexible/distinfo ============================================================================== --- head/devel/p5-DateTime-Format-Flexible/distinfo Wed Nov 28 16:40:57 2012 (r307913) +++ head/devel/p5-DateTime-Format-Flexible/distinfo Wed Nov 28 17:04:05 2012 (r307914) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Format-Flexible-0.23.tar.gz) = 155b228386d7b2d7ed0daa4a08eac0c53ba76a7638c499de4d5feeb499ea1bad -SIZE (DateTime-Format-Flexible-0.23.tar.gz) = 70797 +SHA256 (DateTime-Format-Flexible-0.24.tar.gz) = 624df3c067cb822ed50f93fa365b7b2c9cff2d828c15d336cbdbb50c127e6287 +SIZE (DateTime-Format-Flexible-0.24.tar.gz) = 71489 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:12: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 42270C64; Wed, 28 Nov 2012 17:12:27 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 26D5F8FC15; Wed, 28 Nov 2012 17:12:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASHCRCV091956; Wed, 28 Nov 2012 17:12:27 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASHCQva091954; Wed, 28 Nov 2012 17:12:26 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211281712.qASHCQva091954@svn.freebsd.org> From: Bryan Drewery Date: Wed, 28 Nov 2012 17:12:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307915 - head/graphics/sam2p X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:12:27 -0000 Author: bdrewery Date: Wed Nov 28 17:12:26 2012 New Revision: 307915 URL: http://svnweb.freebsd.org/changeset/ports/307915 Log: - Update to 0.49.1 - Trim header - Fix keyword property on distinfo Feature safe: yes Modified: head/graphics/sam2p/Makefile head/graphics/sam2p/distinfo (contents, props changed) Modified: head/graphics/sam2p/Makefile ============================================================================== --- head/graphics/sam2p/Makefile Wed Nov 28 17:04:05 2012 (r307914) +++ head/graphics/sam2p/Makefile Wed Nov 28 17:12:26 2012 (r307915) @@ -1,14 +1,8 @@ -# ex:ts=8 -# Ports collection makefile for: sam2p -# Date created: Jan 7, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= sam2p -PORTVERSION= 0.49 -PORTREVISION= 1 +PORTVERSION= 0.49.1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE Modified: head/graphics/sam2p/distinfo ============================================================================== --- head/graphics/sam2p/distinfo Wed Nov 28 17:04:05 2012 (r307914) +++ head/graphics/sam2p/distinfo Wed Nov 28 17:12:26 2012 (r307915) @@ -1,2 +1,2 @@ -SHA256 (sam2p-0.49.tar.gz) = 2028bf2f25e5d98757fca5a0414a8367ef77b6d683ce193676d6dcf1a9cd6c51 -SIZE (sam2p-0.49.tar.gz) = 562676 +SHA256 (sam2p-0.49.1.tar.gz) = d97a270e3ad4ad138378b5fcb10e489e9af48a8150f308458771808dfceb069a +SIZE (sam2p-0.49.1.tar.gz) = 562304 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:12: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 481F3D20; Wed, 28 Nov 2012 17:12:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 22BFC8FC16; Wed, 28 Nov 2012 17:12:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASHCa2P092199; Wed, 28 Nov 2012 17:12:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASHCZRf092197; Wed, 28 Nov 2012 17:12:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211281712.qASHCZRf092197@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 17:12:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307916 - in head: . www www/p5-Sledge www/p5-Sledge-Plugin-CacheContent www/p5-Sledge-Plugin-Download www/p5-Sledge-Plugin-Dumper www/p5-Sledge-Plugin-HTML2HDML www/p5-Sledge-Plugin-Lo... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:12:36 -0000 Author: bapt Date: Wed Nov 28 17:12:35 2012 New Revision: 307916 URL: http://svnweb.freebsd.org/changeset/ports/307916 Log: 2012-11-28 www/p5-Sledge: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-Plugin-CacheContent: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-Plugin-Download: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-Plugin-Dumper: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-Plugin-HTML2HDML: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-Plugin-Log: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-Plugin-NoCache: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-Plugin-SaveUpload: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-Plugin-ScratchPad: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-Plugin-SessionAutoCleanup: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-Plugin-XSLT: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-SessionManager-CookieStore: depends on mod_perl 1 which is gone 2012-11-28 www/p5-Sledge-Template-Expr: depends on mod_perl 1 which is gone Approved by: dhn (maintainer) Feature safe: yes Deleted: head/www/p5-Sledge/ head/www/p5-Sledge-Plugin-CacheContent/ head/www/p5-Sledge-Plugin-Download/ head/www/p5-Sledge-Plugin-Dumper/ head/www/p5-Sledge-Plugin-HTML2HDML/ head/www/p5-Sledge-Plugin-Log/ head/www/p5-Sledge-Plugin-NoCache/ head/www/p5-Sledge-Plugin-SaveUpload/ head/www/p5-Sledge-Plugin-ScratchPad/ head/www/p5-Sledge-Plugin-SessionAutoCleanup/ head/www/p5-Sledge-Plugin-XSLT/ head/www/p5-Sledge-SessionManager-CookieStore/ head/www/p5-Sledge-Template-Expr/ Modified: head/MOVED head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 17:12:26 2012 (r307915) +++ head/MOVED Wed Nov 28 17:12:35 2012 (r307916) @@ -3916,3 +3916,16 @@ japanese/tcl76||2012-11-28|Has expired: math/stepulator||2012-11-28|Has expired: No more public distfiles editors/jedit-devel|editors/jedit|2012-11-28|Has expired: Stable version is more recent than devel www/trac-wikirename||2012-11-28|Has expired: Functionality of this plugin is included in the Trac core since 0.12 +www/p5-Sledge||2012-11-28|Has expired: depends on mod_perl 1 which is gone +www/p5-Sledge-Plugin-CacheContent||2012-11-28|Has expired: depends on mod_perl 1 which is gone +www/p5-Sledge-Plugin-Download||2012-11-28|Has expired: depends on mod_perl 1 which is gone +www/p5-Sledge-Plugin-Dumper||2012-11-28|Has expired: depends on mod_perl 1 which is gone +www/p5-Sledge-Plugin-HTML2HDML||2012-11-28|Has expired: depends on mod_perl 1 which is gone +www/p5-Sledge-Plugin-Log||2012-11-28|Has expired: depends on mod_perl 1 which is gone +www/p5-Sledge-Plugin-NoCache||2012-11-28|Has expired: depends on mod_perl 1 which is gone +www/p5-Sledge-Plugin-SaveUpload||2012-11-28|Has expired: depends on mod_perl 1 which is gone +www/p5-Sledge-Plugin-ScratchPad||2012-11-28|Has expired: depends on mod_perl 1 which is gone +www/p5-Sledge-Plugin-SessionAutoCleanup||2012-11-28|Has expired: depends on mod_perl 1 which is gone +www/p5-Sledge-Plugin-XSLT||2012-11-28|Has expired: depends on mod_perl 1 which is gone +www/p5-Sledge-SessionManager-CookieStore||2012-11-28|Removed +www/p5-Sledge-Template-Expr||2012-11-28|Removed Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Nov 28 17:12:26 2012 (r307915) +++ head/www/Makefile Wed Nov 28 17:12:35 2012 (r307916) @@ -1143,19 +1143,6 @@ SUBDIR += p5-STF-Dispatcher-PSGI SUBDIR += p5-SWF-Chart SUBDIR += p5-Scrappy - SUBDIR += p5-Sledge - SUBDIR += p5-Sledge-Plugin-CacheContent - SUBDIR += p5-Sledge-Plugin-Download - SUBDIR += p5-Sledge-Plugin-Dumper - SUBDIR += p5-Sledge-Plugin-HTML2HDML - SUBDIR += p5-Sledge-Plugin-Log - SUBDIR += p5-Sledge-Plugin-NoCache - SUBDIR += p5-Sledge-Plugin-SaveUpload - SUBDIR += p5-Sledge-Plugin-ScratchPad - SUBDIR += p5-Sledge-Plugin-SessionAutoCleanup - SUBDIR += p5-Sledge-Plugin-XSLT - SUBDIR += p5-Sledge-SessionManager-CookieStore - SUBDIR += p5-Sledge-Template-Expr SUBDIR += p5-Squatting SUBDIR += p5-Squatting-On-PSGI SUBDIR += p5-Starlet From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:14: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 D2AB6E35; Wed, 28 Nov 2012 17:14:36 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B7ABA8FC12; Wed, 28 Nov 2012 17:14:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASHEakC092713; Wed, 28 Nov 2012 17:14:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASHEa7X092712; Wed, 28 Nov 2012 17:14:36 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211281714.qASHEa7X092712@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 17:14:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307917 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:14:36 -0000 Author: bapt Date: Wed Nov 28 17:14:36 2012 New Revision: 307917 URL: http://svnweb.freebsd.org/changeset/ports/307917 Log: Better explain why www/p5-Sledge-SessionManager-CookieStore and www/p5-Sledge-Template-Expr are gone Feature safe: yes Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 17:12:35 2012 (r307916) +++ head/MOVED Wed Nov 28 17:14:36 2012 (r307917) @@ -3927,5 +3927,5 @@ www/p5-Sledge-Plugin-SaveUpload||2012-11 www/p5-Sledge-Plugin-ScratchPad||2012-11-28|Has expired: depends on mod_perl 1 which is gone www/p5-Sledge-Plugin-SessionAutoCleanup||2012-11-28|Has expired: depends on mod_perl 1 which is gone www/p5-Sledge-Plugin-XSLT||2012-11-28|Has expired: depends on mod_perl 1 which is gone -www/p5-Sledge-SessionManager-CookieStore||2012-11-28|Removed -www/p5-Sledge-Template-Expr||2012-11-28|Removed +www/p5-Sledge-SessionManager-CookieStore||2012-11-28|Removed depends on mod_perl 1 which is gone +www/p5-Sledge-Template-Expr||2012-11-28|Removed depends on mod_perl 1 which is gone From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:18: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 7B2CBF3B; Wed, 28 Nov 2012 17:18:16 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 470FE8FC08; Wed, 28 Nov 2012 17:18:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASHIGYG093760; Wed, 28 Nov 2012 17:18:16 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASHIG4j093756; Wed, 28 Nov 2012 17:18:16 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211281718.qASHIG4j093756@svn.freebsd.org> From: Frederic Culot Date: Wed, 28 Nov 2012 17:18:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307918 - head/devel/py-flake8 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:18:16 -0000 Author: culot Date: Wed Nov 28 17:18:15 2012 New Revision: 307918 URL: http://svnweb.freebsd.org/changeset/ports/307918 Log: - Update to 1.6 [1] - Trim Makefile header PR: ports/173720 [1] Submitted by: William Grzybowski (maintainer) Feature safe: yes Modified: head/devel/py-flake8/Makefile (contents, props changed) head/devel/py-flake8/distinfo (contents, props changed) head/devel/py-flake8/pkg-plist (contents, props changed) Modified: head/devel/py-flake8/Makefile ============================================================================== --- head/devel/py-flake8/Makefile Wed Nov 28 17:14:36 2012 (r307917) +++ head/devel/py-flake8/Makefile Wed Nov 28 17:18:15 2012 (r307918) @@ -1,11 +1,8 @@ -# New ports collection makefile for: flake8 -# Date created: 30 May 2012 -# Whom: William Grzybowski -# +# Created by: William Grzybowski # $FreeBSD$ PORTNAME= flake8 -PORTVERSION= 1.4 +PORTVERSION= 1.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-flake8/distinfo ============================================================================== --- head/devel/py-flake8/distinfo Wed Nov 28 17:14:36 2012 (r307917) +++ head/devel/py-flake8/distinfo Wed Nov 28 17:18:15 2012 (r307918) @@ -1,2 +1,2 @@ -SHA256 (flake8-1.4.tar.gz) = 4ed58d8aba65fb8250f82ba067ca556e54cf1d5719d8496b6396bdbb229f4735 -SIZE (flake8-1.4.tar.gz) = 33480 +SHA256 (flake8-1.6.tar.gz) = 064e79165cee7ea0d4648029446a45405f3d9a0ae2984e8d7580ca2074dfca01 +SIZE (flake8-1.6.tar.gz) = 41430 Modified: head/devel/py-flake8/pkg-plist ============================================================================== --- head/devel/py-flake8/pkg-plist Wed Nov 28 17:14:36 2012 (r307917) +++ head/devel/py-flake8/pkg-plist Wed Nov 28 17:18:15 2012 (r307918) @@ -2,6 +2,7 @@ bin/flake8 %%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/scripts/flake8 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt @@ -35,8 +36,8 @@ bin/flake8 %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8/util.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8/util.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8/util.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8/tests @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/flake8 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:23: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 A9BC3F2; Wed, 28 Nov 2012 17:23:21 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8AA478FC13; Wed, 28 Nov 2012 17:23:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASHNLLq094895; Wed, 28 Nov 2012 17:23:21 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASHNL0a094893; Wed, 28 Nov 2012 17:23:21 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211281723.qASHNL0a094893@svn.freebsd.org> From: Bryan Drewery Date: Wed, 28 Nov 2012 17:23:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307919 - in head: . mail mail/vchkuser X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:23:22 -0000 Author: bdrewery Date: Wed Nov 28 17:23:21 2012 New Revision: 307919 URL: http://svnweb.freebsd.org/changeset/ports/307919 Log: 2012-11-23 mail/vchkuser: mail/qmail-spamcontrol replaces this port PR: ports/170860 Submitted by: Luiz Otavio O Souza (maintainer) Feature safe: yes Deleted: head/mail/vchkuser/ Modified: head/MOVED head/mail/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 17:18:15 2012 (r307918) +++ head/MOVED Wed Nov 28 17:23:21 2012 (r307919) @@ -3929,3 +3929,4 @@ www/p5-Sledge-Plugin-SessionAutoCleanup| www/p5-Sledge-Plugin-XSLT||2012-11-28|Has expired: depends on mod_perl 1 which is gone www/p5-Sledge-SessionManager-CookieStore||2012-11-28|Removed depends on mod_perl 1 which is gone www/p5-Sledge-Template-Expr||2012-11-28|Removed depends on mod_perl 1 which is gone +mail/vchkuser|mail/qmail-spamcontrol|2012-11-28|Has expired: mail/qmail-spamcontrol replaces this port Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Nov 28 17:18:15 2012 (r307918) +++ head/mail/Makefile Wed Nov 28 17:23:21 2012 (r307919) @@ -725,7 +725,6 @@ SUBDIR += usendmail SUBDIR += vacation SUBDIR += vbsfilter - SUBDIR += vchkuser SUBDIR += vexim SUBDIR += vm SUBDIR += vm-pop3d From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:24: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 80A611E5; Wed, 28 Nov 2012 17:24:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6620F8FC1A; Wed, 28 Nov 2012 17:24:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASHOr7m095305; Wed, 28 Nov 2012 17:24:53 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASHOrKc095304; Wed, 28 Nov 2012 17:24:53 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211281724.qASHOrKc095304@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 17:24:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307920 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:24:53 -0000 Author: bapt Date: Wed Nov 28 17:24:53 2012 New Revision: 307920 URL: http://svnweb.freebsd.org/changeset/ports/307920 Log: Removed pygtk from bsd.gnome.mk Approved by: gnome (kwm) Feature safe: yes Modified: head/Mk/bsd.gnome.mk Modified: head/Mk/bsd.gnome.mk ============================================================================== --- head/Mk/bsd.gnome.mk Wed Nov 28 17:23:21 2012 (r307919) +++ head/Mk/bsd.gnome.mk Wed Nov 28 17:24:53 2012 (r307920) @@ -75,7 +75,7 @@ _USE_GNOME_ALL= esound intlhack intltool # GNOME 1 components _USE_GNOME_ALL+= bonobo gconf gdkpixbuf glib12 \ gnomecanvas gnomedb gnomelibs gnomeprint gnomevfs gtk12 \ - libgda libghttp libglade libxml imlib oaf orbit pygtk + libgda libghttp libglade libxml imlib oaf orbit # GNOME 2 components _USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gal2 \ @@ -246,11 +246,6 @@ libglade_MAKE_ENV= LIBGLADE_CONFIG="${LI libglade_DETECT= ${LIBGLADE_CONFIG} libglade_USE_GNOME_IMPL=gnomedb -pygtk_DETECT= ${LOCALBASE}/bin/pygtk-codegen-1.2 -pygtk_BUILD_DEPENDS= ${pygtk_DETECT}:${PORTSDIR}/x11-toolkits/py-gtk -pygtk_RUN_DEPENDS= ${pygtk_DETECT}:${PORTSDIR}/x11-toolkits/py-gtk -pygtk_USE_GNOME_IMPL= gnomelibs gdkpixbuf libglade - _glib20_LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 _glib20_DETECT= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc _glib20_USE_GNOME_IMPL= pkgconfig From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:29: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 0AE603CC; Wed, 28 Nov 2012 17:29:53 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C4CD78FC1C; Wed, 28 Nov 2012 17:29:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASHTq7j096592; Wed, 28 Nov 2012 17:29:52 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASHTqAm096589; Wed, 28 Nov 2012 17:29:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211281729.qASHTqAm096589@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 17:29:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307921 - in head: . chinese chinese/pyDict x11-toolkits x11-toolkits/py-gtk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:29:53 -0000 Author: bapt Date: Wed Nov 28 17:29:52 2012 New Revision: 307921 URL: http://svnweb.freebsd.org/changeset/ports/307921 Log: 2012-11-28 chinese/pyDict: Depends on the expired gtkglarea through py-gtk [1] 2012-11-28 x11-toolkits/py-gtk: Depends on the expired gtkglarea [2] Approved by: silence of maintainer [1] gnome (kwm) [2] Feature safe: yes Deleted: head/chinese/pyDict/ head/x11-toolkits/py-gtk/ Modified: head/MOVED head/chinese/Makefile head/x11-toolkits/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 17:24:53 2012 (r307920) +++ head/MOVED Wed Nov 28 17:29:52 2012 (r307921) @@ -3930,3 +3930,5 @@ www/p5-Sledge-Plugin-XSLT||2012-11-28|Ha www/p5-Sledge-SessionManager-CookieStore||2012-11-28|Removed depends on mod_perl 1 which is gone www/p5-Sledge-Template-Expr||2012-11-28|Removed depends on mod_perl 1 which is gone mail/vchkuser|mail/qmail-spamcontrol|2012-11-28|Has expired: mail/qmail-spamcontrol replaces this port +chinese/pyDict||2012-11-28|Removed: Depends on the expired gtkglarea through py-gtk +x11-toolkits/py-gtk||2012-11-28|Has expired: Depends on the expired gtkglarea Modified: head/chinese/Makefile ============================================================================== --- head/chinese/Makefile Wed Nov 28 17:24:53 2012 (r307920) +++ head/chinese/Makefile Wed Nov 28 17:29:52 2012 (r307921) @@ -116,7 +116,6 @@ SUBDIR += phpbb3-tw SUBDIR += pine4 SUBDIR += py-cconv - SUBDIR += pyDict SUBDIR += qe SUBDIR += qt4-codecs-cn SUBDIR += qt4-codecs-tw Modified: head/x11-toolkits/Makefile ============================================================================== --- head/x11-toolkits/Makefile Wed Nov 28 17:24:53 2012 (r307920) +++ head/x11-toolkits/Makefile Wed Nov 28 17:29:52 2012 (r307921) @@ -195,7 +195,6 @@ SUBDIR += py-gnome-desktop SUBDIR += py-gnome-extras SUBDIR += py-gnome2 - SUBDIR += py-gtk SUBDIR += py-gtk2 SUBDIR += py-gtkglext SUBDIR += py-gtksourceview From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:30: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 84B73524; Wed, 28 Nov 2012 17:30:21 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6A85D8FC1A; Wed, 28 Nov 2012 17:30:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASHULou096845; Wed, 28 Nov 2012 17:30:21 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASHULKQ096841; Wed, 28 Nov 2012 17:30:21 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211281730.qASHULKQ096841@svn.freebsd.org> From: Pawel Pekala Date: Wed, 28 Nov 2012 17:30:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307922 - head/astro/viking X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:30:21 -0000 Author: pawel Date: Wed Nov 28 17:30:20 2012 New Revision: 307922 URL: http://svnweb.freebsd.org/changeset/ports/307922 Log: - Update to version 1.3.2.1 [1] - Respect DOCS, NLS options [1] - Hand maintainership to submitter [1] - Add missing deps - Trim Makefile headers PR: ports/173835 [1] Submitted by: nemysis Feature safe: yes Modified: head/astro/viking/Makefile head/astro/viking/distinfo head/astro/viking/pkg-descr head/astro/viking/pkg-plist Modified: head/astro/viking/Makefile ============================================================================== --- head/astro/viking/Makefile Wed Nov 28 17:29:52 2012 (r307921) +++ head/astro/viking/Makefile Wed Nov 28 17:30:20 2012 (r307922) @@ -1,34 +1,34 @@ -# New ports collection makefile for: viking -# Date created: 29 April 2008 -# Whom: David Le Brun -# +# Created by: David Le Brun # $FreeBSD$ -# PORTNAME= viking -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2.1 CATEGORIES= astro -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.3.2/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Program to manage GPS data (tracks, waypoints, etc) LICENSE= GPLv2 # (or later) -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ + pcre:${PORTSDIR}/devel/pcre \ + curl:${PORTSDIR}/ftp/curl \ + cairo:${PORTSDIR}/graphics/cairo \ + png15:${PORTSDIR}/graphics/png \ + freetype:${PORTSDIR}/print/freetype2 \ + expat:${PORTSDIR}/textproc/expat2 \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ + xcb:${PORTSDIR}/x11/libxcb RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel -OPTIONS_DEFINE= GEOTAR GPSD -OPTIONS_DEFAULT= GEOTAG -GEOTAG_DESC= Enable Geotag support -GPSD_DESC= Enable realtime GPS tracking - +USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \ + xfixes xi xinerama xrandr xrender USE_GNOME= gnomedocutils gtk20 +USE_ICONV= yes USE_PERL5_RUN= yes -USE_GETTEXT= yes -USE_GMAKE= yes GNU_CONFIGURE= yes +USE_GMAKE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes MAKE_JOBS_SAFE= yes @@ -36,8 +36,23 @@ MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +PORTDOCS= AUTHORS ChangeLog NEWS README TODO + +OPTIONS_DEFINE= GEOTAG GPSD +OPTIONS_DEFAULT= GEOTAG +GEOTAG_DESC= Enable Geotag support +GPSD_DESC= Enable realtime GPS tracking + .include +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + .if ${PORT_OPTIONS:MGEOTAG} LIB_DEPENDS+= exif:${PORTSDIR}/graphics/libexif .else @@ -53,4 +68,12 @@ CONFIGURE_ARGS+= --disable-realtime-gps- post-patch: @${REINPLACE_CMD} -e '/^AM_CFLAGS/s| -g | |' ${WRKSRC}/src/Makefile.in +post-install: + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps + +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include Modified: head/astro/viking/distinfo ============================================================================== --- head/astro/viking/distinfo Wed Nov 28 17:29:52 2012 (r307921) +++ head/astro/viking/distinfo Wed Nov 28 17:30:20 2012 (r307922) @@ -1,2 +1,2 @@ -SHA256 (viking-1.3.1.tar.gz) = d6511059eb554426dd6f5c76dd7d30913429a0445bddef63647fc9458c5c0920 -SIZE (viking-1.3.1.tar.gz) = 1094445 +SHA256 (viking-1.3.2.1.tar.gz) = ebd6f134a340a1b2ba582ea77bd97ddd9db16b476be7090a12649f6069fa1565 +SIZE (viking-1.3.2.1.tar.gz) = 1097274 Modified: head/astro/viking/pkg-descr ============================================================================== --- head/astro/viking/pkg-descr Wed Nov 28 17:29:52 2012 (r307921) +++ head/astro/viking/pkg-descr Wed Nov 28 17:30:20 2012 (r307922) @@ -1,10 +1,7 @@ -viking is a free/open source program to manage GPS data. +Viking is a free/open source program to manage GPS data. -You can import and plot tracks and waypoints, show Google maps and/or -Terraserver maps under it, download geocaches for an area on the map, make new -tracks and waypoints, see real-time GPS position, etc. +You can import, plot and create tracks and waypoints, show OSM, Terraserver +and other maps, see real-time GPS position, get geocaches, control items, etc. +It is written in C & the GTK+2 toolkit. -It is written in C with the GTK+ 2 toolkit, available for Linux, other POSIX -operating systems, and Windows, and is licensed under the GNU GPL. - -WWW: http://viking.sourceforge.net/ +WWW: http://sourceforge.net/apps/mediawiki/viking/index.php Modified: head/astro/viking/pkg-plist ============================================================================== --- head/astro/viking/pkg-plist Wed Nov 28 17:29:52 2012 (r307921) +++ head/astro/viking/pkg-plist Wed Nov 28 17:30:20 2012 (r307922) @@ -5,36 +5,44 @@ share/gnome/help/viking/C/figures/proper share/gnome/help/viking/C/legal.xml share/gnome/help/viking/C/viking.xml share/icons/hicolor/48x48/apps/viking.png -share/locale/cs/LC_MESSAGES/viking.mo -share/locale/da/LC_MESSAGES/viking.mo -share/locale/de/LC_MESSAGES/viking.mo -share/locale/el/LC_MESSAGES/viking.mo -share/locale/en_GB/LC_MESSAGES/viking.mo -share/locale/es/LC_MESSAGES/viking.mo -share/locale/fr/LC_MESSAGES/viking.mo -share/locale/he/LC_MESSAGES/viking.mo -share/locale/hu/LC_MESSAGES/viking.mo -share/locale/id/LC_MESSAGES/viking.mo -share/locale/it/LC_MESSAGES/viking.mo -share/locale/ja/LC_MESSAGES/viking.mo -share/locale/jv/LC_MESSAGES/viking.mo -share/locale/lt/LC_MESSAGES/viking.mo -share/locale/lv/LC_MESSAGES/viking.mo -share/locale/nb/LC_MESSAGES/viking.mo -share/locale/nl/LC_MESSAGES/viking.mo -share/locale/pl/LC_MESSAGES/viking.mo -share/locale/pt_BR/LC_MESSAGES/viking.mo -share/locale/ru/LC_MESSAGES/viking.mo -share/locale/sl/LC_MESSAGES/viking.mo -share/locale/sv/LC_MESSAGES/viking.mo -share/locale/uk/LC_MESSAGES/viking.mo -share/locale/zh_CN/LC_MESSAGES/viking.mo -share/locale/zh_TW/LC_MESSAGES/viking.mo +%%NLS%%share/locale/cs/LC_MESSAGES/viking.mo +%%NLS%%share/locale/da/LC_MESSAGES/viking.mo +%%NLS%%share/locale/de/LC_MESSAGES/viking.mo +%%NLS%%share/locale/el/LC_MESSAGES/viking.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/viking.mo +%%NLS%%share/locale/es/LC_MESSAGES/viking.mo +%%NLS%%share/locale/fr/LC_MESSAGES/viking.mo +%%NLS%%share/locale/he/LC_MESSAGES/viking.mo +%%NLS%%share/locale/hu/LC_MESSAGES/viking.mo +%%NLS%%share/locale/id/LC_MESSAGES/viking.mo +%%NLS%%share/locale/it/LC_MESSAGES/viking.mo +%%NLS%%share/locale/ja/LC_MESSAGES/viking.mo +%%NLS%%share/locale/jv/LC_MESSAGES/viking.mo +%%NLS%%share/locale/lt/LC_MESSAGES/viking.mo +%%NLS%%share/locale/lv/LC_MESSAGES/viking.mo +%%NLS%%share/locale/nb/LC_MESSAGES/viking.mo +%%NLS%%share/locale/nl/LC_MESSAGES/viking.mo +%%NLS%%share/locale/pl/LC_MESSAGES/viking.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/viking.mo +%%NLS%%share/locale/ru/LC_MESSAGES/viking.mo +%%NLS%%share/locale/sl/LC_MESSAGES/viking.mo +%%NLS%%share/locale/sv/LC_MESSAGES/viking.mo +%%NLS%%share/locale/uk/LC_MESSAGES/viking.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/viking.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/viking.mo share/omf/viking/viking-C.omf -@dirrm share/omf/viking -@dirrmtry share/locale/jv/LC_MESSAGES -@dirrmtry share/locale/jv -@dirrm share/gnome/help/viking/C/figures -@dirrm share/gnome/help/viking/C -@dirrm share/gnome/help/viking +share/pixmaps/viking.png +@dirrmtry share/omf/viking +@dirrmtry share/omf +%%NLS%%@dirrmtry share/locale/jv/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/jv +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@dirrmtry share/gnome/help/viking/C/figures +@dirrmtry share/gnome/help/viking/C +@dirrmtry share/gnome/help/viking +@dirrmtry share/gnome/help +@dirrmtry share/gnome @dirrmtry share/applications From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:30: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 6B08D5EE for ; Wed, 28 Nov 2012 17:30:49 +0000 (UTC) (envelope-from lists@eitanadler.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 D3CBA8FC14 for ; Wed, 28 Nov 2012 17:30:48 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so10718747lbb.13 for ; Wed, 28 Nov 2012 09:30:47 -0800 (PST) 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=NRj408Slo34FS3DyNOjJ0ZMea81TW/o2H/27Cp0ccPM=; b=DJ5EOrWxeV2JuJy8qg3ZFDnymVkWY3oyBae+XpkAaJkyabH8+LjlmpRXJfuCZxyr5f gmYYFFgnvrLXxHIp5VleKz8V5nQ1jhYvMdR8ilEryGlQgmVhQXeQ92ZyJo6SR04kZAa7 PPR7zRmUfYXAARRB6AjDn899zaBy3UZjI9Fy8= 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=NRj408Slo34FS3DyNOjJ0ZMea81TW/o2H/27Cp0ccPM=; b=W40cEMvkNi/jSOrG8VmCOhKMpGbxMSTNE95tB7vd5k6MTmd1OHWBaSBpEs5M0LOKq8 MtpD1aa3AR4E0bNVp7IUDf3DbBinS8+GN26UBFv7Vjrj0x8FHWQoXoEiZad5L8hEbGit UqVPbvWHU7pTQxIG1YTr+NAkOcpHvZlQY9WJa2wxztwvZXtQwmfj3z1lzUiFDyEQD4Cl AKbVv3Fw7Ii+QfxGtLeVk9tJ7KUPg5YjlMAathBDz8YQiae0wUMSHoYUKGtBRCIHls75 3TDOeh22ueDu0IBQ53p9UXy8olHCuf2Cni5YilFkml+ooroanmmHHrbdO1PiV4kn3MUa rSiw== Received: by 10.152.105.103 with SMTP id gl7mr18640701lab.10.1354123847591; Wed, 28 Nov 2012 09:30:47 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Wed, 28 Nov 2012 09:30:16 -0800 (PST) In-Reply-To: <201211281724.qASHOrKc095304@svn.freebsd.org> References: <201211281724.qASHOrKc095304@svn.freebsd.org> From: Eitan Adler Date: Wed, 28 Nov 2012 12:30:16 -0500 X-Google-Sender-Auth: GpHB5CWkl6p6er8615Juo7ia3r8 Message-ID: Subject: Re: svn commit: r307920 - head/Mk To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkkFdV8rXoXGXHqQbKBy0vojiYo+pq2dHDezlmw0RWsyS8lgd2/s69NbwWb01SFlazdFGnW Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:30:49 -0000 On 28 November 2012 12:24, Baptiste Daroussin wrote: > Author: bapt > Date: Wed Nov 28 17:24:53 2012 > New Revision: 307920 > URL: http://svnweb.freebsd.org/changeset/ports/307920 > > Log: > Removed pygtk from bsd.gnome.mk > > Approved by: gnome (kwm) > Feature safe: yes Can you please update the portmgr implementation page? Clearly the documented version of "Feature Safe" is wrong. We shouldn't have undocumented rules which supersede documented ones. > Modified: > head/Mk/bsd.gnome.mk -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:33: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 5D88B82E; Wed, 28 Nov 2012 17:33:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 28F088FC08; Wed, 28 Nov 2012 17:33:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASHXnO4097779; Wed, 28 Nov 2012 17:33:49 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASHXmsB097775; Wed, 28 Nov 2012 17:33:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211281733.qASHXmsB097775@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 28 Nov 2012 17:33:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307923 - in head: . databases databases/postgresql-libpqxx devel devel/portlet-api X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:33:49 -0000 Author: bapt Date: Wed Nov 28 17:33:48 2012 New Revision: 307923 URL: http://svnweb.freebsd.org/changeset/ports/307923 Log: 2012-11-26 databases/postgresql-libpqxx: No more public distfiles 2012-10-20 devel/portlet-api: No more public distfiles Feature safe: yes Deleted: head/databases/postgresql-libpqxx/ head/devel/portlet-api/ Modified: head/MOVED head/databases/Makefile head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 28 17:30:20 2012 (r307922) +++ head/MOVED Wed Nov 28 17:33:48 2012 (r307923) @@ -3932,3 +3932,5 @@ www/p5-Sledge-Template-Expr||2012-11-28| mail/vchkuser|mail/qmail-spamcontrol|2012-11-28|Has expired: mail/qmail-spamcontrol replaces this port chinese/pyDict||2012-11-28|Removed: Depends on the expired gtkglarea through py-gtk x11-toolkits/py-gtk||2012-11-28|Has expired: Depends on the expired gtkglarea +databases/postgresql-libpqxx||2012-11-28|Has expired: No more public distfiles +devel/portlet-api||2012-11-28|Has expired: No more public distfiles Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Nov 28 17:30:20 2012 (r307922) +++ head/databases/Makefile Wed Nov 28 17:33:48 2012 (r307923) @@ -624,7 +624,6 @@ SUBDIR += postgresql-jdbc SUBDIR += postgresql-libpgeasy SUBDIR += postgresql-libpq++ - SUBDIR += postgresql-libpqxx SUBDIR += postgresql-libpqxx3 SUBDIR += postgresql-odbc SUBDIR += postgresql-pllua Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 28 17:30:20 2012 (r307922) +++ head/devel/Makefile Wed Nov 28 17:33:48 2012 (r307923) @@ -3155,7 +3155,6 @@ SUBDIR += poco SUBDIR += poco-ssl SUBDIR += popt - SUBDIR += portlet-api SUBDIR += poslib SUBDIR += powerpc-rtems-binutils SUBDIR += powerpc-rtems-gcc From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:37: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 BCECCB0A for ; Wed, 28 Nov 2012 17:37:50 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 23B2E8FC14 for ; Wed, 28 Nov 2012 17:37:49 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so13306439lah.13 for ; Wed, 28 Nov 2012 09:37:48 -0800 (PST) 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=lki9l89ZMo4gbtSwbI1Uw4T3XDtbm4uYcnGR0OOHXVs=; b=OCmwqC1CH4Pws4nDxCyhXE2J4JdTDcjZhgsGm4CFMQV7rHMG42Br7Pcm3hit/tRVct eo5U94ykSRoFm6N6QbtSY9fd/PoI8ANFaj5lh7tA7iLFHhycDSAzS5YKwPEjylNPXueu Ptu5wzBv4/NS+2RpW+p3r5NJa4z2MkB7AUaeg= 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=lki9l89ZMo4gbtSwbI1Uw4T3XDtbm4uYcnGR0OOHXVs=; b=YqgJjpOujgfUG0Zd/OTngPcy9WN92q0BoNJ4jplBiWLBiSogaFlek5G4bPxRmiJL/l qV/AGGt29SUs0cMsYSjl+9SRdv8r/g0qJtuYsS/Qlc7JD52cBdNJiDt4D1UPIJOBNkUX 2XSMMNLG4uHJtB9qfx2cJYL4LrUJItak1CbkdfXxobN3DYpv9NITOhmwZK7eZvf+jsNS Y9/g032qXZAMbAFBcUFvVgc16ohWCe0G6iIKQXIId4u4I9pG/AZbHgIStLOCvOOXJHqY t/Jmb++BPBkoN/lCaL5cRBOlJ4I56jwVjhJvpdIwevMNSUkMJhak4t1TxhV4egAH4Cba DG6w== Received: by 10.112.49.99 with SMTP id t3mr8049275lbn.52.1354124268763; Wed, 28 Nov 2012 09:37:48 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Wed, 28 Nov 2012 09:37:18 -0800 (PST) In-Reply-To: <201211281129.qASBT6Aw015051@svn.freebsd.org> References: <201211281129.qASBT6Aw015051@svn.freebsd.org> From: Eitan Adler Date: Wed, 28 Nov 2012 12:37:18 -0500 X-Google-Sender-Auth: 7Dw6R1NnSx2yVG5Z7T693QKnTiQ Message-ID: Subject: Re: svn commit: r307902 - head/graphics/grafx2/files To: Emanuel Haupt Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQk9wGU8xwgpJk6J8gDikbWRHU0OPEAyQwqiAFycrVWfkPmuj5+2nkeUn5wC+vqgf0FIFu06 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:37:50 -0000 On 28 November 2012 06:29, Emanuel Haupt wrote: > Author: ehaupt > Date: Wed Nov 28 11:29:06 2012 > New Revision: 307902 > URL: http://svnweb.freebsd.org/changeset/ports/307902 > > Log: > Add patchfile. What does the patchfile do? Why is it needed? Was upstream contacted? - these should be documented in the log message. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:42: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 B92C4FBB; Wed, 28 Nov 2012 17:42:45 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id 454988FC0C; Wed, 28 Nov 2012 17:42:45 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:57321 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1Tdlel-001LRN-5F; Wed, 28 Nov 2012 18:42:43 +0100 Date: Wed, 28 Nov 2012 18:42:40 +0100 From: Pietro Cerutti To: Eitan Adler Subject: Re: svn commit: r307902 - head/graphics/grafx2/files Message-ID: <20121128174239.GA64813@gahrfit.gahr.ch> References: <201211281129.qASBT6Aw015051@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Emanuel Haupt , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 17:42:45 -0000 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2012-Nov-28, 12:37, Eitan Adler wrote: > On 28 November 2012 06:29, Emanuel Haupt wrote: > > Author: ehaupt > > Date: Wed Nov 28 11:29:06 2012 > > New Revision: 307902 > > URL: http://svnweb.freebsd.org/changeset/ports/307902 > > > > Log: > > Add patchfile. >=20 > What does the patchfile do? Why is it needed? Was upstream contacted? >=20 > - these should be documented in the log message. oh come on... +-#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) = = =20 ++#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) || defi= ned(__FreeBSD__) isn't this clear enough? --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC2TQcACgkQwMJqmJVx944sWACfaAdSK7DB+6t3p9/bjPYW73+D s+MAoK9mrmYLZSyjQBTbhQXb38VKYjic =gmIc -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:58: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 80BEB622; Wed, 28 Nov 2012 17:58:39 +0000 (UTC) (envelope-from baptiste.daroussin@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 552D68FC0C; Wed, 28 Nov 2012 17:58:38 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id c13so9570671eek.13 for ; Wed, 28 Nov 2012 09:58:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=RLVQYSzFApvr0O5shsAB8FfsSPMzXP8NO3IMydIAnEg=; b=GURbU2whAz68jUWIgJR2Dxr4Fr0aNCrTDBBu5JXK8YjfRZwqyFj6LH5zqrKlWkNncH y+sJj94QcBXuAzOXTU3ycEwr5kaGo6TljhZOqw6An0HUXsCrfqbP3ZYfsJGopfhIeW/S /tUfCd8jPkVv61n4jAduJ/2AKCnPjz5SKwrnnKrvbhb2CLzelcleNU/sose3D5zyD/9k V02bAtqAWvUW8bTSJ6HsfbtTfJBEMIEMx1b8Sj/PO6BUVAN4XEbmUjIw0u4CLKQbsHtp xWOtl+Kr6Ep2SwsL0H5jKYi21N7szFa9XVvvTMINcmo7xADynOXk6w7xXIcwqd5W43gS 1KNg== Received: by 10.14.175.133 with SMTP id z5mr72153164eel.15.1354125517293; Wed, 28 Nov 2012 09:58:37 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id z8sm1864768eeo.11.2012.11.28.09.58.36 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Nov 2012 09:58:36 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 28 Nov 2012 18:58:34 +0100 From: Baptiste Daroussin To: Eitan Adler Subject: Re: svn commit: r307920 - head/Mk Message-ID: <20121128175834.GE97474@ithaqua.etoilebsd.net> References: <201211281724.qASHOrKc095304@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OZkY3AIuv2LYvjdk" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:58:39 -0000 --OZkY3AIuv2LYvjdk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 28, 2012 at 12:30:16PM -0500, Eitan Adler wrote: > On 28 November 2012 12:24, Baptiste Daroussin wrote: > > Author: bapt > > Date: Wed Nov 28 17:24:53 2012 > > New Revision: 307920 > > URL: http://svnweb.freebsd.org/changeset/ports/307920 > > > > Log: > > Removed pygtk from bsd.gnome.mk > > > > Approved by: gnome (kwm) > > Feature safe: yes >=20 > Can you please update the portmgr implementation page? Clearly the > documented version of "Feature Safe" is wrong. We shouldn't have > undocumented rules which supersede documented ones. >=20 There are no undocumented rules which supersede documented ones, as I alrea= dy said last time you asked. This is removing something that isn't used at all on the whole ports tree a= nd for a while, this is obviously "Feature safe". Reread my last mail about it, now if you feel like something is undocumented here, send a patch to the documentation we can review, but as I said last t= ime, I don't see what needs to be documented here. regards, Bapt --OZkY3AIuv2LYvjdk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC2UMoACgkQ8kTtMUmk6EzEzQCeIa3WJ6gHAg2Rt40fmMpkA//J lmcAoLa9WE5KOgRdPNzMD9RnH1oJysCU =688L -----END PGP SIGNATURE----- --OZkY3AIuv2LYvjdk-- From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 17:59: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 C2F58708 for ; Wed, 28 Nov 2012 17:59:43 +0000 (UTC) (envelope-from lists@eitanadler.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 292598FC14 for ; Wed, 28 Nov 2012 17:59:42 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so10751063lbb.13 for ; Wed, 28 Nov 2012 09:59:41 -0800 (PST) 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=j7356YuljxLUUQUQs2MY+sodG7EGBTM+fddOqY23lYU=; b=B0IypHeFCLNr0F2Dv90AfqL/Q1/xQGI62uuj32m3wx8PKXo1CEnaUJZXHikrALVNMd jr/fJCafvchREcfwFBFuMfd26VT0NKGMNemWRzdq8a+9ac8I+2g15HVaQ8ZNrF8fC69h UMbzWkv8mAkuOF+6xxGtBSpGieHDJvQWb3FGg= 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=j7356YuljxLUUQUQs2MY+sodG7EGBTM+fddOqY23lYU=; b=Hcfqhvjv41DtRixpXaBQRRRBnyODJZWu90BqBCAZE9ysS5thAm2wBA8itmbN+QF/o7 92o/1Le4a4gYzNosEgZ59uQzdbGzTzD+nrPJ1ndlAnwTv+FMh3p3IZXEGu6DKrFVmrMD KKg9ts6bjxlb4DNbQhlt5Hdfx58/VyD8SLcAMruzq60NswlAri+zLsK6wIdD+yxBv5es QF6dnXXX0sqGBBNRD/cyr0p/gZxUwAkXnBdprPm2x7Y4KZRT+IZIn/gxc9HtkA3lpzYG f4QpPpMXu7riTUmq2L+YYIu21miNiV/WLvgPlD5tKTmdgeunBjk87jNaIC0z9NYerGlG rzmQ== Received: by 10.152.105.33 with SMTP id gj1mr18932666lab.49.1354125581518; Wed, 28 Nov 2012 09:59:41 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Wed, 28 Nov 2012 09:59:11 -0800 (PST) In-Reply-To: <20121128174239.GA64813@gahrfit.gahr.ch> References: <201211281129.qASBT6Aw015051@svn.freebsd.org> <20121128174239.GA64813@gahrfit.gahr.ch> From: Eitan Adler Date: Wed, 28 Nov 2012 12:59:11 -0500 X-Google-Sender-Auth: 2yYVu51zvj6-7bwtX_hto_H0Uoc Message-ID: Subject: Re: svn commit: r307902 - head/graphics/grafx2/files To: gahr@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnHcGxwtUjiuJERXTMttvun91Gw4yoy3AsOFZdpqme3n0swbWLGEzeIMndF8lVCPGkZsXwc Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Emanuel Haupt , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 17:59:43 -0000 On 28 November 2012 12:42, Pietro Cerutti wrote: > On 2012-Nov-28, 12:37, Eitan Adler wrote: >> On 28 November 2012 06:29, Emanuel Haupt wrote: >> > Author: ehaupt >> > Date: Wed Nov 28 11:29:06 2012 >> > New Revision: 307902 >> > URL: http://svnweb.freebsd.org/changeset/ports/307902 >> > >> > Log: >> > Add patchfile. >> >> What does the patchfile do? Why is it needed? Was upstream contacted? >> >> - these should be documented in the log message. > > oh come on... > > +-#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) > ++#if defined(__AROS__) || defined(__linux__) || defined(__GLIBC__) || defined(__FreeBSD__) > > isn't this clear enough? %svn log -cr307902 ------------------------------------------------------------------------ r307902 | ehaupt | 2012-11-28 06:29:06 -0500 (Wed, 28 Nov 2012) | 4 lines Add patchfile. Feature safe: yes ------------------------------------------------------------------------ also the patch file itself only answers parts 1 and 2. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 18:01: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 5BC3384C for ; Wed, 28 Nov 2012 18:01:42 +0000 (UTC) (envelope-from lists@eitanadler.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 C06738FC1E for ; Wed, 28 Nov 2012 18:01:41 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so10753393lbb.13 for ; Wed, 28 Nov 2012 10:01:40 -0800 (PST) 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=izMKYLnkssX5PfNwAvNLEIrDHw+JkzNK+oI6HgxMmS4=; b=BidK/hDa1reaPvDu8I+ZxU7ygeNRbmLozrH4iJQU081rUX2+dGXu7gXvBxIwRZcdJ2 pmOb7drKEjRn9DVMRAtsSdMhCzaE32O7oovBYIKPTFTKpLHUaXRcz0g1U3iIG06JCXTq NXrDnhU4d3CDY8yNwq7ew5brM7jXSn/FIe+Gw= 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=izMKYLnkssX5PfNwAvNLEIrDHw+JkzNK+oI6HgxMmS4=; b=AnIhppApJcvmx/05uewboel2KEfIt06YcRPjFaEYL4ziuVg6zbQPJiSg9vAcLCxyCs sApnToGbefFEecIK6YAK/FKamDAWm0o9R1in4G+epyU/l+/pYQOeo6Cvb+C9veXIqxfe pf8SXm5H0A1IhIcNPmmHm4GiYZxGzjUZauL6Rxm6pcIb00moU7zTtwFYIBPbza836skB JG9cXevR3BkFyCO/5RTIkd1GGEZY6a2SHu4xpIwT9pjAsfuhM07CNHIOjkh487jWThX6 HCuXX1TmyzfB/SvEYkpaXQBFm24X0XBQhO5XLj5njXfJq8ePWeIV2PJPIwUuwvDrP9jH 2fUg== Received: by 10.112.38.103 with SMTP id f7mr5209222lbk.120.1354125699921; Wed, 28 Nov 2012 10:01:39 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Wed, 28 Nov 2012 10:01:09 -0800 (PST) In-Reply-To: <20121128175834.GE97474@ithaqua.etoilebsd.net> References: <201211281724.qASHOrKc095304@svn.freebsd.org> <20121128175834.GE97474@ithaqua.etoilebsd.net> From: Eitan Adler Date: Wed, 28 Nov 2012 13:01:09 -0500 X-Google-Sender-Auth: f49UR8WBwVDqtTppfMF9QpuQ-y0 Message-ID: Subject: Re: svn commit: r307920 - head/Mk To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQk/mpEM/wcbXhQNqMMEi7eN1khiNm7xMbobC21jqDHAqN6fgFrNN/rHRkJVFi5THIeqkYSU Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 18:01:42 -0000 On 28 November 2012 12:58, Baptiste Daroussin wrote: > There are no undocumented rules which supersede documented ones, as I already > said last time you asked. So you are okay with the following? commit 0699cf40e76409b166539647808876476dd04c26 Author: Eitan Adler Date: Wed Nov 28 13:00:16 2012 -0500 Commits to b.*.m are allowed during ports slush Reviewed by: portmgr (bapt) Approved by: ??? (mentor) diff --git a/en_US.ISO8859-1/htdocs/portmgr/implementation.xml b/en_US.ISO8859-1/htdocs/portmgr/implementation.xml index 74e0936..22cff61 100644 --- a/en_US.ISO8859-1/htdocs/portmgr/implementation.xml +++ b/en_US.ISO8859-1/htdocs/portmgr/implementation.xml @@ -98,7 +98,6 @@ change falls into this categorization, you must ask portmgr before committing.

    -
  • any commit to bsd.*.mk

  • anything else that would normally require a regression test

  • shared library version bumps

  • -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 18:06: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 229F7997; Wed, 28 Nov 2012 18:06:22 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 05BEF8FC08; Wed, 28 Nov 2012 18:06:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASI6LMm003610; Wed, 28 Nov 2012 18:06:21 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASI6LTj003609; Wed, 28 Nov 2012 18:06:21 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201211281806.qASI6LTj003609@svn.freebsd.org> From: Eitan Adler Date: Wed, 28 Nov 2012 18:06:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307924 - head/Tools/scripts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 18:06:22 -0000 Author: eadler Date: Wed Nov 28 18:06:21 2012 New Revision: 307924 URL: http://svnweb.freebsd.org/changeset/ports/307924 Log: Document tool which converts from old style header to new style Feature safe: yes Modified: head/Tools/scripts/README Modified: head/Tools/scripts/README ============================================================================== --- head/Tools/scripts/README Wed Nov 28 17:33:48 2012 (r307923) +++ head/Tools/scripts/README Wed Nov 28 18:06:21 2012 (r307924) @@ -17,6 +17,7 @@ checknewvers - checks for availability f chkorigin.sh - checks all ports in the tree for a wrong PKGORIGIN. Run this tool after every repocopy. close-pr - a slightly hacked version of edit-pr(1) to quickly close PR. +convert-makefile-header.pl - converts old style headers to modern one-line version de-pkg-comment - converts pkg-comment to COMMENT (will be obsoleted when the mass conversion is finished) dialogwrapper.sh - a wrapper for dialog(1) which provides extra features From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 18:08: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 81FC0A8D; Wed, 28 Nov 2012 18:08:32 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 650638FC14; Wed, 28 Nov 2012 18:08:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASI8WQd004046; Wed, 28 Nov 2012 18:08:32 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASI8W2L004044; Wed, 28 Nov 2012 18:08:32 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201211281808.qASI8W2L004044@svn.freebsd.org> From: Eitan Adler Date: Wed, 28 Nov 2012 18:08:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307925 - head/games/blue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 18:08:32 -0000 Author: eadler Date: Wed Nov 28 18:08:31 2012 New Revision: 307925 URL: http://svnweb.freebsd.org/changeset/ports/307925 Log: Update to 2.11 PR: ports/173975 Submitted by: nemysis (maintainer) Feature safe: yes Modified: head/games/blue/Makefile head/games/blue/distinfo Modified: head/games/blue/Makefile ============================================================================== --- head/games/blue/Makefile Wed Nov 28 18:06:21 2012 (r307924) +++ head/games/blue/Makefile Wed Nov 28 18:08:31 2012 (r307925) @@ -1,12 +1,8 @@ -# New ports collection makefile for: blue -# Date created: 6 June 1997 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= blue -PORTVERSION= 2.10 +PORTVERSION= 2.11 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bluemoon/ DISTNAME= bluemoon-${PORTVERSION} Modified: head/games/blue/distinfo ============================================================================== --- head/games/blue/distinfo Wed Nov 28 18:06:21 2012 (r307924) +++ head/games/blue/distinfo Wed Nov 28 18:08:31 2012 (r307925) @@ -1,2 +1,2 @@ -SHA256 (bluemoon-2.10.tar.gz) = 7eef6f311097b733a6316df1e3bfe6e57b3adcf100ca4b4523272f1bef5b0e26 -SIZE (bluemoon-2.10.tar.gz) = 7129 +SHA256 (bluemoon-2.11.tar.gz) = 19ce5b5f0220bd9906b6da0a25b8a61b7e2037283a0ed9804b45ed700fa55a14 +SIZE (bluemoon-2.11.tar.gz) = 12308 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 18:12:08 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 E1F73D62; Wed, 28 Nov 2012 18:12:08 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AE0B58FC19; Wed, 28 Nov 2012 18:12:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASIC8m5004868; Wed, 28 Nov 2012 18:12:08 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASIC8tF004866; Wed, 28 Nov 2012 18:12:08 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201211281812.qASIC8tF004866@svn.freebsd.org> From: Eitan Adler Date: Wed, 28 Nov 2012 18:12:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307926 - head/www/typo346 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 18:12:09 -0000 Author: eadler Date: Wed Nov 28 18:12:08 2012 New Revision: 307926 URL: http://svnweb.freebsd.org/changeset/ports/307926 Log: Mark typo346 as deprecated: Upstream considers this version EoL except from a security point of view. PR: ports/173974 Submitted by: Helmut Ritter (maintainer) Feature safe: yes Modified: head/www/typo346/Makefile head/www/typo346/pkg-descr Modified: head/www/typo346/Makefile ============================================================================== --- head/www/typo346/Makefile Wed Nov 28 18:08:31 2012 (r307925) +++ head/www/typo346/Makefile Wed Nov 28 18:12:08 2012 (r307926) @@ -17,6 +17,9 @@ USE_PHP= ctype filter json mysql pcre se WANT_PHP_WEB= yes IGNORE_WITH_PHP=4 +DEPRECATED= Obsolete stable release +EXPIRATION_DATE=2013-04-30 + TYPO3WWW= www TYPO3RELEASE= 46 TYPO3SITE= ${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE} Modified: head/www/typo346/pkg-descr ============================================================================== --- head/www/typo346/pkg-descr Wed Nov 28 18:08:31 2012 (r307925) +++ head/www/typo346/pkg-descr Wed Nov 28 18:12:08 2012 (r307926) @@ -2,9 +2,10 @@ TYPO3 is a free Open Source content mana on the web and in intranets. It offers full flexibility and extendability while featuring an accomplished set of ready-made interfaces, functions and modules. -Old stable release -Support for this version will be dropped entirely when TYPO3 6.0 is released. -Updating to TYPO3 4.5 LTS or TYPO3 4.7 is seriously recommended, depending on -how long you wish to be supported. +Obsolete stable release +This release will get full support (bug fixes and security fixes) until December +2012, but will getsecurity fixes until April 2013. This means that support for +this version will be dropped entirely when TYPO3 6.1 is released. Updating to +TYPO3 6.0 is recommended. WWW: http://typo3.org/ From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 18:30: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 8A6E9A32; Wed, 28 Nov 2012 18:30:24 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 701798FC08; Wed, 28 Nov 2012 18:30:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASIUOxn007746; Wed, 28 Nov 2012 18:30:24 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASIUOST007742; Wed, 28 Nov 2012 18:30:24 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211281830.qASIUOST007742@svn.freebsd.org> From: Frederic Culot Date: Wed, 28 Nov 2012 18:30:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307927 - head/www/reviewboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 18:30:24 -0000 Author: culot Date: Wed Nov 28 18:30:23 2012 New Revision: 307927 URL: http://svnweb.freebsd.org/changeset/ports/307927 Log: - Update to 1.6.14 [1] - use dirrmtry in plist for shared python directories to silence pkg_delete warnings PR: ports/173922 [1] Submitted by: Po-Chien Lin (maintainer) Feature safe: yes Modified: head/www/reviewboard/Makefile head/www/reviewboard/distinfo head/www/reviewboard/pkg-plist Modified: head/www/reviewboard/Makefile ============================================================================== --- head/www/reviewboard/Makefile Wed Nov 28 18:12:08 2012 (r307926) +++ head/www/reviewboard/Makefile Wed Nov 28 18:30:23 2012 (r307927) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= reviewboard -PORTVERSION= 1.6.13 +PORTVERSION= 1.6.14 CATEGORIES= www devel MASTER_SITES= http://downloads.reviewboard.org/releases/ReviewBoard/${PORTVERSION:R}/ DISTNAME= ReviewBoard-${PORTVERSION} @@ -11,9 +11,9 @@ COMMENT= A web-based code review tool LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.3.3<1.4:${PORTSDIR}/www/py-django13 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django==1.3.4<1.4:${PORTSDIR}/www/py-django13 \ ${PYTHON_PKGNAMEPREFIX}django-evolution>=0.6.5:${PORTSDIR}/www/py-django-evolution \ - ${PYTHON_PKGNAMEPREFIX}djblets>=0.6.23:${PORTSDIR}/www/py-djblets \ + ${PYTHON_PKGNAMEPREFIX}djblets==0.6.27:${PORTSDIR}/www/py-djblets \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.4:${PORTSDIR}/textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup \ ${PYTHON_PKGNAMEPREFIX}paramiko>1.7.6:${PORTSDIR}/security/py-paramiko \ Modified: head/www/reviewboard/distinfo ============================================================================== --- head/www/reviewboard/distinfo Wed Nov 28 18:12:08 2012 (r307926) +++ head/www/reviewboard/distinfo Wed Nov 28 18:30:23 2012 (r307927) @@ -1,2 +1,2 @@ -SHA256 (ReviewBoard-1.6.13.tar.gz) = f05661bb2547dfbbf4052547bcaf00baf1ce325cdaf0ab8dc43ef25af7db091b -SIZE (ReviewBoard-1.6.13.tar.gz) = 1608089 +SHA256 (ReviewBoard-1.6.14.tar.gz) = 926184ebbcd46013a570929d0340bd3ce550362a9959b13e2f5c0227d8c3e04e +SIZE (ReviewBoard-1.6.14.tar.gz) = 1615897 Modified: head/www/reviewboard/pkg-plist ============================================================================== --- head/www/reviewboard/pkg-plist Wed Nov 28 18:12:08 2012 (r307926) +++ head/www/reviewboard/pkg-plist Wed Nov 28 18:30:23 2012 (r307927) @@ -677,9 +677,6 @@ bin/rbssh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/scmtools/plastic.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/scmtools/plastic.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/scmtools/plastic.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/scmtools/sshutils.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/scmtools/sshutils.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/scmtools/sshutils.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/scmtools/svn.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/scmtools/svn.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/scmtools/svn.pyo @@ -849,6 +846,27 @@ bin/rbssh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/site/validation.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/site/validation.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/site/validation.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/client.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/client.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/client.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/errors.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/errors.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/errors.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/policy.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/policy.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/policy.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/storage.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/storage.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/storage.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/tests.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/tests.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/tests.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh/utils.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/templates/403.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/templates/404.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/templates/500.html @@ -982,6 +1000,7 @@ bin/rbssh @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/templates/admin @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/templates/accounts @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/templates +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/ssh @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/site/templatetags @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/site/fixtures @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard/site @@ -1088,5 +1107,5 @@ bin/rbssh @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -@dirrm %%PYTHON_SITELIBDIR%% -@dirrm lib/python2.7 +@dirrmtry %%PYTHON_SITELIBDIR%% +@dirrmtry lib/python2.7 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 18:57: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 389C6472; Wed, 28 Nov 2012 18:57:07 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward11.mail.yandex.net (forward11.mail.yandex.net [IPv6:2a02:6b8:0:801::1]) by mx1.freebsd.org (Postfix) with ESMTP id A689B8FC08; Wed, 28 Nov 2012 18:57:06 +0000 (UTC) Received: from smtp13.mail.yandex.net (smtp13.mail.yandex.net [95.108.130.68]) by forward11.mail.yandex.net (Yandex) with ESMTP id CF5D4E81B48; Wed, 28 Nov 2012 22:57:04 +0400 (MSK) Received: from smtp13.mail.yandex.net (localhost [127.0.0.1]) by smtp13.mail.yandex.net (Yandex) with ESMTP id 835C1E40558; Wed, 28 Nov 2012 22:57:04 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp13.mail.yandex.net (nwsmtp/Yandex) with ESMTP id v3jifict-v3jimiGV; Wed, 28 Nov 2012 22:57:04 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1354129024; bh=tfwINgvo+JtM8afRPQkoftYVzzNRfwuJkudLTr/z6SA=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=psU79R5OCkqxN8VUS0wxCm3FeT5al6LUckuUN++OAEwIPTAjEyd4GJ5/qM+2ndaTv n2Zbf3JUIzU1SksPa+D0DFBFhWGTvwsnOrnH+xYIogL12Yn72Uy1Xnm6+eAfaB0jqK s1U7S2MU/wWApoVH5BVrDYkLvJBnZSwSOUf992io= Message-ID: <50B65E6D.9030403@yandex.ru> Date: Wed, 28 Nov 2012 22:56:45 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Frederic Culot Subject: Re: svn commit: r307927 - head/www/reviewboard References: <201211281830.qASIUOST007742@svn.freebsd.org> In-Reply-To: <201211281830.qASIUOST007742@svn.freebsd.org> 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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 18:57:07 -0000 Hi Frederic, Frederic Culot wrote on 28.11.2012 22:30: > Author: culot > Date: Wed Nov 28 18:30:23 2012 > New Revision: 307927 > URL: http://svnweb.freebsd.org/changeset/ports/307927 > > Log: > - Update to 1.6.14 [1] > - use dirrmtry in plist for shared python directories to silence > pkg_delete warnings [...] > @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% > -@dirrm %%PYTHON_SITELIBDIR%% > -@dirrm lib/python2.7 > +@dirrmtry %%PYTHON_SITELIBDIR%% > +@dirrmtry lib/python2.7 They should be just removed altogether, because this directories were created by python port, not that reviewboard port. The second note - plist entries should not contain hardcoded paths like lib/python2.7, because in case user prefer to use python 2.6 or 3.2, this path will be lib/python2.6 and lib/python3.2. There is %%PYTHON_LIBDIR%% for such things, but it doesn't matter in this case, because they just should be removed. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 19:02: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 85A315A5; Wed, 28 Nov 2012 19:02:53 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [IPv6:2a02:6b8:0:801::5]) by mx1.freebsd.org (Postfix) with ESMTP id F22498FC14; Wed, 28 Nov 2012 19:02:52 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward15.mail.yandex.net (Yandex) with ESMTP id 8AEAB9E0ABE; Wed, 28 Nov 2012 23:02:51 +0400 (MSK) Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id 0AB6516A060B; Wed, 28 Nov 2012 23:02:50 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 2oVON8Nl-2oVmDneb; Wed, 28 Nov 2012 23:02:50 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1354129370; bh=VuXoPG8Ig2VANxEgBPrRXU36IeGK/LjTioV5VqxPjYs=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=HWwJzMDPkDHmLO9uaBUfIMgkT2P6SFj1xFfY5JzL6DUdkh5oeBEhpnNA8Y0ECFdG7 W5P3vmMzzPiXi0SIrb1ae6DxSHi6VJsBzqjglQkIZW2Y9IaO9rRy4C/YtZkDRqQxIM PNbPhlLdL5vA1zmCGXOABlwEuOgvE020ju07MGiA= Message-ID: <50B65FC7.2010406@yandex.ru> Date: Wed, 28 Nov 2012 23:02:31 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Frederic Culot Subject: Re: svn commit: r307927 - head/www/reviewboard References: <201211281830.qASIUOST007742@svn.freebsd.org> <50B65E6D.9030403@yandex.ru> In-Reply-To: <50B65E6D.9030403@yandex.ru> 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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 19:02:53 -0000 Ruslan Mahmatkhanov wrote on 28.11.2012 22:56: > Hi Frederic, > > Frederic Culot wrote on 28.11.2012 22:30: >> Author: culot >> Date: Wed Nov 28 18:30:23 2012 >> New Revision: 307927 >> URL: http://svnweb.freebsd.org/changeset/ports/307927 >> >> Log: >> - Update to 1.6.14 [1] >> - use dirrmtry in plist for shared python directories to silence >> pkg_delete warnings > > [...] > >> @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% >> -@dirrm %%PYTHON_SITELIBDIR%% >> -@dirrm lib/python2.7 >> +@dirrmtry %%PYTHON_SITELIBDIR%% >> +@dirrmtry lib/python2.7 > > They should be just removed altogether, because this directories were > created by python port, not that reviewboard port. The second note - > plist entries should not contain hardcoded paths like lib/python2.7, > because in case user prefer to use python 2.6 or 3.2, this path will be > lib/python2.6 and lib/python3.2. There is %%PYTHON_LIBDIR%% for such > things, but it doesn't matter in this case, because they just should be > removed. And by the way, it looks like reviewboard itself is a great tool to implement at FreeBSD infrastructure, to make commit reviews like this one and make sure that it will not be missing. SVN is supported. What other people think? -- Regards, Ruslan Tinderboxing kills... the drives. From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 19:13: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 6F8EF7C1; Wed, 28 Nov 2012 19:13:00 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 543BC8FC0C; Wed, 28 Nov 2012 19:13:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASJD0SW014033; Wed, 28 Nov 2012 19:13:00 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASJD0Ua014032; Wed, 28 Nov 2012 19:13:00 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211281913.qASJD0Ua014032@svn.freebsd.org> From: Frederic Culot Date: Wed, 28 Nov 2012 19:13:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307928 - head/www/reviewboard X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 19:13:00 -0000 Author: culot Date: Wed Nov 28 19:12:59 2012 New Revision: 307928 URL: http://svnweb.freebsd.org/changeset/ports/307928 Log: - Remove base python install directories from plist Suggested by: rm@ Feature safe: yes Modified: head/www/reviewboard/pkg-plist Modified: head/www/reviewboard/pkg-plist ============================================================================== --- head/www/reviewboard/pkg-plist Wed Nov 28 18:30:23 2012 (r307927) +++ head/www/reviewboard/pkg-plist Wed Nov 28 19:12:59 2012 (r307928) @@ -1107,5 +1107,3 @@ bin/rbssh @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/reviewboard @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry lib/python2.7 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 19:15: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 299128BA; Wed, 28 Nov 2012 19:15:54 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0FD028FC18; Wed, 28 Nov 2012 19:15:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASJFrJh014521; Wed, 28 Nov 2012 19:15:53 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASJFrCt014520; Wed, 28 Nov 2012 19:15:53 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201211281915.qASJFrCt014520@svn.freebsd.org> From: Thierry Thomas Date: Wed, 28 Nov 2012 19:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307929 - head/cad/salome-gui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 19:15:54 -0000 Author: thierry Date: Wed Nov 28 19:15:53 2012 New Revision: 307929 URL: http://svnweb.freebsd.org/changeset/ports/307929 Log: Add one more month before removal: we are working on some patches and hope to fix it (breakage due to VTK upgrade already fixed, the breakage due to Qt's upgrade beeing investigated). Feature safe: yes Modified: head/cad/salome-gui/Makefile (contents, props changed) Modified: head/cad/salome-gui/Makefile ============================================================================== --- head/cad/salome-gui/Makefile Wed Nov 28 19:12:59 2012 (r307928) +++ head/cad/salome-gui/Makefile Wed Nov 28 19:15:53 2012 (r307929) @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -gui SAL_MODULE_UPPER= GUI DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-05-10 +EXPIRATION_DATE= 2012-12-31 BROKEN= does not compile From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 19:28: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 4B257A52; Wed, 28 Nov 2012 19:28:04 +0000 (UTC) (envelope-from culot@0xd0.org) Received: from 0xd0.org (0xd0.org [91.121.92.146]) by mx1.freebsd.org (Postfix) with ESMTP id C98CB8FC08; Wed, 28 Nov 2012 19:28:03 +0000 (UTC) Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254]) by 0xd0.org (8.14.5/8.14.5) with ESMTP id qASJH02w027084; Wed, 28 Nov 2012 20:17:00 +0100 (CET) (envelope-from culot@0xd0.org) Received: (from culot@localhost) by 0xd0.org (8.14.5/8.14.5/Submit) id qASJGxc4027081; Wed, 28 Nov 2012 20:16:59 +0100 (CET) (envelope-from culot) Date: Wed, 28 Nov 2012 20:16:59 +0100 From: Frederic Culot To: Ruslan Mahmatkhanov Subject: Re: svn commit: r307927 - head/www/reviewboard Message-ID: <20121128191659.GC40217@culot.org> References: <201211281830.qASIUOST007742@svn.freebsd.org> <50B65E6D.9030403@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <50B65E6D.9030403@yandex.ru> X-PGP-Key: http://culot.org/public/pgp-key.txt User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, Frederic Culot , svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 19:28:04 -0000 > Hi Frederic, > > Frederic Culot wrote on 28.11.2012 22:30: > >Author: culot > >Date: Wed Nov 28 18:30:23 2012 > >New Revision: 307927 > >URL: http://svnweb.freebsd.org/changeset/ports/307927 > > > >Log: > > - Update to 1.6.14 [1] > > - use dirrmtry in plist for shared python directories to silence > > pkg_delete warnings > > [...] > > > @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% > >-@dirrm %%PYTHON_SITELIBDIR%% > >-@dirrm lib/python2.7 > >+@dirrmtry %%PYTHON_SITELIBDIR%% > >+@dirrmtry lib/python2.7 > > They should be just removed altogether, because this directories > were created by python port, not that reviewboard port. The second > note - plist entries should not contain hardcoded paths like > lib/python2.7, because in case user prefer to use python 2.6 or 3.2, > this path will be lib/python2.6 and lib/python3.2. There is > %%PYTHON_LIBDIR%% for such things, but it doesn't matter in this > case, because they just should be removed. > > -- > Regards, > Ruslan > > Tinderboxing kills... the drives. Hi Ruslan, I was not sure about this but you are right, there is no need to keep them in plist. I just committed a patch to remove them. Many thanks for your feedback! Frederic From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 19:35: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 56855D75; Wed, 28 Nov 2012 19:35:52 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 310AA8FC0C; Wed, 28 Nov 2012 19:35:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASJZpsJ017504; Wed, 28 Nov 2012 19:35:51 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASJZpCg017500; Wed, 28 Nov 2012 19:35:51 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201211281935.qASJZpCg017500@svn.freebsd.org> From: Jimmy Olgeni Date: Wed, 28 Nov 2012 19:35:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307930 - head/lang/erlang X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 19:35:52 -0000 Author: olgeni Date: Wed Nov 28 19:35:51 2012 New Revision: 307930 URL: http://svnweb.freebsd.org/changeset/ports/307930 Log: Upgrade to version R15B03. Feature safe: yes Modified: head/lang/erlang/Makefile head/lang/erlang/Makefile.lib head/lang/erlang/Makefile.man head/lang/erlang/distinfo Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Wed Nov 28 19:15:53 2012 (r307929) +++ head/lang/erlang/Makefile Wed Nov 28 19:35:51 2012 (r307930) @@ -6,8 +6,7 @@ # PORTNAME= erlang -PORTVERSION= 15.b.02 -PORTREVISION= 2 +PORTVERSION= 15.b.03 PORTEPOCH= 2 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ Modified: head/lang/erlang/Makefile.lib ============================================================================== --- head/lang/erlang/Makefile.lib Wed Nov 28 19:15:53 2012 (r307929) +++ head/lang/erlang/Makefile.lib Wed Nov 28 19:35:51 2012 (r307930) @@ -3,7 +3,7 @@ TOOLS_VSN= 2.6.8 OTP_LIBS= appmon-2.1.14.1 \ asn1-1.8 \ - common_test-1.6.2 \ + common_test-1.6.3 \ compiler-4.8.2 \ cosEvent-2.1.12 \ cosEventDomain-1.1.12 \ @@ -14,22 +14,22 @@ OTP_LIBS= appmon-2.1.14.1 \ cosTransactions-1.2.12 \ crypto-2.2 \ debugger-3.2.8 \ - dialyzer-2.5.2 \ - diameter-1.2 \ + dialyzer-2.5.3 \ + diameter-1.3 \ edoc-0.7.10 \ eldap-1.0 \ - erl_docgen-0.3.2 \ - erl_interface-3.7.8 \ - erts-5.9.2 \ + erl_docgen-0.3.3 \ + erl_interface-3.7.9 \ + erts-5.9.3 \ et-1.4.4.2 \ eunit-2.2.3 \ gs-1.5.15.1 \ - hipe-3.9.2 \ + hipe-3.9.3 \ ic-4.2.31 \ - inets-5.9.1 \ + inets-5.9.2 \ inviso-0.6.3 \ jinterface-1.5.6 \ - kernel-2.15.2 \ + kernel-2.15.3 \ megaco-3.16.0.2 \ mnesia-4.7.1 \ observer-1.2 \ @@ -38,18 +38,18 @@ OTP_LIBS= appmon-2.1.14.1 \ os_mon-2.2.10 \ otp_mibs-1.0.7 \ parsetools-2.0.7 \ - percept-0.8.6.1 \ + percept-0.8.7 \ pman-2.7.1.2 \ - public_key-0.16 \ + public_key-0.17 \ reltool-0.6.1 \ runtime_tools-1.8.9 \ sasl-2.2.1 \ snmp-4.22.1 \ - ssh-2.1.1 \ - ssl-5.1 \ - stdlib-1.18.2 \ + ssh-2.1.2 \ + ssl-5.1.1 \ + stdlib-1.18.3 \ syntax_tools-1.6.9 \ - test_server-3.5.2 \ + test_server-3.5.3 \ toolbar-1.4.2.2 \ tools-2.6.8 \ tv-2.1.4.9 \ Modified: head/lang/erlang/Makefile.man ============================================================================== --- head/lang/erlang/Makefile.man Wed Nov 28 19:15:53 2012 (r307929) +++ head/lang/erlang/Makefile.man Wed Nov 28 19:35:51 2012 (r307930) @@ -127,6 +127,8 @@ MAN3= CosEventChannelAdmin.3 \ dialyzer.3 \ diameter.3 \ diameter_app.3 \ + diameter_codec.3 \ + diameter_make.3 \ diameter_sctp.3 \ diameter_tcp.3 \ diameter_transport.3 \ Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Wed Nov 28 19:15:53 2012 (r307929) +++ head/lang/erlang/distinfo Wed Nov 28 19:35:51 2012 (r307930) @@ -1,9 +1,9 @@ -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/otp_src_R15B03.tar.gz) = d1ee5dd3833537ad7533f2deaf164936508c55c992c2b930f0c4c4559d40aa12 +SIZE (erlang/otp_src_R15B03.tar.gz) = 76127884 +SHA256 (erlang/otp_doc_man_R15B03.tar.gz) = 0a5a01f8c6050551c1ba0591de42731a6640370e7527fae81cdfe3d3d6af0a6b +SIZE (erlang/otp_doc_man_R15B03.tar.gz) = 1304986 +SHA256 (erlang/otp_doc_html_R15B03.tar.gz) = 00595ba3055a1282a18344467c865a416e05ef6e883c2702eded7ac40fc6c50c +SIZE (erlang/otp_doc_html_R15B03.tar.gz) = 30434193 SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 19:39: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 E4410FAA; Wed, 28 Nov 2012 19:39:09 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C9BA48FC13; Wed, 28 Nov 2012 19:39:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASJd9Zx017985; Wed, 28 Nov 2012 19:39:09 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASJd95c017984; Wed, 28 Nov 2012 19:39:09 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201211281939.qASJd95c017984@svn.freebsd.org> From: Beat Gaetzi Date: Wed, 28 Nov 2012 19:39:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307931 - head/x11-wm/fluxbox/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 19:39:10 -0000 Author: beat Date: Wed Nov 28 19:39:09 2012 New Revision: 307931 URL: http://svnweb.freebsd.org/changeset/ports/307931 Log: - Add chrome to the list of known browsers and while here remove unused firefox3. PR: ports/173553 Submitted by: antoine Feature safe: yes Modified: head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in Modified: head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in ============================================================================== --- head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in Wed Nov 28 19:35:51 2012 (r307930) +++ head/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in Wed Nov 28 19:39:09 2012 (r307931) @@ -187,7 +187,7 @@ [ -n "$MY_BROWSER" ] && echo "Warning: you chose an invalid browser." >&2 #The precise order is up for debate. - for browser in firefox mozilla-firefox mozilla-firebird MozillaFirebird opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do -+ for browser in firefox firefox3 mozilla-firefox mozilla-firebird MozillaFirebird linux-opera opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do ++ for browser in chrome firefox mozilla-firefox mozilla-firebird MozillaFirebird linux-opera opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do if find_it_options $browser; then DEFAULT_BROWSER=$browser break @@ -196,7 +196,7 @@ case "$DEFAULT_BROWSERNAME" in links|w3m|lynx) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_TERM} -e ${DEFAULT_BROWSER} ${HOMEPAGE}}" ;; - firefox|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;; -+ firefox|firefox3|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;; ++ chrome|firefox|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;; konqueror) append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" ;; - opera) append "[exec] (opera) {env QT_XFT=true opera}" ;; + linux-opera) append "[exec] (linux-opera) {linux-opera}" ;; @@ -209,7 +209,7 @@ append_submenu "${NETMENU}" append_submenu "${BROWSERMENU}" - normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer -+ normal_find firefox firefox3 mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer ++ normal_find chrome firefox mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer find_it links append "[exec] (links-graphic) {links -driver x ${HOMEPAGE}}" - find_it opera append "[exec] (opera) {env QT_XFT=true opera}" + find_it linux-opera append "[exec] (linux-opera) {linux-opera}" From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 19:44: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 51EC9147; Wed, 28 Nov 2012 19:44:12 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1E4958FC13; Wed, 28 Nov 2012 19:44:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASJiBZ0018753; Wed, 28 Nov 2012 19:44:11 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASJiBBA018751; Wed, 28 Nov 2012 19:44:11 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211281944.qASJiBBA018751@svn.freebsd.org> From: Pawel Pekala Date: Wed, 28 Nov 2012 19:44:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307932 - head/games/domination X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 19:44:12 -0000 Author: pawel Date: Wed Nov 28 19:44:11 2012 New Revision: 307932 URL: http://svnweb.freebsd.org/changeset/ports/307932 Log: Update to version 1.1.1.2 PR: ports/173765 Submitted by: nemysis (maintainer) Feature safe: yes Modified: head/games/domination/Makefile head/games/domination/distinfo Modified: head/games/domination/Makefile ============================================================================== --- head/games/domination/Makefile Wed Nov 28 19:39:09 2012 (r307931) +++ head/games/domination/Makefile Wed Nov 28 19:44:11 2012 (r307932) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= domination -PORTVERSION= 1.1.1.1 +PORTVERSION= 1.1.1.2 CATEGORIES= games java MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/d/D/}/${PORTVERSION}/:game \ http://domination.sourceforge.net/maps/ Modified: head/games/domination/distinfo ============================================================================== --- head/games/domination/distinfo Wed Nov 28 19:39:09 2012 (r307931) +++ head/games/domination/distinfo Wed Nov 28 19:44:11 2012 (r307932) @@ -1,5 +1,5 @@ -SHA256 (domination/Domination_1.1.1.1.zip) = 4a569874ce9d12435c3da78224b61b2b366592b9b8849b612bf0cfae7867cf55 -SIZE (domination/Domination_1.1.1.1.zip) = 6033327 +SHA256 (domination/Domination_1.1.1.2.zip) = edd8eab16d4d66f1365ba7aa1696b536458762962a61423a34b0e3a47b4f94bf +SIZE (domination/Domination_1.1.1.2.zip) = 5998523 SHA256 (domination/solar.zip) = 38345a0921e485ccaf15e15a5ba2bc1281613d139481d0918fc055af653020e9 SIZE (domination/solar.zip) = 160107 SHA256 (domination/bigeurope.zip) = 55b574adb11d11ebd084d8b36e93f5b891fc6e69f26e842aa47ab7c9c75ce4d6 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 20: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 09F245E3; Wed, 28 Nov 2012 20:09:22 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) by mx1.freebsd.org (Postfix) with ESMTP id B1A318FC12; Wed, 28 Nov 2012 20:09:21 +0000 (UTC) Date: Wed, 28 Nov 2012 22:09:20 +0200 From: Alex Kozlov To: Alexey Dokuchaev Subject: Re: svn commit: r307899 - head/benchmarks/super-smack Message-ID: <20121128200920.GA41552@ravenloft.kiev.ua> References: <201211281109.qASB9dPm010874@svn.freebsd.org> <20121128115359.GA53862@FreeBSD.org> <20121128130417.GA31569@ravenloft.kiev.ua> <20121128160825.GB53862@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121128160825.GB53862@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 20:09:22 -0000 On Wed, Nov 28, 2012 at 04:08:25PM +0000, Alexey Dokuchaev wrote: > On Wed, Nov 28, 2012 at 03:04:17PM +0200, Alex Kozlov wrote: > > On Wed, Nov 28, 2012 at 11:53:59AM +0000, Alexey Dokuchaev wrote: > > > On Wed, Nov 28, 2012 at 11:09:39AM +0000, Alex Kozlov wrote: > > > > New Revision: 307899 > > > > URL: http://svnweb.freebsd.org/changeset/ports/307899 > > > > > > > > +PGSQL_DESC= Enable PostgreSQL support > > > > +MYSQL_DESC= Enable MySQL support > > > > > > > In this case, generic descriptions should have been used. > > > > > No, specific descriptions are still better. > They are essentially the same modulo "enable" word, which was decided to > remove some time ago. In fact, "generic" descriptions are better since they > mention that is it *database* support. Doug removed the word "support" in > r305288, which many folks disagree with, but it will be backed out one we > will have dialog4ports committed, which will allow proper support for > checklists and radiobuttons. You can leave them now, but after r305288 will > be backed out, I will ask you again to drop them. Will do, my point was that 'MySQL support' is better than 'MySQL database'. > > This was impossible to catch in vim, it should be automated like with WWW. > > If this tag is obsolete, then portlint should display a warning. I can > > implement the patch, but before that can you please point me to documentation > > where it stated? Thanks. > It is not technically obsolete; sometimes it is the only attribution we > can provide. If there is actual WWW page, it should be dropped. It looks not hard to implement. Is it documented somewhere? Thanks for your reviews. -- Alex From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 20:17: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 3EAE0887; Wed, 28 Nov 2012 20:17:04 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 035918FC08; Wed, 28 Nov 2012 20:17:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASKH3Ik023609; Wed, 28 Nov 2012 20:17:03 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASKH3va023607; Wed, 28 Nov 2012 20:17:03 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211282017.qASKH3va023607@svn.freebsd.org> From: Pawel Pekala Date: Wed, 28 Nov 2012 20:17:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307933 - head/sysutils/py-glances X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 20:17:04 -0000 Author: pawel Date: Wed Nov 28 20:17:03 2012 New Revision: 307933 URL: http://svnweb.freebsd.org/changeset/ports/307933 Log: - Update to version 1.5.1 [1] - Fix COMMENT PR: ports/173715 [1] Submitted by: Gasol Wu (maintainer) Feature safe: yes Modified: head/sysutils/py-glances/Makefile head/sysutils/py-glances/distinfo Modified: head/sysutils/py-glances/Makefile ============================================================================== --- head/sysutils/py-glances/Makefile Wed Nov 28 19:44:11 2012 (r307932) +++ head/sysutils/py-glances/Makefile Wed Nov 28 20:17:03 2012 (r307933) @@ -2,23 +2,20 @@ # $FreeBSD$ PORTNAME= glances -PORTVERSION= 1.4.1.1 +PORTVERSION= 1.5.1 CATEGORIES= sysutils python +MASTER_SITES= https://github.com/downloads/nicolargo/glances/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gasol.wu@gmail.com -COMMENT= A CLI curses based monitoring tool for GNU/Linux and BSD OS +COMMENT= CLI curses based monitoring tool for GNU/Linux and BSD OS LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.0.0:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}psutil>=0.4.1:${PORTSDIR}/sysutils/py-psutil -USE_GITHUB= yes -GH_ACCOUNT= nicolargo -GH_PROJECT= glances -GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 2920dcc +FETCH_ARGS= -pRr USE_PYTHON= 2.6+ USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= Glances Modified: head/sysutils/py-glances/distinfo ============================================================================== --- head/sysutils/py-glances/distinfo Wed Nov 28 19:44:11 2012 (r307932) +++ head/sysutils/py-glances/distinfo Wed Nov 28 20:17:03 2012 (r307933) @@ -1,2 +1,2 @@ -SHA256 (glances-1.4.1.1.tar.gz) = 1681c7702c8d47f0774c855a811eed46acf628e8b31ccfed922ed77f3d419301 -SIZE (glances-1.4.1.1.tar.gz) = 568516 +SHA256 (glances-1.5.1.tar.gz) = a2d503510506014d1b417dddeab1f0a1022990ba54e0c7dd89da7b20f50d0583 +SIZE (glances-1.5.1.tar.gz) = 647418 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 20:30: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 2B794AEB; Wed, 28 Nov 2012 20:30:09 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 06AF48FC15; Wed, 28 Nov 2012 20:30:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASKU8kX025528; Wed, 28 Nov 2012 20:30:08 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASKU8L0025522; Wed, 28 Nov 2012 20:30:08 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201211282030.qASKU8L0025522@svn.freebsd.org> From: Beat Gaetzi Date: Wed, 28 Nov 2012 20:30:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307934 - in branches/RELENG_9_1_0/japanese: bugzilla bugzilla3 bugzilla42 X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 20:30:09 -0000 Author: beat Date: Wed Nov 28 20:30:08 2012 New Revision: 307934 URL: http://svnweb.freebsd.org/changeset/ports/307934 Log: MFH r307665 by ohauer: - update japanese bugzilla templates Feature safe: yes Modified: branches/RELENG_9_1_0/japanese/bugzilla/Makefile branches/RELENG_9_1_0/japanese/bugzilla/distinfo branches/RELENG_9_1_0/japanese/bugzilla3/Makefile branches/RELENG_9_1_0/japanese/bugzilla3/distinfo branches/RELENG_9_1_0/japanese/bugzilla42/Makefile branches/RELENG_9_1_0/japanese/bugzilla42/distinfo Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/japanese/bugzilla/Makefile ============================================================================== --- branches/RELENG_9_1_0/japanese/bugzilla/Makefile Wed Nov 28 20:17:03 2012 (r307933) +++ branches/RELENG_9_1_0/japanese/bugzilla/Makefile Wed Nov 28 20:30:08 2012 (r307934) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.0.8 +PORTVERSION= 4.0.9 CATEGORIES= japanese MASTER_SITES= http://bug-ja.org/releases/4.0/ \ LOCAL MASTER_SITE_SUBDIR= tota/bugzilla-ja -DISTNAME= Bugzilla-ja-${PORTVERSION}-template-rel01 +DISTNAME= Bugzilla-ja-${PORTVERSION}-template MAINTAINER= bugzilla@FreeBSD.org COMMENT= Japanese localization for Bugzilla Modified: branches/RELENG_9_1_0/japanese/bugzilla/distinfo ============================================================================== --- branches/RELENG_9_1_0/japanese/bugzilla/distinfo Wed Nov 28 20:17:03 2012 (r307933) +++ branches/RELENG_9_1_0/japanese/bugzilla/distinfo Wed Nov 28 20:30:08 2012 (r307934) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/Bugzilla-ja-4.0.8-template-rel01.tar.bz2) = b605a73870b4784c02bed391211c0f3ac1f8f8b6fbcb2634116ed694dc587c36 -SIZE (bugzilla/Bugzilla-ja-4.0.8-template-rel01.tar.bz2) = 224159 +SHA256 (bugzilla/Bugzilla-ja-4.0.9-template.tar.bz2) = 9fa0c99cec4041b7cf9047ff04dfd2a878cf1dd2af69b1fabdd0d6712b010c3d +SIZE (bugzilla/Bugzilla-ja-4.0.9-template.tar.bz2) = 224250 Modified: branches/RELENG_9_1_0/japanese/bugzilla3/Makefile ============================================================================== --- branches/RELENG_9_1_0/japanese/bugzilla3/Makefile Wed Nov 28 20:17:03 2012 (r307933) +++ branches/RELENG_9_1_0/japanese/bugzilla3/Makefile Wed Nov 28 20:30:08 2012 (r307934) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 3.6.11 +PORTVERSION= 3.6.12 CATEGORIES= japanese MASTER_SITES= http://bug-ja.org/releases/3.6/ \ LOCAL MASTER_SITE_SUBDIR= tota/bugzilla-ja -DISTNAME= Bugzilla-ja-${PORTVERSION}-template-rel01 +DISTNAME= Bugzilla-ja-${PORTVERSION}-template MAINTAINER= bugzilla@FreeBSD.org COMMENT= Japanese localization for Bugzilla Modified: branches/RELENG_9_1_0/japanese/bugzilla3/distinfo ============================================================================== --- branches/RELENG_9_1_0/japanese/bugzilla3/distinfo Wed Nov 28 20:17:03 2012 (r307933) +++ branches/RELENG_9_1_0/japanese/bugzilla3/distinfo Wed Nov 28 20:30:08 2012 (r307934) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/Bugzilla-ja-3.6.11-template-rel01.tar.bz2) = 7dd6114602581b0f126ccd03511422e821a94bd824da0f11e2081bdf46bcd440 -SIZE (bugzilla/Bugzilla-ja-3.6.11-template-rel01.tar.bz2) = 215052 +SHA256 (bugzilla/Bugzilla-ja-3.6.12-template.tar.bz2) = 1833c57774efa0ac1aef5b639ade8600170fff66e69205a5ee9c91d98f37ae54 +SIZE (bugzilla/Bugzilla-ja-3.6.12-template.tar.bz2) = 214967 Modified: branches/RELENG_9_1_0/japanese/bugzilla42/Makefile ============================================================================== --- branches/RELENG_9_1_0/japanese/bugzilla42/Makefile Wed Nov 28 20:17:03 2012 (r307933) +++ branches/RELENG_9_1_0/japanese/bugzilla42/Makefile Wed Nov 28 20:30:08 2012 (r307934) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.2.3 +PORTVERSION= 4.2.4 CATEGORIES= japanese MASTER_SITES= http://bug-ja.org/releases/4.2/ \ LOCAL MASTER_SITE_SUBDIR= tota/bugzilla-ja -DISTNAME= Bugzilla-ja-${PORTVERSION}-template-rel01 +DISTNAME= Bugzilla-ja-${PORTVERSION}-template MAINTAINER= bugzilla@FreeBSD.org COMMENT= Japanese localization for Bugzilla Modified: branches/RELENG_9_1_0/japanese/bugzilla42/distinfo ============================================================================== --- branches/RELENG_9_1_0/japanese/bugzilla42/distinfo Wed Nov 28 20:17:03 2012 (r307933) +++ branches/RELENG_9_1_0/japanese/bugzilla42/distinfo Wed Nov 28 20:30:08 2012 (r307934) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/Bugzilla-ja-4.2.3-template-rel01.tar.bz2) = dfaee286fa4a8d4a5fd29909eefc127ad2d4ceb9be758b80d75474d07536850c -SIZE (bugzilla/Bugzilla-ja-4.2.3-template-rel01.tar.bz2) = 236331 +SHA256 (bugzilla/Bugzilla-ja-4.2.4-template.tar.bz2) = d1d6c0ad8cc7aaa784dbc5be9bbd17c3dab60253a08459fb97976520690c07da +SIZE (bugzilla/Bugzilla-ja-4.2.4-template.tar.bz2) = 236619 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 20:31: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 D7B9CBD9; Wed, 28 Nov 2012 20:31:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A2BD08FC0C; Wed, 28 Nov 2012 20:31:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASKV9vi025727; Wed, 28 Nov 2012 20:31:09 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASKV9HZ025725; Wed, 28 Nov 2012 20:31:09 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211282031.qASKV9HZ025725@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 28 Nov 2012 20:31:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307935 - in head/www/httest: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 20:31:10 -0000 Author: ehaupt Date: Wed Nov 28 20:31:09 2012 New Revision: 307935 URL: http://svnweb.freebsd.org/changeset/ports/307935 Log: - Update to 2.2.11 - Fix build on 7.x/amd64 - Trim header - Take maintainership Feature safe: yes Deleted: head/www/httest/files/ Modified: head/www/httest/Makefile head/www/httest/distinfo Modified: head/www/httest/Makefile ============================================================================== --- head/www/httest/Makefile Wed Nov 28 20:30:08 2012 (r307934) +++ head/www/httest/Makefile Wed Nov 28 20:31:09 2012 (r307935) @@ -1,16 +1,12 @@ -# New ports collection makefile for: httest -# Date created: Jun 15, 2011 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= httest -PORTVERSION= 2.2.7 +PORTVERSION= 2.2.11 CATEGORIES= www MASTER_SITES= SF/htt/htt${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= HTTP Test Tool LICENSE= AL2 @@ -43,10 +39,6 @@ post-patch: .include -.if ${OSVERSION} < 800000 && ${ARCH} == "amd64" -BROKEN= does not compile on 7.X/amd64 -.endif - post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR}/ Modified: head/www/httest/distinfo ============================================================================== --- head/www/httest/distinfo Wed Nov 28 20:30:08 2012 (r307934) +++ head/www/httest/distinfo Wed Nov 28 20:31:09 2012 (r307935) @@ -1,2 +1,2 @@ -SHA256 (httest-2.2.7.tar.gz) = a7eaf9ee2827e4f6a2b971b5ac1a6c09ac67912c91ce2c7ef6d3016c79b3c2c3 -SIZE (httest-2.2.7.tar.gz) = 517716 +SHA256 (httest-2.2.11.tar.gz) = 7b073ce0aeaca84f7007411229113ce0e07d2406f99c79e939b483039ed0c2d1 +SIZE (httest-2.2.11.tar.gz) = 551044 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 20:35: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 8E425CF0; Wed, 28 Nov 2012 20:35:05 +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 214448FC14; Wed, 28 Nov 2012 20:35:04 +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 qASKZ2ak005431; Wed, 28 Nov 2012 21:35:02 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Wed, 28 Nov 2012 21:35:02 +0100 From: Emanuel Haupt To: Eitan Adler Subject: Re: svn commit: r307902 - head/graphics/grafx2/files Message-Id: <20121128213502.b5cd8fab508df17bad16c635@FreeBSD.org> In-Reply-To: References: <201211281129.qASBT6Aw015051@svn.freebsd.org> X-Mailer: Sylpheed 3.3.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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 20:35:05 -0000 Eitan Adler wrote: > On 28 November 2012 06:29, Emanuel Haupt wrote: > > Author: ehaupt > > Date: Wed Nov 28 11:29:06 2012 > > New Revision: 307902 > > URL: http://svnweb.freebsd.org/changeset/ports/307902 > > > > Log: > > Add patchfile. > > What does the patchfile do? Why is it needed? Was upstream contacted? > > - these should be documented in the log message. It is part of the update 2 minutes earlier. I thought this was obvious. Emanuel From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 21:03: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 9C3C839D; Wed, 28 Nov 2012 21:03:26 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7AEC58FC08; Wed, 28 Nov 2012 21:03:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASL3Quw030223; Wed, 28 Nov 2012 21:03:26 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASL3Q9f030218; Wed, 28 Nov 2012 21:03:26 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211282103.qASL3Q9f030218@svn.freebsd.org> From: Pawel Pekala Date: Wed, 28 Nov 2012 21:03:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307936 - in head/audio/xmms-sid: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 21:03:27 -0000 Author: pawel Date: Wed Nov 28 21:03:25 2012 New Revision: 307936 URL: http://svnweb.freebsd.org/changeset/ports/307936 Log: Update to version 0.8.99.2 PR: ports/173752 Submitted by: Chris Petrik (maintainer) Feature safe: yes Added: head/audio/xmms-sid/files/patch-src-xs_config.c (contents, props changed) head/audio/xmms-sid/pkg-plist (contents, props changed) Deleted: head/audio/xmms-sid/files/patch-src::xmms-sid.cc Modified: head/audio/xmms-sid/Makefile head/audio/xmms-sid/distinfo head/audio/xmms-sid/files/patch-ltmain.sh Modified: head/audio/xmms-sid/Makefile ============================================================================== --- head/audio/xmms-sid/Makefile Wed Nov 28 20:31:09 2012 (r307935) +++ head/audio/xmms-sid/Makefile Wed Nov 28 21:03:25 2012 (r307936) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xmms-sid -PORTVERSION= 0.7.4 -PORTREVISION= 5 +PORTVERSION= 0.8.99.2 CATEGORIES= audio MASTER_SITES= http://www.tnsp.org/xs-files/ @@ -14,17 +13,12 @@ LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms -PLIST_FILES= lib/xmms/Input/libsid.so USE_BZIP2= yes +USE_GETTEXT= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS = -O2 -W -Wall|CFLAGS = @CFLAGS@ |; \ - s|-lstdc++||; \ - s|^LIBS = -lsidplay|LIBS = -lsidplay -lstdc++|' \ - ${BUILD_WRKSRC}/src/Makefile.in - @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure +CONFIGURE_ARGS+= --prefix=${PREFIX} \ + --with-sidplay1=${LOCALBASE} .include Modified: head/audio/xmms-sid/distinfo ============================================================================== --- head/audio/xmms-sid/distinfo Wed Nov 28 20:31:09 2012 (r307935) +++ head/audio/xmms-sid/distinfo Wed Nov 28 21:03:25 2012 (r307936) @@ -1,2 +1,2 @@ -SHA256 (xmms-sid-0.7.4.tar.bz2) = 12605bc7d9b0cf0aa182019f70e63f87dc5d7a29487e31c1444fe02e088da003 -SIZE (xmms-sid-0.7.4.tar.bz2) = 165624 +SHA256 (xmms-sid-0.8.99.2.tar.bz2) = f85defb03b88d50ccf85fb991cc04644223cc97a6956e2240e74f8e20effdc1e +SIZE (xmms-sid-0.8.99.2.tar.bz2) = 640223 Modified: head/audio/xmms-sid/files/patch-ltmain.sh ============================================================================== --- head/audio/xmms-sid/files/patch-ltmain.sh Wed Nov 28 20:31:09 2012 (r307935) +++ head/audio/xmms-sid/files/patch-ltmain.sh Wed Nov 28 21:03:25 2012 (r307936) @@ -1,16 +1,18 @@ ---- ltmain.sh.orig Wed Mar 27 14:10:10 2002 -+++ ltmain.sh Mon Sep 9 02:23:20 2002 -@@ -4209,11 +4209,13 @@ - IFS="$save_ifs" +--- ltmain.sh.bak 2012-11-20 07:44:50.000000000 -0600 ++++ ltmain.sh 2012-11-20 07:45:18.000000000 -0600 +@@ -3020,13 +3020,13 @@ + lib="$destdir/$realname" + func_execute_cmds "$postinstall_cmds" 'exit $?' fi - +- + if /usr/bin/false; then # Install the pseudo-library for information purposes. - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + func_basename "$file" + name="$func_basename_result" instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? + func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' +- + fi - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" + test -n "$old_library" && func_append staticlibs " $dir/$old_library" + ;; Added: head/audio/xmms-sid/files/patch-src-xs_config.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/xmms-sid/files/patch-src-xs_config.c Wed Nov 28 21:03:25 2012 (r307936) @@ -0,0 +1,10 @@ +--- src/xs_config.c.bak 2012-11-20 08:49:34.000000000 -0600 ++++ src/xs_config.c 2012-11-20 08:50:23.000000000 -0600 +@@ -284,6 +284,7 @@ + xs_cfg.sid2Builder = XS_BLD_RESID; break; + #endif + #endif ++break; + } + + return TRUE; Added: head/audio/xmms-sid/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/xmms-sid/pkg-plist Wed Nov 28 21:03:25 2012 (r307936) @@ -0,0 +1,11 @@ +lib/xmms/Input/libxmmssid.so +share/locale/de/LC_MESSAGES/xmms-sid.mo +share/locale/en@boldquot/LC_MESSAGES/xmms-sid.mo +share/locale/en@quot/LC_MESSAGES/xmms-sid.mo +share/locale/fi/LC_MESSAGES/xmms-sid.mo +share/xmms-sid/Kummatti_City.sid +@dirrmtry share/locale/en@quot +@dirrmtry share/locale/en@quot/LC_MESSAGES +@dirrmtry share/locale/en@boldquot +@dirrmtry share/locale/en@boldquot/LC_MESSAGES +@dirrm share/xmms-sid From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 21:28: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 D2272795; Wed, 28 Nov 2012 21:28:02 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9D8168FC08; Wed, 28 Nov 2012 21:28:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASLS2iu033781; Wed, 28 Nov 2012 21:28:02 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASLS2SZ033779; Wed, 28 Nov 2012 21:28:02 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211282128.qASLS2SZ033779@svn.freebsd.org> From: Pawel Pekala Date: Wed, 28 Nov 2012 21:28:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307937 - head/games/frotz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 21:28:02 -0000 Author: pawel Date: Wed Nov 28 21:28:02 2012 New Revision: 307937 URL: http://svnweb.freebsd.org/changeset/ports/307937 Log: - Update to 2.43d - Hand maintainership to submitter PR: ports/173870 Submitted by: nemysis Feature safe: yes Modified: head/games/frotz/Makefile head/games/frotz/distinfo Modified: head/games/frotz/Makefile ============================================================================== --- head/games/frotz/Makefile Wed Nov 28 21:03:25 2012 (r307936) +++ head/games/frotz/Makefile Wed Nov 28 21:28:02 2012 (r307937) @@ -1,18 +1,13 @@ -# New ports collection makefile for: frotz -# Date created: 16 May 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= frotz -PORTVERSION= 2.43 -PORTREVISION= 1 +PORTVERSION= 2.43d CATEGORIES= games -MASTER_SITES= SF \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.43/ \ http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Infocom games interpreter LICENSE= GPLv2 # (or later) @@ -22,21 +17,25 @@ MAKE_ARGS= CC="${CC}" OPTS="${CFLAGS}" P SOUND_DEV="/dev/dsp" INCL="" LIB="" MAKE_JOBS_SAFE= yes -MAN6= frotz.6 -PORTDOCS= BUGS HOW_TO_PLAY README +MAN6= frotz.6 dfrotz.6 +PORTDOCS= AUTHORS BUGS ChangeLog DUMB HOW_TO_PLAY README PORTEXAMPLES= frotz.conf-big frotz.conf-small PLIST_FILES= bin/frotz +.include + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/frotz.6 ${MANPREFIX}/man/man6 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin +.for m in ${MAN6} + ${INSTALL_MAN} ${WRKSRC}/doc/${m} ${MAN6PREFIX}/man/man6 .endfor + +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif -.if !defined(NOPORTEXAMPLES) + +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} .for ex in ${PORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/doc/${ex} ${EXAMPLESDIR} Modified: head/games/frotz/distinfo ============================================================================== --- head/games/frotz/distinfo Wed Nov 28 21:03:25 2012 (r307936) +++ head/games/frotz/distinfo Wed Nov 28 21:28:02 2012 (r307937) @@ -1,2 +1,2 @@ -SHA256 (frotz-2.43.tar.gz) = f831eae9182e4a1407a34cb1098a4f5ad5ad6c6632e34eed734b9601a06a764b -SIZE (frotz-2.43.tar.gz) = 160771 +SHA256 (frotz-2.43d.tar.gz) = c56a2f77f630db04ad968fc7c0b2114e3f855fdae8ce226e600f20dcba2c5985 +SIZE (frotz-2.43d.tar.gz) = 203962 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 21:40: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 9AF71CCB; Wed, 28 Nov 2012 21:40:31 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 818F68FC08; Wed, 28 Nov 2012 21:40:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASLeVk1035369; Wed, 28 Nov 2012 21:40:31 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASLeV7M035365; Wed, 28 Nov 2012 21:40:31 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211282140.qASLeV7M035365@svn.freebsd.org> From: Pawel Pekala Date: Wed, 28 Nov 2012 21:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307938 - head/deskutils/xwrits X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 21:40:31 -0000 Author: pawel Date: Wed Nov 28 21:40:31 2012 New Revision: 307938 URL: http://svnweb.freebsd.org/changeset/ports/307938 Log: - Update to version 2.26 - Hand maintainership to submitter PR: ports/173849 Submitted by: nemysis Feature safe: yes Modified: head/deskutils/xwrits/Makefile head/deskutils/xwrits/distinfo head/deskutils/xwrits/pkg-descr Modified: head/deskutils/xwrits/Makefile ============================================================================== --- head/deskutils/xwrits/Makefile Wed Nov 28 21:28:02 2012 (r307937) +++ head/deskutils/xwrits/Makefile Wed Nov 28 21:40:31 2012 (r307938) @@ -2,19 +2,29 @@ # $FreeBSD$ PORTNAME= xwrits -PORTVERSION= 2.24 -PORTREVISION= 2 +PORTVERSION= 2.26 CATEGORIES= deskutils -MASTER_SITES= http://www.lcdf.org/xwrits/ +MASTER_SITES= http://www.lcdf.org/${PORTNAME}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Reminds you to take wrist breaks GNU_CONFIGURE= yes -USE_XORG= x11 xext +USE_XORG= ice sm x11 xau xdmcp xext xinerama -MAN1= xwrits.1 PLIST_FILES= bin/xwrits +MAN1= xwrits.1 + +PORTDOCS= GESTURES NEWS README TODO + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + .include Modified: head/deskutils/xwrits/distinfo ============================================================================== --- head/deskutils/xwrits/distinfo Wed Nov 28 21:28:02 2012 (r307937) +++ head/deskutils/xwrits/distinfo Wed Nov 28 21:40:31 2012 (r307938) @@ -1,2 +1,2 @@ -SHA256 (xwrits-2.24.tar.gz) = ead0762b812c7633ebc24fea9534d078196a135752c11c174cf7dc4cf2e1147e -SIZE (xwrits-2.24.tar.gz) = 190168 +SHA256 (xwrits-2.26.tar.gz) = aaca4809b4cd62a627335ca14a231d4ab556fc872458bdb6fdbf6e76b103fed8 +SIZE (xwrits-2.26.tar.gz) = 196529 Modified: head/deskutils/xwrits/pkg-descr ============================================================================== --- head/deskutils/xwrits/pkg-descr Wed Nov 28 21:28:02 2012 (r307937) +++ head/deskutils/xwrits/pkg-descr Wed Nov 28 21:40:31 2012 (r307938) @@ -1,11 +1,12 @@ -Xwrits reminds you to take wrist breaks, which will hopefully help you -prevent repetitive stress injury. It pops up an X window when you -should rest; you click on that window, then take a break. +Xwrits reminds you to take wrist breaks for prevention or management of +repetitive stress injuries. When you should take a break, it pops up an +X window, the warning window. You click on the warning window, then +take a break. The window changes appearance while you take the break. +it changes again when your break is over. Then you just resume typing. +Xwrits hides itself until you should take another break. -Xwrits's graphics are brightly colored pictures of a wrist and the -attached hand. The wrist clenches and stretches ``as if in pain'' when -you should rest, slumps relaxed during the break, and points forward -valiantly when the break is over. It is trapped behind bars while the -keyboard is locked. Other gestures are included. +The typetime option changes the amount of time between breaks, and the +breaktime option changes the length of a break. The defaults are 55 +minutes and 5 minutes, respectively. WWW: http://www.lcdf.org/xwrits/ From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 21:44: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 CA22CE4A; Wed, 28 Nov 2012 21:44:35 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AEB6A8FC14; Wed, 28 Nov 2012 21:44:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASLiZT2035909; Wed, 28 Nov 2012 21:44:35 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASLiZa3035908; Wed, 28 Nov 2012 21:44:35 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211282144.qASLiZa3035908@svn.freebsd.org> From: Pawel Pekala Date: Wed, 28 Nov 2012 21:44:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307939 - head/lang/pypy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 21:44:35 -0000 Author: pawel Date: Wed Nov 28 21:44:35 2012 New Revision: 307939 URL: http://svnweb.freebsd.org/changeset/ports/307939 Log: Update pkg-descr PR: ports/173833 Submitted by: poyopoyo@puripuri.plala.or.jp Approved by: maintainer Feature safe: yes Modified: head/lang/pypy/pkg-descr Modified: head/lang/pypy/pkg-descr ============================================================================== --- head/lang/pypy/pkg-descr Wed Nov 28 21:40:31 2012 (r307938) +++ head/lang/pypy/pkg-descr Wed Nov 28 21:44:35 2012 (r307939) @@ -1,5 +1,5 @@ PyPy is a fast, compliant alternative implementation of the Python language -(2.7.1). It has several advantages and distinct features: +(2.7.2). It has several advantages and distinct features: - Speed: thanks to its Just-in-Time compiler, Python programs often run faster on PyPy. From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 21:46: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 0676A143; Wed, 28 Nov 2012 21:46:11 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DF2398FC12; Wed, 28 Nov 2012 21:46:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASLkAJD036189; Wed, 28 Nov 2012 21:46:10 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASLkAUF036188; Wed, 28 Nov 2012 21:46:10 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201211282146.qASLkAUF036188@svn.freebsd.org> From: Juergen Lock Date: Wed, 28 Nov 2012 21:46:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307940 - head/multimedia/vlc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 21:46:11 -0000 Author: nox Date: Wed Nov 28 21:46:10 2012 New Revision: 307940 URL: http://svnweb.freebsd.org/changeset/ports/307940 Log: Add LIRC option (default off.) Suggested by: hselasky Feature safe: yes Modified: head/multimedia/vlc/Makefile Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Wed Nov 28 21:44:35 2012 (r307939) +++ head/multimedia/vlc/Makefile Wed Nov 28 21:46:10 2012 (r307940) @@ -22,7 +22,7 @@ RUN_DEPENDS= ffmpeg${FFMPEG_SUFFIX}>=1.0 OPTIONS_DEFINE= A52 AALIB ASS AVAHI CACA DBUS DIRAC DOCS DTS DVDREAD \ DVDNAV FAAD FLAC FLUID FRIBIDI GLX GNOMEVFS GNUTLS GOOM \ - HTTPD JACK LIVEMEDIA LUA MAD MATROSKA MODPLUG MPEG2 MTP \ + HTTPD JACK LIRC LIVEMEDIA LUA MAD MATROSKA MODPLUG MPEG2 MTP \ MUSEPACK NCURSES NLS NOTIFY OPTIMIZED_CFLAGS OGG OPUS \ PNG PORTAUDIO PROJM PULSEAUDIO QT4 REALAUDIO RUNROOT \ SAMBA SCHROED SDL SHOUTCAST SKINS STREAM SPEEX SQLITE SVG \ @@ -306,6 +306,13 @@ CONFIGURE_ARGS+=--enable-jack CONFIGURE_ARGS+=--disable-jack .endif +.if ${PORT_OPTIONS:MLIRC} +CONFIGURE_ARGS+=--enable-lirc +LIB_DEPENDS+= lirc_client:${PORTSDIR}/comms/lirc +.else +CONFIGURE_ARGS+=--disable-lirc +.endif + .if ${PORT_OPTIONS:MLIVEMEDIA} BUILD_DEPENDS+= ${LOCALBASE}/live/liveMedia/libliveMedia.a:${PORTSDIR}/net/liveMedia CONFIGURE_ARGS+=--enable-live555 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 21:51: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 C76D22FF; Wed, 28 Nov 2012 21:51:55 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id ACA568FC12; Wed, 28 Nov 2012 21:51:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASLpt7r037015; Wed, 28 Nov 2012 21:51:55 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASLpt8D037011; Wed, 28 Nov 2012 21:51:55 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201211282151.qASLpt8D037011@svn.freebsd.org> From: Matthew Seaman Date: Wed, 28 Nov 2012 21:51:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307941 - in head/textproc/sphinxsearch: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 21:51:55 -0000 Author: matthew Date: Wed Nov 28 21:51:55 2012 New Revision: 307941 URL: http://svnweb.freebsd.org/changeset/ports/307941 Log: Update to 2.0.6 release (1) - trim Makefile headers - remove files/patch-configure as it has been incorporated upstream - Import a FreeBSD specific fix for shared mutex suppport from the project SVN repo (2): https://code.google.com/p/sphinxsearch/source/detail?r=3519 Feature safe: yes Submitted by: (1) Portscout (2) Denis Added: head/textproc/sphinxsearch/files/patch-src__sphinxstd.cpp (contents, props changed) head/textproc/sphinxsearch/files/patch-src__sphinxstd.h (contents, props changed) Deleted: head/textproc/sphinxsearch/files/patch-configure Modified: head/textproc/sphinxsearch/Makefile (contents, props changed) head/textproc/sphinxsearch/distinfo (contents, props changed) Modified: head/textproc/sphinxsearch/Makefile ============================================================================== --- head/textproc/sphinxsearch/Makefile Wed Nov 28 21:46:10 2012 (r307940) +++ head/textproc/sphinxsearch/Makefile Wed Nov 28 21:51:55 2012 (r307941) @@ -1,7 +1,4 @@ -# New ports collection makefile for: Sphinx full-text search engine -# Date created: 12 November 2006 -# Whom: Matthew Seaman -# +# Created by: Matthew Seaman # $FreeBSD$ # # Note: the Sphinx Storage Engine MySQL plugin is not supported by @@ -9,7 +6,7 @@ # See http://www.infracaninophile.co.uk/articles/sphinxse.html PORTNAME= sphinxsearch -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= textproc databases MASTER_SITES= http://sphinxsearch.com/files/ DISTNAME= sphinx-${PORTVERSION}-release Modified: head/textproc/sphinxsearch/distinfo ============================================================================== --- head/textproc/sphinxsearch/distinfo Wed Nov 28 21:46:10 2012 (r307940) +++ head/textproc/sphinxsearch/distinfo Wed Nov 28 21:51:55 2012 (r307941) @@ -1,4 +1,4 @@ -SHA256 (sphinx-2.0.5-release.tar.gz) = 45d89b9112cf52adb2a7289df3b6f4d37371bad8f892b9da4b75b574c7e6ba90 -SIZE (sphinx-2.0.5-release.tar.gz) = 1959258 +SHA256 (sphinx-2.0.6-release.tar.gz) = de943c397efda706661b3a12e12e9f8cc8a03bf6c02c5a6ba967a06384feede2 +SIZE (sphinx-2.0.6-release.tar.gz) = 1972728 SHA256 (libstemmer_c.tgz) = 19f1ef2a7ee03246f10dd963bcaa5a401a10b7f85f7488415e309e5dbe9f4cf9 SIZE (libstemmer_c.tgz) = 129520 Added: head/textproc/sphinxsearch/files/patch-src__sphinxstd.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/sphinxsearch/files/patch-src__sphinxstd.cpp Wed Nov 28 21:51:55 2012 (r307941) @@ -0,0 +1,107 @@ +--- ./src/sphinxstd.cpp.orig 2012-11-28 21:23:23.177922214 +0000 ++++ ./src/sphinxstd.cpp 2012-11-28 21:23:34.961920201 +0000 +@@ -1,5 +1,5 @@ + // +-// $Id: sphinxstd.cpp 3445 2012-10-12 10:45:41Z kevg $ ++// $Id$ + // + + // +@@ -737,6 +737,24 @@ + { + m_pMutex = NULL; + ++#ifdef __FreeBSD__ ++ CSphString sError, sWarning; ++ if ( !m_pStorage.Alloc ( sizeof(sem_t) + iExtraSize, sError, sWarning ) ) ++ { ++ m_sError.SetSprintf ( "storage.alloc, error='%s', warning='%s'", sError.cstr(), sWarning.cstr() ); ++ return; ++ } ++ ++ m_pMutex = (sem_t*) m_pStorage.GetWritePtr (); ++ int iRes = sem_init ( m_pMutex, 1, 1 ); ++ if ( iRes ) ++ { ++ m_sError.SetSprintf ( "sem_init, errno=%d ", iRes ); ++ m_pMutex = NULL; ++ m_pStorage.Reset (); ++ return; ++ } ++#else + pthread_mutexattr_t tAttr; + int iRes = pthread_mutexattr_init ( &tAttr ); + if ( iRes ) +@@ -767,6 +785,7 @@ + m_pStorage.Reset (); + return; + } ++#endif // __FreeBSD__ + } + #else + CSphProcessSharedMutex::CSphProcessSharedMutex ( int ) +@@ -777,18 +796,28 @@ + void CSphProcessSharedMutex::Lock () const + { + #if !USE_WINDOWS ++#ifdef __FreeBSD__ ++ if ( m_pMutex ) ++ sem_wait ( m_pMutex ); ++#else + if ( m_pMutex ) + pthread_mutex_lock ( m_pMutex ); + #endif ++#endif + } + + + void CSphProcessSharedMutex::Unlock () const + { + #if !USE_WINDOWS ++#ifdef __FreeBSD__ ++ if ( m_pMutex ) ++ sem_post ( m_pMutex ); ++#else + if ( m_pMutex ) + pthread_mutex_unlock ( m_pMutex ); + #endif ++#endif + } + + +@@ -802,6 +831,20 @@ + if ( !m_pMutex ) + return false; + ++#ifdef __FreeBSD__ ++ struct timespec tp; ++ clock_gettime ( CLOCK_REALTIME, &tp ); ++ ++ tp.tv_nsec += tmSpin * 1000; ++ if ( tp.tv_nsec > 1000000 ) ++ { ++ int iDelta = (int)( tp.tv_nsec / 1000000 ); ++ tp.tv_sec += iDelta * 1000000; ++ tp.tv_nsec -= iDelta * 1000000; ++ } ++ ++ return ( sem_timedwait ( m_pMutex, &tp )==0 ); ++#else + #if defined(HAVE_PTHREAD_MUTEX_TIMEDLOCK) && defined(HAVE_CLOCK_GETTIME) + struct timespec tp; + clock_gettime ( CLOCK_REALTIME, &tp ); +@@ -830,6 +873,7 @@ + + return iRes==0; + #endif // HAVE_PTHREAD_MUTEX_TIMEDLOCK && HAVE_CLOCK_GETTIME ++#endif // __FreeBSD__ + #endif // USE_WINDOWS + } + +@@ -1338,5 +1382,5 @@ + #endif + + // +-// $Id: sphinxstd.cpp 3445 2012-10-12 10:45:41Z kevg $ ++// $Id$ + // Added: head/textproc/sphinxsearch/files/patch-src__sphinxstd.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/sphinxsearch/files/patch-src__sphinxstd.h Wed Nov 28 21:51:55 2012 (r307941) @@ -0,0 +1,50 @@ +--- ./src/sphinxstd.h.orig 2012-11-28 21:23:17.008920478 +0000 ++++ ./src/sphinxstd.h 2012-11-28 21:23:38.979912416 +0000 +@@ -1,5 +1,5 @@ + // +-// $Id: sphinxstd.h 3461 2012-10-19 09:48:07Z kevg $ ++// $Id$ + // + + // +@@ -62,6 +62,9 @@ + #include + #include + #include ++#ifdef __FreeBSD__ ++#include ++#endif + #endif + + ///////////////////////////////////////////////////////////////////////////// +@@ -2032,7 +2035,11 @@ + protected: + #if !USE_WINDOWS + CSphSharedBuffer m_pStorage; ++#ifdef __FreeBSD__ ++ sem_t * m_pMutex; ++#else + pthread_mutex_t * m_pMutex; ++#endif + CSphString m_sError; + #endif + }; +@@ -2050,7 +2057,11 @@ + { + if ( m_pMutex ) + { ++#ifdef __FreeBSD__ ++ m_pValue = reinterpret_cast ( m_pStorage.GetWritePtr () + sizeof ( sem_t ) ); ++#else + m_pValue = reinterpret_cast ( m_pStorage.GetWritePtr () + sizeof ( pthread_mutex_t ) ); ++#endif + *m_pValue = tInitValue; + } + } +@@ -2478,5 +2489,5 @@ + #endif // _sphinxstd_ + + // +-// $Id: sphinxstd.h 3461 2012-10-19 09:48:07Z kevg $ ++// $Id$ + // From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 22:00:08 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 3A84851D; Wed, 28 Nov 2012 22:00:08 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1FCBA8FC12; Wed, 28 Nov 2012 22:00:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASM01Mh038097; Wed, 28 Nov 2012 22:00:01 GMT (envelope-from itetcu@svn.freebsd.org) Received: (from itetcu@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASM013v038096; Wed, 28 Nov 2012 22:00:01 GMT (envelope-from itetcu@svn.freebsd.org) Message-Id: <201211282200.qASM013v038096@svn.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 28 Nov 2012 22:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307942 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 22:00:08 -0000 Author: itetcu Date: Wed Nov 28 22:00:01 2012 New Revision: 307942 URL: http://svnweb.freebsd.org/changeset/ports/307942 Log: Add a note about a workaround for the latest Opera under KDE crashing on start. Feature safe: yes Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Nov 28 21:51:55 2012 (r307941) +++ head/UPDATING Wed Nov 28 22:00:01 2012 (r307942) @@ -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. +20121128: + AFFECTS: Users of www/opera + AUTHOR: itetcu@FreeBSD.org + + If you are running KDE and you are using KDE's File dialog toolkit, and if + your Opera crashes on start with a 'libpng error: incorrect data check' + you can work around it by setting 'Dialog Toolkit=4' in your + .opera/operaprefs.ini [File Selector] section. + 20121112: AFFECTS: Users of devel/git AUTHOR: wxs@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 22:06: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 A721F80A; Wed, 28 Nov 2012 22:06:57 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 736FA8FC0C; Wed, 28 Nov 2012 22:06:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASM6vkl039300; Wed, 28 Nov 2012 22:06:57 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASM6vI1039297; Wed, 28 Nov 2012 22:06:57 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211282206.qASM6vI1039297@svn.freebsd.org> From: Pawel Pekala Date: Wed, 28 Nov 2012 22:06:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307943 - head/net-p2p/ncdc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 22:06:57 -0000 Author: pawel Date: Wed Nov 28 22:06:57 2012 New Revision: 307943 URL: http://svnweb.freebsd.org/changeset/ports/307943 Log: - Update to version 1.14 [1] - Remove GDBM option [1] - Add missing deps - Ports needs pkg-config during build PR: ports/173705 [1] Submitted by: Dmitriy Limonov (maintainer) Feature safe: yes Modified: head/net-p2p/ncdc/Makefile head/net-p2p/ncdc/distinfo Modified: head/net-p2p/ncdc/Makefile ============================================================================== --- head/net-p2p/ncdc/Makefile Wed Nov 28 22:00:01 2012 (r307942) +++ head/net-p2p/ncdc/Makefile Wed Nov 28 22:06:57 2012 (r307943) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ncdc -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= net-p2p MASTER_SITES= SF \ http://dev.yorhel.nl/download/ @@ -12,29 +12,21 @@ MAINTAINER= earl1k@mail.ru COMMENT= Lightweight direct connect client with ncurses interface LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ - xml2:${PORTSDIR}/textproc/libxml2 \ - gnutls:${PORTSDIR}/security/gnutls - -OPTIONS_DEFINE= GDBM -GDBM_DESC= Build ncdc-db-upgrade + pcre:${PORTSDIR}/devel/pcre \ + gmp:${PORTSDIR}/math/gmp \ + gnutls:${PORTSDIR}/security/gnutls \ + nettle:${PORTSDIR}/security/nettle \ + p11-kit:${PORTSDIR}/security/p11-kit +USE_PKGCONFIG= build +USE_NCURSES= yes USE_GNOME= glib20 USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= ncdc.1 PLIST_FILES= bin/ncdc -#force base compiler,linker flags to avoid linking to ncurses from ports -CFLAGS+= -I/usr/include -I${LOCALBASE}/include -LDFLAGS+= -L/usr/lib -L${LOCALBASE}/lib - -.include - -.if ${PORT_OPTIONS:MGDBM} -CONFIGURE_ARGS+=--enable-db-upgrade -LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm -PLIST_FILES+= bin/ncdc-db-upgrade -MAN1+= ncdc-db-upgrade.1 -.endif +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include Modified: head/net-p2p/ncdc/distinfo ============================================================================== --- head/net-p2p/ncdc/distinfo Wed Nov 28 22:00:01 2012 (r307942) +++ head/net-p2p/ncdc/distinfo Wed Nov 28 22:06:57 2012 (r307943) @@ -1,2 +1,2 @@ -SHA256 (ncdc-1.13.tar.gz) = 780141b0374e34373e5587d9de43f9e15aa94a7a06a1207e5d55e97d36f201c0 -SIZE (ncdc-1.13.tar.gz) = 344585 +SHA256 (ncdc-1.14.tar.gz) = 050f692cf59e7251cc6593f35545e907c72254d4582ba2c82f3d8ff8fd082deb +SIZE (ncdc-1.14.tar.gz) = 336616 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 22:33: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 ED051FD0; Wed, 28 Nov 2012 22:33:42 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B86B58FC0C; Wed, 28 Nov 2012 22:33:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASMXgoL043109; Wed, 28 Nov 2012 22:33:42 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASMXgue043107; Wed, 28 Nov 2012 22:33:42 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211282233.qASMXgue043107@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 28 Nov 2012 22:33:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307944 - head/sysutils/edid-decode X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 22:33:43 -0000 Author: ehaupt Date: Wed Nov 28 22:33:42 2012 New Revision: 307944 URL: http://svnweb.freebsd.org/changeset/ports/307944 Log: - Update to 0.1.20121128 (current git snapshot) - Trim header Feature safe: yes Modified: head/sysutils/edid-decode/Makefile head/sysutils/edid-decode/distinfo Modified: head/sysutils/edid-decode/Makefile ============================================================================== --- head/sysutils/edid-decode/Makefile Wed Nov 28 22:06:57 2012 (r307943) +++ head/sysutils/edid-decode/Makefile Wed Nov 28 22:33:42 2012 (r307944) @@ -1,12 +1,8 @@ -# New ports collection makefile for: edid-decode -# Date created: 05 Jun 2012 -# Whom: Emanuel Haupt -# +# Created by: Emanuel Haupt # $FreeBSD$ -# PORTNAME= edid-decode -PORTVERSION= 0.1.20120605 +PORTVERSION= 0.1.20121128 CATEGORIES= sysutils MASTER_SITES= CRITICAL @@ -15,6 +11,7 @@ COMMENT= Decodes binary EDID information LICENSE= MIT +USE_XZ= yes MAKE_JOBS_SAFE= yes PLIST_FILES= bin/edid-decode Modified: head/sysutils/edid-decode/distinfo ============================================================================== --- head/sysutils/edid-decode/distinfo Wed Nov 28 22:06:57 2012 (r307943) +++ head/sysutils/edid-decode/distinfo Wed Nov 28 22:33:42 2012 (r307944) @@ -1,2 +1,2 @@ -SHA256 (edid-decode-0.1.20120605.tar.gz) = d4080daf3f150b6d09062ec2782b2bcbcd5552f376b8fe4d6ada5f0e7461e360 -SIZE (edid-decode-0.1.20120605.tar.gz) = 12651 +SHA256 (edid-decode-0.1.20121128.tar.xz) = be2c9f80df4ddabcf685c8c0370128a2145762b88f7cb0e60ca1157b2bb4a0f2 +SIZE (edid-decode-0.1.20121128.tar.xz) = 78308 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 22:38: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 BF402150 for ; Wed, 28 Nov 2012 22:38:15 +0000 (UTC) (envelope-from lists@eitanadler.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 2D26E8FC16 for ; Wed, 28 Nov 2012 22:38:14 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so11021296lbb.13 for ; Wed, 28 Nov 2012 14:38:14 -0800 (PST) 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=GMAD20DiRfr98qnL+Hz2uol08L1xAHJ3qlDFMe4M2fg=; b=XetPPSAZFFMaxAJoV36mv0Nn8SjaufWyhmI3yc4WjQNjhC11PEDa4LvOGmRkON8H01 caiSMVxSbNCYUOin34qjjHXtyWzYUJ80lBgaqoxTxG3Lvmw4D3Db0hbbK8TrfclA7wyD c8de8JyRhp8bxZNI+fY+vdiKBXrrQP+vWKLCU= 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=GMAD20DiRfr98qnL+Hz2uol08L1xAHJ3qlDFMe4M2fg=; b=TV1Q757vZT5nu/bSPkWBVDa/PeWXYzmFljBheG33js5hodheY2cgGsX95wxUxBzJwm WBPW3E9UPZmlK6+RvaITSVMGJevLOdyE5ZVyPIxhk6fOnuvVeE1oEspaWXIQNyvtHWC7 9soL5r1VY1AU1An16dXeE/NSbFeG9iXELurr4lsjBEpGbi4d3Gx5vvG62/8KEZGy6sF6 XoZMji0afIJ+rnUYwGE8jrYSNWxUj95URvxseUY30vAZ/8gxA848y6O0rvc8gQxGnNVL t/ueLsB6vGruFCYlmviTocypWQychgh5imS5nW+idFyMOLl4Dvwe6F5kJSG0yVzT3lcB 4utA== Received: by 10.112.103.135 with SMTP id fw7mr3978291lbb.17.1354142293943; Wed, 28 Nov 2012 14:38:13 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Wed, 28 Nov 2012 14:37:43 -0800 (PST) In-Reply-To: <20121128213502.b5cd8fab508df17bad16c635@FreeBSD.org> References: <201211281129.qASBT6Aw015051@svn.freebsd.org> <20121128213502.b5cd8fab508df17bad16c635@FreeBSD.org> From: Eitan Adler Date: Wed, 28 Nov 2012 17:37:43 -0500 X-Google-Sender-Auth: 24htgAm3vpqFSf8m75dRBZRnmYQ Message-ID: Subject: Re: svn commit: r307902 - head/graphics/grafx2/files To: Emanuel Haupt Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmrGb+N6XmiH0bYLRolzk31sFNbFHyOGstTfuxH/Ozv1h18I0PFL0hnxGgqDnCSHQhbFgxJ Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 22:38:15 -0000 On 28 November 2012 15:35, Emanuel Haupt wrote: > Eitan Adler wrote: >> On 28 November 2012 06:29, Emanuel Haupt wrote: >> > Author: ehaupt >> > Date: Wed Nov 28 11:29:06 2012 >> > New Revision: 307902 >> > URL: http://svnweb.freebsd.org/changeset/ports/307902 >> > >> > Log: >> > Add patchfile. >> >> What does the patchfile do? Why is it needed? Was upstream contacted? >> >> - these should be documented in the log message. > > It is part of the update 2 minutes earlier. I thought this was obvious. Ah, I didn't see this. In any case it would help to document these things - especially the part about whether upstream ACKed/NACKed the patch. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 23:02: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 313103E9; Wed, 28 Nov 2012 23:02:16 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 152738FC08; Wed, 28 Nov 2012 23:02:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASN2FZ9046850; Wed, 28 Nov 2012 23:02:15 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASN2F1Y046843; Wed, 28 Nov 2012 23:02:15 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201211282302.qASN2F1Y046843@svn.freebsd.org> From: Jase Thew Date: Wed, 28 Nov 2012 23:02:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307945 - in head: . irc/znc irc/znc/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 23:02:16 -0000 Author: jase Date: Wed Nov 28 23:02:15 2012 New Revision: 307945 URL: http://svnweb.freebsd.org/changeset/ports/307945 Log: - Update to 1.0 - Convert to new OPTIONSng - Add UPDATING entry noting the automatic modification of configuration file Changes: http://wiki.znc.in/ChangeLog/1.0 Feature safe: yes Added: head/irc/znc/files/ head/irc/znc/files/patch-configure (contents, props changed) head/irc/znc/files/patch-modules-modperl-Makefile_inc (contents, props changed) head/irc/znc/pkg-message (contents, props changed) Modified: head/UPDATING head/irc/znc/Makefile head/irc/znc/distinfo (contents, props changed) head/irc/znc/pkg-plist (contents, props changed) Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Nov 28 22:33:42 2012 (r307944) +++ head/UPDATING Wed Nov 28 23:02:15 2012 (r307945) @@ -6,6 +6,29 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20121128: + AFFECTS: Users of irc/znc + AUTHOR: jase@FreeBSD.org + + znc has been updated to 1.0. This introduces some major changes to its + functionality. As a result, if you are upgrading from a previous version + you need to be aware that znc will automatically modify your + configuration file to incorporate support for the new functionality. + Users are recommended to take a backup of their configuration file + before running this new version. + + The SASL option has been renamed to CYRUS following a rename of the + associated module. Additionally, a number of modules have been removed + or renamed in this release. + + Modules that were classed as Extra modules in previous versions are now + built as standard. The EXTRA option has been removed accordingly. + + Please refer to the following URL for detailed information regarding all + changes in this release: + + http://wiki.znc.in/ChangeLog/1.0 + +20121128: AFFECTS: Users of www/opera AUTHOR: itetcu@FreeBSD.org Modified: head/irc/znc/Makefile ============================================================================== --- head/irc/znc/Makefile Wed Nov 28 22:33:42 2012 (r307944) +++ head/irc/znc/Makefile Wed Nov 28 23:02:15 2012 (r307945) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= znc -PORTVERSION= 0.206 +PORTVERSION= 1.0 CATEGORIES= irc ipv6 MASTER_SITES= http://znc.in/releases/ @@ -11,40 +11,35 @@ COMMENT= An advanced IRC bouncer LICENSE= GPLv2 -FETCH_ARGS?= -Fpr +FETCH_ARGS= -Fpr GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig +USE_PKGCONFIG= build +USE_ICONV= yes WANT_PERL= yes -OPTIONS= DEBUG "Enable debugging" off \ - IPV6 "Enable IPv6 support" on \ - CARES "Use c-ares resolver library" off \ - OPENSSL "Enable OpenSSL support" on \ - EXTRA "Build extra modules" off \ - PERL "Enable Perl module support" on \ - TCL "Enable TCL module support" off \ - TCLALLOWALL "Allow non-admin users to load TCL module" off \ - PYTHON "Enable Python module support" off \ - SASL "Enable SASL module support (requires EXTRA)" off +NO_OPTIONS_SORT= yes + +OPTIONS_DEFINE= DEBUG IPV6 OPENSSL CYRUS PERL PYTHON TCL +OPTIONS_DEFAULT= OPENSSL PERL + +DEBUG_DESC= Debugging support +PERL_DESC= Perl scripting module +PYTHON_DESC= Python scripting module +TCL_DESC= Tcl scripting module +CYRUS_DESC= Cyrus SASL module .include -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --enable-debug .endif -.if defined(WITHOUT_IPV6) +.if empty(PORT_OPTIONS:MIPV6) CONFIGURE_ARGS+= --disable-ipv6 .endif -.if defined(WITH_CARES) -LIB_DEPENDS+= cares.2:${PORTSDIR}/dns/c-ares -.else -CONFIGURE_ARGS+= --disable-c-ares -.endif - -.if defined(WITH_OPENSSL) +.if ${PORT_OPTIONS:MOPENSSL} .include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} PLIST_SUB+= OPENSSL="" @@ -53,16 +48,16 @@ CONFIGURE_ARGS+= --disable-openssl PLIST_SUB+= OPENSSL="@comment " .endif -.if defined(WITH_PERL) +.if ${PORT_OPTIONS:MPERL} CONFIGURE_ARGS+= --enable-perl USE_PERL5= yes PLIST_SUB+= PERL="" -BUILD_DEPENDS+= swig>=1.3.40:${PORTSDIR}/devel/swig13 +BUILD_DEPENDS+= swig>=2.0.4:${PORTSDIR}/devel/swig20 .else PLIST_SUB+= PERL="@comment " .endif -.if defined(WITH_TCL) +.if ${PORT_OPTIONS:MTCL} USE_TCL= 84+ .include "${PORTSDIR}/Mk/bsd.tcl.mk" CONFIGURE_ARGS+= --enable-tcl --with-tcl=${TCL_LIBDIR} @@ -72,44 +67,43 @@ CONFIGURE_ARGS+= --without-tcl PLIST_SUB+= TCL="@comment " .endif -.if defined(WITH_TCLALLOWALL) -.if defined(WITHOUT_TCL) -IGNORE= tcl allow all support requires TCL. Please re-run 'make config' and enable TCL -.endif -CXXFLAGS+= -DMOD_MODTCL_ALLOW_EVERYONE -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= 3.1 +.if ${PORT_OPTIONS:MPYTHON} +USE_PYTHON= 3.1-3.2 USE_PERL5_BUILD= yes PLIST_SUB+= PYTHON="" CONFIGURE_ARGS+= --enable-python=python-${PYTHON_VER} -BUILD_DEPENDS+= swig>=1.3.40:${PORTSDIR}/devel/swig13 +BUILD_DEPENDS+= swig>=2.0.4:${PORTSDIR}/devel/swig20 .else PLIST_SUB+= PYTHON="@comment " .endif -.if defined(WITH_SASL) -.if defined(WITHOUT_EXTRA) -IGNORE= sasl module requires EXTRA. Please re-run 'make config' and enable EXTRA -.endif -LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -CONFIGURE_ARGS+= --enable-sasl +.if ${PORT_OPTIONS:MCYRUS} +LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2 +CONFIGURE_ARGS+= --enable-cyrus LDFLAGS+= -L${LOCALBASE}/lib -PLIST_SUB+= SASL="" -.else -PLIST_SUB+= SASL="@comment " -.endif - -.if defined(WITH_EXTRA) -USE_ICONV= yes -CONFIGURE_ARGS+= --enable-extra -PLIST_SUB+= EXTRA="" +PLIST_SUB+= CYRUS="" .else -PLIST_SUB+= EXTRA="@comment " +PLIST_SUB+= CYRUS="@comment " .endif MANCOMPRESSED= yes -MAN1= znc.1 znc-buildmod.1 znc-config.1 +MAN1= znc.1 znc-buildmod.1 + +PORTDOCS= README.md + +post-patch: + @${REINPLACE_CMD} -e \ + 's#$$(libdir)/pkgconfig#${PREFIX}/libdata/pkgconfig#' \ + ${WRKSRC}/Makefile.in + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR}/ +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ +.endfor + @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}" + @${CAT} ${PKGMESSAGE} +.endif .include Modified: head/irc/znc/distinfo ============================================================================== --- head/irc/znc/distinfo Wed Nov 28 22:33:42 2012 (r307944) +++ head/irc/znc/distinfo Wed Nov 28 23:02:15 2012 (r307945) @@ -1,2 +1,2 @@ -SHA256 (znc-0.206.tar.gz) = 39977850ab624374b2573a8bdc4d0280687c1334649a089f035ff979bafb996d -SIZE (znc-0.206.tar.gz) = 655140 +SHA256 (znc-1.0.tar.gz) = a85539da42697b26e4d46205def36bb799f83d6aeef401d53c49ee674142062a +SIZE (znc-1.0.tar.gz) = 1222361 Added: head/irc/znc/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/znc/files/patch-configure Wed Nov 28 23:02:15 2012 (r307945) @@ -0,0 +1,15 @@ +--- configure.orig 2012-11-06 16:02:24.000000000 +0000 ++++ configure 2012-11-28 12:03:59.905827557 +0000 +@@ -4567,10 +4567,10 @@ + $ac_path_SWIG -python -py3 -c++ -shadow -I"$srcdir"/swig_lib/python conftest-python.i >&5 && \ + echo "python wrapper created" >&5 && \ + echo "testing std::set... ">&5 && \ +- grep SInt_discard conftest.py >& /dev/null && \ ++ (grep SInt_discard conftest.py) >/dev/null 2>&1 && \ + echo "std::set works" >&5 && \ + echo "testing PyInt_FromSize_t..." >&5 && \ +- grep '#define PyInt_FromSize_t' conftest-python_wrap.cxx >& /dev/null && \ ++ (grep '#define PyInt_FromSize_t' conftest-python_wrap.cxx) >/dev/null 2>&1 && \ + echo "PyInt_FromSize_t is defined" >&5 && \ + $ac_path_SWIG -perl -c++ -shadow -I"$srcdir"/swig_lib/perl5 conftest-perl.i >&5 && \ + echo "perl wrapper created" >&5 && \ Added: head/irc/znc/files/patch-modules-modperl-Makefile_inc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/znc/files/patch-modules-modperl-Makefile_inc Wed Nov 28 23:02:15 2012 (r307945) @@ -0,0 +1,11 @@ +--- modules/modperl/Makefile.inc.orig 2012-11-28 11:59:30.509460980 +0000 ++++ modules/modperl/Makefile.inc 2012-11-28 12:00:07.142992057 +0000 +@@ -6,7 +6,7 @@ + PERL_LD := $(shell $(PERL) -MExtUtils::Embed -e ldopts) + # Perl API is ugly, casting string literals to char* and redeclaring functions :( + PERL_CXX += -Wno-write-strings -Wno-redundant-decls -Wno-missing-declarations +-PERL_CXX += -Wno-type-limits -Wno-sign-compare -Wno-strict-overflow -Wno-unused-value ++PERL_CXX += -Wno-sign-compare -Wno-strict-overflow -Wno-unused-value + # This is for SWIG + PERL_CXX += -DSWIG_TYPE_TABLE=znc + modperlCXXFLAGS := $(PERL_CXX) -Wno-unused-function Added: head/irc/znc/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/irc/znc/pkg-message Wed Nov 28 23:02:15 2012 (r307945) @@ -0,0 +1,11 @@ +***************************************************************************** + +If you are upgrading znc from a version prior to 1.0, please be aware that +znc will modify your configuration file to incorporate support for new +functionality. + +Please visit the following URL for more information: + +http://wiki.znc.in/ChangeLog/1.0 + +***************************************************************************** Modified: head/irc/znc/pkg-plist ============================================================================== --- head/irc/znc/pkg-plist Wed Nov 28 22:33:42 2012 (r307944) +++ head/irc/znc/pkg-plist Wed Nov 28 23:02:15 2012 (r307945) @@ -1,6 +1,5 @@ bin/znc bin/znc-buildmod -bin/znc-config include/znc/Buffer.h include/znc/Chan.h include/znc/Client.h @@ -9,6 +8,7 @@ include/znc/Csocket.h include/znc/ExecSock.h include/znc/FileUtils.h include/znc/HTTPSock.h +include/znc/IRCNetwork.h include/znc/IRCSock.h include/znc/Listener.h include/znc/MD5.h @@ -25,58 +25,57 @@ include/znc/ZNCDebug.h include/znc/ZNCString.h include/znc/defines.h include/znc/main.h +include/znc/version.h include/znc/znc.h include/znc/zncconfig.h -lib/znc/admin.so lib/znc/adminlog.so lib/znc/autoattach.so +lib/znc/autocycle.so lib/znc/autoop.so lib/znc/autoreply.so +lib/znc/autovoice.so lib/znc/awaynick.so +lib/znc/block_motd.so lib/znc/blockuser.so lib/znc/bouncedcc.so lib/znc/buffextras.so lib/znc/chansaver.so +lib/znc/charset.so +lib/znc/clearbufferonmsg.so lib/znc/clientnotify.so +lib/znc/controlpanel.so +lib/znc/ctcpflood.so +lib/znc/dcc.so lib/znc/disconkick.so lib/znc/fail2ban.so +lib/znc/flooddetach.so lib/znc/identfile.so +lib/znc/imapauth.so lib/znc/keepnick.so lib/znc/kickrejoin.so lib/znc/lastseen.so +lib/znc/listsockets.so +lib/znc/log.so +lib/znc/missingmotd.so lib/znc/nickserv.so lib/znc/notes.so +lib/znc/notify_connect.so lib/znc/partyline.so lib/znc/perform.so lib/znc/q.so lib/znc/raw.so lib/znc/route_replies.so lib/znc/sample.so +lib/znc/sasl.so +lib/znc/send_raw.so +lib/znc/shell.so lib/znc/simple_away.so lib/znc/stickychan.so lib/znc/watch.so lib/znc/webadmin.so -%%EXTRA%%lib/znc/antiidle.so -%%EXTRA%%lib/znc/autocycle.so -%%EXTRA%%lib/znc/autovoice.so -%%EXTRA%%%%OPENSSL%%lib/znc/away.so -%%EXTRA%%lib/znc/block_motd.so -%%EXTRA%%lib/znc/charset.so -%%EXTRA%%lib/znc/clearbufferonmsg.so -%%EXTRA%%lib/znc/ctcpflood.so -%%EXTRA%%lib/znc/dcc.so -%%EXTRA%%lib/znc/droproot.so -%%EXTRA%%lib/znc/email.so -%%EXTRA%%lib/znc/fakeonline.so -%%EXTRA%%lib/znc/flooddetach.so -%%EXTRA%%lib/znc/imapauth.so -%%EXTRA%%lib/znc/listsockets.so -%%EXTRA%%lib/znc/log.so -%%EXTRA%%lib/znc/motdfile.so -%%EXTRA%%lib/znc/notify_connect.so -%%EXTRA%%%%SASL%%lib/znc/saslauth.so -%%EXTRA%%lib/znc/send_raw.so -%%EXTRA%%lib/znc/shell.so +libdata/pkgconfig/znc.pc +%%CYRUS%%lib/znc/cyrusauth.so +%%OPENSSL%%lib/znc/awaystore.so %%OPENSSL%%lib/znc/cert.so %%OPENSSL%%lib/znc/certauth.so %%OPENSSL%%lib/znc/crypt.so @@ -96,26 +95,29 @@ lib/znc/webadmin.so %%TCL%%lib/znc/modtcl.so %%TCL%%share/znc/modtcl/binds.tcl %%TCL%%share/znc/modtcl/modtcl.tcl -libdata/pkgconfig/znc.pc %%DATADIR%%/modules/blockuser/tmpl/blockuser_WebadminUser.tmpl %%DATADIR%%/modules/cert/tmpl/index.tmpl %%DATADIR%%/modules/certauth/tmpl/index.tmpl %%DATADIR%%/modules/lastseen/tmpl/index.tmpl %%DATADIR%%/modules/lastseen/tmpl/lastseen_WebadminUser.tmpl +%%DATADIR%%/modules/listsockets/tmpl/index.tmpl %%DATADIR%%/modules/notes/files/trash.gif %%DATADIR%%/modules/notes/tmpl/index.tmpl %%DATADIR%%/modules/perform/tmpl/index.tmpl +%%DATADIR%%/modules/send_raw/files/select.js +%%DATADIR%%/modules/send_raw/tmpl/index.tmpl %%DATADIR%%/modules/stickychan/tmpl/index.tmpl %%DATADIR%%/modules/stickychan/tmpl/stickychan_WebadminChan.tmpl +%%DATADIR%%/modules/webadmin/files/webadmin.js %%DATADIR%%/modules/webadmin/tmpl/add_edit_chan.tmpl +%%DATADIR%%/modules/webadmin/tmpl/add_edit_network.tmpl %%DATADIR%%/modules/webadmin/tmpl/add_edit_user.tmpl +%%DATADIR%%/modules/webadmin/tmpl/del_network.tmpl %%DATADIR%%/modules/webadmin/tmpl/del_user.tmpl %%DATADIR%%/modules/webadmin/tmpl/index.tmpl %%DATADIR%%/modules/webadmin/tmpl/listusers.tmpl %%DATADIR%%/modules/webadmin/tmpl/settings.tmpl %%DATADIR%%/modules/webadmin/tmpl/traffic.tmpl -%%EXTRA%%share/znc/modules/listsockets/tmpl/index.tmpl -%%EXTRA%%share/znc/modules/send_raw/tmpl/index.tmpl %%DATADIR%%/webskins/_default_/pub/_default_.css %%DATADIR%%/webskins/_default_/pub/favicon.ico %%DATADIR%%/webskins/_default_/pub/global.css @@ -175,14 +177,20 @@ libdata/pkgconfig/znc.pc @dirrmtry %%DATADIR%%/webskins/_default_ @dirrmtry %%DATADIR%%/webskins @dirrmtry %%DATADIR%%/modules/webadmin/tmpl +@dirrmtry %%DATADIR%%/modules/webadmin/files @dirrmtry %%DATADIR%%/modules/webadmin @dirrmtry %%DATADIR%%/modules/stickychan/tmpl @dirrmtry %%DATADIR%%/modules/stickychan +@dirrmtry %%DATADIR%%/modules/send_raw/tmpl +@dirrmtry %%DATADIR%%/modules/send_raw/files +@dirrmtry %%DATADIR%%/modules/send_raw @dirrmtry %%DATADIR%%/modules/perform/tmpl @dirrmtry %%DATADIR%%/modules/perform @dirrmtry %%DATADIR%%/modules/notes/tmpl @dirrmtry %%DATADIR%%/modules/notes/files @dirrmtry %%DATADIR%%/modules/notes +@dirrmtry %%DATADIR%%/modules/listsockets/tmpl +@dirrmtry %%DATADIR%%/modules/listsockets @dirrmtry %%DATADIR%%/modules/lastseen/tmpl @dirrmtry %%DATADIR%%/modules/lastseen @dirrmtry %%DATADIR%%/modules/certauth/tmpl @@ -191,10 +199,6 @@ libdata/pkgconfig/znc.pc @dirrmtry %%DATADIR%%/modules/cert @dirrmtry %%DATADIR%%/modules/blockuser/tmpl @dirrmtry %%DATADIR%%/modules/blockuser -%%EXTRA%%@dirrmtry share/znc/modules/send_raw/tmpl -%%EXTRA%%@dirrmtry share/znc/modules/send_raw -%%EXTRA%%@dirrmtry share/znc/modules/listsockets/tmpl -%%EXTRA%%@dirrmtry share/znc/modules/listsockets %%TCL%%@dirrmtry share/znc/modtcl @dirrmtry %%DATADIR%%/modules @dirrmtry %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 23:18:08 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 D572F8C0; Wed, 28 Nov 2012 23:18:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id B3B158FC12; Wed, 28 Nov 2012 23:18:06 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id a14so4905017eaa.13 for ; Wed, 28 Nov 2012 15:18:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=UPcyVqrIM2hcNN05yUwWy5IdJPpDYfqpmOITTVvSrrs=; b=lFlNOdlC21DD7WhQl3kw/z/FhmwRE53z8+FkJ5cLdB53Z1Db5gVRGkemXZ8sJTbvM2 OkTeSTku/ns77hT1RKRPLs032cuuO55ghSk4bIAPPAhE3192/tvn+S9yZjvpCRl5u51k GIVm/2GcTtWdjVqIBwemgLfWCtj+R0qnMWCLetVOPr+mSe7DXgI5dqK3/+SbYMsUUAeN AAhJgT5UzK56zSk+CnCqZ1OTXBYUEwE5/NtPapInk1cEuV5hpMSJf9XZ+jQnPfqTOQkj 4VCXtZUFXWSw8dTgwL/x2nU9x3vtjiE6iRUmJMdpkO448xO7ZkJ6xgcO+Zkb8Mm3WY8K TxVA== Received: by 10.14.203.132 with SMTP id f4mr75032391eeo.11.1354144680535; Wed, 28 Nov 2012 15:18:00 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id 46sm50117578eeg.4.2012.11.28.15.17.59 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Nov 2012 15:18:00 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 29 Nov 2012 00:17:58 +0100 From: Baptiste Daroussin To: Eitan Adler Subject: Re: svn commit: r307920 - head/Mk Message-ID: <20121128231758.GF97474@ithaqua.etoilebsd.net> References: <201211281724.qASHOrKc095304@svn.freebsd.org> <20121128175834.GE97474@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yRA+Bmk8aPhU85Qt" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 23:18:08 -0000 --yRA+Bmk8aPhU85Qt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 28, 2012 at 01:01:09PM -0500, Eitan Adler wrote: > On 28 November 2012 12:58, Baptiste Daroussin wrote: > > There are no undocumented rules which supersede documented ones, as I a= lready > > said last time you asked. >=20 > So you are okay with the following? >=20 > commit 0699cf40e76409b166539647808876476dd04c26 > Author: Eitan Adler > Date: Wed Nov 28 13:00:16 2012 -0500 >=20 > Commits to b.*.m are allowed during ports slush >=20 > Reviewed by: portmgr (bapt) > Approved by: ??? (mentor) >=20 > diff --git a/en_US.ISO8859-1/htdocs/portmgr/implementation.xml > b/en_US.ISO8859-1/htdocs/portmgr/implementation.xml > index 74e0936..22cff61 100644 > --- a/en_US.ISO8859-1/htdocs/portmgr/implementation.xml > +++ b/en_US.ISO8859-1/htdocs/portmgr/implementation.xml > @@ -98,7 +98,6 @@ change falls into this categorization, you > must > ask portmgr before committing.

    >=20 >
      > -
    • any commit to bsd.*.mk

    • >
    • anything else that would normally require a > regression test

    • >
    • shared library version bumps

    • >=20 >=20 > --=20 > Eitan Adler > Source, Ports, Doc committer > Bugmeister, Ports Security teams No because most of the time touching bsd.*.mk is not feature safe regards, Bapt --yRA+Bmk8aPhU85Qt Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC2m6YACgkQ8kTtMUmk6ExLWQCfctK8bWGYDZS99KUxy5fwOw1h H4UAmwSIOcO2tH6ZyQeoxesif0XRLd5/ =yiby -----END PGP SIGNATURE----- --yRA+Bmk8aPhU85Qt-- From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 23:34: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 A1C37D85 for ; Wed, 28 Nov 2012 23:34:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7119D8FC16 for ; Wed, 28 Nov 2012 23:34:06 +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 qASNY6vA066029 for ; Wed, 28 Nov 2012 23:34:06 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qASNY6SK066023 for svn-ports-all@freebsd.org; Wed, 28 Nov 2012 23:34:06 GMT (envelope-from bdrewery) Received: (qmail 83875 invoked from network); 28 Nov 2012 17:34:04 -0600 Received: from unknown (HELO ?192.168.0.74?) (freebsd@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 28 Nov 2012 17:34:04 -0600 Message-ID: <50B69F6F.5080206@FreeBSD.org> Date: Wed, 28 Nov 2012 17:34:07 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r307920 - head/Mk References: <201211281724.qASHOrKc095304@svn.freebsd.org> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig4992750461208DBA8DF15AD5" Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 23:34:06 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4992750461208DBA8DF15AD5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11/28/2012 11:30 AM, Eitan Adler wrote: > On 28 November 2012 12:24, Baptiste Daroussin wrote:= >> Author: bapt >> Date: Wed Nov 28 17:24:53 2012 >> New Revision: 307920 >> URL: http://svnweb.freebsd.org/changeset/ports/307920 >> >> Log: >> Removed pygtk from bsd.gnome.mk >> >> Approved by: gnome (kwm) >> Feature safe: yes >=20 > Can you please update the portmgr implementation page? Clearly the > documented version of "Feature Safe" is wrong. We shouldn't have > undocumented rules which supersede documented ones. >=20 Here is an incomplete list. If you are unsure that your proposed change falls into this categorization, you must ask portmgr before committing. For me, the keywords are "unsure" and "must ask portmgr", not "This list of items are disallowed always." --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet --------------enig4992750461208DBA8DF15AD5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJQtp9vAAoJEG54KsA8mwz52jYQAKjrqlFMhL7I3QsKGDpveWHz Ulz6xjyOQ7J2Ik4MCCj0ZfChgRUMAXkenA1fdgKxKc6fQBuoJcwWugasUEbMqOf2 kV9K2kEDLQfZm27y/Y88bOtEMWWO1k3o05lqIUhi5ikO5GzNehqIwJgxuXWbiYcr dl9aqXQuPpKnQRlLrgVtxsVGlyQ9JKehXEI7T+E5DaLpixUm0GPgrNwKpujWpk52 UKpm5OHgdX9PspGJ/CkaCSflviwDBP5XwitHLMocDJ5MeWu/GYog1pONV1iy2U9C amA+iGK9yLQhBeEvr/hJJBNtcduaftkqJ/n0LGsYZA0UGLxVeziE2A4pCODQjW9p RNpMW4CtyE6obq7OVt7syTzd7daFAJIKO59oKjBsCBivZ0vN59WTswt5+hTtr2Ct NgXSNp3F3edYQ0ajoWExTSHZy7+v5hBnljRZ7WLF/9jXa8+v0RL3YMoREF6w+DnZ 8c5HqVknQwyemolYlEIuph47+VRk4DlXjqKvrGkG/qAntbYPiRJZgElshj2a2CHu cuGUprylFjjiWOZq6VFXZy5Kf09Xvkdx1K/D4tQ43WOVURHokbfT5NKhBWJTz0jt DrR+/UmzYlMjasORu4voqibNuPOMo69VxznUlb5RvZRyz2GEL3tGRg6LMuX41a9g 18EVJTRRtQmzRZWppFNl =Mwol -----END PGP SIGNATURE----- --------------enig4992750461208DBA8DF15AD5-- From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 23:35: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 774C3E69 for ; Wed, 28 Nov 2012 23:35:13 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4BB488FC12 for ; Wed, 28 Nov 2012 23:35:13 +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 qASNZDfH066075 for ; Wed, 28 Nov 2012 23:35:13 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qASNZDdW066068 for svn-ports-all@freebsd.org; Wed, 28 Nov 2012 23:35:13 GMT (envelope-from bdrewery) Received: (qmail 11087 invoked from network); 28 Nov 2012 17:35:11 -0600 Received: from unknown (HELO ?192.168.0.74?) (freebsd@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 28 Nov 2012 17:35:11 -0600 Message-ID: <50B69FB2.3070100@FreeBSD.org> Date: Wed, 28 Nov 2012 17:35:14 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Eitan Adler Subject: Re: svn commit: r307920 - head/Mk References: <201211281724.qASHOrKc095304@svn.freebsd.org> <50B69F6F.5080206@FreeBSD.org> In-Reply-To: <50B69F6F.5080206@FreeBSD.org> X-Enigmail-Version: 1.4.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigEDFA0AA22F7BEEFD4AE3CE5C" Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 23:35:13 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigEDFA0AA22F7BEEFD4AE3CE5C Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11/28/2012 5:34 PM, Bryan Drewery wrote: > On 11/28/2012 11:30 AM, Eitan Adler wrote: >> On 28 November 2012 12:24, Baptiste Daroussin wrote= : >>> Author: bapt >>> Date: Wed Nov 28 17:24:53 2012 >>> New Revision: 307920 >>> URL: http://svnweb.freebsd.org/changeset/ports/307920 >>> >>> Log: >>> Removed pygtk from bsd.gnome.mk >>> >>> Approved by: gnome (kwm) >>> Feature safe: yes >> >> Can you please update the portmgr implementation page? Clearly the >> documented version of "Feature Safe" is wrong. We shouldn't have >> undocumented rules which supersede documented ones. >> >=20 > Here is an incomplete list. If you are unsure that your proposed > change falls into this categorization, you must ask portmgr before > committing. >=20 > For me, the keywords are "unsure" and "must ask portmgr", not "This lis= t > of items are disallowed always." >=20 >=20 Well the intent of that is to clarify what is allowed, but the key purpose of the whole policy is to avoid rebuilding packages or holding up building packages due to major breakabe. Don't forget that. --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet --------------enigEDFA0AA22F7BEEFD4AE3CE5C Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJQtp+yAAoJEG54KsA8mwz5Y2QQAKXs/Oba97UHkkKQTBAw/hVQ 3SKnTaBYrrmEdfj6AVVNaXFTRPka2MFePrWOz8GCzWxa3eXVjO5W1rfPoA1f6NQU kVKEKlX05tulDFUO85L1zMeWGXQKH9HxH7KCtobPjd0jtq6hMj533Ccv796zRDU4 bI0e7D5qiJ0QD2UEcnWbZ1SS+FVCBJ0hS7t5hJ7GlbZ/ZlgGgzjbYHsVvzKQyLbo 2JtNjqmeH1vnpK5TjfbSSpKK9iQaKbvJ2O2Cwvxp1OG2rnYpbM7uEvK+jaJYGnt5 MtOnPQxsAArVaiKx0HztKggq6pjJgnMM1iy46c0Ck7kq+9owrQgP26RbObjQ2sNI 7wMutAfsSH1U6m6agaPyq6UbOr7C0a2BtYJj3yZynrlecZ3mww1sMAIRxCFHA2RH z9aVOw2SF2sbpuKkFHRNeWmA84rTqXAca/h09qDk8fRhR19Ys+b2v0cGY/Atcd/o XXIj9YcP56yvSvI6ao48fjsSzu4JEoGXeJjcOn2tzaR+B+2TasLzkYTpeUuBNgyU tWpF9VMBLKWpO3VWpVEmbKz+fZ+5pwqnx5Li5WrGMGK4kjBJGj8FGJYI0jwH1KUH SSvEyit9Xs2x2g/TyYd1W3yNOGNfwNdt7my8O4gwTKtmS2iF9Aw6NGMIlIUVhUUk A7BvR/rFLRVg37GbsRKK =IGkb -----END PGP SIGNATURE----- --------------enigEDFA0AA22F7BEEFD4AE3CE5C-- From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 23:41: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 8C106F77; Wed, 28 Nov 2012 23:41:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 567E68FC12; Wed, 28 Nov 2012 23:41:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASNfM0W051973; Wed, 28 Nov 2012 23:41:22 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASNfM08051970; Wed, 28 Nov 2012 23:41:22 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201211282341.qASNfM08051970@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 28 Nov 2012 23:41:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307946 - head/games/gottet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 23:41:22 -0000 Author: amdmi3 Date: Wed Nov 28 23:41:21 2012 New Revision: 307946 URL: http://svnweb.freebsd.org/changeset/ports/307946 Log: - Simplify Makefile PR: 171363 Submitted by: nemysis (maintainer) Feature safe: yes Added: head/games/gottet/pkg-plist (contents, props changed) Modified: head/games/gottet/Makefile Modified: head/games/gottet/Makefile ============================================================================== --- head/games/gottet/Makefile Wed Nov 28 23:02:15 2012 (r307945) +++ head/games/gottet/Makefile Wed Nov 28 23:41:21 2012 (r307946) @@ -1,47 +1,34 @@ -# New Ports collection makefile for: gottet -# Date created: 21 April 2012 -# Whom: nemysis@gmx.ch -# +# Created by: nemysis@gmx.ch # $FreeBSD$ -# PORTNAME= gottet PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 MAINTAINER= nemysis@gmx.ch -COMMENT= A Tetris clone +COMMENT= Tetris clone LICENSE= GPLv3 USE_BZIP2= yes USE_QT4= moc_build qmake_build rcc_build iconengines imageformats -USE_GMAKE= yes MAKE_JOBS_SAFE= yes +INSTALLS_ICONS= yes PORTDOCS= ChangeLog -PLIST_FILES= bin/${PORTNAME} \ - share/applications/${PORTNAME}.desktop \ - share/pixmaps/${PORTNAME}.png -PLIST_DIRSTRY= share/applications - .include do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} - -do-install: -# Executable - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} -# Pixmaps and Desktop +post-install: +# Pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ - ${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop ${PREFIX}/share/applications/ # Documentation .if ${PORT_OPTIONS:MDOCS} Added: head/games/gottet/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/gottet/pkg-plist Wed Nov 28 23:41:21 2012 (r307946) @@ -0,0 +1,9 @@ +bin/gottet +share/applications/gottet.desktop +share/icons/hicolor/48x48/apps/gottet.png +share/pixmaps/gottet.png +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@dirrmtry share/applications From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 23:48: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 CA3CE10E; Wed, 28 Nov 2012 23:48:14 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AA5608FC08; Wed, 28 Nov 2012 23:48:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASNmED9052891; Wed, 28 Nov 2012 23:48:14 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASNmEEr052886; Wed, 28 Nov 2012 23:48:14 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211282348.qASNmEEr052886@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 28 Nov 2012 23:48:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307947 - in head/audio/mp3guessenc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 23:48:15 -0000 Author: ehaupt Date: Wed Nov 28 23:48:14 2012 New Revision: 307947 URL: http://svnweb.freebsd.org/changeset/ports/307947 Log: - Update to 0.25alpha23-HPR (even though it's modestly labeled "alpha", the new official maintainer has provided many fixes and improvements which justify an update) - Update WWW - Trim header Feature safe: yes Deleted: head/audio/mp3guessenc/files/patch-mp3guessenc.c Modified: head/audio/mp3guessenc/Makefile head/audio/mp3guessenc/distinfo head/audio/mp3guessenc/pkg-descr Modified: head/audio/mp3guessenc/Makefile ============================================================================== --- head/audio/mp3guessenc/Makefile Wed Nov 28 23:41:21 2012 (r307946) +++ head/audio/mp3guessenc/Makefile Wed Nov 28 23:48:14 2012 (r307947) @@ -1,29 +1,28 @@ -# New ports collection makefile for: mp3guessenc -# Date created: 1 Oct 2005 -# Whom: Emanuel Haupt -# +# Created by: Emanuel Haupt # $FreeBSD$ -# PORTNAME= mp3guessenc -PORTVERSION= 0.21 +DISTVERSION= ${DIST_REL}${ALPHA_REL} CATEGORIES= audio -MASTER_SITES= http://shibatch.sourceforge.net/download/ \ - CRITICAL +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${DIST_REL} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utility for guessing which encoder was used to encode an mp3 file -USE_ZIP= yes -USE_DOS2UNIX= yes MAKE_JOBS_SAFE= yes -WRKSRC= ${WRKDIR} +DIST_REL= 0.25 +ALPHA_REL= alpha23-HPR PLIST_FILES= bin/mp3guessenc +SRC= decode.c mp3guessenc.c do-build: - ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} +.for f in ${SRC} + ${CC} ${CFLAGS} ${WRKSRC}/${f} -c -o ${WRKSRC}/${f:C/\.c/.o/} +.endfor + ${CC} ${SRC:S|\.c|${WRKSRC}/.o|:S|^|${WRKSRC}/|} \ + -o ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin Modified: head/audio/mp3guessenc/distinfo ============================================================================== --- head/audio/mp3guessenc/distinfo Wed Nov 28 23:41:21 2012 (r307946) +++ head/audio/mp3guessenc/distinfo Wed Nov 28 23:48:14 2012 (r307947) @@ -1,2 +1,2 @@ -SHA256 (mp3guessenc-0.21.zip) = b8d6ec40ef9bf90c739e0a5dc30b9a1eb0da5500e8693fbe486123ebfc90eb34 -SIZE (mp3guessenc-0.21.zip) = 18434 +SHA256 (mp3guessenc-0.25alpha23-HPR.tar.gz) = 50937dcb66d32ab2ff4e560d8f1f437a5d0ea76c9061e96cf78101e2bb84f1bd +SIZE (mp3guessenc-0.25alpha23-HPR.tar.gz) = 53920 Modified: head/audio/mp3guessenc/pkg-descr ============================================================================== --- head/audio/mp3guessenc/pkg-descr Wed Nov 28 23:41:21 2012 (r307946) +++ head/audio/mp3guessenc/pkg-descr Wed Nov 28 23:48:14 2012 (r307947) @@ -5,4 +5,4 @@ Each encoder has unique characteristics program analyzes algorithms that are used in any given file and determines which encoder was used. For example the Xing encoder never uses short blocks. -WWW: http://shibatch.sourceforge.net +WWW: http://mp3guessenc.sourceforge.net/ From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 23:52: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 EB09921E; Wed, 28 Nov 2012 23:52:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B50FB8FC14; Wed, 28 Nov 2012 23:52:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASNqI1m053457; Wed, 28 Nov 2012 23:52:18 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASNqI6L053455; Wed, 28 Nov 2012 23:52:18 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201211282352.qASNqI6L053455@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 28 Nov 2012 23:52:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307948 - head/astro/josm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 23:52:19 -0000 Author: amdmi3 Date: Wed Nov 28 23:52:18 2012 New Revision: 307948 URL: http://svnweb.freebsd.org/changeset/ports/307948 Log: - Remove webkit-image leftovers - Trim header PR: 173805 Submitted by: Chris Petrik Feature safe: yes Modified: head/astro/josm/Makefile head/astro/josm/distinfo Modified: head/astro/josm/Makefile ============================================================================== --- head/astro/josm/Makefile Wed Nov 28 23:48:14 2012 (r307947) +++ head/astro/josm/Makefile Wed Nov 28 23:52:18 2012 (r307948) @@ -1,18 +1,13 @@ -# New ports collection makefile for: josm -# Date created: 2009/02/24 -# Whom: Gleb Smirnoff -# +# Created by: Gleb Smirnoff # $FreeBSD$ -# PORTNAME= josm PORTVERSION= 5576 CATEGORIES= astro java -MASTER_SITES= http://josm.openstreetmap.de/download/:josm \ - http://mirror.amdmi3.ru/distfiles/:josm \ - http://mirror.amdmi3.ru/distfiles/:wmsplugin +MASTER_SITES= http://josm.openstreetmap.de/download/ \ + http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-snapshot-${PORTVERSION}.jar -DISTFILES= ${DISTNAME}:josm ${WEBKITIMG_SRC}:wmsplugin +EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty MAINTAINER= amdmi3@FreeBSD.org @@ -20,7 +15,7 @@ COMMENT= A comprehensive editor for Open NO_WRKSUBDIR= yes -USE_JAVA= YES +USE_JAVA= yes JAVA_VERSION= 1.5+ JOSM_MEMORY_LIMIT?=1024 @@ -30,9 +25,6 @@ NO_BUILD= yes SUB_FILES= josm.sh SUB_LIST= JARNAME=${DISTNAME} JOSM_MEMORY_LIMIT=${JOSM_MEMORY_LIMIT} -WEBKITIMG= webkit-image -WEBKITIMG_SRC= ${WEBKITIMG}.cpp - PLIST_FILES= bin/josm ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME} pre-everything:: @@ -43,8 +35,5 @@ do-install: ${MKDIR} ${JAVAJARDIR}/ ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${JAVAJARDIR}/ ${INSTALL_SCRIPT} ${WRKDIR}/josm.sh ${PREFIX}/bin/josm -.if defined(WITH_WEBKIT_IMAGE) - ${INSTALL_PROGRAM} ${WRKDIR}/${WEBKITIMG} ${PREFIX}/bin -.endif .include Modified: head/astro/josm/distinfo ============================================================================== --- head/astro/josm/distinfo Wed Nov 28 23:48:14 2012 (r307947) +++ head/astro/josm/distinfo Wed Nov 28 23:52:18 2012 (r307948) @@ -1,4 +1,2 @@ SHA256 (josm-snapshot-5576.jar) = a82e653337724d8ef4462d22cc623bd8e3d7656cb6df68b2a2dbce94544c69cd SIZE (josm-snapshot-5576.jar) = 7553493 -SHA256 (webkit-image.cpp) = 431f5b956c0e3d1615289dd6cb64effb988b30ace7c80f5a51f9546aa80d300d -SIZE (webkit-image.cpp) = 2718 From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 23:55: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 2349D473; Wed, 28 Nov 2012 23:55:02 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 087428FC13; Wed, 28 Nov 2012 23:55:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASNt14B053839; Wed, 28 Nov 2012 23:55:01 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASNt1PG053838; Wed, 28 Nov 2012 23:55:01 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201211282355.qASNt1PG053838@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 28 Nov 2012 23:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307949 - head/audio/clunk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 23:55:02 -0000 Author: amdmi3 Date: Wed Nov 28 23:55:01 2012 New Revision: 307949 URL: http://svnweb.freebsd.org/changeset/ports/307949 Log: - OptionsNG - Trim header PR: 173778 Submitted by: Chris Petrik Feature safe: yes Modified: head/audio/clunk/Makefile Modified: head/audio/clunk/Makefile ============================================================================== --- head/audio/clunk/Makefile Wed Nov 28 23:52:18 2012 (r307948) +++ head/audio/clunk/Makefile Wed Nov 28 23:55:01 2012 (r307949) @@ -1,9 +1,5 @@ -# New ports collection makefile for: clunk -# Date created: 05 Aug 2009 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $FreeBSD$ -# PORTNAME= clunk PORTVERSION= 1.2.130 @@ -20,11 +16,11 @@ USE_SDL= sdl USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes -OPTIONS= SIMD "Enable SIMD support (SSE)" off +OPTIONS_DEFINE= SSE .include -.if defined(WITH_SIMD) +.if ${PORT_OPTIONS:MSSE} CMAKE_ARGS+= -DWITH_SSE:BOOL=TRUE .endif From owner-svn-ports-all@FreeBSD.ORG Wed Nov 28 23:58: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 CCED166F; Wed, 28 Nov 2012 23:58:50 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AFFC98FC0C; Wed, 28 Nov 2012 23:58:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qASNwo1F054310; Wed, 28 Nov 2012 23:58:50 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qASNwogE054308; Wed, 28 Nov 2012 23:58:50 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201211282358.qASNwogE054308@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 28 Nov 2012 23:58:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307950 - head/devel/pire X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 28 Nov 2012 23:58:50 -0000 Author: amdmi3 Date: Wed Nov 28 23:58:50 2012 New Revision: 307950 URL: http://svnweb.freebsd.org/changeset/ports/307950 Log: - OptionsNG - Trim header - Remove unneeded quotes Feature safe: yes Modified: head/devel/pire/Makefile Modified: head/devel/pire/Makefile ============================================================================== --- head/devel/pire/Makefile Wed Nov 28 23:55:01 2012 (r307949) +++ head/devel/pire/Makefile Wed Nov 28 23:58:50 2012 (r307950) @@ -1,9 +1,5 @@ -# New ports collection makefile for: pire -# Date created: 17 Jun 2010 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $FreeBSD$ -# PORTNAME= pire PORTVERSION= 0.0.4 @@ -23,13 +19,14 @@ USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes ONLY_FOR_ARCHS= amd64 i386 ia64 -ONLY_FOR_ARCHS_REASON= "not yet ported to big-endian platforms" +ONLY_FOR_ARCHS_REASON= not yet ported to big-endian platforms -OPTIONS= UNITTEST "Compile with unittest support" off +OPTIONS_DEFINE= UNITTEST +OPTIONS_UNITTEST_DESC= Compile with unittest support .include -.if defined(WITH_UNITTEST) || defined(PACKAGE_BUILDING) +.if ${PORT_OPTIONS:MUNITTEST} || defined(PACKAGE_BUILDING) BUILD_DEPENDS+= cppunit-config:${PORTSDIR}/devel/cppunit CONFIGURE_ARGS= --with-cppunit-prefix=${LOCALBASE} From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 00:20: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 380B4F74; Thu, 29 Nov 2012 00:20:41 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1DB1D8FC08; Thu, 29 Nov 2012 00:20:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAT0Ke5B058405; Thu, 29 Nov 2012 00:20:40 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAT0Kecl058401; Thu, 29 Nov 2012 00:20:40 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211290020.qAT0Kecl058401@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 29 Nov 2012 00:20:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307951 - head/sysutils/sleuthkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 00:20:41 -0000 Author: ehaupt Date: Thu Nov 29 00:20:40 2012 New Revision: 307951 URL: http://svnweb.freebsd.org/changeset/ports/307951 Log: - Update to 4.0.1 - Take maintainership - Remove double spaces from pkg-descr and 'fmt -w 80' Feature safe: yes Modified: head/sysutils/sleuthkit/Makefile head/sysutils/sleuthkit/distinfo head/sysutils/sleuthkit/pkg-descr head/sysutils/sleuthkit/pkg-plist Modified: head/sysutils/sleuthkit/Makefile ============================================================================== --- head/sysutils/sleuthkit/Makefile Wed Nov 28 23:58:50 2012 (r307950) +++ head/sysutils/sleuthkit/Makefile Thu Nov 29 00:20:40 2012 (r307951) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= sleuthkit -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= sysutils security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tools and library for filesystem forensic analysis CONFLICTS= ja-ls-[0-9]* Modified: head/sysutils/sleuthkit/distinfo ============================================================================== --- head/sysutils/sleuthkit/distinfo Wed Nov 28 23:58:50 2012 (r307950) +++ head/sysutils/sleuthkit/distinfo Thu Nov 29 00:20:40 2012 (r307951) @@ -1,2 +1,2 @@ -SHA256 (sleuthkit-4.0.0.tar.gz) = bee3c95997cf77670758947dbd49743a43bef88c1ac71ed3794ff7713d8a83ad -SIZE (sleuthkit-4.0.0.tar.gz) = 7454421 +SHA256 (sleuthkit-4.0.1.tar.gz) = 719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12 +SIZE (sleuthkit-4.0.1.tar.gz) = 7488397 Modified: head/sysutils/sleuthkit/pkg-descr ============================================================================== --- head/sysutils/sleuthkit/pkg-descr Wed Nov 28 23:58:50 2012 (r307950) +++ head/sysutils/sleuthkit/pkg-descr Thu Nov 29 00:20:40 2012 (r307951) @@ -1,12 +1,12 @@ The Sleuth Kit (TSK) is a library and collection of command line tools that -allow you to investigate volume and file system data. The library can be -incorporated into larger digital forensics tools and the command line tools -can be directly used to find evidence. +allow you to investigate volume and file system data. The library can be +incorporated into larger digital forensics tools and the command line tools can +be directly used to find evidence. -The media management tools allow you to examine the layout of disks and -other media. The Sleuth Kit supports DOS partitions, BSD partitions (disk -labels), Mac partitions, Sun slices (Volume Table of Contents), and GPT -disks. With these tools, you can identify where partitions are located and -extract them so that they can be analyzed with file system analysis tools. +The media management tools allow you to examine the layout of disks and other +media. The Sleuth Kit supports DOS partitions, BSD partitions (disk labels), Mac +partitions, Sun slices (Volume Table of Contents), and GPT disks. With these +tools, you can identify where partitions are located and extract them so that +they can be analyzed with file system analysis tools. WWW: http://www.sleuthkit.org/sleuthkit/ Modified: head/sysutils/sleuthkit/pkg-plist ============================================================================== --- head/sysutils/sleuthkit/pkg-plist Wed Nov 28 23:58:50 2012 (r307950) +++ head/sysutils/sleuthkit/pkg-plist Thu Nov 29 00:20:40 2012 (r307951) @@ -2,6 +2,7 @@ bin/blkcalc bin/blkcat bin/blkls bin/blkstat +bin/fcat bin/ffind bin/fls bin/fsstat @@ -37,25 +38,18 @@ include/tsk3/fs/tsk_iso9660.h include/tsk3/fs/tsk_ntfs.h include/tsk3/hashdb/tsk_hashdb.h include/tsk3/img/tsk_img.h +include/tsk3/libtsk.h +include/tsk3/tsk_incs.h include/tsk3/vs/tsk_bsd.h include/tsk3/vs/tsk_dos.h include/tsk3/vs/tsk_gpt.h include/tsk3/vs/tsk_mac.h include/tsk3/vs/tsk_sun.h include/tsk3/vs/tsk_vs.h -include/tsk3/libtsk.h -include/tsk3/tsk_incs.h -@dirrm include/tsk3/vs -@dirrm include/tsk3/img -@dirrm include/tsk3/hashdb -@dirrm include/tsk3/fs -@dirrm include/tsk3/base -@dirrm include/tsk3/auto -@dirrm include/tsk3 lib/libtsk3.a lib/libtsk3.la lib/libtsk3.so -lib/libtsk3.so.8 +lib/libtsk3.so.9 %%DATADIR%%/sorter/default.sort %%DATADIR%%/sorter/freebsd.sort %%DATADIR%%/sorter/images.sort @@ -63,5 +57,12 @@ lib/libtsk3.so.8 %%DATADIR%%/sorter/openbsd.sort %%DATADIR%%/sorter/solaris.sort %%DATADIR%%/sorter/windows.sort +@dirrm include/tsk3/vs +@dirrm include/tsk3/img +@dirrm include/tsk3/hashdb +@dirrm include/tsk3/fs +@dirrm include/tsk3/base +@dirrm include/tsk3/auto +@dirrm include/tsk3 @dirrm %%DATADIR%%/sorter @dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 00:28: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 748A6144 for ; Thu, 29 Nov 2012 00:28:52 +0000 (UTC) (envelope-from lists@eitanadler.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 D950D8FC12 for ; Thu, 29 Nov 2012 00:28:51 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so11090938lbb.13 for ; Wed, 28 Nov 2012 16:28:50 -0800 (PST) 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=2VlykQCjwKHeoRN0qhUYwD0lrcMNxMn/WHYZ5corZDo=; b=EIXy/lCZGfZKctofjFP9WhdI2Tl0IT0+q7suOGs43zTqDgJ9o2uiYWgKqqNpYckovR PRNsKFwAg99jwsRFl8c6T2rEKu3NNm+T0XYpmw3WCVeJyEAuwXt4xnxWeXyOYLLv3YCG zr3KwuVe1MkY8jQFfft7iZbDQEp/1hd3do70g= 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=2VlykQCjwKHeoRN0qhUYwD0lrcMNxMn/WHYZ5corZDo=; b=H8rp2tK3snZcW39lvCtnqfrHJMsJ8QAoh/QGLt6KXA0UN7QH+reGt5yefZtmw1dORy NGjhcNzzHitkc7nRHPGNaZqgsvdmiTIUd4Rrd4o3w5fJ0SeDLara2KXSc1YEi5bThCDn uklvdJgFk2aMh9+Co09D/KDUJiRw5wi4K1CnlnR66XC4FP/rWeARoVmx4uG+xGavchNq Wcae+kExbTtdUVK9FSBolwkv2kBZSBoJBawgO608TEDi1QYTnoUknau7upDXo4GYrF4K HSal/1utv4UJ5yHF6gP1dKZLsowgQ9mA2hX1nv4J8a/olDISC8Lay9bJzK/6hFrYH9VD JkQg== Received: by 10.112.103.135 with SMTP id fw7mr4070613lbb.17.1354148930588; Wed, 28 Nov 2012 16:28:50 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Wed, 28 Nov 2012 16:28:20 -0800 (PST) In-Reply-To: <50B69FB2.3070100@FreeBSD.org> References: <201211281724.qASHOrKc095304@svn.freebsd.org> <50B69F6F.5080206@FreeBSD.org> <50B69FB2.3070100@FreeBSD.org> From: Eitan Adler Date: Wed, 28 Nov 2012 19:28:20 -0500 X-Google-Sender-Auth: QhtFk2FFIkDmyFpOhzrbZoUg5OA Message-ID: Subject: Re: svn commit: r307920 - head/Mk To: Bryan Drewery Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkfrkLTyIXrrxua2ycSDvi6onOuyxhieCto3tKjKh236f6rAMNreLOyt676qeDdVTh4qgny Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 00:28:52 -0000 On 28 November 2012 18:35, Bryan Drewery wrote: > On 11/28/2012 5:34 PM, Bryan Drewery wrote: >> On 11/28/2012 11:30 AM, Eitan Adler wrote: >>> On 28 November 2012 12:24, Baptiste Daroussin wrote: >>>> Author: bapt >>>> Date: Wed Nov 28 17:24:53 2012 >>>> New Revision: 307920 >>>> URL: http://svnweb.freebsd.org/changeset/ports/307920 >>>> >>>> Log: >>>> Removed pygtk from bsd.gnome.mk >>>> >>>> Approved by: gnome (kwm) >>>> Feature safe: yes >>> >>> Can you please update the portmgr implementation page? Clearly the >>> documented version of "Feature Safe" is wrong. We shouldn't have >>> undocumented rules which supersede documented ones. >>> >> >> Here is an incomplete list. If you are unsure that your proposed >> change falls into this categorization, you must ask portmgr before >> committing. >> >> For me, the keywords are "unsure" and "must ask portmgr", not "This list >> of items are disallowed always." >> > Well the intent of that is to clarify what is allowed, but the key > purpose of the whole policy is to avoid rebuilding packages or holding > up building packages due to major breakabe. Don't forget that. I know. I'm not saying this commit wasn't feature safe. I'm saying the policy is worded badly - but its obvious bapt doesn't agree so I'll stop arguing this point now. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 00:30: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 B834022F for ; Thu, 29 Nov 2012 00:30:18 +0000 (UTC) (envelope-from lists@eitanadler.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 0B8DE8FC13 for ; Thu, 29 Nov 2012 00:30:17 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so11091714lbb.13 for ; Wed, 28 Nov 2012 16:30:16 -0800 (PST) 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=kcElS6Uedyk9656EjbKlVR0xf46Gq6Td0HthVtEpg6E=; b=O5EmluQ83egwVDruJQj3XGvUdRU1llVOtHRBVIidGKjQmTDy0rjOS23catewpX10ha d1+LEeJKecrpJnGGe0JrdmHmgQRIXHSnXhtV46l7u8EHrD2NSBTdrlP4F9PaXTnAcGjN O8jfUSnqulAtuO3VwccxUUe+JP+8STtNBy5Vo= 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=kcElS6Uedyk9656EjbKlVR0xf46Gq6Td0HthVtEpg6E=; b=mXs1I0rkNznDPgL1eWnTyfsmTW1uXkr+CX2XpIQry+SsYcwf+73Pb5RcIHZ+UJVyzG fd4hUOWNLnuRU+1vpvmLJsWhN3JLmKUhs5mqJqCoYKbhTYtwRX3nd19rpnUNE+QgXYHs CmWiQB79b8nPIA+S93sVGxCRHuBEEJ3K0gexdUuUX1jPuWtUzrRcWD4yvxdt59OAu6kg 3efMZZcNHP7fPhy2aXyUYhdUBiPQGjbSMoJZAG9MQi65G1xz72HnW3y98WgM42xKMKN0 aZE7xc4qxyczI/M6fiYh2sfzurf+q5D0/uO/4ns84MOGOmV7Rk/IYbLAWJM8Fmpkqmec Awbg== Received: by 10.152.103.100 with SMTP id fv4mr19556516lab.39.1354149016713; Wed, 28 Nov 2012 16:30:16 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Wed, 28 Nov 2012 16:29:46 -0800 (PST) In-Reply-To: <50B65FC7.2010406@yandex.ru> References: <201211281830.qASIUOST007742@svn.freebsd.org> <50B65E6D.9030403@yandex.ru> <50B65FC7.2010406@yandex.ru> From: Eitan Adler Date: Wed, 28 Nov 2012 19:29:46 -0500 X-Google-Sender-Auth: f1Sp_vFH7Mi-0U68w0h6X9dccgU Message-ID: Subject: Re: svn commit: r307927 - head/www/reviewboard To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmzJpAdhsTZtwL3btuK4G8LnRvNMGKy1P6aaLwsEiOg/2a983AzicomFw2TKD6g07dFvbL0 Cc: svn-ports-head@freebsd.org, Frederic Culot , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 00:30:18 -0000 On 28 November 2012 14:02, Ruslan Mahmatkhanov wrote: > Ruslan Mahmatkhanov wrote on 28.11.2012 22:56: > >> Hi Frederic, >> >> Frederic Culot wrote on 28.11.2012 22:30: >>> >>> Author: culot >>> Date: Wed Nov 28 18:30:23 2012 >>> New Revision: 307927 >>> URL: http://svnweb.freebsd.org/changeset/ports/307927 >>> >>> Log: >>> - Update to 1.6.14 [1] >>> - use dirrmtry in plist for shared python directories to silence >>> pkg_delete warnings >> >> >> [...] >> >>> @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% >>> -@dirrm %%PYTHON_SITELIBDIR%% >>> -@dirrm lib/python2.7 >>> +@dirrmtry %%PYTHON_SITELIBDIR%% >>> +@dirrmtry lib/python2.7 >> >> >> They should be just removed altogether, because this directories were >> created by python port, not that reviewboard port. The second note - >> plist entries should not contain hardcoded paths like lib/python2.7, >> because in case user prefer to use python 2.6 or 3.2, this path will be >> lib/python2.6 and lib/python3.2. There is %%PYTHON_LIBDIR%% for such >> things, but it doesn't matter in this case, because they just should be >> removed. > > > And by the way, it looks like reviewboard itself is a great tool to > implement at FreeBSD infrastructure, to make commit reviews like this one > and make sure that it will not be missing. SVN is supported. What other > people think? I've offered to set up reviewboard/phabricator without any reply before. If people are interested I'll gladly run one for FreeBSD. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 00:32: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 9C3BF57C for ; Thu, 29 Nov 2012 00:32:43 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6DAE38FC15 for ; Thu, 29 Nov 2012 00:32:43 +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 qAT0WhuM073920 for ; Thu, 29 Nov 2012 00:32:43 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAT0Whk7073915 for svn-ports-all@freebsd.org; Thu, 29 Nov 2012 00:32:43 GMT (envelope-from bdrewery) Received: (qmail 73171 invoked from network); 28 Nov 2012 18:32:41 -0600 Received: from unknown (HELO ?192.168.0.74?) (freebsd@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 28 Nov 2012 18:32:41 -0600 Message-ID: <50B6AD26.8040307@FreeBSD.org> Date: Wed, 28 Nov 2012 18:32:38 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Emanuel Haupt Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit References: <201211290020.qAT0Kecl058401@svn.freebsd.org> In-Reply-To: <201211290020.qAT0Kecl058401@svn.freebsd.org> X-Enigmail-Version: 1.4.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig6FEE80103C10B8C734162254" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 00:32:43 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6FEE80103C10B8C734162254 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 11/28/2012 6:20 PM, Emanuel Haupt wrote: > Author: ehaupt > Date: Thu Nov 29 00:20:40 2012 > New Revision: 307951 > URL: http://svnweb.freebsd.org/changeset/ports/307951 >=20 > Log: > - Update to 4.0.1 > - Take maintainership > - Remove double spaces from pkg-descr and 'fmt -w 80' > =20 > Feature safe: yes >=20 > Modified: > head/sysutils/sleuthkit/Makefile > head/sysutils/sleuthkit/distinfo > head/sysutils/sleuthkit/pkg-descr > head/sysutils/sleuthkit/pkg-plist >=20 > Modified: head/sysutils/sleuthkit/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/sleuthkit/Makefile Wed Nov 28 23:58:50 2012 (r307950)= > +++ head/sysutils/sleuthkit/Makefile Thu Nov 29 00:20:40 2012 (r307951)= > @@ -2,11 +2,11 @@ > # $FreeBSD$ > =20 > PORTNAME=3D sleuthkit > -PORTVERSION=3D 4.0.0 > +PORTVERSION=3D 4.0.1 > CATEGORIES=3D sysutils security > MASTER_SITES=3D SF > =20 > -MAINTAINER=3D ports@FreeBSD.org > +MAINTAINER=3D ehaupt@FreeBSD.org > COMMENT=3D Tools and library for filesystem forensic analysis > =20 > CONFLICTS=3D ja-ls-[0-9]* >=20 > Modified: head/sysutils/sleuthkit/distinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/sleuthkit/distinfo Wed Nov 28 23:58:50 2012 (r307950)= > +++ head/sysutils/sleuthkit/distinfo Thu Nov 29 00:20:40 2012 (r307951)= > @@ -1,2 +1,2 @@ > -SHA256 (sleuthkit-4.0.0.tar.gz) =3D bee3c95997cf77670758947dbd49743a43= bef88c1ac71ed3794ff7713d8a83ad > -SIZE (sleuthkit-4.0.0.tar.gz) =3D 7454421 > +SHA256 (sleuthkit-4.0.1.tar.gz) =3D 719d9a702f74c30302840301fe573c5bb5= af5b88471b48657114eba6b0d76f12 > +SIZE (sleuthkit-4.0.1.tar.gz) =3D 7488397 >=20 > Modified: head/sysutils/sleuthkit/pkg-descr > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/sleuthkit/pkg-descr Wed Nov 28 23:58:50 2012 (r307950= ) > +++ head/sysutils/sleuthkit/pkg-descr Thu Nov 29 00:20:40 2012 (r307951= ) > @@ -1,12 +1,12 @@ > The Sleuth Kit (TSK) is a library and collection of command line tools= that > -allow you to investigate volume and file system data. The library can= be > -incorporated into larger digital forensics tools and the command line = tools > -can be directly used to find evidence. > +allow you to investigate volume and file system data. The library can = be > +incorporated into larger digital forensics tools and the command line = tools can > +be directly used to find evidence. > =20 > -The media management tools allow you to examine the layout of disks an= d > -other media. The Sleuth Kit supports DOS partitions, BSD partitions (= disk > -labels), Mac partitions, Sun slices (Volume Table of Contents), and GP= T > -disks. With these tools, you can identify where partitions are locate= d and > -extract them so that they can be analyzed with file system analysis to= ols. > +The media management tools allow you to examine the layout of disks an= d other > +media. The Sleuth Kit supports DOS partitions, BSD partitions (disk la= bels), Mac > +partitions, Sun slices (Volume Table of Contents), and GPT disks. With= these > +tools, you can identify where partitions are located and extract them = so that > +they can be analyzed with file system analysis tools. > =20 > WWW: http://www.sleuthkit.org/sleuthkit/ >=20 > Modified: head/sysutils/sleuthkit/pkg-plist > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sysutils/sleuthkit/pkg-plist Wed Nov 28 23:58:50 2012 (r307950= ) > +++ head/sysutils/sleuthkit/pkg-plist Thu Nov 29 00:20:40 2012 (r307951= ) > @@ -2,6 +2,7 @@ bin/blkcalc > bin/blkcat > bin/blkls > bin/blkstat > +bin/fcat > bin/ffind > bin/fls > bin/fsstat > @@ -37,25 +38,18 @@ include/tsk3/fs/tsk_iso9660.h > include/tsk3/fs/tsk_ntfs.h > include/tsk3/hashdb/tsk_hashdb.h > include/tsk3/img/tsk_img.h > +include/tsk3/libtsk.h > +include/tsk3/tsk_incs.h > include/tsk3/vs/tsk_bsd.h > include/tsk3/vs/tsk_dos.h > include/tsk3/vs/tsk_gpt.h > include/tsk3/vs/tsk_mac.h > include/tsk3/vs/tsk_sun.h > include/tsk3/vs/tsk_vs.h > -include/tsk3/libtsk.h > -include/tsk3/tsk_incs.h > -@dirrm include/tsk3/vs > -@dirrm include/tsk3/img > -@dirrm include/tsk3/hashdb > -@dirrm include/tsk3/fs > -@dirrm include/tsk3/base > -@dirrm include/tsk3/auto > -@dirrm include/tsk3 > lib/libtsk3.a > lib/libtsk3.la > lib/libtsk3.so > -lib/libtsk3.so.8 > +lib/libtsk3.so.9 I had been sitting on updating this port due to the shlib bump. There's now a chase to do on sysutils/autopsy > %%DATADIR%%/sorter/default.sort > %%DATADIR%%/sorter/freebsd.sort > %%DATADIR%%/sorter/images.sort > @@ -63,5 +57,12 @@ lib/libtsk3.so.8 > %%DATADIR%%/sorter/openbsd.sort > %%DATADIR%%/sorter/solaris.sort > %%DATADIR%%/sorter/windows.sort > +@dirrm include/tsk3/vs > +@dirrm include/tsk3/img > +@dirrm include/tsk3/hashdb > +@dirrm include/tsk3/fs > +@dirrm include/tsk3/base > +@dirrm include/tsk3/auto > +@dirrm include/tsk3 > @dirrm %%DATADIR%%/sorter > @dirrm %%DATADIR%% >=20 --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet --------------enig6FEE80103C10B8C734162254 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJQtq0rAAoJEG54KsA8mwz5EH4P/jwqreNgCpcVALqqHofIJepr 3/Xup2uuyybI8kJd4hpU01Plg0qkRcidq5LpbOE19b/Y4MSFU/y38sSMQLYsyatm nE5lbdXQ5dYYjR9FJrfun7+3JkI//5V1LMOFeN3ZfTNfIZroESqJs1qaBlbApPMX fCMu9ZdxNZVfF4OYcxqFQUykxhRxBOWnaDW98vY+Es1XObWvEO2lbmKyhVyOmNH4 F6ZLprwFo7nPieIcTrX4vQ1kz2hhXepsQA9wzbPKQWWnDeGE9OiCipZtIKG0VSJQ L+O1c/gt15O0Ehsm7hAp+d5nj3foxPyUvS/J4IxKLyi87FtXIU4YHbmV1navoiB2 BJoqxwyx/K15rUyE033szyeZoSifrx4vuTbsUr5heOHN+RnrWDrNvcrudqdBgnke nfpdaGBZtnashZZsjZoXgQg+awz/sBbzmZRZSP9zo2lZnjUJfHy2+7ci+kKtoMee Bw0QtOjpqltId0jf366T5ENjESpGhIAwef/g2Tc7xkzsH06xR1n+08zZ/0N1ybON HWj6oeGxNlASkGgKVtJkxWMc8+/mzJ5GiAWFGUU9ogjLCqUr8CBemcLiLVjsmrES oPVf8nlIqaigrT7QXxZt1yOXBQ/WmHG8+8yZsv3YXT7FoOPhBx10oQozT6Foy3Ko xecystt3iEGPI8rmIRGs =9WNK -----END PGP SIGNATURE----- --------------enig6FEE80103C10B8C734162254-- From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 01:06:08 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 29293D36; Thu, 29 Nov 2012 01:06:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0E0888FC0C; Thu, 29 Nov 2012 01:06:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAT167OV065018; Thu, 29 Nov 2012 01:06:07 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAT167gl065017; Thu, 29 Nov 2012 01:06:07 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211290106.qAT167gl065017@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 29 Nov 2012 01:06:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307952 - head/sysutils/autopsy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 01:06:08 -0000 Author: ehaupt Date: Thu Nov 29 01:06:07 2012 New Revision: 307952 URL: http://svnweb.freebsd.org/changeset/ports/307952 Log: Chase sysutils/sleuthkit update. Notified by: bdrewery Feature safe: yes Modified: head/sysutils/autopsy/Makefile Modified: head/sysutils/autopsy/Makefile ============================================================================== --- head/sysutils/autopsy/Makefile Thu Nov 29 00:20:40 2012 (r307951) +++ head/sysutils/autopsy/Makefile Thu Nov 29 01:06:07 2012 (r307952) @@ -3,6 +3,7 @@ PORTNAME= autopsy PORTVERSION= 2.24 +PORTREVISION= 1 CATEGORIES= sysutils security MASTER_SITES= SF From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 01:08: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 EE2B4E1A; Thu, 29 Nov 2012 01:08:00 +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 949908FC08; Thu, 29 Nov 2012 01:08:00 +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 qAT17wqw055496; Thu, 29 Nov 2012 02:07:59 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Thu, 29 Nov 2012 02:07:58 +0100 From: Emanuel Haupt To: Bryan Drewery Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit Message-Id: <20121129020758.5ae9ef3e6d84391dc154380b@FreeBSD.org> In-Reply-To: <50B6AD26.8040307@FreeBSD.org> References: <201211290020.qAT0Kecl058401@svn.freebsd.org> <50B6AD26.8040307@FreeBSD.org> X-Mailer: Sylpheed 3.3.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, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 01:08:01 -0000 Bryan Drewery wrote: > On 11/28/2012 6:20 PM, Emanuel Haupt wrote: > > Author: ehaupt > > Date: Thu Nov 29 00:20:40 2012 > > New Revision: 307951 > > URL: http://svnweb.freebsd.org/changeset/ports/307951 > > > > Log: > > - Update to 4.0.1 > > - Take maintainership > > - Remove double spaces from pkg-descr and 'fmt -w 80' > > > > Feature safe: yes > > > > Modified: > > head/sysutils/sleuthkit/Makefile > > head/sysutils/sleuthkit/distinfo > > head/sysutils/sleuthkit/pkg-descr > > head/sysutils/sleuthkit/pkg-plist > > > > Modified: head/sysutils/sleuthkit/Makefile > > ============================================================================== > > --- head/sysutils/sleuthkit/Makefile Wed Nov 28 23:58:50 > > 2012 (r307950) +++ head/sysutils/sleuthkit/Makefile > > Thu Nov 29 00:20:40 2012 (r307951) @@ -2,11 +2,11 @@ > > # $FreeBSD$ > > > > PORTNAME= sleuthkit > > -PORTVERSION= 4.0.0 > > +PORTVERSION= 4.0.1 > > CATEGORIES= sysutils security > > MASTER_SITES= SF > > > > -MAINTAINER= ports@FreeBSD.org > > +MAINTAINER= ehaupt@FreeBSD.org > > COMMENT= Tools and library for filesystem forensic analysis > > > > CONFLICTS= ja-ls-[0-9]* > > > > Modified: head/sysutils/sleuthkit/distinfo > > ============================================================================== > > --- head/sysutils/sleuthkit/distinfo Wed Nov 28 23:58:50 > > 2012 (r307950) +++ head/sysutils/sleuthkit/distinfo > > Thu Nov 29 00:20:40 2012 (r307951) @@ -1,2 +1,2 @@ > > -SHA256 (sleuthkit-4.0.0.tar.gz) = > > bee3c95997cf77670758947dbd49743a43bef88c1ac71ed3794ff7713d8a83ad > > -SIZE (sleuthkit-4.0.0.tar.gz) = 7454421 +SHA256 > > (sleuthkit-4.0.1.tar.gz) = > > 719d9a702f74c30302840301fe573c5bb5af5b88471b48657114eba6b0d76f12 > > +SIZE (sleuthkit-4.0.1.tar.gz) = 7488397 > > > > Modified: head/sysutils/sleuthkit/pkg-descr > > ============================================================================== > > --- head/sysutils/sleuthkit/pkg-descr Wed Nov 28 23:58:50 > > 2012 (r307950) +++ head/sysutils/sleuthkit/pkg-descr > > Thu Nov 29 00:20:40 2012 (r307951) @@ -1,12 +1,12 @@ > > The Sleuth Kit (TSK) is a library and collection of command line > > tools that -allow you to investigate volume and file system data. > > The library can be -incorporated into larger digital forensics > > tools and the command line tools -can be directly used to find > > evidence. +allow you to investigate volume and file system data. > > The library can be +incorporated into larger digital forensics > > tools and the command line tools can +be directly used to find > > evidence. > > -The media management tools allow you to examine the layout of > > disks and -other media. The Sleuth Kit supports DOS partitions, > > BSD partitions (disk -labels), Mac partitions, Sun slices (Volume > > Table of Contents), and GPT -disks. With these tools, you can > > identify where partitions are located and -extract them so that > > they can be analyzed with file system analysis tools. +The media > > management tools allow you to examine the layout of disks and other > > +media. The Sleuth Kit supports DOS partitions, BSD partitions > > (disk labels), Mac +partitions, Sun slices (Volume Table of > > Contents), and GPT disks. With these +tools, you can identify where > > partitions are located and extract them so that +they can be > > analyzed with file system analysis tools. WWW: > > http://www.sleuthkit.org/sleuthkit/ > > > > Modified: head/sysutils/sleuthkit/pkg-plist > > ============================================================================== > > --- head/sysutils/sleuthkit/pkg-plist Wed Nov 28 23:58:50 > > 2012 (r307950) +++ head/sysutils/sleuthkit/pkg-plist > > Thu Nov 29 00:20:40 2012 (r307951) @@ -2,6 +2,7 @@ > > bin/blkcalc bin/blkcat > > bin/blkls > > bin/blkstat > > +bin/fcat > > bin/ffind > > bin/fls > > bin/fsstat > > @@ -37,25 +38,18 @@ include/tsk3/fs/tsk_iso9660.h > > include/tsk3/fs/tsk_ntfs.h > > include/tsk3/hashdb/tsk_hashdb.h > > include/tsk3/img/tsk_img.h > > +include/tsk3/libtsk.h > > +include/tsk3/tsk_incs.h > > include/tsk3/vs/tsk_bsd.h > > include/tsk3/vs/tsk_dos.h > > include/tsk3/vs/tsk_gpt.h > > include/tsk3/vs/tsk_mac.h > > include/tsk3/vs/tsk_sun.h > > include/tsk3/vs/tsk_vs.h > > -include/tsk3/libtsk.h > > -include/tsk3/tsk_incs.h > > -@dirrm include/tsk3/vs > > -@dirrm include/tsk3/img > > -@dirrm include/tsk3/hashdb > > -@dirrm include/tsk3/fs > > -@dirrm include/tsk3/base > > -@dirrm include/tsk3/auto > > -@dirrm include/tsk3 > > lib/libtsk3.a > > lib/libtsk3.la > > lib/libtsk3.so > > -lib/libtsk3.so.8 > > +lib/libtsk3.so.9 > > I had been sitting on updating this port due to the shlib bump. > > There's now a chase to do on sysutils/autopsy Good catch! I've just bumped sysutils/autopsy. Thanks for the notification. Emanuel From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 01:36:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 826D618F; Thu, 29 Nov 2012 01:36:41 +0000 (UTC) Date: Thu, 29 Nov 2012 01:36:41 +0000 From: Alexey Dokuchaev To: Pawel Pekala Subject: Re: svn commit: r307922 - head/astro/viking Message-ID: <20121129013641.GA11624@FreeBSD.org> References: <201211281730.qASHULKQ096841@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211281730.qASHULKQ096841@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 01:36:41 -0000 On Wed, Nov 28, 2012 at 05:30:21PM +0000, Pawel Pekala wrote: > New Revision: 307922 > URL: http://svnweb.freebsd.org/changeset/ports/307922 > > -PORTVERSION= 1.3.1 > +PORTVERSION= 1.3.2.1 > CATEGORIES= astro > -MASTER_SITES= SF > +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.3.2/ If you need to trim the last number for versions like this one, then ${PORTVERSION:R} can be your friend. Less hardcoding of numbers. :) > COMMENT= Program to manage GPS data (tracks, waypoints, etc) "etc." should always be ended by a full stop (period). > +USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \ > + xfixes xi xinerama xrandr xrender > USE_GNOME= gnomedocutils gtk20 > +USE_ICONV= yes > USE_PERL5_RUN= yes > -USE_GETTEXT= yes > -USE_GMAKE= yes > GNU_CONFIGURE= yes > +USE_GMAKE= yes USE_* knobs are a bit unsorted here. > +OPTIONS_DEFINE= GEOTAG GPSD > +OPTIONS_DEFAULT= GEOTAG > +GEOTAG_DESC= Enable Geotag support > +GPSD_DESC= Enable realtime GPS tracking "Enable" word should be avoided in option descriptions per recent agreement. ./danfe From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 01:51:59 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 4A260430; Thu, 29 Nov 2012 01:51:59 +0000 (UTC) Date: Thu, 29 Nov 2012 01:51:59 +0000 From: Alexey Dokuchaev To: Alex Kozlov Subject: Re: svn commit: r307899 - head/benchmarks/super-smack Message-ID: <20121129015159.GB11624@FreeBSD.org> References: <201211281109.qASB9dPm010874@svn.freebsd.org> <20121128115359.GA53862@FreeBSD.org> <20121128130417.GA31569@ravenloft.kiev.ua> <20121128160825.GB53862@FreeBSD.org> <20121128200920.GA41552@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20121128200920.GA41552@ravenloft.kiev.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 01:51:59 -0000 On Wed, Nov 28, 2012 at 10:09:20PM +0200, Alex Kozlov wrote: > On Wed, Nov 28, 2012 at 04:08:25PM +0000, Alexey Dokuchaev wrote: > > They are essentially the same modulo "enable" word, which was decided to > > remove some time ago. In fact, "generic" descriptions are better since they > > mention that is it *database* support. Doug removed the word "support" in > > r305288, which many folks disagree with, but it will be backed out one we > > will have dialog4ports committed, which will allow proper support for > > checklists and radiobuttons. You can leave them now, but after r305288 will > > be backed out, I will ask you again to drop them. > > > Will do, my point was that 'MySQL support' is better than 'MySQL database'. Yes, I agree, I also very much miss "support" word. :-) > > It is not technically obsolete; sometimes it is the only attribution we > > can provide. If there is actual WWW page, it should be dropped. > > It looks not hard to implement. Is it documented somewhere? Not sure, probably not. pkg-descr was always kinda gray area, since most people do not really care how does it look (or do they look). So I think there are no firm standards. I would suggest use your best judgment and sense of aesthetics. It's good that at least recently we seem to have consensus on preferring space to tab after WWW: (and similar) lines. > Thanks for your reviews. Thank *you* for accepting them. ./danfe From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 02:09:24 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 780327ED; Thu, 29 Nov 2012 02:09:24 +0000 (UTC) Date: Thu, 29 Nov 2012 02:09:24 +0000 From: Alexey Dokuchaev To: Emanuel Haupt Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit Message-ID: <20121129020924.GC11624@FreeBSD.org> References: <201211290020.qAT0Kecl058401@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211290020.qAT0Kecl058401@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 02:09:24 -0000 On Thu, Nov 29, 2012 at 12:20:40AM +0000, Emanuel Haupt wrote: > New Revision: 307951 > URL: http://svnweb.freebsd.org/changeset/ports/307951 > > Log: > - Update to 4.0.1 > - Take maintainership > - Remove double spaces from pkg-descr and 'fmt -w 80' Emanuel, We at FreeBSD do prefer double spaces, and previously port description was nicely indented and formatted (as it was my port). Now it looks considerably worse. May I ask you to backout pkg-descr change? ./danfe From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 02:39: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 EEC52DCE; Thu, 29 Nov 2012 02:39:30 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CEDC98FC08; Thu, 29 Nov 2012 02:39:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAT2dUhD077556; Thu, 29 Nov 2012 02:39:30 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAT2dU43077555; Thu, 29 Nov 2012 02:39:30 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201211290239.qAT2dU43077555@svn.freebsd.org> From: Eitan Adler Date: Thu, 29 Nov 2012 02:39:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307953 - head/mail/gmime X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 02:39:31 -0000 Author: eadler Date: Thu Nov 29 02:39:30 2012 New Revision: 307953 URL: http://svnweb.freebsd.org/changeset/ports/307953 Log: Not maintained since 2007, no longer used by any ports and more recent versions available. PR: ports/173970 Submitted by: Alan Hicks Feature safe: yes Modified: head/mail/gmime/Makefile Modified: head/mail/gmime/Makefile ============================================================================== --- head/mail/gmime/Makefile Thu Nov 29 01:06:07 2012 (r307952) +++ head/mail/gmime/Makefile Thu Nov 29 02:39:30 2012 (r307953) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmime -# Date created: 7 Apr 2001 -# Whom: Bas Kruit -# +# Created by: Bas Kruit # $FreeBSD$ -# PORTNAME= gmime PORTVERSION= 1.0.8 @@ -27,4 +23,7 @@ MAKE_ARGS= confexecdir=${PREFIX}/etc USE_LDCONFIG= yes +DEPRECATED= Superceded with version 2.4 +EXPIRATION_DATE= 2013-02-28 + .include From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 02:44: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 23011F5F; Thu, 29 Nov 2012 02:44:52 +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 A8A988FC08; Thu, 29 Nov 2012 02:44:51 +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 qAT2ionF074393; Thu, 29 Nov 2012 03:44:50 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Thu, 29 Nov 2012 03:44:50 +0100 From: Emanuel Haupt To: Alexey Dokuchaev Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit Message-Id: <20121129034450.f0d1802f0dd0c5c2396d1ebd@FreeBSD.org> In-Reply-To: <20121129020924.GC11624@FreeBSD.org> References: <201211290020.qAT0Kecl058401@svn.freebsd.org> <20121129020924.GC11624@FreeBSD.org> X-Mailer: Sylpheed 3.3.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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 02:44:52 -0000 Alexey Dokuchaev wrote: > On Thu, Nov 29, 2012 at 12:20:40AM +0000, Emanuel Haupt wrote: > > New Revision: 307951 > > URL: http://svnweb.freebsd.org/changeset/ports/307951 > > > > Log: > > - Update to 4.0.1 > > - Take maintainership > > - Remove double spaces from pkg-descr and 'fmt -w 80' > > Emanuel, > > We at FreeBSD do prefer double spaces, and previously port description > was nicely indented and formatted (as it was my port). Now it looks > considerably worse. May I ask you to backout pkg-descr change? I would say this is opinionated. I think it looks better that way. I've always removed double spaces (which most of the time were introduced trough copy pasting from webpages/manpages) in the past. Even the PHB (3.2.1, grey box) suggests so: --- begin quote --- Please be careful if you are copying from the README or manpage; too often they are not a concise description of the port or are in an awkward format (e.g., manpages have justified spacing). --- end quote --- Emanuel From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 03:23:32 2012 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C4FE862F; Thu, 29 Nov 2012 03:23:32 +0000 (UTC) Date: Thu, 29 Nov 2012 03:23:32 +0000 From: Alexey Dokuchaev To: Emanuel Haupt Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit Message-ID: <20121129032332.GA17732@FreeBSD.org> References: <201211290020.qAT0Kecl058401@svn.freebsd.org> <20121129020924.GC11624@FreeBSD.org> <20121129034450.f0d1802f0dd0c5c2396d1ebd@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20121129034450.f0d1802f0dd0c5c2396d1ebd@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 03:23:32 -0000 On Thu, Nov 29, 2012 at 03:44:50AM +0100, Emanuel Haupt wrote: > I would say this is opinionated. I think it looks better that way. I've > always removed double spaces (which most of the time were introduced > trough copy pasting from webpages/manpages) in the past. And others were adding them back. This is totally bogus situation, we should not adhere to different standards. Also 80-char limit is normally should be lowered down to 78 or even 76 in some case if formatting looks better (more even at the right edge), previous version complied to this as well. Now 'Mac' in the line 7 touches the screen edge; the whole right edge is uneven. You still thing it looks better, seriously? > --- begin quote --- > Please be careful if you are copying from the README or manpage; too > often they are not a concise description of the port or are in an > awkward format (e.g., manpages have justified spacing). > --- end quote --- Correct, because justified spacing normally does look ugly with monospaced fonts. Double spacing (at the sentense breaks), on the contrary, makes it look better. Please reconsider. I put a lot of thought into our port descriptions and it's really sad to see my work destroyed. ./danfe From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 05:10: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 113576B1; Thu, 29 Nov 2012 05:10:59 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EB4328FC08; Thu, 29 Nov 2012 05:10:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAT5Aw0d097932; Thu, 29 Nov 2012 05:10:58 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAT5Awux097929; Thu, 29 Nov 2012 05:10:58 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201211290510.qAT5Awux097929@svn.freebsd.org> From: Li-Wen Hsu Date: Thu, 29 Nov 2012 05:10:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307954 - head/devel/jenkins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 05:10:59 -0000 Author: lwhsu Date: Thu Nov 29 05:10:58 2012 New Revision: 307954 URL: http://svnweb.freebsd.org/changeset/ports/307954 Log: - Update to 1.492 PR: ports/173966 Submitted by: Volodymyr Kostyrko Feature safe: yes Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Thu Nov 29 02:39:30 2012 (r307953) +++ head/devel/jenkins/Makefile Thu Nov 29 05:10:58 2012 (r307954) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.491 +PORTVERSION= 1.492 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Thu Nov 29 02:39:30 2012 (r307953) +++ head/devel/jenkins/distinfo Thu Nov 29 05:10:58 2012 (r307954) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.491/jenkins.war) = 6482a6728e70107de5273bddd146396b43df928b9a739505477a4db8a6bf4008 -SIZE (jenkins/1.491/jenkins.war) = 48474724 +SHA256 (jenkins/1.492/jenkins.war) = f42ff9062fd13f860396aaa19714efd195d245e39d770764e191fa3cc7a7c07b +SIZE (jenkins/1.492/jenkins.war) = 48506857 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 06:57:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 3E20461C; Thu, 29 Nov 2012 06:57:22 +0000 (UTC) Date: Thu, 29 Nov 2012 06:57:22 +0000 From: Alexey Dokuchaev To: Emanuel Haupt Subject: Re: svn commit: r307952 - head/sysutils/autopsy Message-ID: <20121129065722.GA27403@FreeBSD.org> References: <201211290106.qAT167gl065017@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211290106.qAT167gl065017@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 06:57:22 -0000 On Thu, Nov 29, 2012 at 01:06:07AM +0000, Emanuel Haupt wrote: > New Revision: 307952 > URL: http://svnweb.freebsd.org/changeset/ports/307952 > > Log: > Chase sysutils/sleuthkit update. > > @@ -3,6 +3,7 @@ > > PORTNAME= autopsy > PORTVERSION= 2.24 > +PORTREVISION= 1 I don't understand what's exactly it is supposed to chase. This port does not link to sleuthkit shlib, it's a Perl-based, interpreted application. PORTREVISION was bumped for no reason here. ./danfe From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 07:14: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 9BCC7AA4; Thu, 29 Nov 2012 07:14:10 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6143E8FC12; Thu, 29 Nov 2012 07:14:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAT7EADf014610; Thu, 29 Nov 2012 07:14:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAT7EALh014607; Thu, 29 Nov 2012 07:14:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211290714.qAT7EALh014607@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 29 Nov 2012 07:14:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307955 - head/x11-toolkits/p5-Wx-Perl-ProcessStream X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 07:14:11 -0000 Author: bapt Date: Thu Nov 29 07:14:09 2012 New Revision: 307955 URL: http://svnweb.freebsd.org/changeset/ports/307955 Log: - update 0.32 - undeprecate Feature safe: yes Modified: head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile head/x11-toolkits/p5-Wx-Perl-ProcessStream/distinfo Modified: head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile ============================================================================== --- head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile Thu Nov 29 05:10:58 2012 (r307954) +++ head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile Thu Nov 29 07:14:09 2012 (r307955) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Wx-Perl-ProcessStream -PORTVERSION= 0.27 -PORTREVISION= 1 +PORTVERSION= 0.32 CATEGORIES= x11-toolkits perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl5 module to access IO of external processes via events -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - BUILD_DEPENDS= p5-Wx>=0.50:${PORTSDIR}/x11-toolkits/p5-Wx RUN_DEPENDS= p5-Wx>=0.50:${PORTSDIR}/x11-toolkits/p5-Wx Modified: head/x11-toolkits/p5-Wx-Perl-ProcessStream/distinfo ============================================================================== --- head/x11-toolkits/p5-Wx-Perl-ProcessStream/distinfo Thu Nov 29 05:10:58 2012 (r307954) +++ head/x11-toolkits/p5-Wx-Perl-ProcessStream/distinfo Thu Nov 29 07:14:09 2012 (r307955) @@ -1,2 +1,2 @@ -SHA256 (Wx-Perl-ProcessStream-0.27.tar.gz) = da345babd91cb44cf671224472f1243b1448ef453a67227e981bb5eb968aed43 -SIZE (Wx-Perl-ProcessStream-0.27.tar.gz) = 15523 +SHA256 (Wx-Perl-ProcessStream-0.32.tar.gz) = 641fdb39d6f9c7376f32a1376dcb6cfd6cdc90d77754ae09d7c82f2daf872fc3 +SIZE (Wx-Perl-ProcessStream-0.32.tar.gz) = 15781 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 07:21: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 DCF23BC9 for ; Thu, 29 Nov 2012 07:21:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF838FC17 for ; Thu, 29 Nov 2012 07:21:19 +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 qAT7LJWY096495 for ; Thu, 29 Nov 2012 07:21:19 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAT7LJvv096486 for svn-ports-all@freebsd.org; Thu, 29 Nov 2012 07:21:19 GMT (envelope-from bdrewery) Received: (qmail 76409 invoked from network); 29 Nov 2012 01:21:16 -0600 Received: from unknown (HELO ?10.10.0.115?) (freebsd@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 29 Nov 2012 01:21:16 -0600 Message-ID: <50B70CE4.9050508@FreeBSD.org> Date: Thu, 29 Nov 2012 01:21:08 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r307952 - head/sysutils/autopsy References: <201211290106.qAT167gl065017@svn.freebsd.org> <20121129065722.GA27403@FreeBSD.org> In-Reply-To: <20121129065722.GA27403@FreeBSD.org> X-Enigmail-Version: 1.4.6 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigE7F9F22EF75386C8668B8AF5" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Emanuel Haupt , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 07:21:20 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE7F9F22EF75386C8668B8AF5 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On 11/29/2012 12:57 AM, Alexey Dokuchaev wrote: > On Thu, Nov 29, 2012 at 01:06:07AM +0000, Emanuel Haupt wrote: >> New Revision: 307952 >> URL: http://svnweb.freebsd.org/changeset/ports/307952 >> >> Log: >> Chase sysutils/sleuthkit update. >> =20 >> @@ -3,6 +3,7 @@ >> =20 >> PORTNAME=3D autopsy >> PORTVERSION=3D 2.24 >> +PORTREVISION=3D 1 >=20 > I don't understand what's exactly it is supposed to chase. This port d= oes > not link to sleuthkit shlib, it's a Perl-based, interpreted application= =2E > PORTREVISION was bumped for no reason here. >=20 > ./danfe >=20 I may have been wrong to suggest this since it was not a LIB_DEPENDS. However, are you suggesting that for shlib chases one should install and inspect every port to see if they actually link to the library, or even look for it? That must be quite a task for things like png. I would rather be safe than to assume that all LIB_DEPENDS are recorded correctly vs not just being RUN_DEPENDS and to cause problems for users. Bryan --------------enigE7F9F22EF75386C8668B8AF5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJQtwzkAAoJEG54KsA8mwz5SmAP/0eZst9TjeFGEdRAXTOPPA+q ay/DS3PqPUINIa5Zakr8BFH6hF+UTRIL5+VW96IsGulRiUz1jtAiyHwvEQ3KkHX5 qNB3sDl7MvKK4HJsOEgI6n1LX2O+7eZSi0HpqM6w/nkdqgEBfZRUAVQvjD/OdYzb BhsM4KEYgr9NSLkRNyOI1/unocrZuVzx7+2r4oWrhh4oQf06l2mxPAI+x6RgEqRi wkBnnHEmssLpGzJ+svxpSDjNG4tP/p9AY8YC2ydNuF0ms9x7vPblSTSgUM/aIn94 lTzr6/Sg8m8On0iTX0GKELEQ5YXsysIZCQEn6WsdZJcMJ7vtx67PVfWFvHwV+lRX lw9yFO0X//aJU6yLjwhgO9MKQ5YOAQstpCI8Y03eWnxjKqcJW9OPKuj24ZUNz5Tp AgaNGESOrao3s7e2JzRTw02VR+0PqRoQuM/E9i3qjcurjDFSIT+iS/sBGc8zIF0O u//nML/iriwHcJF5MRsJeWE0qy5r8LzZLGwKkg4FXCt+T5C0dx9sMbSJ0jLiyVHw CXzWdm05osBNAws9iG6diruaYLMPc2IcuySb5C71S3QF5LbnT58NCIabOyk4SuyH hMj4IW/xOChUhjkmXWJxPQuD4/8gwi/GDhwzXOOgzjt2Ov1IHuD+HYFuyqpEa6cK r/brNp6t4YIx2FL0fgRg =C1Cy -----END PGP SIGNATURE----- --------------enigE7F9F22EF75386C8668B8AF5-- From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 07:44:07 2012 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id D0769544; Thu, 29 Nov 2012 07:44:07 +0000 (UTC) Date: Thu, 29 Nov 2012 07:44:07 +0000 From: Alexey Dokuchaev To: Bryan Drewery Subject: Re: svn commit: r307952 - head/sysutils/autopsy Message-ID: <20121129074407.GA30088@FreeBSD.org> References: <201211290106.qAT167gl065017@svn.freebsd.org> <20121129065722.GA27403@FreeBSD.org> <50B70CE4.9050508@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <50B70CE4.9050508@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, Emanuel Haupt , ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 07:44:07 -0000 On Thu, Nov 29, 2012 at 01:21:08AM -0600, Bryan Drewery wrote: > I may have been wrong to suggest this since it was not a LIB_DEPENDS. True. > However, are you suggesting that for shlib chases one should install and > inspect every port to see if they actually link to the library, or even > look for it? Yes, of course, obviously. This is our jobs as maintainers (or committers, FWIW). Maybe not install, but at least extract, see how it builds, inspect pkg-plist, etc. That's what I normally do. > That must be quite a task for things like png. png is usually recorded as LIB_DEPENDS, it's different. > I would rather be safe than to assume that all LIB_DEPENDS are recorded > correctly vs not just being RUN_DEPENDS and to cause problems for users. I beg to disagree; in fact, it's a good time to recheck all dependent port that are !LIB_DEPENDS to see if dependencies are correct. In this case, it was particularly easy as it is rather small and clearly perlish. Not to mention that you can always ask previous maintainer (me in this case). ./danfe From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 07:45: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 9094D68E; Thu, 29 Nov 2012 07:45:37 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 537908FC14; Thu, 29 Nov 2012 07:45:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAT7jb2G018744; Thu, 29 Nov 2012 07:45:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAT7jbeT018741; Thu, 29 Nov 2012 07:45:37 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211290745.qAT7jbeT018741@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 29 Nov 2012 07:45:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307956 - in head: . games games/kmquake2 net net/amqp08 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 07:45:37 -0000 Author: bapt Date: Thu Nov 29 07:45:36 2012 New Revision: 307956 URL: http://svnweb.freebsd.org/changeset/ports/307956 Log: 2012-11-29 net/amqp08: No more public distfiles 2012-11-29 games/kmquake2: No more public distfiles Feature safe: yes Deleted: head/games/kmquake2/ head/net/amqp08/ Modified: head/MOVED head/games/Makefile head/net/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Thu Nov 29 07:14:09 2012 (r307955) +++ head/MOVED Thu Nov 29 07:45:36 2012 (r307956) @@ -3934,3 +3934,5 @@ chinese/pyDict||2012-11-28|Removed: Depe x11-toolkits/py-gtk||2012-11-28|Has expired: Depends on the expired gtkglarea databases/postgresql-libpqxx||2012-11-28|Has expired: No more public distfiles devel/portlet-api||2012-11-28|Has expired: No more public distfiles +net/amqp08||2012-11-29|Has expired: No more public distfiles +games/kmquake2||2012-11-29|Has expired: No more public distfiles Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Thu Nov 29 07:14:09 2012 (r307955) +++ head/games/Makefile Thu Nov 29 07:45:36 2012 (r307956) @@ -440,7 +440,6 @@ SUBDIR += klondike SUBDIR += kmancala SUBDIR += kmastermind - SUBDIR += kmquake2 SUBDIR += knights SUBDIR += knights-kde4 SUBDIR += kobodeluxe Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Nov 29 07:14:09 2012 (r307955) +++ head/net/Makefile Thu Nov 29 07:45:36 2012 (r307956) @@ -15,7 +15,6 @@ SUBDIR += activemq SUBDIR += acx100 SUBDIR += aget - SUBDIR += amqp08 SUBDIR += aoe SUBDIR += apinger SUBDIR += appkonference From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 08:27: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 BD8B9E7A; Thu, 29 Nov 2012 08:27:12 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from lmtp.galacsys.net (webmail.galacsys.net [IPv6:2001:1b78:0:1:d918:51d7:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 55B938FC13; Thu, 29 Nov 2012 08:27:12 +0000 (UTC) Received: from martymac.org (webmail.galacsys.net [217.24.81.215]) by lmtp.galacsys.net (Postfix) with ESMTP id 1F6DF1FA5CD3; Thu, 29 Nov 2012 09:27:11 +0100 (CET) From: "Ganael LAPLANCHE" To: Alexey Dokuchaev Subject: Re: svn commit: r307891 - in head/benchmarks/bonnie++: . files X-Openwebmail-Date: Thu, 29 Nov 2012 10:27:11 +0200 Message-Id: <20121129081330.M86834@FreeBSD.org> In-Reply-To: <20121128092232.GA45503@FreeBSD.org> References: <201211280826.qAS8QmWu077786@svn.freebsd.org> <20121128092232.GA45503@FreeBSD.org> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.org) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Date: Thu, 29 Nov 2012 08:27:12 +0000 (UTC) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 08:27:12 -0000 On Wed, 28 Nov 2012 09:22:32 +0000, Alexey Dokuchaev wrote Hi Alexey, > I wonder is it about time to drop this $PTHREAD_LIBS magic? > It's been -pthread on all supported versions of FreeBSD for a > while now. +1 for removing $PTHREAD_LIBS if it is not needed anymore. > Not to mention that in this case actual patch > seems overly engineered and not particularly pretty (sorry > Ganael). Oops, you're right, the patch is really ugly ; I could've simply used REINPLACE_CMD here. I'll fix that (I presume I was too tired when I worked on it ; thanks for having noticed that). Best regards, -- Ganael LAPLANCHE http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 09:22: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 C2699D36; Thu, 29 Nov 2012 09:22:55 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A80EF8FC17; Thu, 29 Nov 2012 09:22:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAT9MtHo041415; Thu, 29 Nov 2012 09:22:55 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAT9MtU9041414; Thu, 29 Nov 2012 09:22:55 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201211290922.qAT9MtU9041414@svn.freebsd.org> From: Ganael LAPLANCHE Date: Thu, 29 Nov 2012 09:22:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307957 - in head/benchmarks/bonnie++: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 09:22:55 -0000 Author: martymac Date: Thu Nov 29 09:22:55 2012 New Revision: 307957 URL: http://svnweb.freebsd.org/changeset/ports/307957 Log: Simplify PTHREAD_LIBS fix by removing useless patch Suggested by: danfe Feature safe: yes Deleted: head/benchmarks/bonnie++/files/patch-configure Modified: head/benchmarks/bonnie++/Makefile Modified: head/benchmarks/bonnie++/Makefile ============================================================================== --- head/benchmarks/bonnie++/Makefile Thu Nov 29 07:45:36 2012 (r307956) +++ head/benchmarks/bonnie++/Makefile Thu Nov 29 09:22:55 2012 (r307957) @@ -32,7 +32,7 @@ post-patch: @${REINPLACE_CMD} \ 's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8 @${REINPLACE_CMD} \ - 's|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure post-install: .if ${PORT_OPTIONS:MDOCS} From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 09:41: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 74A8F288; Thu, 29 Nov 2012 09:41:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5A6588FC12; Thu, 29 Nov 2012 09:41:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAT9fmFS045968; Thu, 29 Nov 2012 09:41:48 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAT9fmuX045963; Thu, 29 Nov 2012 09:41:48 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201211290941.qAT9fmuX045963@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 29 Nov 2012 09:41:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307958 - in head/games: vegastrike vegastrike-data vegastrike/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 09:41:48 -0000 Author: amdmi3 Date: Thu Nov 29 09:41:47 2012 New Revision: 307958 URL: http://svnweb.freebsd.org/changeset/ports/307958 Log: - Update to 0.5.1.r1 - OptionsNG - Trim headers - Pass maintainership to submitter PR: 168957 Submitted by: Rusty Nejdl Feature safe: yes Deleted: head/games/vegastrike/files/ Modified: head/games/vegastrike-data/Makefile head/games/vegastrike-data/distinfo head/games/vegastrike/Makefile head/games/vegastrike/distinfo Modified: head/games/vegastrike-data/Makefile ============================================================================== --- head/games/vegastrike-data/Makefile Thu Nov 29 09:22:55 2012 (r307957) +++ head/games/vegastrike-data/Makefile Thu Nov 29 09:41:47 2012 (r307958) @@ -1,30 +1,25 @@ -# New ports collection makefile for: vegastrike-data -# Date created: 05 May 2008 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $FreeBSD$ -# PORTNAME= vegastrike -PORTVERSION= 0.5.0 +PORTVERSION= 0.5.1.r1 CATEGORIES= games -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.1/ PKGNAMESUFFIX= -data -DISTNAME= vegastrike-linux-${PORTVERSION} +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Vega Strike data files USE_BZIP2= yes NO_BUILD= yes PLIST= ${WRKDIR}/pkg-plist -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MANUAL_PACKAGE_BUILD=huge post-patch: - @${RM} -rf ${WRKSRC}/bin ${WRKSRC}/I* ${WRKSRC}/.vsinstall.sh.swp @${FIND} ${WRKSRC} -name "Makefile.am" -delete pre-install: Modified: head/games/vegastrike-data/distinfo ============================================================================== --- head/games/vegastrike-data/distinfo Thu Nov 29 09:22:55 2012 (r307957) +++ head/games/vegastrike-data/distinfo Thu Nov 29 09:41:47 2012 (r307958) @@ -1,2 +1,2 @@ -SHA256 (vegastrike-linux-0.5.0.tar.bz2) = e273191dcdb3bed3edeff2618b0dfac56cc0ae2d2fe2855b4376c80ccadee02d -SIZE (vegastrike-linux-0.5.0.tar.bz2) = 520498096 +SHA256 (vegastrike-data-0.5.1.r1.tar.bz2) = b9c457f303fda7970d89338a7ff6c17c945420c9952cc7c1c2f3ab39a3dd381d +SIZE (vegastrike-data-0.5.1.r1.tar.bz2) = 447919499 Modified: head/games/vegastrike/Makefile ============================================================================== --- head/games/vegastrike/Makefile Thu Nov 29 09:22:55 2012 (r307957) +++ head/games/vegastrike/Makefile Thu Nov 29 09:41:47 2012 (r307958) @@ -1,18 +1,13 @@ -# New ports collection makefile for: vegastrike -# Date created: 05 May 2008 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $FreeBSD$ -# PORTNAME= vegastrike -PORTVERSION= 0.5.0 -PORTREVISION= 19 +PORTVERSION= 0.5.1.r1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/OldFiles -DISTNAME= vegastrike-source-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.1/ +DISTNAME= vegastrike-src-${PORTVERSION} -MAINTAINER= amdmi3@FreeBSD.org +MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Opensource 3D space simulator RUN_DEPENDS= ${DATADIR}/vegastrike.ico:${PORTSDIR}/games/vegastrike-data @@ -27,12 +22,11 @@ USE_GMAKE= yes USE_PYTHON= yes USE_SDL= sdl USE_XORG= sm ice xi x11 xext xrender xinerama xi xrandr xcursor \ - xcomposite xdamage xfixes + xcomposite xdamage xfixes USE_GL= gl glu glut USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_JOBS_SAFE= yes # cegui and ffmpeg are not used yet @@ -42,25 +36,23 @@ CONFIGURE_ARGS= --disable-cegui --disabl PLIST_FILES= bin/vegastrike bin/vssetup bin/vegaserver -.if !defined(NOPORTDOCS) PORTDOCS= README -.endif -OPTIONS= MESHER "Enable mesher modelling tool" off +OPTIONS_DEFINE= MESHER +MESHER_DESC= Enable mesher modelling tool .include -.if defined(WITHOUT_MESHER) -CONFIGURE_ARGS+= --disable-ogre -.else +.if ${OSVERSION} < 800000 +BROKEN= fails to build on 7.x +.endif + +.if ${PORT_OPTIONS:MMESHER} PLIST_FILES+= bin/mesher BUILD_DEPENDS+= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d RUN_DEPENDS+= ${LOCALBASE}/lib/libOgreMain.so:${PORTSDIR}/graphics/ogre3d -.endif - -.if (${OSVERSION} >= 800501 && ${OSVERSION} < 900000) || ${OSVERSION} >= 900006 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-cmd-basecomputer.cpp \ - ${FILESDIR}/extra-patch-src-vsfilesystem.cpp +.else +CONFIGURE_ARGS+= --disable-ogre .endif post-patch: @@ -71,15 +63,12 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vegaserver ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/vegastrike ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/vssetup ${PREFIX}/bin -.if !defined(WITHOUT_MESHER) +.if ${PORT_OPTIONS:MMESHER} ${INSTALL_PROGRAM} ${WRKSRC}/mesher ${PREFIX}/bin .endif - -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif post-install: Modified: head/games/vegastrike/distinfo ============================================================================== --- head/games/vegastrike/distinfo Thu Nov 29 09:22:55 2012 (r307957) +++ head/games/vegastrike/distinfo Thu Nov 29 09:41:47 2012 (r307958) @@ -1,2 +1,2 @@ -SHA256 (vegastrike-source-0.5.0.tar.bz2) = e4fe2aeeece103d87ae11ca8b27e48b72cc7ed8a0c1bed44e7131afd644fde72 -SIZE (vegastrike-source-0.5.0.tar.bz2) = 9093178 +SHA256 (vegastrike-src-0.5.1.r1.tar.bz2) = 5ef8bc4906746183f3b13fe7054fa37dee7672cf5749d1044ea511a85d2af125 +SIZE (vegastrike-src-0.5.1.r1.tar.bz2) = 10875771 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 10:01: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 6130984D; Thu, 29 Nov 2012 10:01:49 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3B9A98FC13; Thu, 29 Nov 2012 10:01:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATA1nds050769; Thu, 29 Nov 2012 10:01:49 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATA1n2p050766; Thu, 29 Nov 2012 10:01:49 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201211291001.qATA1n2p050766@svn.freebsd.org> From: Philippe Audeoud Date: Thu, 29 Nov 2012 10:01:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307959 - head/www/p5-CIF-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 10:01:49 -0000 Author: jadawin Date: Thu Nov 29 10:01:48 2012 New Revision: 307959 URL: http://svnweb.freebsd.org/changeset/ports/307959 Log: - Update to 0.19 PR: ports/173955 Submitted by: Paul Schmehl (maintainer) Feature safe: yes Modified: head/www/p5-CIF-Client/Makefile head/www/p5-CIF-Client/distinfo head/www/p5-CIF-Client/pkg-plist Modified: head/www/p5-CIF-Client/Makefile ============================================================================== --- head/www/p5-CIF-Client/Makefile Thu Nov 29 09:41:47 2012 (r307958) +++ head/www/p5-CIF-Client/Makefile Thu Nov 29 10:01:48 2012 (r307959) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CIF-Client -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SAXJAZMAN/cif @@ -15,23 +15,23 @@ LICENSE= ART10 GPLv2 LICENSE_COMB= dual BUILD_DEPENDS= p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Compress-Raw-Zlib>=2.008:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \ p5-Config-Simple>=4.58:${PORTSDIR}/devel/p5-Config-Simple \ p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Digest-MD5>=2.36:${PORTSDIR}/security/p5-Digest-MD5 \ + p5-ExtUtils-MakeMaker>=6.4:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ p5-HTML-Table>=2.08:${PORTSDIR}/www/p5-HTML-Table \ p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \ p5-JSON>=2.07:${PORTSDIR}/converters/p5-JSON \ p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-Module-Install>=1.00:${PORTSDIR}/devel/p5-Module-Install \ - p5-REST-Client>=243:${PORTSDIR}/www/p5-REST-Client \ + p5-Module-Pluggable>=3.6:${PORTSDIR}/devel/p5-Module-Pluggable \ + p5-Parse-Range>=0.96:${PORTSDIR}/math/p5-Parse-Range \ p5-Regexp-Common>=2.108:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-Regexp-Common-net-CIDR>=0.02:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \ + p5-REST-Client>=243:${PORTSDIR}/www/p5-REST-Client \ p5-Snort-Rule>=1.07:${PORTSDIR}/security/p5-Snort-Rule \ - p5-Text-Table>=1.114:${PORTSDIR}/textproc/p5-Text-Table \ - p5-Data-Dumper>=:${PORTSDIR}/devel/p5-Data-Dumper \ - p5-Module-Pluggable>=3.6:${PORTSDIR}/devel/p5-Module-Pluggable \ - p5-Parse-Range>=0.96:${PORTSDIR}/math/p5-Parse-Range \ - p5-Compress-Raw-Zlib>=2.008:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib + p5-Text-Table>=1.114:${PORTSDIR}/textproc/p5-Text-Table RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/www/p5-CIF-Client/distinfo ============================================================================== --- head/www/p5-CIF-Client/distinfo Thu Nov 29 09:41:47 2012 (r307958) +++ head/www/p5-CIF-Client/distinfo Thu Nov 29 10:01:48 2012 (r307959) @@ -1,2 +1,2 @@ -SHA256 (CIF-Client-0.18.tar.gz) = 1578822d027a9b33914a5033d7d812103dab4ecad566a2fd705a92fdb864289e -SIZE (CIF-Client-0.18.tar.gz) = 33721 +SHA256 (CIF-Client-0.19.tar.gz) = 4c9c7f59deee4520ffb77d1f67296688793f386ba3cda465d94849069547fefb +SIZE (CIF-Client-0.19.tar.gz) = 34446 Modified: head/www/p5-CIF-Client/pkg-plist ============================================================================== --- head/www/p5-CIF-Client/pkg-plist Thu Nov 29 09:41:47 2012 (r307958) +++ head/www/p5-CIF-Client/pkg-plist Thu Nov 29 10:01:48 2012 (r307959) @@ -1,6 +1,7 @@ bin/cif %%SITE_PERL%%/CIF/Client.pm %%SITE_PERL%%/CIF/Client/Plugin/Bindzone.pm +%%SITE_PERL%%/CIF/Client/Plugin/Bro.pm %%SITE_PERL%%/CIF/Client/Plugin/Csv.pm %%SITE_PERL%%/CIF/Client/Plugin/Html.pm %%SITE_PERL%%/CIF/Client/Plugin/Iodef.pm @@ -21,9 +22,9 @@ bin/cif %%SITE_PERL%%/CIF/Client/Plugin/Snort.pm %%SITE_PERL%%/CIF/Client/Plugin/Table.pm %%SITE_PERL%%/CIF/Client/Support.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/CIF/Client/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CIF/Client -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CIF +%%SITE_PERL%%/mach/auto/CIF/Client/.packlist +@dirrm %%SITE_PERL%%/mach/auto/CIF/Client +@dirrm %%SITE_PERL%%/mach/auto/CIF @dirrm %%SITE_PERL%%/CIF/Client/Plugin/Iodef @dirrm %%SITE_PERL%%/CIF/Client/Plugin @dirrm %%SITE_PERL%%/CIF/Client From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 11:13: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 5C19DA5B; Thu, 29 Nov 2012 11:13:07 +0000 (UTC) (envelope-from baptiste.daroussin@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 3B9428FC08; Thu, 29 Nov 2012 11:13:06 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id c13so10089239eek.13 for ; Thu, 29 Nov 2012 03:13:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=KDG+0PKgcrCRatwLQECqW0qbwYEx338rT08JfRGHsoI=; b=idEsgerPy51qoFPz6mn2Jw0xA8uKCTl8B+nNkLAEIcwL5s/r7Hq/eA/ZT3xDUWaSJ1 Ya0x1612oe1xJguoj1Hp3bsF6wiLCXftc9UB6cy4E3mW/wGMq40xS6mDEUZBy6jH0rao 3LwMyQV76KYQmiMOgUb1wt4qYwzg/j9060A9JCpi0Qb3H18LFfwfhJQxtTPDB+aVYF1A hj60FTuMdpx2nzHIl9o8MBxA21KNTyfGGz6hVAj4r69Qn7vWr4Jkt79lHWdtJnjxoNI8 Z3tvJTI0uU4MQ5xhPI19GT7VNnQ2uReFXe8nMEjGxMl7M8ZUHVtyRIWxlfaymXjq9W9/ 07cg== Received: by 10.14.207.68 with SMTP id m44mr80698284eeo.40.1354187585472; Thu, 29 Nov 2012 03:13:05 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id q44sm2928780eep.5.2012.11.29.03.13.04 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Nov 2012 03:13:04 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 29 Nov 2012 12:13:01 +0100 From: Baptiste Daroussin To: Bryan Drewery Subject: Re: svn commit: r307920 - head/Mk Message-ID: <20121129111301.GA31288@ithaqua.etoilebsd.net> References: <201211281724.qASHOrKc095304@svn.freebsd.org> <50B69F6F.5080206@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <50B69F6F.5080206@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Eitan Adler , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 11:13:07 -0000 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 28, 2012 at 05:34:07PM -0600, Bryan Drewery wrote: > On 11/28/2012 11:30 AM, Eitan Adler wrote: > > On 28 November 2012 12:24, Baptiste Daroussin wrote: > >> Author: bapt > >> Date: Wed Nov 28 17:24:53 2012 > >> New Revision: 307920 > >> URL: http://svnweb.freebsd.org/changeset/ports/307920 > >> > >> Log: > >> Removed pygtk from bsd.gnome.mk > >> > >> Approved by: gnome (kwm) > >> Feature safe: yes > >=20 > > Can you please update the portmgr implementation page? Clearly the > > documented version of "Feature Safe" is wrong. We shouldn't have > > undocumented rules which supersede documented ones. > >=20 >=20 > Here is an incomplete list. If you are unsure that your proposed > change falls into this categorization, you must ask portmgr before > committing. >=20 > For me, the keywords are "unsure" and "must ask portmgr", not "This list > of items are disallowed always." >=20 I do agree with Bryan on this, if the text as to be reworded it should be in that direction regards, Bapt --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC3Qz0ACgkQ8kTtMUmk6EzeAwCgqXqBwXEcxOlCDSSrrHvExuWI fCoAniLH3WIIu1Agm5rtwNcL23hu5GQw =wPbB -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 12:01: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 6671C4E9; Thu, 29 Nov 2012 12:01:50 +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 D17F78FC0C; Thu, 29 Nov 2012 12:01:49 +0000 (UTC) Received: from wiggles.bwns.ch (snow.ethz.ch [129.132.80.16]) (authenticated bits=0) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with ESMTP id qATC1l9L047918; Thu, 29 Nov 2012 13:01:48 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Thu, 29 Nov 2012 13:01:47 +0100 From: Emanuel Haupt To: Alexey Dokuchaev Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit Message-Id: <20121129130147.c5fcd6296c6bd967ca0745e4@FreeBSD.org> In-Reply-To: <20121129032332.GA17732@FreeBSD.org> References: <201211290020.qAT0Kecl058401@svn.freebsd.org> <20121129020924.GC11624@FreeBSD.org> <20121129034450.f0d1802f0dd0c5c2396d1ebd@FreeBSD.org> <20121129032332.GA17732@FreeBSD.org> X-Mailer: Sylpheed 3.3.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, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 12:01:50 -0000 Alexey Dokuchaev wrote: > On Thu, Nov 29, 2012 at 03:44:50AM +0100, Emanuel Haupt wrote: > > I would say this is opinionated. I think it looks better that way. > > I've always removed double spaces (which most of the time were > > introduced trough copy pasting from webpages/manpages) in the past. > > And others were adding them back. This is totally bogus situation, we > should not adhere to different standards. > > Also 80-char limit is normally should be lowered down to 78 or even As 'the dude' would say: "yeah well, that's just like your opinion man" > 76 in some case if formatting looks better (more even at the right > edge), previous version complied to this as well. Now 'Mac' in the > line 7 touches the screen edge; the whole right edge is uneven. You > still thing it looks better, seriously? To me yes. The terminals xterm, rxvt, aterm, eterm all have a 80 character width: http://critical.ch/people/fbsd/standard-term-width-settings-xterm-rxvt-aterm-eterm.png > > --- begin quote --- > > Please be careful if you are copying from the README or manpage; too > > often they are not a concise description of the port or are in an > > awkward format (e.g., manpages have justified spacing). > > --- end quote --- > > Correct, because justified spacing normally does look ugly with > monospaced fonts. Double spacing (at the sentense breaks), on the > contrary, makes it look better. Please reconsider. I put a lot of Again: "your opinion" > thought into our port descriptions and it's really sad to see my work > destroyed. FreeBSD is a large project with > 400 committers and many more highly motivated active contributors. I would suggest you get familiar with the concept of people having different opinions. Accusing others of not caring or destroying "your work" (really? please...) is just rediculous. Emanuel From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 12:32: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 E5911D1D; Thu, 29 Nov 2012 12:32:26 +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 77A9D8FC0C; Thu, 29 Nov 2012 12:32:26 +0000 (UTC) Received: from wiggles.bwns.ch (snow.ethz.ch [129.132.80.16]) (authenticated bits=0) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with ESMTP id qATCWP5w050982; Thu, 29 Nov 2012 13:32:25 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Thu, 29 Nov 2012 13:32:25 +0100 From: Emanuel Haupt To: Eitan Adler Subject: Re: svn commit: r307902 - head/graphics/grafx2/files Message-Id: <20121129133225.9e3dbd297872a7d3d8e949f5@FreeBSD.org> In-Reply-To: References: <201211281129.qASBT6Aw015051@svn.freebsd.org> <20121128213502.b5cd8fab508df17bad16c635@FreeBSD.org> X-Mailer: Sylpheed 3.3.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, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 12:32:27 -0000 Eitan Adler wrote: > On 28 November 2012 15:35, Emanuel Haupt wrote: > > Eitan Adler wrote: > >> On 28 November 2012 06:29, Emanuel Haupt > >> wrote: > >> > Author: ehaupt > >> > Date: Wed Nov 28 11:29:06 2012 > >> > New Revision: 307902 > >> > URL: http://svnweb.freebsd.org/changeset/ports/307902 > >> > > >> > Log: > >> > Add patchfile. > >> > >> What does the patchfile do? Why is it needed? Was upstream > >> contacted? > >> > >> - these should be documented in the log message. > > > > It is part of the update 2 minutes earlier. I thought this was > > obvious. > > Ah, I didn't see this. In any case it would help to document these > things - especially the part about whether upstream ACKed/NACKed the > patch. You're right, I should have mentioned that in my follow up commit. The patch has been submitted upstream. Haven't heard back so far. Emanuel From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 12:37: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 A0910F2E; Thu, 29 Nov 2012 12:37:00 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) by mx1.freebsd.org (Postfix) with ESMTP id 5784C8FC0C; Thu, 29 Nov 2012 12:37:00 +0000 (UTC) Date: Thu, 29 Nov 2012 14:36:59 +0200 From: Alex Kozlov To: Alexey Dokuchaev Subject: Re: svn commit: r307899 - head/benchmarks/super-smack Message-ID: <20121129123659.GA91931@ravenloft.kiev.ua> References: <201211281109.qASB9dPm010874@svn.freebsd.org> <20121128115359.GA53862@FreeBSD.org> <20121128130417.GA31569@ravenloft.kiev.ua> <20121128160825.GB53862@FreeBSD.org> <20121128200920.GA41552@ravenloft.kiev.ua> <20121129015159.GB11624@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121129015159.GB11624@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 12:37:00 -0000 On Thu, Nov 29, 2012 at 01:51:59AM +0000, Alexey Dokuchaev wrote: > On Wed, Nov 28, 2012 at 10:09:20PM +0200, Alex Kozlov wrote: > > On Wed, Nov 28, 2012 at 04:08:25PM +0000, Alexey Dokuchaev wrote: > > > It is not technically obsolete; sometimes it is the only attribution we > > > can provide. If there is actual WWW page, it should be dropped. > > It looks not hard to implement. Is it documented somewhere? > Not sure, probably not. pkg-descr was always kinda gray area, since most > people do not really care how does it look (or do they look). So I think > there are no firm standards. I would suggest use your best judgment and > sense of aesthetics. It's good that at least recently we seem to have > consensus on preferring space to tab after WWW: (and similar) lines. Implicit knowledge is bad. General consensus about these things need to be configrmed and then they should be documented. -- Alex From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 12:39: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 76069BE; Thu, 29 Nov 2012 12:39:21 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5AD698FC08; Thu, 29 Nov 2012 12:39:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATCdL0A076481; Thu, 29 Nov 2012 12:39:21 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATCdLRf076479; Thu, 29 Nov 2012 12:39:21 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201211291239.qATCdLRf076479@svn.freebsd.org> From: Niclas Zeising Date: Thu, 29 Nov 2012 12:39:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307960 - head/x11-wm/spectrwm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 12:39:21 -0000 Author: zeising Date: Thu Nov 29 12:39:20 2012 New Revision: 307960 URL: http://svnweb.freebsd.org/changeset/ports/307960 Log: Update spectrwm to 2.1.1 This is a bug fix release, which amongst other things fixes the bar clock not updating properly. Full changelog here: https://opensource.conformal.com/fluxbb/viewtopic.php?pid=1949#p1949 Approved by: kwm, miwi (mentors, implicit) Feature safe: yes Modified: head/x11-wm/spectrwm/Makefile head/x11-wm/spectrwm/distinfo Modified: head/x11-wm/spectrwm/Makefile ============================================================================== --- head/x11-wm/spectrwm/Makefile Thu Nov 29 10:01:48 2012 (r307959) +++ head/x11-wm/spectrwm/Makefile Thu Nov 29 12:39:20 2012 (r307960) @@ -6,7 +6,7 @@ # PORTNAME= spectrwm -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= x11-wm MASTER_SITES= https://opensource.conformal.com/snapshots/${PORTNAME}/ EXTRACT_SUFX= .tgz Modified: head/x11-wm/spectrwm/distinfo ============================================================================== --- head/x11-wm/spectrwm/distinfo Thu Nov 29 10:01:48 2012 (r307959) +++ head/x11-wm/spectrwm/distinfo Thu Nov 29 12:39:20 2012 (r307960) @@ -1,2 +1,2 @@ -SHA256 (spectrwm-2.1.0.tgz) = 1bab2677d516ac72e05b8ef056375b21f085f4f563b8f568f9c18cd2ad7ec405 -SIZE (spectrwm-2.1.0.tgz) = 106087 +SHA256 (spectrwm-2.1.1.tgz) = 43b1193f21974b97493ae620361be1b905751cce9580fc26653fd8ea6d707121 +SIZE (spectrwm-2.1.1.tgz) = 106471 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 12: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 5F9202D6; Thu, 29 Nov 2012 12:45:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 456A18FC08; Thu, 29 Nov 2012 12:45:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATCj2Qf077365; Thu, 29 Nov 2012 12:45:02 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATCj2uZ077364; Thu, 29 Nov 2012 12:45:02 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211291245.qATCj2uZ077364@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 29 Nov 2012 12:45:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307961 - head/x11-wm/flwm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 12:45:02 -0000 Author: gahr Date: Thu Nov 29 12:45:01 2012 New Revision: 307961 URL: http://svnweb.freebsd.org/changeset/ports/307961 Log: - Fix configure script to work with clang - Trim Makefile header Feature safe: yes Modified: head/x11-wm/flwm/Makefile (contents, props changed) Modified: head/x11-wm/flwm/Makefile ============================================================================== --- head/x11-wm/flwm/Makefile Thu Nov 29 12:39:20 2012 (r307960) +++ head/x11-wm/flwm/Makefile Thu Nov 29 12:45:01 2012 (r307961) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flwm -# Date created: 12 February 1999 -# Whom: Dima Sivachenko -# +# Created by: Dima Sivachenko # $FreeBSD$ -# PORTNAME= flwm PORTVERSION= 1.02 @@ -26,7 +22,7 @@ MAN1= flwm.1 PLIST_FILES= bin/flwm post-patch: - ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/${CONFIGURE_SCRIPT} + ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g; /^main/s|^|int |g' ${WRKSRC}/${CONFIGURE_SCRIPT} ${REINPLACE_CMD} -e 's|^LIBS =.*|LIBS = `fltk-config --ldflags`|' ${WRKSRC}/Makefile .include From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 13:30: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 852A56F0; Thu, 29 Nov 2012 13:30:37 +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 5A8778FC08; Thu, 29 Nov 2012 13:30:35 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so6212889bkc.13 for ; Thu, 29 Nov 2012 05:30:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rr0K54vLnsfMpMI2e4/G2kJvH6+Bii4rpb//gRjQydQ=; b=TdeIf4lGT/uIJ8K0jUzLTrsQG8Zi+i/nN9cq6cc8VhL68hAnGhlERfbfO+QR+PBPwB penims0pzyt/noO/MwrZxo9PLh62OeD2PTYSbaeiJAsZvySI/ADHw2Efu7n4JQ4IdWYN r+odimn4E4QbuVKvFjvRcHUddqom2MIFO3COinS0Uoc4SNxCFkADJejcun4yF/F2VLe1 nUy1TgR3mL9uw5TMFBoneL7bojcaHcWZx8JuaigZdshxzL36A0tKT837oDGuGozZWtMt 22POdIs1ePbMcUm4n4GRs5/AxrvnDebvsbQGQTcqX4JG0jx5w5LgMXs0KU6DSDvT9AKU XU1g== MIME-Version: 1.0 Received: by 10.204.11.208 with SMTP id u16mr7011253bku.81.1354195834987; Thu, 29 Nov 2012 05:30:34 -0800 (PST) Received: by 10.204.167.71 with HTTP; Thu, 29 Nov 2012 05:30:34 -0800 (PST) Received: by 10.204.167.71 with HTTP; Thu, 29 Nov 2012 05:30:34 -0800 (PST) In-Reply-To: <20121129130147.c5fcd6296c6bd967ca0745e4@FreeBSD.org> References: <201211290020.qAT0Kecl058401@svn.freebsd.org> <20121129020924.GC11624@FreeBSD.org> <20121129034450.f0d1802f0dd0c5c2396d1ebd@FreeBSD.org> <20121129032332.GA17732@FreeBSD.org> <20121129130147.c5fcd6296c6bd967ca0745e4@FreeBSD.org> Date: Thu, 29 Nov 2012 13:30:34 +0000 Message-ID: Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit From: Chris Rees To: Emanuel Haupt Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Alexey Dokuchaev , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 13:30:37 -0000 On 29 Nov 2012 12:02, "Emanuel Haupt" wrote: > > Alexey Dokuchaev wrote: > > On Thu, Nov 29, 2012 at 03:44:50AM +0100, Emanuel Haupt wrote: > > > I would say this is opinionated. I think it looks better that way. > > > I've always removed double spaces (which most of the time were > > > introduced trough copy pasting from webpages/manpages) in the past. > > > > And others were adding them back. This is totally bogus situation, we > > should not adhere to different standards. > > > > Also 80-char limit is normally should be lowered down to 78 or even > > As 'the dude' would say: > "yeah well, that's just like your opinion man" > > > 76 in some case if formatting looks better (more even at the right > > edge), previous version complied to this as well. Now 'Mac' in the > > line 7 touches the screen edge; the whole right edge is uneven. You > > still thing it looks better, seriously? > > To me yes. The terminals xterm, rxvt, aterm, eterm all have a 80 > character width: > > http://critical.ch/people/fbsd/standard-term-width-settings-xterm-rxvt-aterm-eterm.png > > > > --- begin quote --- > > > Please be careful if you are copying from the README or manpage; too > > > often they are not a concise description of the port or are in an > > > awkward format (e.g., manpages have justified spacing). > > > --- end quote --- > > > > Correct, because justified spacing normally does look ugly with > > monospaced fonts. Double spacing (at the sentense breaks), on the > > contrary, makes it look better. Please reconsider. I put a lot of > > Again: "your opinion" > > > thought into our port descriptions and it's really sad to see my work > > destroyed. > > FreeBSD is a large project with > 400 committers and many more highly > motivated active contributors. I would suggest you get familiar with > the concept of people having different opinions. Accusing others of not > caring or destroying "your work" (really? please...) is just rediculous. English text is rendered by LaTeX with double spaces between sentences (not always after periods). Other languages (French for example) are not. Whatever your opinion on the matter, standard technical English should have double spaces after periods in monospaced fonts. Of course, word processed text may be different, but that is not normally monospaced. Chris From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 14:10: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 523BC4EC; Thu, 29 Nov 2012 14:10:37 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1E0C88FC13; Thu, 29 Nov 2012 14:10:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATEAaE3092729; Thu, 29 Nov 2012 14:10:36 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATEAagk092728; Thu, 29 Nov 2012 14:10:36 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201211291410.qATEAagk092728@svn.freebsd.org> From: Rene Ladan Date: Thu, 29 Nov 2012 14:10:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307962 - head/www/chromium/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 14:10:37 -0000 Author: rene Date: Thu Nov 29 14:10:36 2012 New Revision: 307962 URL: http://svnweb.freebsd.org/changeset/ports/307962 Log: The renderer sandbox is unused so avoid the call to GetInstance() This prevents a crash at startup when Chromium is built in debug mode. Submitted by: George Liaskos Feature safe: yes Modified: head/www/chromium/files/patch-content__browser__child_process_launcher.cc Modified: head/www/chromium/files/patch-content__browser__child_process_launcher.cc ============================================================================== --- head/www/chromium/files/patch-content__browser__child_process_launcher.cc Thu Nov 29 12:45:01 2012 (r307961) +++ head/www/chromium/files/patch-content__browser__child_process_launcher.cc Thu Nov 29 14:10:36 2012 (r307962) @@ -1,5 +1,5 @@ --- content/browser/child_process_launcher.cc.orig 2012-10-31 21:01:35.000000000 +0200 -+++ content/browser/child_process_launcher.cc 2012-11-07 13:39:44.000000000 +0200 ++++ content/browser/child_process_launcher.cc 2012-11-19 22:35:00.000000000 +0200 @@ -52,7 +52,7 @@ termination_status_(base::TERMINATION_STATUS_NORMAL_TERMINATION), exit_code_(content::RESULT_CODE_NORMAL_EXIT), @@ -18,6 +18,15 @@ content::GetContentClient()->browser()-> GetAdditionalMappedFilesForChildProcess(*cmd_line, &files_to_register); if (use_zygote) { +@@ -209,7 +209,7 @@ + id_file.first + base::GlobalDescriptors::kBaseDescriptor)); + } + +-#if !defined(OS_MACOSX) ++#if !defined(OS_MACOSX) && !defined(OS_BSD) + if (process_type == switches::kRendererProcess) { + const int sandbox_fd = + RenderSandboxHostLinux::GetInstance()->GetRendererSocket(); @@ -261,7 +261,7 @@ base::Bind( &Context::Notify, From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 14:34: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 11DFD9C8; Thu, 29 Nov 2012 14:34:32 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DBF258FC13; Thu, 29 Nov 2012 14:34:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATEYVtO096445; Thu, 29 Nov 2012 14:34:31 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATEYVst096444; Thu, 29 Nov 2012 14:34:31 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201211291434.qATEYVst096444@svn.freebsd.org> From: Nicola Vitale Date: Thu, 29 Nov 2012 14:34:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307963 - head/editors/spe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 14:34:32 -0000 Author: nivit Date: Thu Nov 29 14:34:31 2012 New Revision: 307963 URL: http://svnweb.freebsd.org/changeset/ports/307963 Log: - Fix fetch PR: ports/173216 Submitted by: avilla Feature safe: yes Modified: head/editors/spe/Makefile (contents, props changed) Modified: head/editors/spe/Makefile ============================================================================== --- head/editors/spe/Makefile Thu Nov 29 14:10:36 2012 (r307962) +++ head/editors/spe/Makefile Thu Nov 29 14:34:31 2012 (r307963) @@ -18,6 +18,7 @@ COMMENT= Stani's Python Editor NO_BUILD= yes +FETCH_ARGS= -Fpr USE_PYTHON= yes USE_WX= 2.6 WANT_UNICODE= yes From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 15:12: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 C1DF86D9; Thu, 29 Nov 2012 15:12:28 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.31.24]) by mx1.freebsd.org (Postfix) with ESMTP id 475D78FC16; Thu, 29 Nov 2012 15:12:28 +0000 (UTC) Received: from [80.67.16.114] (helo=webmailfront01.ispgateway.de) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Te5mm-0003wC-Sl; Thu, 29 Nov 2012 16:12:20 +0100 Received: from his1.his.de (his1.his.de [192.124.237.237]) by webmail.df.eu (Horde Framework) with HTTP; Thu, 29 Nov 2012 16:12:20 +0100 Date: Thu, 29 Nov 2012 16:12:20 +0100 Message-ID: <20121129161220.Horde.D_fCbElCcOxQt3tUzjw2W-A@webmail.df.eu> From: Marcus von Appen To: Chris Rees Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit References: <201211290020.qAT0Kecl058401@svn.freebsd.org> <20121129020924.GC11624@FreeBSD.org> <20121129034450.f0d1802f0dd0c5c2396d1ebd@FreeBSD.org> <20121129032332.GA17732@FreeBSD.org> <20121129130147.c5fcd6296c6bd967ca0745e4@FreeBSD.org> In-Reply-To: User-Agent: Internet Messaging Program (IMP) H4 (5.0.19) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Df-Sender: ZnJlZWJzZEBzeXNmYXVsdC5vcmc= Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Alexey Dokuchaev , Emanuel Haupt , ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 15:12:28 -0000 Zitat von Chris Rees : > On 29 Nov 2012 12:02, "Emanuel Haupt" wrote: >> >> Alexey Dokuchaev wrote: >> > On Thu, Nov 29, 2012 at 03:44:50AM +0100, Emanuel Haupt wrote: >> > > I would say this is opinionated. I think it looks better that way. >> > > I've always removed double spaces (which most of the time were >> > > introduced trough copy pasting from webpages/manpages) in the past. >> > >> > And others were adding them back. This is totally bogus situation, we >> > should not adhere to different standards. >> > >> > Also 80-char limit is normally should be lowered down to 78 or even >> >> As 'the dude' would say: >> "yeah well, that's just like your opinion man" >> >> > 76 in some case if formatting looks better (more even at the right >> > edge), previous version complied to this as well. Now 'Mac' in the >> > line 7 touches the screen edge; the whole right edge is uneven. You >> > still thing it looks better, seriously? >> >> To me yes. The terminals xterm, rxvt, aterm, eterm all have a 80 >> character width: >> >> > http://critical.ch/people/fbsd/standard-term-width-settings-xterm-rxvt-aterm-eterm.png >> >> > > --- begin quote --- >> > > Please be careful if you are copying from the README or manpage; too >> > > often they are not a concise description of the port or are in an >> > > awkward format (e.g., manpages have justified spacing). >> > > --- end quote --- >> > >> > Correct, because justified spacing normally does look ugly with >> > monospaced fonts. Double spacing (at the sentense breaks), on the >> > contrary, makes it look better. Please reconsider. I put a lot of >> >> Again: "your opinion" >> >> > thought into our port descriptions and it's really sad to see my work >> > destroyed. >> >> FreeBSD is a large project with > 400 committers and many more highly >> motivated active contributors. I would suggest you get familiar with >> the concept of people having different opinions. Accusing others of not >> caring or destroying "your work" (really? please...) is just rediculous. > > English text is rendered by LaTeX with double spaces between sentences (not > always after periods). Other languages (French for example) are not. > > Whatever your opinion on the matter, standard technical English should have > double spaces after periods in monospaced fonts. Of course, word processed And that's your personal opinion. I could introduce you to 5 typographers, who would give you 8 different opinions on that topic :-). Cheers Marcus (who feels sorry to answer as well and will (or will not) ignore any further comment on that topic) From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 15:20:29 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 A2D46DB3; Thu, 29 Nov 2012 15:20:29 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6ED7A8FC14; Thu, 29 Nov 2012 15:20:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATFKTom004781; Thu, 29 Nov 2012 15:20:29 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATFKTrv004780; Thu, 29 Nov 2012 15:20:29 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211291520.qATFKTrv004780@svn.freebsd.org> From: Pawel Pekala Date: Thu, 29 Nov 2012 15:20:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307964 - head/astro/viking X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 15:20:29 -0000 Author: pawel Date: Thu Nov 29 15:20:29 2012 New Revision: 307964 URL: http://svnweb.freebsd.org/changeset/ports/307964 Log: - Use PORTVERSION:R in MASTER_SITES - Fix COMMENT - Sort USE flags - Remove word Enable from option's descriptions Suggested by: danfe Feature safe: yes Modified: head/astro/viking/Makefile Modified: head/astro/viking/Makefile ============================================================================== --- head/astro/viking/Makefile Thu Nov 29 14:34:31 2012 (r307963) +++ head/astro/viking/Makefile Thu Nov 29 15:20:29 2012 (r307964) @@ -4,10 +4,10 @@ PORTNAME= viking PORTVERSION= 1.3.2.1 CATEGORIES= astro -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.3.2/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= nemysis@gmx.ch -COMMENT= Program to manage GPS data (tracks, waypoints, etc) +COMMENT= Program to manage GPS data (tracks, waypoints, etc.) LICENSE= GPLv2 # (or later) @@ -22,13 +22,13 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/d xcb:${PORTSDIR}/x11/libxcb RUN_DEPENDS= gpsbabel:${PORTSDIR}/astro/gpsbabel +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_ICONV= yes USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender USE_GNOME= gnomedocutils gtk20 -USE_ICONV= yes USE_PERL5_RUN= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes INSTALLS_ICONS= yes INSTALLS_OMF= yes MAKE_JOBS_SAFE= yes @@ -40,8 +40,8 @@ PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= GEOTAG GPSD OPTIONS_DEFAULT= GEOTAG -GEOTAG_DESC= Enable Geotag support -GPSD_DESC= Enable realtime GPS tracking +GEOTAG_DESC= Geotag support +GPSD_DESC= Realtime GPS tracking .include From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 15:22:15 2012 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 0F938FBC; Thu, 29 Nov 2012 15:22:15 +0000 (UTC) Date: Thu, 29 Nov 2012 15:22:15 +0000 From: Alexey Dokuchaev To: Emanuel Haupt Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit Message-ID: <20121129152214.GA54704@FreeBSD.org> References: <201211290020.qAT0Kecl058401@svn.freebsd.org> <20121129020924.GC11624@FreeBSD.org> <20121129034450.f0d1802f0dd0c5c2396d1ebd@FreeBSD.org> <20121129032332.GA17732@FreeBSD.org> <20121129130147.c5fcd6296c6bd967ca0745e4@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20121129130147.c5fcd6296c6bd967ca0745e4@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 15:22:15 -0000 On Thu, Nov 29, 2012 at 01:01:47PM +0100, Emanuel Haupt wrote: > Alexey Dokuchaev wrote: > > 76 in some case if formatting looks better (more even at the right > > edge), previous version complied to this as well. Now 'Mac' in the > > line 7 touches the screen edge; the whole right edge is uneven. You > > still thing it looks better, seriously? > > To me yes. The terminals xterm, rxvt, aterm, eterm all have a 80 > character width: Yes, my point is that with 80-char width xterm, wrapping should be done 2-4 chars earlier. It gives clear indication of a line break (vs. automatic wrapping that went unnoticed), 2-4 char buffer allows to tweak the text to make the right margin less ragged and eye appealing, and reduces the chance of reformatting when small (typically one-character) adjustment must be done in that line. In your case, line that touches right boundary (i.e. 80 char line) is vulnerable to all these bugs. > > Correct, because justified spacing normally does look ugly with > > monospaced fonts. Double spacing (at the sentence breaks), on the > > contrary, makes it look better. Please reconsider. I put a lot of > > Again: "your opinion" No, this is more that just that. You might want to google for some researches that had been carried out over the times WRT this issue. Wikipedia [1] should give you a good start: ``It was felt that with the monospaced font used by a typewriter, "a single word space ... was not wide enough to create a sufficient space between sentences" and that extra space might help signal the end of a sentence, rather than use of a mid-sentence abbreviation.'' It still applies to us since we're all are using monospaced fonts in our terminals. > > thought into our port descriptions and it's really sad to see my work > > destroyed. > > FreeBSD is a large project with > 400 committers and many more highly > motivated active contributors. I would suggest you get familiar with > the concept of people having different opinions. Accusing others of not > caring or destroying "your work" (really? please...) is just ridiculous. I merely said I've put a lot of work into port description, particularly this one. I've tried to back up my views with reasonable, verifiable (and arguable) facts and references, getting only Lebowski quotes back from you, yet I'm being told to get my act together about collaborative work. I'm really sorry to hear that from you Emanuel. ./danfe [1] http://en.wikipedia.org/wiki/Sentence_spacing From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 15:28:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id A7A48365; Thu, 29 Nov 2012 15:28:27 +0000 (UTC) Date: Thu, 29 Nov 2012 15:28:27 +0000 From: Alexey Dokuchaev To: Alex Kozlov Subject: Re: svn commit: r307899 - head/benchmarks/super-smack Message-ID: <20121129152827.GB54704@FreeBSD.org> References: <201211281109.qASB9dPm010874@svn.freebsd.org> <20121128115359.GA53862@FreeBSD.org> <20121128130417.GA31569@ravenloft.kiev.ua> <20121128160825.GB53862@FreeBSD.org> <20121128200920.GA41552@ravenloft.kiev.ua> <20121129015159.GB11624@FreeBSD.org> <20121129123659.GA91931@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20121129123659.GA91931@ravenloft.kiev.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 15:28:27 -0000 On Thu, Nov 29, 2012 at 02:36:59PM +0200, Alex Kozlov wrote: > On Thu, Nov 29, 2012 at 01:51:59AM +0000, Alexey Dokuchaev wrote: > > Not sure, probably not. pkg-descr was always kinda gray area, since most > > people do not really care how does it look (or do they look). So I think > > there are no firm standards. I would suggest use your best judgment and > > sense of aesthetics. It's good that at least recently we seem to have > > consensus on preferring space to tab after WWW: (and similar) lines. > > Implicit knowledge is bad. General consensus about these things need to be > configrmed and then they should be documented. Agreed. Given recent rise of opinions and feeling over port descriptions, I start to feel the need for written down bylaws. ./danfe From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 15:31:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 47ADE61B; Thu, 29 Nov 2012 15:31:31 +0000 (UTC) Date: Thu, 29 Nov 2012 15:31:31 +0000 From: Alexey Dokuchaev To: Pawel Pekala Subject: Re: svn commit: r307964 - head/astro/viking Message-ID: <20121129153131.GC54704@FreeBSD.org> References: <201211291520.qATFKTrv004780@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211291520.qATFKTrv004780@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 15:31:31 -0000 On Thu, Nov 29, 2012 at 03:20:29PM +0000, Pawel Pekala wrote: > New Revision: 307964 > URL: http://svnweb.freebsd.org/changeset/ports/307964 > > Log: > - Use PORTVERSION:R in MASTER_SITES > - Fix COMMENT > - Sort USE flags > - Remove word Enable from option's descriptions Awesome, thanks! ./danfe From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 15:46: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 3E4C39F6; Thu, 29 Nov 2012 15:46:15 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2227A8FC16; Thu, 29 Nov 2012 15:46:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATFkFcc008821; Thu, 29 Nov 2012 15:46:15 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATFkEf9008819; Thu, 29 Nov 2012 15:46:14 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201211291546.qATFkEf9008819@svn.freebsd.org> From: Anton Berezin Date: Thu, 29 Nov 2012 15:46:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307965 - head/net/p5-Net-IP-Minimal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 15:46:15 -0000 Author: tobez Date: Thu Nov 29 15:46:14 2012 New Revision: 307965 URL: http://svnweb.freebsd.org/changeset/ports/307965 Log: Update to 0.06. Changes: http://cpansearch.perl.org/src/BINGOS/Net-IP-Minimal-0.06/Changes Feature safe: yes Modified: head/net/p5-Net-IP-Minimal/Makefile head/net/p5-Net-IP-Minimal/distinfo Modified: head/net/p5-Net-IP-Minimal/Makefile ============================================================================== --- head/net/p5-Net-IP-Minimal/Makefile Thu Nov 29 15:20:29 2012 (r307964) +++ head/net/p5-Net-IP-Minimal/Makefile Thu Nov 29 15:46:14 2012 (r307965) @@ -6,7 +6,7 @@ # PORTNAME= Net-IP-Minimal -PORTVERSION= 0.04 +PORTVERSION= 0.06 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-IP-Minimal/distinfo ============================================================================== --- head/net/p5-Net-IP-Minimal/distinfo Thu Nov 29 15:20:29 2012 (r307964) +++ head/net/p5-Net-IP-Minimal/distinfo Thu Nov 29 15:46:14 2012 (r307965) @@ -1,2 +1,2 @@ -SHA256 (Net-IP-Minimal-0.04.tar.gz) = b1cb1da70bf4ce82c078964eec881401dde74d5589769c66c0ecb7568e411a54 -SIZE (Net-IP-Minimal-0.04.tar.gz) = 11125 +SHA256 (Net-IP-Minimal-0.06.tar.gz) = 734767e83620eadd80dc466b67102cc55643a2278d20c304b75d401f075fbd13 +SIZE (Net-IP-Minimal-0.06.tar.gz) = 11486 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 15:53: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 768A2C1F; Thu, 29 Nov 2012 15:53:25 +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 EBD578FC18; Thu, 29 Nov 2012 15:53:24 +0000 (UTC) Received: from wiggles.bwns.ch (snow.ethz.ch [129.132.80.16]) (authenticated bits=0) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with ESMTP id qATFrNiK066586; Thu, 29 Nov 2012 16:53:24 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Thu, 29 Nov 2012 16:53:23 +0100 From: Emanuel Haupt To: Alexey Dokuchaev Subject: Re: svn commit: r307951 - head/sysutils/sleuthkit Message-Id: <20121129165323.ac3b2ec8aa6bf736490ff8aa@FreeBSD.org> In-Reply-To: <20121129152214.GA54704@FreeBSD.org> References: <201211290020.qAT0Kecl058401@svn.freebsd.org> <20121129020924.GC11624@FreeBSD.org> <20121129034450.f0d1802f0dd0c5c2396d1ebd@FreeBSD.org> <20121129032332.GA17732@FreeBSD.org> <20121129130147.c5fcd6296c6bd967ca0745e4@FreeBSD.org> <20121129152214.GA54704@FreeBSD.org> X-Mailer: Sylpheed 3.3.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, ports-committers@FreeBSD.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 15:53:25 -0000 Alexey Dokuchaev wrote: > On Thu, Nov 29, 2012 at 01:01:47PM +0100, Emanuel Haupt wrote: > > Alexey Dokuchaev wrote: > > > 76 in some case if formatting looks better (more even at the right > > > edge), previous version complied to this as well. Now 'Mac' in > > > the line 7 touches the screen edge; the whole right edge is > > > uneven. You still thing it looks better, seriously? > > > > To me yes. The terminals xterm, rxvt, aterm, eterm all have a 80 > > character width: > > Yes, my point is that with 80-char width xterm, wrapping should be > done 2-4 chars earlier. It gives clear indication of a line break > (vs. automatic wrapping that went unnoticed), 2-4 char buffer allows > to tweak the text to make the right margin less ragged and eye > appealing, and reduces the chance of reformatting when small > (typically one-character) adjustment must be done in that line. In > your case, line that touches right boundary (i.e. 80 char line) is > vulnerable to all these bugs. > > > > Correct, because justified spacing normally does look ugly with > > > monospaced fonts. Double spacing (at the sentence breaks), on the > > > contrary, makes it look better. Please reconsider. I put a lot > > > of > > > > Again: "your opinion" > > No, this is more that just that. You might want to google for some > researches that had been carried out over the times WRT this issue. > Wikipedia [1] should give you a good start: > > ``It was felt that with the monospaced font used by a typewriter, > "a single word space ... was not wide enough to create a sufficient > space between sentences" and that extra space might help signal the > end of a sentence, rather than use of a mid-sentence abbreviation.'' > > It still applies to us since we're all are using monospaced fonts in > our terminals. > > > > thought into our port descriptions and it's really sad to see my > > > work destroyed. > > > > FreeBSD is a large project with > 400 committers and many more > > highly motivated active contributors. I would suggest you get > > familiar with the concept of people having different opinions. > > Accusing others of not caring or destroying "your work" (really? > > please...) is just ridiculous. > > I merely said I've put a lot of work into port description, > particularly this one. I've tried to back up my views with > reasonable, verifiable (and arguable) facts and references, getting > only Lebowski quotes back from you, yet I'm being told to get my act > together about collaborative work. I'm really sorry to hear that > from you Emanuel. > > ./danfe > > [1] http://en.wikipedia.org/wiki/Sentence_spacing Please let's take this off list. Emanuel From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 16:11: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 F067CF90; Thu, 29 Nov 2012 16:11:42 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D49D88FC15; Thu, 29 Nov 2012 16:11:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATGBgc1013295; Thu, 29 Nov 2012 16:11:42 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATGBgMx013292; Thu, 29 Nov 2012 16:11:42 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201211291611.qATGBgMx013292@svn.freebsd.org> From: Anton Berezin Date: Thu, 29 Nov 2012 16:11:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307966 - head/net/p5-POE-Component-Generic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 16:11:43 -0000 Author: tobez Date: Thu Nov 29 16:11:42 2012 New Revision: 307966 URL: http://svnweb.freebsd.org/changeset/ports/307966 Log: Update to 0.14(.)02. Changes: http://cpansearch.perl.org/src/GWYN/POE-Component-Generic-0.1402/Changes Feature safe: yes Modified: head/net/p5-POE-Component-Generic/Makefile head/net/p5-POE-Component-Generic/distinfo Modified: head/net/p5-POE-Component-Generic/Makefile ============================================================================== --- head/net/p5-POE-Component-Generic/Makefile Thu Nov 29 15:46:14 2012 (r307965) +++ head/net/p5-POE-Component-Generic/Makefile Thu Nov 29 16:11:42 2012 (r307966) @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Generic -PORTVERSION= 0.14.01 +PORTVERSION= 0.14.02 DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} CATEGORIES= net perl5 MASTER_SITES= CPAN Modified: head/net/p5-POE-Component-Generic/distinfo ============================================================================== --- head/net/p5-POE-Component-Generic/distinfo Thu Nov 29 15:46:14 2012 (r307965) +++ head/net/p5-POE-Component-Generic/distinfo Thu Nov 29 16:11:42 2012 (r307966) @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Generic-0.1401.tar.gz) = 507c660e89a50825e8ea4571e2ec125498bf93266fc997a6220fbda92b4ceaf1 -SIZE (POE-Component-Generic-0.1401.tar.gz) = 38635 +SHA256 (POE-Component-Generic-0.1402.tar.gz) = 86bd655e51876416c56730efa3ac89941565956548a485c7dfa34d0a68850ed6 +SIZE (POE-Component-Generic-0.1402.tar.gz) = 38729 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 16:13: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 A192B12A; Thu, 29 Nov 2012 16:13:26 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 86A8B8FC15; Thu, 29 Nov 2012 16:13:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATGDQu5013706; Thu, 29 Nov 2012 16:13:26 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATGDQOO013703; Thu, 29 Nov 2012 16:13:26 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211291613.qATGDQOO013703@svn.freebsd.org> From: Wesley Shields Date: Thu, 29 Nov 2012 16:13:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307967 - head/net/rabbitmq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 16:13:26 -0000 Author: wxs Date: Thu Nov 29 16:13:26 2012 New Revision: 307967 URL: http://svnweb.freebsd.org/changeset/ports/307967 Log: Update to 3.0.0. PR: ports/173957 Submitted by: wxs@ Approved by: maintainer (private mail) Feature safe: yes Modified: head/net/rabbitmq/Makefile head/net/rabbitmq/distinfo (contents, props changed) head/net/rabbitmq/pkg-plist (contents, props changed) Modified: head/net/rabbitmq/Makefile ============================================================================== --- head/net/rabbitmq/Makefile Thu Nov 29 16:11:42 2012 (r307966) +++ head/net/rabbitmq/Makefile Thu Nov 29 16:13:26 2012 (r307967) @@ -6,7 +6,7 @@ # PORTNAME= rabbitmq -PORTVERSION= 2.8.4 +PORTVERSION= 3.0.0 CATEGORIES= net MASTER_SITES= http://www.rabbitmq.com/releases/rabbitmq-server/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} Modified: head/net/rabbitmq/distinfo ============================================================================== --- head/net/rabbitmq/distinfo Thu Nov 29 16:11:42 2012 (r307966) +++ head/net/rabbitmq/distinfo Thu Nov 29 16:13:26 2012 (r307967) @@ -1,2 +1,2 @@ -SHA256 (rabbitmq-server-2.8.4.tar.gz) = 41b8d3d162a3a3ad3fd7de06c5b8d5efefc2623abff4ce2b6603222512cb05df -SIZE (rabbitmq-server-2.8.4.tar.gz) = 2646689 +SHA256 (rabbitmq-server-3.0.0.tar.gz) = 941268248f688756a649d6f44ec9d3595eb65382db6dbb75db31dafa60028877 +SIZE (rabbitmq-server-3.0.0.tar.gz) = 3297188 Modified: head/net/rabbitmq/pkg-plist ============================================================================== --- head/net/rabbitmq/pkg-plist Thu Nov 29 16:11:42 2012 (r307966) +++ head/net/rabbitmq/pkg-plist Thu Nov 29 16:13:26 2012 (r307967) @@ -12,6 +12,34 @@ lib/erlang/lib/rabbitmq_server-%%VERSION lib/erlang/lib/rabbitmq_server-%%VERSION%%/include/rabbit.hrl lib/erlang/lib/rabbitmq_server-%%VERSION%%/include/gm_specs.hrl lib/erlang/lib/rabbitmq_server-%%VERSION%%/include/rabbit_msg_store.hrl +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/app_utils.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_parameter_validation.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_table.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_runtime_parameter.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/mochijson2.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_policy_validator.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_runtime_parameters_test.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/background_gc.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_exchange_decorator.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_plugins_main.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_control_main.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_vm.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/supervisor2_tests.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_policy.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/mochinum.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_runtime_parameters.beam +lib/erlang/lib/rabbitmq_server-%%VERSION%%/LICENSE-BSD-base64js +lib/erlang/lib/rabbitmq_server-%%VERSION%%/LICENSE-APL2-Stomp-Websocket +lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/webmachine-1.9.1-rmq0.0.0-git52e62bc.ez +lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/sockjs-0.3.3-rmq0.0.0-git92d4ba4.ez +lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rfc4627_jsonrpc-0.0.0-git7ab174b.ez +lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-0.0.0.ez +lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp-0.0.0.ez +lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_old_federation-0.0.0.ez +lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-0.0.0.ez +lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/mochiweb-2.3.1-rmq0.0.0-gitd541e9a.ez +lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/eldap-0.0.0-gite309de4.ez +lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-0.5.0-rmq0.0.0-git4b93c2d.ez lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/dtree.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/worker_pool_worker.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit.app @@ -98,7 +126,6 @@ lib/erlang/lib/rabbitmq_server-%%VERSION lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/file_handle_cache.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/gm_tests.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_framing.beam -lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_control.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_alarm.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/tcp_listener_sup.beam lib/erlang/lib/rabbitmq_server-%%VERSION%%/ebin/rabbit_queue_index.beam @@ -139,8 +166,6 @@ lib/erlang/lib/rabbitmq_server-%%VERSION lib/erlang/lib/rabbitmq_server-%%VERSION%%/LICENSE-MIT-EJS10 lib/erlang/lib/rabbitmq_server-%%VERSION%%/LICENSE-MPL-RabbitMQ lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-0.0.0.ez -lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/webmachine-1.7.0-rmq0.0.0-hg.ez -lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rfc4627_jsonrpc-0.0.0-git.ez lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-0.0.0.ez lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-0.0.0.ez lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel_management-0.0.0.ez @@ -157,9 +182,6 @@ lib/erlang/lib/rabbitmq_server-%%VERSION lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_consistent_hash_exchange-0.0.0.ez lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_mechanism_ssl-0.0.0.ez lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_ldap-0.0.0.ez -lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/mochiweb-1.3-rmq0.0.0-git.ez -lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/erlando-0.0.0.ez -lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/eldap-0.0.0-git.ez lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins/README @dirrm lib/erlang/lib/rabbitmq_server-%%VERSION%%/plugins @dirrm lib/erlang/lib/rabbitmq_server-%%VERSION%%/include From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 17:10: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 EDCF5B85; Thu, 29 Nov 2012 17:10:16 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B90C28FC0C; Thu, 29 Nov 2012 17:10:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATHAGRQ022734; Thu, 29 Nov 2012 17:10:16 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATHAGJv022732; Thu, 29 Nov 2012 17:10:16 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211291710.qATHAGJv022732@svn.freebsd.org> From: Frederic Culot Date: Thu, 29 Nov 2012 17:10:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307968 - head/math/p5-Math-Polynomial-Solve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 17:10:17 -0000 Author: culot Date: Thu Nov 29 17:10:16 2012 New Revision: 307968 URL: http://svnweb.freebsd.org/changeset/ports/307968 Log: - Update to 2.64 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Math-Polynomial-Solve/Changes Feature safe: yes Modified: head/math/p5-Math-Polynomial-Solve/Makefile head/math/p5-Math-Polynomial-Solve/distinfo Modified: head/math/p5-Math-Polynomial-Solve/Makefile ============================================================================== --- head/math/p5-Math-Polynomial-Solve/Makefile Thu Nov 29 16:13:26 2012 (r307967) +++ head/math/p5-Math-Polynomial-Solve/Makefile Thu Nov 29 17:10:16 2012 (r307968) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Math-Polynomial-Solve -# Date created: 2006-10-23 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Math-Polynomial-Solve -PORTVERSION= 2.61 +PORTVERSION= 2.64 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Math @@ -15,8 +11,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Find the roots of polynomial equations +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Math::Polynomial::Solve.3 -.include +.include + +.if ${PERL_LEVEL} < 501001 +BUILD_DEPENDS+= p5-Math-Complex>=1.36:${PORTSDIR}/math/p5-Math-Complex +RUN_DEPENDS+= p5-Math-Complex>=1.36:${PORTSDIR}/math/p5-Math-Complex +.endif + +.include Modified: head/math/p5-Math-Polynomial-Solve/distinfo ============================================================================== --- head/math/p5-Math-Polynomial-Solve/distinfo Thu Nov 29 16:13:26 2012 (r307967) +++ head/math/p5-Math-Polynomial-Solve/distinfo Thu Nov 29 17:10:16 2012 (r307968) @@ -1,2 +1,2 @@ -SHA256 (Math-Polynomial-Solve-2.61.tar.gz) = 9f7b6ce0fef87badc43a33abad54304c593e4b5cee2dc841064ea471c6541c92 -SIZE (Math-Polynomial-Solve-2.61.tar.gz) = 1095322 +SHA256 (Math-Polynomial-Solve-2.64.tar.gz) = fab8c1ebd48a761e09afcc74cc4802f384ad25a1fa9b5e22b672468fd2d55040 +SIZE (Math-Polynomial-Solve-2.64.tar.gz) = 1108020 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 17:30: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 50C9D1E0; Thu, 29 Nov 2012 17:30:12 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1B5318FC13; Thu, 29 Nov 2012 17:30:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATHUBOX025416; Thu, 29 Nov 2012 17:30:11 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATHUBoU025414; Thu, 29 Nov 2012 17:30:11 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211291730.qATHUBoU025414@svn.freebsd.org> From: Bryan Drewery Date: Thu, 29 Nov 2012 17:30:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307969 - head/deskutils/plasma-applet-cwp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 17:30:12 -0000 Author: bdrewery Date: Thu Nov 29 17:30:11 2012 New Revision: 307969 URL: http://svnweb.freebsd.org/changeset/ports/307969 Log: - Update to 1.6.9 Changes: 1.6.9 ===== - xml: www.wetter.com: wind fixed 1.6.8 ===== - xml: www.wetter.com: wind and additional info fixed 1.6.7 ===== - xml: gismeteo.com: location name fixed PR: ports/173763 Submitted by: David Naylor (maintainer) Feature safe: yes Modified: head/deskutils/plasma-applet-cwp/Makefile head/deskutils/plasma-applet-cwp/distinfo Modified: head/deskutils/plasma-applet-cwp/Makefile ============================================================================== --- head/deskutils/plasma-applet-cwp/Makefile Thu Nov 29 17:10:16 2012 (r307968) +++ head/deskutils/plasma-applet-cwp/Makefile Thu Nov 29 17:30:11 2012 (r307969) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cwp -PORTVERSION= 1.6.6 +PORTVERSION= 1.6.9 CATEGORIES= deskutils kde MASTER_SITES= http://kde-look.org/CONTENT/content-files/ PKGNAMEPREFIX= plasma-applet- Modified: head/deskutils/plasma-applet-cwp/distinfo ============================================================================== --- head/deskutils/plasma-applet-cwp/distinfo Thu Nov 29 17:10:16 2012 (r307968) +++ head/deskutils/plasma-applet-cwp/distinfo Thu Nov 29 17:30:11 2012 (r307969) @@ -1,2 +1,2 @@ -SHA256 (98925-cwp-1.6.6.tar.bz2) = d3683983e73656a65e4ae166d583ad3efa6e8a62ef87dac35fd9583559b7e81d -SIZE (98925-cwp-1.6.6.tar.bz2) = 199034 +SHA256 (98925-cwp-1.6.9.tar.bz2) = 3a99cc5b2506f5b135bd315f97979b05ab840da94a09c6741d80c2ffcc482e6a +SIZE (98925-cwp-1.6.9.tar.bz2) = 199058 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 17:31: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 12A532C0; Thu, 29 Nov 2012 17:31:01 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id ECE0D8FC0C; Thu, 29 Nov 2012 17:31:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATHV0ND025607; Thu, 29 Nov 2012 17:31:00 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATHV06e025605; Thu, 29 Nov 2012 17:31:00 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211291731.qATHV06e025605@svn.freebsd.org> From: Bryan Drewery Date: Thu, 29 Nov 2012 17:31:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307970 - head/games/p5-Games-Dice X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 17:31:01 -0000 Author: bdrewery Date: Thu Nov 29 17:31:00 2012 New Revision: 307970 URL: http://svnweb.freebsd.org/changeset/ports/307970 Log: - Update to 0.03 - Trim header Feature safe: yes Modified: head/games/p5-Games-Dice/Makefile head/games/p5-Games-Dice/distinfo Modified: head/games/p5-Games-Dice/Makefile ============================================================================== --- head/games/p5-Games-Dice/Makefile Thu Nov 29 17:30:11 2012 (r307969) +++ head/games/p5-Games-Dice/Makefile Thu Nov 29 17:31:00 2012 (r307970) @@ -1,12 +1,8 @@ -# New ports collection makefile for: Games-Dice -# Date created: 28 May 2005 -# Whom: Aaron Dalton -# +# Created by: Aaron Dalton # $FreeBSD$ -# PORTNAME= Games-Dice -PORTVERSION= 0.02 +PORTVERSION= 0.03 CATEGORIES= games perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/games/p5-Games-Dice/distinfo ============================================================================== --- head/games/p5-Games-Dice/distinfo Thu Nov 29 17:30:11 2012 (r307969) +++ head/games/p5-Games-Dice/distinfo Thu Nov 29 17:31:00 2012 (r307970) @@ -1,2 +1,2 @@ -SHA256 (Games-Dice-0.02.tar.gz) = 593ae0409d13e9aeb5c60d0c1d7e5f3e501b62312a5ddbe98984146c18adbaa2 -SIZE (Games-Dice-0.02.tar.gz) = 3884 +SHA256 (Games-Dice-0.03.tar.gz) = 1d4dbe93a98f6f2d88a17d762de901de54f47a1013b7e8f0898220eaf9ff9a80 +SIZE (Games-Dice-0.03.tar.gz) = 8050 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 17:33: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 5F6A93CB; Thu, 29 Nov 2012 17:33:36 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 23A1E8FC13; Thu, 29 Nov 2012 17:33:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATHXZpF026009; Thu, 29 Nov 2012 17:33:35 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATHXZ6n026007; Thu, 29 Nov 2012 17:33:35 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201211291733.qATHXZ6n026007@svn.freebsd.org> From: Frederic Culot Date: Thu, 29 Nov 2012 17:33:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307971 - head/security/p5-GnuPG-Interface X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 17:33:36 -0000 Author: culot Date: Thu Nov 29 17:33:35 2012 New Revision: 307971 URL: http://svnweb.freebsd.org/changeset/ports/307971 Log: - Update to 0.46 Changes: http://search.cpan.org/dist/GnuPG-Interface/ChangeLog Feature safe: yes Modified: head/security/p5-GnuPG-Interface/Makefile head/security/p5-GnuPG-Interface/distinfo Modified: head/security/p5-GnuPG-Interface/Makefile ============================================================================== --- head/security/p5-GnuPG-Interface/Makefile Thu Nov 29 17:31:00 2012 (r307970) +++ head/security/p5-GnuPG-Interface/Makefile Thu Nov 29 17:33:35 2012 (r307971) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-GnuPG-Interface -# Date created: 2000-07-09 -# Whom: Trevor Johnson -# +# Created by: Trevor Johnson # $FreeBSD$ -# PORTNAME= GnuPG-Interface -PORTVERSION= 0.45 +PORTVERSION= 0.46 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,8 +14,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg \ - p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \ - p5-Class-MethodMaker>=1.00:${PORTSDIR}/devel/p5-Class-MethodMaker + p5-Any-Moose>=0.04:${PORTSDIR}/devel/p5-Any-Moose BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes Modified: head/security/p5-GnuPG-Interface/distinfo ============================================================================== --- head/security/p5-GnuPG-Interface/distinfo Thu Nov 29 17:31:00 2012 (r307970) +++ head/security/p5-GnuPG-Interface/distinfo Thu Nov 29 17:33:35 2012 (r307971) @@ -1,2 +1,2 @@ -SHA256 (GnuPG-Interface-0.45.tar.gz) = 807275bc9415840430e9af3aa190a4a2a73dd54b7316b313e3b4b1ae1c500e23 -SIZE (GnuPG-Interface-0.45.tar.gz) = 67148 +SHA256 (GnuPG-Interface-0.46.tar.gz) = c0d2fbb762a4045008e11db7614585165591df1f384fe01510f95e922e39930e +SIZE (GnuPG-Interface-0.46.tar.gz) = 67892 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 18:44: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 3113236A; Thu, 29 Nov 2012 18:44:05 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0AEC38FC0C; Thu, 29 Nov 2012 18:44:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATIi4LN036303; Thu, 29 Nov 2012 18:44:04 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATIi4R9036298; Thu, 29 Nov 2012 18:44:04 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211291844.qATIi4R9036298@svn.freebsd.org> From: Pawel Pekala Date: Thu, 29 Nov 2012 18:44:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307972 - in head/multimedia: . libcec X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 18:44:05 -0000 Author: pawel Date: Thu Nov 29 18:44:04 2012 New Revision: 307972 URL: http://svnweb.freebsd.org/changeset/ports/307972 Log: libCEC allows you in combination with the right hardware to control your device with your TV remote control utilising your existing HDMI cabling. This library is an enabling platform for the CEC bus in HDMI, it allows developers to interact with other HDMI devices without having to worry about the communication overhead, handshaking, and the various ways of sending a message for each vendor. WWW: http://libcec.pulse-eight.com PR: ports/172781 Submitted by: Manuel Creach Feature safe: yes Added: head/multimedia/libcec/ head/multimedia/libcec/Makefile (contents, props changed) head/multimedia/libcec/distinfo (contents, props changed) head/multimedia/libcec/pkg-descr (contents, props changed) head/multimedia/libcec/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Thu Nov 29 17:33:35 2012 (r307971) +++ head/multimedia/Makefile Thu Nov 29 18:44:04 2012 (r307972) @@ -145,6 +145,7 @@ SUBDIR += libaacs SUBDIR += libass SUBDIR += libbluray + SUBDIR += libcec SUBDIR += libdc1394 SUBDIR += libdca SUBDIR += libdv Added: head/multimedia/libcec/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libcec/Makefile Thu Nov 29 18:44:04 2012 (r307972) @@ -0,0 +1,36 @@ +# Created by: Manuel Creach +# $FreeBSD$ + +PORTNAME= libcec +PORTVERSION= 2.0.2 +CATEGORIES= multimedia +MASTER_SITES= https://github.com/Pulse-Eight/libcec/zipball/libcec-2.0.2/ + +MAINTAINER= manuel.creach@icloud.com +COMMENT= Library that allows you to use the Pulse-Eight's HDMI-CEC Adapter + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +FETCH_ARGS= -Fpr + +USE_GMAKE= yes +USE_AUTORECONF= yes +USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize +ACLOCAL_ARGS= -I. +AUTOMAKE_ARGS= --add-missing +USE_PKGCONFIG= build +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +CFLAGS+= -D_FILE_OFFSET_BITS=64 + +WRKSRC= ${WRKDIR}/Pulse-Eight-libcec-a9ac151 + +post-patch: + ${REINPLACE_CMD} 's|-Werror||' \ + ${WRKSRC}/configure.ac + ${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \ + ${WRKSRC}/src/lib/Makefile.am + +.include Added: head/multimedia/libcec/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libcec/distinfo Thu Nov 29 18:44:04 2012 (r307972) @@ -0,0 +1,2 @@ +SHA256 (libcec-2.0.2.tar.gz) = c816077055de5d897c7701794d572dc974392740f7ccb62396f018b1ec7309a3 +SIZE (libcec-2.0.2.tar.gz) = 1246833 Added: head/multimedia/libcec/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libcec/pkg-descr Thu Nov 29 18:44:04 2012 (r307972) @@ -0,0 +1,8 @@ +libCEC allows you in combination with the right hardware to control your +device with your TV remote control utilising your existing HDMI cabling. +This library is an enabling platform for the CEC bus in HDMI, it allows +developers to interact with other HDMI devices without having to worry +about the communication overhead, handshaking, and the various ways of +sending a message for each vendor. + +WWW: http://libcec.pulse-eight.com Added: head/multimedia/libcec/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/libcec/pkg-plist Thu Nov 29 18:44:04 2012 (r307972) @@ -0,0 +1,12 @@ +lib/libcec.so +lib/libcec.so.2 +lib/libcec.la +lib/libcec.a +include/libcec/cec.h +include/libcec/cecc.h +include/libcec/cectypes.h +include/libcec/cecloader.h +bin/cec-config +bin/cec-client +libdata/pkgconfig/libcec.pc +@dirrm include/libcec From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 18:48: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 06377537; Thu, 29 Nov 2012 18:48:37 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id E24B58FC0C; Thu, 29 Nov 2012 18:48:35 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id a14so5356062eaa.13 for ; Thu, 29 Nov 2012 10:48:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=nk7421mhAmtC7ruRjENHXgKOt2TZSi8Sac5CtguSckw=; b=fsYk5ZecAUrRYOin7zPEK6rnyViz2jMc4n0fU7CRxXTdYcZwRoSmVLFP7REHOE/Taf iRwqRnWf5qvfvigGfwxig5tURY8JZpgvtpCtSPLGjjNT0S80q9iORH1YLP2roHMJmzIT jYeBTb71r1+KuZpy8DP7FGA0r/cubcpeeUMvKk+mZTXuhx97Kyl6ShIgLygsE3UtBynT SAlImdY8eLoQtI3jQDx2+7LDbCQKiss/lNmb5x2cJ/oDq8F8JRsEp6j0Ctu7fTmwL4Io BMVsRvExU4KTfksaCqAbFvr6wRKh3Q6Xrn1OjAoa4bMdyEzi3O/LR4cRku1A9FXPd8tX puSw== Received: by 10.14.203.2 with SMTP id e2mr84799904eeo.20.1354214913964; Thu, 29 Nov 2012 10:48:33 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id n7sm5304271eeo.2.2012.11.29.10.48.32 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 29 Nov 2012 10:48:33 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 29 Nov 2012 19:48:30 +0100 From: Baptiste Daroussin To: Chris Rees Subject: Re: svn commit: r306707 - in head/net-mgmt: . netmagis-common netmagis-common/files Message-ID: <20121129184830.GB31288@ithaqua.etoilebsd.net> References: <201210302027.q9UKRAdf068736@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WYTEVAkct0FjGQmd" Content-Disposition: inline In-Reply-To: <201210302027.q9UKRAdf068736@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 18:48:37 -0000 --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 30, 2012 at 08:27:10PM +0000, Chris Rees wrote: > Author: crees > Date: Tue Oct 30 20:27:10 2012 > New Revision: 306707 > URL: http://svn.freebsd.org/changeset/ports/306707 >=20 [...] > + ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_au= th_pgsql2/ the '/' in the end is bad, a lot of tools rely on make -VRUN_DEPENDS and not on make run-depends-list just because it is faster (in one run you can = get multiple -V) and they will end up with a ${PORTSDIR}/www/mod_auth_pgsql2/ depend instead of ${PORTSDIR}/www/mod_auth_pgsql2 while this case is pretty= easy to fix in those tools, I just want to point here that it is really importan= t to respect the classic synopsis for dependencies:=20 ${PORTSDIR}/category/portname without an ending '/' or without ${.CURDIR}/../ or anything like that. [...] regards, Bapt --WYTEVAkct0FjGQmd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlC3rf4ACgkQ8kTtMUmk6Ew0FgCeN2gDf4/l1mtIRmQ23SOu8pfY EoMAoL5bdcfPTRNT0ofvyBgFiB+Id0Fj =vtLm -----END PGP SIGNATURE----- --WYTEVAkct0FjGQmd-- From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 18:49: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 3711E60D; Thu, 29 Nov 2012 18:49:28 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F40748FC14; Thu, 29 Nov 2012 18:49:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATInRKO037030; Thu, 29 Nov 2012 18:49:27 GMT (envelope-from lme@svn.freebsd.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATInRbs037028; Thu, 29 Nov 2012 18:49:27 GMT (envelope-from lme@svn.freebsd.org) Message-Id: <201211291849.qATInRbs037028@svn.freebsd.org> From: Lars Engels Date: Thu, 29 Nov 2012 18:49:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307973 - head/net-mgmt/icinga X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 18:49:28 -0000 Author: lme Date: Thu Nov 29 18:49:27 2012 New Revision: 307973 URL: http://svnweb.freebsd.org/changeset/ports/307973 Log: - Update to 1.8.2 - Remove OPTIONS for database dependencies as they're already handled by databases/libdbi-drivers and configure parameter "--enable-pgsql" doesn't do anything [1] Changelog: https://www.icinga.org/2012/11/28/icinga-1-8-2-core-classic-ui-idoutils-bugfix-release/ Suggested by: zeising [1] Feature safe: yes Modified: head/net-mgmt/icinga/Makefile head/net-mgmt/icinga/distinfo (contents, props changed) Modified: head/net-mgmt/icinga/Makefile ============================================================================== --- head/net-mgmt/icinga/Makefile Thu Nov 29 18:44:04 2012 (r307972) +++ head/net-mgmt/icinga/Makefile Thu Nov 29 18:49:27 2012 (r307973) @@ -6,7 +6,7 @@ # PORTNAME= icinga -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 CATEGORIES= net-mgmt MASTER_SITES= SF @@ -81,7 +81,7 @@ SUB_FILES= pkg-install \ SUB_LIST= PREFIX=${PREFIX} \ ${PLIST_SUB} -OPTIONS_DEFINE= EMBEDDED_PERL NANOSLEEP UNHANDLED_HACK IDOUTILS PGSQL MYSQL APACHE +OPTIONS_DEFINE= EMBEDDED_PERL NANOSLEEP UNHANDLED_HACK IDOUTILS APACHE OPTIONS_DEFAULT= EMBEDDED_PERL IDOUTILS EMBEDDED_PERL_DESC= Enable embedded Perl @@ -118,15 +118,6 @@ PLIST_SUB+= IDOUTILS="" PLIST_SUB+= IDOUTILS="@comment " .endif -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes -CONFIGURE_ARGS+= --enable-pgsql -.endif - .if ${PORT_OPTIONS:MAPACHE} USE_APACHE_RUN= 22+ CONFIGURE_ARGS+= --with-httpd-conf=${LOCALBASE}/${APACHEETCDIR}/extra Modified: head/net-mgmt/icinga/distinfo ============================================================================== --- head/net-mgmt/icinga/distinfo Thu Nov 29 18:44:04 2012 (r307972) +++ head/net-mgmt/icinga/distinfo Thu Nov 29 18:49:27 2012 (r307973) @@ -1,2 +1,2 @@ -SHA256 (icinga-1.8.1.tar.gz) = 3d02d80bdefc2518ab8517be6930a518b77747e0243fa594731fb1f95dbab916 -SIZE (icinga-1.8.1.tar.gz) = 7543668 +SHA256 (icinga-1.8.2.tar.gz) = 39b69a8676895cf458fb71a2ebe75806ea6014bff6ac09871f330f293a6de0c9 +SIZE (icinga-1.8.2.tar.gz) = 7458441 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 19:30: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 ADB0AE9F; Thu, 29 Nov 2012 19:30:25 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 81F928FC14; Thu, 29 Nov 2012 19:30:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATJUPdE042712; Thu, 29 Nov 2012 19:30:25 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATJUPD6042708; Thu, 29 Nov 2012 19:30:25 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211291930.qATJUPD6042708@svn.freebsd.org> From: Pawel Pekala Date: Thu, 29 Nov 2012 19:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307974 - in head/security: . regripper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 19:30:26 -0000 Author: pawel Date: Thu Nov 29 19:30:25 2012 New Revision: 307974 URL: http://svnweb.freebsd.org/changeset/ports/307974 Log: RegRipper is an open source tool, written in Perl, for extracting/parsing information (keys, values, data) from the Registry and presenting it for analysis. WWW: http://code.google.com/p/regripper/ PR: ports/172899 Submitted by: antoine@FreeBSD.org Feature safe: yes Added: head/security/regripper/ head/security/regripper/Makefile (contents, props changed) head/security/regripper/distinfo (contents, props changed) head/security/regripper/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Nov 29 18:49:27 2012 (r307973) +++ head/security/Makefile Thu Nov 29 19:30:25 2012 (r307974) @@ -807,6 +807,7 @@ SUBDIR += razorback-virusTotal SUBDIR += razorback-yaraNugget SUBDIR += rdigest + SUBDIR += regripper SUBDIR += retranslator SUBDIR += revelation SUBDIR += rkhunter Added: head/security/regripper/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/regripper/Makefile Thu Nov 29 19:30:25 2012 (r307974) @@ -0,0 +1,33 @@ +# Created by: antoine@FreeBSD.org +# $FreeBSD$ + +PORTNAME= regripper +DISTVERSION= 2.5 +CATEGORIES= security +MASTER_SITES= GOOGLE_CODE +DISTNAME= rrv${DISTVERSION} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Tool for registry analysis in forensics examinations + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/license.txt + +RUN_DEPEND= p5-Parse-Win32Registry>=0:${PORTSDIR}/devel/p5-Parse-Win32Registry + +USE_ZIP= yes +NO_WRKSUBDIR= yes +USE_DOS2UNIX= yes +NO_BUILD= yes +USE_PERL5_RUN= yes +PLIST_FILES= bin/rip.pl + +post-patch: + ${REINPLACE_CMD} -e 's|#! c:\\perl\\bin\\perl.exe|#!${PERL}| ; \ + s|plugindir = $$str|plugindir = "${DATADIR}"| ; \ + s|require "plugins\\\\|require "${DATADIR}plugins/|' ${WRKSRC}/rip.pl + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/rip.pl ${PREFIX}/bin + +.include Added: head/security/regripper/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/regripper/distinfo Thu Nov 29 19:30:25 2012 (r307974) @@ -0,0 +1,2 @@ +SHA256 (rrv2.5.zip) = f279137439a6c3777eeb6bdd63c4eb7ca4ba1ab25568c05f9d5dd009d03721a4 +SIZE (rrv2.5.zip) = 3004592 Added: head/security/regripper/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/regripper/pkg-descr Thu Nov 29 19:30:25 2012 (r307974) @@ -0,0 +1,5 @@ +RegRipper is an open source tool, written in Perl, for extracting/parsing +information (keys, values, data) from the Registry and presenting it for +analysis. + +WWW: http://code.google.com/p/regripper/ From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 19: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 D67408F; Thu, 29 Nov 2012 19:31:26 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B69B08FC17; Thu, 29 Nov 2012 19:31:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATJVQLi042960; Thu, 29 Nov 2012 19:31:26 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATJVQ60042955; Thu, 29 Nov 2012 19:31:26 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201211291931.qATJVQ60042955@svn.freebsd.org> From: Pawel Pekala Date: Thu, 29 Nov 2012 19:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307975 - in head/security: . regripperplugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 19:31:27 -0000 Author: pawel Date: Thu Nov 29 19:31:26 2012 New Revision: 307975 URL: http://svnweb.freebsd.org/changeset/ports/307975 Log: Supplemental plugins for Harlan Carvey's RegRipper. WWW: http://code.google.com/p/regripperplugins/ PR: ports/172900 Submitted by: antoine@FreeBSD.org Feature safe: yes Added: head/security/regripperplugins/ head/security/regripperplugins/Makefile (contents, props changed) head/security/regripperplugins/distinfo (contents, props changed) head/security/regripperplugins/pkg-descr (contents, props changed) head/security/regripperplugins/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Nov 29 19:30:25 2012 (r307974) +++ head/security/Makefile Thu Nov 29 19:31:26 2012 (r307975) @@ -808,6 +808,7 @@ SUBDIR += razorback-yaraNugget SUBDIR += rdigest SUBDIR += regripper + SUBDIR += regripperplugins SUBDIR += retranslator SUBDIR += revelation SUBDIR += rkhunter Added: head/security/regripperplugins/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/regripperplugins/Makefile Thu Nov 29 19:31:26 2012 (r307975) @@ -0,0 +1,26 @@ +# Created by: antoine@FreeBSD.org +# $FreeBSD$ + +PORTNAME= regripperplugins +DISTVERSION= 20120926 +CATEGORIES= security +MASTER_SITES= GOOGLE_CODE +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Supplemental plugins for Harlan Carvey's RegRipper + +LICENSE= GPLv3 + +RUN_DEPEND= regripper>=0:${PORTSDIR}/security/regripper + +USE_ZIP= yes +NO_WRKSUBDIR= yes +USE_DOS2UNIX= yes +NO_BUILD= yes + +do-install: + @${MKDIR} ${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/* ${DATADIR} + +.include Added: head/security/regripperplugins/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/regripperplugins/distinfo Thu Nov 29 19:31:26 2012 (r307975) @@ -0,0 +1,2 @@ +SHA256 (regripperplugins_20120926.zip) = c69e38d66e7b493ea934a2dd8a9b9dbb67afb329e3003e2998e4b8a01b586b5a +SIZE (regripperplugins_20120926.zip) = 301516 Added: head/security/regripperplugins/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/regripperplugins/pkg-descr Thu Nov 29 19:31:26 2012 (r307975) @@ -0,0 +1,3 @@ +Supplemental plugins for Harlan Carvey's RegRipper. + +WWW: http://code.google.com/p/regripperplugins/ Added: head/security/regripperplugins/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/regripperplugins/pkg-plist Thu Nov 29 19:31:26 2012 (r307975) @@ -0,0 +1,244 @@ +%%DATADIR%%/EMDMgmt.pl +%%DATADIR%%/acmru.pl +%%DATADIR%%/adoberdr.pl +%%DATADIR%%/aim.pl +%%DATADIR%%/all-all +%%DATADIR%%/aports.pl +%%DATADIR%%/appcertdlls.pl +%%DATADIR%%/appcompatcache.pl +%%DATADIR%%/appcompatcache_tln.pl +%%DATADIR%%/appcompatflags.pl +%%DATADIR%%/appinitdlls.pl +%%DATADIR%%/applets.pl +%%DATADIR%%/applets_tln.pl +%%DATADIR%%/apppaths.pl +%%DATADIR%%/appspecific.pl +%%DATADIR%%/ares.pl +%%DATADIR%%/arpcache.pl +%%DATADIR%%/assoc.pl +%%DATADIR%%/auditfail.pl +%%DATADIR%%/auditpol.pl +%%DATADIR%%/autoendtasks.pl +%%DATADIR%%/autorun.pl +%%DATADIR%%/backuprestore.pl +%%DATADIR%%/banner.pl +%%DATADIR%%/bho.pl +%%DATADIR%%/bitbucket.pl +%%DATADIR%%/bitbucket_user.pl +%%DATADIR%%/brisv.pl +%%DATADIR%%/cain.pl +%%DATADIR%%/ccleaner.pl +%%DATADIR%%/clampi.pl +%%DATADIR%%/clampitm.pl +%%DATADIR%%/clsid.pl +%%DATADIR%%/cmd_shell.pl +%%DATADIR%%/codeid.pl +%%DATADIR%%/comdlg32.pl +%%DATADIR%%/compatassist.pl +%%DATADIR%%/compdesc.pl +%%DATADIR%%/compname.pl +%%DATADIR%%/controlpanel.pl +%%DATADIR%%/cpldontload.pl +%%DATADIR%%/crashdump.pl +%%DATADIR%%/ctrlpnl.pl +%%DATADIR%%/ddm.pl +%%DATADIR%%/decaf.pl +%%DATADIR%%/defbrowser.pl +%%DATADIR%%/dependency_walker.pl +%%DATADIR%%/devclass.pl +%%DATADIR%%/direct.pl +%%DATADIR%%/direct_tln.pl +%%DATADIR%%/disablelastaccess.pl +%%DATADIR%%/disablesr.pl +%%DATADIR%%/dllsearch.pl +%%DATADIR%%/domains.pl +%%DATADIR%%/drwatson.pl +%%DATADIR%%/environment.pl +%%DATADIR%%/eventlog.pl +%%DATADIR%%/eventlogs.pl +%%DATADIR%%/fileexts.pl +%%DATADIR%%/filehistory.pl +%%DATADIR%%/findexes.pl +%%DATADIR%%/fw_config.pl +%%DATADIR%%/gthist.pl +%%DATADIR%%/gtwhitelist.pl +%%DATADIR%%/haven_and_hearth.pl +%%DATADIR%%/hibernate.pl +%%DATADIR%%/ide.pl +%%DATADIR%%/ie_settings.pl +%%DATADIR%%/ie_version.pl +%%DATADIR%%/imagedev.pl +%%DATADIR%%/imagefile.pl +%%DATADIR%%/init_dlls.pl +%%DATADIR%%/installedcomp.pl +%%DATADIR%%/installer.pl +%%DATADIR%%/internet_explorer_cu.pl +%%DATADIR%%/internet_settings_cu.pl +%%DATADIR%%/javafx.pl +%%DATADIR%%/kb950582.pl +%%DATADIR%%/kbdcrash.pl +%%DATADIR%%/landesk.pl +%%DATADIR%%/legacy.pl +%%DATADIR%%/legacy_tln.pl +%%DATADIR%%/listsoft.pl +%%DATADIR%%/liveContactsGUID.pl +%%DATADIR%%/load.pl +%%DATADIR%%/logon_xp_run.pl +%%DATADIR%%/logonusername.pl +%%DATADIR%%/lsasecrets.pl +%%DATADIR%%/macaddr.pl +%%DATADIR%%/mmc.pl +%%DATADIR%%/mndmru.pl +%%DATADIR%%/mountdev.pl +%%DATADIR%%/mp2.pl +%%DATADIR%%/mpmru.pl +%%DATADIR%%/mrt.pl +%%DATADIR%%/msis.pl +%%DATADIR%%/mspaper.pl +%%DATADIR%%/muicache.pl +%%DATADIR%%/nero.pl +%%DATADIR%%/netassist.pl +%%DATADIR%%/network.pl +%%DATADIR%%/networkcards.pl +%%DATADIR%%/networklist.pl +%%DATADIR%%/networklist_tln.pl +%%DATADIR%%/networkuid.pl +%%DATADIR%%/nic.pl +%%DATADIR%%/nic2.pl +%%DATADIR%%/nic_mst2.pl +%%DATADIR%%/nolmhash.pl +%%DATADIR%%/notify.pl +%%DATADIR%%/ntuser-all +%%DATADIR%%/odysseus.pl +%%DATADIR%%/officedocs.pl +%%DATADIR%%/officedocs2010.pl +%%DATADIR%%/oisc.pl +%%DATADIR%%/osversion.pl +%%DATADIR%%/outlook.pl +%%DATADIR%%/pagefile.pl +%%DATADIR%%/polacdms.pl +%%DATADIR%%/policies_u.pl +%%DATADIR%%/prefetch.pl +%%DATADIR%%/printermru.pl +%%DATADIR%%/printers.pl +%%DATADIR%%/privoxy.pl +%%DATADIR%%/product.pl +%%DATADIR%%/productpolicy.pl +%%DATADIR%%/producttype.pl +%%DATADIR%%/profilelist.pl +%%DATADIR%%/proxysettings.pl +%%DATADIR%%/pstools.pl +%%DATADIR%%/publishingwizard.pl +%%DATADIR%%/putty.pl +%%DATADIR%%/rdphint.pl +%%DATADIR%%/rdpport.pl +%%DATADIR%%/realplayer6.pl +%%DATADIR%%/realvnc.pl +%%DATADIR%%/recentdocs.pl +%%DATADIR%%/regback.pl +%%DATADIR%%/regtime.pl +%%DATADIR%%/regtime_tln.pl +%%DATADIR%%/removdev.pl +%%DATADIR%%/renocide.pl +%%DATADIR%%/rootkit_revealer.pl +%%DATADIR%%/routes.pl +%%DATADIR%%/runmru.pl +%%DATADIR%%/runmru_tln.pl +%%DATADIR%%/safeboot.pl +%%DATADIR%%/sam-all +%%DATADIR%%/samparse.pl +%%DATADIR%%/schedagent.pl +%%DATADIR%%/secctr.pl +%%DATADIR%%/security-all +%%DATADIR%%/services.pl +%%DATADIR%%/sevenzip.pl +%%DATADIR%%/sfc.pl +%%DATADIR%%/shares.pl +%%DATADIR%%/shellbags.pl +%%DATADIR%%/shellexec.pl +%%DATADIR%%/shellext.pl +%%DATADIR%%/shellfolders.pl +%%DATADIR%%/shelloverlay.pl +%%DATADIR%%/shutdown.pl +%%DATADIR%%/shutdowncount.pl +%%DATADIR%%/skype.pl +%%DATADIR%%/snapshot.pl +%%DATADIR%%/snapshot_viewer.pl +%%DATADIR%%/soft_run.pl +%%DATADIR%%/soft_runplus.pl +%%DATADIR%%/software-all +%%DATADIR%%/specaccts.pl +%%DATADIR%%/spp_clients.pl +%%DATADIR%%/sql_lastconnect.pl +%%DATADIR%%/ssh_host_keys.pl +%%DATADIR%%/ssid.pl +%%DATADIR%%/startmenuinternetapps_cu.pl +%%DATADIR%%/startmenuinternetapps_lm.pl +%%DATADIR%%/startpage.pl +%%DATADIR%%/stillimage.pl +%%DATADIR%%/streammru.pl +%%DATADIR%%/streams.pl +%%DATADIR%%/svc.pl +%%DATADIR%%/svc2.pl +%%DATADIR%%/svc_plus.pl +%%DATADIR%%/svcdll.pl +%%DATADIR%%/svchost.pl +%%DATADIR%%/sysinternals.pl +%%DATADIR%%/sysinternals_tln.pl +%%DATADIR%%/system-all +%%DATADIR%%/taskman.pl +%%DATADIR%%/termserv.pl +%%DATADIR%%/timezone.pl +%%DATADIR%%/tracing.pl +%%DATADIR%%/tracing_tln.pl +%%DATADIR%%/trustrecords.pl +%%DATADIR%%/trustrecords_tln.pl +%%DATADIR%%/tsclient.pl +%%DATADIR%%/tsclient_tln.pl +%%DATADIR%%/typedpaths.pl +%%DATADIR%%/typedpaths_tln.pl +%%DATADIR%%/typedurls.pl +%%DATADIR%%/uninstall.pl +%%DATADIR%%/unreadmail.pl +%%DATADIR%%/urlzone.pl +%%DATADIR%%/usb.pl +%%DATADIR%%/usbdevices.pl +%%DATADIR%%/usbstor.pl +%%DATADIR%%/usbstor2.pl +%%DATADIR%%/usbstor3.pl +%%DATADIR%%/user_run.pl +%%DATADIR%%/user_runplus.pl +%%DATADIR%%/user_win.pl +%%DATADIR%%/userassist.pl +%%DATADIR%%/userassist_tln.pl +%%DATADIR%%/userinfo.pl +%%DATADIR%%/userinit.pl +%%DATADIR%%/userlocsvc.pl +%%DATADIR%%/usrclass-all +%%DATADIR%%/virut.pl +%%DATADIR%%/vista_bitbucket.pl +%%DATADIR%%/vista_wireless.pl +%%DATADIR%%/vmplayer.pl +%%DATADIR%%/vmware_vsphere_client.pl +%%DATADIR%%/vnchooksapplicationprefs.pl +%%DATADIR%%/vncviewer.pl +%%DATADIR%%/wallpaper.pl +%%DATADIR%%/warcraft3.pl +%%DATADIR%%/win_cv.pl +%%DATADIR%%/winbackup.pl +%%DATADIR%%/winlivemail.pl +%%DATADIR%%/winlivemsn.pl +%%DATADIR%%/winlogon.pl +%%DATADIR%%/winlogon_u.pl +%%DATADIR%%/winnt_cv.pl +%%DATADIR%%/winrar.pl +%%DATADIR%%/winscp_sessions.pl +%%DATADIR%%/winver.pl +%%DATADIR%%/winvnc.pl +%%DATADIR%%/winzip.pl +%%DATADIR%%/wordwheelquery.pl +%%DATADIR%%/wpdbusenum.pl +%%DATADIR%%/xpedition.pl +%%DATADIR%%/yahoo_cu.pl +%%DATADIR%%/yahoo_lm.pl +@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 19:34: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 A4B8E1FE; Thu, 29 Nov 2012 19:34:18 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8B1128FC12; Thu, 29 Nov 2012 19:34:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATJYITC043369; Thu, 29 Nov 2012 19:34:18 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATJYIFD043368; Thu, 29 Nov 2012 19:34:18 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201211291934.qATJYIFD043368@svn.freebsd.org> From: Chris Rees Date: Thu, 29 Nov 2012 19:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307976 - head/net-mgmt/netmagis-common X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 19:34:18 -0000 Author: crees Date: Thu Nov 29 19:34:18 2012 New Revision: 307976 URL: http://svnweb.freebsd.org/changeset/ports/307976 Log: Trailing slashes in RUN_DEPENDS upset some tools Wrist slapped by: bapt Feature safe: yes Modified: head/net-mgmt/netmagis-common/Makefile Modified: head/net-mgmt/netmagis-common/Makefile ============================================================================== --- head/net-mgmt/netmagis-common/Makefile Thu Nov 29 19:31:26 2012 (r307975) +++ head/net-mgmt/netmagis-common/Makefile Thu Nov 29 19:34:18 2012 (r307976) @@ -32,7 +32,7 @@ USE_APACHE= 22+ RUN_DEPENDS+= pdflatex:${PORTSDIR}/print/teTeX-base \ dot:${PORTSDIR}/graphics/graphviz \ pwgen:${PORTSDIR}/sysutils/pwgen \ - ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2/ + ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2 # FIXME compile apache22 with option mod_auth_ldap # FIXME add ap22-mod_auth_cas .endif From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 19:35: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 298FA2E6; Thu, 29 Nov 2012 19:35:44 +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 20BB48FC13; Thu, 29 Nov 2012 19:35:42 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so6449533bkc.13 for ; Thu, 29 Nov 2012 11:35:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=c0eHBMoR5usXYURz+MyOhlE2tVJzJ4t1EGpAHVHn7CI=; b=Uj6zR1oH8yCzzKlidxE54RspQc9Xx2BIZTv8BnlIQU1zRujQV3whZPXMCAcWKg5Vab ErwrFFPODpdfACXBGKAPb84dUaURLWxEX+CQBX1JyVMV7h3HLfYzyDeKZKh9SVtVcEui 3gN2KzWWpu+LX8Nma2f4hk4zMdxnupStmfqwZj69US2+H78BM2VQ/UCHaR9KFOWtNK4h PXxiy644X0SgRbdMTOJnD8QONcg1kaoULBbSq0RNfbVWUNLuF3x+/Q5OlVyQm+/VgIUe ttiHzC3W7E6Dlo7hqCQaDPoLG/GNGJT5Tazm5xHXLl40fLThYszaA36l5O0oK1FJMYlf baaQ== Received: by 10.204.143.147 with SMTP id v19mr6920599bku.32.1354217741873; Thu, 29 Nov 2012 11:35:41 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.167.71 with HTTP; Thu, 29 Nov 2012 11:35:11 -0800 (PST) In-Reply-To: <20121129184830.GB31288@ithaqua.etoilebsd.net> References: <201210302027.q9UKRAdf068736@svn.freebsd.org> <20121129184830.GB31288@ithaqua.etoilebsd.net> From: Chris Rees Date: Thu, 29 Nov 2012 19:35:11 +0000 X-Google-Sender-Auth: bWTGI9cPoNjfhC5RYG95fAEm_SE Message-ID: Subject: Re: svn commit: r306707 - in head/net-mgmt: . netmagis-common netmagis-common/files To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 19:35:44 -0000 On 29 November 2012 18:48, Baptiste Daroussin wrote: > On Tue, Oct 30, 2012 at 08:27:10PM +0000, Chris Rees wrote: >> Author: crees >> Date: Tue Oct 30 20:27:10 2012 >> New Revision: 306707 >> URL: http://svn.freebsd.org/changeset/ports/306707 >> > > [...] >> + ${LOCALBASE}/libexec/apache22/mod_auth_pgsql.so:${PORTSDIR}/www/mod_auth_pgsql2/ > the '/' in the end is bad, a lot of tools rely on make -VRUN_DEPENDS and > not on make run-depends-list just because it is faster (in one run you can get > multiple -V) and they will end up with a ${PORTSDIR}/www/mod_auth_pgsql2/ > depend instead of ${PORTSDIR}/www/mod_auth_pgsql2 while this case is pretty easy > to fix in those tools, I just want to point here that it is really important to > respect the classic synopsis for dependencies: > > ${PORTSDIR}/category/portname > > without an ending '/' or without ${.CURDIR}/../ or anything like that. Pointed out, noted and corrected. Thank you, and I'm sorry :) Chris From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 19: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 9021576D; Thu, 29 Nov 2012 19:45:24 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 65C5A8FC14; Thu, 29 Nov 2012 19:45:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATJjO7k044739; Thu, 29 Nov 2012 19:45:24 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATJjOoN044738; Thu, 29 Nov 2012 19:45:24 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211291945.qATJjOoN044738@svn.freebsd.org> From: Wesley Shields Date: Thu, 29 Nov 2012 19:45:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307977 - head/graphics/fv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 19:45:24 -0000 Author: wxs Date: Thu Nov 29 19:45:24 2012 New Revision: 307977 URL: http://svnweb.freebsd.org/changeset/ports/307977 Log: Convert to new options. Cleanup COMMENT. PR: ports/173552 Submitted by: nemysis Feature safe: yes Modified: head/graphics/fv/Makefile (contents, props changed) Modified: head/graphics/fv/Makefile ============================================================================== --- head/graphics/fv/Makefile Thu Nov 29 19:34:18 2012 (r307976) +++ head/graphics/fv/Makefile Thu Nov 29 19:45:24 2012 (r307977) @@ -13,7 +13,7 @@ MASTER_SITES= http://www.eaflux.com/fv/s DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A viewer of hdr/pfm images +COMMENT= Viewer of hdr/pfm images LICENSE= GPLv2 @@ -35,6 +35,7 @@ PORTDOCS= AUTHORS ChangeLog README PLIST_FILES= bin/${PORTNAME} .include +.include .if ((${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505) LIB_DEPENDS+= lzma.5:${PORTSDIR}/archivers/xz @@ -56,9 +57,10 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif -.include +.include From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 20:33: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 C971C2AA; Thu, 29 Nov 2012 20:33:20 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A41798FC15; Thu, 29 Nov 2012 20:33:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATKXKts051011; Thu, 29 Nov 2012 20:33:20 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATKXKpS051007; Thu, 29 Nov 2012 20:33:20 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201211292033.qATKXKpS051007@svn.freebsd.org> From: Olli Hauer Date: Thu, 29 Nov 2012 20:33:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307978 - in head: security/vuxml www/yahoo-ui X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 20:33:21 -0000 Author: ohauer Date: Thu Nov 29 20:33:19 2012 New Revision: 307978 URL: http://svnweb.freebsd.org/changeset/ports/307978 Log: www/yahoo-ui - fix CVE-2012-5881 security/vuxml - adjust version (we have only 2.8.2 in the tree) Feature safe: yes Approved by: glarkin (maintainer) explicit Modified: head/security/vuxml/vuln.xml head/www/yahoo-ui/Makefile (contents, props changed) head/www/yahoo-ui/distinfo (contents, props changed) Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Nov 29 19:45:24 2012 (r307977) +++ head/security/vuxml/vuln.xml Thu Nov 29 20:33:19 2012 (r307978) @@ -56,7 +56,7 @@ Note: Please add new entries to the beg yahoo-ui - 3.0.0 + 2.8.2 @@ -82,7 +82,7 @@ Note: Please add new entries to the beg 2012-10-30 2012-11-27 - 2012-11-28 + 2012-11-29 Modified: head/www/yahoo-ui/Makefile ============================================================================== --- head/www/yahoo-ui/Makefile Thu Nov 29 19:45:24 2012 (r307977) +++ head/www/yahoo-ui/Makefile Thu Nov 29 20:33:19 2012 (r307978) @@ -1,19 +1,22 @@ # $FreeBSD$ PORTNAME= yahoo -PORTVERSION= 2.8.2 +DISTVERSION= 2.8.2 +PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= http://yuilibrary.com/downloads/yui2/ +MASTER_SITES= http://yuilibrary.com/downloads/yui2/:main \ + http://yuilibrary.com/support/20121030-vulnerability/dropin_patches/:patch PKGNAMESUFFIX= -ui -DISTNAME= yui_${PORTVERSION}r1 +DISTFILES= yui_${DISTVERSION}r1.zip:main \ + charts-${DISTVERSION:S/.//g}.zip:patch \ + swfstore-${DISTVERSION:S/.//g}.zip:patch \ + uploader-${DISTVERSION:S/.//g}.zip:patch MAINTAINER= glarkin@FreeBSD.org COMMENT= The Yahoo! User Interface (YUI) Library LICENSE= BSD -FORBIDDEN= CVE-2012-5881 Cross-site scripting (XSS) vulnerability in the Flash component infrastructure - USE_ZIP= yes WRKSRC= ${WRKDIR}/yui @@ -53,6 +56,17 @@ SUB_LIST+= HASHMARK2= PLIST_SUB+= NOAPACHE="@comment " .endif +pre-patch: + @${FIND} ${WRKSRC} -type f \( -name charts.swf -o -name swfstore.swf -o -name uploader.swf \) -delete + +post-patch: .SILENT + ${INSTALL_DATA} ${WRKDIR}/charts-${DISTVERSION:S/.//g}/charts.swf ${WRKSRC}/build/charts/assets/charts.swf + ${INSTALL_DATA} ${WRKDIR}/swfstore-${DISTVERSION:S/.//g}/swfstore.swf ${WRKSRC}/build/swfstore/swfstore.swf + ${INSTALL_DATA} ${WRKDIR}/swfstore-${DISTVERSION:S/.//g}/swfstore.swf ${WRKSRC}/examples/storage/swfstore.swf + ${INSTALL_DATA} ${WRKDIR}/swfstore-${DISTVERSION:S/.//g}/swfstore.swf ${WRKSRC}/examples/swfstore/swfstore.swf + ${INSTALL_DATA} ${WRKDIR}/uploader-${DISTVERSION:S/.//g}/uploader.swf ${WRKSRC}/build/uploader/assets/uploader.swf + ${INSTALL_DATA} ${WRKDIR}/uploader-${DISTVERSION:S/.//g}/uploader.swf ${WRKSRC}/examples/uploader/assets/uploader.swf + do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} "assets build index.html \ tests" ${WWWDIR} Modified: head/www/yahoo-ui/distinfo ============================================================================== --- head/www/yahoo-ui/distinfo Thu Nov 29 19:45:24 2012 (r307977) +++ head/www/yahoo-ui/distinfo Thu Nov 29 20:33:19 2012 (r307978) @@ -1,2 +1,8 @@ SHA256 (yui_2.8.2r1.zip) = 45ef73ca1956af72006ed07daa670bd552c2bccb6c25d8bd7fcf82054277c67c SIZE (yui_2.8.2r1.zip) = 13627195 +SHA256 (charts-282.zip) = 43b9085a4e3406c7fd49c32cf4f27487edd23596a31c65ce24e0dbdd466e719d +SIZE (charts-282.zip) = 81636 +SHA256 (swfstore-282.zip) = 8a2b91dc76e49165be71b79f5567325719e80562c78d2812a4f879350920b162 +SIZE (swfstore-282.zip) = 5042 +SHA256 (uploader-282.zip) = 6c7dd6c6379e571f6d3efb3f978c429b3763adddc9fdd3c94b06830b988bc251 +SIZE (uploader-282.zip) = 7440 From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 20:51: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 B166C688; Thu, 29 Nov 2012 20:51:45 +0000 (UTC) (envelope-from sbz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 921D98FC12; Thu, 29 Nov 2012 20:51:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATKpj2e053360; Thu, 29 Nov 2012 20:51:45 GMT (envelope-from sbz@svn.freebsd.org) Received: (from sbz@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATKpjnk053353; Thu, 29 Nov 2012 20:51:45 GMT (envelope-from sbz@svn.freebsd.org) Message-Id: <201211292051.qATKpjnk053353@svn.freebsd.org> From: Sofian Brabez Date: Thu, 29 Nov 2012 20:51:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307979 - in head/security: . py-volatility X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 20:51:45 -0000 Author: sbz Date: Thu Nov 29 20:51:45 2012 New Revision: 307979 URL: http://svnweb.freebsd.org/changeset/ports/307979 Log: The Volatility Framework is a completely open collection of tools, implemented in Python under the GNU General Public License, for the extraction of digital artifacts from volatile memory (RAM) samples. WWW: http://code.google.com/p/volatility PR: ports/172910 Submitted by: antoine@FreeBSD.org Feature safe: yes Added: head/security/py-volatility/ head/security/py-volatility/Makefile (contents, props changed) head/security/py-volatility/distinfo (contents, props changed) head/security/py-volatility/pkg-descr (contents, props changed) head/security/py-volatility/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Nov 29 20:33:19 2012 (r307978) +++ head/security/Makefile Thu Nov 29 20:51:45 2012 (r307979) @@ -761,6 +761,7 @@ SUBDIR += py-trustedpickle SUBDIR += py-twistedConch SUBDIR += py-twofish + SUBDIR += py-volatility SUBDIR += py-xmlsec SUBDIR += py-yara SUBDIR += py-zope.app.authentication Added: head/security/py-volatility/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-volatility/Makefile Thu Nov 29 20:51:45 2012 (r307979) @@ -0,0 +1,35 @@ +# Created by: antoine@FreeBSD.org +# $FreeBSD$ + +PORTNAME= volatility +PORTVERSION= 2.2 +CATEGORIES= security python +MASTER_SITES= GOOGLE_CODE +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= An advanced memory forensics framework + +LICENSE= GPLv2 + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto \ + ${PYTHON_SITELIBDIR}/distorm3/__init__.py:${PORTSDIR}/devel/py-distorm \ + ${PYTHON_SITELIBDIR}/yara.so:${PORTSDIR}/security/py-yara + +OPTIONS_DEFINE= DOCS + +USE_PYTHON= -2.7 +USE_PYDISTUTILS=easy_install + +PORTDOCS= AUTHORS.txt CHANGELOG.txt CREDITS.txt LEGAL.txt LICENSE.txt README.txt +DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} +.endif + +.include Added: head/security/py-volatility/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-volatility/distinfo Thu Nov 29 20:51:45 2012 (r307979) @@ -0,0 +1,2 @@ +SHA256 (volatility-2.2.tar.gz) = 19bff19cbc909a63dfa6fcc1c6756f07b7c9575262ad6271571f5e9b266062ad +SIZE (volatility-2.2.tar.gz) = 1703108 Added: head/security/py-volatility/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-volatility/pkg-descr Thu Nov 29 20:51:45 2012 (r307979) @@ -0,0 +1,5 @@ +The Volatility Framework is a completely open collection of tools, implemented +in Python under the GNU General Public License, for the extraction of digital +artifacts from volatile memory (RAM) samples. + +WWW: http://code.google.com/p/volatility Added: head/security/py-volatility/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-volatility/pkg-plist Thu Nov 29 20:51:45 2012 (r307979) @@ -0,0 +1,652 @@ +bin/vol.py +%%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/scripts/vol.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/aspaces/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/aspaces/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/aspaces/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/aspaces/ewf.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/aspaces/ewf.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/aspaces/ewf.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/disablewarnings.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/disablewarnings.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/disablewarnings.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/enumfunc.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/enumfunc.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/enumfunc.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/example.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/example.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/example.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/pagecheck.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/pagecheck.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/pagecheck.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/psdispscan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/psdispscan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/psdispscan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/scanprof.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/scanprof.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/scanprof.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/verinfo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/verinfo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/verinfo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tools/linux/Makefile +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tools/linux/module.c +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tools/linux/pmem.c +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tools/vtype_diff.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tools/vtype_diff.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tools/vtype_diff.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/addrspace.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/addrspace.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/addrspace.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/cache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/cache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/cache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/commands.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/commands.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/commands.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/conf.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/conf.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/conf.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/constants.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/constants.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/constants.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/debug.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/debug.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/debug.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/dwarf.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/dwarf.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/dwarf.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/exceptions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/exceptions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/exceptions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/fmtspec.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/fmtspec.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/fmtspec.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/obj.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/obj.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/obj.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/amd64.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/amd64.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/amd64.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/crash.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/crash.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/crash.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/hibernate.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/hibernate.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/hibernate.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/ieee1394.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/ieee1394.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/ieee1394.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/intel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/intel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/intel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/legacyintel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/legacyintel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/legacyintel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/lime.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/lime.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/lime.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/standard.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/standard.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces/standard.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/bioskbd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/bioskbd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/bioskbd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/common.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/common.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/common.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/connections.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/connections.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/connections.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/connscan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/connscan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/connscan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/crashinfo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/crashinfo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/crashinfo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/dlldump.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/dlldump.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/dlldump.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/envars.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/envars.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/envars.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/evtlogs.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/evtlogs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/evtlogs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/fileparam.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/fileparam.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/fileparam.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/filescan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/filescan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/filescan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/getservicesids.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/getservicesids.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/getservicesids.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/getsids.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/getsids.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/getsids.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/atoms.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/atoms.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/atoms.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/clipboard.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/clipboard.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/clipboard.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/constants.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/constants.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/constants.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/desktops.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/desktops.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/desktops.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/eventhooks.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/eventhooks.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/eventhooks.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/gahti.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/gahti.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/gahti.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/gditimers.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/gditimers.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/gditimers.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/messagehooks.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/messagehooks.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/messagehooks.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/screenshot.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/screenshot.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/screenshot.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/sessions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/sessions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/sessions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/userhandles.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/userhandles.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/userhandles.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/vista.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/vista.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/vista.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win2003.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win2003.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win2003.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp0_x64_vtypes_gui.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp0_x64_vtypes_gui.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp0_x64_vtypes_gui.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp0_x86_vtypes_gui.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp0_x86_vtypes_gui.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp0_x86_vtypes_gui.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp1_x64_vtypes_gui.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp1_x64_vtypes_gui.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp1_x64_vtypes_gui.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp1_x86_vtypes_gui.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp1_x86_vtypes_gui.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/win7_sp1_x86_vtypes_gui.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/xp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/xp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes/xp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/win32k_core.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/win32k_core.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/win32k_core.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/windows.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/windows.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/windows.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/windowstations.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/windowstations.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/windowstations.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/handles.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/handles.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/handles.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/hibinfo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/hibinfo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/hibinfo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/imagecopy.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/imagecopy.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/imagecopy.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/imageinfo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/imageinfo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/imageinfo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/kdbgscan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/kdbgscan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/kdbgscan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/kpcrscan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/kpcrscan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/kpcrscan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/arp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/arp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/arp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/bash.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/bash.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/bash.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_afinfo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_afinfo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_afinfo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_creds.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_creds.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_creds.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_fops.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_fops.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_fops.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_idt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_idt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_idt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_modules.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_modules.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_modules.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_syscall.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_syscall.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/check_syscall.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/common.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/common.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/common.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/cpuinfo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/cpuinfo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/cpuinfo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/dentry_cache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/dentry_cache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/dentry_cache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/dmesg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/dmesg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/dmesg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/dump_map.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/dump_map.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/dump_map.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/find_file.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/find_file.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/find_file.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/flags.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/flags.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/flags.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/ifconfig.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/ifconfig.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/ifconfig.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/iomem.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/iomem.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/iomem.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/lsmod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/lsmod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/lsmod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/lsof.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/lsof.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/lsof.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/mount.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/mount.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/mount.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/mount_cache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/mount_cache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/mount_cache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/netstat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/netstat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/netstat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pidhashtable.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pidhashtable.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pidhashtable.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pkt_queues.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pkt_queues.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pkt_queues.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/proc_maps.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/proc_maps.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/proc_maps.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/psaux.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/psaux.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/psaux.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pslist.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pslist.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pslist.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pslist_cache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pslist_cache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pslist_cache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pstree.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pstree.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/pstree.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/psxview.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/psxview.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/psxview.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/route_cache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/route_cache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/route_cache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/sk_buff_cache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/sk_buff_cache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/sk_buff_cache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/slab_info.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/slab_info.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/slab_info.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/tmpfs.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/tmpfs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/tmpfs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/vma_cache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/vma_cache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux/vma_cache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/apihooks.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/apihooks.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/apihooks.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/callbacks.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/callbacks.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/callbacks.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/cmdhistory.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/cmdhistory.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/cmdhistory.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/devicetree.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/devicetree.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/devicetree.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/idt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/idt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/idt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/impscan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/impscan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/impscan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/malfind.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/malfind.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/malfind.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/psxview.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/psxview.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/psxview.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/svcscan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/svcscan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/svcscan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/threads.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/threads.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/threads.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/timers.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/timers.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware/timers.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/moddump.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/moddump.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/moddump.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/modscan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/modscan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/modscan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/modules.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/modules.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/modules.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/netscan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/netscan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/netscan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/basic.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/basic.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/basic.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/linux/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/linux/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/linux/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/linux/linux.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/linux/linux.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/linux/linux.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/linux/linux64.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/linux/linux64.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/linux/linux64.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/native_types.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/native_types.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/native_types.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/crash_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/crash_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/crash_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/hibernate_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/hibernate_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/hibernate_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/kdbg_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/kdbg_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/kdbg_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/kpcr_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/kpcr_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/kpcr_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/pe_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/pe_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/pe_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/ssdt_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/ssdt_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/ssdt_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/tcpip_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/tcpip_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/tcpip_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x64_syscalls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x64_syscalls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x64_syscalls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x64_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x64_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x64_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x86_syscalls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x86_syscalls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x86_syscalls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x86_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x86_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp0_x86_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp12_x64_syscalls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp12_x64_syscalls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp12_x64_syscalls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp12_x86_syscalls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp12_x86_syscalls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp12_x86_syscalls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp1_x64_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp1_x64_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp1_x64_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp1_x86_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp1_x86_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp1_x86_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp2_x64_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp2_x64_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp2_x64_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp2_x86_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp2_x86_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/vista_sp2_x86_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp0_x86_syscalls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp0_x86_syscalls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp0_x86_syscalls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp0_x86_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp0_x86_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp0_x86_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp12_x64_syscalls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp12_x64_syscalls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp12_x64_syscalls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp12_x86_syscalls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp12_x86_syscalls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp12_x86_syscalls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp1_x64_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp1_x64_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp1_x64_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp1_x86_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp1_x86_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp1_x86_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp2_x64_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp2_x64_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp2_x64_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp2_x86_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp2_x86_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win2003_sp2_x86_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp01_x64_syscalls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp01_x64_syscalls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp01_x64_syscalls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp01_x86_syscalls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp01_x86_syscalls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp01_x86_syscalls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp0_x64_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp0_x64_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp0_x64_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp0_x86_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp0_x86_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp0_x86_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp1_x64_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp1_x64_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp1_x64_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp1_x86_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp1_x86_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/win7_sp1_x86_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/windows.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/windows.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/windows.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/windows64.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/windows64.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/windows64.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp_sp2_x86_syscalls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp_sp2_x86_syscalls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp_sp2_x86_syscalls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp_sp2_x86_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp_sp2_x86_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp_sp2_x86_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp_sp3_x86_vtypes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp_sp3_x86_vtypes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows/xp_sp3_x86_vtypes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/patcher.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/patcher.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/patcher.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/procdump.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/procdump.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/procdump.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/pstree.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/pstree.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/pstree.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/raw2dmp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/raw2dmp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/raw2dmp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/hivelist.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/hivelist.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/hivelist.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/hivescan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/hivescan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/hivescan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/lsadump.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/lsadump.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/lsadump.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/printkey.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/printkey.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/printkey.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/registryapi.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/registryapi.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/registryapi.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/shimcache.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/shimcache.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry/shimcache.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/sockets.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/sockets.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/sockets.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/sockscan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/sockscan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/sockscan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/ssdt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/ssdt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/ssdt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/strings.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/strings.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/strings.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/taskmods.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/taskmods.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/taskmods.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/userassist.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/userassist.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/userassist.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/vadinfo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/vadinfo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/vadinfo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/volshell.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/volshell.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/volshell.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/protos.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/protos.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/protos.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/registry.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/registry.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/registry.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/scan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/scan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/scan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/timefmt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/timefmt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/timefmt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/utils.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/crashdump.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/crashdump.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/crashdump.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/domcachedump.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/domcachedump.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/domcachedump.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/hashdump.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/hashdump.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/hashdump.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/hive.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/hive.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/hive.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/lsasecrets.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/lsasecrets.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/lsasecrets.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/modules.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/modules.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/modules.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/network.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/network.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/network.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/rawreg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/rawreg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/rawreg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/tasks.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/tasks.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/tasks.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/xpress.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/xpress.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32/xpress.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/win32 +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/registry +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/windows +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays/linux +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/overlays +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/malware +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/linux +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui/vtypes +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/gui +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins/addrspaces +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility/plugins +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/volatility +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tools/linux +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tools +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins/aspaces +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib/plugins +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/contrib +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 21:42:29 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 6C546893; Thu, 29 Nov 2012 21:42:29 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3744B8FC12; Thu, 29 Nov 2012 21:42:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATLgT8Z060916; Thu, 29 Nov 2012 21:42:29 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATLgTwG060914; Thu, 29 Nov 2012 21:42:29 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201211292142.qATLgTwG060914@svn.freebsd.org> From: Jimmy Olgeni Date: Thu, 29 Nov 2012 21:42:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307980 - in head/lang/erlang: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 21:42:29 -0000 Author: olgeni Date: Thu Nov 29 21:42:28 2012 New Revision: 307980 URL: http://svnweb.freebsd.org/changeset/ports/307980 Log: Fix timeout issue in ssl_connection.erl. Due to a missing function clause to handle the ssl:ssl_accept-timeout, it was treated as a canceled timeout. Submitted by: Ingela Anderton Andin on erlang-bugs Feature safe: yes Added: head/lang/erlang/files/patch-lib_ssl_src_ssl__connection.erl (contents, props changed) Modified: head/lang/erlang/Makefile Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Thu Nov 29 20:51:45 2012 (r307979) +++ head/lang/erlang/Makefile Thu Nov 29 21:42:28 2012 (r307980) @@ -7,6 +7,7 @@ PORTNAME= erlang PORTVERSION= 15.b.03 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ Added: head/lang/erlang/files/patch-lib_ssl_src_ssl__connection.erl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/erlang/files/patch-lib_ssl_src_ssl__connection.erl Thu Nov 29 21:42:28 2012 (r307980) @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- lib/ssl/src/ssl_connection.erl.orig ++++ lib/ssl/src/ssl_connection.erl +@@ -986,6 +986,10 @@ + gen_fsm:reply(RecvFrom, {error, timeout}), + {next_state, StateName, State#state{start_or_recv_from = undefined}, get_timeout(State)}; + ++handle_info({cancel_start_or_recv, RecvFrom}, StateName, State) when connection =/= StateName-> ++ gen_fsm:reply(RecvFrom, {error, timeout}), ++ {next_state, StateName, State#state{start_or_recv_from = undefined}, get_timeout(State)}; ++ + handle_info({cancel_start_or_recv, _RecvFrom}, StateName, State) -> + {next_state, StateName, State, get_timeout(State)}; + From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 22:18: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 D33CF3A8; Thu, 29 Nov 2012 22:18:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BA0F88FC12; Thu, 29 Nov 2012 22:18:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATMIKFj066074; Thu, 29 Nov 2012 22:18:20 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATMIKdB066072; Thu, 29 Nov 2012 22:18:20 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211292218.qATMIKdB066072@svn.freebsd.org> From: Bryan Drewery Date: Thu, 29 Nov 2012 22:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307981 - head/databases/freetds-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 22:18:21 -0000 Author: bdrewery Date: Thu Nov 29 22:18:20 2012 New Revision: 307981 URL: http://svnweb.freebsd.org/changeset/ports/307981 Log: - Trim header - Convert to new options framework - Fix MASTER_SITES to a working location - Bump PORTREVISION due to new default options PR: ports/172463 Submitted by: Kurt Jaeger (maintainer) Feature safe: yes Modified: head/databases/freetds-devel/Makefile Modified: head/databases/freetds-devel/Makefile ============================================================================== --- head/databases/freetds-devel/Makefile Thu Nov 29 21:42:28 2012 (r307980) +++ head/databases/freetds-devel/Makefile Thu Nov 29 22:18:20 2012 (r307981) @@ -1,16 +1,12 @@ -# New ports collection makefile for: freetds-devel -# Date created: 02 Nov 1999 -# Whom: Domas Mituzas -# +# Created by: Domas Mituzas # $FreeBSD$ PORTNAME= freetds PORTVERSION= 0.91 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= databases -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= ALPHA/${PORTNAME}/stable +MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/stable/ PKGNAMESUFFIX= -devel MAINTAINER= fbsd-ports@opsec.eu @@ -33,41 +29,48 @@ MAN1= datacopy.1 freebcp.1 tsql.1 bsqld defncopy.1 fisql.1 osql.1 MAN5= freetds.conf.5 -OPTIONS= OPENSSL "Use openssl" off \ - GNUTLS "Use GNUTLS" off \ - IODBC "Use iodbc (Mutually Exclusive)" off \ - UNIXODBC "Use unixodbc (Mutually Exclusive)" off \ - MSDBLIB "MS SQL Server support (breaks databases/sybtcl)" off +.include + +# OPTIONS_DEFINE= OPENSSL GNUTLS IODBC UNIXODBC MSDBLIB +OPTIONS_DEFINE= MSDBLIB + +OPTIONS_SINGLE= ODBC SSL +OPTIONS_SINGLE_ODBC= IODBC UNIXODBC +OPTIONS_SINGLE_SSL= OPENSSL GNUTLS + +OPTIONS_DEFAULT= OPENSSL IODBC + +OPENSSL_DESC= Use OpenSSL +GNUTLS_DESC= Use GnuTLS +IODBC_DESC= Depend on iodbc +UNIXODBC_DESC= Depend on unixodbc +MSDBLIB_DESC= MS SQL Server compatibility (breaks databases/sybtcl) CONFLICTS= freetds-0.64.[0-9] .include -.if defined(WITH_OPENSSL) +.if ${PORT_OPTIONS:MOPENSSL} USE_OPENSSL= yes CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} .endif -.if defined(WITH_GNUTLS) +.if ${PORT_OPTIONS:MGNUTLS} LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-gnutls .endif -.if defined(WITH_IODBC) +.if ${PORT_OPTIONS:MIODBC} LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE} .endif -.if defined(WITH_UNIXODBC) +.if ${PORT_OPTIONS:MUNIXODBC} LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE} .endif -.if defined(WITH_IODBC) && defined(WITH_UNIXODBC) -IGNORE= selected mutually exclusive options: WITH_IODBC and WITH_UNIXODBC -.endif - -.if defined(WITH_IODBC) || defined(WITH_UNIXODBC) +.if ${PORT_OPTIONS:MIODBC} || ${PORT_OPTIONS:MUNIXODBC} PLIST_SUB+= ODBC="" .else PLIST_SUB+= ODBC="@comment " @@ -75,7 +78,7 @@ PLIST_SUB+= ODBC="@comment " # We cannot use msdblib-style by default, because port databases/sybtcl # relies on sybase-style dblib -.if defined(WITH_MSDBLIB) +.if ${PORT_OPTIONS:MMSDBLIB} CONFIGURE_ARGS+= --enable-msdblib TDS_VER= 7.2 .endif From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 22:21: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 ECA644B9; Thu, 29 Nov 2012 22:21:49 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B8DC18FC15; Thu, 29 Nov 2012 22:21:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATMLnpr066589; Thu, 29 Nov 2012 22:21:49 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATMLnHi066586; Thu, 29 Nov 2012 22:21:49 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201211292221.qATMLnHi066586@svn.freebsd.org> From: Thierry Thomas Date: Thu, 29 Nov 2012 22:21:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307982 - head/deskutils/pinot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 22:21:50 -0000 Author: thierry Date: Thu Nov 29 22:21:49 2012 New Revision: 307982 URL: http://svnweb.freebsd.org/changeset/ports/307982 Log: Upgrade to 1.02. Changelog at Feature safe: yes Modified: head/deskutils/pinot/Makefile head/deskutils/pinot/distinfo (contents, props changed) head/deskutils/pinot/pkg-plist (contents, props changed) Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Thu Nov 29 22:18:20 2012 (r307981) +++ head/deskutils/pinot/Makefile Thu Nov 29 22:21:49 2012 (r307982) @@ -1,12 +1,8 @@ -# New ports collection makefile for: pinot -# Date created: 2006-11-19 -# Whom: Thierry Thomas -# +# Created by: Thierry Thomas # $FreeBSD$ -# PORTNAME= pinot -PORTVERSION= 1.01 +PORTVERSION= 1.02 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ Modified: head/deskutils/pinot/distinfo ============================================================================== --- head/deskutils/pinot/distinfo Thu Nov 29 22:18:20 2012 (r307981) +++ head/deskutils/pinot/distinfo Thu Nov 29 22:21:49 2012 (r307982) @@ -1,2 +1,2 @@ -SHA256 (pinot-1.01.tar.gz) = a2a82009db05ca7abb4ffbd8baafa8fb820a7e961fd3cdcb21af46bb05eb57d4 -SIZE (pinot-1.01.tar.gz) = 1050430 +SHA256 (pinot-1.02.tar.gz) = ef1a6a2df4b2a1388f33b11be334fb30cca681a39fc93adf18383f8458830fcd +SIZE (pinot-1.02.tar.gz) = 1064857 Modified: head/deskutils/pinot/pkg-plist ============================================================================== --- head/deskutils/pinot/pkg-plist Thu Nov 29 22:18:20 2012 (r307981) +++ head/deskutils/pinot/pkg-plist Thu Nov 29 22:21:49 2012 (r307982) @@ -119,6 +119,7 @@ share/icons/hicolor/22x22/apps/pinot.png share/icons/hicolor/24x24/apps/pinot.png share/icons/hicolor/32x32/apps/pinot.png share/icons/hicolor/48x48/apps/pinot.png +share/locale/cs/LC_MESSAGES/pinot.mo share/locale/de/LC_MESSAGES/pinot.mo share/locale/es/LC_MESSAGES/pinot.mo share/locale/fr/LC_MESSAGES/pinot.mo From owner-svn-ports-all@FreeBSD.ORG Thu Nov 29 22:36: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 036B6D56; Thu, 29 Nov 2012 22:36:44 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DE26D8FC08; Thu, 29 Nov 2012 22:36:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qATMahLf068422; Thu, 29 Nov 2012 22:36:43 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qATMahgm068421; Thu, 29 Nov 2012 22:36:43 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201211292236.qATMahgm068421@svn.freebsd.org> From: Guido Falsi Date: Thu, 29 Nov 2012 22:36:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307983 - head/games/lgeneral X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 29 Nov 2012 22:36:44 -0000 Author: madpilot Date: Thu Nov 29 22:36:43 2012 New Revision: 307983 URL: http://svnweb.freebsd.org/changeset/ports/307983 Log: - Fix build with clang - While I'm here, trim Makefile headers PR: ports/174006 Submitted by: Christian Mangin Feature safe: yes Modified: head/games/lgeneral/Makefile (contents, props changed) Modified: head/games/lgeneral/Makefile ============================================================================== --- head/games/lgeneral/Makefile Thu Nov 29 22:21:49 2012 (r307982) +++ head/games/lgeneral/Makefile Thu Nov 29 22:36:43 2012 (r307983) @@ -1,9 +1,5 @@ -# New ports collection makefile for: lgeneral -# Date created: 27 Aug 2002 -# Whom: Filippo Natali -# +# Created by: Filippo Natali # $FreeBSD$ -# PORTNAME= lgeneral PORTVERSION= 1.2.3 @@ -28,6 +24,7 @@ USE_SDL= sdl USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes +USE_CSTD= gnu89 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 00:50: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 A0414AAE; Fri, 30 Nov 2012 00:50:23 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 859028FC0C; Fri, 30 Nov 2012 00:50:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU0oNOc085847; Fri, 30 Nov 2012 00:50:23 GMT (envelope-from fluffy@svn.freebsd.org) Received: (from fluffy@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU0oNP3085845; Fri, 30 Nov 2012 00:50:23 GMT (envelope-from fluffy@svn.freebsd.org) Message-Id: <201211300050.qAU0oNP3085845@svn.freebsd.org> From: Dima Panov Date: Fri, 30 Nov 2012 00:50:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307984 - head/deskutils/fbreader X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 00:50:23 -0000 Author: fluffy Date: Fri Nov 30 00:50:23 2012 New Revision: 307984 URL: http://svnweb.freebsd.org/changeset/ports/307984 Log: - New MASTER_SITES path Feature safe: yes Modified: head/deskutils/fbreader/Makefile (contents, props changed) Modified: head/deskutils/fbreader/Makefile ============================================================================== --- head/deskutils/fbreader/Makefile Thu Nov 29 22:36:43 2012 (r307983) +++ head/deskutils/fbreader/Makefile Fri Nov 30 00:50:23 2012 (r307984) @@ -10,7 +10,8 @@ PORTVERSION= 0.12.10 PORTREVISION= 2 DISTVERSIONPREFIX= sources- CATEGORIES= deskutils -MASTER_SITES= http://www.fbreader.org/ +MASTER_SITES= http://www.fbreader.org/files/sources/ \ + http://old.fbreader.org/ EXTRACT_SUFX= .tgz MAINTAINER= fluffy@FreeBSD.org From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 01:32: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 57AD8107; Fri, 30 Nov 2012 01:32:02 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3C9458FC08; Fri, 30 Nov 2012 01:32:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU1W2Li091521; Fri, 30 Nov 2012 01:32:02 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU1W2Oj091519; Fri, 30 Nov 2012 01:32:02 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201211300132.qAU1W2Oj091519@svn.freebsd.org> From: Eitan Adler Date: Fri, 30 Nov 2012 01:32:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307985 - head/net-mgmt/p5-Net-IP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 01:32:02 -0000 Author: eadler Date: Fri Nov 30 01:32:01 2012 New Revision: 307985 URL: http://svnweb.freebsd.org/changeset/ports/307985 Log: - Update to 1.26 - Take maintainership Feature safe: yes Modified: head/net-mgmt/p5-Net-IP/Makefile head/net-mgmt/p5-Net-IP/distinfo Modified: head/net-mgmt/p5-Net-IP/Makefile ============================================================================== --- head/net-mgmt/p5-Net-IP/Makefile Fri Nov 30 00:50:23 2012 (r307984) +++ head/net-mgmt/p5-Net-IP/Makefile Fri Nov 30 01:32:01 2012 (r307985) @@ -1,15 +1,13 @@ # Created by: Kimura Fuyuki -# # $FreeBSD$ PORTNAME= Net-IP -PORTVERSION= 1.25 -PORTREVISION= 3 +PORTVERSION= 1.26 CATEGORIES= net-mgmt perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eadler@FreeBSD.org COMMENT= Perl extension for manipulating IPv4/IPv6 addresses PERL_CONFIGURE= yes Modified: head/net-mgmt/p5-Net-IP/distinfo ============================================================================== --- head/net-mgmt/p5-Net-IP/distinfo Fri Nov 30 00:50:23 2012 (r307984) +++ head/net-mgmt/p5-Net-IP/distinfo Fri Nov 30 01:32:01 2012 (r307985) @@ -1,2 +1,2 @@ -SHA256 (Net-IP-1.25.tar.gz) = 4cd6e2202fd88c46d5458d19bbea80e257b6ba0ec57ea3ac8ae94ed48c9a60c7 -SIZE (Net-IP-1.25.tar.gz) = 25749 +SHA256 (Net-IP-1.26.tar.gz) = 040f16f3066647d761b724a3b70754d28cbd1e6fe5ea01c63ed1cd857117d639 +SIZE (Net-IP-1.26.tar.gz) = 30866 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 02:44: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 5D3C31D3; Fri, 30 Nov 2012 02:44:56 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 405338FC08; Fri, 30 Nov 2012 02:44:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU2iu9Z001257; Fri, 30 Nov 2012 02:44:56 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU2iuwx001255; Fri, 30 Nov 2012 02:44:56 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211300244.qAU2iuwx001255@svn.freebsd.org> From: Wesley Shields Date: Fri, 30 Nov 2012 02:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307986 - head/mail/gmime24 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 02:44:56 -0000 Author: wxs Date: Fri Nov 30 02:44:55 2012 New Revision: 307986 URL: http://svnweb.freebsd.org/changeset/ports/307986 Log: Update to 2.4.33. PR: ports/173968 Submitted by: Alan Hicks (maintainer) Feature safe: yes Modified: head/mail/gmime24/Makefile (contents, props changed) head/mail/gmime24/distinfo (contents, props changed) Modified: head/mail/gmime24/Makefile ============================================================================== --- head/mail/gmime24/Makefile Fri Nov 30 01:32:01 2012 (r307985) +++ head/mail/gmime24/Makefile Fri Nov 30 02:44:55 2012 (r307986) @@ -6,7 +6,7 @@ # PORTNAME= gmime -PORTVERSION= 2.4.32 +PORTVERSION= 2.4.33 PORTREVISION?= 0 CATEGORIES?= mail MASTER_SITES= GNOME Modified: head/mail/gmime24/distinfo ============================================================================== --- head/mail/gmime24/distinfo Fri Nov 30 01:32:01 2012 (r307985) +++ head/mail/gmime24/distinfo Fri Nov 30 02:44:55 2012 (r307986) @@ -1,2 +1,2 @@ -SHA256 (gmime-2.4.32.tar.xz) = a0e8f3a1949e7281e92edc5dd6309a7ca34b6838c6acf7b7f1563a41b5ddd74b -SIZE (gmime-2.4.32.tar.xz) = 685512 +SHA256 (gmime-2.4.33.tar.xz) = 27dfa99967c19d2e8707b2670bd084dd514167925cca92cbd474298fc515d391 +SIZE (gmime-2.4.33.tar.xz) = 692336 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 02:53: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 8EB7848D for ; Fri, 30 Nov 2012 02:53:02 +0000 (UTC) (envelope-from lists@eitanadler.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 E1D3B8FC14 for ; Fri, 30 Nov 2012 02:53:01 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so137867lbb.13 for ; Thu, 29 Nov 2012 18:53:00 -0800 (PST) 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=adfagzLoCHqQNAit75eg9SxX+HO6luh4aXE3Vn4QUqc=; b=muYFzwaT79AL5mf6wAa1Iej6Pplu9XxsAWN5IGTbMVpL9aq6QVjlAuArC+qPBit8W/ 5no3CBfNlvJXGmybGH21UTDpCGs9zfKte4vOnxzSKIaph/KNtvgMQfZ0C0EaKa4wbFfY cdmtOHbuiO3TmTPGCabYlFn3n0vtt9keVTTe0= 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=adfagzLoCHqQNAit75eg9SxX+HO6luh4aXE3Vn4QUqc=; b=ReziHDisa9h3LXSAQBuds6SurIQ65TaxsCCfBdX3TIIkL09V1LKhAUpAgSG+d6ACAR xSzSP/MYJ2xLz60wAtFNxQ4N0m99JRd6QFa9KM5fOTRn5GaupUt9npSAr//JufIb9WW2 ayrIUSNcCJgG19OiR+efcHSD1WV73GOTX42thUu21GTszzBaqrpgRbu8SalJkbSD+zPo dqTGYz+UHA/4SbwKxDCYF/Y7Gc1uvxPsu1ljpIKKT+/Xn5O4jxVYm8iS8pvJWL67fW0N RELOqDce4oWkFPUfocERC4wjxPYeVZBEgm09g7q0bhyKrMow11NCwS3QCNGZRH2oXMhw nNOQ== Received: by 10.152.103.100 with SMTP id fv4mr23350170lab.39.1354243980461; Thu, 29 Nov 2012 18:53:00 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Thu, 29 Nov 2012 18:52:30 -0800 (PST) In-Reply-To: <20121129133225.9e3dbd297872a7d3d8e949f5@FreeBSD.org> References: <201211281129.qASBT6Aw015051@svn.freebsd.org> <20121128213502.b5cd8fab508df17bad16c635@FreeBSD.org> <20121129133225.9e3dbd297872a7d3d8e949f5@FreeBSD.org> From: Eitan Adler Date: Thu, 29 Nov 2012 21:52:30 -0500 X-Google-Sender-Auth: HC2nSmlHMzfZJnisL6HwnybmIMQ Message-ID: Subject: Re: svn commit: r307902 - head/graphics/grafx2/files To: Emanuel Haupt Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnQajoQs7EFGyURjDsLkiZyMj7m8fKA4Ife5SEcmpbE+zL8MEFtsT/k87nGxzsB5koBFvjT Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 02:53:02 -0000 On 29 November 2012 07:32, Emanuel Haupt wrote: > Eitan Adler wrote: >> On 28 November 2012 15:35, Emanuel Haupt wrote: >> > Eitan Adler wrote: >> >> On 28 November 2012 06:29, Emanuel Haupt >> >> wrote: >> >> > Author: ehaupt >> >> > Date: Wed Nov 28 11:29:06 2012 >> >> > New Revision: 307902 >> >> > URL: http://svnweb.freebsd.org/changeset/ports/307902 >> >> > >> >> > Log: >> >> > Add patchfile. >> >> >> >> What does the patchfile do? Why is it needed? Was upstream >> >> contacted? >> >> >> >> - these should be documented in the log message. >> > >> > It is part of the update 2 minutes earlier. I thought this was >> > obvious. >> >> Ah, I didn't see this. In any case it would help to document these >> things - especially the part about whether upstream ACKed/NACKed the >> patch. > > You're right, I should have mentioned that in my follow up commit. The > patch has been submitted upstream. Haven't heard back so far. Thanks. My mail may have seemed unnecessarily strong. I just try to mention these things so people don't forget the next time. ~ Eitan - king of making mistakes :) From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 02:54: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 378A2571; Fri, 30 Nov 2012 02:54:40 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 017358FC12; Fri, 30 Nov 2012 02:54:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU2sdW1002531; Fri, 30 Nov 2012 02:54:39 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU2sdCl002528; Fri, 30 Nov 2012 02:54:39 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211300254.qAU2sdCl002528@svn.freebsd.org> From: Wesley Shields Date: Fri, 30 Nov 2012 02:54:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307987 - head/devel/bmake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 02:54:40 -0000 Author: wxs Date: Fri Nov 30 02:54:39 2012 New Revision: 307987 URL: http://svnweb.freebsd.org/changeset/ports/307987 Log: Update to 20121111. PR: ports/173701 Submitted by: Mikolaj Golub (maintainer) Feature safe: yes Modified: head/devel/bmake/Makefile (contents, props changed) head/devel/bmake/distinfo (contents, props changed) Modified: head/devel/bmake/Makefile ============================================================================== --- head/devel/bmake/Makefile Fri Nov 30 02:44:55 2012 (r307986) +++ head/devel/bmake/Makefile Fri Nov 30 02:54:39 2012 (r307987) @@ -6,13 +6,13 @@ # PORTNAME= bmake -PORTVERSION= 20120831 +PORTVERSION= 20121111 CATEGORIES= devel MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/sjg/ \ http://www.gtlib.cc.gatech.edu/pub/NetBSD/misc/sjg/ \ ftp://ftp.uk.netbsd.org/pub/NetBSD/misc/sjg/ \ ftp://ftp.de.netbsd.org/pub/NetBSD/misc/sjg/ -DISTFILES= bmake-${PORTVERSION}.tar.gz mk-20120808.tar.gz +DISTFILES= bmake-${PORTVERSION}.tar.gz mk-20121106.tar.gz MAINTAINER= trociny@FreeBSD.org COMMENT= Portable version of NetBSD 'make' utility Modified: head/devel/bmake/distinfo ============================================================================== --- head/devel/bmake/distinfo Fri Nov 30 02:44:55 2012 (r307986) +++ head/devel/bmake/distinfo Fri Nov 30 02:54:39 2012 (r307987) @@ -1,4 +1,4 @@ -SHA256 (bmake-20120831.tar.gz) = 7dcc2bf513632dc08cac63e96d5bdd157378df9e72154b059e2cfa1b78a71b04 -SIZE (bmake-20120831.tar.gz) = 436705 -SHA256 (mk-20120808.tar.gz) = 012ce7b1dc58c65135aa7624ff44eea7bcb4fc9aa664f4b6a7aa47963a77e625 -SIZE (mk-20120808.tar.gz) = 70999 +SHA256 (bmake-20121111.tar.gz) = 757b1da82da0960852bb312e00e13b2b4d5a3da1ba07abf6dc44a80dc77bd963 +SIZE (bmake-20121111.tar.gz) = 419741 +SHA256 (mk-20121106.tar.gz) = 47be2b6abef8772fb8595a7dcf12b59c4352b5702fab2697f6c3c62bdf7b4b79 +SIZE (mk-20121106.tar.gz) = 72285 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 02:58: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 563F46EE; Fri, 30 Nov 2012 02:58:38 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 21A138FC14; Fri, 30 Nov 2012 02:58:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU2wbc6003130; Fri, 30 Nov 2012 02:58:38 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU2wbWi003128; Fri, 30 Nov 2012 02:58:37 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211300258.qAU2wbWi003128@svn.freebsd.org> From: Wesley Shields Date: Fri, 30 Nov 2012 02:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307988 - in head/net-mgmt: argus3 argus3-clients X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 02:58:38 -0000 Author: wxs Date: Fri Nov 30 02:58:37 2012 New Revision: 307988 URL: http://svnweb.freebsd.org/changeset/ports/307988 Log: Pass maintainer to Paul Schmehl. Thank you Alexander for your work on these. PR: ports/173756 Submitted by: Alexander Demin (old maintainer) Approved by: new maintainer Feature safe: yes Modified: head/net-mgmt/argus3-clients/Makefile (contents, props changed) head/net-mgmt/argus3/Makefile (contents, props changed) Modified: head/net-mgmt/argus3-clients/Makefile ============================================================================== --- head/net-mgmt/argus3-clients/Makefile Fri Nov 30 02:54:39 2012 (r307987) +++ head/net-mgmt/argus3-clients/Makefile Fri Nov 30 02:58:37 2012 (r307988) @@ -11,7 +11,7 @@ CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ -MAINTAINER= support@spectrum.ru +MAINTAINER= pauls@utdallus.edu COMMENT= Client programs for the argus IP network transaction auditing tool CONFLICTS= argus-clients-2* argus-clients-sasl-2* Modified: head/net-mgmt/argus3/Makefile ============================================================================== --- head/net-mgmt/argus3/Makefile Fri Nov 30 02:54:39 2012 (r307987) +++ head/net-mgmt/argus3/Makefile Fri Nov 30 02:58:37 2012 (r307988) @@ -11,7 +11,7 @@ CATEGORIES= net-mgmt security MASTER_SITES= http://qosient.com/argus/src/ \ ftp://qosient.com/pub/argus/src/ -MAINTAINER= support@spectrum.ru +MAINTAINER= pauls@utdallus.edu COMMENT= A generic IP network transaction auditing tool CONFLICTS= argus-2* argus-sasl-2* argus-clients-2* From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 03:01: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 325B7A2A for ; Fri, 30 Nov 2012 03:01:54 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 96FD68FC0C for ; Fri, 30 Nov 2012 03:01:53 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so15487lah.13 for ; Thu, 29 Nov 2012 19:01:52 -0800 (PST) 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=KYNOFu8IrjvtHZKx4QjmXwu4cK7bITdG8mFiRA3MOkk=; b=imDylQeoZHpOoDVO4N1rzI5ajF1vSmecNnIOlSGO5GJCqvEuFnl9szsao03zsSHLht eNrD29VzGpdWYo6qIPXmJSc/hTUQOawmfGDBi4+tcQ38B1Qw6/oVlQjNs3Xy7H8xFkkV DoOBnsKY3OFvI9K1WRyqIQmPw0XwMgiMi7sHI= 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=KYNOFu8IrjvtHZKx4QjmXwu4cK7bITdG8mFiRA3MOkk=; b=AN7sBeCCVFtC4liAJi5R9F0NeHq6M6l33Y5/Cc2/3JHpfNXttSUKSDpbdT8Hf+gMq6 BPWKpiLQpwza1CQE//lkFnfr+MtZlDcRxtgFO8OVLlE0Mbyv+MC8aKdvnGLAxcif6rEu zwg0L34wUqZoI/BVelhSumCmYwS35t25v7mKNmVOyUF1wf0Fh/rifcMvZjHnsGVA1WL6 L4lXhRL9Qq8jXSWz1CFMcP7p7u9wPzWUjCNbhP3kDwrLGZd5qxJkwov54fZZBMVPDJSj 2k4MGeN31vNAPy2Y40dMcTUYQe8h24MunMm1opWe/x4SNlavRzD6Xhg3HP8hkyWHmiZT gj2Q== Received: by 10.152.103.100 with SMTP id fv4mr23367322lab.39.1354244512522; Thu, 29 Nov 2012 19:01:52 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Thu, 29 Nov 2012 19:01:22 -0800 (PST) In-Reply-To: <20121129152827.GB54704@FreeBSD.org> References: <201211281109.qASB9dPm010874@svn.freebsd.org> <20121128115359.GA53862@FreeBSD.org> <20121128130417.GA31569@ravenloft.kiev.ua> <20121128160825.GB53862@FreeBSD.org> <20121128200920.GA41552@ravenloft.kiev.ua> <20121129015159.GB11624@FreeBSD.org> <20121129123659.GA91931@ravenloft.kiev.ua> <20121129152827.GB54704@FreeBSD.org> From: Eitan Adler Date: Thu, 29 Nov 2012 22:01:22 -0500 X-Google-Sender-Auth: PW2IzU8j4IuYWeHaXSEigZ99Z-I Message-ID: Subject: Re: svn commit: r307899 - head/benchmarks/super-smack To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQl/u9i4dONqkcC0xHHLMlxHpgocyoGCTQUmWOKH1hIJTfimNsdBPregFo9vaFFPg05enQxh Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Alex Kozlov X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 03:01:54 -0000 On 29 November 2012 10:28, Alexey Dokuchaev wrote: > On Thu, Nov 29, 2012 at 02:36:59PM +0200, Alex Kozlov wrote: >> On Thu, Nov 29, 2012 at 01:51:59AM +0000, Alexey Dokuchaev wrote: >> > Not sure, probably not. pkg-descr was always kinda gray area, since most >> > people do not really care how does it look (or do they look). So I think >> > there are no firm standards. I would suggest use your best judgment and >> > sense of aesthetics. It's good that at least recently we seem to have >> > consensus on preferring space to tab after WWW: (and similar) lines. >> >> Implicit knowledge is bad. General consensus about these things need to be >> configrmed and then they should be documented. > > Agreed. Given recent rise of opinions and feeling over port descriptions, > I start to feel the need for written down bylaws. Please get these into the PH - if you need help with the docbook syntax just ask! -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 03:04: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 E6862B32; Fri, 30 Nov 2012 03:04:12 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CA4268FC15; Fri, 30 Nov 2012 03:04:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU34Cjh004409; Fri, 30 Nov 2012 03:04:12 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU34Cm4004408; Fri, 30 Nov 2012 03:04:12 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211300304.qAU34Cm4004408@svn.freebsd.org> From: Wesley Shields Date: Fri, 30 Nov 2012 03:04:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307989 - head/audio/libaacplus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 03:04:13 -0000 Author: wxs Date: Fri Nov 30 03:04:12 2012 New Revision: 307989 URL: http://svnweb.freebsd.org/changeset/ports/307989 Log: Remove some dead MASTER_SITES. PR: ports/173759 Submitted by: Takefu (maintainer) Feature safe: yes Modified: head/audio/libaacplus/Makefile (contents, props changed) Modified: head/audio/libaacplus/Makefile ============================================================================== --- head/audio/libaacplus/Makefile Fri Nov 30 02:58:37 2012 (r307988) +++ head/audio/libaacplus/Makefile Fri Nov 30 03:04:12 2012 (r307989) @@ -5,9 +5,7 @@ PORTNAME= libaacplus PORTVERSION= 2.0.2 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://tipok.org.ua/downloads/media/aac+/libaacplus/:site1\ - http://217.20.164.161/~tipok/aacplus/:site1\ - http://media.wnet.ua/~tipok/aacplus/:site1\ +MASTER_SITES= http://media.wnet.ua/~tipok/aacplus/:site1\ ftp://ftp.3gpp.org/Specs/archive/26_series/26.410/:site2\ http://www.3gpp.org/ftp/Specs/archive/26_series/26.410/:site2 DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:site1\ From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 03:27: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 EED394D6; Fri, 30 Nov 2012 03:27:04 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C8D898FC14; Fri, 30 Nov 2012 03:27:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU3R4MR007630; Fri, 30 Nov 2012 03:27:04 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU3R4Yb007627; Fri, 30 Nov 2012 03:27:04 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211300327.qAU3R4Yb007627@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 30 Nov 2012 03:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307990 - head/games/minecraft-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 03:27:05 -0000 Author: jhale Date: Fri Nov 30 03:27:04 2012 New Revision: 307990 URL: http://svnweb.freebsd.org/changeset/ports/307990 Log: - Update to 1.4.5 - Convert to new options framework [1] - Whitespace cleanup [1] - Trim Makefile header [1] PR: ports/173288 (based on) Submitted by: maintainer Approved by: maintainer timeout (2 weeks) [1] Feature safe: yes Modified: head/games/minecraft-server/Makefile (contents, props changed) head/games/minecraft-server/distinfo (contents, props changed) head/games/minecraft-server/pkg-plist (contents, props changed) Modified: head/games/minecraft-server/Makefile ============================================================================== --- head/games/minecraft-server/Makefile Fri Nov 30 03:04:12 2012 (r307989) +++ head/games/minecraft-server/Makefile Fri Nov 30 03:27:04 2012 (r307990) @@ -1,20 +1,16 @@ -# New ports collection makefile for: minecraft-client -# Date created: 12 November 2011 -# Whom: Martin Kropfinger -# +# Created by: Martin Kropfinger # $FreeBSD$ -# PORTNAME= minecraft-server -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.4.5 CATEGORIES= games java MASTER_SITES= http://s3.amazonaws.com/MinecraftDownload/launcher/ \ http://denkrobat.de/minecraft/ \ - http://www.minecraftwiki.net/images/f/f7/:icon + http://media-mcw.cursecdn.com/f/f7/:icon DISTNAME= minecraft_server DISTFILES= minecraft_server.jar \ Bookshelf.png:icon +DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= #empty MAINTAINER= freebsd@rakor-net.de @@ -22,12 +18,11 @@ COMMENT= Server for the block building g RUN_DEPENDS= tmux:${PORTSDIR}/sysutils/tmux -OPTIONS= X11 "Build with X11 support" On +OPTIONS_DEFINE= X11 +OPTIONS_DEFAULT=X11 ETCDIR= ${PREFIX}/etc/minecraft -.include - WRKSRC= ${WRKDIR} NO_BUILD= yes USE_JAVA= yes @@ -46,11 +41,18 @@ CONFIG_FILES= banned-ips.txt \ server.properties \ white-list.txt -.if !defined(WITHOUT_X11) -DESKTOP_ENTRIES="Minecraft-Server" "Block building game (server)" "${DATADIR}/Bookshelf.png" "minecraft-server" "Application;Game;" false +.include + +.if ${PORT_OPTIONS:MX11} +DESKTOP_ENTRIES="Minecraft-Server" \ + "Block building game (server)" \ + "${PORTNAME}" \ + "${PORTNAME}" \ + "Application;Game;" \ + false .endif -.if !defined(WITHOUT_X11) +.if ${PORT_OPTIONS:MX11} PLIST_SUB+= X11="" .else PLIST_SUB+= X11="@comment " @@ -59,18 +61,18 @@ PLIST_SUB+= X11="@comment " do-install: ${MKDIR} ${DATADIR} (${INSTALL_DATA} "${DISTDIR}/minecraft_server.jar" ${DATADIR}/) -.if !defined(WITHOUT_X11) - (${INSTALL_DATA} "${DISTDIR}/Bookshelf.png" ${DATADIR}/) +.if ${PORT_OPTIONS:MX11} + (${INSTALL_DATA} "${DISTDIR}/Bookshelf.png" ${PREFIX}/share/pixmaps/minecraft-server.png) .endif - echo "#!/bin/sh" > ${WRKDIR}/${PORTNAME} - echo "if ! test -d ~/.minecraft-server ; then" >> ${WRKDIR}/${PORTNAME} - echo " mkdir ~/.minecraft-server" >> ${WRKDIR}/${PORTNAME} - echo "fi" >> ${WRKDIR}/${PORTNAME} - echo "cd ~/.minecraft-server" >> ${WRKDIR}/${PORTNAME} + echo "#!/bin/sh" > ${WRKDIR}/${PORTNAME} + echo "if ! test -d ~/.minecraft-server ; then" >> ${WRKDIR}/${PORTNAME} + echo " mkdir ~/.minecraft-server" >> ${WRKDIR}/${PORTNAME} + echo "fi" >> ${WRKDIR}/${PORTNAME} + echo "cd ~/.minecraft-server" >> ${WRKDIR}/${PORTNAME} ${CP} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}-nogui - echo "java -Xmx1024M -Xms1024M -jar ${DATADIR}/minecraft_server.jar" >> ${WRKDIR}/${PORTNAME} - echo "java -Xmx1024M -Xms1024M -jar ${DATADIR}/minecraft_server.jar nogui" >> ${WRKDIR}/${PORTNAME}-nogui -.if !defined(WITHOUT_X11) + echo "java -Xmx1024M -Xms1024M -jar ${DATADIR}/minecraft_server.jar" >> ${WRKDIR}/${PORTNAME} + echo "java -Xmx1024M -Xms1024M -jar ${DATADIR}/minecraft_server.jar nogui" >> ${WRKDIR}/${PORTNAME}-nogui +.if ${PORT_OPTIONS:MX11} ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/ .endif ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-nogui ${PREFIX}/bin/ Modified: head/games/minecraft-server/distinfo ============================================================================== --- head/games/minecraft-server/distinfo Fri Nov 30 03:04:12 2012 (r307989) +++ head/games/minecraft-server/distinfo Fri Nov 30 03:27:04 2012 (r307990) @@ -1,4 +1,4 @@ -SHA256 (minecraft_server.jar) = 7251feae7527569de15eb10e79839d2d254fe5095d0fe46d29034fc90a3514d1 -SIZE (minecraft_server.jar) = 1345637 -SHA256 (Bookshelf.png) = fe5e7f0bbbbe284379cb5e7aed8d539b727a3039f7fe8c64a179e4fc2a0e1821 -SIZE (Bookshelf.png) = 9674 +SHA256 (minecraft-server/1.4.5/minecraft_server.jar) = b8af871d6b0a03dd2fe65ee9238bb52c60dd5e30d3ded0f37a9eb860e5df206d +SIZE (minecraft-server/1.4.5/minecraft_server.jar) = 2047972 +SHA256 (minecraft-server/1.4.5/Bookshelf.png) = fe5e7f0bbbbe284379cb5e7aed8d539b727a3039f7fe8c64a179e4fc2a0e1821 +SIZE (minecraft-server/1.4.5/Bookshelf.png) = 9674 Modified: head/games/minecraft-server/pkg-plist ============================================================================== --- head/games/minecraft-server/pkg-plist Fri Nov 30 03:04:12 2012 (r307989) +++ head/games/minecraft-server/pkg-plist Fri Nov 30 03:27:04 2012 (r307990) @@ -1,6 +1,5 @@ @stopdaemon minecraft %%DATADIR%%/minecraft_server.jar -%%X11%%%%DATADIR%%/Bookshelf.png %%X11%%bin/minecraft-server bin/minecraft-server-nogui @exec mkdir -p %D/etc/minecraft @@ -24,5 +23,6 @@ bin/minecraft-server-nogui @exec if [ ! -f %D/etc/minecraft/banned-ips.txt ] ; then cp -p %D/%F %B/banned-ips.txt; fi %%DATADIR%%/banned-players.txt.sample @exec if [ ! -f %D/etc/minecraft/banned-players.txt ] ; then cp -p %D/%F %B/banned-players.txt; fi +%%X11%%share/pixmaps/minecraft-server.png @dirrmtry %%DATADIR%% @dirrmtry etc/minecraft From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 03:57: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 72ECDF38; Fri, 30 Nov 2012 03:57:00 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 523788FC08; Fri, 30 Nov 2012 03:57:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU3v0c3011653; Fri, 30 Nov 2012 03:57:00 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU3v05Y011651; Fri, 30 Nov 2012 03:57:00 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201211300357.qAU3v05Y011651@svn.freebsd.org> From: Eitan Adler Date: Fri, 30 Nov 2012 03:57:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307991 - head/devel/arduino X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 03:57:00 -0000 Author: eadler Date: Fri Nov 30 03:56:59 2012 New Revision: 307991 URL: http://svnweb.freebsd.org/changeset/ports/307991 Log: Turn maintainer over to new volunteer Trim headers PR: ports/174008 Submitted by: wblock (maintainer) Feature safe: yes Modified: head/devel/arduino/Makefile Modified: head/devel/arduino/Makefile ============================================================================== --- head/devel/arduino/Makefile Fri Nov 30 03:27:04 2012 (r307990) +++ head/devel/arduino/Makefile Fri Nov 30 03:56:59 2012 (r307991) @@ -1,6 +1,4 @@ -# New ports collection makefile for: arduino -# Date created: 10 Feb 2010 -# Whom: Warren Block +# Created by: Warren Block # $FreeBSD$ PORTNAME= arduino @@ -12,7 +10,7 @@ MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-linux EXTRACT_SUFX= .tgz -MAINTAINER= wblock@freebsd.org +MAINTAINER= leres@ee.lbl.gov COMMENT= Open-source electronics prototyping platform RUN_DEPENDS= ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar:${PORTSDIR}/comms/rxtx \ From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 04:25: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 EE2B162D; Fri, 30 Nov 2012 04:25:23 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D06A28FC14; Fri, 30 Nov 2012 04:25:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU4PNqg015518; Fri, 30 Nov 2012 04:25:23 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU4PNPH015517; Fri, 30 Nov 2012 04:25:23 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201211300425.qAU4PNPH015517@svn.freebsd.org> From: Xin LI Date: Fri, 30 Nov 2012 04:25:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307992 - head/net/openldap24-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 04:25:24 -0000 Author: delphij Date: Fri Nov 30 04:25:23 2012 New Revision: 307992 URL: http://svnweb.freebsd.org/changeset/ports/307992 Log: o Correct typo. PR: ports/173663 Submitted by: Chris Mikkelson Feature safe: yes Modified: head/net/openldap24-server/Makefile Modified: head/net/openldap24-server/Makefile ============================================================================== --- head/net/openldap24-server/Makefile Fri Nov 30 03:56:59 2012 (r307991) +++ head/net/openldap24-server/Makefile Fri Nov 30 04:25:23 2012 (r307992) @@ -292,7 +292,7 @@ CONFIGURE_ARGS+= --enable-rwm=${OVERLAY_ .if ${PORT_OPTIONS:MSEQMOD} CONFIGURE_ARGS+= --enable-seqmod=${OVERLAY_ENABLE} .else -CONFIGURE_ARGS+= --disble-seqmod +CONFIGURE_ARGS+= --disable-seqmod .endif .if ${PORT_OPTIONS:MSSSVLV} From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 04:52:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 7FFA7A3D; Fri, 30 Nov 2012 04:52:35 +0000 (UTC) Date: Fri, 30 Nov 2012 04:52:35 +0000 From: Alexey Dokuchaev To: Bryan Drewery Subject: Re: svn commit: r307981 - head/databases/freetds-devel Message-ID: <20121130045235.GB59751@FreeBSD.org> References: <201211292218.qATMIKdB066072@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211292218.qATMIKdB066072@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 04:52:35 -0000 On Thu, Nov 29, 2012 at 10:18:20PM +0000, Bryan Drewery wrote: > New Revision: 307981 > URL: http://svnweb.freebsd.org/changeset/ports/307981 > > +# OPTIONS_DEFINE= OPENSSL GNUTLS IODBC UNIXODBC MSDBLIB > +OPTIONS_DEFINE= MSDBLIB Looks like something is wrong here. > +OPENSSL_DESC= Use OpenSSL > +GNUTLS_DESC= Use GnuTLS > +IODBC_DESC= Depend on iodbc > +UNIXODBC_DESC= Depend on unixodbc > +MSDBLIB_DESC= MS SQL Server compatibility (breaks databases/sybtcl) I think at least for four out of five descriptions defaults could be used from bsd.options.desc.mk (MSDBLIB is the only missing and special). ./danfe From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 05:14: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 30F68ED2; Fri, 30 Nov 2012 05:14:19 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F08658FC12; Fri, 30 Nov 2012 05:14:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU5EIcs021892; Fri, 30 Nov 2012 05:14:18 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU5EIF4021889; Fri, 30 Nov 2012 05:14:18 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211300514.qAU5EIF4021889@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 30 Nov 2012 05:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307993 - head/net/heybuddy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 05:14:19 -0000 Author: jhale Date: Fri Nov 30 05:14:18 2012 New Revision: 307993 URL: http://svnweb.freebsd.org/changeset/ports/307993 Log: - Update to 0.2.4 [1] - Trim Makefile header [2] - Remove indefinite article from COMMENT [2] - Add .desktop file [2] - Make NLS optional [2] PR: ports/173181 Submitted by: Beni Keller (maintainer) [1] Approved by: maintainer (via private mail) [2] Feature safe: yes Modified: head/net/heybuddy/Makefile (contents, props changed) head/net/heybuddy/distinfo (contents, props changed) head/net/heybuddy/pkg-plist (contents, props changed) Modified: head/net/heybuddy/Makefile ============================================================================== --- head/net/heybuddy/Makefile Fri Nov 30 04:25:23 2012 (r307992) +++ head/net/heybuddy/Makefile Fri Nov 30 05:14:18 2012 (r307993) @@ -1,43 +1,60 @@ -# New ports collection makefile for: heybuddy -# Date created: 14 April 2011 -# Whom: Beni Keller -# +# Created by: Beni Keller # $FreeBSD$ -# PORTNAME= heybuddy -PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTVERSION= 0.2.4 CATEGORIES= net -MASTER_SITES= http://launchpad.net/${PORTNAME}/0.2/${PORTVERSION}/+download/ \ +MASTER_SITES= http://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ \ http://freebsd.grindcore.ch/distfiles/ EXTRACT_SUFX= .tgz MAINTAINER= navigium@grindcore.ch -COMMENT= A supposedly light, feature free identi.ca client +COMMENT= Supposedly light, feature free identi.ca client LICENSE= GPLv3 FETCH_ARGS= -Fpr USE_PYTHON= yes +USE_GNOME= desktopfileutils pygtk2 + +DESKTOP_ENTRIES= "Heybuddy" \ + "Light identi.ca client" \ + "${PORTNAME}" \ + "${PORTNAME}" \ + "" \ + false + +.include + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes -USE_GNOME= pygtk2 +PLIST_SUB+= NLS="" +.else +PLIST_SUB+= NLS="@comment " +.endif post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/heybuddy.py - @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/heybuddy.py + @${REINPLACE_CMD} \ + -e 's|%%PREFIX%%|${PREFIX}|g' \ + -e 's|%%DATADIR%%|${DATADIR}|g' \ + ${WRKSRC}/${PORTNAME}.py + @${MV} ${WRKSRC}/${PORTNAME}.py ${WRKDIR} do-build: ${PYTHON_CMD} -mcompileall ${WRKSRC} + ${PYTHON_CMD} -O -mcompileall ${WRKSRC} do-install: - @${RM} ${WRKSRC}/ChangeLog ${WRKSRC}/gpl-3.0.txt - @${MV} ${WRKSRC}/*.bak ${WRKDIR} - @${MV} ${WRKSRC}/*.orig ${WRKDIR} - @${MV} ${WRKSRC}/locales ${WRKDIR} - @${MV} ${WRKSRC}/${PORTNAME}.py ${WRKDIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR}) - (cd ${WRKDIR}/locales && ${COPYTREE_SHARE} . ${PREFIX}/share/locale) - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME} + @${MKDIR} ${DATADIR} + cd ${WRKSRC} && ${INSTALL_DATA} README.txt *.py *.py[co] ${DATADIR} + cd ${WRKDIR} && ${INSTALL_SCRIPT} ${PORTNAME}.py ${PREFIX}/bin/${PORTNAME} + cd ${WRKSRC}/assets && ${INSTALL_DATA} icon64.png ${PREFIX}/share/pixmaps/${PORTNAME}.png + @cd ${WRKSRC} && ${COPYTREE_SHARE} assets ${DATADIR} +.if ${PORT_OPTIONS:MNLS} + @cd ${WRKSRC}/locales && ${COPYTREE_SHARE} . ${PREFIX}/share/locale +.endif + +post-install: + -@update-desktop-database .include Modified: head/net/heybuddy/distinfo ============================================================================== --- head/net/heybuddy/distinfo Fri Nov 30 04:25:23 2012 (r307992) +++ head/net/heybuddy/distinfo Fri Nov 30 05:14:18 2012 (r307993) @@ -1,2 +1,2 @@ -SHA256 (heybuddy-0.2.2.tgz) = 4bcc26cecb374bacce0dce401d29e2d8d6e9ac5c3c931e1288347d6cde4e4ce1 -SIZE (heybuddy-0.2.2.tgz) = 77455 +SHA256 (heybuddy-0.2.4.tgz) = 233c4f3bc158240d57f6fc69c2810ca74de103d8c9d076a0f3e8eebd6b4330e2 +SIZE (heybuddy-0.2.4.tgz) = 84264 Modified: head/net/heybuddy/pkg-plist ============================================================================== --- head/net/heybuddy/pkg-plist Fri Nov 30 04:25:23 2012 (r307992) +++ head/net/heybuddy/pkg-plist Fri Nov 30 05:14:18 2012 (r307993) @@ -1,46 +1,65 @@ -@comment $FreeBSD$ bin/heybuddy %%DATADIR%%/About.py %%DATADIR%%/About.pyc +%%DATADIR%%/About.pyo %%DATADIR%%/CertificateValidatingHTTPSHandler.py %%DATADIR%%/CertificateValidatingHTTPSHandler.pyc +%%DATADIR%%/CertificateValidatingHTTPSHandler.pyo %%DATADIR%%/Communicator.py %%DATADIR%%/Communicator.pyc +%%DATADIR%%/Communicator.pyo %%DATADIR%%/Configuration.py %%DATADIR%%/Configuration.pyc +%%DATADIR%%/Configuration.pyo %%DATADIR%%/ContextPage.py %%DATADIR%%/ContextPage.pyc +%%DATADIR%%/ContextPage.pyo %%DATADIR%%/Dent.py %%DATADIR%%/Dent.pyc +%%DATADIR%%/Dent.pyo %%DATADIR%%/DentButton.py %%DATADIR%%/DentButton.pyc +%%DATADIR%%/DentButton.pyo %%DATADIR%%/DentScroller.py %%DATADIR%%/DentScroller.pyc +%%DATADIR%%/DentScroller.pyo %%DATADIR%%/FilterFrame.py %%DATADIR%%/FilterFrame.pyc +%%DATADIR%%/FilterFrame.pyo %%DATADIR%%/GroupPage.py %%DATADIR%%/GroupPage.pyc +%%DATADIR%%/GroupPage.pyo %%DATADIR%%/ImageCache.py %%DATADIR%%/ImageCache.pyc +%%DATADIR%%/ImageCache.pyo %%DATADIR%%/MainWindow.py %%DATADIR%%/MainWindow.pyc +%%DATADIR%%/MainWindow.pyo %%DATADIR%%/Notify.py %%DATADIR%%/Notify.pyc +%%DATADIR%%/Notify.pyo %%DATADIR%%/PlatformSpecific.py %%DATADIR%%/PlatformSpecific.pyc +%%DATADIR%%/PlatformSpecific.pyo %%DATADIR%%/README.txt %%DATADIR%%/ScrollPage.py %%DATADIR%%/ScrollPage.pyc +%%DATADIR%%/ScrollPage.pyo %%DATADIR%%/SettingsPage.py %%DATADIR%%/SettingsPage.pyc +%%DATADIR%%/SettingsPage.pyo %%DATADIR%%/StatusIcon.py %%DATADIR%%/StatusIcon.pyc +%%DATADIR%%/StatusIcon.pyo +%%DATADIR%%/TagPage.py +%%DATADIR%%/TagPage.pyc +%%DATADIR%%/TagPage.pyo %%DATADIR%%/UserPage.py %%DATADIR%%/UserPage.pyc +%%DATADIR%%/UserPage.pyo %%DATADIR%%/XMLProcessor.py %%DATADIR%%/XMLProcessor.pyc -%%DATADIR%%/_dev/get_text -%%DATADIR%%/_dev/heybuddy.pot +%%DATADIR%%/XMLProcessor.pyo %%DATADIR%%/assets/direct_icon.png %%DATADIR%%/assets/icon.png %%DATADIR%%/assets/icon.svg @@ -48,15 +67,18 @@ bin/heybuddy %%DATADIR%%/assets/icon14.png %%DATADIR%%/assets/icon64.png %%DATADIR%%/assets/throbber.gif -%%DATADIR%%/heybuddy.pyc -share/locale/da/LC_MESSAGES/heybuddy.mo -share/locale/de/LC_MESSAGES/heybuddy.mo -share/locale/el/LC_MESSAGES/heybuddy.mo -share/locale/eo/LC_MESSAGES/heybuddy.mo -share/locale/es/LC_MESSAGES/heybuddy.mo -share/locale/gl/LC_MESSAGES/heybuddy.mo -share/locale/pt/LC_MESSAGES/heybuddy.mo -share/locale/pt_BR/LC_MESSAGES/heybuddy.mo +%%NLS%%share/locale/da/LC_MESSAGES/heybuddy.mo +%%NLS%%share/locale/de/LC_MESSAGES/heybuddy.mo +%%NLS%%share/locale/el/LC_MESSAGES/heybuddy.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/heybuddy.mo +%%NLS%%share/locale/eo/LC_MESSAGES/heybuddy.mo +%%NLS%%share/locale/es/LC_MESSAGES/heybuddy.mo +%%NLS%%share/locale/gl/LC_MESSAGES/heybuddy.mo +%%NLS%%share/locale/he/LC_MESSAGES/heybuddy.mo +%%NLS%%share/locale/pt/LC_MESSAGES/heybuddy.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/heybuddy.mo +share/pixmaps/heybuddy.png @dirrm %%DATADIR%%/assets -@dirrm %%DATADIR%%/_dev @dirrm %%DATADIR%% +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null 2>&1 || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null 2>&1 || /usr/bin/true From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 07:05:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 7F62CEE1; Fri, 30 Nov 2012 07:05:32 +0000 (UTC) Date: Fri, 30 Nov 2012 07:05:32 +0000 From: Alexey Dokuchaev To: Eitan Adler Subject: Re: svn commit: r307899 - head/benchmarks/super-smack Message-ID: <20121130070532.GA16091@FreeBSD.org> References: <201211281109.qASB9dPm010874@svn.freebsd.org> <20121128115359.GA53862@FreeBSD.org> <20121128130417.GA31569@ravenloft.kiev.ua> <20121128160825.GB53862@FreeBSD.org> <20121128200920.GA41552@ravenloft.kiev.ua> <20121129015159.GB11624@FreeBSD.org> <20121129123659.GA91931@ravenloft.kiev.ua> <20121129152827.GB54704@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Alex Kozlov X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 07:05:32 -0000 On Thu, Nov 29, 2012 at 10:01:22PM -0500, Eitan Adler wrote: > On 29 November 2012 10:28, Alexey Dokuchaev wrote: > > On Thu, Nov 29, 2012 at 02:36:59PM +0200, Alex Kozlov wrote: > >> Implicit knowledge is bad. General consensus about these things need to > >> be configrmed and then they should be documented. > > > > Agreed. Given recent rise of opinions and feeling over port descriptions, > > I start to feel the need for written down bylaws. > > Please get these into the PH - if you need help with the docbook > syntax just ask! Take a look: http://193.124.210.26/descr.diff ./danfe From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 07:27: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 A3A1F544; Fri, 30 Nov 2012 07:27:46 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6EEE08FC17; Fri, 30 Nov 2012 07:27:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU7Rkvx040432; Fri, 30 Nov 2012 07:27:46 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU7RkpA040430; Fri, 30 Nov 2012 07:27:46 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211300727.qAU7RkpA040430@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 30 Nov 2012 07:27:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307994 - head/www/geneweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 07:27:46 -0000 Author: jhale Date: Fri Nov 30 07:27:45 2012 New Revision: 307994 URL: http://svnweb.freebsd.org/changeset/ports/307994 Log: - Pass maintainership to new volunteer [1] - Remove indefinite article from COMMENT - Trim Makefile header - Remove SVN tag from pkg-plist Submitted by: Alex Stangl (via ports@ ML) Feature safe: yes Modified: head/www/geneweb/Makefile (contents, props changed) head/www/geneweb/pkg-plist (contents, props changed) Modified: head/www/geneweb/Makefile ============================================================================== --- head/www/geneweb/Makefile Fri Nov 30 05:14:18 2012 (r307993) +++ head/www/geneweb/Makefile Fri Nov 30 07:27:45 2012 (r307994) @@ -1,9 +1,5 @@ -# New ports collection makefile for: geneweb -# Date created: 10 septembre 2005 -# Whom: Hubert Tournier -# +# Created by: Hubert Tournier # $FreeBSD$ -# PORTNAME= geneweb PORTVERSION= 5.02 @@ -11,8 +7,8 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org -COMMENT= An advanced genealogy software +MAINTAINER= alex@stangl.us +COMMENT= Advanced genealogy software BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ camlp5:${PORTSDIR}/devel/ocaml-camlp5 Modified: head/www/geneweb/pkg-plist ============================================================================== --- head/www/geneweb/pkg-plist Fri Nov 30 05:14:18 2012 (r307993) +++ head/www/geneweb/pkg-plist Fri Nov 30 07:27:45 2012 (r307994) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/consang bin/ged2gwb bin/gwb2ged From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 07:39: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 D13B7965; Fri, 30 Nov 2012 07:39:40 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B7AB68FC08; Fri, 30 Nov 2012 07:39:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU7deJ6041891; Fri, 30 Nov 2012 07:39:40 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU7deQl041890; Fri, 30 Nov 2012 07:39:40 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211300739.qAU7deQl041890@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 30 Nov 2012 07:39:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307995 - head/graphics/ufraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 07:39:41 -0000 Author: jhale Date: Fri Nov 30 07:39:40 2012 New Revision: 307995 URL: http://svnweb.freebsd.org/changeset/ports/307995 Log: - Convert to new options framework - Drop ABI version numbers from LIB_DEPENDS - Trim Makefile header PR: ports/174003 Submitted by: Rodrigo (ros) OSORIO (maintainer) Feature safe: yes Modified: head/graphics/ufraw/Makefile Modified: head/graphics/ufraw/Makefile ============================================================================== --- head/graphics/ufraw/Makefile Fri Nov 30 07:27:45 2012 (r307994) +++ head/graphics/ufraw/Makefile Fri Nov 30 07:39:40 2012 (r307995) @@ -1,9 +1,5 @@ -# New ports collection makefile for: UFRaw -# Date created: Sun 10 Apr 2005 14:44:15 BST -# Whom: Mark Murray -# +# Created by: Mark Murray # $FreeBSD$ -# PORTNAME= ufraw PORTVERSION= 0.18 @@ -16,10 +12,10 @@ COMMENT= Read and manipulate raw images LICENSE= GPLv2 -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ + tiff:${PORTSDIR}/graphics/tiff \ png15:${PORTSDIR}/graphics/png \ - lcms.1:${PORTSDIR}/graphics/lcms + lcms:${PORTSDIR}/graphics/lcms GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --enable-extras @@ -32,45 +28,46 @@ PC_FALSE= cinepaint MAN1= ufraw.1 -OPTIONS= CONTRAST "Enable contrast setting option" on \ - DST "Use local time for timestamps" off \ - EXIV2 "Enable EXIF support via exiv2 library" on \ - LENSFUN "Enable LensFun library support" on \ - FITS "Enable FITS output support" off \ - GIMP "Install GIMP plugin" off \ - GTK "Build Gtk+2 GUI" on \ - GNOME "Register .desktop file and GConf2 schemas" off +OPTIONS_DEFINE= CONTRAST DST EXIV2 LENSFUN FITS GIMP GTK2 GNOME +OPTIONS_DEFAULT=CONTRAST EXIV2 LENSFUN GTK2 + +CONTRAST_DESC= Enable contrast setting option +DST_DESC= Use local time for timestamps +EXIV2_DESC= Enable EXIF support via exiv2 library +LENSFUN_DESC= Enable LensFun library support +FITS_DESC= Enable FITS output support +GIMP_DESC= Install GIMP plugin .include -.if defined(WITH_CONTRAST) +.if ${PORT_OPTIONS:MCONTRAST} CONFIGURE_ARGS+= --enable-contrast .endif -.if defined(WITH_DST) +.if ${PORT_OPTIONS:MDST} CONFIGURE_ARGS+= --enable-dst-correction .endif -.if defined(WITH_EXIV2) -LIB_DEPENDS+= exiv2.12:${PORTSDIR}/graphics/exiv2 +.if ${PORT_OPTIONS:MEXIV2} +LIB_DEPENDS+= exiv2:${PORTSDIR}/graphics/exiv2 .else PC_FALSE+= exiv2 .endif -.if defined(WITH_LENSFUN) -LIB_DEPENDS+= lensfun.2:${PORTSDIR}/graphics/lensfun +.if ${PORT_OPTIONS:MLENSFUN} +LIB_DEPENDS+= lensfun:${PORTSDIR}/graphics/lensfun .else PC_FALSE+= lensfun .endif -.if defined(WITH_FITS) -LIB_DEPENDS+= cfitsio.0:${PORTSDIR}/astro/cfitsio +.if ${PORT_OPTIONS:MFITS} +LIB_DEPENDS+= cfitsio:${PORTSDIR}/astro/cfitsio .else PC_FALSE+= cfitsio .endif -.if defined(WITH_GIMP) -LIB_DEPENDS+= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app +.if ${PORT_OPTIONS:MGIMP} +LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp-app PLIST_SUB+= GIMP="" .else CONFIGURE_ARGS+=--without-gimp @@ -78,14 +75,14 @@ PC_FALSE+= gimp PLIST_SUB+= GIMP="@comment " .endif -.if defined(WITH_GTK) -LIB_DEPENDS+= gtkimageview.0:${PORTSDIR}/x11-toolkits/gtkimageview +.if ${PORT_OPTIONS:MGTK2} +LIB_DEPENDS+= gtkimageview:${PORTSDIR}/x11-toolkits/gtkimageview PLIST_FILES+= bin/ufraw .else CONFIGURE_ARGS+=--without-gtk .endif -.if defined(WITH_GNOME) +.if ${PORT_OPTIONS:MGNOME} CATEGORIES+= gnome USE_GNOME= desktopfileutils gconf2 CONFIGURE_ARGS+= --enable-mime @@ -113,7 +110,7 @@ pre-build: ${WRKSRC} post-install: -.if defined(WITH_GNOME) +.if ${PORT_OPTIONS:MGNOME} @${SETENV} GCONF_CONFIG_SOURCE=${GCONF_CONFIG_SOURCE} \ gconftool-2 --makefile-install-rule \ ${PREFIX}/etc/gconf/schemas/${PORTNAME}.schemas From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 07:52: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 CFD34C1C; Fri, 30 Nov 2012 07:52:12 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B40A28FC0C; Fri, 30 Nov 2012 07:52:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU7qCBX043455; Fri, 30 Nov 2012 07:52:12 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU7qCl2043454; Fri, 30 Nov 2012 07:52:12 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211300752.qAU7qCl2043454@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 30 Nov 2012 07:52:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307996 - head/irc/cgiirc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 07:52:12 -0000 Author: jhale Date: Fri Nov 30 07:52:12 2012 New Revision: 307996 URL: http://svnweb.freebsd.org/changeset/ports/307996 Log: - Move LICENSE to correct location - Remove LICENSE_FILE since GPLv2 is in Templates/Licenses - Trim Makefile header PR: ports/173999 Submitted by: Rodrigo (ros) OSORIO (maintainer) Feature safe: yes Modified: head/irc/cgiirc/Makefile (contents, props changed) Modified: head/irc/cgiirc/Makefile ============================================================================== --- head/irc/cgiirc/Makefile Fri Nov 30 07:39:40 2012 (r307995) +++ head/irc/cgiirc/Makefile Fri Nov 30 07:52:12 2012 (r307996) @@ -1,9 +1,5 @@ -# New ports collection makefile for: cgiirc -# Date created: 2005-07-17 -# Whom: Vsevolod Stakhov -# +# Created by: Vsevolod Stakhov # $FreeBSD$ -# PORTNAME= cgiirc PORTVERSION= 0.5.10 @@ -14,10 +10,11 @@ MASTER_SITES= http://cgiirc.org/releases MAINTAINER= rodrigo@bebik.net COMMENT= IRC web gateway written in Perl +LICENSE= GPLv2 + USE_PERL5= yes NO_BUILD= yes -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/docs/COPYING + pre-install: @${MV} ${WRKSRC}/cgiirc.config ${WRKSRC}/cgiirc.config.sample 2>/dev/null || true From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 07:53: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 7838ED04; Fri, 30 Nov 2012 07:53:57 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 43D828FC12; Fri, 30 Nov 2012 07:53:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU7rvZR043714; Fri, 30 Nov 2012 07:53:57 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU7rvtg043712; Fri, 30 Nov 2012 07:53:57 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201211300753.qAU7rvtg043712@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 30 Nov 2012 07:53:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307997 - head/sysutils/sleuthkit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 07:53:57 -0000 Author: ehaupt Date: Fri Nov 30 07:53:56 2012 New Revision: 307997 URL: http://svnweb.freebsd.org/changeset/ports/307997 Log: - "Undestroy" the work of the previous maintainer by restoring previous formating of pkg-descr - Release maintainership Feature safe: yes Modified: head/sysutils/sleuthkit/Makefile head/sysutils/sleuthkit/pkg-descr Modified: head/sysutils/sleuthkit/Makefile ============================================================================== --- head/sysutils/sleuthkit/Makefile Fri Nov 30 07:52:12 2012 (r307996) +++ head/sysutils/sleuthkit/Makefile Fri Nov 30 07:53:56 2012 (r307997) @@ -6,7 +6,7 @@ PORTVERSION= 4.0.1 CATEGORIES= sysutils security MASTER_SITES= SF -MAINTAINER= ehaupt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tools and library for filesystem forensic analysis CONFLICTS= ja-ls-[0-9]* Modified: head/sysutils/sleuthkit/pkg-descr ============================================================================== --- head/sysutils/sleuthkit/pkg-descr Fri Nov 30 07:52:12 2012 (r307996) +++ head/sysutils/sleuthkit/pkg-descr Fri Nov 30 07:53:56 2012 (r307997) @@ -1,12 +1,12 @@ The Sleuth Kit (TSK) is a library and collection of command line tools that -allow you to investigate volume and file system data. The library can be -incorporated into larger digital forensics tools and the command line tools can -be directly used to find evidence. +allow you to investigate volume and file system data. The library can be +incorporated into larger digital forensics tools and the command line tools +can be directly used to find evidence. -The media management tools allow you to examine the layout of disks and other -media. The Sleuth Kit supports DOS partitions, BSD partitions (disk labels), Mac -partitions, Sun slices (Volume Table of Contents), and GPT disks. With these -tools, you can identify where partitions are located and extract them so that -they can be analyzed with file system analysis tools. +The media management tools allow you to examine the layout of disks and +other media. The Sleuth Kit supports DOS partitions, BSD partitions (disk +labels), Mac partitions, Sun slices (Volume Table of Contents), and GPT +disks. With these tools, you can identify where partitions are located and +extract them so that they can be analyzed with file system analysis tools. WWW: http://www.sleuthkit.org/sleuthkit/ From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 08:07: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 7241AFAB; Fri, 30 Nov 2012 08:07:07 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5755B8FC13; Fri, 30 Nov 2012 08:07:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU877Ti045726; Fri, 30 Nov 2012 08:07:07 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU877m1045725; Fri, 30 Nov 2012 08:07:07 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201211300807.qAU877m1045725@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 30 Nov 2012 08:07:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307998 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 08:07:07 -0000 Author: danfe Date: Fri Nov 30 08:07:06 2012 New Revision: 307998 URL: http://svnweb.freebsd.org/changeset/ports/307998 Log: Add EXIV2 and LENSFUN standard descriptions. Feature safe: yes Modified: head/Mk/bsd.options.desc.mk Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Fri Nov 30 07:53:56 2012 (r307997) +++ head/Mk/bsd.options.desc.mk Fri Nov 30 08:07:06 2012 (r307998) @@ -65,6 +65,7 @@ DVDCSS_DESC?= Encrypted DVD via libdvdc ECW_DESC?= ECW image format ESOUND_DESC?= EsounD sound server EXAMPLES_DESC?= Build and/or install examples +EXIV2_DESC?= EXIF metadata support via exiv2 EXPAT_DESC?= Expat XML parser FAAC_DESC?= FAAC AAC encoder FAAD_DESC?= FAAD AAC decoder @@ -159,6 +160,7 @@ LATEX_DESC?= LaTeX support LCMS2_DESC?= LCMS2 support LDAP_DESC?= LDAP support LDAPS_DESC?= LDAPS support +LENSFUN_DESC?= Camera lens database via LensFun LFS_DESC?= Large files support LIBBLURAY_DESC?= Blu-ray discs via libbluray LIBEDIT_DESC?= readline support From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 08:08:00 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id EDE32103; Fri, 30 Nov 2012 08:08:00 +0000 (UTC) Date: Fri, 30 Nov 2012 08:08:00 +0000 From: Alexey Dokuchaev To: "Jason E. Hale" Subject: Re: svn commit: r307995 - head/graphics/ufraw Message-ID: <20121130080800.GA21043@FreeBSD.org> References: <201211300739.qAU7deQl041890@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211300739.qAU7deQl041890@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 08:08:01 -0000 On Fri, Nov 30, 2012 at 07:39:40AM +0000, Jason E. Hale wrote: > New Revision: 307995 > URL: http://svnweb.freebsd.org/changeset/ports/307995 > > +OPTIONS_DEFINE= CONTRAST DST EXIV2 LENSFUN FITS GIMP GTK2 GNOME > +OPTIONS_DEFAULT=CONTRAST EXIV2 LENSFUN GTK2 > + > +CONTRAST_DESC= Enable contrast setting option > +DST_DESC= Use local time for timestamps > +EXIV2_DESC= Enable EXIF support via exiv2 library > +LENSFUN_DESC= Enable LensFun library support I've just added standard descriptions for these last two (r307998). > +FITS_DESC= Enable FITS output support > +GIMP_DESC= Install GIMP plugin Others should drop the word "enable" (CONTRAST case is a bit special, since it's not about support; I think it can be left there for now). ./danfe From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 08:48: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 674887E3; Fri, 30 Nov 2012 08:48:42 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4B9488FC08; Fri, 30 Nov 2012 08:48:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU8mgTG051085; Fri, 30 Nov 2012 08:48:42 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU8mgKN051084; Fri, 30 Nov 2012 08:48:42 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211300848.qAU8mgKN051084@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 30 Nov 2012 08:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307999 - head/graphics/ufraw X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 08:48:42 -0000 Author: jhale Date: Fri Nov 30 08:48:41 2012 New Revision: 307999 URL: http://svnweb.freebsd.org/changeset/ports/307999 Log: - EXIV2 and LENSFUN now have standard descriptions - Drop "Enable" in FITS description Reported by: danfe Feature safe: yes Modified: head/graphics/ufraw/Makefile Modified: head/graphics/ufraw/Makefile ============================================================================== --- head/graphics/ufraw/Makefile Fri Nov 30 08:07:06 2012 (r307998) +++ head/graphics/ufraw/Makefile Fri Nov 30 08:48:41 2012 (r307999) @@ -33,9 +33,7 @@ OPTIONS_DEFAULT=CONTRAST EXIV2 LENSFUN G CONTRAST_DESC= Enable contrast setting option DST_DESC= Use local time for timestamps -EXIV2_DESC= Enable EXIF support via exiv2 library -LENSFUN_DESC= Enable LensFun library support -FITS_DESC= Enable FITS output support +FITS_DESC= FITS output support GIMP_DESC= Install GIMP plugin .include From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 08:49: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 79F418CD; Fri, 30 Nov 2012 08:49:32 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vc0-f176.google.com (mail-vc0-f176.google.com [209.85.220.176]) by mx1.freebsd.org (Postfix) with ESMTP id E594E8FC08; Fri, 30 Nov 2012 08:49:31 +0000 (UTC) Received: by mail-vc0-f176.google.com with SMTP id fl13so19178127vcb.35 for ; Fri, 30 Nov 2012 00:49:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=Al+aSuPrahTDjMiSkPZV7MKLOVRTlHBJuDYMN2kmIZs=; b=Zsl8tZIraEuXWEfi1r7u2gD7FG04TX0uFMXduEyRbKPbX4s5SPKARzmiYH4262F+iw MkbdVDeao+1ZR7aQEK0pt01M1qAOQ+SHIXGvCks/PywfMTD2UYJ6pe59QZNA0K8kEbDC udywz8f9QYrg+J4vTRPhYCkfCrocvFOf70Uk5t6Pui0jIq3PbOFySsjXbZUIIQUNtrF3 /SyRUkkK6LzDVsADFvKe4yldvgZGbMUmSOVJZCf9bgjSmywp95s4YtYTBY9YFUICL+S3 GJXbmKgNB38np75A91S5NmHiIucz6zNffLSW4Y4h9eI2UiFquD1NdqXSRLo6EsK43pel YM1Q== Received: by 10.58.73.137 with SMTP id l9mr416280vev.44.1354265371032; Fri, 30 Nov 2012 00:49:31 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id g5sm1387461vez.6.2012.11.30.00.49.29 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Nov 2012 00:49:30 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: Alexey Dokuchaev Subject: Re: svn commit: r307995 - head/graphics/ufraw Date: Fri, 30 Nov 2012 03:49:28 -0500 Message-ID: <9413789.3UPEWldVXH@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <20121130080800.GA21043@FreeBSD.org> References: <201211300739.qAU7deQl041890@svn.freebsd.org> <20121130080800.GA21043@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 08:49:32 -0000 On Friday, November 30, 2012 08:08:00 Alexey Dokuchaev wrote: > On Fri, Nov 30, 2012 at 07:39:40AM +0000, Jason E. Hale wrote: > > New Revision: 307995 > > URL: http://svnweb.freebsd.org/changeset/ports/307995 > > > > +OPTIONS_DEFINE= CONTRAST DST EXIV2 LENSFUN FITS GIMP GTK2 GNOME > > +OPTIONS_DEFAULT=CONTRAST EXIV2 LENSFUN GTK2 > > + > > +CONTRAST_DESC= Enable contrast setting option > > +DST_DESC= Use local time for timestamps > > +EXIV2_DESC= Enable EXIF support via exiv2 library > > +LENSFUN_DESC= Enable LensFun library support > > I've just added standard descriptions for these last two (r307998). > > > +FITS_DESC= Enable FITS output support > > +GIMP_DESC= Install GIMP plugin > > Others should drop the word "enable" (CONTRAST case is a bit special, since > it's not about support; I think it can be left there for now). Fixed. Thanks! -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 08:55:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id B0BE1BFA; Fri, 30 Nov 2012 08:55:33 +0000 (UTC) Date: Fri, 30 Nov 2012 08:55:33 +0000 From: Alexey Dokuchaev To: "Jason E. Hale" Subject: Re: svn commit: r307999 - head/graphics/ufraw Message-ID: <20121130085533.GA24904@FreeBSD.org> References: <201211300848.qAU8mgKN051084@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201211300848.qAU8mgKN051084@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 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 08:55:33 -0000 On Fri, Nov 30, 2012 at 08:48:42AM +0000, Jason E. Hale wrote: > New Revision: 307999 > URL: http://svnweb.freebsd.org/changeset/ports/307999 > > Log: > - EXIV2 and LENSFUN now have standard descriptions > - Drop "Enable" in FITS description Thanks a bunch! ./danfe From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 09:13: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 EDE7C2E0; Fri, 30 Nov 2012 09:13:32 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B99788FC0C; Fri, 30 Nov 2012 09:13:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU9DWj2055018; Fri, 30 Nov 2012 09:13:32 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU9DW2Q055016; Fri, 30 Nov 2012 09:13:32 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201211300913.qAU9DW2Q055016@svn.freebsd.org> From: Rene Ladan Date: Fri, 30 Nov 2012 09:13:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308000 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 09:13:33 -0000 Author: rene Date: Fri Nov 30 09:13:32 2012 New Revision: 308000 URL: http://svnweb.freebsd.org/changeset/ports/308000 Log: Document vulnerabilities in www/chromium < 23.0.1271.95 Obtained from: http://googlechromereleases.blogspot.nl/search/label/Stable%20updates Feature safe: yes Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Fri Nov 30 08:48:41 2012 (r307999) +++ head/security/vuxml/vuln.xml Fri Nov 30 09:13:32 2012 (r308000) @@ -51,6 +51,36 @@ Note: Please add new entries to the beg --> + + chromium -- multiple vulnerabilities + + + chromium + 23.0.1271.95 + + + + +

      Google Chrome Releases reports:

      +
      +

      [161564] High CVE-2012-5138: Incorrect file path handling. Credit + to Google Chrome Security Team (Jüri Aedla).

      +

      [162835] High CVE-2012-5137: Use-after-free in media source + handling. Credit to Pinkie Pie.

      +
      + +
      + + CVE-2012-5137 + CVE-2012-5138 + http://googlechromereleases.blogspot.nl/search/label/Stable%20updates + + + 2012-11-29 + 2012-11-30 + +
      + YUI JavaScript library -- JavaScript injection exploits in Flash components From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 09:14: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 5C2753CC; Fri, 30 Nov 2012 09:14:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3D6A58FC0C; Fri, 30 Nov 2012 09:14:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU9EUlb055244; Fri, 30 Nov 2012 09:14:30 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAU9EUg1055242; Fri, 30 Nov 2012 09:14:30 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201211300914.qAU9EUg1055242@svn.freebsd.org> From: Mark Linimon Date: Fri, 30 Nov 2012 09:14:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308001 - head/graphics/fv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 09:14:30 -0000 Author: linimon Date: Fri Nov 30 09:14:29 2012 New Revision: 308001 URL: http://svnweb.freebsd.org/changeset/ports/308001 Log: Attempt to fix complaints during 'make index'. Hat: portmgr Feature safe: yes Modified: head/graphics/fv/Makefile Modified: head/graphics/fv/Makefile ============================================================================== --- head/graphics/fv/Makefile Fri Nov 30 09:13:32 2012 (r308000) +++ head/graphics/fv/Makefile Fri Nov 30 09:14:29 2012 (r308001) @@ -34,7 +34,6 @@ LDFLAGS+= $$(pkg-config --libs libpng15) PORTDOCS= AUTHORS ChangeLog README PLIST_FILES= bin/${PORTNAME} -.include .include .if ((${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505) From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 10:20: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 E2CD6333; Fri, 30 Nov 2012 10:20:29 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C7A478FC16; Fri, 30 Nov 2012 10:20:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUAKTrE065171; Fri, 30 Nov 2012 10:20:29 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUAKT6G065169; Fri, 30 Nov 2012 10:20:29 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201211301020.qAUAKT6G065169@svn.freebsd.org> From: "Jason E. Hale" Date: Fri, 30 Nov 2012 10:20:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308002 - head/graphics/icon-slicer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 10:20:30 -0000 Author: jhale Date: Fri Nov 30 10:20:29 2012 New Revision: 308002 URL: http://svnweb.freebsd.org/changeset/ports/308002 Log: - Remove indefinite article from COMMENT - Add LICENSE (GPLv2) - Convert to new options framework - Add explicit pkgconf build dependency - Trim Makefile header - Bump PORTREVISION since a file was added to PORTDOCS - Trim down pkg-descr a bit - Pass maintainership to submitter PR: ports/173569 Submitted by: nemysis Feature safe: yes Modified: head/graphics/icon-slicer/Makefile (contents, props changed) head/graphics/icon-slicer/pkg-descr (contents, props changed) Modified: head/graphics/icon-slicer/Makefile ============================================================================== --- head/graphics/icon-slicer/Makefile Fri Nov 30 09:14:29 2012 (r308001) +++ head/graphics/icon-slicer/Makefile Fri Nov 30 10:20:29 2012 (r308002) @@ -1,21 +1,20 @@ -# New ports collection makefile for: icon-slicer -# Date created: 29 May 2005 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= icon-slicer PORTVERSION= 0.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= http://www.freedesktop.org/software/icon-slicer/releases/ -MAINTAINER= ports@FreeBSD.org -COMMENT= An utility for generating icon and cursor themes +MAINTAINER= nemysis@gmx.ch +COMMENT= Utility for generating icon and cursor themes + +LICENSE= GPLv2 LIB_DEPENDS= popt:${PORTSDIR}/devel/popt +USE_PKGCONFIG= build USE_GNOME= gtk20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -23,19 +22,17 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/icon-slicer -.if !defined(NOPORTDOCS) -PORTDOCS= * -.endif +PORTDOCS= AUTHORS ChangeLog README TODO + +.include post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|examples||' ${WRKSRC}/Makefile.in -.if !defined(NOPORTDOCS) post-install: +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} -.for f in AUTHORS README TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include Modified: head/graphics/icon-slicer/pkg-descr ============================================================================== --- head/graphics/icon-slicer/pkg-descr Fri Nov 30 09:14:29 2012 (r308001) +++ head/graphics/icon-slicer/pkg-descr Fri Nov 30 10:20:29 2012 (r308002) @@ -2,20 +2,16 @@ icon-slicer is a utility for generating themes. The inputs to icon-slicer are conceptually: - A) a set of multi-layer images, one for each size B) a XML theme description file Each image contains all the cursors arranged in a grid; for cursors the layers are: - - a layer with a dot for the hotspot of each cursor - the main image or first animation frame for multi-frame animated cursors - the second animation frame for multi-frame animated cursors - - ... For icons, the layers are: - - a layer with the images - an optional layer with attachment points for emblems - an optional layer with boxes for embedding text into icons @@ -23,8 +19,4 @@ For icons, the layers are: In practice, since loading of multilayer images is not supported by standard image libraries, each layer is input as a separate image file. -The theme description file contains, among other things, information about the -source images to read, the location of each named cursor or icon within the -grid, and a set of aliases from names to other names. - WWW: http://www.freedesktop.org/wiki/Software/icon-slicer From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 10:47: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 37BC48EA; Fri, 30 Nov 2012 10:47:15 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 18D488FC13; Fri, 30 Nov 2012 10:47:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUAlEht068348; Fri, 30 Nov 2012 10:47:14 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUAlEao068347; Fri, 30 Nov 2012 10:47:14 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211301047.qAUAlEao068347@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 30 Nov 2012 10:47:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308003 - head/security/netpgp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 10:47:15 -0000 Author: bapt Date: Fri Nov 30 10:47:14 2012 New Revision: 308003 URL: http://svnweb.freebsd.org/changeset/ports/308003 Log: Fix compilation with clang on head Feature safe: yes Modified: head/security/netpgp/Makefile Modified: head/security/netpgp/Makefile ============================================================================== --- head/security/netpgp/Makefile Fri Nov 30 10:20:29 2012 (r308002) +++ head/security/netpgp/Makefile Fri Nov 30 10:47:14 2012 (r308003) @@ -1,9 +1,4 @@ -# New ports collection makefile for: netpgp -# Date created: 2009-05-27 -# Whom: bapt -# # $FreeBSD$ -# PORTNAME= netpgp PORTVERSION= 20101107 @@ -20,7 +15,7 @@ USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CFLAGS+= -DOPENSSL_NO_IDEA +CFLAGS+= -DOPENSSL_NO_IDEA -Wno-error MAN1+= netpgp.1 \ netpgpkeys.1 \ @@ -28,10 +23,4 @@ MAN1+= netpgp.1 \ MAN3+= libnetpgp.3 \ libmj.3 -.include - -.if ${OSVERSION} < 700042 -BROKEN= does not build on 6.x. -.endif - -.include +.include From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 12:26: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 95AF6DBD; Fri, 30 Nov 2012 12:26:20 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7783B8FC08; Fri, 30 Nov 2012 12:26:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUCQKvr082529; Fri, 30 Nov 2012 12:26:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUCQKtF082528; Fri, 30 Nov 2012 12:26:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211301226.qAUCQKtF082528@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 30 Nov 2012 12:26:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308004 - head/palm/palm-db-tools X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 12:26:20 -0000 Author: bapt Date: Fri Nov 30 12:26:20 2012 New Revision: 308004 URL: http://svnweb.freebsd.org/changeset/ports/308004 Log: Fix build with clang Feature safe: yes Modified: head/palm/palm-db-tools/Makefile Modified: head/palm/palm-db-tools/Makefile ============================================================================== --- head/palm/palm-db-tools/Makefile Fri Nov 30 10:47:14 2012 (r308003) +++ head/palm/palm-db-tools/Makefile Fri Nov 30 12:26:20 2012 (r308004) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: palm-db-tools -# Date created: Dec 25, 2006 -# Whom: ijliao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= palm-db-tools PORTVERSION= 0.3.6 @@ -25,7 +20,7 @@ PLIST_FILES= lib/libpdbtools.so \ bin/pdb2csv post-patch: - @${REINPLACE_CMD} -e "s|-Wno-deprecated|& -fPIC -DPIC|" \ + @${REINPLACE_CMD} -e "s|-Wno-deprecated|& -fPIC -DPIC -Wno-error|" \ ${WRKSRC}/libflatfile/Makefile.in ${WRKSRC}/libpalm/Makefile.in \ ${WRKSRC}/libsupport/Makefile.in ${WRKSRC}/flatfile/Makefile.in From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 12:49: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 45D52565; Fri, 30 Nov 2012 12:49:01 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 10D068FC19; Fri, 30 Nov 2012 12:49:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUCn0J3085667; Fri, 30 Nov 2012 12:49:00 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUCn01Q085663; Fri, 30 Nov 2012 12:49:00 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201211301249.qAUCn01Q085663@svn.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 30 Nov 2012 12:49:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308005 - in head/databases: redis redis-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 12:49:01 -0000 Author: osa Date: Fri Nov 30 12:49:00 2012 New Revision: 308005 URL: http://svnweb.freebsd.org/changeset/ports/308005 Log: Update from 2.6.5 to 2.6.6. Feature safe: yes UPGRADE URGENCY: CRITICAL if you experienced one more more crashes. MODERATE if Redis is running fine for you. * [BUGFIX] Jemalloc updated to 3.2.0. Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Fri Nov 30 12:26:20 2012 (r308004) +++ head/databases/redis-devel/Makefile Fri Nov 30 12:49:00 2012 (r308005) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.6.5 -PORTREVISION= 1 +DISTVERSION= 2.6.6 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -devel Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Fri Nov 30 12:26:20 2012 (r308004) +++ head/databases/redis-devel/distinfo Fri Nov 30 12:49:00 2012 (r308005) @@ -1,2 +1,2 @@ -SHA256 (redis-2.6.5.tar.gz) = 5420b7773d46a5c8e3b7e15ef50e8da62f3a89f9a55a50914e5da879ca8c714b -SIZE (redis-2.6.5.tar.gz) = 979986 +SHA256 (redis-2.6.6.tar.gz) = 357a44e76d337c36352f9e1b2e196da2dd742f8933b7be30537fa1bffa1c79d6 +SIZE (redis-2.6.6.tar.gz) = 986971 Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Fri Nov 30 12:26:20 2012 (r308004) +++ head/databases/redis/Makefile Fri Nov 30 12:49:00 2012 (r308005) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.6.5 -PORTREVISION= 1 +DISTVERSION= 2.6.6 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Fri Nov 30 12:26:20 2012 (r308004) +++ head/databases/redis/distinfo Fri Nov 30 12:49:00 2012 (r308005) @@ -1,2 +1,2 @@ -SHA256 (redis-2.6.5.tar.gz) = 5420b7773d46a5c8e3b7e15ef50e8da62f3a89f9a55a50914e5da879ca8c714b -SIZE (redis-2.6.5.tar.gz) = 979986 +SHA256 (redis-2.6.6.tar.gz) = 357a44e76d337c36352f9e1b2e196da2dd742f8933b7be30537fa1bffa1c79d6 +SIZE (redis-2.6.6.tar.gz) = 986971 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 12:56: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 77280799; Fri, 30 Nov 2012 12:56:42 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 427D28FC17; Fri, 30 Nov 2012 12:56:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUCugss086688; Fri, 30 Nov 2012 12:56:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUCugZ0086686; Fri, 30 Nov 2012 12:56:42 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201211301256.qAUCugZ0086686@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 30 Nov 2012 12:56:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308006 - in head/games/tycho: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 12:56:42 -0000 Author: bapt Date: Fri Nov 30 12:56:41 2012 New Revision: 308006 URL: http://svnweb.freebsd.org/changeset/ports/308006 Log: Fix build with clang removing -O4 which means LTO for clang Feature safe: yes Modified: head/games/tycho/Makefile head/games/tycho/files/patch-Makefile Modified: head/games/tycho/Makefile ============================================================================== --- head/games/tycho/Makefile Fri Nov 30 12:49:00 2012 (r308005) +++ head/games/tycho/Makefile Fri Nov 30 12:56:41 2012 (r308006) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tycho -# Date created: 2008-01-16 -# Whom: alepulver -# +# Created by: Alejandro Pulver # $FreeBSD$ -# PORTNAME= tycho PORTVERSION= 0.1 Modified: head/games/tycho/files/patch-Makefile ============================================================================== --- head/games/tycho/files/patch-Makefile Fri Nov 30 12:49:00 2012 (r308005) +++ head/games/tycho/files/patch-Makefile Fri Nov 30 12:56:41 2012 (r308006) @@ -1,12 +1,14 @@ ---- ./Makefile.orig Thu Sep 4 12:44:24 2003 -+++ ./Makefile Wed Jan 16 19:36:13 2008 -@@ -1,7 +1,7 @@ +--- Makefile.orig 2003-09-04 17:44:24.000000000 +0200 ++++ Makefile 2012-11-30 13:54:33.684116105 +0100 +@@ -1,8 +1,8 @@ # $Id: Makefile,v 1.3 2003/09/04 15:44:24 varfar Exp $ -CC = gcc -CFLAGS = ${OPT} ${DBG} -DSIM_STRIP_FLAGS=1 +-OPT = -O4 -fomit-frame-pointer +CC ?= gcc +CFLAGS += ${OPT} ${DBG} -DSIM_STRIP_FLAGS=1 - OPT = -O4 -fomit-frame-pointer ++OPT = -fomit-frame-pointer #DBG = -g -DDEBUG=2 + # Recommended extra options for gcc: From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 12:58: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 30B9C8A0; Fri, 30 Nov 2012 12:58:34 +0000 (UTC) (envelope-from tobez@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1333D8FC1C; Fri, 30 Nov 2012 12:58:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUCwXwL086993; Fri, 30 Nov 2012 12:58:33 GMT (envelope-from tobez@svn.freebsd.org) Received: (from tobez@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUCwXal086990; Fri, 30 Nov 2012 12:58:33 GMT (envelope-from tobez@svn.freebsd.org) Message-Id: <201211301258.qAUCwXal086990@svn.freebsd.org> From: Anton Berezin Date: Fri, 30 Nov 2012 12:58:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308007 - head/devel/p5-Test-Command-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 12:58:34 -0000 Author: tobez Date: Fri Nov 30 12:58:33 2012 New Revision: 308007 URL: http://svnweb.freebsd.org/changeset/ports/308007 Log: Update to 0.04. Changes: http://cpansearch.perl.org/src/DMCBRIDE/Test-Command-Simple-0.04/Changes Feature safe: yes Modified: head/devel/p5-Test-Command-Simple/Makefile head/devel/p5-Test-Command-Simple/distinfo Modified: head/devel/p5-Test-Command-Simple/Makefile ============================================================================== --- head/devel/p5-Test-Command-Simple/Makefile Fri Nov 30 12:56:41 2012 (r308006) +++ head/devel/p5-Test-Command-Simple/Makefile Fri Nov 30 12:58:33 2012 (r308007) @@ -6,7 +6,7 @@ # PORTNAME= Test-Command-Simple -PORTVERSION= 0.03 +PORTVERSION= 0.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DMCBRIDE Modified: head/devel/p5-Test-Command-Simple/distinfo ============================================================================== --- head/devel/p5-Test-Command-Simple/distinfo Fri Nov 30 12:56:41 2012 (r308006) +++ head/devel/p5-Test-Command-Simple/distinfo Fri Nov 30 12:58:33 2012 (r308007) @@ -1,2 +1,2 @@ -SHA256 (Test-Command-Simple-0.03.tar.gz) = fd476eee9368c1540c1eb63db50d65c85172504228d26dee87a15bcbc993f7e9 -SIZE (Test-Command-Simple-0.03.tar.gz) = 5814 +SHA256 (Test-Command-Simple-0.04.tar.gz) = 8dd5bd30e093ba7b8b5612ccdb3a18af984341a9da5818407699e7b3d38c99d6 +SIZE (Test-Command-Simple-0.04.tar.gz) = 5659 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 13:05: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 E0FC9A38; Fri, 30 Nov 2012 13:05:44 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C544D8FC16; Fri, 30 Nov 2012 13:05:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUD5ist088215; Fri, 30 Nov 2012 13:05:44 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUD5iCD088213; Fri, 30 Nov 2012 13:05:44 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201211301305.qAUD5iCD088213@svn.freebsd.org> From: Rene Ladan Date: Fri, 30 Nov 2012 13:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308008 - head/www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 13:05:45 -0000 Author: rene Date: Fri Nov 30 13:05:44 2012 New Revision: 308008 URL: http://svnweb.freebsd.org/changeset/ports/308008 Log: Update to 23.0.1271.95 Security: http://www.vuxml.org/freebsd/5af51ae9-3acd-11e2-a4eb-00262d5ed8ee.html Feature safe: yes Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Nov 30 12:58:33 2012 (r308007) +++ head/www/chromium/Makefile Fri Nov 30 13:05:44 2012 (r308008) @@ -3,7 +3,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- -DISTVERSION= 23.0.1271.91 +DISTVERSION= 23.0.1271.95 CATEGORIES= www MASTER_SITES= http://download.goodking.org/downloads/ \ ftp://rene-ladan.nl/pub/distfiles/ \ Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Fri Nov 30 12:58:33 2012 (r308007) +++ head/www/chromium/distinfo Fri Nov 30 13:05:44 2012 (r308008) @@ -1,2 +1,2 @@ -SHA256 (chromium-courgette-redacted-23.0.1271.91.tar.xz) = f5b45eeab5b292a81b70ee8d0cf5db4c1b76b9a98db60f7602b12f373ffe62b1 -SIZE (chromium-courgette-redacted-23.0.1271.91.tar.xz) = 179453608 +SHA256 (chromium-courgette-redacted-23.0.1271.95.tar.xz) = 9ac588a3449268c62cd3a4f3eb004eba1db45ed9f7aa10a8d7611062105d91db +SIZE (chromium-courgette-redacted-23.0.1271.95.tar.xz) = 179467688 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 13:32: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 52C34ED6; Fri, 30 Nov 2012 13:32:18 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 389DA8FC17; Fri, 30 Nov 2012 13:32:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUDWIf4091894; Fri, 30 Nov 2012 13:32:18 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUDWINJ091891; Fri, 30 Nov 2012 13:32:18 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201211301332.qAUDWINJ091891@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 30 Nov 2012 13:32:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308009 - in head/math/aamath: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 13:32:18 -0000 Author: danfe Date: Fri Nov 30 13:32:17 2012 New Revision: 308009 URL: http://svnweb.freebsd.org/changeset/ports/308009 Log: - Fix the build with Clang - Cleanup Makefile Submitted by: Ilya Arkhipov Feature safe: yes Added: head/math/aamath/files/patch-clang (contents, props changed) Modified: head/math/aamath/Makefile Modified: head/math/aamath/Makefile ============================================================================== --- head/math/aamath/Makefile Fri Nov 30 13:05:44 2012 (r308008) +++ head/math/aamath/Makefile Fri Nov 30 13:32:17 2012 (r308009) @@ -1,15 +1,11 @@ -# New ports collection makefile for: aamath -# Date created: 2005-06-23 -# Whom: Vsevolod Stakhov -# +# Created by: Vsevolod Stakhov # $FreeBSD$ -# PORTNAME= aamath PORTVERSION= 0.3 PORTREVISION= 1 CATEGORIES= math textproc -MASTER_SITES= http://fuse.superglue.se/aamath/ +MASTER_SITES= http://fuse.superglue.se/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Renders ASCII art from mathematical expressions @@ -17,11 +13,11 @@ COMMENT= Renders ASCII art from mathemat WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_JOBS_SAFE= yes -PLIST_FILES+= bin/${PORTNAME} -MAN1= aamath.1 +PLIST_FILES= bin/${PORTNAME} +MAN1= ${PORTNAME}.1 do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/aamath ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 .include Added: head/math/aamath/files/patch-clang ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/aamath/files/patch-clang Fri Nov 30 13:32:17 2012 (r308009) @@ -0,0 +1,69 @@ +--- expr.cc.orig 2005-03-08 02:00:02.000000000 +0000 ++++ expr.cc 2012-11-30 13:52:13.000000000 +0000 +@@ -430,8 +430,6 @@ + { + CanvasPtr canvas_down = down->render(); + +- Size size_down = canvas_down->size(); +- + CanvasPtr canvas; + + (*canvas)[0][0] = '-'; +@@ -1175,10 +1173,8 @@ + int rise = get_rise(); + + CanvasPtr canvas_from = from->render(); +- Size size_from = canvas_from->size(); + + CanvasPtr canvas_to = to->render(); +- Size size_to = canvas_to->size(); + + CanvasPtr canvas; + +@@ -1192,7 +1188,7 @@ + + class SumSymbol : public OpSymbol { + public: +- void render(Canvas& c, int r, int c) const; ++ void render(Canvas& c, int r, int i) const; + }; + + void +@@ -1208,7 +1204,7 @@ + + class ProductSymbol : public OpSymbol { + public: +- void render(Canvas& c, int r, int c) const; ++ void render(Canvas& c, int r, int i) const; + }; + + void +@@ -1612,7 +1608,7 @@ + int cols = num_cols(); + int rows = num_rows(); + +- CanvasPtr ec[cols * rows]; ++ std::vectorec(cols * rows); + Size sz[cols * rows]; + + int row_height[rows]; +--- expr.h.orig 2005-03-08 01:56:12.000000000 +0000 ++++ expr.h 2012-11-30 13:28:57.000000000 +0000 +@@ -451,7 +451,7 @@ + + virtual CanvasPtr render_head() const; + +- void render_symbol(Canvas& c, int r, int c, int h) const; ++ void render_symbol(Canvas& c, int r, int i, int h) const; + + virtual CanvasPtr render() const; + }; +@@ -467,7 +467,7 @@ + + class OpSymbol { + public: +- virtual void render(Canvas& c, int r, int c) const = 0; ++ virtual void render(Canvas& c, int r, int i) const = 0; + }; + + class SumOrProduct : public OpOnFunction { From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 13:33: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 1032FFB7; Fri, 30 Nov 2012 13:33:14 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EA1128FC08; Fri, 30 Nov 2012 13:33:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUDXDTM092125; Fri, 30 Nov 2012 13:33:13 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUDXD1r092121; Fri, 30 Nov 2012 13:33:13 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211301333.qAUDXD1r092121@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 30 Nov 2012 13:33:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308010 - in head/audio/gsi: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 13:33:14 -0000 Author: gahr Date: Fri Nov 30 13:33:13 2012 New Revision: 308010 URL: http://svnweb.freebsd.org/changeset/ports/308010 Log: - Fix build with clang - Trim Makefile header Feature safe: yes Reported by: bapt Added: head/audio/gsi/files/patch-lib::gsimidi_pcm::instrument::patchgram.y (contents, props changed) head/audio/gsi/files/patch-lib::gsmimidi_pcm::midi_to_pcm.c (contents, props changed) head/audio/gsi/files/patch-server::io.h (contents, props changed) Modified: head/audio/gsi/Makefile (contents, props changed) Modified: head/audio/gsi/Makefile ============================================================================== --- head/audio/gsi/Makefile Fri Nov 30 13:32:17 2012 (r308009) +++ head/audio/gsi/Makefile Fri Nov 30 13:33:13 2012 (r308010) @@ -1,9 +1,5 @@ -# New ports collection makefile for: gsi -# Date created: 3 October 2000 -# Whom: Sean Farley -# +# Created by: Sean Farley # $FreeBSD$ -# PORTNAME= gsi PORTVERSION= 0.9.6 Added: head/audio/gsi/files/patch-lib::gsimidi_pcm::instrument::patchgram.y ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gsi/files/patch-lib::gsimidi_pcm::instrument::patchgram.y Fri Nov 30 13:33:13 2012 (r308010) @@ -0,0 +1,10 @@ +--- lib/gsimidi_pcm/instrument/patchgram.y.orig 2012-11-30 14:15:59.000000000 +0100 ++++ lib/gsimidi_pcm/instrument/patchgram.y 2012-11-30 14:16:10.000000000 +0100 +@@ -26,6 +26,7 @@ + + %{ + #include ++#include + #include "../kpmidi.h" + #include "../utils/log.h" + #include "../midi_to_pcm.h" Added: head/audio/gsi/files/patch-lib::gsmimidi_pcm::midi_to_pcm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gsi/files/patch-lib::gsmimidi_pcm::midi_to_pcm.c Fri Nov 30 13:33:13 2012 (r308010) @@ -0,0 +1,11 @@ +--- lib/gsimidi_pcm/midi_to_pcm.c.orig 2012-11-30 14:13:53.000000000 +0100 ++++ lib/gsimidi_pcm/midi_to_pcm.c 2012-11-30 14:14:47.000000000 +0100 +@@ -820,7 +820,7 @@ + for (t = 0; t < d->reverbCount; t++) { + if (d->reverbTaps[t].offset == offset) { + d->reverbTaps[t].amount = amount; +- return; // WHS: Return what?? False ?? ++ return False; // WHS: Return what?? False ?? + } + } + taps = calloc (sizeof (MidiReverbTap), d->reverbCount + 1); Added: head/audio/gsi/files/patch-server::io.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/gsi/files/patch-server::io.h Fri Nov 30 13:33:13 2012 (r308010) @@ -0,0 +1,15 @@ +--- server/io.h.orig 2012-11-30 14:10:22.000000000 +0100 ++++ server/io.h 2012-11-30 14:10:31.000000000 +0100 +@@ -34,9 +34,9 @@ + #define msb_int32_at(buf) msb_from_native_int32(*((int32 *) (buf))) + #define msb_int16_at(buf) msb_from_native_int16(*((int16 *) (buf))) + +-#define next_msb_int32(buf) ( ((((byte *) (buf))++)[0] << 24) | ((((byte *) (buf))++)[1] << 16) | ((((byte *) (buf))++)[2] << 8) | (((byte *) (buf))++)[3] ) +-#define next_msb_int16(buf) ( ((((byte *) (buf))++)[0] << 8) | (((byte *) (buf))++)[1] ) +-#define next_byte(buf) ((((byte *) (buf))++)[0]) ++#define next_msb_int32(buf) (((buf)++)[0] << 24 | ((buf)++)[1] << 16 | ((buf)++)[2] << 8 | ((buf)++)[3]) ++#define next_msb_int16(buf) (((buf)++)[0] << 8 | ((buf)++)[1]) ++#define next_byte(buf) (((buf)++)[0]) + + + /* writing to clients */ From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 13:53: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 BE15D5AB; Fri, 30 Nov 2012 13:53:05 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8928F8FC12; Fri, 30 Nov 2012 13:53:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUDr50f094659; Fri, 30 Nov 2012 13:53:05 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUDr5mU094657; Fri, 30 Nov 2012 13:53:05 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211301353.qAUDr5mU094657@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 30 Nov 2012 13:53:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308011 - in head/palm/palm-db-tools: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 13:53:05 -0000 Author: gahr Date: Fri Nov 30 13:53:05 2012 New Revision: 308011 URL: http://svnweb.freebsd.org/changeset/ports/308011 Log: - Fix the code instead of suppressing the compiler error Feature safe: yes Approved by: bapt (previous commit was his) Added: head/palm/palm-db-tools/files/patch-libflatfile-Database.cpp (contents, props changed) Modified: head/palm/palm-db-tools/Makefile (contents, props changed) Modified: head/palm/palm-db-tools/Makefile ============================================================================== --- head/palm/palm-db-tools/Makefile Fri Nov 30 13:33:13 2012 (r308010) +++ head/palm/palm-db-tools/Makefile Fri Nov 30 13:53:05 2012 (r308011) @@ -20,7 +20,7 @@ PLIST_FILES= lib/libpdbtools.so \ bin/pdb2csv post-patch: - @${REINPLACE_CMD} -e "s|-Wno-deprecated|& -fPIC -DPIC -Wno-error|" \ + @${REINPLACE_CMD} -e "s|-Wno-deprecated|& -fPIC -DPIC|" \ ${WRKSRC}/libflatfile/Makefile.in ${WRKSRC}/libpalm/Makefile.in \ ${WRKSRC}/libsupport/Makefile.in ${WRKSRC}/flatfile/Makefile.in Added: head/palm/palm-db-tools/files/patch-libflatfile-Database.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/palm/palm-db-tools/files/patch-libflatfile-Database.cpp Fri Nov 30 13:53:05 2012 (r308011) @@ -0,0 +1,11 @@ +--- libflatfile/Database.cpp.orig 2012-11-30 14:43:18.000000000 +0100 ++++ libflatfile/Database.cpp 2012-11-30 14:48:11.000000000 +0100 +@@ -208,7 +208,7 @@ + // Ensure that the field numbers are within range. + for (PalmLib::FlatFile::ListView::const_iterator i = lv.begin(); + i != lv.end(); ++i) { +- if ((*i).field < 0 || (*i).field >= getNumOfFields()) ++ if ((*i).field >= getNumOfFields()) + return; + } + m_listviews.push_back(lv); From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 13:58: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 E8DE873D for ; Fri, 30 Nov 2012 13:58:44 +0000 (UTC) (envelope-from lists@eitanadler.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 57E2E8FC13 for ; Fri, 30 Nov 2012 13:58:43 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so608948lbb.13 for ; Fri, 30 Nov 2012 05:58:42 -0800 (PST) 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=BKvMUmtZQZi4Q4wmoTaisAhPVO5txXSnDtC3oRYf6iM=; b=WGuzwH2UHX37V0VuJF6rdLgIoOF074WrNJO0i4r8y67AF+OySSTIe02PimWmpjq8qM LBanXVvTEMGWDEg2S+kypFUfVPbj1Uv0mq5S4dUjIrldTInS6Wl6JLV3Jv3WjLxlx6Kr L9cbcpfzY1x4f9cs8uoOcRZDNhe4EzknKxisc= 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=BKvMUmtZQZi4Q4wmoTaisAhPVO5txXSnDtC3oRYf6iM=; b=N/r1dc8g+1jUazrqfsqEJs1zItIDZtvRp3KyOmQ7Ht7/gee6n70oERH+yzQWrgJA/V 29HkQxXeTg1B35gwj8JjAR2UvmNGlGp+F3TYAiva8D8Bz72MNK0Q8zPcrE9U9Seuv6D9 2ukpPoEwNoUDaXfmCO8Vk64kBBE/qSE5b6peJIkV62sPZN50JqQKuV09Sqi+0TWmJW6X onsZLgHhtS2QXnU+gxAViKY33Z2tc6ht8qraDkeDLLb+xLzX5j+2uuKtnA5LyZpxplZr ed9ObDPkWwpdI/JGjypEoh9kv1C2FPDQJKaaDr0AcVC/ZaDdSwzsJYPOyyJf8cPPCrAV 4pWg== Received: by 10.152.103.100 with SMTP id fv4mr1316645lab.39.1354283922785; Fri, 30 Nov 2012 05:58:42 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.154.168 with HTTP; Fri, 30 Nov 2012 05:58:12 -0800 (PST) In-Reply-To: <201211301256.qAUCugZ0086686@svn.freebsd.org> References: <201211301256.qAUCugZ0086686@svn.freebsd.org> From: Eitan Adler Date: Fri, 30 Nov 2012 08:58:12 -0500 X-Google-Sender-Auth: sB8fjk-IK5BLDvV8eQM6PiagCao Message-ID: Subject: Re: svn commit: r308006 - in head/games/tycho: . files To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlis3C4c+RhokWNVkpCniocZ8r3+VLLJm6u0Ck1tD+tDdPsSnhNCvoO9xCsfN47stBguK5k Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 13:58:45 -0000 On 30 November 2012 07:56, Baptiste Daroussin wrote: > Author: bapt > Date: Fri Nov 30 12:56:41 2012 > New Revision: 308006 > URL: http://svnweb.freebsd.org/changeset/ports/308006 > > Log: > Fix build with clang removing -O4 which means LTO for clang why not replace it with -O3? Clearly the original author meant for optimizations to be enabled? also, was upstream pinged about this patch? perhaps they can include it in the next release. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 14:02: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 F01DD86B; Fri, 30 Nov 2012 14:02:19 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C67958FC08; Fri, 30 Nov 2012 14:02:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUE2JJ7096007; Fri, 30 Nov 2012 14:02:19 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUE2JMh096003; Fri, 30 Nov 2012 14:02:19 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211301402.qAUE2JMh096003@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 30 Nov 2012 14:02:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308012 - head/print/dviselect/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 14:02:20 -0000 Author: gahr Date: Fri Nov 30 14:02:19 2012 New Revision: 308012 URL: http://svnweb.freebsd.org/changeset/ports/308012 Log: - Fix build with clang Feature safe: yes Added: head/print/dviselect/files/patch-lib::rotate.c (contents, props changed) Modified: head/print/dviselect/files/patch-aa (contents, props changed) head/print/dviselect/files/patch-lib::pkfont.c (contents, props changed) head/print/dviselect/files/patch-lib::tfmfont.c (contents, props changed) Modified: head/print/dviselect/files/patch-aa ============================================================================== --- head/print/dviselect/files/patch-aa Fri Nov 30 13:53:05 2012 (r308011) +++ head/print/dviselect/files/patch-aa Fri Nov 30 14:02:19 2012 (r308012) @@ -1,5 +1,5 @@ ---- dviselect.c~ Wed Nov 15 13:19:15 1989 -+++ dviselect.c Mon Jul 3 00:38:25 2000 +--- dviselect.c.orig 1989-11-15 13:19:15.000000000 +0100 ++++ dviselect.c 2012-11-30 14:56:42.000000000 +0100 @@ -122,7 +122,6 @@ /* save some string space: we use this a lot */ char writeerr[] = "error writing DVI file"; @@ -8,3 +8,37 @@ /* * lint gets rather confused with the current definitions of getc and putc, +@@ -136,6 +135,9 @@ + #define getc(f) (*(f)->_ptr++) + #endif + ++void HandleDVIFile (void); ++void EndPage (void); ++ + /* + * Return true iff the 10 \counts are one of the desired output pages. + */ +@@ -190,6 +192,7 @@ + /* + * Start a page (process a DVI_BOP). + */ ++void + BeginPage() + { + register i32 *i; +@@ -243,6 +246,7 @@ + /* + * End a page (process a DVI_EOP). + */ ++void + EndPage() + { + if (!ExpectEOP) +@@ -815,6 +819,7 @@ + * output DVI file. We also keep track of font changes, handle font + * definitions, and perform some other housekeeping. + */ ++void + HandleDVIFile() + { + register int c, l; Modified: head/print/dviselect/files/patch-lib::pkfont.c ============================================================================== --- head/print/dviselect/files/patch-lib::pkfont.c Fri Nov 30 13:53:05 2012 (r308011) +++ head/print/dviselect/files/patch-lib::pkfont.c Fri Nov 30 14:02:19 2012 (r308012) @@ -1,5 +1,14 @@ ---- lib/pkfont.c.orig Wed Nov 15 13:19:52 1989 -+++ lib/pkfont.c Wed Dec 13 23:01:34 2006 +--- lib/pkfont.c.orig 1989-11-15 13:19:52.000000000 +0100 ++++ lib/pkfont.c 2012-11-30 14:59:23.000000000 +0100 +@@ -183,7 +183,7 @@ + /* + * Skip over special commands (PK_XXX?, PK_YYY). + */ +-static ++static void + skip_specials(f) + struct font *f; + { @@ -781,8 +781,8 @@ if (pk != NULL) { free(pk->pk_base); pk -> pk_base = 0; Added: head/print/dviselect/files/patch-lib::rotate.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/dviselect/files/patch-lib::rotate.c Fri Nov 30 14:02:19 2012 (r308012) @@ -0,0 +1,10 @@ +--- lib/rotate.c.orig 2012-11-30 14:57:39.000000000 +0100 ++++ lib/rotate.c 2012-11-30 14:58:50.000000000 +0100 +@@ -31,6 +31,7 @@ + /* + * Set the rotation of glyph g to r. + */ ++void + SetRotation(g, r) + register struct glyph *g; + int r; Modified: head/print/dviselect/files/patch-lib::tfmfont.c ============================================================================== --- head/print/dviselect/files/patch-lib::tfmfont.c Fri Nov 30 13:53:05 2012 (r308011) +++ head/print/dviselect/files/patch-lib::tfmfont.c Fri Nov 30 14:02:19 2012 (r308012) @@ -1,5 +1,5 @@ ---- lib/tfmfont.c~ Wed Nov 15 13:20:03 1989 -+++ lib/tfmfont.c Wed Dec 13 23:04:06 2006 +--- lib/tfmfont.c.orig 1989-11-15 13:20:03.000000000 +0100 ++++ lib/tfmfont.c 2012-11-30 15:00:41.000000000 +0100 @@ -139,7 +139,7 @@ fail: (void) fclose(fd); @@ -9,3 +9,12 @@ } return (-1); } +@@ -199,7 +199,7 @@ + #define EDGE 2 + + if (tfm->tfm_edge == 0) +- return; ++ return (-1); + if (tfm->tfm_edge != 2) panic("tfm_rasterise"); + for (i = l; i < h; i++) { + g = f->f_gly[i]; From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 14:21: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 2E8C1C3E; Fri, 30 Nov 2012 14:21:11 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 148AA8FC0C; Fri, 30 Nov 2012 14:21:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUELA7v098826; Fri, 30 Nov 2012 14:21:10 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUELAjO098825; Fri, 30 Nov 2012 14:21:10 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211301421.qAUELAjO098825@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 30 Nov 2012 14:21:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308013 - head/editors/bpatch/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 14:21:11 -0000 Author: gahr Date: Fri Nov 30 14:21:10 2012 New Revision: 308013 URL: http://svnweb.freebsd.org/changeset/ports/308013 Log: - Fix build with clang (also cleanup compiler warnings) Feature safe: yes Modified: head/editors/bpatch/files/patch-ab (contents, props changed) Modified: head/editors/bpatch/files/patch-ab ============================================================================== --- head/editors/bpatch/files/patch-ab Fri Nov 30 14:02:19 2012 (r308012) +++ head/editors/bpatch/files/patch-ab Fri Nov 30 14:21:10 2012 (r308013) @@ -1,5 +1,5 @@ ---- bpatch.c.orig Wed Jan 17 08:33:33 1990 -+++ bpatch.c Sat Sep 18 18:08:04 1999 +--- bpatch.c.orig 1990-01-17 15:33:33.000000000 +0100 ++++ bpatch.c 2012-11-30 15:20:18.000000000 +0100 @@ -90,10 +90,15 @@ /*E*/ /*S includes, globals, and defines */ @@ -17,7 +17,7 @@ #include #include -@@ -103,14 +108,8 @@ +@@ -103,14 +108,18 @@ void icc (); void copyrec (); void schwapp (); @@ -31,10 +31,20 @@ -extern void perror(); +void breakp (); +void reset (); ++int ckfile (char *, long *); ++int bread (int, char *, int, int); ++void errmsg (char *, unsigned); ++void show (int, char[16][16], char *, long, int, long, char, int, int, int, int, int, int); ++void dbg_msg (register char *); ++void dohelp (); ++void search (register int); ++int arrow (register int, register int*, register int *); ++void outstr (char *); ++void outch (register char); /* set up for calls to outstr and errmsg, etc, */ /* by use of sprintf to fill outbuf */ -@@ -190,7 +189,7 @@ +@@ -190,7 +199,7 @@ #ifdef MOD_HAX #else /* use original code... */ /* plus some more for restoring terminal function */ @@ -43,7 +53,15 @@ #endif /* MOD_HAX */ /*S main - control all the work from here */ -@@ -210,12 +209,10 @@ +@@ -202,6 +211,7 @@ + * + *********************************************************************/ + /*E*/ ++int + main (argc, argv) + int argc; + char *argv[]; +@@ -210,12 +220,10 @@ extern WINDOW *newwin (); register char *cp; /* general purpose char ptr */ @@ -56,7 +74,7 @@ int c; /* current screen column */ int change = 0; /* true if cmd line option toggled */ int fid; /* file descriptor */ -@@ -234,8 +231,7 @@ +@@ -234,8 +242,7 @@ extern char *optarg; /* getopt pointer to opt arg */ extern long getnum (); @@ -66,7 +84,7 @@ /* ------------------------------------------------------------ */ /* set up signal handling */ -@@ -333,19 +329,27 @@ +@@ -333,19 +340,27 @@ alphawin = subwin (stdscr, 16, 16, 4, 57); keypad (alphawin, TRUE); errwin = subwin (stdscr, 1, 80, 23, 0); @@ -96,7 +114,16 @@ #endif /* MOD_HAX */ } -@@ -478,7 +482,9 @@ +@@ -398,7 +413,7 @@ + { + position = lseek (fid, ((long )recno) * 256, 0); + +- if ((bytes = bread (fid, record, 256, block)) < 0) ++ if ((bytes = bread (fid, (char *)record, 256, block)) < 0) + { + sprintf(outbuf, "error on reading file %s", filename); + errmsg (outbuf, SLEEP_TIME); +@@ -478,7 +493,9 @@ } pbrk = 0; fprintf (stderr, "\007"); @@ -107,7 +134,7 @@ if (pbrk) status = EOF; } -@@ -617,7 +623,7 @@ +@@ -617,7 +634,7 @@ case '\006': /* new file (^F) */ close (fid); @@ -116,7 +143,7 @@ if (fid < 0) { fid = ckfile (filename, &size); -@@ -832,7 +838,8 @@ +@@ -832,7 +849,8 @@ touchwin (alphawin); wrefresh (alphawin); @@ -126,7 +153,7 @@ { if (!arrow (z, &r, &c)) { -@@ -902,7 +909,8 @@ +@@ -902,7 +920,8 @@ touchwin (hexwin); wrefresh (hexwin); @@ -136,7 +163,32 @@ { if (!arrow (z, &r, &c)) { -@@ -1281,7 +1289,7 @@ +@@ -1083,21 +1102,9 @@ + /*E*/ + /*checked typing of parameters as declared in fucntion */ + /* versus declarations at call */ +-show (bytes, record, filename, size, recno, position, +- m,reclen, dump, ebcdic, swab_opt, block, honly) +-int bytes; +-char record[16][16]; +-char *filename; +-long size; +-int recno; +-long position; +-char m; +-int reclen; +-int dump; +-int ebcdic; +-int swab_opt; +-int block; +-int honly; ++void ++show (int bytes, char record[16][16], char *filename, long size, int recno, long position, ++ char m, int reclen, int dump, int ebcdic, int swab_opt, int block, int honly) + { + int i; + int j; +@@ -1281,7 +1288,7 @@ /*S breakp - set pbrk on interrupt */ /*H breakp */ /*E*/ @@ -145,7 +197,23 @@ int i; { int s; -@@ -1592,6 +1600,7 @@ +@@ -1448,6 +1455,7 @@ + /*S ckfile - check on existence, accessibility, and type of file */ + /*H ckfile */ + /*E*/ ++int + ckfile (filename, sizep) + char *filename; + long *sizep; +@@ -1515,6 +1523,7 @@ + /*S dohelp - display help text */ + /*H dohelp */ + /*E*/ ++void + dohelp () + { + static char *helptxt[] = { +@@ -1592,6 +1601,7 @@ /*S reset - reset terminal to original state */ /*H reset */ /*E*/ @@ -153,7 +221,7 @@ reset (sig) int sig; { -@@ -1600,7 +1609,7 @@ +@@ -1600,7 +1610,7 @@ move (23, 0); refresh (); #ifndef MOD_HAX @@ -162,7 +230,7 @@ #endif endwin (); } -@@ -1610,7 +1619,6 @@ +@@ -1610,17 +1620,17 @@ fprintf (stderr, "killed with signal %d\n", sig); exit (sig); } @@ -170,7 +238,27 @@ } /*S arrow - determine if current character is a cursor control key */ /*H arrow */ -@@ -1683,11 +1691,11 @@ + /*E*/ ++int + arrow (k, r, c) + register int k; + register int *r; + register int *c; + { +- register ret = 1; ++ register int ret = 1; + + /* watch out for conflict of VI_* amd KEY_* definitions */ + if (k == KEY_UP || k == VI_UP) +@@ -1673,6 +1683,7 @@ + /*S dbg_msg - print a debug message */ + /*H dbg_msg */ + /*E*/ ++void + dbg_msg (msg) + register char *msg; + { +@@ -1683,11 +1694,11 @@ return; } @@ -185,7 +273,15 @@ { static char buf[512]; -@@ -1827,7 +1835,7 @@ +@@ -1815,6 +1826,7 @@ + /*S search - look for an ascii string in the file */ + /*H search */ + /*E*/ ++void + search (fid) + register int fid; + { +@@ -1827,13 +1839,13 @@ register int matched = 0; register int srch_len; @@ -194,7 +290,44 @@ register char *rp; int row, col; -@@ -1924,8 +1932,8 @@ + + srch_len = strlen (cp); +- copyrec (record, lrecord, sizeof record); ++ copyrec ((char *)record, lrecord, sizeof record); + lrecord[256] = '\0'; + + pbrk = 0; +@@ -1875,7 +1887,7 @@ + { + recno = currec; + stay = 0; +- copyrec (record, unch_rec, sizeof record); ++ copyrec ((char *)record, (char *)unch_rec, sizeof record); + werase (errwin); + touchwin (errwin); + wrefresh (errwin); +@@ -1891,6 +1903,7 @@ + } + /* simplified call to errmsg(), by using sprintf to load format */ + /* sleep_time is not implemented and awaits cleaning up of the signals (?) */ ++void + errmsg (fmt, sleep_time) + unsigned sleep_time; + char *fmt; +@@ -1911,7 +1924,7 @@ + } + else + { +- fprintf (stderr, fmt); ++ fprintf (stderr, "%s", fmt); + fprintf (stderr, "\n"); + } + /* signal problem ?? if sleep called +@@ -1921,16 +1934,17 @@ + return; + } + /* simplified call to outstr(), by using sprintf to load format */ ++void outstr (fmt) char *fmt; { @@ -205,3 +338,10 @@ return; } +-outch (ch) +-register char ch; ++void ++outch (register char ch) + { + if (dump) putchar (ch); + else addch (ch); From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 14:28: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 E1E80E1D; Fri, 30 Nov 2012 14:28:43 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C4C438FC0C; Fri, 30 Nov 2012 14:28:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUEShPa099780; Fri, 30 Nov 2012 14:28:43 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUEShY2099779; Fri, 30 Nov 2012 14:28:43 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211301428.qAUEShY2099779@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 30 Nov 2012 14:28:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308014 - head/lang/libjit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 14:28:44 -0000 Author: gahr Date: Fri Nov 30 14:28:43 2012 New Revision: 308014 URL: http://svnweb.freebsd.org/changeset/ports/308014 Log: - Fix build with clang Feature safe: yes Modified: head/lang/libjit/Makefile (contents, props changed) Modified: head/lang/libjit/Makefile ============================================================================== --- head/lang/libjit/Makefile Fri Nov 30 14:21:10 2012 (r308013) +++ head/lang/libjit/Makefile Fri Nov 30 14:28:43 2012 (r308014) @@ -21,6 +21,7 @@ USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes +CFLAGS+= -O0 INFO= libjit MAN3= libjit.3 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 14:32: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 374DCF32; Fri, 30 Nov 2012 14:32:23 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1C4048FC0C; Fri, 30 Nov 2012 14:32:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUEWMPh000432; Fri, 30 Nov 2012 14:32:22 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUEWMm1000431; Fri, 30 Nov 2012 14:32:22 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211301432.qAUEWMm1000431@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 30 Nov 2012 14:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308015 - head/net/cnupm/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 14:32:23 -0000 Author: gahr Date: Fri Nov 30 14:32:22 2012 New Revision: 308015 URL: http://svnweb.freebsd.org/changeset/ports/308015 Log: - Fix build with clang Feature safe: yes Added: head/net/cnupm/files/patch-cnupm_aggr_port.c (contents, props changed) Added: head/net/cnupm/files/patch-cnupm_aggr_port.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/cnupm/files/patch-cnupm_aggr_port.c Fri Nov 30 14:32:22 2012 (r308015) @@ -0,0 +1,10 @@ +--- cnupm/aggr_port.c.orig 2012-11-30 15:29:58.000000000 +0100 ++++ cnupm/aggr_port.c 2012-11-30 15:30:30.000000000 +0100 +@@ -120,7 +120,6 @@ + { + struct aggr_port_entry *ap; + +- port = port; + RB_FOREACH(ap, aggr_port_tree, &aggr_port_tree) + if (port >= ap->ape_first && port <= ap->ape_last) + return (ap->ape_port != 0 ? ap->ape_port : port); From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 15:04: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 7361B8B3; Fri, 30 Nov 2012 15:04:13 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 57D308FC15; Fri, 30 Nov 2012 15:04:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUF4Bkp004668; Fri, 30 Nov 2012 15:04:11 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUF4BdL004666; Fri, 30 Nov 2012 15:04:11 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211301504.qAUF4BdL004666@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 30 Nov 2012 15:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308016 - head/math/diehard/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 15:04:13 -0000 Author: gahr Date: Fri Nov 30 15:04:11 2012 New Revision: 308016 URL: http://svnweb.freebsd.org/changeset/ports/308016 Log: - Fix build with clang Feature safe: yes Added: head/math/diehard/files/ head/math/diehard/files/patch-cdomso.c (contents, props changed) head/math/diehard/files/patch-diehard.c (contents, props changed) Added: head/math/diehard/files/patch-cdomso.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/diehard/files/patch-cdomso.c Fri Nov 30 15:04:11 2012 (r308016) @@ -0,0 +1,11 @@ +--- cdomso.c.orig 2012-11-30 16:01:24.000000000 +0100 ++++ cdomso.c 2012-11-30 16:02:15.000000000 +0100 +@@ -89,7 +89,7 @@ + } + + +-real monky_stat(char *filename, char *test, int no_tests) ++void monky_stat(char *filename, char *test, int no_tests) + { + const real bits_pw=20, mean=pow(2, bits_pw)*exp(-2); + const counter dim=pow(2, bits_pw-5); Added: head/math/diehard/files/patch-diehard.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/diehard/files/patch-diehard.c Fri Nov 30 15:04:11 2012 (r308016) @@ -0,0 +1,9 @@ +--- diehard.c.orig 2012-11-30 16:00:43.000000000 +0100 ++++ diehard.c 2012-11-30 16:00:59.000000000 +0100 +@@ -153,5 +153,5 @@ + { + diehard(); + +- return; ++ return 0; + } From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 15:07: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 39CB0A32; Fri, 30 Nov 2012 15:07:21 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1E30C8FC17; Fri, 30 Nov 2012 15:07:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUF7K1p005203; Fri, 30 Nov 2012 15:07:20 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUF7KfK005202; Fri, 30 Nov 2012 15:07:20 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211301507.qAUF7KfK005202@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 30 Nov 2012 15:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308017 - head/graphics/intergif/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 15:07:21 -0000 Author: gahr Date: Fri Nov 30 15:07:20 2012 New Revision: 308017 URL: http://svnweb.freebsd.org/changeset/ports/308017 Log: - Fix build with clang Feature safe: yes Added: head/graphics/intergif/files/patch-src-makefile.ix (contents, props changed) Added: head/graphics/intergif/files/patch-src-makefile.ix ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/intergif/files/patch-src-makefile.ix Fri Nov 30 15:07:20 2012 (r308017) @@ -0,0 +1,11 @@ +--- src/makefile.ix.orig 2012-11-30 16:05:40.000000000 +0100 ++++ src/makefile.ix 2012-11-30 16:06:20.000000000 +0100 +@@ -10,7 +10,7 @@ + Link=cc + LinkFlags = -o $@ + cc = cc +-CCflags = -O6 --unsigned-char -c -Wall -Wno-unused ++CCflags = -O6 --unsigned-char -c -Wall -Wno-unused ${CFLAGS} + + .SUFFIXES: .c .o + From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 15:42: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 E51AB422; Fri, 30 Nov 2012 15:42:25 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C84818FC13; Fri, 30 Nov 2012 15:42:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUFgPuw009935; Fri, 30 Nov 2012 15:42:25 GMT (envelope-from arved@svn.freebsd.org) Received: (from arved@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUFgP7N009932; Fri, 30 Nov 2012 15:42:25 GMT (envelope-from arved@svn.freebsd.org) Message-Id: <201211301542.qAUFgP7N009932@svn.freebsd.org> From: Tilman Keskinoz Date: Fri, 30 Nov 2012 15:42:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308018 - head/devel/pcsc-lite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 15:42:26 -0000 Author: arved Date: Fri Nov 30 15:42:25 2012 New Revision: 308018 URL: http://svnweb.freebsd.org/changeset/ports/308018 Log: Update to 1.8.7 Feature safe: yes Modified: head/devel/pcsc-lite/Makefile head/devel/pcsc-lite/distinfo Modified: head/devel/pcsc-lite/Makefile ============================================================================== --- head/devel/pcsc-lite/Makefile Fri Nov 30 15:07:20 2012 (r308017) +++ head/devel/pcsc-lite/Makefile Fri Nov 30 15:42:25 2012 (r308018) @@ -6,10 +6,10 @@ # PORTNAME= pcsc-lite -PORTVERSION= 1.8.6 +PORTVERSION= 1.8.7 PORTEPOCH= 2 CATEGORIES= devel security -MASTER_SITES= https://alioth.debian.org/frs/download.php/3757/ +MASTER_SITES= https://alioth.debian.org/frs/download.php/3842/ MAINTAINER= arved@FreeBSD.org COMMENT= A smartcard development library Modified: head/devel/pcsc-lite/distinfo ============================================================================== --- head/devel/pcsc-lite/distinfo Fri Nov 30 15:07:20 2012 (r308017) +++ head/devel/pcsc-lite/distinfo Fri Nov 30 15:42:25 2012 (r308018) @@ -1,2 +1,2 @@ -SHA256 (pcsc-lite-1.8.6.tar.bz2) = 1e44049168d1ce55fd56c175f61206955254df0f385455f2a20ec7e8a0e6a77a -SIZE (pcsc-lite-1.8.6.tar.bz2) = 554106 +SHA256 (pcsc-lite-1.8.7.tar.bz2) = 9ef73a893d2e34e02af2ffc313f3b88bf3000c3f608dcd3ae84c1c1a0445ef7b +SIZE (pcsc-lite-1.8.7.tar.bz2) = 552310 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 17:03: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 8E35D95B; Fri, 30 Nov 2012 17:03:09 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 748058FC0C; Fri, 30 Nov 2012 17:03:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUH39ou022583; Fri, 30 Nov 2012 17:03:09 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUH39P4022579; Fri, 30 Nov 2012 17:03:09 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201211301703.qAUH39P4022579@svn.freebsd.org> From: Hiroki Sato Date: Fri, 30 Nov 2012 17:03:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308019 - in head/net/mrouted: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 17:03:09 -0000 Author: hrs Date: Fri Nov 30 17:03:08 2012 New Revision: 308019 URL: http://svnweb.freebsd.org/changeset/ports/308019 Log: Update to 3.9.6 and fix $MASTER_SITES. Take maintainership. Approved by: johans Feature safe: yes Added: head/net/mrouted/files/patch-vif.c (contents, props changed) Modified: head/net/mrouted/Makefile head/net/mrouted/distinfo head/net/mrouted/pkg-descr Modified: head/net/mrouted/Makefile ============================================================================== --- head/net/mrouted/Makefile Fri Nov 30 15:42:25 2012 (r308018) +++ head/net/mrouted/Makefile Fri Nov 30 17:03:08 2012 (r308019) @@ -1,16 +1,12 @@ -# New ports collection makefile for: mrouted -# Date created: 28 September 2006 -# Whom: Bruce M Simpson -# +# Created by: Bruce M Simpson # $FreeBSD$ -# PORTNAME= mrouted -PORTVERSION= 3.9.5 +PORTVERSION= 3.9.6 CATEGORIES= net -MASTER_SITES= ftp://ftp.vmlinux.org/pub/People/jocke/mrouted/ +MASTER_SITES= http://cloud.github.com/downloads/troglobit/mrouted/ -MAINTAINER= johans@FreeBSD.org +MAINTAINER= hrs@FreeBSD.org COMMENT= Multicast routing daemon providing DVMRP for IPv4 USE_RC_SUBR= mrouted @@ -20,7 +16,7 @@ MAKE_ARGS= sysconfdir=${PREFIX}/etc \ mandir=${MAN8PREFIX}/man/man8 MAN8= map-mbone.8 mrouted.8 mrinfo.8 mtrace.8 -PORTDOCS= * +PORTDOCS= README AUTHORS LICENSE ChangeLog PLIST_FILES= sbin/map-mbone sbin/mrouted sbin/mrinfo sbin/mtrace \ etc/mrouted.conf Modified: head/net/mrouted/distinfo ============================================================================== --- head/net/mrouted/distinfo Fri Nov 30 15:42:25 2012 (r308018) +++ head/net/mrouted/distinfo Fri Nov 30 17:03:08 2012 (r308019) @@ -1,2 +1,2 @@ -SHA256 (mrouted-3.9.5.tar.bz2) = 10f0204f3a420033df7b5dfe4cac96dfba58649cbd813d7c6e2253367601b147 -SIZE (mrouted-3.9.5.tar.bz2) = 112746 +SHA256 (mrouted-3.9.6.tar.bz2) = 8f6bdbd6eec1da3f6b0ca651a0484d7bdf7d7ead6c5d47abbaef0dfed949eccf +SIZE (mrouted-3.9.6.tar.bz2) = 112713 Added: head/net/mrouted/files/patch-vif.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mrouted/files/patch-vif.c Fri Nov 30 17:03:08 2012 (r308019) @@ -0,0 +1,21 @@ +--- vif.c.orig 2012-11-30 23:59:58.000000000 +0900 ++++ vif.c 2012-12-01 00:02:20.000000000 +0900 +@@ -1051,6 +1051,7 @@ + static int info_version(u_char *p) + { + int len; ++ size_t lenv; + + *p++ = DVMRP_INFO_VERSION; + p++; /* skip over length */ +@@ -1062,7 +1063,9 @@ + * as long as 100 bytes, but it's better to limit the amount + * of data copied to send_buf since we do not want to risk + * sending MAX size frames. */ +- len = strlcpy((char *)p, versionstring, sizeof(versionstring)); ++ /* XXX: use lenv to make clang happy. */ ++ lenv = sizeof(versionstring); ++ len = strlcpy((char *)p, versionstring, lenv); + + return ((len + 3) / 4); + } Modified: head/net/mrouted/pkg-descr ============================================================================== --- head/net/mrouted/pkg-descr Fri Nov 30 15:42:25 2012 (r308018) +++ head/net/mrouted/pkg-descr Fri Nov 30 17:03:08 2012 (r308019) @@ -2,4 +2,4 @@ mrouted is an implementation of the DVMR It turns a UNIX workstation into a DVMRP multicast router with tunnel support, in order to cross non-multicast-aware routers. -WWW: http://troglobit.com/mrouted.shtml +WWW: http://freecode.com/projects/mrouted From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 17:50: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 BC84A72C; Fri, 30 Nov 2012 17:50:48 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 892E78FC16; Fri, 30 Nov 2012 17:50:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUHomLA028761; Fri, 30 Nov 2012 17:50:48 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUHom6E028757; Fri, 30 Nov 2012 17:50:48 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201211301750.qAUHom6E028757@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 30 Nov 2012 17:50:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308020 - head/multimedia/audacious-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 17:50:48 -0000 Author: amdmi3 Date: Fri Nov 30 17:50:48 2012 New Revision: 308020 URL: http://svnweb.freebsd.org/changeset/ports/308020 Log: - Fix plist for certain options combinations PR: 173134 Submitted by: myself Approved by: maitainer timeout (oliver, 1 month) Feature safe: yes Modified: head/multimedia/audacious-plugins/Makefile head/multimedia/audacious-plugins/pkg-plist Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Fri Nov 30 17:03:08 2012 (r308019) +++ head/multimedia/audacious-plugins/Makefile Fri Nov 30 17:50:48 2012 (r308020) @@ -7,6 +7,7 @@ PORTNAME= audacious-plugins PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ Modified: head/multimedia/audacious-plugins/pkg-plist ============================================================================== --- head/multimedia/audacious-plugins/pkg-plist Fri Nov 30 17:03:08 2012 (r308019) +++ head/multimedia/audacious-plugins/pkg-plist Fri Nov 30 17:50:48 2012 (r308020) @@ -167,7 +167,7 @@ lib/audacious/Input/metronom.so %%SIDPLUGIN%%lib/audacious/Input/sid.so lib/audacious/Input/console.so lib/audacious/Input/psf2.so -lib/audacious/Input/madplug.so +%%MP3PLUGIN%%lib/audacious/Input/madplug.so %%SNDFILEPLUGIN%%lib/audacious/Input/sndfile.so %%CDAUDIOPLUGIN%%lib/audacious/Input/cdaudio-ng.so lib/audacious/Effect/stereo.so @@ -197,7 +197,7 @@ lib/audacious/General/albumart.so lib/audacious/General/skins.so lib/audacious/General/song_change.so %%STATUSICONPLUGIN%%lib/audacious/General/statusicon.so -lib/audacious/General/cd-menu-items.so +%%CDAUDIOPLUGIN%%lib/audacious/General/cd-menu-items.so %%OSSPLUGIN%%lib/audacious/Output/OSS.so %%OSS4PLUGIN%%lib/audacious/Output/oss4.so %%ALSAPLUGIN%%lib/audacious/Output/alsa.so From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 18:15: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 75619F1D; Fri, 30 Nov 2012 18:15:54 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 409188FC15; Fri, 30 Nov 2012 18:15:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUIFsVf032421; Fri, 30 Nov 2012 18:15:54 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUIFs9N032419; Fri, 30 Nov 2012 18:15:54 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201211301815.qAUIFs9N032419@svn.freebsd.org> From: Jason Helfman Date: Fri, 30 Nov 2012 18:15:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308021 - in head/x11/xlockmore: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 18:15:54 -0000 Author: jgh Date: Fri Nov 30 18:15:53 2012 New Revision: 308021 URL: http://svnweb.freebsd.org/changeset/ports/308021 Log: - update to 5.41 , merged upstream security patch, and verified [1] - while here take maintainership [2] PR: 173687 Submitted by: umeno@rr.iij4u.or.jp [1], jgh@ [2] Approved by: maintainer, marius@nuenneri.ch Feature safe: yes Deleted: head/x11/xlockmore/files/patch-modes__dclock.c Modified: head/x11/xlockmore/Makefile head/x11/xlockmore/distinfo Modified: head/x11/xlockmore/Makefile ============================================================================== --- head/x11/xlockmore/Makefile Fri Nov 30 17:50:48 2012 (r308020) +++ head/x11/xlockmore/Makefile Fri Nov 30 18:15:53 2012 (r308021) @@ -1,19 +1,15 @@ -# New ports collection makefile for: xlockmore -# Date created: 9 November 1994 -# Whom: smace +# Created by: smace # # $FreeBSD$ -# PORTNAME= xlockmore -PORTVERSION= 5.40 -PORTREVISION= 1 +PORTVERSION= 5.41 CATEGORIES?= x11 MASTER_SITES= ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ http://www.tux.org/~bagleyd/xlock/${PORTNAME}-${PORTVERSION}/ \ CRITICAL -MAINTAINER= marius@nuenneri.ch +MAINTAINER= jgh@FreeBSD.org COMMENT= Like XLock session locker/screen saver, but just more USE_BZIP2= yes Modified: head/x11/xlockmore/distinfo ============================================================================== --- head/x11/xlockmore/distinfo Fri Nov 30 17:50:48 2012 (r308020) +++ head/x11/xlockmore/distinfo Fri Nov 30 18:15:53 2012 (r308021) @@ -1,2 +1,2 @@ -SHA256 (xlockmore-5.40.tar.bz2) = 38ff3e32983b3f9df957431f7f8ed50e823d10246aeb0319e83876793ce5c1b3 -SIZE (xlockmore-5.40.tar.bz2) = 1962001 +SHA256 (xlockmore-5.41.tar.bz2) = a1feb0120f5caf806656db06180e1a937db5ef84467b2227db11039bb5dba323 +SIZE (xlockmore-5.41.tar.bz2) = 1962608 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 19:03: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 59324810; Fri, 30 Nov 2012 19:03:50 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 33B9E8FC16; Fri, 30 Nov 2012 19:03:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUJ3oo7039051; Fri, 30 Nov 2012 19:03:50 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUJ3oW4039050; Fri, 30 Nov 2012 19:03:50 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201211301903.qAUJ3oW4039050@svn.freebsd.org> From: Jason Helfman Date: Fri, 30 Nov 2012 19:03:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308022 - head/mail/qpopper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 19:03:50 -0000 Author: jgh Date: Fri Nov 30 19:03:49 2012 New Revision: 308022 URL: http://svnweb.freebsd.org/changeset/ports/308022 Log: - adoption of optionsNG - while here trim header PR: 172378 Submitted by: doug@lafn.org Approved by: maintainer timeout, 42 days Feature safe: yes Modified: head/mail/qpopper/Makefile Modified: head/mail/qpopper/Makefile ============================================================================== --- head/mail/qpopper/Makefile Fri Nov 30 18:15:53 2012 (r308021) +++ head/mail/qpopper/Makefile Fri Nov 30 19:03:49 2012 (r308022) @@ -1,9 +1,6 @@ -# New ports collection makefile for: qpopper -# Date created: 1 April 1995 -# Whom: pst +# Created by: pst # # $FreeBSD$ -# PORTNAME= qpopper PORTVERSION= 4.1.0 @@ -45,23 +42,29 @@ SAMPLE_EXT= .sample # PKGDEINSTALL= ${PKGINSTALL} -OPTIONS= APOP_ONLY "build with APOP authentication only" off \ - APOP "build with APOP" on \ - DOCUMENTATION "install pdf documentation" off \ - DRAC "build with Dynamic Relay Authorization" off \ - FULL_POPD_DEBUG "build with more verbose debugging" off \ - PAM "build with PAM authentication" off \ - POPPASSD "build the poppassd daemon" off \ - QPOPAUTH_SETUID "install qpopauth setuid to pop user" on \ - SAMPLE_POPUSERS "build a default reject file" off \ - SHY_ENABLED "hide qpopper version in POP3 banner" off \ - SSL "build with SSL/TLS support" on \ - STANDALONE_MODE "build qpopper to be run without inetd" off \ - U_OPTION "include support for user .qpopper-options" on +OPTIONS_DEFINE= APOP_ONLY APOP DOCUMENTATION DRAC FULL_POPD_DEBUG PAM \ + POPPASSD QPOPAUTH_SETUID SAMPLE_POPUSERS SHY_ENABLED \ + SSL STANDALONE_MODE U_OPTION + +APOP_ONLY_DESC= build with APOP authentication only +APOP_DESC= build with APOP +DOCUMENTATION_DESC= install pdf documentation +DRAC_DESC= build with Dynamic Relay Authorization +FULL_POPD_DEBUG_DESC= build with more verbose debugging +PAM_DESC= build with PAM authentication +POPPASSD_DESC= build the poppassd daemon +QPOPAUTH_SETUID_DESC= install qpopauth setuid to pop user +SAMPLE_POPUSERS_DESC= build a default reject file +SHY_ENABLED_DESC= hide qpopper version in POP3 banner +SSL_DESC= build with SSL/TLS support +STANDALONE_MODE_DESC= build qpopper to be run without inetd +U_OPTION_DESC= include support for user .qpopper-options + +OPTIONS_DEFAULT= APOP QPOPAUTH_SETUID SSL U_OPTION .include -.if defined(WITHOUT_APOP) +.if empty(PORT_OPTIONS:MAPOP) QPOPAUTH= "@comment " .else CONFIGURE_ARGS+= --enable-apop=${ETCDIR}/pop.auth \ @@ -70,38 +73,38 @@ MAN8+= qpopauth.8 QPOPAUTH= "" # If WITH_APOP_ONLY variable present in the environment, qpopper builds # with APOP authentication only. -.if defined(WITH_APOP_ONLY) +.if ${PORT_OPTIONS:MAPOP_ONLY} OS_DEFS+= -DAPOP_ONLY .endif .endif # Do not install documentation since it is in pdf format and normally # not used unless user wants it. -.if !defined(WITH_DOCUMENTATION) +.if empty(PORT_OPTIONS:MDOCUMENTATION) NOPORTDOCS= yes .endif # If WITH_DRAC variable present in the environment, qpopper builds # with Dynamic Relay Authorization Control support. -.if defined(WITH_DRAC) +.if ${PORT_OPTIONS:MDRAC} CONFIGURE_ARGS+= --with-drac BUILD_DEPENDS+= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac .endif # If WITH_FULL_POPD_DEBUG variable present in the environment, qpopper builds # with more verbose debugging. See also -d option to qpopper. -.if defined(WITH_FULL_POPD_DEBUG) +.if ${PORT_OPTIONS:MFULL_POPD_DEBUG} CONFIGURE_ARGS+= --enable-debugging .endif # If WITH_PAM variable present qpopper builds with PAM authentication -.if defined(WITH_PAM) +.if ${PORT_OPTIONS:MPAM} CONFIGURE_ARGS+= --with-pam=pop3 .endif # If WITH_POPPASSD variable present in the environment, qpopper builds # with poppassd support. -.if defined(WITH_POPPASSD) +.if ${PORT_OPTIONS:MPOPPASSD} CONFIGURE_ARGS+= --enable-poppassd EXTRA_PATCHES+= ${FILESDIR}/extra-patch-password::poppassd.c \ ${FILESDIR}/extra-patch-password::auth_user.c @@ -112,19 +115,19 @@ EPOPPASSD= "@comment " # If WITH_SHY_ENABLED variable present, qpopper does not present # its version number within the POP3 session. -.if defined(WITH_SHY_ENABLED) +.if ${PORT_OPTIONS:MSHY_ENABLED} CONFIGURE_ARGS+= --enable-shy .endif # If WITH STANDALONE_MODE variable present qpopper is built so it runs # without inetd. -.if defined(WITH_STANDALONE_MODE) +.if ${PORT_OPTIONS:MSTANDALONE_MODE} CONFIGURE_ARGS+= --enable-standalone USE_RC_SUBR= ${PORTNAME} .endif # The default is to build without SSL/TLS support. -.if !defined(WITHOUT_SSL) +.if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 19:07: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 9B8D292D; Fri, 30 Nov 2012 19:07:42 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7D1BC8FC0C; Fri, 30 Nov 2012 19:07:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUJ7g42039885; Fri, 30 Nov 2012 19:07:42 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUJ7gu5039875; Fri, 30 Nov 2012 19:07:42 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201211301907.qAUJ7gu5039875@svn.freebsd.org> From: Jason Helfman Date: Fri, 30 Nov 2012 19:07:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308023 - in head/games: . megamario megamario/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 19:07:42 -0000 Author: jgh Date: Fri Nov 30 19:07:41 2012 New Revision: 308023 URL: http://svnweb.freebsd.org/changeset/ports/308023 Log: - add new port: games/megamario Mega Mario is a Super Mario Bros. 1 clone. It features everything the original features - with better graphics, higher resolution, smoother movement and new levels. The story of mario and Luigi continues in old-school style. WWW: http://www.megamario.de/ PR: 167893 Submitted by: nemysis@gmx.ch Feature safe: yes Added: head/games/megamario/ head/games/megamario/Makefile (contents, props changed) head/games/megamario/distinfo (contents, props changed) head/games/megamario/files/ head/games/megamario/files/patch-Makefile (contents, props changed) head/games/megamario/files/patch-src-functions.cpp (contents, props changed) head/games/megamario/files/patch-src-global.cpp (contents, props changed) head/games/megamario/files/patch-src-levels.h (contents, props changed) head/games/megamario/files/patch-src-main.cpp (contents, props changed) head/games/megamario/files/patch-src-player.cpp (contents, props changed) head/games/megamario/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Fri Nov 30 19:03:49 2012 (r308022) +++ head/games/Makefile Fri Nov 30 19:07:41 2012 (r308023) @@ -545,6 +545,7 @@ SUBDIR += meandmyshadow SUBDIR += megaglest SUBDIR += megaglest-data + SUBDIR += megamario SUBDIR += memonix SUBDIR += meqcc SUBDIR += meritous Added: head/games/megamario/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/megamario/Makefile Fri Nov 30 19:07:41 2012 (r308023) @@ -0,0 +1,61 @@ +# Created by: nemysis@gmx.ch +# +# $FreeBSD$ + +PORTNAME= megamario +PORTVERSION= 1.7 +CATEGORIES= games +MASTER_SITES= SF/mmario/Mega%20Mario%20Full%20Game/Mega%20Mario%20v${PORTVERSION}%20%28Full%20Game%2C%20high%20Quality%20music%29/ +DISTNAME= MegaMario_v${PORTVERSION}_full + +MAINTAINER= nemysis@gmx.ch +COMMENT= Super Mario Bros 1 clone + +LICENSE= LGPL21 + +WRKSRC= ${WRKDIR}/${DISTNAME} + +FETCH_ARGS?= -Fpr +USE_ZIP= yes +EXTRACT_AFTER_ARGS= -d ${WRKSRC} +USE_GMAKE= yes +USE_DOS2UNIX= *.cpp *.h *.ini Makefile* *.txt *.desktop +ALL_TARGET= ${PORTNAME} +USE_SDL= sdl image mixer ttf +USE_GL= glu +MAKE_JOBS_SAFE= yes + +pre-extract: + ${MKDIR} ${WRKDIR}/${DISTNAME} + +PLIST_FILES= bin/${PORTNAME} \ + share/applications/${PORTNAME}.desktop \ + share/pixmaps/${PORTNAME}.png +PLIST_DIRSTRY= share/applications + +PORTDATA= * +PORTDOCS= CONTROLS.txt linux.txt readme.txt + +.include + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/share/pixmaps/megamario.png|${PORTNAME}|' \ + ${WRKSRC}/${PORTNAME}.desktop + @${REINPLACE_CMD} -e 's|slidebar.PNG|slidebar.png|' \ + ${WRKSRC}/data/levels/Edit2/main ${WRKSRC}/data/levels/3_2/main + @(cd ${WRKSRC}/help && ${MV} editor_R*.PNG editor_Roehren.png) + @for i in `${FIND} ${WRKSRC} -name \*.JPG -or -name \*.PNG`; do \ + ${MV} $$i `echo $$i | ${SED} -e 's/PNG/png/;s/JPG/jpg/'`; done + +post-install: + @(cd ${WRKSRC} && ${COPYTREE_SHARE} "help mp3music screens" ${DATADIR}) + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${MKDIR} ${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications/ + +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} +.endif + +.include Added: head/games/megamario/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/megamario/distinfo Fri Nov 30 19:07:41 2012 (r308023) @@ -0,0 +1,2 @@ +SHA256 (MegaMario_v1.7_full.zip) = 243ebf03cb1e5c5e7cead48d9a988ffb9a1c94f9427f71ea559ad047486c9e72 +SIZE (MegaMario_v1.7_full.zip) = 26467748 Added: head/games/megamario/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/megamario/files/patch-Makefile Fri Nov 30 19:07:41 2012 (r308023) @@ -0,0 +1,12 @@ +Index: Makefile +@@ -1,8 +1,7 @@ +-PREFIX = /home/opt + DATADIR = $(PREFIX)/share/$(TARGET) +-CFLAGS = -g -Wall -O2 ++CFLAGS += $(shell sdl-config --cflags) + CXXFLAGS= $(CFLAGS) +-LDFLAGS = -lSDL -lSDL_mixer -lSDL_ttf -lSDL_image -lGL ++LDFLAGS += $(shell sdl-config --libs) -lSDL -lSDL_mixer -lSDL_ttf -lSDL_image -lGL -lm + DEFINES = -DDATADIR=\"$(DATADIR)/\" + OBJS = src/bonus.o src/gamepad.o src/killerblume.o src/player.o \ + src/bowser.o src/global.o src/levels.o src/spiny.o \ Added: head/games/megamario/files/patch-src-functions.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/megamario/files/patch-src-functions.cpp Fri Nov 30 19:07:41 2012 (r308023) @@ -0,0 +1,11 @@ +--- src/functions.cpp.orig 2012-05-06 00:56:40.000000000 +0200 ++++ src/functions.cpp 2012-05-06 01:00:37.000000000 +0200 +@@ -447,7 +447,7 @@ + } + else + { +- sprintf(tmp, "mp3music/%s",filename); ++ sprintf(tmp, DATADIR "mp3music/%s",filename); + tmp[strlen(tmp)-3]='m'; + tmp[strlen(tmp)-2]='p'; + tmp[strlen(tmp)-1]='3'; Added: head/games/megamario/files/patch-src-global.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/megamario/files/patch-src-global.cpp Fri Nov 30 19:07:41 2012 (r308023) @@ -0,0 +1,10 @@ +--- src/global.cpp.orig 2012-05-06 00:44:34.000000000 +0200 ++++ src/global.cpp 2012-05-06 00:50:32.000000000 +0200 +@@ -9,6 +9,7 @@ + + #include "Global.h" + #include "unixutils.h" ++#include + + + Added: head/games/megamario/files/patch-src-levels.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/megamario/files/patch-src-levels.h Fri Nov 30 19:07:41 2012 (r308023) @@ -0,0 +1,11 @@ +--- src/levels.h.orig 2012-05-06 00:44:34.000000000 +0200 ++++ src/levels.h 2012-05-06 00:52:50.000000000 +0200 +@@ -8,7 +8,7 @@ + + #ifndef __LEVELS_H__ + #define __LEVELS_H__ +- ++#include + + class cScene + { Added: head/games/megamario/files/patch-src-main.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/megamario/files/patch-src-main.cpp Fri Nov 30 19:07:41 2012 (r308023) @@ -0,0 +1,20 @@ +--- src/main.cpp.orig 2012-05-06 00:56:40.000000000 +0200 ++++ src/main.cpp 2012-05-06 01:03:55.000000000 +0200 +@@ -61,7 +61,7 @@ + + #endif /* defined __unix__ */ + +- out_logfile.open ("log.txt"); ++ out_logfile.open ("%s/.megamario/log.txt"); + + dictionary * d = iniparser_new(szIniFile); + pixelation = iniparser_getboolean (d, "Mario:Pixelation", 1); +@@ -413,7 +413,7 @@ + + + fstream fin; +-fin.open("mp3music/music_available.dat",ios::in); ++fin.open( DATADIR "mp3music/music_available.dat",ios::in); + if( fin.is_open() ) + { + HighQualityMusicFound=1; Added: head/games/megamario/files/patch-src-player.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/megamario/files/patch-src-player.cpp Fri Nov 30 19:07:41 2012 (r308023) @@ -0,0 +1,12 @@ +--- src/player.cpp.orig 2012-05-05 20:22:06.000000000 +0200 ++++ src/player.cpp 2012-05-05 21:08:10.000000000 +0200 +@@ -10,7 +10,9 @@ + #include "Global.h" + + //#include ++#ifndef M_PI + #define M_PI 3.141592654 ++#endif + + + #define JUMPS 12 Added: head/games/megamario/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/megamario/pkg-descr Fri Nov 30 19:07:41 2012 (r308023) @@ -0,0 +1,6 @@ +Mega Mario is a Super Mario Bros. 1 clone. +It features everything the original features - with better graphics, +higher resolution, smoother movement and new levels. +The story of mario and Luigi continues in old-school style. + +WWW: http://www.megamario.de/ From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 20:41: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 EA36EF87; Fri, 30 Nov 2012 20:41:57 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CF2F98FC0C; Fri, 30 Nov 2012 20:41:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUKfvk7052580; Fri, 30 Nov 2012 20:41:57 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUKfvr8052576; Fri, 30 Nov 2012 20:41:57 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201211302041.qAUKfvr8052576@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 30 Nov 2012 20:41:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308024 - head/games/palomino X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 20:41:58 -0000 Author: rm Date: Fri Nov 30 20:41:57 2012 New Revision: 308024 URL: http://svnweb.freebsd.org/changeset/ports/308024 Log: - pass maintainership to submitter - remove indefinite article from COMMENT - add DESKTOP_ENTRIES to generate desktop file - s/file/distfile to pacify portlint - create image symlink for using in desktop file - update port description in pkg-descr - bump PORTREVISION Note: DISTDIR addition was not done, because it will require user to refetch the distfiles that s/he may already had. Please do this on next port version update. Some changes from this patches are already applied independently, so I filtered them out too. PR: 173897 PR: 173979 Submitted by: nemysis Feature safe: yes Modified: head/games/palomino/Makefile head/games/palomino/pkg-descr head/games/palomino/pkg-plist Modified: head/games/palomino/Makefile ============================================================================== --- head/games/palomino/Makefile Fri Nov 30 19:07:41 2012 (r308023) +++ head/games/palomino/Makefile Fri Nov 30 20:41:57 2012 (r308024) @@ -3,6 +3,7 @@ PORTNAME= palomino PORTVERSION= 20121026 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.palomino3d.org/sim/ DISTFILES= ${PORTNAME}_src_${PORTVERSION}.txz \ @@ -11,8 +12,8 @@ DISTFILES= ${PORTNAME}_src_${PORTVERSION ${PORTNAME}_data_sounds_${SOUNDS_VER}.tar.bz2 \ ${PORTNAME}_data_terrain_${TERRAIN_VER}.tar.bz2 -MAINTAINER= ports@FreeBSD.org -COMMENT= Action flight simulator with its own 3D engine +MAINTAINER= nemysis@gmx.ch +COMMENT= Action flight simulation computer program using OSG LIB_DEPENDS= osg:${PORTSDIR}/graphics/osg @@ -39,6 +40,9 @@ SDL_DESC= SDL support for input and soun PLIB_DESC= Enable sound support through plib GUI_DESC= Enable FLTK GUI +DESKTOP_ENTRIES= "Palomino" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" ${FALSE} + .include .if ${PORT_OPTIONS:MJOYSTICK} @@ -62,11 +66,11 @@ do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} @cd ${WRKDIR}; \ - for file in ${DISTFILES}; do \ - if ${ECHO_CMD} $$file | ${GREP} -q txz$$; then \ - ${XZ_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS}; \ + for distfile in ${DISTFILES}; do \ + if ${ECHO_CMD} $$distfile | ${GREP} -q txz$$; then \ + ${XZ_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$distfile ${EXTRACT_AFTER_ARGS}; \ else \ - ${BZIP2_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS}; \ + ${BZIP2_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$distfile ${EXTRACT_AFTER_ARGS}; \ fi; \ done @@ -102,6 +106,9 @@ post-install: cd ${WRKSRC}/ && ${COPYTREE_SHARE} "data scripts" ${DATADIR}/ # docs are used from within the game, so this is unconditional ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} "*" ${DOCSDIR}/ + cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/ + + ${LN} -sf ${PREFIX}/share/doc/palomino/images/palominoLogo.png \ + ${PREFIX}/share/pixmaps/${PORTNAME}.png .include Modified: head/games/palomino/pkg-descr ============================================================================== --- head/games/palomino/pkg-descr Fri Nov 30 19:07:41 2012 (r308023) +++ head/games/palomino/pkg-descr Fri Nov 30 20:41:57 2012 (r308024) @@ -1,4 +1,4 @@ -Palomino is an open-source action flight simulator with its own -3D engine. +Palomino is a flight simulation computer program. Version 3 renders using +OpenSceneGraph. OSG provides the ability to render satellite imagery. WWW: http://www.palomino3d.org/ Modified: head/games/palomino/pkg-plist ============================================================================== --- head/games/palomino/pkg-plist Fri Nov 30 19:07:41 2012 (r308023) +++ head/games/palomino/pkg-plist Fri Nov 30 20:41:57 2012 (r308024) @@ -1,4 +1,5 @@ bin/palomino +share/pixmaps/palomino.png %%DOCSDIR%%/coding.html %%DOCSDIR%%/compression.html %%DOCSDIR%%/crash.html From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 22:07: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 AF96F7ED; Fri, 30 Nov 2012 22:07:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8E66D8FC13; Fri, 30 Nov 2012 22:07:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUM7OR6063631; Fri, 30 Nov 2012 22:07:24 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUM7OuH063629; Fri, 30 Nov 2012 22:07:24 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201211302207.qAUM7OuH063629@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 30 Nov 2012 22:07:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308025 - head/games/jvgs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 22:07:25 -0000 Author: amdmi3 Date: Fri Nov 30 22:07:24 2012 New Revision: 308025 URL: http://svnweb.freebsd.org/changeset/ports/308025 Log: - OptionsNG - Trim header - Fix PORTSCOUT Feature safe: yes Modified: head/games/jvgs/Makefile Modified: head/games/jvgs/Makefile ============================================================================== --- head/games/jvgs/Makefile Fri Nov 30 20:41:57 2012 (r308024) +++ head/games/jvgs/Makefile Fri Nov 30 22:07:24 2012 (r308025) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jvgs -# Date created: 15 Jan 2010 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $FreeBSD$ -# PORTNAME= jvgs PORTVERSION= 0.4 @@ -30,7 +26,9 @@ NO_CDROM= contains data under CC-by-NC-S PORTDOCS= AUTHORS -PORTSCOUT= ignore:0.5 # unplayable due to broken double jump +PORTSCOUT= skipv:0.5 # unplayable due to broken double jump + +.include post-patch: @${REINPLACE_CMD} -e 's|main.lua|${DATADIR}/&|' ${WRKSRC}/src/main.cpp @@ -40,7 +38,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/jvgs ${PREFIX}/bin/ ${MKDIR} ${DATADIR} cd ${WRKSRC} && ${COPYTREE_SHARE} "resources main.lua" ${DATADIR}/ -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR} .endif From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 22:19: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 A40B4AB5; Fri, 30 Nov 2012 22:19:12 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 887C38FC13; Fri, 30 Nov 2012 22:19:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUMJCm4065418; Fri, 30 Nov 2012 22:19:12 GMT (envelope-from itetcu@svn.freebsd.org) Received: (from itetcu@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUMJC0a065417; Fri, 30 Nov 2012 22:19:12 GMT (envelope-from itetcu@svn.freebsd.org) Message-Id: <201211302219.qAUMJC0a065417@svn.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 30 Nov 2012 22:19:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308026 - head/sysutils/apcupsd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 22:19:12 -0000 Author: itetcu Date: Fri Nov 30 22:19:12 2012 New Revision: 308026 URL: http://svnweb.freebsd.org/changeset/ports/308026 Log: Fix build on 9-STABLE and HEAD. Feature safe: yes Modified: head/sysutils/apcupsd/Makefile Modified: head/sysutils/apcupsd/Makefile ============================================================================== --- head/sysutils/apcupsd/Makefile Fri Nov 30 22:07:24 2012 (r308025) +++ head/sysutils/apcupsd/Makefile Fri Nov 30 22:19:12 2012 (r308026) @@ -32,6 +32,8 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/sbin --sysconfdir=${ETCDIR} \ --with-serial-dev=/dev/usv +CONFIGURE_ENV+= LD="${CXX}" +#CONFIGURE_ENV+= LIBS="-lstdc++" CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 22:29: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 D4F50FA5; Fri, 30 Nov 2012 22:29:40 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9EF648FC14; Fri, 30 Nov 2012 22:29:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUMTeJj066758; Fri, 30 Nov 2012 22:29:40 GMT (envelope-from itetcu@svn.freebsd.org) Received: (from itetcu@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUMTegV066755; Fri, 30 Nov 2012 22:29:40 GMT (envelope-from itetcu@svn.freebsd.org) Message-Id: <201211302229.qAUMTegV066755@svn.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 30 Nov 2012 22:29:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308027 - head/sysutils/nut X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 22:29:41 -0000 Author: itetcu Date: Fri Nov 30 22:29:40 2012 New Revision: 308027 URL: http://svnweb.freebsd.org/changeset/ports/308027 Log: Update to 2.6.5. XXX: for some of the OPTIONS, if the DEPENDS is installed, nut picks it up, and the recorded dependencies and PLIST are wrong. Needs fixing. PR: 171285 Submitted by: William Grzybowski Feature safe: yes Modified: head/sysutils/nut/Makefile head/sysutils/nut/distinfo head/sysutils/nut/pkg-plist Modified: head/sysutils/nut/Makefile ============================================================================== --- head/sysutils/nut/Makefile Fri Nov 30 22:19:12 2012 (r308026) +++ head/sysutils/nut/Makefile Fri Nov 30 22:29:40 2012 (r308027) @@ -6,7 +6,7 @@ # PORTNAME= nut -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.5 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig @@ -139,6 +139,7 @@ MAN8+= netxml-ups.8 PLIST_SUB+= NUT_NEON="" .else CONFIGURE_ARGS+= --without-neonxml +CONFIGURE_ARGS+= --disable-neonxml PLIST_SUB+= NUT_NEON="@comment " .endif Modified: head/sysutils/nut/distinfo ============================================================================== --- head/sysutils/nut/distinfo Fri Nov 30 22:19:12 2012 (r308026) +++ head/sysutils/nut/distinfo Fri Nov 30 22:29:40 2012 (r308027) @@ -1,4 +1,4 @@ -SHA256 (nut-2.6.4.tar.gz) = 4a8455ca7ba2e18b57a39206acc5a496e855d845828e970822bd84afd1178fe5 -SIZE (nut-2.6.4.tar.gz) = 1992488 -SHA256 (nut-2.6.4.tar.gz.sig) = a364d09b9c6877c1542183dd7eac35cf189ab9d178532d6fd29a04662560754f -SIZE (nut-2.6.4.tar.gz.sig) = 72 +SHA256 (nut-2.6.5.tar.gz) = 618df71cf1ca6e3700d1d3c282773a2dec85f9f20324c0d3234c824e97feb93f +SIZE (nut-2.6.5.tar.gz) = 2038832 +SHA256 (nut-2.6.5.tar.gz.sig) = 4aa66e909d730e2ca6953e3728f783c45bce5506af283b61737e988d22e6e02a +SIZE (nut-2.6.5.tar.gz.sig) = 72 Modified: head/sysutils/nut/pkg-plist ============================================================================== --- head/sysutils/nut/pkg-plist Fri Nov 30 22:19:12 2012 (r308026) +++ head/sysutils/nut/pkg-plist Fri Nov 30 22:29:40 2012 (r308027) @@ -72,6 +72,7 @@ libdata/pkgconfig/libupsclient.pc %%NUT_SERIAL%%libexec/nut/microdowell %%NUT_NEON%%libexec/nut/netxml-ups %%NUT_SERIAL%%libexec/nut/newmge-shut +%%NUT_SERIAL%%libexec/nut/oldmge-shut %%NUT_SERIAL%%libexec/nut/oneac %%NUT_SERIAL%%libexec/nut/optiups %%NUT_SERIAL%%libexec/nut/powercom From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 22:44: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 02C64780; Fri, 30 Nov 2012 22:44:50 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D8C648FC12; Fri, 30 Nov 2012 22:44:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUMioF5068763; Fri, 30 Nov 2012 22:44:50 GMT (envelope-from itetcu@svn.freebsd.org) Received: (from itetcu@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUMiocO068762; Fri, 30 Nov 2012 22:44:50 GMT (envelope-from itetcu@svn.freebsd.org) Message-Id: <201211302244.qAUMiocO068762@svn.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 30 Nov 2012 22:44:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308028 - head/mail/altermime/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 22:44:51 -0000 Author: itetcu Date: Fri Nov 30 22:44:50 2012 New Revision: 308028 URL: http://svnweb.freebsd.org/changeset/ports/308028 Log: Fix build with clang. PR: 172216 Submitted by: Miklos Magyari Feature safe: yes Added: head/mail/altermime/files/ head/mail/altermime/files/patch-ffget.c (contents, props changed) Added: head/mail/altermime/files/patch-ffget.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/altermime/files/patch-ffget.c Fri Nov 30 22:44:50 2012 (r308028) @@ -0,0 +1,11 @@ +--- ./ffget.c.orig 2008-12-13 03:13:09.000000000 +0200 ++++ ./ffget.c 2012-12-01 00:41:29.000000000 +0200 +@@ -550,7 +550,7 @@ + // if we have another \r after it, in which case, we + // turn on SINGLE_DELIMETER_MODE. + +- if ( (*crlfpos == '\r') ) ++ if (*crlfpos == '\r') + { + f->linebreak = FFGET_LINEBREAK_CR; + snprintf(f->lastbreak,sizeof(f->lastbreak),"\r"); From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 22:55: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 1A117D3F; Fri, 30 Nov 2012 22:55:41 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F159F8FC08; Fri, 30 Nov 2012 22:55:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUMtea4070288; Fri, 30 Nov 2012 22:55:40 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUMtekc070285; Fri, 30 Nov 2012 22:55:40 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201211302255.qAUMtekc070285@svn.freebsd.org> From: Jason Helfman Date: Fri, 30 Nov 2012 22:55:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308029 - in head: . www www/jetspeed X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 22:55:41 -0000 Author: jgh Date: Fri Nov 30 22:55:40 2012 New Revision: 308029 URL: http://svnweb.freebsd.org/changeset/ports/308029 Log: - has expired, dead upstream Feature safe: yes Deleted: head/www/jetspeed/ Modified: head/MOVED head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Nov 30 22:44:50 2012 (r308028) +++ head/MOVED Fri Nov 30 22:55:40 2012 (r308029) @@ -3936,3 +3936,4 @@ databases/postgresql-libpqxx||2012-11-28 devel/portlet-api||2012-11-28|Has expired: No more public distfiles net/amqp08||2012-11-29|Has expired: No more public distfiles games/kmquake2||2012-11-29|Has expired: No more public distfiles +www/jetspeed||2012-11-30|Has expired: Dead upstream Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Nov 30 22:44:50 2012 (r308028) +++ head/www/Makefile Fri Nov 30 22:55:40 2012 (r308029) @@ -363,7 +363,6 @@ SUBDIR += jdresolve SUBDIR += jericho-html SUBDIR += jesred - SUBDIR += jetspeed SUBDIR += jetty SUBDIR += jinzora SUBDIR += joomla15 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:06: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 1BD6E1FD; Fri, 30 Nov 2012 23:06:17 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DB1F08FC15; Fri, 30 Nov 2012 23:06:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUN6G3Z072319; Fri, 30 Nov 2012 23:06:16 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUN6Go0072317; Fri, 30 Nov 2012 23:06:16 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201211302306.qAUN6Go0072317@svn.freebsd.org> From: Bryan Drewery Date: Fri, 30 Nov 2012 23:06:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308030 - head/ports-mgmt/portupgrade-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:06:17 -0000 Author: bdrewery Date: Fri Nov 30 23:06:16 2012 New Revision: 308030 URL: http://svnweb.freebsd.org/changeset/ports/308030 Log: - Update to 20121130 snapshot Changes: * Fixes ZSH/BASH completions for PKGNG Feature safe: yes Modified: head/ports-mgmt/portupgrade-devel/Makefile head/ports-mgmt/portupgrade-devel/distinfo Modified: head/ports-mgmt/portupgrade-devel/Makefile ============================================================================== --- head/ports-mgmt/portupgrade-devel/Makefile Fri Nov 30 22:55:40 2012 (r308029) +++ head/ports-mgmt/portupgrade-devel/Makefile Fri Nov 30 23:06:16 2012 (r308030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 20121018 +PORTVERSION= 20121130 PORTEPOCH= 3 CATEGORIES= ports-mgmt MASTER_SITES= GH \ @@ -22,7 +22,7 @@ CONFLICTS_INSTALL= portupgrade-[0-9]* USE_GITHUB= yes GH_ACCOUNT= pkgtools GH_PROJECT= pkgtools -GH_COMMIT= 1f21085 +GH_COMMIT= 7c8964e GH_TAGNAME= ${GH_COMMIT} DIST_SUBDIR= ${PORTNAME} Modified: head/ports-mgmt/portupgrade-devel/distinfo ============================================================================== --- head/ports-mgmt/portupgrade-devel/distinfo Fri Nov 30 22:55:40 2012 (r308029) +++ head/ports-mgmt/portupgrade-devel/distinfo Fri Nov 30 23:06:16 2012 (r308030) @@ -1,2 +1,2 @@ -SHA256 (portupgrade/pkgtools-pkgtools-20121018-0-g1f21085.tar.gz) = 79e80d9e235aebe830772bb90733d09f84d38440e0c3651ed38da5698213ab6b -SIZE (portupgrade/pkgtools-pkgtools-20121018-0-g1f21085.tar.gz) = 105030 +SHA256 (portupgrade/pkgtools-pkgtools-20121130-0-g7c8964e.tar.gz) = 353576a2c4643ccd46dd7f339d639243fd38dbfb7fcfd013cc92cac9cb5a431a +SIZE (portupgrade/pkgtools-pkgtools-20121130-0-g7c8964e.tar.gz) = 105250 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23: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 B6884452; Fri, 30 Nov 2012 23:06:58 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from mx.tetcu.info (mx.tetcu.info [217.19.15.179]) by mx1.freebsd.org (Postfix) with ESMTP id 3FDD48FC15; Fri, 30 Nov 2012 23:06:58 +0000 (UTC) Received: from it.tim.tetcu.info (unknown [188.27.98.5]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx.tetcu.info (Postfix) with ESMTPSA id 6418E256FFC; Sat, 1 Dec 2012 01:06:57 +0200 (EET) Date: Sat, 1 Dec 2012 01:06:56 +0200 From: Ion-Mihai Tetcu To: Eitan Adler Subject: Re: svn commit: r308006 - in head/games/tycho: . files Message-ID: <20121201010656.6bdf20a0@it.tim.tetcu.info> In-Reply-To: References: <201211301256.qAUCugZ0086686@svn.freebsd.org> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:06:58 -0000 On Fri, 30 Nov 2012 08:58:12 -0500 Eitan Adler wrote: > On 30 November 2012 07:56, Baptiste Daroussin > wrote: > > Author: bapt > > Date: Fri Nov 30 12:56:41 2012 > > New Revision: 308006 > > URL: http://svnweb.freebsd.org/changeset/ports/308006 > > > > Log: > > Fix build with clang removing -O4 which means LTO for clang > > why not replace it with -O3? Clearly the original author meant for > optimizations to be enabled? Shouldn't we respect the local flags as set by the user? :) -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID F0808380 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:50: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 39AD3EC1; Fri, 30 Nov 2012 23:50:03 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1D2C78FC15; Fri, 30 Nov 2012 23:50:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNo2AC078316; Fri, 30 Nov 2012 23:50:02 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNo2xu078314; Fri, 30 Nov 2012 23:50:02 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302350.qAUNo2xu078314@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:50:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308031 - in head/misc/pinfo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:50:03 -0000 Author: sperber Date: Fri Nov 30 23:50:02 2012 New Revision: 308031 URL: http://svnweb.freebsd.org/changeset/ports/308031 Log: - Update to version 0.6.10 - Add MAKE_JOBS_SAFE - Convert to optionsng PR: ports/170158 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Deleted: head/misc/pinfo/files/ head/misc/pinfo/pkg-plist Modified: head/misc/pinfo/Makefile head/misc/pinfo/distinfo Modified: head/misc/pinfo/Makefile ============================================================================== --- head/misc/pinfo/Makefile Fri Nov 30 23:06:16 2012 (r308030) +++ head/misc/pinfo/Makefile Fri Nov 30 23:50:02 2012 (r308031) @@ -1,24 +1,32 @@ -# New ports collection makefile for: pinfo -# Date created: 19 May 1999 -# Whom: Thomas Gellekum -# +# Created by: Thomas Gellekum # $FreeBSD$ -# PORTNAME= pinfo -PORTVERSION= 0.6.9 -PORTREVISION= 4 +PORTVERSION= 0.6.10 CATEGORIES= misc -MASTER_SITES= http://alioth.debian.org/frs/download.php/1502/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/3351/ MAINTAINER= ports@FreeBSD.org COMMENT= Ncurses based, lynx style info documentation browser -GNU_CONFIGURE= yes +LICENSE= GPLv2 + +OPTIONS_DEFINE= READLINE +OPTIONS_DEFAULT=READLINE +READLINE_DESC= Enable readline support + +USE_BZIP2= yes +USE_NCURSES= yes +USE_GETTEXT= yes +USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf +LIBTOOLIZE_ARGS=--force +ACLOCAL_ARGS= -I macros +AUTOMAKE_ARGS= --add-missing --force-missing +CONFIGURE_ARGS= --with-localedir=${PREFIX}/share/locale +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-readline \ - --with-localedir=${PREFIX}/share/locale MAN1= pinfo.1 INFO= pinfo @@ -31,4 +39,20 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif +PLIST_FILES= bin/pinfo etc/pinforc +.for lang in cs de eu ja nl pl pt_BR ro ru sv vi +PLIST_FILES+= %%NLS%%share/locale/${lang}/LC_MESSAGES/pinfo.mo +.endfor + +.include + +.if ${PORT_OPTIONS:MREADLINE} +USE_READLINE= yes +.else +CONFIGURE_ARGS+=--without-readline +.endif + +pre-configure: + @(cd ${WRKSRC} && ${LOCALBASE}/bin/autopoint) + .include Modified: head/misc/pinfo/distinfo ============================================================================== --- head/misc/pinfo/distinfo Fri Nov 30 23:06:16 2012 (r308030) +++ head/misc/pinfo/distinfo Fri Nov 30 23:50:02 2012 (r308031) @@ -1,2 +1,2 @@ -SHA256 (pinfo-0.6.9.tar.gz) = c25f08e115a5e796f40838a28d0e9816c755f4cb9e7bcc77f6d4c9ddaf0a1651 -SIZE (pinfo-0.6.9.tar.gz) = 554213 +SHA256 (pinfo-0.6.10.tar.bz2) = 122180a0c23d11bc9eb569a4de3ff97d3052af96e32466fa62f2daf46ff61c5d +SIZE (pinfo-0.6.10.tar.bz2) = 133059 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:50: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 03A8BF9A; Fri, 30 Nov 2012 23:50:16 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DC4558FC1B; Fri, 30 Nov 2012 23:50:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNoFjT078474; Fri, 30 Nov 2012 23:50:15 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNoFxf078470; Fri, 30 Nov 2012 23:50:15 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302350.qAUNoFxf078470@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:50:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308032 - head/net/link-monitor-applet X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:50:16 -0000 Author: sperber Date: Fri Nov 30 23:50:15 2012 New Revision: 308032 URL: http://svnweb.freebsd.org/changeset/ports/308032 Log: - Update to version 3.0 - Update MASTER_SITES - Add LICENSE PR: ports/170162 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/net/link-monitor-applet/Makefile head/net/link-monitor-applet/distinfo head/net/link-monitor-applet/pkg-plist Modified: head/net/link-monitor-applet/Makefile ============================================================================== --- head/net/link-monitor-applet/Makefile Fri Nov 30 23:50:02 2012 (r308031) +++ head/net/link-monitor-applet/Makefile Fri Nov 30 23:50:15 2012 (r308032) @@ -6,24 +6,37 @@ # PORTNAME= link-monitor-applet -PORTVERSION= 2.1 -PORTREVISION= 9 +PORTVERSION= 3.0 CATEGORIES= net ipv6 -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= link-monitor +MASTER_SITES= SAVANNAH/${PORTNAME:S/-applet//} MAINTAINER= ports@FreeBSD.org COMMENT= A GNOME applet displaying the round-trip time to one or more hosts +LICENSE= GPLv3 + +BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP -USE_GNOME= gnomehack gnomeprefix gnomepanel eel2 librsvg2 libgnomeui -GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_BZIP2= yes +USE_GNOME= gnomepanel gnomeprefix libgnomeui librsvg2 +USE_GETTEXT= yes +INSTALLS_OMF= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= link-monitor-applet.schemas -INSTALLS_OMF= yes + +do-configure: + @(cd ${WRKSRC} && ${SH} jb configure cc="${CC}" cflags="${CFLAGS}" \ + cppflags="${CPPFLAGS}" ldflags="${LDFLAGS}" \ + libdir="${PREFIX}/libdata" prefix="${PREFIX}") + +do-build: + @(cd ${WRKSRC} && ${SH} jb build) + +do-install: + @(cd ${WRKSRC} && ${SH} jb install) .include Modified: head/net/link-monitor-applet/distinfo ============================================================================== --- head/net/link-monitor-applet/distinfo Fri Nov 30 23:50:02 2012 (r308031) +++ head/net/link-monitor-applet/distinfo Fri Nov 30 23:50:15 2012 (r308032) @@ -1,2 +1,2 @@ -SHA256 (link-monitor-applet-2.1.tar.gz) = efb7af1a85fde775ada8a55e6a40307d6aad8ffb6741d48f5bfaf6890d21da7c -SIZE (link-monitor-applet-2.1.tar.gz) = 1066199 +SHA256 (link-monitor-applet-3.0.tar.bz2) = 96f0f0de7649f3eef3c87c0f076fe752fe2d4a980729864bc0cac0f8937678cd +SIZE (link-monitor-applet-3.0.tar.bz2) = 916327 Modified: head/net/link-monitor-applet/pkg-plist ============================================================================== --- head/net/link-monitor-applet/pkg-plist Fri Nov 30 23:50:02 2012 (r308031) +++ head/net/link-monitor-applet/pkg-plist Fri Nov 30 23:50:15 2012 (r308032) @@ -1,226 +1,226 @@ libdata/bonobo/servers/GNOME_LinkMonitorApplet.server libexec/link-monitor-applet -share/gnome-2.0/ui/GNOME_LinkMonitorApplet.xml share/gnome/help/link-monitor-applet/C/documentation-license.xml -share/gnome/help/link-monitor-applet/C/figures/link-monitor-applet-5hosts.png -share/gnome/help/link-monitor-applet/C/figures/link-monitor-applet-empty.png +share/gnome/help/link-monitor-applet/C/figures/link-monitor-applet.png share/gnome/help/link-monitor-applet/C/link-monitor-applet.xml share/gnome/help/link-monitor-applet/C/software-license.xml -share/link-monitor-applet/flags/ad.svg -share/link-monitor-applet/flags/ae.svg -share/link-monitor-applet/flags/af.svg -share/link-monitor-applet/flags/ag.svg -share/link-monitor-applet/flags/ai.svg -share/link-monitor-applet/flags/al.svg -share/link-monitor-applet/flags/am.svg -share/link-monitor-applet/flags/an.svg -share/link-monitor-applet/flags/ao.svg -share/link-monitor-applet/flags/ar.svg -share/link-monitor-applet/flags/as.svg -share/link-monitor-applet/flags/at.svg -share/link-monitor-applet/flags/au.svg -share/link-monitor-applet/flags/aw.svg -share/link-monitor-applet/flags/az.svg -share/link-monitor-applet/flags/ba.svg -share/link-monitor-applet/flags/bb.svg -share/link-monitor-applet/flags/bd.svg -share/link-monitor-applet/flags/be.svg -share/link-monitor-applet/flags/bf.svg -share/link-monitor-applet/flags/bg.svg -share/link-monitor-applet/flags/bh.svg -share/link-monitor-applet/flags/bi.svg -share/link-monitor-applet/flags/bj.svg -share/link-monitor-applet/flags/bn.svg -share/link-monitor-applet/flags/bo.svg -share/link-monitor-applet/flags/br.svg -share/link-monitor-applet/flags/bs.svg -share/link-monitor-applet/flags/bt.svg -share/link-monitor-applet/flags/bw.svg -share/link-monitor-applet/flags/by.svg -share/link-monitor-applet/flags/bz.svg -share/link-monitor-applet/flags/ca.svg -share/link-monitor-applet/flags/cd.svg -share/link-monitor-applet/flags/cf.svg -share/link-monitor-applet/flags/cg.svg -share/link-monitor-applet/flags/ch.svg -share/link-monitor-applet/flags/ci.svg -share/link-monitor-applet/flags/ck.svg -share/link-monitor-applet/flags/cl.svg -share/link-monitor-applet/flags/cm.svg -share/link-monitor-applet/flags/cn.svg -share/link-monitor-applet/flags/co.svg -share/link-monitor-applet/flags/cr.svg -share/link-monitor-applet/flags/cs.svg -share/link-monitor-applet/flags/cu.svg -share/link-monitor-applet/flags/cv.svg -share/link-monitor-applet/flags/cx.svg -share/link-monitor-applet/flags/cy.svg -share/link-monitor-applet/flags/cz.svg -share/link-monitor-applet/flags/de.svg -share/link-monitor-applet/flags/dj.svg -share/link-monitor-applet/flags/dk.svg -share/link-monitor-applet/flags/dm.svg -share/link-monitor-applet/flags/do.svg -share/link-monitor-applet/flags/dz.svg -share/link-monitor-applet/flags/ec.svg -share/link-monitor-applet/flags/ee.svg -share/link-monitor-applet/flags/eg.svg -share/link-monitor-applet/flags/eh.svg -share/link-monitor-applet/flags/er.svg -share/link-monitor-applet/flags/es.svg -share/link-monitor-applet/flags/et.svg -share/link-monitor-applet/flags/fi.svg -share/link-monitor-applet/flags/fj.svg -share/link-monitor-applet/flags/fm.svg -share/link-monitor-applet/flags/fr.svg -share/link-monitor-applet/flags/ga.svg -share/link-monitor-applet/flags/gb.svg -share/link-monitor-applet/flags/gd.svg -share/link-monitor-applet/flags/ge.svg -share/link-monitor-applet/flags/gh.svg -share/link-monitor-applet/flags/gm.svg -share/link-monitor-applet/flags/gn.svg -share/link-monitor-applet/flags/gq.svg -share/link-monitor-applet/flags/gr.svg -share/link-monitor-applet/flags/gs.svg -share/link-monitor-applet/flags/gt.svg -share/link-monitor-applet/flags/gu.svg -share/link-monitor-applet/flags/gw.svg -share/link-monitor-applet/flags/gy.svg -share/link-monitor-applet/flags/hn.svg -share/link-monitor-applet/flags/hr.svg -share/link-monitor-applet/flags/ht.svg -share/link-monitor-applet/flags/hu.svg -share/link-monitor-applet/flags/id.svg -share/link-monitor-applet/flags/ie.svg -share/link-monitor-applet/flags/il.svg -share/link-monitor-applet/flags/in.svg -share/link-monitor-applet/flags/iq.svg -share/link-monitor-applet/flags/ir.svg -share/link-monitor-applet/flags/is.svg -share/link-monitor-applet/flags/it.svg -share/link-monitor-applet/flags/jm.svg -share/link-monitor-applet/flags/jo.svg -share/link-monitor-applet/flags/jp.svg -share/link-monitor-applet/flags/ke.svg -share/link-monitor-applet/flags/kg.svg -share/link-monitor-applet/flags/kh.svg -share/link-monitor-applet/flags/ki.svg -share/link-monitor-applet/flags/km.svg -share/link-monitor-applet/flags/kn.svg -share/link-monitor-applet/flags/kp.svg -share/link-monitor-applet/flags/kr.svg -share/link-monitor-applet/flags/kw.svg -share/link-monitor-applet/flags/kz.svg -share/link-monitor-applet/flags/la.svg -share/link-monitor-applet/flags/lb.svg -share/link-monitor-applet/flags/lc.svg -share/link-monitor-applet/flags/li.svg -share/link-monitor-applet/flags/lk.svg -share/link-monitor-applet/flags/lr.svg -share/link-monitor-applet/flags/ls.svg -share/link-monitor-applet/flags/lt.svg -share/link-monitor-applet/flags/lu.svg -share/link-monitor-applet/flags/lv.svg -share/link-monitor-applet/flags/ly.svg -share/link-monitor-applet/flags/ma.svg -share/link-monitor-applet/flags/mc.svg -share/link-monitor-applet/flags/md.svg -share/link-monitor-applet/flags/mg.svg -share/link-monitor-applet/flags/mh.svg -share/link-monitor-applet/flags/mk.svg -share/link-monitor-applet/flags/ml.svg -share/link-monitor-applet/flags/mm.svg -share/link-monitor-applet/flags/mn.svg -share/link-monitor-applet/flags/mp.svg -share/link-monitor-applet/flags/mr.svg -share/link-monitor-applet/flags/ms.svg -share/link-monitor-applet/flags/mt.svg -share/link-monitor-applet/flags/mu.svg -share/link-monitor-applet/flags/mv.svg -share/link-monitor-applet/flags/mw.svg -share/link-monitor-applet/flags/mx.svg -share/link-monitor-applet/flags/my.svg -share/link-monitor-applet/flags/mz.svg -share/link-monitor-applet/flags/na.svg -share/link-monitor-applet/flags/ne.svg -share/link-monitor-applet/flags/ng.svg -share/link-monitor-applet/flags/ni.svg -share/link-monitor-applet/flags/nl.svg -share/link-monitor-applet/flags/no.svg -share/link-monitor-applet/flags/np.svg -share/link-monitor-applet/flags/nr.svg -share/link-monitor-applet/flags/nu.svg -share/link-monitor-applet/flags/nz.svg -share/link-monitor-applet/flags/om.svg -share/link-monitor-applet/flags/pa.svg -share/link-monitor-applet/flags/pe.svg -share/link-monitor-applet/flags/pg.svg -share/link-monitor-applet/flags/ph.svg -share/link-monitor-applet/flags/pk.svg -share/link-monitor-applet/flags/pl.svg -share/link-monitor-applet/flags/pn.svg -share/link-monitor-applet/flags/pr.svg -share/link-monitor-applet/flags/pt.svg -share/link-monitor-applet/flags/pw.svg -share/link-monitor-applet/flags/py.svg -share/link-monitor-applet/flags/qa.svg -share/link-monitor-applet/flags/ro.svg -share/link-monitor-applet/flags/ru.svg -share/link-monitor-applet/flags/rw.svg -share/link-monitor-applet/flags/sa.svg -share/link-monitor-applet/flags/sb.svg -share/link-monitor-applet/flags/sc.svg -share/link-monitor-applet/flags/sd.svg -share/link-monitor-applet/flags/se.svg -share/link-monitor-applet/flags/sg.svg -share/link-monitor-applet/flags/si.svg -share/link-monitor-applet/flags/sk.svg -share/link-monitor-applet/flags/sl.svg -share/link-monitor-applet/flags/sm.svg -share/link-monitor-applet/flags/sn.svg -share/link-monitor-applet/flags/so.svg -share/link-monitor-applet/flags/sr.svg -share/link-monitor-applet/flags/st.svg -share/link-monitor-applet/flags/sv.svg -share/link-monitor-applet/flags/sy.svg -share/link-monitor-applet/flags/sz.svg -share/link-monitor-applet/flags/td.svg -share/link-monitor-applet/flags/tg.svg -share/link-monitor-applet/flags/th.svg -share/link-monitor-applet/flags/tj.svg -share/link-monitor-applet/flags/tk.svg -share/link-monitor-applet/flags/tm.svg -share/link-monitor-applet/flags/tn.svg -share/link-monitor-applet/flags/to.svg -share/link-monitor-applet/flags/tp.svg -share/link-monitor-applet/flags/tr.svg -share/link-monitor-applet/flags/tt.svg -share/link-monitor-applet/flags/tv.svg -share/link-monitor-applet/flags/tz.svg -share/link-monitor-applet/flags/ua.svg -share/link-monitor-applet/flags/ug.svg -share/link-monitor-applet/flags/us.svg -share/link-monitor-applet/flags/uy.svg -share/link-monitor-applet/flags/uz.svg -share/link-monitor-applet/flags/va.svg -share/link-monitor-applet/flags/vc.svg -share/link-monitor-applet/flags/ve.svg -share/link-monitor-applet/flags/vn.svg -share/link-monitor-applet/flags/vu.svg -share/link-monitor-applet/flags/ws.svg -share/link-monitor-applet/flags/ye.svg -share/link-monitor-applet/flags/za.svg -share/link-monitor-applet/flags/zm.svg -share/link-monitor-applet/flags/zw.svg -share/link-monitor-applet/ui/preferences-dialog.glade +share/gnome-2.0/ui/GNOME_LinkMonitorApplet.xml +%%DATADIR%%/flags/ad.svg +%%DATADIR%%/flags/ae.svg +%%DATADIR%%/flags/af.svg +%%DATADIR%%/flags/ag.svg +%%DATADIR%%/flags/ai.svg +%%DATADIR%%/flags/al.svg +%%DATADIR%%/flags/am.svg +%%DATADIR%%/flags/an.svg +%%DATADIR%%/flags/ao.svg +%%DATADIR%%/flags/ar.svg +%%DATADIR%%/flags/as.svg +%%DATADIR%%/flags/at.svg +%%DATADIR%%/flags/au.svg +%%DATADIR%%/flags/aw.svg +%%DATADIR%%/flags/az.svg +%%DATADIR%%/flags/ba.svg +%%DATADIR%%/flags/bb.svg +%%DATADIR%%/flags/bd.svg +%%DATADIR%%/flags/be.svg +%%DATADIR%%/flags/bf.svg +%%DATADIR%%/flags/bg.svg +%%DATADIR%%/flags/bh.svg +%%DATADIR%%/flags/bi.svg +%%DATADIR%%/flags/bj.svg +%%DATADIR%%/flags/bn.svg +%%DATADIR%%/flags/bo.svg +%%DATADIR%%/flags/br.svg +%%DATADIR%%/flags/bs.svg +%%DATADIR%%/flags/bt.svg +%%DATADIR%%/flags/bw.svg +%%DATADIR%%/flags/by.svg +%%DATADIR%%/flags/bz.svg +%%DATADIR%%/flags/ca.svg +%%DATADIR%%/flags/cd.svg +%%DATADIR%%/flags/cf.svg +%%DATADIR%%/flags/cg.svg +%%DATADIR%%/flags/ch.svg +%%DATADIR%%/flags/ci.svg +%%DATADIR%%/flags/ck.svg +%%DATADIR%%/flags/cl.svg +%%DATADIR%%/flags/cm.svg +%%DATADIR%%/flags/cn.svg +%%DATADIR%%/flags/co.svg +%%DATADIR%%/flags/cr.svg +%%DATADIR%%/flags/cs.svg +%%DATADIR%%/flags/cu.svg +%%DATADIR%%/flags/cv.svg +%%DATADIR%%/flags/cx.svg +%%DATADIR%%/flags/cy.svg +%%DATADIR%%/flags/cz.svg +%%DATADIR%%/flags/de.svg +%%DATADIR%%/flags/dj.svg +%%DATADIR%%/flags/dk.svg +%%DATADIR%%/flags/dm.svg +%%DATADIR%%/flags/do.svg +%%DATADIR%%/flags/dz.svg +%%DATADIR%%/flags/ec.svg +%%DATADIR%%/flags/ee.svg +%%DATADIR%%/flags/eg.svg +%%DATADIR%%/flags/eh.svg +%%DATADIR%%/flags/er.svg +%%DATADIR%%/flags/es.svg +%%DATADIR%%/flags/et.svg +%%DATADIR%%/flags/fi.svg +%%DATADIR%%/flags/fj.svg +%%DATADIR%%/flags/fm.svg +%%DATADIR%%/flags/fr.svg +%%DATADIR%%/flags/ga.svg +%%DATADIR%%/flags/gb.svg +%%DATADIR%%/flags/gd.svg +%%DATADIR%%/flags/ge.svg +%%DATADIR%%/flags/gh.svg +%%DATADIR%%/flags/gm.svg +%%DATADIR%%/flags/gn.svg +%%DATADIR%%/flags/gq.svg +%%DATADIR%%/flags/gr.svg +%%DATADIR%%/flags/gs.svg +%%DATADIR%%/flags/gt.svg +%%DATADIR%%/flags/gu.svg +%%DATADIR%%/flags/gw.svg +%%DATADIR%%/flags/gy.svg +%%DATADIR%%/flags/hn.svg +%%DATADIR%%/flags/hr.svg +%%DATADIR%%/flags/ht.svg +%%DATADIR%%/flags/hu.svg +%%DATADIR%%/flags/id.svg +%%DATADIR%%/flags/ie.svg +%%DATADIR%%/flags/il.svg +%%DATADIR%%/flags/in.svg +%%DATADIR%%/flags/iq.svg +%%DATADIR%%/flags/ir.svg +%%DATADIR%%/flags/is.svg +%%DATADIR%%/flags/it.svg +%%DATADIR%%/flags/jm.svg +%%DATADIR%%/flags/jo.svg +%%DATADIR%%/flags/jp.svg +%%DATADIR%%/flags/ke.svg +%%DATADIR%%/flags/kg.svg +%%DATADIR%%/flags/kh.svg +%%DATADIR%%/flags/ki.svg +%%DATADIR%%/flags/km.svg +%%DATADIR%%/flags/kn.svg +%%DATADIR%%/flags/kp.svg +%%DATADIR%%/flags/kr.svg +%%DATADIR%%/flags/kw.svg +%%DATADIR%%/flags/kz.svg +%%DATADIR%%/flags/la.svg +%%DATADIR%%/flags/lb.svg +%%DATADIR%%/flags/lc.svg +%%DATADIR%%/flags/li.svg +%%DATADIR%%/flags/lk.svg +%%DATADIR%%/flags/lr.svg +%%DATADIR%%/flags/ls.svg +%%DATADIR%%/flags/lt.svg +%%DATADIR%%/flags/lu.svg +%%DATADIR%%/flags/lv.svg +%%DATADIR%%/flags/ly.svg +%%DATADIR%%/flags/ma.svg +%%DATADIR%%/flags/mc.svg +%%DATADIR%%/flags/md.svg +%%DATADIR%%/flags/mg.svg +%%DATADIR%%/flags/mh.svg +%%DATADIR%%/flags/mk.svg +%%DATADIR%%/flags/ml.svg +%%DATADIR%%/flags/mm.svg +%%DATADIR%%/flags/mn.svg +%%DATADIR%%/flags/mp.svg +%%DATADIR%%/flags/mr.svg +%%DATADIR%%/flags/ms.svg +%%DATADIR%%/flags/mt.svg +%%DATADIR%%/flags/mu.svg +%%DATADIR%%/flags/mv.svg +%%DATADIR%%/flags/mw.svg +%%DATADIR%%/flags/mx.svg +%%DATADIR%%/flags/my.svg +%%DATADIR%%/flags/mz.svg +%%DATADIR%%/flags/na.svg +%%DATADIR%%/flags/ne.svg +%%DATADIR%%/flags/ng.svg +%%DATADIR%%/flags/ni.svg +%%DATADIR%%/flags/nl.svg +%%DATADIR%%/flags/no.svg +%%DATADIR%%/flags/np.svg +%%DATADIR%%/flags/nr.svg +%%DATADIR%%/flags/nu.svg +%%DATADIR%%/flags/nz.svg +%%DATADIR%%/flags/om.svg +%%DATADIR%%/flags/pa.svg +%%DATADIR%%/flags/pe.svg +%%DATADIR%%/flags/pg.svg +%%DATADIR%%/flags/ph.svg +%%DATADIR%%/flags/pk.svg +%%DATADIR%%/flags/pl.svg +%%DATADIR%%/flags/pn.svg +%%DATADIR%%/flags/pr.svg +%%DATADIR%%/flags/pt.svg +%%DATADIR%%/flags/pw.svg +%%DATADIR%%/flags/py.svg +%%DATADIR%%/flags/qa.svg +%%DATADIR%%/flags/ro.svg +%%DATADIR%%/flags/ru.svg +%%DATADIR%%/flags/rw.svg +%%DATADIR%%/flags/sa.svg +%%DATADIR%%/flags/sb.svg +%%DATADIR%%/flags/sc.svg +%%DATADIR%%/flags/sd.svg +%%DATADIR%%/flags/se.svg +%%DATADIR%%/flags/sg.svg +%%DATADIR%%/flags/si.svg +%%DATADIR%%/flags/sk.svg +%%DATADIR%%/flags/sl.svg +%%DATADIR%%/flags/sm.svg +%%DATADIR%%/flags/sn.svg +%%DATADIR%%/flags/so.svg +%%DATADIR%%/flags/sr.svg +%%DATADIR%%/flags/st.svg +%%DATADIR%%/flags/sv.svg +%%DATADIR%%/flags/sy.svg +%%DATADIR%%/flags/sz.svg +%%DATADIR%%/flags/td.svg +%%DATADIR%%/flags/tg.svg +%%DATADIR%%/flags/th.svg +%%DATADIR%%/flags/tj.svg +%%DATADIR%%/flags/tk.svg +%%DATADIR%%/flags/tm.svg +%%DATADIR%%/flags/tn.svg +%%DATADIR%%/flags/to.svg +%%DATADIR%%/flags/tp.svg +%%DATADIR%%/flags/tr.svg +%%DATADIR%%/flags/tt.svg +%%DATADIR%%/flags/tv.svg +%%DATADIR%%/flags/tz.svg +%%DATADIR%%/flags/ua.svg +%%DATADIR%%/flags/ug.svg +%%DATADIR%%/flags/us.svg +%%DATADIR%%/flags/uy.svg +%%DATADIR%%/flags/uz.svg +%%DATADIR%%/flags/va.svg +%%DATADIR%%/flags/vc.svg +%%DATADIR%%/flags/ve.svg +%%DATADIR%%/flags/vn.svg +%%DATADIR%%/flags/vu.svg +%%DATADIR%%/flags/ws.svg +%%DATADIR%%/flags/ye.svg +%%DATADIR%%/flags/za.svg +%%DATADIR%%/flags/zm.svg +%%DATADIR%%/flags/zw.svg +%%DATADIR%%/preferences-dialog.glade +share/locale/bg/LC_MESSAGES/link-monitor-applet.mo +share/locale/fr/LC_MESSAGES/link-monitor-applet.mo +share/locale/it/LC_MESSAGES/link-monitor-applet.mo share/omf/link-monitor-applet/link-monitor-applet-C.omf share/pixmaps/link-monitor-applet.png -share/locale/fr/LC_MESSAGES/link-monitor-applet.mo +@dirrm share/omf/link-monitor-applet +@dirrm %%DATADIR%%/flags +@dirrm %%DATADIR%% @dirrm share/gnome/help/link-monitor-applet/C/figures @dirrm share/gnome/help/link-monitor-applet/C @dirrm share/gnome/help/link-monitor-applet -@dirrm share/link-monitor-applet/flags -@dirrm share/link-monitor-applet/ui -@dirrm share/link-monitor-applet -@dirrm share/omf/link-monitor-applet From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:50: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 1DEA3119; Fri, 30 Nov 2012 23:50:22 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E1DB48FC20; Fri, 30 Nov 2012 23:50:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNoL3p078568; Fri, 30 Nov 2012 23:50:21 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNoLUQ078565; Fri, 30 Nov 2012 23:50:21 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302350.qAUNoLUQ078565@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:50:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308033 - in head/print/dvipdfmx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:50:22 -0000 Author: sperber Date: Fri Nov 30 23:50:21 2012 New Revision: 308033 URL: http://svnweb.freebsd.org/changeset/ports/308033 Log: - Update to version 20110311 - Update MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE PR: ports/170164 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/print/dvipdfmx/Makefile head/print/dvipdfmx/distinfo head/print/dvipdfmx/files/patch-src-dvipdfmx.c Modified: head/print/dvipdfmx/Makefile ============================================================================== --- head/print/dvipdfmx/Makefile Fri Nov 30 23:50:15 2012 (r308032) +++ head/print/dvipdfmx/Makefile Fri Nov 30 23:50:21 2012 (r308033) @@ -6,16 +6,19 @@ # PORTNAME= dvipdfmx -PORTVERSION= 20100328 -PORTREVISION= 1 +PORTVERSION= 20110311 CATEGORIES= print -MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/latest/ \ +MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \ + http://project.ktug.or.kr/dvipdfmx/snapshot/latest/ \ http://project.ktug.or.kr/dvipdfmx/snapshot/archive/ +MASTER_SITE_SUBDIR= dviware/dvipdfmx DIST_SUBDIR= dvipdfmx MAINTAINER= ports@FreeBSD.org COMMENT= Dvipdfm with Asian languages by CID-keyed font technology support +LICENSE= GPLv2 # (or later) + BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ paper:${PORTSDIR}/print/libpaper @@ -24,12 +27,15 @@ RUN_DEPENDS= ${ADOBECMAPDIR}/ai0/CMap/Id GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${LOCALBASE}/share +MAKE_JOBS_SAFE= yes + PLIST_SUB= DVIPDFMXDIR=${DVIPDFMXDIR} \ FONTMAPDIR=${FONTMAPDIR} \ GLYPHMAPDIR=${GLYPHMAPDIR} \ FONTCMAPDIR=${FONTCMAPDIR} \ MKTEXLSR=${MKTEXLSR} \ ADOBECMAPDIR=${ADOBECMAPDIR} + MAN1= extractbb.1 TEXMFDIR= share/texmf Modified: head/print/dvipdfmx/distinfo ============================================================================== --- head/print/dvipdfmx/distinfo Fri Nov 30 23:50:15 2012 (r308032) +++ head/print/dvipdfmx/distinfo Fri Nov 30 23:50:21 2012 (r308033) @@ -1,2 +1,2 @@ -SHA256 (dvipdfmx/dvipdfmx-20100328.tar.gz) = 42e47c36a13ab7201cd2091f5628f53168583e203ef37d3e486ed5a04208838e -SIZE (dvipdfmx/dvipdfmx-20100328.tar.gz) = 602605 +SHA256 (dvipdfmx/dvipdfmx-20110311.tar.gz) = ba7b052a17d8be4d94d64186fa77ddcce52ab5ee755b02e8444c56450ad2cbbe +SIZE (dvipdfmx/dvipdfmx-20110311.tar.gz) = 616749 Modified: head/print/dvipdfmx/files/patch-src-dvipdfmx.c ============================================================================== --- head/print/dvipdfmx/files/patch-src-dvipdfmx.c Fri Nov 30 23:50:15 2012 (r308032) +++ head/print/dvipdfmx/files/patch-src-dvipdfmx.c Fri Nov 30 23:50:21 2012 (r308033) @@ -1,12 +1,12 @@ ---- src/dvipdfmx.c.orig 2009-05-11 11:15:25.000000000 +0900 -+++ src/dvipdfmx.c 2009-06-12 10:26:27.000000000 +0900 -@@ -806,6 +806,9 @@ - if (!(strcmp(base, "dvipdfm") && strcmp(base, "ebb"))) +--- src/dvipdfmx.c.orig 2011-03-08 11:08:35.000000000 +0900 ++++ src/dvipdfmx.c 2012-07-11 18:05:25.000000000 +0900 +@@ -842,6 +842,9 @@ + if (!(STRCMP_BASE("dvipdfm") && STRCMP_BASE("ebb"))) compat_mode = 1; -+ if (strcmp(base, "ebb-dvipdfmx") == 0) ++ if (STRCMP_BASE("ebb-dvipdfmx") == 0) + return extractbb(argc, argv); + - if (!(strcmp(base, "extractbb") && strcmp(base, "xbb") && - strcmp(base, "ebb"))) + if (!(STRCMP_BASE("extractbb") && STRCMP_BASE("xbb") && + STRCMP_BASE("ebb"))) return extractbb(argc, argv); From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:50: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 ADC812E1; Fri, 30 Nov 2012 23:50:36 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8ACAA8FC1A; Fri, 30 Nov 2012 23:50:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNoa5F078697; Fri, 30 Nov 2012 23:50:36 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNoaom078694; Fri, 30 Nov 2012 23:50:36 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302350.qAUNoaom078694@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:50:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308034 - head/science/pynn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:50:36 -0000 Author: sperber Date: Fri Nov 30 23:50:36 2012 New Revision: 308034 URL: http://svnweb.freebsd.org/changeset/ports/308034 Log: - Update to version 0.7.4 PR: ports/170166 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/science/pynn/Makefile head/science/pynn/distinfo head/science/pynn/pkg-plist Modified: head/science/pynn/Makefile ============================================================================== --- head/science/pynn/Makefile Fri Nov 30 23:50:21 2012 (r308033) +++ head/science/pynn/Makefile Fri Nov 30 23:50:36 2012 (r308034) @@ -6,7 +6,7 @@ # PORTNAME= pynn -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/pynn/distinfo ============================================================================== --- head/science/pynn/distinfo Fri Nov 30 23:50:21 2012 (r308033) +++ head/science/pynn/distinfo Fri Nov 30 23:50:36 2012 (r308034) @@ -1,2 +1,2 @@ -SHA256 (PyNN-0.7.3.tar.gz) = 257f6c0c19119e6fc66b95cc33af6608ab4b60be187ca5f8208a55979f644d42 -SIZE (PyNN-0.7.3.tar.gz) = 262415 +SHA256 (PyNN-0.7.4.tar.gz) = 1dc4fbed549cd02cf62efb666e86b9b34e64ee4103a3df05de5be667c8d5ddc3 +SIZE (PyNN-0.7.4.tar.gz) = 262543 Modified: head/science/pynn/pkg-plist ============================================================================== --- head/science/pynn/pkg-plist Fri Nov 30 23:50:21 2012 (r308033) +++ head/science/pynn/pkg-plist Fri Nov 30 23:50:36 2012 (r308034) @@ -202,20 +202,20 @@ %%PYTHON_SITELIBDIR%%/pyNN/utility.py %%PYTHON_SITELIBDIR%%/pyNN/utility.pyc %%PYTHON_SITELIBDIR%%/pyNN/utility.pyo -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/brian/standardmodels -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/brian -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/descriptions/templates/cheetah -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/descriptions/templates/jinja2 +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/standardmodels +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/recording +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/pcsim/standardmodels +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/pcsim +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/neuron/standardmodels +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/neuron/nmodl +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/neuron +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/nest/standardmodels +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/nest @dirrm %%PYTHON_SITELIBDIR%%/pyNN/descriptions/templates/string +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/descriptions/templates/jinja2 +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/descriptions/templates/cheetah @dirrm %%PYTHON_SITELIBDIR%%/pyNN/descriptions/templates @dirrm %%PYTHON_SITELIBDIR%%/pyNN/descriptions -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/nest/standardmodels -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/nest -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/neuron/nmodl -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/neuron/standardmodels -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/neuron -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/pcsim/standardmodels -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/pcsim -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/recording -@dirrm %%PYTHON_SITELIBDIR%%/pyNN/standardmodels +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/brian/standardmodels +@dirrm %%PYTHON_SITELIBDIR%%/pyNN/brian @dirrm %%PYTHON_SITELIBDIR%%/pyNN From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:50: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 0164538B; Fri, 30 Nov 2012 23:50:42 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B80048FC1B; Fri, 30 Nov 2012 23:50:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNog7F078795; Fri, 30 Nov 2012 23:50:42 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNogOg078792; Fri, 30 Nov 2012 23:50:42 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302350.qAUNogOg078792@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:50:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308035 - in head/security/matrixssl: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:50:44 -0000 Author: sperber Date: Fri Nov 30 23:50:42 2012 New Revision: 308035 URL: http://svnweb.freebsd.org/changeset/ports/308035 Log: - Update to version 3.3 - Update MASTER_SITES - Add LICENSE - Convert to optionsng PR: ports/170168 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Deleted: head/security/matrixssl/files/ Modified: head/security/matrixssl/Makefile head/security/matrixssl/distinfo head/security/matrixssl/pkg-plist Modified: head/security/matrixssl/Makefile ============================================================================== --- head/security/matrixssl/Makefile Fri Nov 30 23:50:36 2012 (r308034) +++ head/security/matrixssl/Makefile Fri Nov 30 23:50:42 2012 (r308035) @@ -5,34 +5,66 @@ # $FreeBSD$ PORTNAME= matrixssl -PORTVERSION= 1.8.8 +PORTVERSION= 3.3 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} -MASTER_SITE_SUBDIR= distfiles -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:CDRAKE +DISTNAME= Crypt-MatrixSSL3-3.3.0.1 +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Small alternative SSL implementation +LICENSE= GPLv2 # (or later) + +OPTIONS_DEFINE= DOCS EXAMPLES + +WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}-${PORTVERSION:S/./-/g}-open + USE_GMAKE= yes -WRKSRC= ${WRKDIR}/matrixssl-1-8-8-open/src +MAKE_ARGS= CC="${CC}" DFLAGS="${CFLAGS}" STRIP="${TEST}" USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +.include + +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" +CFLAGS+= -DPSTM_64BIT +.endif post-extract: - cd ${WRKDIR} && ${TAR} -xvf matrixssl-1-8-8-open.tgz + @cd ${WRKDIR}/${DISTNAME} \ + && ${TAR} -xf ${PORTNAME}-${PORTVERSION:S/./-/g}-open.tgz + +pre-patch: + @cd ${WRKDIR}/${DISTNAME} \ + && ${CAT} ${PORTNAME}-${PORTVERSION:S/./-/g}-open.patch | \ + ${PATCH} -d ${WRKSRC} -p1 --quiet post-patch: - ${REINPLACE_CMD} -e "s,^CC,#CC,;s,-O3,${CFLAGS}," ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + 's|^LDFLAGS|#LDFLAGS|' ${WRKSRC}/Makefile do-install: - ${INSTALL_DATA} ${WRKSRC}/libmatrixssl* ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/../*.h ${PREFIX}/include -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${CP} ${WRKSRC}/../doc/* ${DOCSDIR} - ${MKDIR} ${EXAMPLESDIR} - ${CP} ${WRKSRC}/../examples/* ${EXAMPLESDIR} - -cd ${EXAMPLESDIR}; ${RM} *.vcproj *.sln *.orig + ${INSTALL_DATA} ${WRKSRC}/libmatrixssl.* ${PREFIX}/lib + @${MKDIR} ${PREFIX}/include/matrixssl + ${INSTALL_DATA} ${WRKSRC}/matrixssl/*.h ${PREFIX}/include/matrixssl + @${MKDIR} ${PREFIX}/include/matrixssl/core + ${INSTALL_DATA} ${WRKSRC}/core/*.h ${PREFIX}/include/matrixssl/core + @${MKDIR} ${PREFIX}/include/matrixssl/crypto + ${INSTALL_DATA} ${WRKSRC}/crypto/*.h ${PREFIX}/include/matrixssl/crypto +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR}/apps + ${INSTALL_DATA} ${WRKSRC}/apps/Makefile ${EXAMPLESDIR}/apps + ${INSTALL_DATA} ${WRKSRC}/apps/*.c ${EXAMPLESDIR}/apps + ${INSTALL_DATA} ${WRKSRC}/apps/*.h ${EXAMPLESDIR}/apps + @${MKDIR} ${EXAMPLESDIR}/sampleCerts + ${INSTALL_DATA} ${WRKSRC}/sampleCerts/*.h ${EXAMPLESDIR}/sampleCerts + ${INSTALL_DATA} ${WRKSRC}/sampleCerts/*.pem ${EXAMPLESDIR}/sampleCerts .endif -.include +.include Modified: head/security/matrixssl/distinfo ============================================================================== --- head/security/matrixssl/distinfo Fri Nov 30 23:50:36 2012 (r308034) +++ head/security/matrixssl/distinfo Fri Nov 30 23:50:42 2012 (r308035) @@ -1,2 +1,2 @@ -SHA256 (matrixssl_1.8.8.orig.tar.gz) = 6c40581406b7732030d8bdf2fb40628448b826b36b0f81745d43479f028537b6 -SIZE (matrixssl_1.8.8.orig.tar.gz) = 735470 +SHA256 (Crypt-MatrixSSL3-3.3.0.1.tgz) = 4693155e64041c8c81cf53f084b502d0238d539676001856d05b6a19855769ff +SIZE (Crypt-MatrixSSL3-3.3.0.1.tgz) = 4142631 Modified: head/security/matrixssl/pkg-plist ============================================================================== --- head/security/matrixssl/pkg-plist Fri Nov 30 23:50:36 2012 (r308034) +++ head/security/matrixssl/pkg-plist Fri Nov 30 23:50:42 2012 (r308035) @@ -1,26 +1,49 @@ -include/matrixCommon.h -include/matrixSsl.h +include/matrixssl/core/coreApi.h +include/matrixssl/core/coreConfig.h +include/matrixssl/core/list.h +include/matrixssl/core/osdep.h +include/matrixssl/core/psmalloc.h +include/matrixssl/crypto/cryptoApi.h +include/matrixssl/crypto/cryptoConfig.h +include/matrixssl/crypto/cryptolib.h +include/matrixssl/matrixsslApi.h +include/matrixssl/matrixsslConfig.h +include/matrixssl/matrixssllib.h +include/matrixssl/version.h +lib/libmatrixssl.a lib/libmatrixssl.so -lib/libmatrixsslstatic.a -%%PORTDOCS%%%%DOCSDIR%%/MatrixSSLReadme.pdf -%%PORTDOCS%%%%DOCSDIR%%/MatrixSSLApi.pdf -%%PORTDOCS%%%%DOCSDIR%%/MatrixSSLDeveloperGuide.pdf -%%PORTDOCS%%%%DOCSDIR%%/MatrixSSLKeyGeneration.pdf -%%PORTDOCS%%%%DOCSDIR%%/MatrixSSLPortingGuide.pdf -%%PORTDOCS%%%%DOCSDIR%%/MatrixSSLSocketApi.pdf -%%PORTDOCS%%%%DOCSDIR%%/MatrixSSL-1.8.8-SecurityNotes.pdf -%%PORTDOCS%%%%DOCSDIR%%/Renegotiating_TLS.pdf -%%PORTDOCS%%%%EXAMPLESDIR%%/CAcertSrv.pem -%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/certSrv.p12 -%%PORTDOCS%%%%EXAMPLESDIR%%/certSrv.pem -%%PORTDOCS%%%%EXAMPLESDIR%%/httpsClient.c -%%PORTDOCS%%%%EXAMPLESDIR%%/httpsReflector.c -%%PORTDOCS%%%%EXAMPLESDIR%%/privkeySrv.pem -%%PORTDOCS%%%%EXAMPLESDIR%%/sslSocket.c -%%PORTDOCS%%%%EXAMPLESDIR%%/sslSocket.h -%%PORTDOCS%%%%EXAMPLESDIR%%/CAcertSrv.der -%%PORTDOCS%%%%EXAMPLESDIR%%/privkeySrv.der -%%PORTDOCS%%%%EXAMPLESDIR%%/certSrv.der +%%PORTDOCS%%%%DOCSDIR%%/MatrixSSL_3-3-OpenReleaseNotes.pdf +%%PORTDOCS%%%%DOCSDIR%%/MatrixSSL_API.pdf +%%PORTDOCS%%%%DOCSDIR%%/MatrixSSL_DevelopersGuide.pdf +%%PORTDOCS%%%%DOCSDIR%%/MatrixSSL_GettingStarted.pdf +%%PORTDOCS%%%%DOCSDIR%%/MatrixSSL_PortingGuide.pdf +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apps/Makefile +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apps/app.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apps/client.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apps/http.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/apps/server.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv.pem +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv2048.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv2048.pem +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv512.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/CAcertSrv512.pem +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv.pem +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv2048.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv2048.pem +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv512.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/certSrv512.pem +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv.pem +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv2048.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv2048.pem +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv512.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleCerts/privkeySrv512.pem +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sampleCerts +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/apps +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +@dirrm include/matrixssl/crypto +@dirrm include/matrixssl/core +@dirrm include/matrixssl From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:50: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 0685F491; Fri, 30 Nov 2012 23:50:56 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id DF2818FC22; Fri, 30 Nov 2012 23:50:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNotV6078946; Fri, 30 Nov 2012 23:50:55 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNotIU078941; Fri, 30 Nov 2012 23:50:55 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302350.qAUNotIU078941@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308036 - in head/textproc/asciidoc: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:50:56 -0000 Author: sperber Date: Fri Nov 30 23:50:55 2012 New Revision: 308036 URL: http://svnweb.freebsd.org/changeset/ports/308036 Log: - Update to version 8.6.8 - Add LICENSE - Update pkg-descr PR: ports/170170 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/textproc/asciidoc/Makefile head/textproc/asciidoc/distinfo head/textproc/asciidoc/files/patch-Makefile.in head/textproc/asciidoc/pkg-descr head/textproc/asciidoc/pkg-plist Modified: head/textproc/asciidoc/Makefile ============================================================================== --- head/textproc/asciidoc/Makefile Fri Nov 30 23:50:42 2012 (r308035) +++ head/textproc/asciidoc/Makefile Fri Nov 30 23:50:55 2012 (r308036) @@ -6,35 +6,34 @@ # PORTNAME= asciidoc -PORTVERSION= 8.6.6 +PORTVERSION= 8.6.8 CATEGORIES= textproc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A text document format for writing short documents and man pages +LICENSE= GPLv2 MIT +LICENSE_COMB= multi + USE_PYTHON= 2.5+ USE_GMAKE= yes -MAKE_ENV= INSTALL="${INSTALL}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" INSTALL_DATA="${INSTALL_DATA}" - GNU_CONFIGURE= yes + MAN1= a2x.1 asciidoc.1 -CONFFILES= asciidoc.conf docbook45.conf filters/code/code-filter.conf \ +CONFFILES= asciidoc.conf docbook45.conf \ + filters/code/code-filter.conf \ filters/graphviz/graphviz-filter.conf \ filters/latex/latex-filter.conf \ filters/music/music-filter.conf \ filters/source/source-highlight-filter.conf \ - help.conf html4.conf html5.conf lang-de.conf lang-en.conf \ - lang-es.conf lang-fr.conf lang-hu.conf lang-it.conf \ - lang-nl.conf lang-pt-BR.conf lang-ru.conf lang-uk.conf \ + help.conf html4.conf html5.conf \ + lang-de.conf lang-el.conf lang-en.conf lang-es.conf \ + lang-fr.conf lang-hu.conf lang-it.conf lang-nl.conf \ + lang-pt-BR.conf lang-ru.conf lang-uk.conf \ latex.conf slidy.conf text.conf wordpress.conf \ - xhtml11-quirks.conf xhtml11.conf - -# a future improvement to this port is to also install the vim syntax -# highlighing mode which is currently disabled by being patched away in -# Makefile.in + xhtml11.conf xhtml11-quirks.conf post-patch: .for f in ${CONFFILES} Modified: head/textproc/asciidoc/distinfo ============================================================================== --- head/textproc/asciidoc/distinfo Fri Nov 30 23:50:42 2012 (r308035) +++ head/textproc/asciidoc/distinfo Fri Nov 30 23:50:55 2012 (r308036) @@ -1,2 +1,2 @@ -SHA256 (asciidoc-8.6.6.tar.gz) = 9d54c11716e4309ff4d942cf6a6d9745d6a28754ff1de01efed0dc659457ac71 -SIZE (asciidoc-8.6.6.tar.gz) = 881704 +SHA256 (asciidoc-8.6.8.tar.gz) = ffb67f59dccaf6f15db72fcd04fdf21a2f9b703d31f94fcd0c49a424a9fcfbc4 +SIZE (asciidoc-8.6.8.tar.gz) = 900422 Modified: head/textproc/asciidoc/files/patch-Makefile.in ============================================================================== --- head/textproc/asciidoc/files/patch-Makefile.in Fri Nov 30 23:50:42 2012 (r308035) +++ head/textproc/asciidoc/files/patch-Makefile.in Fri Nov 30 23:50:55 2012 (r308036) @@ -1,16 +1,21 @@ ---- Makefile.in.orig 2011-05-30 22:54:30.000000000 +0200 -+++ Makefile.in 2012-08-17 14:22:11.031409140 +0200 -@@ -4,9 +4,6 @@ - +--- Makefile.in.orig 2011-05-31 05:54:30.000000000 +0900 ++++ Makefile.in 2012-08-18 21:30:48.000000000 +0900 +@@ -5,7 +5,7 @@ .NOTPARALLEL: --INSTALL = @INSTALL@ + INSTALL = @INSTALL@ -INSTALL_PROG = @INSTALL_PROGRAM@ --INSTALL_DATA = @INSTALL_DATA@ ++INSTALL_PROG = @INSTALL_SCRIPT@ + INSTALL_DATA = @INSTALL_DATA@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ SED = @SED@ +@@ -27,37 +27,37 @@ + prog = asciidoc.py a2x.py + progdir = $(bindir) + +-vimdir = @sysconfdir@/vim ++vimdir = @datadir@/vim/vimfiles -@@ -32,32 +29,32 @@ manp = $(patsubst %1.txt,%1,$(wildcard doc/*.1.txt)) manpdir = $(mandir)/man1 @@ -49,21 +54,23 @@ latexfilterconfdir = $(filtersdir)/latex themesdir = $(ASCIIDOCCONF)/themes -@@ -103,7 +100,7 @@ - $(INSTALL) -d $(DESTDIR)/$($@) - - $(PROGTARGETS): % : %dir -- $(INSTALL_PROG) $($@) $(DESTDIR)/$($<)/ -+ $(INSTALL_SCRIPT) $($@) $(DESTDIR)/$($<)/ - - $(DATATARGETS): % : %dir - $(INSTALL_DATA) $($@) $(DESTDIR)/$($<)/ -@@ -166,7 +163,7 @@ - build: fixconfpath $(manp) - - --install: all $(PROGTARGETS) $(DATATARGETS) progsymlink install-vim -+install: all $(PROGTARGETS) $(DATATARGETS) progsymlink +@@ -145,8 +145,7 @@ + done - uninstall: uninstall-vim - rm -f $(DESTDIR)/$(progdir)/asciidoc + install-vim: +- @for d in $(DESTDIR)/$(vimdir) /etc/vim; do \ +- if ! test -d $$d; then continue; fi ; \ ++ @for d in $(DESTDIR)/$(vimdir); do \ + echo "installing Vim files in $$d" ; \ + $(INSTALL) -d $$d/syntax ; \ + $(INSTALL_DATA) vim/syntax/asciidoc.vim $$d/syntax ; \ +@@ -155,8 +154,7 @@ + done + + uninstall-vim: +- @for d in $(DESTDIR)/$(vimdir) /etc/vim; do \ +- if ! test -d $$d; then continue; fi ; \ ++ @for d in $(DESTDIR)/$(vimdir); do \ + echo "uninstalling Vim files in $$d" ; \ + rm -f $$d/syntax/asciidoc.vim ; \ + rm -f $$d/ftdetect/asciidoc_filetype.vim ; \ Modified: head/textproc/asciidoc/pkg-descr ============================================================================== --- head/textproc/asciidoc/pkg-descr Fri Nov 30 23:50:42 2012 (r308035) +++ head/textproc/asciidoc/pkg-descr Fri Nov 30 23:50:55 2012 (r308036) @@ -2,6 +2,4 @@ AsciiDoc is a text document format for w and UNIX man pages. AsciiDoc files can be translated to HTML and DocBook markups using the asciidoc(1) command. -This port currently does not install the VIM syntax highlighting mode. - WWW: http://www.methods.co.nz/asciidoc/ Modified: head/textproc/asciidoc/pkg-plist ============================================================================== --- head/textproc/asciidoc/pkg-plist Fri Nov 30 23:50:42 2012 (r308035) +++ head/textproc/asciidoc/pkg-plist Fri Nov 30 23:50:55 2012 (r308036) @@ -3,8 +3,8 @@ bin/a2x.py bin/asciidoc bin/asciidoc.py @unexec if cmp -s %D/%%ETCDIR%%/asciidoc.conf.sample %D/%%ETCDIR%%/asciidoc.conf; then rm -f %D/%%ETCDIR%%/asciidoc.conf; fi -%%ETCDIR%%/asciidoc.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/asciidoc.conf ] ; then cp -p %D/%F %B/asciidoc.conf; fi +%%ETCDIR%%/asciidoc.conf.sample %%ETCDIR%%/dblatex/asciidoc-dblatex.sty %%ETCDIR%%/dblatex/asciidoc-dblatex.xsl %%ETCDIR%%/docbook-xsl/chunked.xsl @@ -16,33 +16,33 @@ bin/asciidoc.py %%ETCDIR%%/docbook-xsl/text.xsl %%ETCDIR%%/docbook-xsl/xhtml.xsl @unexec if cmp -s %D/%%ETCDIR%%/docbook45.conf.sample %D/%%ETCDIR%%/docbook45.conf; then rm -f %D/%%ETCDIR%%/docbook45.conf; fi -%%ETCDIR%%/docbook45.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/docbook45.conf ] ; then cp -p %D/%F %B/docbook45.conf; fi +%%ETCDIR%%/docbook45.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/filters/code/code-filter.conf.sample %D/%%ETCDIR%%/filters/code/code-filter.conf; then rm -f %D/%%ETCDIR%%/filters/code/code-filter.conf; fi -%%ETCDIR%%/filters/code/code-filter.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/filters/code/code-filter.conf ] ; then cp -p %D/%F %B/code-filter.conf; fi +%%ETCDIR%%/filters/code/code-filter.conf.sample %%ETCDIR%%/filters/code/code-filter.py @unexec if cmp -s %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf.sample %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf; then rm -f %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf; fi -%%ETCDIR%%/filters/graphviz/graphviz-filter.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/filters/graphviz/graphviz-filter.conf ] ; then cp -p %D/%F %B/graphviz-filter.conf; fi +%%ETCDIR%%/filters/graphviz/graphviz-filter.conf.sample %%ETCDIR%%/filters/graphviz/graphviz2png.py @unexec if cmp -s %D/%%ETCDIR%%/filters/latex/latex-filter.conf.sample %D/%%ETCDIR%%/filters/latex/latex-filter.conf; then rm -f %D/%%ETCDIR%%/filters/latex/latex-filter.conf; fi -%%ETCDIR%%/filters/latex/latex-filter.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/filters/latex/latex-filter.conf ] ; then cp -p %D/%F %B/latex-filter.conf; fi +%%ETCDIR%%/filters/latex/latex-filter.conf.sample %%ETCDIR%%/filters/latex/latex2png.py @unexec if cmp -s %D/%%ETCDIR%%/filters/music/music-filter.conf.sample %D/%%ETCDIR%%/filters/music/music-filter.conf; then rm -f %D/%%ETCDIR%%/filters/music/music-filter.conf; fi -%%ETCDIR%%/filters/music/music-filter.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/filters/music/music-filter.conf ] ; then cp -p %D/%F %B/music-filter.conf; fi +%%ETCDIR%%/filters/music/music-filter.conf.sample %%ETCDIR%%/filters/music/music2png.py @unexec if cmp -s %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf.sample %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf; then rm -f %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf; fi -%%ETCDIR%%/filters/source/source-highlight-filter.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/filters/source/source-highlight-filter.conf ] ; then cp -p %D/%F %B/source-highlight-filter.conf; fi +%%ETCDIR%%/filters/source/source-highlight-filter.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/help.conf.sample %D/%%ETCDIR%%/help.conf; then rm -f %D/%%ETCDIR%%/help.conf; fi -%%ETCDIR%%/help.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/help.conf ] ; then cp -p %D/%F %B/help.conf; fi +%%ETCDIR%%/help.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/html4.conf.sample %D/%%ETCDIR%%/html4.conf; then rm -f %D/%%ETCDIR%%/html4.conf; fi -%%ETCDIR%%/html4.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/html4.conf ] ; then cp -p %D/%F %B/html4.conf; fi +%%ETCDIR%%/html4.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/html5.conf.sample %D/%%ETCDIR%%/html5.conf; then rm -f %D/%%ETCDIR%%/html5.conf; fi %%ETCDIR%%/html5.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/html5.conf ] ; then cp -p %D/%F %B/html5.conf; fi @@ -78,75 +78,85 @@ bin/asciidoc.py %%ETCDIR%%/javascripts/slidy.js %%ETCDIR%%/javascripts/toc.js @unexec if cmp -s %D/%%ETCDIR%%/lang-de.conf.sample %D/%%ETCDIR%%/lang-de.conf; then rm -f %D/%%ETCDIR%%/lang-de.conf; fi -%%ETCDIR%%/lang-de.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-de.conf ] ; then cp -p %D/%F %B/lang-de.conf; fi +%%ETCDIR%%/lang-de.conf.sample +@unexec if cmp -s %D/%%ETCDIR%%/lang-el.conf.sample %D/%%ETCDIR%%/lang-el.conf; then rm -f %D/%%ETCDIR%%/lang-el.conf; fi +@exec if [ ! -f %D/%%ETCDIR%%/lang-el.conf ] ; then cp -p %D/%F %B/lang-el.conf; fi +%%ETCDIR%%/lang-el.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/lang-en.conf.sample %D/%%ETCDIR%%/lang-en.conf; then rm -f %D/%%ETCDIR%%/lang-en.conf; fi -%%ETCDIR%%/lang-en.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-en.conf ] ; then cp -p %D/%F %B/lang-en.conf; fi +%%ETCDIR%%/lang-en.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/lang-es.conf.sample %D/%%ETCDIR%%/lang-es.conf; then rm -f %D/%%ETCDIR%%/lang-es.conf; fi -%%ETCDIR%%/lang-es.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-es.conf ] ; then cp -p %D/%F %B/lang-es.conf; fi +%%ETCDIR%%/lang-es.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/lang-fr.conf.sample %D/%%ETCDIR%%/lang-fr.conf; then rm -f %D/%%ETCDIR%%/lang-fr.conf; fi -%%ETCDIR%%/lang-fr.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-fr.conf ] ; then cp -p %D/%F %B/lang-fr.conf; fi +%%ETCDIR%%/lang-fr.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/lang-hu.conf.sample %D/%%ETCDIR%%/lang-hu.conf; then rm -f %D/%%ETCDIR%%/lang-hu.conf; fi -%%ETCDIR%%/lang-hu.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-hu.conf ] ; then cp -p %D/%F %B/lang-hu.conf; fi +%%ETCDIR%%/lang-hu.conf.sample + @unexec if cmp -s %D/%%ETCDIR%%/lang-it.conf.sample %D/%%ETCDIR%%/lang-it.conf; then rm -f %D/%%ETCDIR%%/lang-it.conf; fi -%%ETCDIR%%/lang-it.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-it.conf ] ; then cp -p %D/%F %B/lang-it.conf; fi +%%ETCDIR%%/lang-it.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/lang-nl.conf.sample %D/%%ETCDIR%%/lang-nl.conf; then rm -f %D/%%ETCDIR%%/lang-nl.conf; fi -%%ETCDIR%%/lang-nl.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-nl.conf ] ; then cp -p %D/%F %B/lang-nl.conf; fi +%%ETCDIR%%/lang-nl.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/lang-pt-BR.conf.sample %D/%%ETCDIR%%/lang-pt-BR.conf; then rm -f %D/%%ETCDIR%%/lang-pt-BR.conf; fi -%%ETCDIR%%/lang-pt-BR.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-pt-BR.conf ] ; then cp -p %D/%F %B/lang-pt-BR.conf; fi +%%ETCDIR%%/lang-pt-BR.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/lang-ru.conf.sample %D/%%ETCDIR%%/lang-ru.conf; then rm -f %D/%%ETCDIR%%/lang-ru.conf; fi -%%ETCDIR%%/lang-ru.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-ru.conf ] ; then cp -p %D/%F %B/lang-ru.conf; fi +%%ETCDIR%%/lang-ru.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/lang-uk.conf.sample %D/%%ETCDIR%%/lang-uk.conf; then rm -f %D/%%ETCDIR%%/lang-uk.conf; fi -%%ETCDIR%%/lang-uk.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-uk.conf ] ; then cp -p %D/%F %B/lang-uk.conf; fi +%%ETCDIR%%/lang-uk.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/latex.conf.sample %D/%%ETCDIR%%/latex.conf; then rm -f %D/%%ETCDIR%%/latex.conf; fi -%%ETCDIR%%/latex.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/latex.conf ] ; then cp -p %D/%F %B/latex.conf; fi +%%ETCDIR%%/latex.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/slidy.conf.sample %D/%%ETCDIR%%/slidy.conf; then rm -f %D/%%ETCDIR%%/slidy.conf; fi -%%ETCDIR%%/slidy.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/slidy.conf ] ; then cp -p %D/%F %B/slidy.conf; fi +%%ETCDIR%%/slidy.conf.sample %%ETCDIR%%/stylesheets/asciidoc.css %%ETCDIR%%/stylesheets/docbook-xsl.css %%ETCDIR%%/stylesheets/pygments.css %%ETCDIR%%/stylesheets/slidy.css %%ETCDIR%%/stylesheets/toc2.css %%ETCDIR%%/stylesheets/xhtml11-quirks.css -%%ETCDIR%%/themes/flask/flask.css -%%ETCDIR%%/themes/volnitsky/volnitsky.css @unexec if cmp -s %D/%%ETCDIR%%/text.conf.sample %D/%%ETCDIR%%/text.conf; then rm -f %D/%%ETCDIR%%/text.conf; fi -%%ETCDIR%%/text.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/text.conf ] ; then cp -p %D/%F %B/text.conf; fi +%%ETCDIR%%/text.conf.sample +%%ETCDIR%%/themes/flask/flask.css +%%ETCDIR%%/themes/volnitsky/volnitsky.css @unexec if cmp -s %D/%%ETCDIR%%/wordpress.conf.sample %D/%%ETCDIR%%/wordpress.conf; then rm -f %D/%%ETCDIR%%/wordpress.conf; fi -%%ETCDIR%%/wordpress.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/wordpress.conf ] ; then cp -p %D/%F %B/wordpress.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/xhtml11-quirks.conf.sample %D/%%ETCDIR%%/xhtml11-quirks.conf; then rm -f %D/%%ETCDIR%%/xhtml11-quirks.conf; fi -%%ETCDIR%%/xhtml11-quirks.conf.sample -@exec if [ ! -f %D/%%ETCDIR%%/xhtml11-quirks.conf ] ; then cp -p %D/%F %B/xhtml11-quirks.conf; fi +%%ETCDIR%%/wordpress.conf.sample @unexec if cmp -s %D/%%ETCDIR%%/xhtml11.conf.sample %D/%%ETCDIR%%/xhtml11.conf; then rm -f %D/%%ETCDIR%%/xhtml11.conf; fi %%ETCDIR%%/xhtml11.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/xhtml11.conf ] ; then cp -p %D/%F %B/xhtml11.conf; fi -@dirrm %%ETCDIR%%/dblatex -@dirrm %%ETCDIR%%/docbook-xsl -@dirrmtry %%ETCDIR%%/filters/code -@dirrmtry %%ETCDIR%%/filters/graphviz -@dirrmtry %%ETCDIR%%/filters/latex -@dirrmtry %%ETCDIR%%/filters/music -@dirrmtry %%ETCDIR%%/filters/source -@dirrmtry %%ETCDIR%%/filters +@unexec if cmp -s %D/%%ETCDIR%%/xhtml11-quirks.conf.sample %D/%%ETCDIR%%/xhtml11-quirks.conf; then rm -f %D/%%ETCDIR%%/xhtml11-quirks.conf; fi +@exec if [ ! -f %D/%%ETCDIR%%/xhtml11-quirks.conf ] ; then cp -p %D/%F %B/xhtml11-quirks.conf; fi +%%ETCDIR%%/xhtml11-quirks.conf.sample +share/vim/vimfiles/ftdetect/asciidoc_filetype.vim +share/vim/vimfiles/syntax/asciidoc.vim +@dirrmtry share/vim/vimfiles/syntax +@dirrmtry share/vim/vimfiles/ftdetect +@dirrmtry share/vim/vimfiles +@dirrmtry share/vim +@dirrm %%ETCDIR%%/themes/volnitsky +@dirrm %%ETCDIR%%/themes/flask +@dirrm %%ETCDIR%%/themes +@dirrm %%ETCDIR%%/stylesheets +@dirrm %%ETCDIR%%/javascripts @dirrm %%ETCDIR%%/images/icons/callouts @dirrm %%ETCDIR%%/images/icons @dirrm %%ETCDIR%%/images -@dirrm %%ETCDIR%%/javascripts -@dirrm %%ETCDIR%%/stylesheets -@dirrm %%ETCDIR%%/themes/flask -@dirrm %%ETCDIR%%/themes/volnitsky -@dirrm %%ETCDIR%%/themes +@dirrmtry %%ETCDIR%%/filters/source +@dirrmtry %%ETCDIR%%/filters/music +@dirrmtry %%ETCDIR%%/filters/latex +@dirrmtry %%ETCDIR%%/filters/graphviz +@dirrmtry %%ETCDIR%%/filters/code +@dirrmtry %%ETCDIR%%/filters +@dirrm %%ETCDIR%%/docbook-xsl +@dirrm %%ETCDIR%%/dblatex @dirrmtry %%ETCDIR%% From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:51: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 D4F96571; Fri, 30 Nov 2012 23:51:01 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B89B58FC18; Fri, 30 Nov 2012 23:51:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNp1bE079061; Fri, 30 Nov 2012 23:51:01 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNp11O079057; Fri, 30 Nov 2012 23:51:01 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302351.qAUNp11O079057@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:51:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308037 - head/x11-themes/sawfish-themes X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:51:01 -0000 Author: sperber Date: Fri Nov 30 23:51:01 2012 New Revision: 308037 URL: http://svnweb.freebsd.org/changeset/ports/308037 Log: - Update to version 0.13 - Update MASTER_SITES - Add LICENSE PR: ports/170171 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/x11-themes/sawfish-themes/Makefile head/x11-themes/sawfish-themes/distinfo head/x11-themes/sawfish-themes/pkg-descr head/x11-themes/sawfish-themes/pkg-plist Modified: head/x11-themes/sawfish-themes/Makefile ============================================================================== --- head/x11-themes/sawfish-themes/Makefile Fri Nov 30 23:50:55 2012 (r308036) +++ head/x11-themes/sawfish-themes/Makefile Fri Nov 30 23:51:01 2012 (r308037) @@ -6,35 +6,40 @@ # PORTNAME= sawfish-themes -PORTVERSION= 0.12 -PORTREVISION= 4 +PORTVERSION= 0.13 CATEGORIES= x11-themes -MASTER_SITES= http://ftp.debian.org/debian/pool/main/s/${PORTNAME}/ +MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Themes for Sawfish window manager +LICENSE= GPLv2 + RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes -NO_WRKSUBDIR= yes -DATA_DIRS= 2YearsToNever Anonymous Aquiline BWM Big Blackwindow Bubbles_Exact \ - CoolClean Derivative DoubleHeliX Elberg Empire FinalStep Greene2.0 Hacksaw \ - HeliX Klarth Microtene OrangeJuice SawLook SawthenaForever Strap \ - Studio T-16-blue T-16-red T-16-yellow Titanium V absolute-metal \ - bluefoo gorilla gorillaz mxflat typo +DATA_DIRS= 2YearsToNever Anonymous Aquiline BWM Big Blackwindow \ + Bubbles_Exact CoolClean Derivative DoubleHeliX Elberg Empire \ + FinalStep Greene2.0 Hacksaw HeliX Klarth Microtene \ + OrangeJuice SawLook SawthenaForever Strap Studio T-16-blue \ + T-16-red T-16-yellow Titanium V absolute-metal bluefoo \ + debian gorilla gorillaz mxflat typo do-install: @${MKDIR} ${PREFIX}/share/sawfish/themes .for d in ${DATA_DIRS} - @${MKDIR} ${PREFIX}/share/sawfish/themes/${d} - @cd ${WRKSRC}/${d} && ${FIND} . | \ - ${CPIO} --quiet -pdm -L -R ${LIBOWN}:${LIBGRP} \ - ${PREFIX}/share/sawfish/themes/${d} + @${TAR} --exclude ".pc" --exclude ".xvpics" -C ${WRKSRC} -cf - ${d} | \ + ${TAR} -C ${PREFIX}/share/sawfish/themes -xf - + @${FIND} ${PREFIX}/share/sawfish/themes/${d} | \ + ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} + @${FIND} ${PREFIX}/share/sawfish/themes/${d} -type f | \ + ${XARGS} ${CHMOD} ${SHAREMODE} + @${FIND} ${PREFIX}/share/sawfish/themes/${d} -type d | \ + ${XARGS} ${CHMOD} a+rx .endfor .include Modified: head/x11-themes/sawfish-themes/distinfo ============================================================================== --- head/x11-themes/sawfish-themes/distinfo Fri Nov 30 23:50:55 2012 (r308036) +++ head/x11-themes/sawfish-themes/distinfo Fri Nov 30 23:51:01 2012 (r308037) @@ -1,2 +1,2 @@ -SHA256 (sawfish-themes_0.12.tar.gz) = 6371fe85946e704023965672d96292cc0bddc916b8508971eb483339823f4fd5 -SIZE (sawfish-themes_0.12.tar.gz) = 642412 +SHA256 (sawfish-themes_0.13.tar.gz) = 0c04b08e201aacd424283281358c0d6402c9b5b34b5df41ad4539654d52395ca +SIZE (sawfish-themes_0.13.tar.gz) = 633341 Modified: head/x11-themes/sawfish-themes/pkg-descr ============================================================================== --- head/x11-themes/sawfish-themes/pkg-descr Fri Nov 30 23:50:55 2012 (r308036) +++ head/x11-themes/sawfish-themes/pkg-descr Fri Nov 30 23:51:01 2012 (r308037) @@ -1 +1,3 @@ Collection of Sawfish themes maintained by Debian + +WWW: http://packages.qa.debian.org/s/sawfish-themes.html Modified: head/x11-themes/sawfish-themes/pkg-plist ============================================================================== --- head/x11-themes/sawfish-themes/pkg-plist Fri Nov 30 23:50:55 2012 (r308036) +++ head/x11-themes/sawfish-themes/pkg-plist Fri Nov 30 23:51:01 2012 (r308037) @@ -1,1262 +1,1244 @@ -share/sawfish/themes/2YearsToNever/top-right-corner.png -share/sawfish/themes/2YearsToNever/a-jagged-top.png -share/sawfish/themes/2YearsToNever/an-menu.png -share/sawfish/themes/2YearsToNever/ap-menu.png -share/sawfish/themes/2YearsToNever/ip-menu.png share/sawfish/themes/2YearsToNever/README -share/sawfish/themes/2YearsToNever/bottom-right-corner.png +share/sawfish/themes/2YearsToNever/a-jagged-top.png +share/sawfish/themes/2YearsToNever/a-left-border.png share/sawfish/themes/2YearsToNever/a-left-join.png -share/sawfish/themes/2YearsToNever/i-jagged-top.png -share/sawfish/themes/2YearsToNever/in-menu.png -share/sawfish/themes/2YearsToNever/an-sh-menu.png -share/sawfish/themes/2YearsToNever/bottom-border.png -share/sawfish/themes/2YearsToNever/ap-sh-menu.png -share/sawfish/themes/2YearsToNever/i-left-join.png -share/sawfish/themes/2YearsToNever/sh-top-right-corner.png +share/sawfish/themes/2YearsToNever/an-menu.png share/sawfish/themes/2YearsToNever/an-minimize.png +share/sawfish/themes/2YearsToNever/an-sh-menu.png +share/sawfish/themes/2YearsToNever/ap-menu.png share/sawfish/themes/2YearsToNever/ap-minimize.png -share/sawfish/themes/2YearsToNever/a-left-border.png -share/sawfish/themes/2YearsToNever/in-sh-menu.png -share/sawfish/themes/2YearsToNever/title.png -share/sawfish/themes/2YearsToNever/ip-sh-menu.png -share/sawfish/themes/2YearsToNever/theme.jl +share/sawfish/themes/2YearsToNever/ap-sh-menu.png +share/sawfish/themes/2YearsToNever/bottom-border.png share/sawfish/themes/2YearsToNever/bottom-left-corner.png +share/sawfish/themes/2YearsToNever/bottom-right-corner.png +share/sawfish/themes/2YearsToNever/i-jagged-top.png share/sawfish/themes/2YearsToNever/i-left-border.png +share/sawfish/themes/2YearsToNever/i-left-join.png +share/sawfish/themes/2YearsToNever/in-menu.png share/sawfish/themes/2YearsToNever/in-minimize.png +share/sawfish/themes/2YearsToNever/in-sh-menu.png +share/sawfish/themes/2YearsToNever/ip-menu.png share/sawfish/themes/2YearsToNever/ip-minimize.png +share/sawfish/themes/2YearsToNever/ip-sh-menu.png share/sawfish/themes/2YearsToNever/right-border.png -share/sawfish/themes/Anonymous/title_texture.png -share/sawfish/themes/Anonymous/default_icon.png -share/sawfish/themes/Anonymous/top_left.png -share/sawfish/themes/Anonymous/theme.jl -share/sawfish/themes/Anonymous/title_texture_end_l.png -share/sawfish/themes/Anonymous/title_texture_end_r.png -share/sawfish/themes/Anonymous/bottom_left.png -share/sawfish/themes/Anonymous/btn_unstick.png -share/sawfish/themes/Anonymous/btn_min.png -share/sawfish/themes/Anonymous/btn_max.png -share/sawfish/themes/Anonymous/btn_menu2.png -share/sawfish/themes/Anonymous/btn_unshade.png -share/sawfish/themes/Anonymous/left.png +share/sawfish/themes/2YearsToNever/sh-top-right-corner.png +share/sawfish/themes/2YearsToNever/theme.jl +share/sawfish/themes/2YearsToNever/title.png +share/sawfish/themes/2YearsToNever/top-right-corner.png share/sawfish/themes/Anonymous/.gtkrc.mine -share/sawfish/themes/Anonymous/top.png +share/sawfish/themes/Anonymous/README +share/sawfish/themes/Anonymous/bottom.png +share/sawfish/themes/Anonymous/bottom_bevel.png +share/sawfish/themes/Anonymous/bottom_left.png share/sawfish/themes/Anonymous/bottom_left_bevel.png -share/sawfish/themes/Anonymous/top_right.png share/sawfish/themes/Anonymous/bottom_right.png -share/sawfish/themes/Anonymous/left_bevel.png -share/sawfish/themes/Anonymous/bottom.png -share/sawfish/themes/Anonymous/btn_menu.png +share/sawfish/themes/Anonymous/bottom_right_bevel.png share/sawfish/themes/Anonymous/btn_close.png +share/sawfish/themes/Anonymous/btn_max.png +share/sawfish/themes/Anonymous/btn_max2.png +share/sawfish/themes/Anonymous/btn_menu.png +share/sawfish/themes/Anonymous/btn_menu2.png +share/sawfish/themes/Anonymous/btn_min.png share/sawfish/themes/Anonymous/btn_min2.png +share/sawfish/themes/Anonymous/btn_shade.png share/sawfish/themes/Anonymous/btn_shade2.png -share/sawfish/themes/Anonymous/README -share/sawfish/themes/Anonymous/btn_max2.png -share/sawfish/themes/Anonymous/btn_unshade2.png +share/sawfish/themes/Anonymous/btn_stick.png +share/sawfish/themes/Anonymous/btn_unmax.png share/sawfish/themes/Anonymous/btn_unmax2.png -share/sawfish/themes/Anonymous/right.png -share/sawfish/themes/Anonymous/title_right.png share/sawfish/themes/Anonymous/btn_unmax3.png -share/sawfish/themes/Anonymous/bottom_right_bevel.png -share/sawfish/themes/Anonymous/btn_stick.png -share/sawfish/themes/Anonymous/bottom_bevel.png -share/sawfish/themes/Anonymous/btn_shade.png +share/sawfish/themes/Anonymous/btn_unshade.png +share/sawfish/themes/Anonymous/btn_unshade2.png +share/sawfish/themes/Anonymous/btn_unstick.png +share/sawfish/themes/Anonymous/default_icon.png +share/sawfish/themes/Anonymous/left.png +share/sawfish/themes/Anonymous/left_bevel.png +share/sawfish/themes/Anonymous/right.png share/sawfish/themes/Anonymous/right_bevel.png -share/sawfish/themes/Anonymous/btn_unmax.png +share/sawfish/themes/Anonymous/theme.jl share/sawfish/themes/Anonymous/title_left.png -share/sawfish/themes/Aquiline/top_right_shaded.png -share/sawfish/themes/Aquiline/max_normal.png +share/sawfish/themes/Anonymous/title_right.png +share/sawfish/themes/Anonymous/title_texture.png +share/sawfish/themes/Anonymous/title_texture_end_l.png +share/sawfish/themes/Anonymous/title_texture_end_r.png +share/sawfish/themes/Anonymous/top.png +share/sawfish/themes/Anonymous/top_left.png +share/sawfish/themes/Anonymous/top_right.png +share/sawfish/themes/Aquiline/README share/sawfish/themes/Aquiline/bl.png -share/sawfish/themes/Aquiline/top_right.png -share/sawfish/themes/Aquiline/top_left_inactive.png share/sawfish/themes/Aquiline/close_active.png -share/sawfish/themes/Aquiline/top_title.png -share/sawfish/themes/Aquiline/README -share/sawfish/themes/Aquiline/top_gradient_inactive.png share/sawfish/themes/Aquiline/close_high.png +share/sawfish/themes/Aquiline/close_normal.png +share/sawfish/themes/Aquiline/close_pressed.png +share/sawfish/themes/Aquiline/max_active.png share/sawfish/themes/Aquiline/max_high.png -share/sawfish/themes/Aquiline/theme.jl -share/sawfish/themes/Aquiline/top_left_inactive_shaded.png -share/sawfish/themes/Aquiline/min_pressed.png +share/sawfish/themes/Aquiline/max_normal.png share/sawfish/themes/Aquiline/max_pressed.png -share/sawfish/themes/Aquiline/top_left.png -share/sawfish/themes/Aquiline/close_normal.png share/sawfish/themes/Aquiline/min_active.png -share/sawfish/themes/Aquiline/max_active.png -share/sawfish/themes/Aquiline/top_gradient.png -share/sawfish/themes/Aquiline/top_right_inactive.png share/sawfish/themes/Aquiline/min_high.png -share/sawfish/themes/Aquiline/top_title_inactive.png +share/sawfish/themes/Aquiline/min_normal.png +share/sawfish/themes/Aquiline/min_pressed.png +share/sawfish/themes/Aquiline/theme.jl +share/sawfish/themes/Aquiline/top_gradient.png +share/sawfish/themes/Aquiline/top_gradient_inactive.png +share/sawfish/themes/Aquiline/top_left.png +share/sawfish/themes/Aquiline/top_left_inactive.png +share/sawfish/themes/Aquiline/top_left_inactive_shaded.png share/sawfish/themes/Aquiline/top_left_shaded.png +share/sawfish/themes/Aquiline/top_right.png +share/sawfish/themes/Aquiline/top_right_inactive.png share/sawfish/themes/Aquiline/top_right_inactive_shaded.png -share/sawfish/themes/Aquiline/close_pressed.png -share/sawfish/themes/Aquiline/min_normal.png -share/sawfish/themes/BWM/b-topright-a-s.png -share/sawfish/themes/BWM/b-top-a-s.png -share/sawfish/themes/BWM/b-topright-i-s.png -share/sawfish/themes/BWM/b-top-i-s.png -share/sawfish/themes/BWM/b-hand-a.png -share/sawfish/themes/BWM/r-topright-a-s.png -share/sawfish/themes/BWM/r-top-a-s.png -share/sawfish/themes/BWM/b-hand-i.png -share/sawfish/themes/BWM/blackdot.png -share/sawfish/themes/BWM/r-topright-i-s.png -share/sawfish/themes/BWM/r-hand-a.png -share/sawfish/themes/BWM/r-top-i-s.png -share/sawfish/themes/BWM/b-left-a.png -share/sawfish/themes/BWM/b-left-i.png -share/sawfish/themes/BWM/r-hand-i.png +share/sawfish/themes/Aquiline/top_right_shaded.png +share/sawfish/themes/Aquiline/top_title.png +share/sawfish/themes/Aquiline/top_title_inactive.png +share/sawfish/themes/BWM/README +share/sawfish/themes/BWM/b-bottom-a.png +share/sawfish/themes/BWM/b-bottom-i.png +share/sawfish/themes/BWM/b-bottomleft-a.png +share/sawfish/themes/BWM/b-bottomleft-i.png share/sawfish/themes/BWM/b-bottomright-a.png share/sawfish/themes/BWM/b-bottomright-i.png +share/sawfish/themes/BWM/b-bubble-a.png +share/sawfish/themes/BWM/b-bubble-i.png share/sawfish/themes/BWM/b-button-a.png -share/sawfish/themes/BWM/b-topleft-a.png -share/sawfish/themes/BWM/b-topleft-a-s.png share/sawfish/themes/BWM/b-button-h.png share/sawfish/themes/BWM/b-button-i.png +share/sawfish/themes/BWM/b-emblem-a.png +share/sawfish/themes/BWM/b-emblem-h.png +share/sawfish/themes/BWM/b-emblem-i.png +share/sawfish/themes/BWM/b-hand-a.png +share/sawfish/themes/BWM/b-hand-i.png +share/sawfish/themes/BWM/b-left-a.png +share/sawfish/themes/BWM/b-left-i.png +share/sawfish/themes/BWM/b-right-a.png +share/sawfish/themes/BWM/b-right-i.png +share/sawfish/themes/BWM/b-top-a-s.png +share/sawfish/themes/BWM/b-top-a.png +share/sawfish/themes/BWM/b-top-i-s.png +share/sawfish/themes/BWM/b-top-i.png +share/sawfish/themes/BWM/b-topleft-a-s.png +share/sawfish/themes/BWM/b-topleft-a.png share/sawfish/themes/BWM/b-topleft-i-s.png share/sawfish/themes/BWM/b-topleft-i.png -share/sawfish/themes/BWM/r-button-a.png -share/sawfish/themes/BWM/r-topleft-a.png -share/sawfish/themes/BWM/r-topleft-a-s.png +share/sawfish/themes/BWM/b-topright-a-s.png share/sawfish/themes/BWM/b-topright-a.png -share/sawfish/themes/BWM/r-button-h.png -share/sawfish/themes/BWM/b-top-a.png -share/sawfish/themes/BWM/r-button-i.png -share/sawfish/themes/BWM/r-topleft-i-s.png -share/sawfish/themes/BWM/r-topleft-i.png +share/sawfish/themes/BWM/b-topright-i-s.png share/sawfish/themes/BWM/b-topright-i.png -share/sawfish/themes/BWM/b-top-i.png -share/sawfish/themes/BWM/b-right-a.png -share/sawfish/themes/BWM/b-bottomleft-a.png -share/sawfish/themes/BWM/r-topright-a.png -share/sawfish/themes/BWM/r-top-a.png -share/sawfish/themes/BWM/theme.jl -share/sawfish/themes/BWM/b-right-i.png -share/sawfish/themes/BWM/b-bottomleft-i.png -share/sawfish/themes/BWM/r-topright-i.png -share/sawfish/themes/BWM/r-top-i.png -share/sawfish/themes/BWM/b-bubble-a.png -share/sawfish/themes/BWM/r-right-a.png -share/sawfish/themes/BWM/b-emblem-a.png -share/sawfish/themes/BWM/b-bubble-i.png +share/sawfish/themes/BWM/blackdot.png +share/sawfish/themes/BWM/r-bottom-a.png +share/sawfish/themes/BWM/r-bottom-i.png share/sawfish/themes/BWM/r-bubble-a-l.png -share/sawfish/themes/BWM/b-bottom-a.png -share/sawfish/themes/BWM/r-right-i.png -share/sawfish/themes/BWM/b-emblem-h.png -share/sawfish/themes/BWM/b-emblem-i.png share/sawfish/themes/BWM/r-bubble-a-r.png share/sawfish/themes/BWM/r-bubble-a.png -share/sawfish/themes/BWM/b-bottom-i.png share/sawfish/themes/BWM/r-bubble-i-l.png -share/sawfish/themes/BWM/README -share/sawfish/themes/BWM/r-emblem-a.png share/sawfish/themes/BWM/r-bubble-i-r.png share/sawfish/themes/BWM/r-bubble-i.png -share/sawfish/themes/BWM/r-bottom-a.png +share/sawfish/themes/BWM/r-button-a.png +share/sawfish/themes/BWM/r-button-h.png +share/sawfish/themes/BWM/r-button-i.png +share/sawfish/themes/BWM/r-emblem-a.png share/sawfish/themes/BWM/r-emblem-h.png share/sawfish/themes/BWM/r-emblem-i.png -share/sawfish/themes/BWM/r-bottom-i.png -share/sawfish/themes/Big/titlebar-down.png -share/sawfish/themes/Big/minimize-up.png -share/sawfish/themes/Big/vborder.png +share/sawfish/themes/BWM/r-hand-a.png +share/sawfish/themes/BWM/r-hand-i.png +share/sawfish/themes/BWM/r-right-a.png +share/sawfish/themes/BWM/r-right-i.png +share/sawfish/themes/BWM/r-top-a-s.png +share/sawfish/themes/BWM/r-top-a.png +share/sawfish/themes/BWM/r-top-i-s.png +share/sawfish/themes/BWM/r-top-i.png +share/sawfish/themes/BWM/r-topleft-a-s.png +share/sawfish/themes/BWM/r-topleft-a.png +share/sawfish/themes/BWM/r-topleft-i-s.png +share/sawfish/themes/BWM/r-topleft-i.png +share/sawfish/themes/BWM/r-topright-a-s.png +share/sawfish/themes/BWM/r-topright-a.png +share/sawfish/themes/BWM/r-topright-i-s.png +share/sawfish/themes/BWM/r-topright-i.png +share/sawfish/themes/BWM/theme.jl share/sawfish/themes/Big/CHANGELOG -share/sawfish/themes/Big/restore-up.png -share/sawfish/themes/Big/titlebar.png -share/sawfish/themes/Big/menu-down.png -share/sawfish/themes/Big/unfocus-titlebar-up.png share/sawfish/themes/Big/README -share/sawfish/themes/Big/close-down.png share/sawfish/themes/Big/boleft.png share/sawfish/themes/Big/botright.png -share/sawfish/themes/Big/theme.jl +share/sawfish/themes/Big/close-down.png +share/sawfish/themes/Big/close-up.png share/sawfish/themes/Big/hborder.png +share/sawfish/themes/Big/maximize-down.png +share/sawfish/themes/Big/menu-down.png share/sawfish/themes/Big/menu-up.png -share/sawfish/themes/Big/close-up.png share/sawfish/themes/Big/minimize-down.png -share/sawfish/themes/Big/maximize-down.png +share/sawfish/themes/Big/minimize-up.png +share/sawfish/themes/Big/restore-up.png +share/sawfish/themes/Big/theme.jl +share/sawfish/themes/Big/titlebar-down.png +share/sawfish/themes/Big/titlebar.png share/sawfish/themes/Big/unfocus-titlebar-down.png -share/sawfish/themes/Blackwindow/bottom-left-a.png +share/sawfish/themes/Big/unfocus-titlebar-up.png +share/sawfish/themes/Big/vborder.png +share/sawfish/themes/Blackwindow/README +share/sawfish/themes/Blackwindow/bottom-a.png share/sawfish/themes/Blackwindow/bottom-d-a.png -share/sawfish/themes/Blackwindow/left-a.png -share/sawfish/themes/Blackwindow/top-left-a.png -share/sawfish/themes/Blackwindow/bottom-left-i.png share/sawfish/themes/Blackwindow/bottom-d-i.png -share/sawfish/themes/Blackwindow/left-i.png -share/sawfish/themes/Blackwindow/top-a.png -share/sawfish/themes/Blackwindow/top-left-i.png -share/sawfish/themes/Blackwindow/bottom-a.png -share/sawfish/themes/Blackwindow/top-i.png -share/sawfish/themes/Blackwindow/theme.jl -share/sawfish/themes/Blackwindow/bottom-right-a.png -share/sawfish/themes/Blackwindow/button-1-a.png -share/sawfish/themes/Blackwindow/button-2-a.png -share/sawfish/themes/Blackwindow/title-l-a-s.png -share/sawfish/themes/Blackwindow/title-l-a.png -share/sawfish/themes/Blackwindow/button-3-a.png share/sawfish/themes/Blackwindow/bottom-i.png -share/sawfish/themes/Blackwindow/button-4-a.png -share/sawfish/themes/Blackwindow/README -share/sawfish/themes/Blackwindow/right-a.png -share/sawfish/themes/Blackwindow/top-right-a.png +share/sawfish/themes/Blackwindow/bottom-left-a.png +share/sawfish/themes/Blackwindow/bottom-left-i.png +share/sawfish/themes/Blackwindow/bottom-right-a.png share/sawfish/themes/Blackwindow/bottom-right-i.png -share/sawfish/themes/Blackwindow/title-r-a.png +share/sawfish/themes/Blackwindow/button-1-a.png share/sawfish/themes/Blackwindow/button-1-h.png -share/sawfish/themes/Blackwindow/title-r-a-s.png -share/sawfish/themes/Blackwindow/title-a.png -share/sawfish/themes/Blackwindow/button-2-h.png share/sawfish/themes/Blackwindow/button-1-i.png -share/sawfish/themes/Blackwindow/title-l-i.png -share/sawfish/themes/Blackwindow/button-3-h.png +share/sawfish/themes/Blackwindow/button-2-a.png +share/sawfish/themes/Blackwindow/button-2-h.png share/sawfish/themes/Blackwindow/button-2-i.png -share/sawfish/themes/Blackwindow/title-l-i-s.png +share/sawfish/themes/Blackwindow/button-3-a.png +share/sawfish/themes/Blackwindow/button-3-h.png share/sawfish/themes/Blackwindow/button-3-i.png +share/sawfish/themes/Blackwindow/button-4-a.png share/sawfish/themes/Blackwindow/button-4-h.png share/sawfish/themes/Blackwindow/button-4-i.png -share/sawfish/themes/Blackwindow/side-a.png -share/sawfish/themes/Blackwindow/top-right-i.png +share/sawfish/themes/Blackwindow/left-a.png +share/sawfish/themes/Blackwindow/left-i.png +share/sawfish/themes/Blackwindow/right-a.png share/sawfish/themes/Blackwindow/right-i.png +share/sawfish/themes/Blackwindow/side-a.png +share/sawfish/themes/Blackwindow/side-i.png +share/sawfish/themes/Blackwindow/theme.jl +share/sawfish/themes/Blackwindow/title-a.png +share/sawfish/themes/Blackwindow/title-i.png +share/sawfish/themes/Blackwindow/title-l-a-s.png +share/sawfish/themes/Blackwindow/title-l-a.png +share/sawfish/themes/Blackwindow/title-l-i-s.png +share/sawfish/themes/Blackwindow/title-l-i.png +share/sawfish/themes/Blackwindow/title-r-a-s.png +share/sawfish/themes/Blackwindow/title-r-a.png share/sawfish/themes/Blackwindow/title-r-i-s.png share/sawfish/themes/Blackwindow/title-r-i.png -share/sawfish/themes/Blackwindow/title-i.png -share/sawfish/themes/Blackwindow/side-i.png -share/sawfish/themes/Bubbles_Exact/option_menu.png -share/sawfish/themes/Bubbles_Exact/vtrough.png -share/sawfish/themes/Bubbles_Exact/hline.png -share/sawfish/themes/Bubbles_Exact/.README.swp -share/sawfish/themes/Bubbles_Exact/bg.xpm -share/sawfish/themes/Bubbles_Exact/red.png -share/sawfish/themes/Bubbles_Exact/close_overlay.png -share/sawfish/themes/Bubbles_Exact/sticky_overlay.png -share/sawfish/themes/Bubbles_Exact/yellow.png +share/sawfish/themes/Blackwindow/top-a.png +share/sawfish/themes/Blackwindow/top-i.png +share/sawfish/themes/Blackwindow/top-left-a.png +share/sawfish/themes/Blackwindow/top-left-i.png +share/sawfish/themes/Blackwindow/top-right-a.png +share/sawfish/themes/Blackwindow/top-right-i.png share/sawfish/themes/Bubbles_Exact/LOGO -share/sawfish/themes/Bubbles_Exact/unsticky_overlay.png +share/sawfish/themes/Bubbles_Exact/README share/sawfish/themes/Bubbles_Exact/README.gl -share/sawfish/themes/Bubbles_Exact/entry1.png -share/sawfish/themes/Bubbles_Exact/plus.png -share/sawfish/themes/Bubbles_Exact/theme.jl share/sawfish/themes/Bubbles_Exact/README.it -share/sawfish/themes/Bubbles_Exact/shade_overlay.png -share/sawfish/themes/Bubbles_Exact/clear.png -share/sawfish/themes/Bubbles_Exact/option1.png -share/sawfish/themes/Bubbles_Exact/option2.png -share/sawfish/themes/Bubbles_Exact/minus.png -share/sawfish/themes/Bubbles_Exact/menu_overlay.png +share/sawfish/themes/Bubbles_Exact/README.ja +share/sawfish/themes/Bubbles_Exact/README.pl share/sawfish/themes/Bubbles_Exact/abutton1.png share/sawfish/themes/Bubbles_Exact/abutton2.png share/sawfish/themes/Bubbles_Exact/abutton3.png +share/sawfish/themes/Bubbles_Exact/bg.xpm +share/sawfish/themes/Bubbles_Exact/blank.png +share/sawfish/themes/Bubbles_Exact/blue.png +share/sawfish/themes/Bubbles_Exact/clear.png +share/sawfish/themes/Bubbles_Exact/close_overlay.png +share/sawfish/themes/Bubbles_Exact/entry1.png share/sawfish/themes/Bubbles_Exact/green.png -share/sawfish/themes/Bubbles_Exact/README.ja +share/sawfish/themes/Bubbles_Exact/hline.png +share/sawfish/themes/Bubbles_Exact/htrough.png share/sawfish/themes/Bubbles_Exact/iconify_overlay.png -share/sawfish/themes/Bubbles_Exact/slider1.png -share/sawfish/themes/Bubbles_Exact/slider2.png -share/sawfish/themes/Bubbles_Exact/.xvpics/as_close-b.png -share/sawfish/themes/Bubbles_Exact/.xvpics/arrow_up.png -share/sawfish/themes/Bubbles_Exact/.xvpics/check1.png -share/sawfish/themes/Bubbles_Exact/.xvpics/check2.png -share/sawfish/themes/Bubbles_Exact/.xvpics/hline.png -share/sawfish/themes/Bubbles_Exact/.xvpics/as_min.png -share/sawfish/themes/Bubbles_Exact/.xvpics/close_overlay.png -share/sawfish/themes/Bubbles_Exact/.xvpics/sticky_overlay.png -share/sawfish/themes/Bubbles_Exact/.xvpics/bg.xpm -share/sawfish/themes/Bubbles_Exact/.xvpics/unsticky_overlay.png -share/sawfish/themes/Bubbles_Exact/.xvpics/red.png -share/sawfish/themes/Bubbles_Exact/.xvpics/yellow.png -share/sawfish/themes/Bubbles_Exact/.xvpics/arrow_down.png -share/sawfish/themes/Bubbles_Exact/.xvpics/entry1.png -share/sawfish/themes/Bubbles_Exact/.xvpics/shade_overlay.png -share/sawfish/themes/Bubbles_Exact/.xvpics/clear.png -share/sawfish/themes/Bubbles_Exact/.xvpics/as_close.png -share/sawfish/themes/Bubbles_Exact/.xvpics/option1.png -share/sawfish/themes/Bubbles_Exact/.xvpics/option_menu.png -share/sawfish/themes/Bubbles_Exact/.xvpics/abutton1.png -share/sawfish/themes/Bubbles_Exact/.xvpics/abutton2.png -share/sawfish/themes/Bubbles_Exact/.xvpics/abutton3.png -share/sawfish/themes/Bubbles_Exact/.xvpics/green.png -share/sawfish/themes/Bubbles_Exact/.xvpics/iconify_overlay.png -share/sawfish/themes/Bubbles_Exact/.xvpics/arrow_sub.png -share/sawfish/themes/Bubbles_Exact/.xvpics/slider2.png -share/sawfish/themes/Bubbles_Exact/.xvpics/arrow_left.png -share/sawfish/themes/Bubbles_Exact/.xvpics/menu_overlay.png -share/sawfish/themes/Bubbles_Exact/.xvpics/in.png -share/sawfish/themes/Bubbles_Exact/.xvpics/htrough.png -share/sawfish/themes/Bubbles_Exact/.xvpics/maximize_overlay.png -share/sawfish/themes/Bubbles_Exact/.xvpics/as_min-b.png -share/sawfish/themes/Bubbles_Exact/.xvpics/arrow_right.png -share/sawfish/themes/Bubbles_Exact/.xvpics/blank.png share/sawfish/themes/Bubbles_Exact/in.png -share/sawfish/themes/Bubbles_Exact/htrough.png -share/sawfish/themes/Bubbles_Exact/README share/sawfish/themes/Bubbles_Exact/maximize_overlay.png -share/sawfish/themes/Bubbles_Exact/README.pl -share/sawfish/themes/Bubbles_Exact/blue.png -share/sawfish/themes/Bubbles_Exact/blank.png -share/sawfish/themes/CoolClean/st_top_right_inactive.png +share/sawfish/themes/Bubbles_Exact/menu_overlay.png +share/sawfish/themes/Bubbles_Exact/minus.png +share/sawfish/themes/Bubbles_Exact/option1.png +share/sawfish/themes/Bubbles_Exact/option2.png +share/sawfish/themes/Bubbles_Exact/option_menu.png +share/sawfish/themes/Bubbles_Exact/plus.png +share/sawfish/themes/Bubbles_Exact/red.png +share/sawfish/themes/Bubbles_Exact/shade_overlay.png +share/sawfish/themes/Bubbles_Exact/slider1.png +share/sawfish/themes/Bubbles_Exact/slider2.png +share/sawfish/themes/Bubbles_Exact/sticky_overlay.png +share/sawfish/themes/Bubbles_Exact/theme.jl +share/sawfish/themes/Bubbles_Exact/unsticky_overlay.png +share/sawfish/themes/Bubbles_Exact/vtrough.png +share/sawfish/themes/Bubbles_Exact/yellow.png +share/sawfish/themes/CoolClean/README share/sawfish/themes/CoolClean/bottom.png -share/sawfish/themes/CoolClean/top_right_button_box_active.png -share/sawfish/themes/CoolClean/top_active.png -share/sawfish/themes/CoolClean/minimize_clicked.png -share/sawfish/themes/CoolClean/menu_active.png -share/sawfish/themes/CoolClean/top_right.png -share/sawfish/themes/CoolClean/st_top_right_active.png -share/sawfish/themes/CoolClean/title_bar_active.png +share/sawfish/themes/CoolClean/bottom_left.png share/sawfish/themes/CoolClean/bottom_right.png +share/sawfish/themes/CoolClean/close_clicked.png +share/sawfish/themes/CoolClean/close_normal.png +share/sawfish/themes/CoolClean/left.png +share/sawfish/themes/CoolClean/maximize_active.png share/sawfish/themes/CoolClean/maximize_clicked.png -share/sawfish/themes/CoolClean/s_top_right_inactive.png -share/sawfish/themes/CoolClean/README -share/sawfish/themes/CoolClean/s_top_right_active.png -share/sawfish/themes/CoolClean/t_top_right_button_box_inactive.png -share/sawfish/themes/CoolClean/s_menu_inactive.png -share/sawfish/themes/CoolClean/right.png +share/sawfish/themes/CoolClean/menu_active.png +share/sawfish/themes/CoolClean/menu_inactive.png share/sawfish/themes/CoolClean/minimize_active.png -share/sawfish/themes/CoolClean/title_bar_inactive.png -share/sawfish/themes/CoolClean/maximize_active.png -share/sawfish/themes/CoolClean/bottom_left.png +share/sawfish/themes/CoolClean/minimize_clicked.png +share/sawfish/themes/CoolClean/right.png share/sawfish/themes/CoolClean/s_menu_active.png -share/sawfish/themes/CoolClean/theme.jl +share/sawfish/themes/CoolClean/s_menu_inactive.png +share/sawfish/themes/CoolClean/s_top_right_active.png +share/sawfish/themes/CoolClean/s_top_right_inactive.png +share/sawfish/themes/CoolClean/st_top_right_active.png +share/sawfish/themes/CoolClean/st_top_right_inactive.png share/sawfish/themes/CoolClean/t_top_right_button_box_active.png -share/sawfish/themes/CoolClean/close_clicked.png +share/sawfish/themes/CoolClean/t_top_right_button_box_inactive.png +share/sawfish/themes/CoolClean/theme.jl +share/sawfish/themes/CoolClean/title_bar_active.png +share/sawfish/themes/CoolClean/title_bar_inactive.png +share/sawfish/themes/CoolClean/top_active.png share/sawfish/themes/CoolClean/top_inactive.png -share/sawfish/themes/CoolClean/menu_inactive.png +share/sawfish/themes/CoolClean/top_right.png +share/sawfish/themes/CoolClean/top_right_button_box_active.png share/sawfish/themes/CoolClean/top_right_button_box_inactive.png -share/sawfish/themes/CoolClean/left.png -share/sawfish/themes/CoolClean/close_normal.png +share/sawfish/themes/Derivative/COPYING +share/sawfish/themes/Derivative/ChangeLog +share/sawfish/themes/Derivative/README +share/sawfish/themes/Derivative/TODO share/sawfish/themes/Derivative/apple-red.png -share/sawfish/themes/Derivative/menu-n.png -share/sawfish/themes/Derivative/mval.png share/sawfish/themes/Derivative/close-n.png -share/sawfish/themes/Derivative/ChangeLog -share/sawfish/themes/Derivative/umax-n.png -share/sawfish/themes/Derivative/menu-v.png share/sawfish/themes/Derivative/close-v.png -share/sawfish/themes/Derivative/umax-v.png -share/sawfish/themes/Derivative/README +share/sawfish/themes/Derivative/max-n.png +share/sawfish/themes/Derivative/max-v.png +share/sawfish/themes/Derivative/menu-n.png +share/sawfish/themes/Derivative/menu-v.png share/sawfish/themes/Derivative/min-n.png +share/sawfish/themes/Derivative/min-v.png +share/sawfish/themes/Derivative/mval.png share/sawfish/themes/Derivative/shade-n.png -share/sawfish/themes/Derivative/max-n.png -share/sawfish/themes/Derivative/TODO +share/sawfish/themes/Derivative/shade-v.png share/sawfish/themes/Derivative/theme.jl share/sawfish/themes/Derivative/transparent-image.png -share/sawfish/themes/Derivative/COPYING -share/sawfish/themes/Derivative/min-v.png -share/sawfish/themes/Derivative/shade-v.png -share/sawfish/themes/Derivative/max-v.png -share/sawfish/themes/DoubleHeliX/part#3-inactive.png -share/sawfish/themes/DoubleHeliX/part#7-clicked.png -share/sawfish/themes/DoubleHeliX/top-border-only-inactive.png -share/sawfish/themes/DoubleHeliX/part#5-inactive.png -share/sawfish/themes/DoubleHeliX/bl-shaped.png -share/sawfish/themes/DoubleHeliX/part#7-inactive.png +share/sawfish/themes/Derivative/umax-n.png +share/sawfish/themes/Derivative/umax-v.png +share/sawfish/themes/DoubleHeliX/README share/sawfish/themes/DoubleHeliX/bl-shaped-u.png -share/sawfish/themes/DoubleHeliX/part-clicked.png -share/sawfish/themes/DoubleHeliX/part#9-inactive.png -share/sawfish/themes/DoubleHeliX/br-shaped.png -share/sawfish/themes/DoubleHeliX/part-inactive.png +share/sawfish/themes/DoubleHeliX/bl-shaped.png share/sawfish/themes/DoubleHeliX/br-shaped-u.png +share/sawfish/themes/DoubleHeliX/br-shaped.png share/sawfish/themes/DoubleHeliX/part#10-inactive.png +share/sawfish/themes/DoubleHeliX/part#10.png +share/sawfish/themes/DoubleHeliX/part#11-inactive.png +share/sawfish/themes/DoubleHeliX/part#11.png share/sawfish/themes/DoubleHeliX/part#12-inactive.png -share/sawfish/themes/DoubleHeliX/theme.jl +share/sawfish/themes/DoubleHeliX/part#12.png share/sawfish/themes/DoubleHeliX/part#2-inactive.png share/sawfish/themes/DoubleHeliX/part#2.png -share/sawfish/themes/DoubleHeliX/part#4.png -share/sawfish/themes/DoubleHeliX/top-border-only.png +share/sawfish/themes/DoubleHeliX/part#3-hi.png +share/sawfish/themes/DoubleHeliX/part#3-inactive.png share/sawfish/themes/DoubleHeliX/part#4-inactive.png +share/sawfish/themes/DoubleHeliX/part#4.png +share/sawfish/themes/DoubleHeliX/part#5-clicked.png +share/sawfish/themes/DoubleHeliX/part#5-inactive.png share/sawfish/themes/DoubleHeliX/part#5.png +share/sawfish/themes/DoubleHeliX/part#6-clicked.png share/sawfish/themes/DoubleHeliX/part#6-inactive.png share/sawfish/themes/DoubleHeliX/part#6.png +share/sawfish/themes/DoubleHeliX/part#7-clicked.png +share/sawfish/themes/DoubleHeliX/part#7-inactive.png share/sawfish/themes/DoubleHeliX/part#7.png share/sawfish/themes/DoubleHeliX/part#8-inactive.png share/sawfish/themes/DoubleHeliX/part#8.png +share/sawfish/themes/DoubleHeliX/part#9-inactive.png share/sawfish/themes/DoubleHeliX/part#9.png +share/sawfish/themes/DoubleHeliX/part-clicked.png +share/sawfish/themes/DoubleHeliX/part-inactive.png share/sawfish/themes/DoubleHeliX/part.png -share/sawfish/themes/DoubleHeliX/part#10.png -share/sawfish/themes/DoubleHeliX/README -share/sawfish/themes/DoubleHeliX/part#11.png -share/sawfish/themes/DoubleHeliX/part#11-inactive.png -share/sawfish/themes/DoubleHeliX/part#12.png -share/sawfish/themes/DoubleHeliX/part#5-clicked.png -share/sawfish/themes/DoubleHeliX/part#3-hi.png -share/sawfish/themes/DoubleHeliX/part#6-clicked.png -share/sawfish/themes/Elberg/i-tt0.png -share/sawfish/themes/Elberg/a-ls.png +share/sawfish/themes/DoubleHeliX/theme.jl +share/sawfish/themes/DoubleHeliX/top-border-only-inactive.png +share/sawfish/themes/DoubleHeliX/top-border-only.png +share/sawfish/themes/Elberg/README share/sawfish/themes/Elberg/a-bot.png -share/sawfish/themes/Elberg/i-ll.png +share/sawfish/themes/Elberg/a-ll.png +share/sawfish/themes/Elberg/a-lr.png +share/sawfish/themes/Elberg/a-ls.png +share/sawfish/themes/Elberg/a-rs.png +share/sawfish/themes/Elberg/a-t0.png +share/sawfish/themes/Elberg/a-t1.png +share/sawfish/themes/Elberg/a-t2.png +share/sawfish/themes/Elberg/a-t3.png +share/sawfish/themes/Elberg/a-tbot.png +share/sawfish/themes/Elberg/a-th.png +share/sawfish/themes/Elberg/a-ti.png +share/sawfish/themes/Elberg/a-tll.png +share/sawfish/themes/Elberg/a-tlr.png +share/sawfish/themes/Elberg/a-tlrs.png +share/sawfish/themes/Elberg/a-tls.png share/sawfish/themes/Elberg/a-tm.png -share/sawfish/themes/Elberg/i-th.png -share/sawfish/themes/Elberg/i-ti.png -share/sawfish/themes/Elberg/i-bot.png -share/sawfish/themes/Elberg/i-lr.png -share/sawfish/themes/Elberg/i-ls.png -share/sawfish/themes/Elberg/i-tm.png +share/sawfish/themes/Elberg/a-tt0.png +share/sawfish/themes/Elberg/a-ttop.png +share/sawfish/themes/Elberg/a-ttx.png +share/sawfish/themes/Elberg/a-tul.png +share/sawfish/themes/Elberg/a-tur.png +share/sawfish/themes/Elberg/a-turs.png share/sawfish/themes/Elberg/a-tx.png -share/sawfish/themes/Elberg/a-tlrs.png -share/sawfish/themes/Elberg/i-tx.png share/sawfish/themes/Elberg/a-ul.png -share/sawfish/themes/Elberg/a-tll.png +share/sawfish/themes/Elberg/a-uls.png share/sawfish/themes/Elberg/a-ur.png -share/sawfish/themes/Elberg/i-ul.png -share/sawfish/themes/Elberg/p-th.png -share/sawfish/themes/Elberg/p-ti.png -share/sawfish/themes/Elberg/.xvpics/i-urs.png -share/sawfish/themes/Elberg/.xvpics/a-tlr.png -share/sawfish/themes/Elberg/.xvpics/a-uls.png -share/sawfish/themes/Elberg/.xvpics/a-tlrs.png -share/sawfish/themes/Elberg/.xvpics/i-turs.png -share/sawfish/themes/Elberg/.xvpics/a-urs.png -share/sawfish/themes/Elberg/.xvpics/a-tur.png -share/sawfish/themes/Elberg/.xvpics/i-uls.png -share/sawfish/themes/Elberg/.xvpics/i-tlrs.png -share/sawfish/themes/Elberg/.xvpics/a-turs.png -share/sawfish/themes/Elberg/i-tlrs.png -share/sawfish/themes/Elberg/i-ur.png -share/sawfish/themes/Elberg/p-tm.png -share/sawfish/themes/Elberg/a-tlr.png -share/sawfish/themes/Elberg/a-tls.png -share/sawfish/themes/Elberg/i-tll.png -share/sawfish/themes/Elberg/a-tbot.png -share/sawfish/themes/Elberg/i-tlr.png share/sawfish/themes/Elberg/a-urs.png -share/sawfish/themes/Elberg/i-tls.png -share/sawfish/themes/Elberg/p-tx.png share/sawfish/themes/Elberg/c-th.png share/sawfish/themes/Elberg/c-ti.png -share/sawfish/themes/Elberg/a-ttx.png -share/sawfish/themes/Elberg/i-tbot.png -share/sawfish/themes/Elberg/i-urs.png -share/sawfish/themes/Elberg/c-ttx.png share/sawfish/themes/Elberg/c-tm.png -share/sawfish/themes/Elberg/a-t0.png -share/sawfish/themes/Elberg/a-rs.png -share/sawfish/themes/Elberg/a-t1.png -share/sawfish/themes/Elberg/a-t2.png -share/sawfish/themes/Elberg/a-t3.png -share/sawfish/themes/Elberg/a-ttop.png -share/sawfish/themes/Elberg/i-ttx.png +share/sawfish/themes/Elberg/c-ttx.png +share/sawfish/themes/Elberg/c-tx.png +share/sawfish/themes/Elberg/i-bot.png +share/sawfish/themes/Elberg/i-ll.png +share/sawfish/themes/Elberg/i-lr.png +share/sawfish/themes/Elberg/i-ls.png +share/sawfish/themes/Elberg/i-rs.png share/sawfish/themes/Elberg/i-t0.png share/sawfish/themes/Elberg/i-t1.png -share/sawfish/themes/Elberg/i-rs.png -share/sawfish/themes/Elberg/c-tx.png share/sawfish/themes/Elberg/i-t2.png -share/sawfish/themes/Elberg/p-ttx.png share/sawfish/themes/Elberg/i-t3.png +share/sawfish/themes/Elberg/i-tbot.png +share/sawfish/themes/Elberg/i-th.png +share/sawfish/themes/Elberg/i-ti.png +share/sawfish/themes/Elberg/i-tll.png +share/sawfish/themes/Elberg/i-tlr.png +share/sawfish/themes/Elberg/i-tlrs.png +share/sawfish/themes/Elberg/i-tls.png +share/sawfish/themes/Elberg/i-tm.png +share/sawfish/themes/Elberg/i-tt0.png share/sawfish/themes/Elberg/i-ttop.png -share/sawfish/themes/Elberg/a-tul.png -share/sawfish/themes/Elberg/theme.jl -share/sawfish/themes/Elberg/a-tur.png +share/sawfish/themes/Elberg/i-ttx.png share/sawfish/themes/Elberg/i-tul.png share/sawfish/themes/Elberg/i-tur.png -share/sawfish/themes/Elberg/a-turs.png -share/sawfish/themes/Elberg/README -share/sawfish/themes/Elberg/a-uls.png share/sawfish/themes/Elberg/i-turs.png -share/sawfish/themes/Elberg/a-tt0.png -share/sawfish/themes/Elberg/a-ll.png -share/sawfish/themes/Elberg/a-th.png +share/sawfish/themes/Elberg/i-tx.png +share/sawfish/themes/Elberg/i-ul.png share/sawfish/themes/Elberg/i-uls.png -share/sawfish/themes/Elberg/a-ti.png -share/sawfish/themes/Elberg/a-lr.png -share/sawfish/themes/Empire/bottom-d-a.png +share/sawfish/themes/Elberg/i-ur.png +share/sawfish/themes/Elberg/i-urs.png +share/sawfish/themes/Elberg/p-th.png +share/sawfish/themes/Elberg/p-ti.png +share/sawfish/themes/Elberg/p-tm.png +share/sawfish/themes/Elberg/p-ttx.png +share/sawfish/themes/Elberg/p-tx.png +share/sawfish/themes/Elberg/theme.jl +share/sawfish/themes/Empire/README +share/sawfish/themes/Empire/big-a.png +share/sawfish/themes/Empire/big-h.png +share/sawfish/themes/Empire/big-i.png share/sawfish/themes/Empire/big-p.png +share/sawfish/themes/Empire/bottom-a.png +share/sawfish/themes/Empire/bottom-d-a.png +share/sawfish/themes/Empire/bottom-d-h.png +share/sawfish/themes/Empire/bottom-d-p.png +share/sawfish/themes/Empire/bottom-left-a.png +share/sawfish/themes/Empire/bottom-left-h.png +share/sawfish/themes/Empire/bottom-left-p.png +share/sawfish/themes/Empire/bottom-right-a.png +share/sawfish/themes/Empire/bottom-right-h.png +share/sawfish/themes/Empire/bottom-right-p.png +share/sawfish/themes/Empire/bottom-s.png +share/sawfish/themes/Empire/left-1-a.png +share/sawfish/themes/Empire/left-2-a.png +share/sawfish/themes/Empire/right-1-a.png +share/sawfish/themes/Empire/right-2-a.png share/sawfish/themes/Empire/small-a.png +share/sawfish/themes/Empire/small-h.png +share/sawfish/themes/Empire/small-i.png +share/sawfish/themes/Empire/small-p.png share/sawfish/themes/Empire/theme.jl -share/sawfish/themes/Empire/top-right-resize-h.png -share/sawfish/themes/Empire/top-right-resize-i.png +share/sawfish/themes/Empire/title-a.png +share/sawfish/themes/Empire/title-b-s.png +share/sawfish/themes/Empire/title-l-a-s.png +share/sawfish/themes/Empire/title-l-a.png +share/sawfish/themes/Empire/title-r-a-s.png +share/sawfish/themes/Empire/title-r-a.png +share/sawfish/themes/Empire/top-a.png share/sawfish/themes/Empire/top-left-1-a.png -share/sawfish/themes/Empire/left-1-a.png share/sawfish/themes/Empire/top-left-2-a-s.png -share/sawfish/themes/Empire/left-2-a.png share/sawfish/themes/Empire/top-left-2-a.png -share/sawfish/themes/Empire/top-left-resize-a.png share/sawfish/themes/Empire/top-left-3-a.png -share/sawfish/themes/Empire/top-right-resize-p.png -share/sawfish/themes/Empire/bottom-d-h.png -share/sawfish/themes/Empire/bottom-left-a.png +share/sawfish/themes/Empire/top-left-resize-a.png share/sawfish/themes/Empire/top-left-resize-h.png share/sawfish/themes/Empire/top-left-resize-i.png -share/sawfish/themes/Empire/top-a.png -share/sawfish/themes/Empire/bottom-left-h.png -share/sawfish/themes/Empire/bottom-a.png -share/sawfish/themes/Empire/bottom-d-p.png -share/sawfish/themes/Empire/big-a.png -share/sawfish/themes/Empire/README share/sawfish/themes/Empire/top-left-resize-p.png -share/sawfish/themes/Empire/title-l-a.png -share/sawfish/themes/Empire/title-l-a-s.png -share/sawfish/themes/Empire/right-1-a.png -share/sawfish/themes/Empire/bottom-left-p.png share/sawfish/themes/Empire/top-right-1-a.png -share/sawfish/themes/Empire/top-right-2-a.png share/sawfish/themes/Empire/top-right-2-a-s.png -share/sawfish/themes/Empire/right-2-a.png +share/sawfish/themes/Empire/top-right-2-a.png share/sawfish/themes/Empire/top-right-3-a.png -share/sawfish/themes/Empire/bottom-right-a.png -share/sawfish/themes/Empire/small-h.png -share/sawfish/themes/Empire/small-i.png -share/sawfish/themes/Empire/title-r-a.png -share/sawfish/themes/Empire/title-a.png -share/sawfish/themes/Empire/title-r-a-s.png -share/sawfish/themes/Empire/title-b-s.png -share/sawfish/themes/Empire/bottom-s.png -share/sawfish/themes/Empire/bottom-right-h.png -share/sawfish/themes/Empire/small-p.png share/sawfish/themes/Empire/top-right-resize-a.png -share/sawfish/themes/Empire/bottom-right-p.png -share/sawfish/themes/Empire/big-h.png -share/sawfish/themes/Empire/big-i.png -share/sawfish/themes/FinalStep/unmaximize-normal.png -share/sawfish/themes/FinalStep/resize-clicked.png -share/sawfish/themes/FinalStep/menu-clicked.png +share/sawfish/themes/Empire/top-right-resize-h.png +share/sawfish/themes/Empire/top-right-resize-i.png +share/sawfish/themes/Empire/top-right-resize-p.png +share/sawfish/themes/FinalStep/README share/sawfish/themes/FinalStep/close-clicked.png +share/sawfish/themes/FinalStep/close-flat.png +share/sawfish/themes/FinalStep/close-normal.png +share/sawfish/themes/FinalStep/maximize-clicked.png +share/sawfish/themes/FinalStep/maximize-flat.png +share/sawfish/themes/FinalStep/maximize-normal.png +share/sawfish/themes/FinalStep/menu-clicked.png +share/sawfish/themes/FinalStep/menu-flat.png +share/sawfish/themes/FinalStep/menu-normal.png +share/sawfish/themes/FinalStep/minimize-clicked.png share/sawfish/themes/FinalStep/minimize-flat.png share/sawfish/themes/FinalStep/minimize-normal.png -share/sawfish/themes/FinalStep/maximize-flat.png +share/sawfish/themes/FinalStep/resize-clicked.png +share/sawfish/themes/FinalStep/resize-flat.png +share/sawfish/themes/FinalStep/resize-normal.png +share/sawfish/themes/FinalStep/shade-clicked.png share/sawfish/themes/FinalStep/shade-flat.png -share/sawfish/themes/FinalStep/maximize-normal.png -share/sawfish/themes/FinalStep/unmaximize-flat.png -share/sawfish/themes/FinalStep/README share/sawfish/themes/FinalStep/shade-normal.png -share/sawfish/themes/FinalStep/unshade-flat.png +share/sawfish/themes/FinalStep/theme.jl share/sawfish/themes/FinalStep/unmaximize-clicked.png -share/sawfish/themes/FinalStep/unshade-normal.png -share/sawfish/themes/FinalStep/minimize-clicked.png -share/sawfish/themes/FinalStep/maximize-clicked.png -share/sawfish/themes/FinalStep/shade-clicked.png +share/sawfish/themes/FinalStep/unmaximize-flat.png +share/sawfish/themes/FinalStep/unmaximize-normal.png share/sawfish/themes/FinalStep/unshade-clicked.png -share/sawfish/themes/FinalStep/theme.jl -share/sawfish/themes/FinalStep/resize-flat.png -share/sawfish/themes/FinalStep/resize-normal.png -share/sawfish/themes/FinalStep/menu-flat.png -share/sawfish/themes/FinalStep/close-flat.png -share/sawfish/themes/FinalStep/menu-normal.png -share/sawfish/themes/FinalStep/close-normal.png -share/sawfish/themes/Greene2.0/active:n.png +share/sawfish/themes/FinalStep/unshade-flat.png +share/sawfish/themes/FinalStep/unshade-normal.png share/sawfish/themes/Greene2.0/README -share/sawfish/themes/Greene2.0/inactive:menu-button-pressed.png +share/sawfish/themes/Greene2.0/active:button-hilight.png +share/sawfish/themes/Greene2.0/active:button-pressed.png share/sawfish/themes/Greene2.0/active:button.png -share/sawfish/themes/Greene2.0/green-NW-offset-by-25.png -share/sawfish/themes/Greene2.0/active:menu-button.png -share/sawfish/themes/Greene2.0/active:nw-self-contained.png share/sawfish/themes/Greene2.0/active:close-button.png -share/sawfish/themes/Greene2.0/active:button-pressed.png +share/sawfish/themes/Greene2.0/active:maximize-button.png +share/sawfish/themes/Greene2.0/active:menu-button-hilight.png share/sawfish/themes/Greene2.0/active:menu-button-pressed.png -share/sawfish/themes/Greene2.0/inactive:minimize-button.png -share/sawfish/themes/Greene2.0/inactive:maximize-button.png -share/sawfish/themes/Greene2.0/inactive:shade-button.png -share/sawfish/themes/Greene2.0/theme.jl -share/sawfish/themes/Greene2.0/active:nw.png -share/sawfish/themes/Greene2.0/active:sw.png -share/sawfish/themes/Greene2.0/inactive:button-hilight.png -share/sawfish/themes/Greene2.0/inactive:menu-button-hilight.png +share/sawfish/themes/Greene2.0/active:menu-button.png share/sawfish/themes/Greene2.0/active:minimize-button.png +share/sawfish/themes/Greene2.0/active:n.png share/sawfish/themes/Greene2.0/active:ne-self-contained.png -share/sawfish/themes/Greene2.0/green-SW-uncurved.png -share/sawfish/themes/Greene2.0/active:menu-button-hilight.png -share/sawfish/themes/Greene2.0/active:maximize-button.png -share/sawfish/themes/Greene2.0/active:shade-button.png -share/sawfish/themes/Greene2.0/active:button-hilight.png -share/sawfish/themes/Greene2.0/inactive:button.png share/sawfish/themes/Greene2.0/active:ne.png +share/sawfish/themes/Greene2.0/active:nw-self-contained.png +share/sawfish/themes/Greene2.0/active:nw.png +share/sawfish/themes/Greene2.0/active:shade-button.png +share/sawfish/themes/Greene2.0/active:sw.png +share/sawfish/themes/Greene2.0/green-NW-offset-by-25.png +share/sawfish/themes/Greene2.0/green-SW-uncurved.png +share/sawfish/themes/Greene2.0/inactive:button-hilight.png share/sawfish/themes/Greene2.0/inactive:button-pressed.png -share/sawfish/themes/Greene2.0/inactive:menu-button.png +share/sawfish/themes/Greene2.0/inactive:button.png share/sawfish/themes/Greene2.0/inactive:close-button.png -share/sawfish/themes/Hacksaw/max-inactive-shaded.png -share/sawfish/themes/Hacksaw/min-highlighted.png -share/sawfish/themes/Hacksaw/max-highlighted.png -share/sawfish/themes/Hacksaw/title-r-shaded.png +share/sawfish/themes/Greene2.0/inactive:maximize-button.png +share/sawfish/themes/Greene2.0/inactive:menu-button-hilight.png +share/sawfish/themes/Greene2.0/inactive:menu-button-pressed.png +share/sawfish/themes/Greene2.0/inactive:menu-button.png +share/sawfish/themes/Greene2.0/inactive:minimize-button.png +share/sawfish/themes/Greene2.0/inactive:shade-button.png +share/sawfish/themes/Greene2.0/theme.jl +share/sawfish/themes/Hacksaw/README +share/sawfish/themes/Hacksaw/bottom-left-shaded.png +share/sawfish/themes/Hacksaw/bottom-left.png +share/sawfish/themes/Hacksaw/bottom-right.png +share/sawfish/themes/Hacksaw/bottom-shaded.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:51: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 B8049683; Fri, 30 Nov 2012 23:51:24 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 9E7018FC1D; Fri, 30 Nov 2012 23:51:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNpO8P079231; Fri, 30 Nov 2012 23:51:24 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNpOOv079229; Fri, 30 Nov 2012 23:51:24 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302351.qAUNpOOv079229@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308038 - head/audio/pd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:51:24 -0000 Author: sperber Date: Fri Nov 30 23:51:24 2012 New Revision: 308038 URL: http://svnweb.freebsd.org/changeset/ports/308038 Log: - Update to version 0.43-4 - Trim Makefile header PR: ports/171966 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/audio/pd/Makefile head/audio/pd/distinfo Modified: head/audio/pd/Makefile ============================================================================== --- head/audio/pd/Makefile Fri Nov 30 23:51:01 2012 (r308037) +++ head/audio/pd/Makefile Fri Nov 30 23:51:24 2012 (r308038) @@ -1,12 +1,8 @@ -# New ports collection makefile for: Pd -# Date created: 2002-05-24 -# Whom: Trevor Johnson -# +# Created by: Trevor Johnson # $FreeBSD$ -# PORTNAME= pd -DISTVERSION= 0.43-3 +DISTVERSION= 0.43-4 DISTVERSIONSUFFIX= .src CATEGORIES= audio MASTER_SITES= http://www-crca.ucsd.edu/~msp/Software/ Modified: head/audio/pd/distinfo ============================================================================== --- head/audio/pd/distinfo Fri Nov 30 23:51:01 2012 (r308037) +++ head/audio/pd/distinfo Fri Nov 30 23:51:24 2012 (r308038) @@ -1,2 +1,2 @@ -SHA256 (pd-0.43-3.src.tar.gz) = df727f52fe1109f7ff727e7bd3aa52ffa2b6eef752c5caead655b50dde68b48a -SIZE (pd-0.43-3.src.tar.gz) = 2189682 +SHA256 (pd-0.43-4.src.tar.gz) = a883c2f5130a999d6748ea1a6541f68980cfa6c384b29051a301529c36b17b5a +SIZE (pd-0.43-4.src.tar.gz) = 2189774 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:51: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 A3498755; Fri, 30 Nov 2012 23:51:30 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8A0D08FC1B; Fri, 30 Nov 2012 23:51:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNpUi4079339; Fri, 30 Nov 2012 23:51:30 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNpU1Q079335; Fri, 30 Nov 2012 23:51:30 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302351.qAUNpU1Q079335@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:51:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308039 - in head/audio/qsynth: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:51:30 -0000 Author: sperber Date: Fri Nov 30 23:51:30 2012 New Revision: 308039 URL: http://svnweb.freebsd.org/changeset/ports/308039 Log: - Update to version 0.3.6 PR: ports/171967 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/audio/qsynth/Makefile head/audio/qsynth/distinfo head/audio/qsynth/files/patch-src-qsynthOptions.cpp head/audio/qsynth/pkg-plist Modified: head/audio/qsynth/Makefile ============================================================================== --- head/audio/qsynth/Makefile Fri Nov 30 23:51:24 2012 (r308038) +++ head/audio/qsynth/Makefile Fri Nov 30 23:51:30 2012 (r308039) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qsynth -PORTVERSION= 0.3.4 -PORTREVISION= 3 +PORTVERSION= 0.3.6 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} @@ -12,15 +11,31 @@ COMMENT= Qt fluidsynth front-end applica LIB_DEPENDS= fluidsynth:${PORTSDIR}/audio/fluidsynth -GNU_CONFIGURE= yes -USE_GMAKE= yes USE_QT4= gui qmake_build moc_build uic_build rcc_build linguist_build -CFLAGS+= -I${QT_INCDIR} ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} -LDFLAGS+= -L${QT_LIBDIR} -CONFIGURE_ARGS+=ac_cv_path_ac_moc=${MOC} ac_cv_path_ac_uic=${UIC} \ +QT_NONSTANDARD= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= ac_cv_path_ac_moc=${MOC} \ + ac_cv_path_ac_uic=${UIC} \ ac_cv_path_ac_qmake=${QMAKE} \ ac_cv_path_ac_lupdate=${LOCALBASE}/bin/lupdate-qt4 \ ac_cv_path_ac_lrelease=${LOCALBASE}/bin/lrelease-qt4 -MAKE_JOBS_UNSAFE= yes +INSTALLS_ICONS= yes +MAKE_JOBS_UNSAFE=yes + +CPPFLAGS+= -I${QT_INCDIR} ${PTHREAD_CFLAGS} +LDFLAGS+= -L${QT_LIBDIR} ${PTHREAD_LIBS} + +post-patch: + @${REINPLACE_CMD} -e \ + 's|@make |@$$(MAKE) | ; \ + /man1/s|^|#|' ${WRKSRC}/Makefile.in + +post-configure: + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o qsynth.mak \ + ${QMAKEFLAGS}) + +post-install: + @${STRIP_CMD} ${PREFIX}/bin/qsynth .include Modified: head/audio/qsynth/distinfo ============================================================================== --- head/audio/qsynth/distinfo Fri Nov 30 23:51:24 2012 (r308038) +++ head/audio/qsynth/distinfo Fri Nov 30 23:51:30 2012 (r308039) @@ -1,2 +1,2 @@ -SHA256 (qsynth-0.3.4.tar.gz) = 87542acdd2d238d60d1fd26a61157fcdd34c1ce667543f564f31fd027ced8b07 -SIZE (qsynth-0.3.4.tar.gz) = 190655 +SHA256 (qsynth-0.3.6.tar.gz) = b5968da98661bac5c9fcc93d3a15851594dfbf3bb7d01ace15fbe8779d53fb3c +SIZE (qsynth-0.3.6.tar.gz) = 223774 Modified: head/audio/qsynth/files/patch-src-qsynthOptions.cpp ============================================================================== --- head/audio/qsynth/files/patch-src-qsynthOptions.cpp Fri Nov 30 23:51:24 2012 (r308038) +++ head/audio/qsynth/files/patch-src-qsynthOptions.cpp Fri Nov 30 23:51:30 2012 (r308039) @@ -1,6 +1,6 @@ ---- src/qsynthOptions.cpp.orig 2009-08-27 18:35:48.000000000 +0200 -+++ src/qsynthOptions.cpp 2009-08-27 18:36:39.000000000 +0200 -@@ -155,11 +155,11 @@ void qsynthOptions::print_usage ( const +--- src/qsynthOptions.cpp.orig 2011-03-30 20:53:04.000000000 +0900 ++++ src/qsynthOptions.cpp 2012-09-25 21:29:15.000000000 +0900 +@@ -172,11 +172,11 @@ out << " -n, --no-midi-in" + sEot + QObject::tr("Don't create a midi driver to read MIDI input events [default = yes]") + sEol; out << " -m, --midi-driver=[label]" + sEot + @@ -14,12 +14,12 @@ out << " -j, --connect-jack-outputs" + sEot + QObject::tr("Attempt to connect the jack outputs to the physical ports") + sEol; out << " -L, --audio-channels=[num]" + sEot + -@@ -459,7 +459,7 @@ void qsynthOptions::loadSetup ( qsynthSe - pSetup->iAudioBufSize = m_settings.value("/AudioBufSize", 512).toInt(); - pSetup->iAudioBufCount = m_settings.value("/AudioBufCount", 8).toInt(); +@@ -477,7 +477,7 @@ + pSetup->iAudioBufSize = m_settings.value("/AudioBufSize", 512).toInt(); + pSetup->iAudioBufCount = m_settings.value("/AudioBufCount", 8).toInt(); #else - pSetup->sMidiDriver = m_settings.value("/MidiDriver", "alsa_seq").toString(); + pSetup->sMidiDriver = m_settings.value("/MidiDriver", "jack").toString(); - pSetup->sAudioDriver = m_settings.value("/AudioDriver", "jack").toString(); - pSetup->iAudioBufSize = m_settings.value("/AudioBufSize", 64).toInt(); - pSetup->iAudioBufCount = m_settings.value("/AudioBufCount", 2).toInt(); + pSetup->sAudioDriver = m_settings.value("/AudioDriver", "jack").toString(); + pSetup->iAudioBufSize = m_settings.value("/AudioBufSize", 64).toInt(); + pSetup->iAudioBufCount = m_settings.value("/AudioBufCount", 2).toInt(); Modified: head/audio/qsynth/pkg-plist ============================================================================== --- head/audio/qsynth/pkg-plist Fri Nov 30 23:51:24 2012 (r308038) +++ head/audio/qsynth/pkg-plist Fri Nov 30 23:51:30 2012 (r308039) @@ -1,7 +1,8 @@ bin/qsynth -share/pixmaps/qsynth.png share/applications/qsynth.desktop +share/locale/qsynth_cs.qm share/locale/qsynth_de.qm share/locale/qsynth_es.qm share/locale/qsynth_ru.qm +share/icons/hicolor/32x32/apps/qsynth.png @dirrmtry share/applications From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:51: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 7B5F2816; Fri, 30 Nov 2012 23:51:36 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 573A38FC16; Fri, 30 Nov 2012 23:51:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNpakN079470; Fri, 30 Nov 2012 23:51:36 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNpahU079467; Fri, 30 Nov 2012 23:51:36 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302351.qAUNpahU079467@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:51:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308040 - head/audio/soundtouch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:51:36 -0000 Author: sperber Date: Fri Nov 30 23:51:35 2012 New Revision: 308040 URL: http://svnweb.freebsd.org/changeset/ports/308040 Log: - Update to version 1.7.0 - Add MAKE_JOBS_SAFE - Convert to optionsng - Trim Makefile header PR: ports/171968 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/audio/soundtouch/Makefile head/audio/soundtouch/distinfo head/audio/soundtouch/pkg-plist Modified: head/audio/soundtouch/Makefile ============================================================================== --- head/audio/soundtouch/Makefile Fri Nov 30 23:51:30 2012 (r308039) +++ head/audio/soundtouch/Makefile Fri Nov 30 23:51:35 2012 (r308040) @@ -1,12 +1,8 @@ -# New ports collection makefile for: SoundTouch -# Date created: 16 May 2005 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= soundtouch -DISTVERSION= 1.6.0 +DISTVERSION= 1.7.0 CATEGORIES= audio MASTER_SITES= http://www.surina.net/soundtouch/ @@ -15,37 +11,37 @@ COMMENT= Open-source audio processing li LICENSE= LGPL21 -USE_AUTOTOOLS= autoconf automake libtool -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-shared=yes -MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ - pkgdoc_DATA="${PORTDOCS}" pkgdocdir="${DOCSDIR}" -.if !defined(NOPORTDOCS) -PORTDOCS= README.html -.endif +OPTIONS_DEFINE= INTEGER_SAMPLES DOCS +INTEGER_SAMPLES_DESC= Use integer sample format + WRKSRC= ${WRKDIR}/${PORTNAME} -OPTIONS_DEFINE= INTEGER_SAMPLES -INTEGER_SAMPLES_DESC= Use integer sample format +USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf +ACLOCAL_ARGS= -I config/m4 +AUTOMAKE_ARGS= --add-missing --copy --foreign +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes -.include +.include .if ${PORT_OPTIONS:MINTEGER_SAMPLES} CONFIGURE_ARGS+= --enable-integer-samples .endif post-patch: - @${REINPLACE_CMD} -E 's|-O3 ?||' \ - ${WRKSRC}/source/SoundStretch/Makefile.am \ - ${WRKSRC}/source/SoundTouch/Makefile.am -.if ${ARCH} != "i386" && ${ARCH} != "amd64" && ${ARCH} != "ia64" - @${REINPLACE_CMD} '/AM_CXXFLAGS=/s|-msse2 ||' \ - ${WRKSRC}/source/SoundTouch/Makefile.am + @${REINPLACE_CMD} -e \ + 's|^pkgdoc_DATA|#pkgdoc_DATA| ; \ + s|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.am + @${FIND} ${WRKSRC}/source -name "Makefile.am" | ${XARGS} \ + ${REINPLACE_CMD} -e \ + 's|-O[0-9]|| ; \ + s|-msse||' + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.html ${DOCSDIR} .endif -run-autotools: # see ${WRKSRC}/bootstrap for reference - @(cd ${CONFIGURE_WRKSRC} && ${SETENV} \ - AUTOMAKE="${AUTOMAKE} --add-missing --foreign --copy" \ - ${AUTORECONF} -fisv) - -.include +.include Modified: head/audio/soundtouch/distinfo ============================================================================== --- head/audio/soundtouch/distinfo Fri Nov 30 23:51:30 2012 (r308039) +++ head/audio/soundtouch/distinfo Fri Nov 30 23:51:35 2012 (r308040) @@ -1,2 +1,2 @@ -SHA256 (soundtouch-1.6.0.tar.gz) = 8776edaf7299ffe1e8c97285f020365a63c0e01aa4f6f7c5fd1d011c0ded278f -SIZE (soundtouch-1.6.0.tar.gz) = 94852 +SHA256 (soundtouch-1.7.0.tar.gz) = 0c94722ab995489b7816baa553a1cfd433e1005d456382e31defd068b003c848 +SIZE (soundtouch-1.7.0.tar.gz) = 96531 Modified: head/audio/soundtouch/pkg-plist ============================================================================== --- head/audio/soundtouch/pkg-plist Fri Nov 30 23:51:30 2012 (r308039) +++ head/audio/soundtouch/pkg-plist Fri Nov 30 23:51:35 2012 (r308040) @@ -5,10 +5,11 @@ include/soundtouch/FIFOSamplePipe.h include/soundtouch/STTypes.h include/soundtouch/SoundTouch.h include/soundtouch/soundtouch_config.h -@dirrm include/soundtouch -lib/libSoundTouch.a lib/libSoundTouch.la -lib/libSoundTouch.so.0 lib/libSoundTouch.so -share/aclocal/soundtouch.m4 +lib/libSoundTouch.so.0 libdata/pkgconfig/soundtouch.pc +share/aclocal/soundtouch.m4 +%%PORTDOCS%%%%DOCSDIR%%/README.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm include/soundtouch From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:51: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 A386F9E7; Fri, 30 Nov 2012 23:51:42 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7E4E98FC1A; Fri, 30 Nov 2012 23:51:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNpgIC079551; Fri, 30 Nov 2012 23:51:42 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNpgww079549; Fri, 30 Nov 2012 23:51:42 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302351.qAUNpgww079549@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:51:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308041 - head/benchmarks/postmark X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:51:43 -0000 Author: sperber Date: Fri Nov 30 23:51:42 2012 New Revision: 308041 URL: http://svnweb.freebsd.org/changeset/ports/308041 Log: - Update to version 1.53 - Update MASTER_SITES - Add LICENSE - Trim Makefile header PR: ports/171969 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/benchmarks/postmark/Makefile head/benchmarks/postmark/distinfo Modified: head/benchmarks/postmark/Makefile ============================================================================== --- head/benchmarks/postmark/Makefile Fri Nov 30 23:51:35 2012 (r308040) +++ head/benchmarks/postmark/Makefile Fri Nov 30 23:51:42 2012 (r308041) @@ -1,27 +1,21 @@ -# ex:ts=8 -# Ports collection makefile for: postmark -# Date created: Sat Sep 18, 1999 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= postmark -PORTVERSION= 1.51 -PORTREVISION= 1 +PORTVERSION= 1.53 CATEGORIES= benchmarks -MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} +MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -PATCH_SITES= ${MASTER_SITE_DEBIAN_POOL} -PATCHFILES= ${PORTNAME}_${PORTVERSION}-5.diff.gz -PATCH_DIST_STRIP= -p1 - MAINTAINER= ports@FreeBSD.org COMMENT= NetApps file system benchmark +LICENSE= ART10 LGPL21 +LICENSE_COMB= multi + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAN1= postmark.1 PLIST_FILES= sbin/postmark do-build: @@ -29,5 +23,6 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/postmark ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/postmark.1 ${MANPREFIX}/man/man1 .include Modified: head/benchmarks/postmark/distinfo ============================================================================== --- head/benchmarks/postmark/distinfo Fri Nov 30 23:51:35 2012 (r308040) +++ head/benchmarks/postmark/distinfo Fri Nov 30 23:51:42 2012 (r308041) @@ -1,4 +1,2 @@ -SHA256 (postmark_1.51.orig.tar.gz) = 7cb7c31d4e7725ce8d8e11fb7df62ed700dee4dbd5ca1e31bf3a9161fc890b41 -SIZE (postmark_1.51.orig.tar.gz) = 13394 -SHA256 (postmark_1.51-5.diff.gz) = 65bddac38d38d51ba0c0662c3a2fcc28d868a104316fd1afbe93e15556ed7d36 -SIZE (postmark_1.51-5.diff.gz) = 3509 +SHA256 (postmark_1.53.orig.tar.gz) = 8a88fd322e1c5f0772df759de73c42aa055b1cd36cbba4ce6ee610ac5a3c47d3 +SIZE (postmark_1.53.orig.tar.gz) = 14195 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:51: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 A64C5AC9; Fri, 30 Nov 2012 23:51:49 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8C16C8FC08; Fri, 30 Nov 2012 23:51:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNpnUt079684; Fri, 30 Nov 2012 23:51:49 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNpnRd079679; Fri, 30 Nov 2012 23:51:49 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302351.qAUNpnRd079679@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:51:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308042 - in head/biology/molden: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:51:49 -0000 Author: sperber Date: Fri Nov 30 23:51:49 2012 New Revision: 308042 URL: http://svnweb.freebsd.org/changeset/ports/308042 Log: - Update to version 5.0.2 - Add MAKE_JOBS_UNSAFE - Convert to optionsng PR: ports/171970 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Deleted: head/biology/molden/files/patch-aa head/biology/molden/files/patch-xwin.c head/biology/molden/pkg-plist Modified: head/biology/molden/Makefile head/biology/molden/distinfo head/biology/molden/files/patch-ambfor-makefile head/biology/molden/files/patch-surf-makefile Modified: head/biology/molden/Makefile ============================================================================== --- head/biology/molden/Makefile Fri Nov 30 23:51:42 2012 (r308041) +++ head/biology/molden/Makefile Fri Nov 30 23:51:49 2012 (r308042) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= molden -PORTVERSION= 4.6 -PORTREVISION= 3 +PORTVERSION= 5.0.2 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ @@ -12,16 +11,35 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Display molecular orbitals and electron densities in 2D and 3D -USE_XORG= x11 xmu -USE_GL= glut -USE_FORTRAN= yes +RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable. -RESTRICTED= free for academic, non profit usage; do not re-distribute source and executable -MAKEFILE= ${WRKSRC}/makefile +OPTIONS_DEFINE= DATA DOCS +OPTIONS_DEFAULT=DATA -.if !defined(NOPORTDOCS) -PORTDOCS= docs/* -.endif +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:R} + +USE_XORG= x11 +USE_GL= glu +USE_FORTRAN= yes +USE_GMAKE= yes +MAKEFILE= makefile +MAKE_JOBS_UNSAFE=yes + +CFLAGS+= -D${OPSYS:U} -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 + +PORTDOCS= * +PORTDATA= * +PLIST_FILES= bin/ambfor bin/gmolden bin/molden bin/surf + +.include + +post-patch: + @${REINPLACE_CMD} -e \ + 's|^CC |#CC | ; \ + s|^FC |#FC | ; \ + s|/usr/X11R6|${LOCALBASE}| ; \ + s|-lXmu|| ; \ + /depend/s|^|#|' ${WRKSRC}/makefile post-configure: @${ECHO_MSG} "********************" @@ -32,17 +50,18 @@ post-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/molden ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/ambfor/ambfor ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/gmolden ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ambfor/ambfor ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/surf/surf ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} -.endif -.if !defined(NOPORTDATA) - @${MKDIR} ${DATADIR}/test ${DATADIR}/utils +.if ${PORT_OPTIONS:MDATA} + @${MKDIR} ${DATADIR}/test ${INSTALL_DATA} ${WRKSRC}/test/* ${DATADIR}/test + @${MKDIR} ${DATADIR}/utils ${INSTALL_DATA} ${WRKSRC}/utils/* ${DATADIR}/utils .endif +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} +.endif .include Modified: head/biology/molden/distinfo ============================================================================== --- head/biology/molden/distinfo Fri Nov 30 23:51:42 2012 (r308041) +++ head/biology/molden/distinfo Fri Nov 30 23:51:49 2012 (r308042) @@ -1,2 +1,2 @@ -SHA256 (molden4.6.tar.gz) = e18583d3e3234426b06403b056aed50e98397d6733e3b635c7011725e2816380 -SIZE (molden4.6.tar.gz) = 2786093 +SHA256 (molden5.0.2.tar.gz) = cfe48142fa7f59dfb5f90d63e26ae3d7d29b5ab02c0f9424bceef9f7d27f0709 +SIZE (molden5.0.2.tar.gz) = 3064536 Modified: head/biology/molden/files/patch-ambfor-makefile ============================================================================== --- head/biology/molden/files/patch-ambfor-makefile Fri Nov 30 23:51:42 2012 (r308041) +++ head/biology/molden/files/patch-ambfor-makefile Fri Nov 30 23:51:49 2012 (r308042) @@ -1,17 +1,28 @@ ---- ambfor/makefile.orig 2008-10-30 10:06:37.000000000 +0100 -+++ ambfor/makefile 2008-10-30 10:07:19.000000000 +0100 -@@ -14,11 +14,11 @@ +--- ambfor/makefile.orig 2011-04-29 20:40:50.000000000 +0900 ++++ ambfor/makefile 2012-09-24 02:50:23.000000000 +0900 +@@ -12,12 +12,12 @@ # - #CC = cc + # --CFLAGS = -c --FC = g77 -+CFLAGS += -DFREEBSD=1 -+#FC = g77 - FFLAGS = -c -O3 -ffast-math +-CFLAGS = -c -g ++CFLAGS += -c + #FC = g77 +-FC = gfortran +-FFLAGS = -c -g -ffast-math -funroll-loops -O3 ++#FC = gfortran ++#FFLAGS = -c -g -ffast-math -funroll-loops -O3 LIBS = -lm --LDR = g77 -+LDR = $(FC) +-LDR = ${FC} -g ++LDR = ${FC} - OBJS = ambfor.o angle.o bond.o charge.o conn.o enegrd.o getinp.o \ - param.o tors.o vdwlj.o math.o optimise.o wrtout.o + OBJS = angle.o bond.o charge.o conn.o enegrd.o getinp.o param.o \ + tors.o vdwlj.o math.o switch.o wrtout.o pbc.o +@@ -47,7 +47,7 @@ + $(LDR) -o ambmd md.o verlet.o qvdw.o allocmd.o $(OBJS) $(LIBS) + + ambfor.o: ambfor.f +- ${FC} -c -g -ffast-math -funroll-loops -o ambfor.o ambfor.f ++ ${FC} -c ${FFLAGS} -o ambfor.o ambfor.f + + allocmd.o: alloc.c + $(CC) $(CFLAGS) -DMD -c alloc.c -o allocmd.o Modified: head/biology/molden/files/patch-surf-makefile ============================================================================== --- head/biology/molden/files/patch-surf-makefile Fri Nov 30 23:51:42 2012 (r308041) +++ head/biology/molden/files/patch-surf-makefile Fri Nov 30 23:51:49 2012 (r308042) @@ -1,5 +1,21 @@ ---- surf/Makefile.orig 2008-10-30 10:12:27.000000000 +0100 -+++ surf/Makefile 2008-10-30 10:08:43.000000000 +0100 +--- surf/Makefile.orig 2008-08-26 02:59:06.000000000 +0900 ++++ surf/Makefile 2012-09-24 02:45:55.000000000 +0900 +@@ -1,12 +1,12 @@ + # Compilation flags + #CC = cc +-CC = cc ++#CC = cc + INCLUDE = -I. + #LINCLUDE = -lcurses -ltermcap -lm + LINCLUDE = -lm +-OPT_CFLAGS = -O2 $(FLAGS) $(INCLUDE) ++#OPT_CFLAGS = -O2 $(FLAGS) $(INCLUDE) + #CFLAGS = -g $(FLAGS) $(INCLUDE) +-CFLAGS = -O2 $(FLAGS) $(INCLUDE) ++#CFLAGS = -O2 $(FLAGS) $(INCLUDE) + + # These are the user object files in the application + SRCS = surf.c io.c compute.c dual.c utils.c lp.c chull.c tessel_cases.c \ @@ -63,46 +63,120 @@ # DO NOT DELETE THIS LINE -- make depend depends on it. From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:52: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 021C8C5D; Fri, 30 Nov 2012 23:52:03 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C30548FC0C; Fri, 30 Nov 2012 23:52:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNq2GH079821; Fri, 30 Nov 2012 23:52:02 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNq2Ir079819; Fri, 30 Nov 2012 23:52:02 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302352.qAUNq2Ir079819@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308043 - head/cad/magic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:52:03 -0000 Author: sperber Date: Fri Nov 30 23:52:02 2012 New Revision: 308043 URL: http://svnweb.freebsd.org/changeset/ports/308043 Log: - Update to version 7.5.229 - Remove shlib versions - Trim Makefile header PR: ports/171972 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/cad/magic/Makefile head/cad/magic/distinfo Modified: head/cad/magic/Makefile ============================================================================== --- head/cad/magic/Makefile Fri Nov 30 23:51:49 2012 (r308042) +++ head/cad/magic/Makefile Fri Nov 30 23:52:02 2012 (r308043) @@ -1,12 +1,8 @@ -# New ports collection makefile for: magic -# Date created: 18 Dec 1994 -# Whom: swallace -# +# Created by: swallace # $FreeBSD$ -# PORTNAME= magic -PORTVERSION= 7.5.220 +PORTVERSION= 7.5.229 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/magic/archive/ \ http://fossies.org/linux/misc/ @@ -17,7 +13,7 @@ COMMENT= An interactive editor for VLSI LICENSE= BSD -LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt +LIB_DEPENDS= BLT24:${PORTSDIR}/x11-toolkits/blt CONFIGURE_WRKSRC= ${WRKSRC}/scripts Modified: head/cad/magic/distinfo ============================================================================== --- head/cad/magic/distinfo Fri Nov 30 23:51:49 2012 (r308042) +++ head/cad/magic/distinfo Fri Nov 30 23:52:02 2012 (r308043) @@ -1,2 +1,2 @@ -SHA256 (magic-7.5.220.tgz) = a6a9c2bcd3e16942165a40cdcda28937f2cc122a47d92812f47e46dd67d0f69e -SIZE (magic-7.5.220.tgz) = 3746889 +SHA256 (magic-7.5.229.tgz) = c4f840d7b1d469bc4cf6c7ec58243964967054fdbbf33afb19acb865f642b871 +SIZE (magic-7.5.229.tgz) = 3751085 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:52: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 01DDED23; Fri, 30 Nov 2012 23:52:09 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 667858FC15; Fri, 30 Nov 2012 23:52:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNq9wW079910; Fri, 30 Nov 2012 23:52:09 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNq9Ym079908; Fri, 30 Nov 2012 23:52:09 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302352.qAUNq9Ym079908@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308044 - in head/deskutils/cdcat: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:52:11 -0000 Author: sperber Date: Fri Nov 30 23:52:08 2012 New Revision: 308044 URL: http://svnweb.freebsd.org/changeset/ports/308044 Log: - Update to version 2.1 - Update LICENSE - Remove shlib versions - Convert to optionsng - Trim Makefile header - Add BROKEN for 7.X PR: ports/171976 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Deleted: head/deskutils/cdcat/files/ Modified: head/deskutils/cdcat/Makefile head/deskutils/cdcat/distinfo Modified: head/deskutils/cdcat/Makefile ============================================================================== --- head/deskutils/cdcat/Makefile Fri Nov 30 23:52:02 2012 (r308043) +++ head/deskutils/cdcat/Makefile Fri Nov 30 23:52:08 2012 (r308044) @@ -1,16 +1,12 @@ -# New ports collection makefile for: cdcat -# Date created: 04 May 2006 -# Whom: Aren Tyr -# +# Created by: Aren Tyr # $FreeBSD$ -# PORTNAME= cdcat -PORTVERSION= 2.0 -PORTREVISION= 1 +PORTVERSION= 2.1 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ GOOGLE_CODE:lib7zip +PROJECTHOST= lib7zip DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${L7Z_DISTFILE}:lib7zip EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -18,17 +14,18 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A QT based tool for offline CD/DVD/disk catalogs -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2 MPL +LICENSE_COMB= multi BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/archivers/p7zip:patch \ ${NONEXISTENT}:${PORTSDIR}/multimedia/mediainfo:build -LIB_DEPENDS= tar.0:${PORTSDIR}/devel/libtar \ - exif.12:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= tar:${PORTSDIR}/devel/libtar \ + exif:${PORTSDIR}/graphics/libexif + +OPTIONS_DEFINE= DOCS BUILD_WRKSRC= ${WRKSRC}/src -PROJECTHOST= lib7zip USE_BZIP2= yes USE_QT4= corelib gui xml \ linguist_build moc_build qmake_build uic_build @@ -62,7 +59,7 @@ PLIST_FILES+= share/icons/hicolor/scalab PLIST_DIRS= %%DATADIR%%/translations %%DATADIR%% L7Z_NAME= lib7zip -L7Z_VERSION= 1.4.1 +L7Z_VERSION= 1.6.3 L7Z_DISTFILE= ${L7Z_NAME}-${L7Z_VERSION}.tar.gz L7Z_WRKSRC= ${WRKDIR}/${L7Z_NAME} @@ -71,6 +68,10 @@ L7Z_WRKSRC= ${WRKDIR}/${L7Z_NAME} P7Z_WRKSRC= $$(cd ${PORTSDIR}/archivers/p7zip && ${MAKE} -V WRKSRC) MIF_WRKSRC= $$(cd ${PORTSDIR}/multimedia/mediainfo && ${MAKE} -V WRKSRC) +.if ${OSVERSION} < 800000 +BROKEN= does not build on 7.X +.endif + post-extract: @${GZCAT} ${DISTDIR}/${L7Z_DISTFILE} | (cd ${WRKDIR} && ${TAR} -xf -) @${LN} -sf ${L7Z_NAME}-${L7Z_VERSION} ${L7Z_WRKSRC} @@ -112,10 +113,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}_logo_${size}x${size}.png \ ${PREFIX}/share/icons/hicolor/${size}x${size}/apps/${PORTNAME}_logo.png .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for i in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif Modified: head/deskutils/cdcat/distinfo ============================================================================== --- head/deskutils/cdcat/distinfo Fri Nov 30 23:52:02 2012 (r308043) +++ head/deskutils/cdcat/distinfo Fri Nov 30 23:52:08 2012 (r308044) @@ -1,4 +1,4 @@ -SHA256 (cdcat-2.0.tar.bz2) = d9c6dd6d1ab0b997e35446c0370f03e69a40ac7f49492c3c70ae6224c568970a -SIZE (cdcat-2.0.tar.bz2) = 382091 -SHA256 (lib7zip-1.4.1.tar.gz) = 20efb640c43c5d05e1f8d641eb0d01f8712648fe7989f275ec5b2997641316d9 -SIZE (lib7zip-1.4.1.tar.gz) = 95080 +SHA256 (cdcat-2.1.tar.bz2) = ad332b374307835d5daadfdcc8a06937cf3c57fe3a87cf58dc41b368ba6e8204 +SIZE (cdcat-2.1.tar.bz2) = 383337 +SHA256 (lib7zip-1.6.3.tar.gz) = 03e6aecefbb7ed8c927fb0736c7192a4661ace7884a35f4147df7356b1a23860 +SIZE (lib7zip-1.6.3.tar.gz) = 356121 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23: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 82B21E5A; Fri, 30 Nov 2012 23:52:22 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5E4D88FC19; Fri, 30 Nov 2012 23:52:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNqMto080025; Fri, 30 Nov 2012 23:52:22 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNqMVJ080021; Fri, 30 Nov 2012 23:52:22 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302352.qAUNqMVJ080021@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:52:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308045 - head/devel/ace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:52:22 -0000 Author: sperber Date: Fri Nov 30 23:52:21 2012 New Revision: 308045 URL: http://svnweb.freebsd.org/changeset/ports/308045 Log: - Update to version 6.1.6 - Trim Makefile header PR: ports/171978 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/devel/ace/Makefile head/devel/ace/distinfo head/devel/ace/pkg-plist Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Fri Nov 30 23:52:08 2012 (r308044) +++ head/devel/ace/Makefile Fri Nov 30 23:52:21 2012 (r308045) @@ -1,25 +1,20 @@ -# Ports collection makefile for: ace -# Date created: 5 January 2004 -# Whom: Sergey Matveychuk -# +# Created by: Sergey Matveychuk # $FreeBSD$ -# PORTNAME= ace -PORTVERSION= 6.1.2 +PORTVERSION= 6.1.6 CATEGORIES= devel MASTER_SITES= ftp://download.dre.vanderbilt.edu/previous_versions/ \ http://download.dre.vanderbilt.edu/previous_versions/ -DISTNAME= ACE-${PORTVERSION} +DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The Adaptive Communication Environment for C++ OPTIONS_DEFINE= SSL TRIO X11 FLTK TK QT4 OPTIONS_DEFAULT=SSL -TRIO_DESC= Enable trio support -FLTK_DESC= Enable FLTK support -TK_DESC= Enable Tcl/Tk support +TRIO_DESC= Trio portable string functions +FLTK_DESC= FLTK GUI toolkit CONFLICTS= ace+tao-5* @@ -27,12 +22,12 @@ WRKSRC= ${WRKDIR}/ACE_wrappers USE_BZIP2= yes USE_PERL5_BUILD=yes +USE_PKGCONFIG= build USE_GMAKE= yes MAKE_ENV= LD_LIBRARY_PATH="${WRKSRC}/lib" ACE_ROOT="${WRKSRC}" \ CROSS-COMPILE=1 MAKEFILE= GNUmakefile USE_LDCONFIG= yes -USE_PKGCONFIG= yes MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -101,7 +96,7 @@ post-patch: 's|/$$libdir/pkgconfig|/libdata/pkgconfig|g' ${WRKSRC}/bin/ace_install_pkgconfig.pl @${REINPLACE_CMD} -e \ 's|bin/moc)|bin/moc-qt4)|g ; \ - s|bin/moc,|bin/moc-qt4,|'g ${WRKSRC}/ace/QtReactor/GNUmakefile.ACE_Qt4Reactor_moc + s|bin/moc,|bin/moc-qt4,|g' ${WRKSRC}/ace/QtReactor/GNUmakefile.ACE_Qt4Reactor_moc do-configure: @cd ${WRKSRC}/ace \ Modified: head/devel/ace/distinfo ============================================================================== --- head/devel/ace/distinfo Fri Nov 30 23:52:08 2012 (r308044) +++ head/devel/ace/distinfo Fri Nov 30 23:52:21 2012 (r308045) @@ -1,2 +1,2 @@ -SHA256 (ACE-6.1.2.tar.bz2) = 6e2af99acdbb1b769bed1e5a6d2e21a0165597097739aed77a4382de0f9257e8 -SIZE (ACE-6.1.2.tar.bz2) = 7911861 +SHA256 (ACE-6.1.6.tar.bz2) = 47019709a8992ddb0bb65bc3e29998a3eec3fd64ac63b1383c2b23f5200a5e00 +SIZE (ACE-6.1.6.tar.bz2) = 8021953 Modified: head/devel/ace/pkg-plist ============================================================================== --- head/devel/ace/pkg-plist Fri Nov 30 23:52:08 2012 (r308044) +++ head/devel/ace/pkg-plist Fri Nov 30 23:52:21 2012 (r308045) @@ -73,7 +73,6 @@ include/Kokyu/DSRT_Sched_Queue_T.cpp include/Kokyu/DSRT_Sched_Queue_T.h include/Kokyu/Default_Dispatcher_Impl.h include/Kokyu/Default_Dispatcher_Impl.inl -include/Kokyu/Dispatch_Deferrer.h include/Kokyu/Dispatcher_Impl.h include/Kokyu/Dispatcher_Impl.inl include/Kokyu/Dispatcher_Task.h @@ -146,6 +145,7 @@ include/ace/Atomic_Op_Sparc.h include/ace/Atomic_Op_T.cpp include/ace/Atomic_Op_T.h include/ace/Atomic_Op_T.inl +include/ace/Auto_Event.cpp include/ace/Auto_Event.h include/ace/Auto_Event.inl include/ace/Auto_Functor.cpp @@ -204,6 +204,8 @@ include/ace/Compression/Compressor.h include/ace/Compression/Compressor.inl include/ace/Compression/rle/ACE_RLECompression_export.h include/ace/Compression/rle/RLECompressor.h +include/ace/Condition_Attributes.h +include/ace/Condition_Attributes.inl include/ace/Condition_Recursive_Thread_Mutex.h include/ace/Condition_T.cpp include/ace/Condition_T.h @@ -269,8 +271,11 @@ include/ace/Encoding_Converter_Factory.h include/ace/Env_Value_T.cpp include/ace/Env_Value_T.h include/ace/Env_Value_T.inl +include/ace/Event.cpp include/ace/Event.h include/ace/Event.inl +include/ace/Event_Base.h +include/ace/Event_Base.inl include/ace/Event_Handler.h include/ace/Event_Handler.inl include/ace/Event_Handler_Handle_Timeout_Upcall.h @@ -533,6 +538,7 @@ include/ace/Malloc_T.inl include/ace/Managed_Object.cpp include/ace/Managed_Object.h include/ace/Managed_Object.inl +include/ace/Manual_Event.cpp include/ace/Manual_Event.h include/ace/Manual_Event.inl include/ace/Map_Manager.cpp @@ -596,6 +602,8 @@ include/ace/Monitor_Control_Action.h include/ace/Monitor_Control_Types.h include/ace/Monitor_Point_Registry.h include/ace/Monitor_Size.h +include/ace/Monotonic_Time_Policy.h +include/ace/Monotonic_Time_Policy.inl include/ace/Msg_WFMO_Reactor.h include/ace/Msg_WFMO_Reactor.inl include/ace/Multihomed_INET_Addr.h @@ -980,6 +988,9 @@ include/ace/Time_Policy_T.h include/ace/Time_Policy_T.inl include/ace/Time_Value.h include/ace/Time_Value.inl +include/ace/Time_Value_T.cpp +include/ace/Time_Value_T.h +include/ace/Time_Value_T.inl include/ace/Timeprobe.h include/ace/Timeprobe.inl include/ace/Timeprobe_T.cpp @@ -1089,6 +1100,7 @@ include/ace/config-macosx-iOS-hardware.h include/ace/config-macosx-iOS-simulator.h include/ace/config-macosx-leopard.h include/ace/config-macosx-lion.h +include/ace/config-macosx-mountain-lion.h include/ace/config-macosx-panther.h include/ace/config-macosx-snowleopard.h include/ace/config-macosx-tiger.h @@ -1353,6 +1365,7 @@ libdata/pkgconfig/Kokyu.pc %%DATADIR%%/bin/MakeProjectCreator/config/ace_tkreactor.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_unicode.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_x11.mpb +%%DATADIR%%/bin/MakeProjectCreator/config/ace_xml_utils.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_xt.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_xtreactor.mpb %%DATADIR%%/bin/MakeProjectCreator/config/ace_zlib.mpb @@ -1439,6 +1452,7 @@ libdata/pkgconfig/Kokyu.pc %%DATADIR%%/docs/ACE-development-process.html %%DATADIR%%/docs/ACE-guidelines.html %%DATADIR%%/docs/ACE-lessons.html +%%DATADIR%%/docs/ACE-monotonic-timer.html %%DATADIR%%/docs/ACE-porting.html %%DATADIR%%/docs/ACE-subsets.html %%DATADIR%%/docs/CE-status.txt @@ -1486,6 +1500,7 @@ libdata/pkgconfig/Kokyu.pc %%DATADIR%%/include/makeinclude/platform_macosx_icc.GNU %%DATADIR%%/include/makeinclude/platform_macosx_leopard.GNU %%DATADIR%%/include/makeinclude/platform_macosx_lion.GNU +%%DATADIR%%/include/makeinclude/platform_macosx_mountain_lion.GNU %%DATADIR%%/include/makeinclude/platform_macosx_panther.GNU %%DATADIR%%/include/makeinclude/platform_macosx_snowleopard.GNU %%DATADIR%%/include/makeinclude/platform_macosx_tiger.GNU From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:52: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 EE5E0F30; Fri, 30 Nov 2012 23:52:30 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0BF278FC18; Fri, 30 Nov 2012 23:52:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNqTHF080141; Fri, 30 Nov 2012 23:52:29 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNqTYo080138; Fri, 30 Nov 2012 23:52:29 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302352.qAUNqTYo080138@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308046 - in head/devel/bcpp: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:52:31 -0000 Author: sperber Date: Fri Nov 30 23:52:29 2012 New Revision: 308046 URL: http://svnweb.freebsd.org/changeset/ports/308046 Log: - Update to version 20120318 - Convert to optionsng PR: ports/171979 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Deleted: head/devel/bcpp/files/patch-code__bcpp.cpp head/devel/bcpp/pkg-message Modified: head/devel/bcpp/Makefile head/devel/bcpp/distinfo head/devel/bcpp/pkg-plist Modified: head/devel/bcpp/Makefile ============================================================================== --- head/devel/bcpp/Makefile Fri Nov 30 23:52:21 2012 (r308045) +++ head/devel/bcpp/Makefile Fri Nov 30 23:52:29 2012 (r308046) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bcpp -PORTVERSION= 20050725 +PORTVERSION= 20120318 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/bcpp/ EXTRACT_SUFX= .tgz @@ -10,27 +10,30 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A utility similar to indent for C++ code -WRKSRC= ${WRKDIR}/${DISTNAME} -MAKEFILE= makefile +OPTIONS_DEFINE= DOCS + GNU_CONFIGURE= yes +MAKEFILE= makefile + +CFLAGS+= -DBCPP_CONFIG_DIR=\\\"${PREFIX}/etc/${PORTNAME}\\\" + +.include post-patch: - @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ - ${WRKSRC}/code/bcpp.cpp + @${REINPLACE_CMD} -e \ + 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/code/bcpp.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/code/${PORTNAME} ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/code/${PORTNAME}.cfg \ ${PREFIX}/etc/${PORTNAME}.cfg.sample - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} +.if !exists(${PREFIX}/etc/${PORTNAME}.cfg) + cd ${PREFIX}/etc && ${CP} -p ${PORTNAME}.cfg.sample ${PORTNAME}.cfg +.endif +.if ${PORT_OPTIONS:MDOCS} + @@${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/txtdocs/hirachy.txt ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/txtdocs/manual.txt ${DOCSDIR} .endif - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} .include Modified: head/devel/bcpp/distinfo ============================================================================== --- head/devel/bcpp/distinfo Fri Nov 30 23:52:21 2012 (r308045) +++ head/devel/bcpp/distinfo Fri Nov 30 23:52:29 2012 (r308046) @@ -1,2 +1,2 @@ -SHA256 (bcpp-20050725.tgz) = 1a4b5e8e741d6be400eb68b7c4a3eebc6dabe29948a72a7a0bccb1db075eaa2a -SIZE (bcpp-20050725.tgz) = 132649 +SHA256 (bcpp-20120318.tgz) = 75a7035da6387ff94111e643ff9efd26f742b52732f0bb8e434c216b8a642507 +SIZE (bcpp-20120318.tgz) = 147987 Modified: head/devel/bcpp/pkg-plist ============================================================================== --- head/devel/bcpp/pkg-plist Fri Nov 30 23:52:21 2012 (r308045) +++ head/devel/bcpp/pkg-plist Fri Nov 30 23:52:29 2012 (r308046) @@ -1,5 +1,7 @@ bin/bcpp +@unexec if cmp -s %D/etc/bcpp.cfg %D/etc/bcpp.cfg.sample; then rm -f %D/etc/bcpp.cfg; fi etc/bcpp.cfg.sample +@exec if [ ! -f %D/etc/bcpp.cfg ] ; then cp -p %D/etc/bcpp.cfg.sample %D/etc/bcpp.cfg; fi %%PORTDOCS%%%%DOCSDIR%%/hirachy.txt %%PORTDOCS%%%%DOCSDIR%%/manual.txt %%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:52: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 DEF2BFF4; Fri, 30 Nov 2012 23:52:43 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B93988FC1D; Fri, 30 Nov 2012 23:52:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNqh0i080285; Fri, 30 Nov 2012 23:52:43 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNqhwI080281; Fri, 30 Nov 2012 23:52:43 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302352.qAUNqhwI080281@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:52:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308047 - in head/devel/jrtplib: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:52:44 -0000 Author: sperber Date: Fri Nov 30 23:52:43 2012 New Revision: 308047 URL: http://svnweb.freebsd.org/changeset/ports/308047 Log: - Update to version 3.9.1 - Add LICENSE - Add MAKE_JOBS_SAFE PR: ports/171984 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Deleted: head/devel/jrtplib/files/patch-src-rtperrors.cpp Modified: head/devel/jrtplib/Makefile head/devel/jrtplib/distinfo head/devel/jrtplib/files/patch-src-rtperrors.h head/devel/jrtplib/pkg-plist Modified: head/devel/jrtplib/Makefile ============================================================================== --- head/devel/jrtplib/Makefile Fri Nov 30 23:52:29 2012 (r308046) +++ head/devel/jrtplib/Makefile Fri Nov 30 23:52:43 2012 (r308047) @@ -2,23 +2,25 @@ # $FreeBSD$ PORTNAME= jrtplib -PORTVERSION= 3.7.1 +PORTVERSION= 3.9.1 CATEGORIES= devel MASTER_SITES= http://research.edm.uhasselt.be/jori/jrtplib/ MAINTAINER= ports@FreeBSD.org COMMENT= Object-oriented RTP library written in C++ -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -USE_GMAKE= yes +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.MIT + +USE_BZIP2= yes +USE_CMAKE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-jthread +MAKE_JOBS_SAFE= yes -PLIST_SUB+= JRTPLIB_VER=${PORTVERSION} +PLIST_SUB= JRTPLIB_VER="${PORTVERSION}" post-patch: - @${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \ - ${WRKSRC}/pkgconfig/Makefile.in + @${REINPLACE_CMD} -e \ + '/pkgconfig/s|$${LIBRARY_INSTALL_DIR}|$${CMAKE_INSTALL_PREFIX}/libdata|' ${WRKSRC}/CMakeLists.txt .include Modified: head/devel/jrtplib/distinfo ============================================================================== --- head/devel/jrtplib/distinfo Fri Nov 30 23:52:29 2012 (r308046) +++ head/devel/jrtplib/distinfo Fri Nov 30 23:52:43 2012 (r308047) @@ -1,2 +1,2 @@ -SHA256 (jrtplib-3.7.1.tar.gz) = 9c098c4778aee40df55fd00831a29d247336c2a7a3ac0692e79e5693b6d87cd6 -SIZE (jrtplib-3.7.1.tar.gz) = 474916 +SHA256 (jrtplib-3.9.1.tar.bz2) = a99a0d5764e8ca9f84bf167e6de91c3092ce3633497bacc3e2d13b69aa4403df +SIZE (jrtplib-3.9.1.tar.bz2) = 117735 Modified: head/devel/jrtplib/files/patch-src-rtperrors.h ============================================================================== --- head/devel/jrtplib/files/patch-src-rtperrors.h Fri Nov 30 23:52:29 2012 (r308046) +++ head/devel/jrtplib/files/patch-src-rtperrors.h Fri Nov 30 23:52:43 2012 (r308047) @@ -1,10 +1,10 @@ ---- src/rtperrors.h Tue Feb 21 17:31:13 2006 -+++ src/rtperrors.h Sun Apr 16 20:46:09 2006 -@@ -34,6 +34,7 @@ - +--- src/rtperrors.h.orig 2011-08-29 22:43:27.000000000 +0900 ++++ src/rtperrors.h 2012-09-24 22:25:22.000000000 +0900 +@@ -39,6 +39,7 @@ #define RTPERRORS_H + #include "rtpconfig.h" +#include #include - std::string RTPGetErrorString(int errcode); + namespace jrtplib Modified: head/devel/jrtplib/pkg-plist ============================================================================== --- head/devel/jrtplib/pkg-plist Fri Nov 30 23:52:29 2012 (r308046) +++ head/devel/jrtplib/pkg-plist Fri Nov 30 23:52:43 2012 (r308047) @@ -11,13 +11,13 @@ include/jrtplib3/rtcpsdespacket.h include/jrtplib3/rtcpsrpacket.h include/jrtplib3/rtcpunknownpacket.h include/jrtplib3/rtpaddress.h +include/jrtplib3/rtpbyteaddress.h include/jrtplib3/rtpcollisionlist.h include/jrtplib3/rtpconfig.h -include/jrtplib3/rtpconfig_unix.h -include/jrtplib3/rtpconfig_win.h include/jrtplib3/rtpdebug.h include/jrtplib3/rtpdefines.h include/jrtplib3/rtperrors.h +include/jrtplib3/rtpexternaltransmitter.h include/jrtplib3/rtpfaketransmitter.h include/jrtplib3/rtphashtable.h include/jrtplib3/rtpinternalsourcedata.h @@ -33,6 +33,9 @@ include/jrtplib3/rtppacket.h include/jrtplib3/rtppacketbuilder.h include/jrtplib3/rtppollthread.h include/jrtplib3/rtprandom.h +include/jrtplib3/rtprandomrand48.h +include/jrtplib3/rtprandomrands.h +include/jrtplib3/rtprandomurandom.h include/jrtplib3/rtprawpacket.h include/jrtplib3/rtpsession.h include/jrtplib3/rtpsessionparams.h @@ -43,13 +46,14 @@ include/jrtplib3/rtpstructs.h include/jrtplib3/rtptimeutilities.h include/jrtplib3/rtptransmitter.h include/jrtplib3/rtptypes.h -include/jrtplib3/rtptypes_unix.h include/jrtplib3/rtptypes_win.h include/jrtplib3/rtpudpv4transmitter.h include/jrtplib3/rtpudpv6transmitter.h -lib/libjrtp-%%JRTPLIB_VER%%.so +lib/cmake/JRTPLIB/JRTPLIBConfig.cmake lib/libjrtp.a -lib/libjrtp.la lib/libjrtp.so +lib/libjrtp.so.%%JRTPLIB_VER%% libdata/pkgconfig/jrtplib.pc +@dirrm lib/cmake/JRTPLIB +@dirrmtry lib/cmake @dirrm include/jrtplib3 From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23:52: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 19B1423F; Fri, 30 Nov 2012 23:52:50 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5C6EA8FC12; Fri, 30 Nov 2012 23:52:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNqogL080423; Fri, 30 Nov 2012 23:52:50 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNqohc080420; Fri, 30 Nov 2012 23:52:50 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302352.qAUNqohc080420@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:52:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308048 - in head/devel/jwasm: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:52:55 -0000 Author: sperber Date: Fri Nov 30 23:52:49 2012 New Revision: 308048 URL: http://svnweb.freebsd.org/changeset/ports/308048 Log: - Update to version 208 - Update pkg-descr - Trim Makefile header PR: ports/171986 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Deleted: head/devel/jwasm/files/ head/devel/jwasm/pkg-plist Modified: head/devel/jwasm/Makefile head/devel/jwasm/distinfo head/devel/jwasm/pkg-descr Modified: head/devel/jwasm/Makefile ============================================================================== --- head/devel/jwasm/Makefile Fri Nov 30 23:52:43 2012 (r308047) +++ head/devel/jwasm/Makefile Fri Nov 30 23:52:49 2012 (r308048) @@ -1,12 +1,8 @@ -# New ports collection makefile for: jwasm -# Date created: 7 April 2009 -# Whom: Pedro F. Giffuni -# +# Created by: Pedro F. Giffuni # $FreeBSD$ -# PORTNAME= jwasm -PORTVERSION= 207a +PORTVERSION= 208 CATEGORIES= devel MASTER_SITES= http://www.japheth.de/Download/JWasm/ DISTNAME= JWasm${PORTVERSION}s @@ -14,22 +10,40 @@ DISTNAME= JWasm${PORTVERSION}s MAINTAINER= ports@FreeBSD.org COMMENT= Fork of OpenWatcom's x86 assembler with AMD64 support +OPTIONS_DEFINE= DOCS + ONLY_FOR_ARCHS= amd64 i386 +NO_WRKSUBDIR= yes + USE_ZIP= yes +USE_DOS2UNIX= yes USE_GMAKE= yes MAKEFILE= GccUnix.mak -NO_WRKSUBDIR= yes -EXTRACT_BEFORE_ARGS= -qa +MAKE_JOBS_SAFE= yes + +PORTDOCS= * +PLIST_FILES= bin/jwasm + +.include + +post-patch: + @${REINPLACE_CMD} -e \ + '/^extra_c_flags/s|-O2|$$(CFLAGS)| ; \ + /^CC/s| =| ?=| ; \ + s|-s -o|-o|' ${WRKSRC}/GccUnix.mak + @${REINPLACE_CMD} -e \ + '/v2.07/s|||' ${WRKSRC}/H/memalloc.h do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/GccUnixR/jwasm ${PREFIX}/bin/ -.if !defined(NOPORTDOCS) + ${INSTALL_PROGRAM} ${WRKSRC}/GccUnixR/jwasm ${PREFIX}/bin +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} + @${GZIP_CMD} ${DOCSDIR}/*.txt @${MKDIR} ${DOCSDIR}/manual - @${INSTALL_DATA} ${WRKSRC}/Doc/*.txt ${DOCSDIR}/manual - @${GZIP_CMD} ${DOCSDIR}/*.txt ${DOCSDIR}/manual/*.txt + ${INSTALL_DATA} ${WRKSRC}/Doc/*.txt ${DOCSDIR}/manual + @${GZIP_CMD} ${DOCSDIR}/manual/*.txt .endif .include Modified: head/devel/jwasm/distinfo ============================================================================== --- head/devel/jwasm/distinfo Fri Nov 30 23:52:43 2012 (r308047) +++ head/devel/jwasm/distinfo Fri Nov 30 23:52:49 2012 (r308048) @@ -1,2 +1,2 @@ -SHA256 (JWasm207as.zip) = 78c6f76ab729d9ecccf0a7fcf335457d6f76b613172a85c8d44b56ef79d328cc -SIZE (JWasm207as.zip) = 804843 +SHA256 (JWasm208s.zip) = 7d0159c80b16c4c7c4b6391cb913b525039614ae9b82f3cd6756177d79b4fe58 +SIZE (JWasm208s.zip) = 822030 Modified: head/devel/jwasm/pkg-descr ============================================================================== --- head/devel/jwasm/pkg-descr Fri Nov 30 23:52:43 2012 (r308047) +++ head/devel/jwasm/pkg-descr Fri Nov 30 23:52:49 2012 (r308048) @@ -6,14 +6,14 @@ is open. JWasm Features: - JWasm natively supports output formats Intel OMF, MS Coff (32- and -64-bit), Elf (32-and 64-bit), Bin and DOS MZ. + 64-bit), Elf (32- and 64-bit), Bin and DOS MZ. - precompiled JWasm binaries are available for DOS, Windows and Linux. For -OS/2 and FreeBSD, makefiles are supplied. -- Instructions up to AVX are supported. + OS/2 and FreeBSD, makefiles are supplied. +- Instructions up to SSSE3 are supported. - The JWasm source is portable and has successfully been tested with Open -Watcom, MS VC, GCC and more. + Watcom, MS VC, GCC and more. - As far as programming for Windows is concerned, JWasm can be used with -both Win32Inc and Masm32. + both Win32Inc and Masm32. - C header files can be converted to include files for JWasm with h2incX. WWW: http://www.japheth.de/JWasm.html From owner-svn-ports-all@FreeBSD.ORG Fri Nov 30 23: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 66EB6260; Fri, 30 Nov 2012 23:52:57 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4D3E78FC13; Fri, 30 Nov 2012 23:52:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAUNqvam080526; Fri, 30 Nov 2012 23:52:57 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAUNqvTF080521; Fri, 30 Nov 2012 23:52:57 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201211302352.qAUNqvTF080521@svn.freebsd.org> From: Armin Pirkovitsch Date: Fri, 30 Nov 2012 23:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308049 - head/devel/libepp-nicbr X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 30 Nov 2012 23:52:57 -0000 Author: sperber Date: Fri Nov 30 23:52:56 2012 New Revision: 308049 URL: http://svnweb.freebsd.org/changeset/ports/308049 Log: - Update to version 1.12 - Add LICENSE - Update pkg-descr - Convert to optionsng - Trim Makefile header PR: ports/171987 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/devel/libepp-nicbr/Makefile head/devel/libepp-nicbr/distinfo head/devel/libepp-nicbr/pkg-descr head/devel/libepp-nicbr/pkg-plist Modified: head/devel/libepp-nicbr/Makefile ============================================================================== --- head/devel/libepp-nicbr/Makefile Fri Nov 30 23:52:49 2012 (r308048) +++ head/devel/libepp-nicbr/Makefile Fri Nov 30 23:52:56 2012 (r308049) @@ -1,27 +1,42 @@ -# New ports collection makefile for: libepp-nicbr -# Date created: 2006-07-04 -# Whom: Jean Milanez Melo -# +# Created by: Jean Milanez Melo # $FreeBSD$ -# PORTNAME= libepp-nicbr -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= devel MASTER_SITES= ftp://ftp.registro.br/pub/libepp-nicbr/ MAINTAINER= ports@FreeBSD.org COMMENT= Partial Extensible Provisioning Protocol to .br domains -LIB_DEPENDS= xerces-c:${PORTSDIR}/textproc/xerces-c2 +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= xerces-c:${PORTSDIR}/textproc/xerces-c3 + +OPTIONS_DEFINE= READLINE +OPTIONS_DEFAULT=READLINE +READLINE_DESC= Enable readline support USE_OPENSSL= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_header_cppunit_TestRunner_h=no CONFIGURE_ARGS= --with-xerces-c=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} +MAKE_JOBS_SAFE= yes -DATADIR= share/${PORTNAME:S/-/_/} +DATADIR= ${PREFIX}/share/${PORTNAME:S/-/_/} PLIST_SUB= VER="${PORTVERSION}" +.include + +.if ${PORT_OPTIONS:MREADLINE} +USE_READLINE= yes +PLIST_SUB+= READLINE="" +.else +CONFIGURE_ENV+= ac_cv_lib_readline_readline=no +PLIST_SUB+= READLINE="@comment " +.endif + .include Modified: head/devel/libepp-nicbr/distinfo ============================================================================== --- head/devel/libepp-nicbr/distinfo Fri Nov 30 23:52:49 2012 (r308048) +++ head/devel/libepp-nicbr/distinfo Fri Nov 30 23:52:56 2012 (r308049) @@ -1,2 +1,2 @@ -SHA256 (libepp-nicbr-1.11.tar.gz) = 886f971ca341957af49591b9e12819089444b5b04dd695bc5761f0e2aa871771 -SIZE (libepp-nicbr-1.11.tar.gz) = 315121 +SHA256 (libepp-nicbr-1.12.tar.gz) = 3a4569425db2075ea928f75ba50ce7d77421d02ad5e4e7c95405daef711d589c +SIZE (libepp-nicbr-1.12.tar.gz) = 314578 Modified: head/devel/libepp-nicbr/pkg-descr ============================================================================== --- head/devel/libepp-nicbr/pkg-descr Fri Nov 30 23:52:49 2012 (r308048) +++ head/devel/libepp-nicbr/pkg-descr Fri Nov 30 23:52:56 2012 (r308049) @@ -1,14 +1,14 @@ -This is the LIBEPP-NICBR C++ library that partially implements the Extensible -Provisioning Protocol (EPP), as described in the Internet Drafts RFC3730bis to -RFC3734bis and RFC3735. +This is the LIBEPP-NICBR C++ library that partially implements the +Extensible Provisioning Protocol (EPP), as described in the Internet +Drafts RFC3730bis to RFC3734bis and RFC3735. -RFC3731bis - EPP Domain Name Mapping - was implemented with hosts as attributes -of the Domain Object. +RFC3731bis - EPP Domain Name Mapping - was implemented with hosts as +attributes of the Domain Object. -In order to conform to the .BR model, extensions to the EPP Domain Name and -Contact Mapping were made (draft-neves-epp-brdomain and draft-neves-epp-brorg), -supported since version 0.2. The documentation for these extensions is -available at EPP References [1]. +In order to conform to the .BR model, extensions to the EPP Domain Name +and Contact Mapping were made (draft-neves-epp-brdomain and +draft-neves-epp-brorg), supported since version 0.2. The documentation +for these extensions is available at EPP References [1]. [1] http://registro.br/epp/rfc-EN.html Modified: head/devel/libepp-nicbr/pkg-plist ============================================================================== --- head/devel/libepp-nicbr/pkg-plist Fri Nov 30 23:52:49 2012 (r308048) +++ head/devel/libepp-nicbr/pkg-plist Fri Nov 30 23:52:56 2012 (r308049) @@ -1,4 +1,4 @@ -bin/shepp +%%READLINE%%bin/shepp include/libepp_nicbr/Action.H include/libepp_nicbr/AsnCheck.H include/libepp_nicbr/AsnCheckCmd.H @@ -135,6 +135,7 @@ include/libepp_nicbr/TransportTLS.H include/libepp_nicbr/TransportTLSCommon.H include/libepp_nicbr/XmlException.H include/libepp_nicbr/libepp_nicbr.H +include/libepp_nicbr/libepp_nicbr.H.template lib/libepp-nicbr-%%VER%%.a %%DATADIR%%/schemas/asn-1.0.xsd %%DATADIR%%/schemas/brdomain-1.0.xsd From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 00:00: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 75AD36B7; Sat, 1 Dec 2012 00:00:13 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 500868FC12; Sat, 1 Dec 2012 00:00:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB100Dns081863; Sat, 1 Dec 2012 00:00:13 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB100D7c081859; Sat, 1 Dec 2012 00:00:13 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201212010000.qB100D7c081859@svn.freebsd.org> From: Armin Pirkovitsch Date: Sat, 1 Dec 2012 00:00:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308050 - in head/science/felt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 00:00:13 -0000 Author: sperber Date: Sat Dec 1 00:00:12 2012 New Revision: 308050 URL: http://svnweb.freebsd.org/changeset/ports/308050 Log: - Update to version 3.07 - Add LICENSE - Add MAKE_JOBS_SAFE - Convert to optionsng PR: ports/170165 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Added: head/science/felt/files/patch-src__Velvet__Velvet.ad (contents, props changed) Deleted: head/science/felt/files/patch-aa head/science/felt/files/patch-ab head/science/felt/files/patch-src+Patchwork+oogl+h head/science/felt/files/patch-src+Velvet+opengl+c head/science/felt/files/patch-src-Velvet-Makefile head/science/felt/files/patch-src-Velvet-analysis.c head/science/felt/files/patch-src__Burlap__descriptor.c head/science/felt/files/patch-src__Burlap__fefunc.c head/science/felt/files/patch-src__Burlap__felt.c Modified: head/science/felt/Makefile (contents, props changed) head/science/felt/distinfo (contents, props changed) head/science/felt/pkg-plist (contents, props changed) Modified: head/science/felt/Makefile ============================================================================== --- head/science/felt/Makefile Fri Nov 30 23:52:56 2012 (r308049) +++ head/science/felt/Makefile Sat Dec 1 00:00:12 2012 (r308050) @@ -6,24 +6,29 @@ # PORTNAME= felt -PORTVERSION= 3.06 -PORTREVISION= 3 +PORTVERSION= 3.07 +DISTVERSIONSUFFIX= .src CATEGORIES= science -MASTER_SITES= SF/${PORTNAME}/FElt/${PORTVERSION}devel -EXTRACT_SUFX= -devel.src.tar.gz +MASTER_SITES= SF/${PORTNAME}/FElt/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A system for Finite Element Analysis -LIB_DEPENDS= GLw.1:${PORTSDIR}/graphics/libGLw +LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/FElt-${PORTVERSION} +OPTIONS_DEFINE= DOCS EXAMPLES +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_BZIP2= yes USE_MOTIF= yes -USE_GL= glu -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --x-defaults=${LOCALBASE}/lib/X11/app-defaults -CFLAGS+= -D__GLX_MOTIF +USE_GL= glu glw +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix="${PREFIX}" \ + --x-defaults="${LOCALBASE}/lib/X11/app-defaults" \ + --x-includes="${LOCALBASE}/include" \ + --x-libraries="${LOCALBASE}/lib" +MAKE_JOBS_SAFE= yes MAN1= burlap.1 corduroy.1 felt.1 patchwork.1 velvet.1 yardstick.1 MAN3= Drawing.3 @@ -32,19 +37,24 @@ MAN4= corduroy.4 felt.4 DOCSDIR= ${PREFIX}/share/doc/FElt EXAMPLESDIR= ${PREFIX}/share/examples/FElt -post-extract: - @cd ${WRKSRC}/include && ${RM} -rf X11 - post-patch: @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|["<]malloc\.h[">]||g' + @${REINPLACE_CMD} -e \ + '/which CC/s|^|#| ; \ + /CCOPTS=-O3/s|^.*|CCOPTS=$${CFLAGS}| ; \ + s|lib/felt|share/felt|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|-lpthread|$$(MOTIFLIB)|' ${WRKSRC}/src/Velvet/Makefile + +.include post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCSDIR} .endif -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/README ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.ans ${EXAMPLESDIR} Modified: head/science/felt/distinfo ============================================================================== --- head/science/felt/distinfo Fri Nov 30 23:52:56 2012 (r308049) +++ head/science/felt/distinfo Sat Dec 1 00:00:12 2012 (r308050) @@ -1,2 +1,2 @@ -SHA256 (felt-3.06-devel.src.tar.gz) = 1444b74034a0d68d50a035983b4781f3d567c253533f0776ee19b48ea93de37d -SIZE (felt-3.06-devel.src.tar.gz) = 1005386 +SHA256 (felt-3.07.src.tar.bz2) = 8acbfefd4d8245338fa2bd575e6a6592d24812b1fd2ce3e051f119669cf37a78 +SIZE (felt-3.07.src.tar.bz2) = 795173 Added: head/science/felt/files/patch-src__Velvet__Velvet.ad ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/felt/files/patch-src__Velvet__Velvet.ad Sat Dec 1 00:00:12 2012 (r308050) @@ -0,0 +1,14 @@ +--- src/Velvet/Velvet.ad.orig 2009-04-20 01:27:34.000000000 +0900 ++++ src/Velvet/Velvet.ad 2012-07-11 23:01:19.000000000 +0900 +@@ -1046,7 +1046,7 @@ + + ! 3d specific defaults + +-!*shapeStyle: Rectangle +-!*control*spacer.height: 43 +-!*control*MenuButton*height: 26 +-!*control*Command*height: 26 ++*shapeStyle: Rectangle ++*control*spacer.height: 43 ++*control*MenuButton*height: 26 ++*control*Command*height: 26 Modified: head/science/felt/pkg-plist ============================================================================== --- head/science/felt/pkg-plist Fri Nov 30 23:52:56 2012 (r308049) +++ head/science/felt/pkg-plist Sat Dec 1 00:00:12 2012 (r308050) @@ -7,102 +7,102 @@ bin/velvet bin/yardstick lib/X11/app-defaults/Velvet.ad %%PORTDOCS%%%%DOCSDIR%%/FAQ.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/frame3.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axisymm.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_2d.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_a.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_b.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brick_ring.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brick_cap.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_dist.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_dist_a.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_lc.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_nl.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_range.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_ss.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamspec.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bicycle_boys.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bicycle_girls.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/boxtruss.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brick.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/brick_beam.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brick_cap.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brick_ring.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/bridge.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bridge_dyn.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bridge_spec.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ctg.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ctg_simple.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cube.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress_a.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss3d.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_d.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/displ.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dist_mult.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_a.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_b.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_c.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_d.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_e.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynframe.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynspect.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errors.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flexure.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/frame.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/frame3.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/german.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global3d.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global3d_a.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global3d_b.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global_a.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/golden.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/heat.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/heat_transient.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hinged.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htk.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/htk_modal.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mixed_dist.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mixed.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress_dist.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_a.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_2d.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso_a.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_c.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso_b.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso_c.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iso_tri.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_trig.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wrench.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/isoq_dist.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/isoq_tri.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_d.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_dist.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress_new.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loadcase1.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mixed.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/mixed_dist.ans -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/displ.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_dist_a.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/german.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errors.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/distrib_e.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timoshenko.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timoshenko_a.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timoshenko_c.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global_a.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hinged.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tower.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global3d_a.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global3d.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/global3d_b.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bicycle_boys.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bicycle_girls.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamic.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynframe.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/golden.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bridge_dyn.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htk.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_canvas.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/brick.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_ss.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dist_mult.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mixed_dist.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/modal.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/modal_8.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/modal_sample.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ctg.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ctg_simple.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/heat.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/modal_test.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nl_range.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress_a.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress_dist.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pstress_new.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rod.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beamspec.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/heat_transient.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rod_transient.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynspect.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spring_modal.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/spring2.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_spec.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/boxtruss.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bridge_spec.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/loadcase1.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/axisymm.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_lc.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_nl.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam_range.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flexure.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/modal_test.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nl_range.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spring_modal.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timoshenko.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timoshenko_a.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timoshenko_c.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tower.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss3d.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_a.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_canvas.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_d.flt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_nl.flt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/beam3d_a.flt -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_spec.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/truss_trig.flt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wrench.flt %%DATADIR%%/beam.defaults -%%DATADIR%%/material.defaults -%%DATADIR%%/truss.defaults %%DATADIR%%/german.trn %%DATADIR%%/german_new.trn +%%DATADIR%%/material.defaults %%DATADIR%%/spanish.trn +%%DATADIR%%/truss.defaults @dirrm %%DATADIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 00:00: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 991DA775; Sat, 1 Dec 2012 00:00:20 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7E68F8FC08; Sat, 1 Dec 2012 00:00:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB100KQF081966; Sat, 1 Dec 2012 00:00:20 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB100Kgs081960; Sat, 1 Dec 2012 00:00:20 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201212010000.qB100Kgs081960@svn.freebsd.org> From: Armin Pirkovitsch Date: Sat, 1 Dec 2012 00:00:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308051 - head/security/zenmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 00:00:20 -0000 Author: sperber Date: Sat Dec 1 00:00:20 2012 New Revision: 308051 URL: http://svnweb.freebsd.org/changeset/ports/308051 Log: - Update to version 6.01 - Add MASTER_SITES - Add LICENSE PR: ports/170169 Submitted by: KATO Tsuguru Chris Petrik (maintainer) Approved by: beat (mentor) Feature safe: yes Modified: head/security/zenmap/Makefile (contents, props changed) head/security/zenmap/distinfo (contents, props changed) head/security/zenmap/pkg-plist (contents, props changed) Modified: head/security/zenmap/Makefile ============================================================================== --- head/security/zenmap/Makefile Sat Dec 1 00:00:12 2012 (r308050) +++ head/security/zenmap/Makefile Sat Dec 1 00:00:20 2012 (r308051) @@ -6,67 +6,41 @@ # PORTNAME= zenmap -PORTVERSION= 5.21 -PORTREVISION= 5 +PORTVERSION= 6.01 CATEGORIES= security ipv6 -MASTER_SITES= http://nmap.org/dist/ \ - http://nmap.ucsd.edu/dist/ \ - http://www.mirrors.wiretapped.net/security/network-mapping/nmap/ \ - http://www.mirrorservice.org/sites/ftp.wiretapped.net/pub/security/network-mapping/nmap/ \ - http://mirror.sg.depaul.edu/pub/security/nmap/ +MASTER_SITES= http://nmap.org/dist/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= nmap-${PORTVERSION} MAINTAINER= c.petrik.sosa@gmail.com COMMENT= GUI frontend for the nmap scanning utility +LICENSE= GPLv2 + RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap \ - ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_PACKAGENAMEPREFIX}sqlite3>:${PORTSDIR}/databases/py-sqlite3 + +WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} -PYDISTUTILS_PKGVERSION= ${DISTVERSION} USE_BZIP2= yes -USE_PYTHON= 2.5+ -USE_GETTEXT= yes USE_GNOME= pygtk2 -INSTALLS_EGGINFO= yes - -MAN1= zenmap.1 ndiff.1 -MLINKS= zenmap.1 xnmap.1 - -.include - -.if ${ARCH} != "i386" || ${PYTHON_REL} > 260 -WITHOUT_PSYCO= yes -.endif - -.ifndef(WITHOUT_PSYCO) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco -.endif +USE_GETTEXT= yes +USE_PYTHON= 2.5+ +USE_PYDISTUTILS= yes -pre-everything:: -.ifndef(WITHOUT_PSYCO) - @${ECHO_MSG} '===> Define WITHOUT_PSYCO to disable devel/py-psyco optimization' -.endif +MLINKS= zenmap.1 xnmap.1 +MAN1= zenmap.1 xnmap.1 ndiff.1 post-patch: - @${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' ${WRKSRC}/ndiff/setup.py - -do-build: - cd ${WRKSRC}/${PORTNAME} && \ - ${PYTHON_CMD} setup.py build - cd ${WRKSRC}/ndiff && \ - ${PYTHON_CMD} setup.py build - -do-install: - cd ${WRKSRC}/${PORTNAME} && \ - ${PYTHON_CMD} setup.py install --prefix ${PREFIX} - @${RM} ${PREFIX}/bin/uninstall_zenmap - ${INSTALL_MAN} ${WRKSRC}/docs/zenmap.1 ${MAN1PREFIX}/man/man1 -.for P in radialnet zenmapCore zenmapGUI - ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PYTHON_SITELIBDIR}/${P} - ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PYTHON_SITELIBDIR}/${P} -.endfor - cd ${WRKSRC}/ndiff && \ - ${PYTHON_CMD} setup.py install --prefix ${PREFIX} - -.include + @${REINPLACE_CMD} -e \ + '/self.create_uninstaller/s|^|#|' ${WRKSRC}/setup.py + @${REINPLACE_CMD} -e \ + 's|share/man/man1|man/man1|' ${WRKSRC}/../ndiff/setup.py +post-build: + @(cd ${WRKSRC}/../ndiff \ + && ${PYTHON_CMD} setup.py build) +post-install: + ${INSTALL_MAN} ${WRKSRC}/../docs/zenmap.1 ${MAN1PREFIX}/man/man1 + @(cd ${WRKSRC}/../ndiff \ + && ${PYTHON_CMD} setup.py install --prefix ${PREFIX}) +.include Modified: head/security/zenmap/distinfo ============================================================================== --- head/security/zenmap/distinfo Sat Dec 1 00:00:12 2012 (r308050) +++ head/security/zenmap/distinfo Sat Dec 1 00:00:20 2012 (r308051) @@ -1,2 +1,2 @@ -SHA256 (nmap-5.21.tar.bz2) = 9fcb24f86157541c2f17cc8a0cc1e5d15d909b51720d163fcad5faaa6201b0ba -SIZE (nmap-5.21.tar.bz2) = 10015121 +SHA256 (nmap-6.01.tar.bz2) = 77f6635b677d28b546cbef97e4ead6c2d4a5aebcaa108fe3a3c135db6448617a +SIZE (nmap-6.01.tar.bz2) = 21640157 Modified: head/security/zenmap/pkg-plist ============================================================================== --- head/security/zenmap/pkg-plist Sat Dec 1 00:00:12 2012 (r308050) +++ head/security/zenmap/pkg-plist Sat Dec 1 00:00:20 2012 (r308051) @@ -1,7 +1,11 @@ -bin/zenmap bin/ndiff -share/applications/zenmap-root.desktop -share/applications/zenmap.desktop +bin/zenmap +%%PYTHON_SITELIBDIR%%/radialnet/__init__.py +%%PYTHON_SITELIBDIR%%/radialnet/__init__.pyc +%%PYTHON_SITELIBDIR%%/radialnet/__init__.pyo +%%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/__init__.py +%%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/__init__.pyc +%%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/__init__.pyo %%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/boxes.py %%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/boxes.pyc %%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/boxes.pyo @@ -26,9 +30,6 @@ share/applications/zenmap.desktop %%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/windows.py %%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/windows.pyc %%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/windows.pyo -%%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/__init__.py -%%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/radialnet/bestwidgets/__init__.pyo %%PYTHON_SITELIBDIR%%/radialnet/core/ArgvHandle.py %%PYTHON_SITELIBDIR%%/radialnet/core/ArgvHandle.pyc %%PYTHON_SITELIBDIR%%/radialnet/core/ArgvHandle.pyo @@ -83,6 +84,9 @@ share/applications/zenmap.desktop %%PYTHON_SITELIBDIR%%/radialnet/gui/__init__.py %%PYTHON_SITELIBDIR%%/radialnet/gui/__init__.pyc %%PYTHON_SITELIBDIR%%/radialnet/gui/__init__.pyo +%%PYTHON_SITELIBDIR%%/radialnet/util/__init__.py +%%PYTHON_SITELIBDIR%%/radialnet/util/__init__.pyc +%%PYTHON_SITELIBDIR%%/radialnet/util/__init__.pyo %%PYTHON_SITELIBDIR%%/radialnet/util/drawing.py %%PYTHON_SITELIBDIR%%/radialnet/util/drawing.pyc %%PYTHON_SITELIBDIR%%/radialnet/util/drawing.pyo @@ -95,24 +99,18 @@ share/applications/zenmap.desktop %%PYTHON_SITELIBDIR%%/radialnet/util/misc.py %%PYTHON_SITELIBDIR%%/radialnet/util/misc.pyc %%PYTHON_SITELIBDIR%%/radialnet/util/misc.pyo -%%PYTHON_SITELIBDIR%%/radialnet/util/__init__.py -%%PYTHON_SITELIBDIR%%/radialnet/util/__init__.pyc -%%PYTHON_SITELIBDIR%%/radialnet/util/__init__.pyo -%%PYTHON_SITELIBDIR%%/radialnet/__init__.py -%%PYTHON_SITELIBDIR%%/radialnet/__init__.pyc -%%PYTHON_SITELIBDIR%%/radialnet/__init__.pyo %%PYTHON_SITELIBDIR%%/zenmapCore/BasePaths.py %%PYTHON_SITELIBDIR%%/zenmapCore/BasePaths.pyc %%PYTHON_SITELIBDIR%%/zenmapCore/BasePaths.pyo -%%PYTHON_SITELIBDIR%%/zenmapCore/BugRegister.py -%%PYTHON_SITELIBDIR%%/zenmapCore/BugRegister.pyc -%%PYTHON_SITELIBDIR%%/zenmapCore/BugRegister.pyo %%PYTHON_SITELIBDIR%%/zenmapCore/Diff.py %%PYTHON_SITELIBDIR%%/zenmapCore/Diff.pyc %%PYTHON_SITELIBDIR%%/zenmapCore/Diff.pyo %%PYTHON_SITELIBDIR%%/zenmapCore/I18N.py %%PYTHON_SITELIBDIR%%/zenmapCore/I18N.pyc %%PYTHON_SITELIBDIR%%/zenmapCore/I18N.pyo +%%PYTHON_SITELIBDIR%%/zenmapCore/NSEDocParser.py +%%PYTHON_SITELIBDIR%%/zenmapCore/NSEDocParser.pyc +%%PYTHON_SITELIBDIR%%/zenmapCore/NSEDocParser.pyo %%PYTHON_SITELIBDIR%%/zenmapCore/Name.py %%PYTHON_SITELIBDIR%%/zenmapCore/Name.pyc %%PYTHON_SITELIBDIR%%/zenmapCore/Name.pyo @@ -134,9 +132,18 @@ share/applications/zenmap.desktop %%PYTHON_SITELIBDIR%%/zenmapCore/RecentScans.py %%PYTHON_SITELIBDIR%%/zenmapCore/RecentScans.pyc %%PYTHON_SITELIBDIR%%/zenmapCore/RecentScans.pyo +%%PYTHON_SITELIBDIR%%/zenmapCore/ScriptArgsParser.py +%%PYTHON_SITELIBDIR%%/zenmapCore/ScriptArgsParser.pyc +%%PYTHON_SITELIBDIR%%/zenmapCore/ScriptArgsParser.pyo +%%PYTHON_SITELIBDIR%%/zenmapCore/ScriptMetadata.py +%%PYTHON_SITELIBDIR%%/zenmapCore/ScriptMetadata.pyc +%%PYTHON_SITELIBDIR%%/zenmapCore/ScriptMetadata.pyo %%PYTHON_SITELIBDIR%%/zenmapCore/SearchResult.py %%PYTHON_SITELIBDIR%%/zenmapCore/SearchResult.pyc %%PYTHON_SITELIBDIR%%/zenmapCore/SearchResult.pyo +%%PYTHON_SITELIBDIR%%/zenmapCore/StringPool.py +%%PYTHON_SITELIBDIR%%/zenmapCore/StringPool.pyc +%%PYTHON_SITELIBDIR%%/zenmapCore/StringPool.pyo %%PYTHON_SITELIBDIR%%/zenmapCore/TargetList.py %%PYTHON_SITELIBDIR%%/zenmapCore/TargetList.pyc %%PYTHON_SITELIBDIR%%/zenmapCore/TargetList.pyo @@ -161,60 +168,6 @@ share/applications/zenmap.desktop %%PYTHON_SITELIBDIR%%/zenmapCore/__init__.py %%PYTHON_SITELIBDIR%%/zenmapCore/__init__.pyc %%PYTHON_SITELIBDIR%%/zenmapCore/__init__.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/gtkutils.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/gtkutils.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/gtkutils.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higboxes.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higboxes.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higboxes.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higbuttons.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higbuttons.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higbuttons.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higdialogs.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higdialogs.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higdialogs.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higentries.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higentries.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higentries.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higexpanders.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higexpanders.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higexpanders.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higframe.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higframe.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higframe.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlabels.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlabels.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlabels.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlogindialogs.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlogindialogs.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlogindialogs.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/hignotebooks.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/hignotebooks.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/hignotebooks.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higprogressbars.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higprogressbars.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higprogressbars.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higscrollers.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higscrollers.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higscrollers.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higspinner.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higspinner.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higspinner.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtables.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtables.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtables.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtextviewers.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtextviewers.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtextviewers.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higwindows.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higwindows.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higwindows.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/utils.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/utils.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/utils.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/__init__.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/__init__.pyo %%PYTHON_SITELIBDIR%%/zenmapGUI/About.py %%PYTHON_SITELIBDIR%%/zenmapGUI/About.pyc %%PYTHON_SITELIBDIR%%/zenmapGUI/About.pyo @@ -251,6 +204,9 @@ share/applications/zenmap.desktop %%PYTHON_SITELIBDIR%%/zenmapGUI/OptionBuilder.py %%PYTHON_SITELIBDIR%%/zenmapGUI/OptionBuilder.pyc %%PYTHON_SITELIBDIR%%/zenmapGUI/OptionBuilder.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/Print.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/Print.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/Print.pyo %%PYTHON_SITELIBDIR%%/zenmapGUI/ProfileCombo.py %%PYTHON_SITELIBDIR%%/zenmapGUI/ProfileCombo.pyc %%PYTHON_SITELIBDIR%%/zenmapGUI/ProfileCombo.pyo @@ -287,15 +243,15 @@ share/applications/zenmap.desktop %%PYTHON_SITELIBDIR%%/zenmapGUI/ScansListStore.py %%PYTHON_SITELIBDIR%%/zenmapGUI/ScansListStore.pyc %%PYTHON_SITELIBDIR%%/zenmapGUI/ScansListStore.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/ScriptInterface.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/ScriptInterface.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/ScriptInterface.pyo %%PYTHON_SITELIBDIR%%/zenmapGUI/SearchGUI.py %%PYTHON_SITELIBDIR%%/zenmapGUI/SearchGUI.pyc %%PYTHON_SITELIBDIR%%/zenmapGUI/SearchGUI.pyo %%PYTHON_SITELIBDIR%%/zenmapGUI/SearchWindow.py %%PYTHON_SITELIBDIR%%/zenmapGUI/SearchWindow.pyc %%PYTHON_SITELIBDIR%%/zenmapGUI/SearchWindow.pyo -%%PYTHON_SITELIBDIR%%/zenmapGUI/Splash.py -%%PYTHON_SITELIBDIR%%/zenmapGUI/Splash.pyc -%%PYTHON_SITELIBDIR%%/zenmapGUI/Splash.pyo %%PYTHON_SITELIBDIR%%/zenmapGUI/TargetCombo.py %%PYTHON_SITELIBDIR%%/zenmapGUI/TargetCombo.pyc %%PYTHON_SITELIBDIR%%/zenmapGUI/TargetCombo.pyo @@ -305,6 +261,72 @@ share/applications/zenmap.desktop %%PYTHON_SITELIBDIR%%/zenmapGUI/__init__.py %%PYTHON_SITELIBDIR%%/zenmapGUI/__init__.pyc %%PYTHON_SITELIBDIR%%/zenmapGUI/__init__.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/__init__.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/__init__.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/__init__.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/gtkutils.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/gtkutils.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/gtkutils.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higboxes.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higboxes.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higboxes.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higbuttons.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higbuttons.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higbuttons.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higdialogs.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higdialogs.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higdialogs.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higentries.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higentries.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higentries.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higexpanders.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higexpanders.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higexpanders.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higframe.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higframe.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higframe.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlabels.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlabels.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlabels.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlogindialogs.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlogindialogs.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higlogindialogs.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/hignotebooks.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/hignotebooks.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/hignotebooks.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higprogressbars.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higprogressbars.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higprogressbars.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higscrollers.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higscrollers.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higscrollers.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higspinner.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higspinner.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higspinner.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtables.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtables.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtables.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtextviewers.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtextviewers.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higtextviewers.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higwindows.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higwindows.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/higwindows.pyo +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/utils.py +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/utils.pyc +%%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets/utils.pyo +share/applications/zenmap.desktop +share/applications/zenmap-root.desktop +%%DATADIR%%/config/scan_profile.usp +%%DATADIR%%/config/zenmap.conf +%%DATADIR%%/config/zenmap_version +%%DATADIR%%/docs/help.html +%%DATADIR%%/locale/de/LC_MESSAGES/zenmap.mo +%%DATADIR%%/locale/fr/LC_MESSAGES/zenmap.mo +%%DATADIR%%/locale/hr/LC_MESSAGES/zenmap.mo +%%DATADIR%%/locale/pt_BR/LC_MESSAGES/zenmap.mo +%%DATADIR%%/locale/ru/LC_MESSAGES/zenmap.mo +%%DATADIR%%/misc/profile_editor.xml %%DATADIR%%/pixmaps/default_32.png %%DATADIR%%/pixmaps/default_75.png %%DATADIR%%/pixmaps/freebsd_32.png @@ -317,11 +339,17 @@ share/applications/zenmap.desktop %%DATADIR%%/pixmaps/macosx_75.png %%DATADIR%%/pixmaps/openbsd_32.png %%DATADIR%%/pixmaps/openbsd_75.png +%%DATADIR%%/pixmaps/radialnet/border.png +%%DATADIR%%/pixmaps/radialnet/firewall.png +%%DATADIR%%/pixmaps/radialnet/logo.png +%%DATADIR%%/pixmaps/radialnet/padlock.png +%%DATADIR%%/pixmaps/radialnet/router.png +%%DATADIR%%/pixmaps/radialnet/switch.png +%%DATADIR%%/pixmaps/radialnet/wireless.png %%DATADIR%%/pixmaps/redhat_32.png %%DATADIR%%/pixmaps/redhat_75.png %%DATADIR%%/pixmaps/solaris_32.png %%DATADIR%%/pixmaps/solaris_75.png -%%DATADIR%%/pixmaps/splash.png %%DATADIR%%/pixmaps/throbber.gif %%DATADIR%%/pixmaps/throbber.png %%DATADIR%%/pixmaps/ubuntu_32.png @@ -341,50 +369,30 @@ share/applications/zenmap.desktop %%DATADIR%%/pixmaps/win_32.png %%DATADIR%%/pixmaps/win_75.png %%DATADIR%%/pixmaps/zenmap.png -%%DATADIR%%/pixmaps/radialnet/border.png -%%DATADIR%%/pixmaps/radialnet/firewall.png -%%DATADIR%%/pixmaps/radialnet/logo.png -%%DATADIR%%/pixmaps/radialnet/padlock.png -%%DATADIR%%/pixmaps/radialnet/router.png -%%DATADIR%%/pixmaps/radialnet/switch.png -%%DATADIR%%/pixmaps/radialnet/wireless.png -%%DATADIR%%/config/scan_profile.usp -%%DATADIR%%/config/zenmap.conf -%%DATADIR%%/config/zenmap_version -%%DATADIR%%/docs/help.html -%%DATADIR%%/locale/hr/LC_MESSAGES/zenmap.mo -%%DATADIR%%/locale/pt_BR/LC_MESSAGES/zenmap.mo -%%DATADIR%%/locale/fr/LC_MESSAGES/zenmap.mo -%%DATADIR%%/locale/de/LC_MESSAGES/zenmap.mo -%%DATADIR%%/locale/ru/LC_MESSAGES/zenmap.mo -%%DATADIR%%/misc/profile_editor.xml %%DATADIR%%/su-to-zenmap.sh +@dirrm %%DATADIR%%/pixmaps/radialnet +@dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/misc -@dirrm %%DATADIR%%/locale/hr/LC_MESSAGES -@dirrm %%DATADIR%%/locale/hr +@dirrm %%DATADIR%%/locale/ru/LC_MESSAGES +@dirrm %%DATADIR%%/locale/ru @dirrm %%DATADIR%%/locale/pt_BR/LC_MESSAGES @dirrm %%DATADIR%%/locale/pt_BR +@dirrm %%DATADIR%%/locale/hr/LC_MESSAGES +@dirrm %%DATADIR%%/locale/hr @dirrm %%DATADIR%%/locale/fr/LC_MESSAGES @dirrm %%DATADIR%%/locale/fr @dirrm %%DATADIR%%/locale/de/LC_MESSAGES @dirrm %%DATADIR%%/locale/de -@dirrm %%DATADIR%%/locale/ru/LC_MESSAGES -@dirrm %%DATADIR%%/locale/ru @dirrm %%DATADIR%%/locale @dirrm %%DATADIR%%/docs @dirrm %%DATADIR%%/config -@dirrm %%DATADIR%%/pixmaps/radialnet -@dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%% @dirrmtry share/applications -@dirrmtry share/icons -@dirrm %%PYTHON_SITELIBDIR%%/radialnet/bestwidgets -@dirrm %%PYTHON_SITELIBDIR%%/radialnet/core -@dirrm %%PYTHON_SITELIBDIR%%/radialnet/gui -@dirrm %%PYTHON_SITELIBDIR%%/radialnet/util -@dirrm %%PYTHON_SITELIBDIR%%/radialnet @dirrm %%PYTHON_SITELIBDIR%%/zenmapGUI/higwidgets @dirrm %%PYTHON_SITELIBDIR%%/zenmapGUI @dirrm %%PYTHON_SITELIBDIR%%/zenmapCore -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry %%PYTHON_LIBDIR%% +@dirrm %%PYTHON_SITELIBDIR%%/radialnet/util +@dirrm %%PYTHON_SITELIBDIR%%/radialnet/gui +@dirrm %%PYTHON_SITELIBDIR%%/radialnet/core +@dirrm %%PYTHON_SITELIBDIR%%/radialnet/bestwidgets +@dirrm %%PYTHON_SITELIBDIR%%/radialnet From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 00:00: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 2BF4F790; Sat, 1 Dec 2012 00:00:27 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 126608FC0C; Sat, 1 Dec 2012 00:00:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB100Q7k082089; Sat, 1 Dec 2012 00:00:26 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB100QxD082085; Sat, 1 Dec 2012 00:00:26 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201212010000.qB100QxD082085@svn.freebsd.org> From: Armin Pirkovitsch Date: Sat, 1 Dec 2012 00:00:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308052 - in head/astro/cfitsio: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 00:00:27 -0000 Author: sperber Date: Sat Dec 1 00:00:26 2012 New Revision: 308052 URL: http://svnweb.freebsd.org/changeset/ports/308052 Log: - Update to version 3.310 - Update MASTER_SITES - Add LICENSE - Add MAKE_JOBS_SAFE - Trim Makefile header PR: ports/171954 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Added: head/astro/cfitsio/files/ head/astro/cfitsio/files/patch-Makefile.in (contents, props changed) head/astro/cfitsio/files/patch-fpackutil.c (contents, props changed) Modified: head/astro/cfitsio/Makefile (contents, props changed) head/astro/cfitsio/distinfo (contents, props changed) Modified: head/astro/cfitsio/Makefile ============================================================================== --- head/astro/cfitsio/Makefile Sat Dec 1 00:00:20 2012 (r308051) +++ head/astro/cfitsio/Makefile Sat Dec 1 00:00:26 2012 (r308052) @@ -1,34 +1,38 @@ -# New ports collection makefile for: cfitsio -# Date created: Fri Apr 30 16:49:36 CEST 2004 -# Whom: Markus Brueffer -# +# Created by: Markus Brueffer # $FreeBSD$ -# PORTNAME= cfitsio -PORTVERSION= 3.300 +PORTVERSION= 3.310 CATEGORIES= astro -MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ \ - ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/oldvers/ +MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/%SUBDIR%/ \ + http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/%SUBDIR%/ +MASTER_SITE_SUBDIR= . oldvers DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Library for reading and writing files in FITS data format +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/License.txt + LIB_DEPENDS= f2c:${PORTSDIR}/lang/f2c OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/${PORTNAME} +USE_PKGCONFIG= build GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_prog_FC="f2c" ALL_TARGET= shared USE_LDCONFIG= yes -USE_PKGCONFIG= yes +MAKE_JOBS_SAFE= yes .include +post-extract: + @cd ${WRKSRC} && ${MV} zlib.h zlib.h.dist + post-patch: @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|||g' Modified: head/astro/cfitsio/distinfo ============================================================================== --- head/astro/cfitsio/distinfo Sat Dec 1 00:00:20 2012 (r308051) +++ head/astro/cfitsio/distinfo Sat Dec 1 00:00:26 2012 (r308052) @@ -1,2 +1,2 @@ -SHA256 (cfitsio3300.tar.gz) = 7a2b5401c184297df1e44a4f4de564feff74d64d038918213526aa454db03f3e -SIZE (cfitsio3300.tar.gz) = 4660623 +SHA256 (cfitsio3310.tar.gz) = e8a70bca202caa4773c4a50288622ef5398752de5a5e8fcfc232859f928ff5d9 +SIZE (cfitsio3310.tar.gz) = 4664559 Added: head/astro/cfitsio/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/cfitsio/files/patch-Makefile.in Sat Dec 1 00:00:26 2012 (r308052) @@ -0,0 +1,22 @@ +--- Makefile.in.orig 2012-07-18 05:38:34.000000000 +0900 ++++ Makefile.in 2012-08-10 01:18:07.000000000 +0900 +@@ -52,9 +52,7 @@ + putcolj.c putcolk.c putcoluk.c putcoll.c putcols.c putcolsb.c \ + putcolu.c putcolui.c putcoluj.c putkey.c region.c scalnull.c \ + swapproc.c wcssub.c wcsutil.c imcompress.c quantize.c ricecomp.c \ +- pliocomp.c fits_hcompress.c fits_hdecompress.c zuncompress.c zcompress.c \ +- adler32.c crc32.c inffast.c inftrees.c trees.c zutil.c \ +- deflate.c infback.c inflate.c uncompr.c \ ++ pliocomp.c fits_hcompress.c fits_hdecompress.c zuncompress.c zcompress.c + + SOURCES = ${CORE_SOURCES} @F77_WRAPPERS@ + +@@ -87,7 +85,7 @@ + shared: libcfitsio${SHLIB_SUFFIX} + + libcfitsio${SHLIB_SUFFIX}: ${OBJECTS} +- ${SHLIB_LD} ${LDFLAGS} -o $@ ${OBJECTS} -lm ${LIBS} ++ ${SHLIB_LD} ${LDFLAGS} -o $@ ${OBJECTS} -lm -lz ${LIBS} + + install: libcfitsio.a $(INSTALL_DIRS) + @if [ -f libcfitsio.a ]; then \ Added: head/astro/cfitsio/files/patch-fpackutil.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/cfitsio/files/patch-fpackutil.c Sat Dec 1 00:00:26 2012 (r308052) @@ -0,0 +1,10 @@ +--- fpackutil.c.orig 2012-07-18 05:36:42.000000000 +0900 ++++ fpackutil.c 2012-08-10 01:28:12.000000000 +0900 +@@ -5,6 +5,7 @@ + #include + #include + #include ++#include + + /* #include "bzlib.h" only for experimental purposes */ + From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 00: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 A27FF8F4; Sat, 1 Dec 2012 00:00:34 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7E6EA8FC19; Sat, 1 Dec 2012 00:00:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB100Y6Y082242; Sat, 1 Dec 2012 00:00:34 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB100Yto082236; Sat, 1 Dec 2012 00:00:34 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201212010000.qB100Yto082236@svn.freebsd.org> From: Armin Pirkovitsch Date: Sat, 1 Dec 2012 00:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308053 - in head/audio/mixxx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 00:00:34 -0000 Author: sperber Date: Sat Dec 1 00:00:33 2012 New Revision: 308053 URL: http://svnweb.freebsd.org/changeset/ports/308053 Log: - Update to version 1.10.1 - Update MASTER_SITES - Remove shlib versions - Trim Makefile header - Update optionsng descriptions PR: ports/171965 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Added: head/audio/mixxx/files/patch-src__SConscript.env (contents, props changed) Modified: head/audio/mixxx/Makefile (contents, props changed) head/audio/mixxx/distinfo (contents, props changed) head/audio/mixxx/files/patch-build__qt4.py (contents, props changed) head/audio/mixxx/files/patch-src__recording__encodermp3.cpp (contents, props changed) head/audio/mixxx/pkg-plist (contents, props changed) Modified: head/audio/mixxx/Makefile ============================================================================== --- head/audio/mixxx/Makefile Sat Dec 1 00:00:26 2012 (r308052) +++ head/audio/mixxx/Makefile Sat Dec 1 00:00:33 2012 (r308053) @@ -1,18 +1,11 @@ -# New ports collection makefile for: Mixxx -# Date created: 25 Jun 2004 -# Whom: Jean-Yves Lefort -# +# Created by: Jean-Yves Lefort # $FreeBSD$ -# PORTNAME= mixxx -PORTVERSION= 1.10.0 -PORTREVISION= 3 +PORTVERSION= 1.10.1 DISTVERSIONSUFFIX= -src CATEGORIES= audio -MASTER_SITES= http://mixxx.rasant-records.de/downloads/%SUBDIR%/ \ - http://moo.glines.org/mixxx/%SUBDIR%/ \ - http://web.mit.edu/rryan/www/downloads.mixxx.org/%SUBDIR%/ +MASTER_SITES= http://moo.glines.org/mixxx/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -20,24 +13,25 @@ COMMENT= A DJ mixing application LICENSE= GPLv2 # (or later) -LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - mad.2:${PORTSDIR}/audio/libmad \ - sndfile.1:${PORTSDIR}/audio/libsndfile \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - portaudio.2:${PORTSDIR}/audio/portaudio2 \ - tag.1:${PORTSDIR}/audio/taglib - -OPTIONS_DEFINE= LAME FAAD WAVPACK SHOUTCAST DOCS -SHOUTCAST_DESC= Enable Shoutcast Broadcasting -WAVPACK_DESC= Enable WavPack audio support plugin +BUILD_DEPENDS= portaudio>=19:${PORTSDIR}/audio/portaudio2 +LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ + id3tag:${PORTSDIR}/audio/libid3tag \ + mad:${PORTSDIR}/audio/libmad \ + sndfile:${PORTSDIR}/audio/libsndfile \ + vorbis:${PORTSDIR}/audio/libvorbis \ + tag:${PORTSDIR}/audio/taglib +RUN_DEPENDS= portaudio>=19:${PORTSDIR}/audio/portaudio2 + +OPTIONS_DEFINE= LAME SHOUTCAST FAAD WAVPACK DOCS +SHOUTCAST_DESC= Shoutcast Broadcasting +WAVPACK_DESC= WavPack audio support plugin WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GL= glu USE_QT4= corelib gui network opengl script sql svg webkit xml \ xmlpatterns linguist_build moc_build qmake_build rcc_build \ uic_build +USE_GL= glu USE_SCONS= yes SCONS_BUILDENV= ${SCONS_ENV} SCONS_ARGS= qtdir="${QT_PREFIX}" optimize=0 @@ -82,7 +76,8 @@ post-patch: s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/${FILE} .endfor @${REINPLACE_CMD} -e \ - "/('install', docs)/d" ${WRKSRC}/src/SConscript + "/_get_bzr_/s|^|#| ; \ + /('install', docs)/d" ${WRKSRC}/src/SConscript @${REINPLACE_CMD} -e \ "s|^Exec=.*|Exec=mixxx|" ${WRKSRC}/src/mixxx.desktop Modified: head/audio/mixxx/distinfo ============================================================================== --- head/audio/mixxx/distinfo Sat Dec 1 00:00:26 2012 (r308052) +++ head/audio/mixxx/distinfo Sat Dec 1 00:00:33 2012 (r308053) @@ -1,2 +1,2 @@ -SHA256 (mixxx-1.10.0-src.tar.gz) = 9135f814262bf42eb05bf5d56c760ab462329c06785271d570be6a9d14ab1e97 -SIZE (mixxx-1.10.0-src.tar.gz) = 15852338 +SHA256 (mixxx-1.10.1-src.tar.gz) = eab49a95336dacee9a9e4c2ad22a0436e9c0b341930e9a03e3b46619d7a9f365 +SIZE (mixxx-1.10.1-src.tar.gz) = 15948956 Modified: head/audio/mixxx/files/patch-build__qt4.py ============================================================================== --- head/audio/mixxx/files/patch-build__qt4.py Sat Dec 1 00:00:26 2012 (r308052) +++ head/audio/mixxx/files/patch-build__qt4.py Sat Dec 1 00:00:33 2012 (r308053) @@ -6,7 +6,7 @@ QT4_BINPATH = os.path.join('$QTDIR', 'bin'), - QT4_CPPPATH = os.path.join('$QTDIR', 'include'), - QT4_LIBPATH = os.path.join('$QTDIR', 'lib'), -+ QT4_CPPPATH = os.path.join('$QTDIR', 'include', 'qt4'), ++ QT4_CPPPATH = os.path.join('$QTDIR', 'include', 'qt4', 'Qt'), + QT4_LIBPATH = os.path.join('$QTDIR', 'lib', 'qt4'), # TODO: This is not reliable to QTDIR value changes but needed in order to support '-qt4' variants QT4_MOC = locateQt4Command(env,'moc', env['QTDIR']), Added: head/audio/mixxx/files/patch-src__SConscript.env ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mixxx/files/patch-src__SConscript.env Sat Dec 1 00:00:33 2012 (r308053) @@ -0,0 +1,24 @@ +--- src/SConscript.env.orig 2012-06-26 05:23:40.000000000 +0900 ++++ src/SConscript.env 2012-08-09 09:03:53.000000000 +0900 +@@ -19,21 +19,6 @@ + print "Deleting deprecated build file: %s" % defs + os.remove(defs) + +-#env.Append(CPPDEFINES=[('BUILD_REV', '"%s"' % getBZRRevision())]) #doing this forces a rebuild of everything whenever a commit happens -- not much fun +-## instead, embed BZR version into build +-## Put version info into a file, so it doesn't force a rebuild of everything :) +-f = open("build.h","w") +-try: +- branch_name = util.get_bzr_branch_name() +- modified = util.get_bzr_modified() > 0 +- # Do not emit BUILD_BRANCH on release branches. +- if not branch_name.startswith('release'): +- f.write('#define BUILD_BRANCH "%s"\n' % branch_name) +- f.write('#define BUILD_REV "%s%s"\n' % (util.get_bzr_revision(), +- '+' if modified else '')) +-finally: +- f.close() +- + #Check for dependencies if we're not doing a clean... + #if not env.GetOption('clean') and not SCons.Util.containsAny(os.sys.argv, ['-h', '--help']): + conf = Configure(env, custom_tests = { 'CheckForPKGConfig' : util.CheckForPKGConfig, Modified: head/audio/mixxx/files/patch-src__recording__encodermp3.cpp ============================================================================== --- head/audio/mixxx/files/patch-src__recording__encodermp3.cpp Sat Dec 1 00:00:26 2012 (r308052) +++ head/audio/mixxx/files/patch-src__recording__encodermp3.cpp Sat Dec 1 00:00:33 2012 (r308053) @@ -1,17 +1,15 @@ ---- src/recording/encodermp3.cpp.orig 2011-12-24 11:53:18.000000000 +0900 -+++ src/recording/encodermp3.cpp 2012-01-16 06:10:09.000000000 +0900 -@@ -85,7 +85,9 @@ +--- src/recording/encodermp3.cpp.orig 2012-06-26 05:23:37.000000000 +0900 ++++ src/recording/encodermp3.cpp 2012-08-09 09:06:21.000000000 +0900 +@@ -85,7 +85,7 @@ */ QStringList libnames; QString libname = ""; -#ifdef __LINUX__ -+#ifdef __BSD__ -+ libnames << "%%LOCALBASE%%/lib/libmp3lame.so"; -+#elif __LINUX__ - libnames << "/usr/lib/libmp3lame.so.0"; - libnames << "/usr/lib/libmp3lame.so"; ++#if defined(__BSD__) || defined(__LINUX__) + libnames << "mp3lame"; #elif __WINDOWS__ -@@ -109,7 +111,7 @@ + libnames << "lame_enc.dll"; +@@ -108,7 +108,7 @@ props->setType(DLG_WARNING); props->setTitle(tr("Encoder")); QString key = ""; Modified: head/audio/mixxx/pkg-plist ============================================================================== --- head/audio/mixxx/pkg-plist Sat Dec 1 00:00:26 2012 (r308052) +++ head/audio/mixxx/pkg-plist Sat Dec 1 00:00:33 2012 (r308053) @@ -19,6 +19,8 @@ share/applications/mixxx.desktop %%DATADIR%%/midi/DJ-Tech-i-Mix-Reload-scripts.js %%DATADIR%%/midi/DJTechTools MIDI Fighter.midi.xml %%DATADIR%%/midi/DJTechTools-MIDIFighter-scripts.js +%%DATADIR%%/midi/Denon MC3000.midi.xml +%%DATADIR%%/midi/Denon-MC3000-scripts.js %%DATADIR%%/midi/Evolution_Xsession.midi.xml %%DATADIR%%/midi/FaderFoxDJ2.midi.xml %%DATADIR%%/midi/Hercules DJ Console Mac Edition.midi.xml @@ -75,9 +77,11 @@ share/applications/mixxx.desktop %%DATADIR%%/midi/Vestax Spin.midi.xml %%DATADIR%%/midi/Vestax Typhoon.midi.xml %%DATADIR%%/midi/Vestax VCI-100.midi.xml +%%DATADIR%%/midi/Vestax VCI-400.midi.xml %%DATADIR%%/midi/Vestax-Spin-scripts.js %%DATADIR%%/midi/Vestax-Typhoon-scripts.js %%DATADIR%%/midi/Vestax-VCI-100-scripts.js +%%DATADIR%%/midi/Vestax-VCI-400-scripts.js %%DATADIR%%/midi/Wireless DJ App.midi.xml %%DATADIR%%/midi/Wireless-DJ-scripts.js %%DATADIR%%/midi/convertToXMLSchemaV1.php From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 00:00: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 EB0959ED; Sat, 1 Dec 2012 00:00:43 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D00AB8FC0C; Sat, 1 Dec 2012 00:00:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB100hfY082531; Sat, 1 Dec 2012 00:00:43 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB100huw082519; Sat, 1 Dec 2012 00:00:43 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201212010000.qB100huw082519@svn.freebsd.org> From: Armin Pirkovitsch Date: Sat, 1 Dec 2012 00:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308054 - in head/biology/tinker: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 00:00:44 -0000 Author: sperber Date: Sat Dec 1 00:00:43 2012 New Revision: 308054 URL: http://svnweb.freebsd.org/changeset/ports/308054 Log: - Update to version 6.1.01 - Add MAKE_JOBS_SAFE - Convert to optionsng - Trim Makefile header PR: ports/171971 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Added: head/biology/tinker/files/patch-bench__bench1.run (contents, props changed) head/biology/tinker/files/patch-bench__bench2.run (contents, props changed) head/biology/tinker/files/patch-bench__bench3.run (contents, props changed) head/biology/tinker/files/patch-bench__bench4.run (contents, props changed) head/biology/tinker/files/patch-bench__bench5.run (contents, props changed) head/biology/tinker/files/patch-make__Makefile (contents, props changed) head/biology/tinker/files/patch-source_openend.f (contents, props changed) head/biology/tinker/files/pkg-message.in (contents, props changed) Deleted: head/biology/tinker/files/patch-aa head/biology/tinker/files/patch-ah head/biology/tinker/files/patch-ai head/biology/tinker/files/patch-aj head/biology/tinker/files/patch-ak head/biology/tinker/files/patch-al head/biology/tinker/files/patch-openend.f Modified: head/biology/tinker/Makefile (contents, props changed) head/biology/tinker/distinfo (contents, props changed) head/biology/tinker/pkg-plist (contents, props changed) Modified: head/biology/tinker/Makefile ============================================================================== --- head/biology/tinker/Makefile Sat Dec 1 00:00:33 2012 (r308053) +++ head/biology/tinker/Makefile Sat Dec 1 00:00:43 2012 (r308054) @@ -1,76 +1,74 @@ -# New ports collection makefile for: tinker -# Date Created: 26 August 1998 -# Whom: Glenn Johnson -# +# Created by: Glenn Johnson # $FreeBSD$ -# PORTNAME= tinker -PORTVERSION= 5.1.09 +PORTVERSION= 6.1.01 CATEGORIES= biology MASTER_SITES= http://dasher.wustl.edu/tinker/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= A general purpose molecular modelling package -MAKE_ENV+= HAVE_G2C=yes INSTALL_PROGRAM="${INSTALL_PROGRAM}" +RESTRICTED= author requests no distribution except from his FTP site -WRKSRC= ${WRKDIR}/tinker/source +OPTIONS_DEFINE= OPTIMIZED_FFLAGS DATA DOCS EXAMPLES +OPTIONS_DEFAULT=DATA +OPTIMIZED_FFLAGS_DESC= compilation optimizations + +WRKSRC= ${WRKDIR}/${PORTNAME} +BUILD_WRKSRC= ${WRKSRC}/source +INSTALL_WRKSRC= ${WRKSRC}/source -MAKEFILE= ${WRKDIR}/tinker/make/Makefile +USE_FORTRAN= yes +MAKE_ENV= HAVE_G2C=yes +MAKEFILE= ${WRKSRC}/make/Makefile ALL_TARGET= all listing INSTALL_TARGET= rename -RESTRICTED= author requests no distribution except from his FTP site +MAKE_JOBS_SAFE= yes + +SUB_FILES= pkg-message -DOCS= 0README *.pdf *.txt announce/release* -SAMPLES= 0README *.make *.dyn *.int *.frac *.key *.seq *.pdb *.run *.xyz +DOCS= 0README *.pdf *.txt +SAMPLES= 0README *.make *.dyn *.int *.frac *.key *.seq *.pdb *.xyz BENCHES= 0README *.dyn0 *.log *.key *.run *.xyz results* .include -USE_FORTRAN= yes - -.if defined(WITH_OPTIMIZED_FLAGS) +.if ${PORT_OPTIONS:MOPTIMIZED_FFLAGS} FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations .if (${ARCH} == "i386") FFLAGS+= -mfancy-math-387 -malign-double .endif # i386 .endif -pre-everything:: -.if !defined(WITH_OPTIMIZED_FLAGS) - @${ECHO_MSG} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." +.if empty(PORT_OPTIONS:MDATA) +NOPORTDATA= yes .endif post-extract: - ${CHMOD} -R u+w ${WRKDIR}/tinker - -post-patch: - @${REINPLACE_CMD} -e 's|%%FFLAGS%%|${FFLAGS}|g' ${WRKSRC}/../make/Makefile + @${CHMOD} -R u+w ${WRKSRC} post-install: + @${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${INSTALL_WRKSRC}/tinker.txt ${DATADIR} @${MKDIR} ${DATADIR}/params - @${INSTALL_DATA} ${WRKDIR}/tinker/source/tinker.txt \ - ${DATADIR} - @${INSTALL_DATA} ${WRKDIR}/tinker/params/* \ - ${DATADIR}/params -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/params/* ${DATADIR}/params +.if ${PORT_OPTIONS:MDATA} @${MKDIR} ${DATADIR}/bench + ${INSTALL_DATA} ${BENCHES:S|^|${WRKSRC}/bench/|} ${DATADIR}/bench @${MKDIR} ${DATADIR}/test - @${INSTALL_DATA} ${DOCS:S|^|${WRKDIR}/tinker/doc/|} ${DOCSDIR} - @${INSTALL_DATA} ${SAMPLES:S|^|${WRKDIR}/tinker/example/|} ${EXAMPLESDIR} - @${INSTALL_DATA} ${BENCHES:S|^|${WRKDIR}/tinker/bench/|} ${DATADIR}/bench - @${INSTALL_DATA} ${WRKDIR}/tinker/test/* ${DATADIR}/test + ${INSTALL_DATA} ${WRKSRC}/test/* ${DATADIR}/test +.endif +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/doc/|} ${DOCSDIR} +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${SAMPLES:S|^|${WRKSRC}/example/|} ${EXAMPLESDIR} .endif - @${ECHO_MSG} "" - @${ECHO_MSG} " **********************************************************" - @${ECHO_MSG} " The author requests that you return a license form " - @${ECHO_MSG} " to him if you find Tinker to be useful. " - @${ECHO_MSG} " " - @${ECHO_MSG} " See ${DOCSDIR} for license forms. " - @${ECHO_MSG} " **********************************************************" - @${ECHO_MSG} "" + @${ECHO_CMD} + @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} .include Modified: head/biology/tinker/distinfo ============================================================================== --- head/biology/tinker/distinfo Sat Dec 1 00:00:33 2012 (r308053) +++ head/biology/tinker/distinfo Sat Dec 1 00:00:43 2012 (r308054) @@ -1,2 +1,2 @@ -SHA256 (tinker-5.1.09.tar.gz) = 61765adfe260e3f3083243542dac49d38141191d5d6580e9a66a29c31d5a3183 -SIZE (tinker-5.1.09.tar.gz) = 14071638 +SHA256 (tinker-6.1.01.tar.gz) = fa287c381fd866822b19396fa152406b8463421f0a27902867cdbbf6b67233e4 +SIZE (tinker-6.1.01.tar.gz) = 19478639 Added: head/biology/tinker/files/patch-bench__bench1.run ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/tinker/files/patch-bench__bench1.run Sat Dec 1 00:00:43 2012 (r308054) @@ -0,0 +1,5 @@ +--- bench/bench1.run.orig Tue Jul 24 14:02:20 2001 ++++ bench/bench1.run Wed Sep 5 13:57:02 2001 +@@ -1 +1 @@ +-../bin/timer bench1 1 y ++timer bench1 1 y Added: head/biology/tinker/files/patch-bench__bench2.run ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/tinker/files/patch-bench__bench2.run Sat Dec 1 00:00:43 2012 (r308054) @@ -0,0 +1,5 @@ +--- bench/bench2.run.orig Tue Jul 24 14:02:20 2001 ++++ bench/bench2.run Wed Sep 5 13:58:47 2001 +@@ -1 +1 @@ +-../bin/timer bench2 1 y ++timer bench2 1 y Added: head/biology/tinker/files/patch-bench__bench3.run ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/tinker/files/patch-bench__bench3.run Sat Dec 1 00:00:43 2012 (r308054) @@ -0,0 +1,5 @@ +--- bench/bench3.run.orig Wed Sep 5 14:00:09 2001 ++++ bench/bench3.run Wed Sep 5 14:01:27 2001 +@@ -1 +1 @@ +-time ../bin/vibrate bench3 0 ++time vibrate bench3 0 Added: head/biology/tinker/files/patch-bench__bench4.run ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/tinker/files/patch-bench__bench4.run Sat Dec 1 00:00:43 2012 (r308054) @@ -0,0 +1,7 @@ +--- bench/bench4.run.orig Tue Jul 24 14:02:20 2001 ++++ bench/bench4.run Wed Sep 5 14:02:17 2001 +@@ -1,3 +1,3 @@ + cp bench4.dyn0 bench4.dyn +-time ../bin/dynamic bench4 1000 1.0 10.0 2 298.0 ++time dynamic bench4 1000 1.0 10.0 2 298.0 + rm bench4.dyn Added: head/biology/tinker/files/patch-bench__bench5.run ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/tinker/files/patch-bench__bench5.run Sat Dec 1 00:00:43 2012 (r308054) @@ -0,0 +1,7 @@ +--- bench/bench5.run.orig 2010-08-25 00:58:15.000000000 +0400 ++++ bench/bench5.run 2011-01-26 23:35:18.000000000 +0300 +@@ -1,3 +1,3 @@ + cp bench5.dyn0 bench5.dyn +-time ../bin/dynamic bench5 1000 1.0 10.0 2 298.0 ++time dynamic bench5 1000 1.0 10.0 2 298.0 + rm bench5.dyn Added: head/biology/tinker/files/patch-make__Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/tinker/files/patch-make__Makefile Sat Dec 1 00:00:43 2012 (r308054) @@ -0,0 +1,211 @@ +--- make/Makefile.orig 2012-06-29 14:51:42.000000000 +0900 ++++ make/Makefile 2012-11-10 00:12:19.000000000 +0900 +@@ -9,8 +9,8 @@ + ## + ## 1. make all Build all the TINKER executables + ## 2. make rename Move the executables to BINDIR +-## 3. make remove_links Create soft links in LINKDIR +-## 4. make create_links Remove soft links from LINKDIR ++## 3. make remove_links Remove soft links in LINKDIR ++## 4. make create_links Create soft links from LINKDIR + ## 6. make listing Concatenate source to tinker.txt + ## 5. make clean Delete objects and executables + ## +@@ -30,9 +30,9 @@ + ## LINKDIR Linked Copies of TINKER Executables + ## + +-TINKERDIR = /Users/ponder/tinker +-BINDIR = $(TINKERDIR)/bin +-LINKDIR = /usr/local/bin ++TINKERDIR = ${WRKDIR} ++BINDIR = ${PREFIX}/bin ++#LINKDIR = /usr/local/bin + + #################################################################### + ## Known Machine Types; Uncomment One of the Following Sections ## +@@ -40,6 +40,20 @@ + #################################################################### + + ## ++## Machine: IntelPC / FreeBSD ++## CPU Type: Intel, AMD, Cyrix ++## Oper Sys: FreeBSD 4.2 ++## Compiler: f77 , aka g77 ++## ++ ++F77 = ${FC} ++LIBS = ++F77FLAGS = -c ${FFLAGS} ++LINKFLAGS = ${LDFLAGS} ++OPTFLAGS = ++LIBFLAGS = -rcuv ++ ++## + ## Machine: Generic Linux + ## CPU Type: Intel x86 Compatible + ## Oper Sys: Fedora Core +@@ -104,12 +118,12 @@ + ## Parallel: OpenMP + ## + +-F77 = /opt/intel/bin/ifort +-LIBS = -L$(TINKERDIR)/fftw/lib -lfftw3_omp -lfftw3 +-F77FLAGS = -c -axSSSE3 -assume cc_omp +-OPTFLAGS = -O3 -no-ipo -no-prec-div -openmp +-LIBFLAGS = -crusv +-LINKFLAGS = $(OPTFLAGS) -static-intel -mmacosx-version-min=10.4 ++#F77 = /opt/intel/bin/ifort ++#LIBS = -L$(TINKERDIR)/fftw/lib -lfftw3_omp -lfftw3 ++#F77FLAGS = -c -axSSSE3 -assume cc_omp ++#OPTFLAGS = -O3 -no-ipo -no-prec-div -openmp ++#LIBFLAGS = -crusv ++#LINKFLAGS = $(OPTFLAGS) -static-intel -mmacosx-version-min=10.4 + + ## + ## Machine: Macintosh +@@ -592,6 +606,8 @@ + xyzpdb.x \ + xyzsybyl.x + ++.SUFFIXES: .x ++ + .f.o: + ${F77} ${F77FLAGS} ${OPTFLAGS} $*.f + +@@ -601,8 +617,8 @@ + server.o: + ${F77} ${F77FLAGS} ${OPTFLAGS} server.f + +-%.x: %.o libtinker.a +- ${F77} ${LINKFLAGS} -o $@ $^ ${LIBS}; strip $@ ++.o.x: libtinker.a ++ ${F77} ${LINKFLAGS} -o $@ $< libtinker.a ${LIBS} + + all: ${EXEFILES} + +@@ -613,65 +629,65 @@ + cat *.i *.f *.c > tinker.txt + + rename: +- mv alchemy.x $(BINDIR)/alchemy +- mv analyze.x $(BINDIR)/analyze +- mv anneal.x $(BINDIR)/anneal +- mv archive.x $(BINDIR)/archive +- mv correlate.x $(BINDIR)/correlate +- mv crystal.x $(BINDIR)/crystal +- mv diffuse.x $(BINDIR)/diffuse +- mv distgeom.x $(BINDIR)/distgeom +- mv document.x $(BINDIR)/document +- mv dynamic.x $(BINDIR)/dynamic +- mv gda.x $(BINDIR)/gda +- mv intedit.x $(BINDIR)/intedit +- mv intxyz.x $(BINDIR)/intxyz +- mv minimize.x $(BINDIR)/minimize +- mv minirot.x $(BINDIR)/minirot +- mv minrigid.x $(BINDIR)/minrigid +- mv molxyz.x $(BINDIR)/molxyz +- mv monte.x $(BINDIR)/monte +- mv newton.x $(BINDIR)/newton +- mv newtrot.x $(BINDIR)/newtrot +- mv nucleic.x $(BINDIR)/nucleic +- mv optimize.x $(BINDIR)/optimize +- mv optirot.x $(BINDIR)/optirot +- mv optrigid.x $(BINDIR)/optrigid +- mv path.x $(BINDIR)/path +- mv pdbxyz.x $(BINDIR)/pdbxyz +- mv polarize.x $(BINDIR)/polarize +- mv poledit.x $(BINDIR)/poledit +- mv potential.x $(BINDIR)/potential +- mv prmedit.x $(BINDIR)/prmedit +- mv protein.x $(BINDIR)/protein +- mv pss.x $(BINDIR)/pss +- mv pssrigid.x $(BINDIR)/pssrigid +- mv pssrot.x $(BINDIR)/pssrot +- mv radial.x $(BINDIR)/radial +- mv saddle.x $(BINDIR)/saddle +- mv scan.x $(BINDIR)/scan +- mv sniffer.x $(BINDIR)/sniffer +- mv spacefill.x $(BINDIR)/spacefill +- mv spectrum.x $(BINDIR)/spectrum +- mv superpose.x $(BINDIR)/superpose +- mv sybylxyz.x $(BINDIR)/sybylxyz +- mv testgrad.x $(BINDIR)/testgrad +- mv testhess.x $(BINDIR)/testhess +- mv testpair.x $(BINDIR)/testpair +- mv testrot.x $(BINDIR)/testrot +- mv timer.x $(BINDIR)/timer +- mv timerot.x $(BINDIR)/timerot +- mv torsfit.x $(BINDIR)/torsfit +- mv valence.x $(BINDIR)/valence +- mv vibbig.x $(BINDIR)/vibbig +- mv vibrate.x $(BINDIR)/vibrate +- mv vibrot.x $(BINDIR)/vibrot +- mv xtalfit.x $(BINDIR)/xtalfit +- mv xtalmin.x $(BINDIR)/xtalmin +- mv xyzedit.x $(BINDIR)/xyzedit +- mv xyzint.x $(BINDIR)/xyzint +- mv xyzpdb.x $(BINDIR)/xyzpdb +- mv xyzsybyl.x $(BINDIR)/xyzsybyl ++ ${BSD_INSTALL_PROGRAM} alchemy.x $(BINDIR)/alchemy ++ ${BSD_INSTALL_PROGRAM} analyze.x $(BINDIR)/analyze ++ ${BSD_INSTALL_PROGRAM} anneal.x $(BINDIR)/anneal ++ ${BSD_INSTALL_PROGRAM} archive.x $(BINDIR)/archive ++ ${BSD_INSTALL_PROGRAM} correlate.x $(BINDIR)/correlate ++ ${BSD_INSTALL_PROGRAM} crystal.x $(BINDIR)/crystal ++ ${BSD_INSTALL_PROGRAM} diffuse.x $(BINDIR)/diffuse ++ ${BSD_INSTALL_PROGRAM} distgeom.x $(BINDIR)/distgeom ++ ${BSD_INSTALL_PROGRAM} document.x $(BINDIR)/document ++ ${BSD_INSTALL_PROGRAM} dynamic.x $(BINDIR)/dynamic ++ ${BSD_INSTALL_PROGRAM} gda.x $(BINDIR)/gda ++ ${BSD_INSTALL_PROGRAM} intedit.x $(BINDIR)/intedit ++ ${BSD_INSTALL_PROGRAM} intxyz.x $(BINDIR)/intxyz ++ ${BSD_INSTALL_PROGRAM} minimize.x $(BINDIR)/minimize ++ ${BSD_INSTALL_PROGRAM} minirot.x $(BINDIR)/minirot ++ ${BSD_INSTALL_PROGRAM} minrigid.x $(BINDIR)/minrigid ++ ${BSD_INSTALL_PROGRAM} molxyz.x $(BINDIR)/molxyz ++ ${BSD_INSTALL_PROGRAM} monte.x $(BINDIR)/monte ++ ${BSD_INSTALL_PROGRAM} newton.x $(BINDIR)/newton ++ ${BSD_INSTALL_PROGRAM} newtrot.x $(BINDIR)/newtrot ++ ${BSD_INSTALL_PROGRAM} nucleic.x $(BINDIR)/nucleic ++ ${BSD_INSTALL_PROGRAM} optimize.x $(BINDIR)/optimize ++ ${BSD_INSTALL_PROGRAM} optirot.x $(BINDIR)/optirot ++ ${BSD_INSTALL_PROGRAM} optrigid.x $(BINDIR)/optrigid ++ ${BSD_INSTALL_PROGRAM} path.x $(BINDIR)/path ++ ${BSD_INSTALL_PROGRAM} pdbxyz.x $(BINDIR)/pdbxyz ++ ${BSD_INSTALL_PROGRAM} polarize.x $(BINDIR)/polarize ++ ${BSD_INSTALL_PROGRAM} poledit.x $(BINDIR)/poledit ++ ${BSD_INSTALL_PROGRAM} potential.x $(BINDIR)/potential ++ ${BSD_INSTALL_PROGRAM} prmedit.x $(BINDIR)/prmedit ++ ${BSD_INSTALL_PROGRAM} protein.x $(BINDIR)/protein ++ ${BSD_INSTALL_PROGRAM} pss.x $(BINDIR)/pss ++ ${BSD_INSTALL_PROGRAM} pssrigid.x $(BINDIR)/pssrigid ++ ${BSD_INSTALL_PROGRAM} pssrot.x $(BINDIR)/pssrot ++ ${BSD_INSTALL_PROGRAM} radial.x $(BINDIR)/radial ++ ${BSD_INSTALL_PROGRAM} saddle.x $(BINDIR)/saddle ++ ${BSD_INSTALL_PROGRAM} scan.x $(BINDIR)/scan ++ ${BSD_INSTALL_PROGRAM} sniffer.x $(BINDIR)/sniffer ++ ${BSD_INSTALL_PROGRAM} spacefill.x $(BINDIR)/spacefill ++ ${BSD_INSTALL_PROGRAM} spectrum.x $(BINDIR)/spectrum ++ ${BSD_INSTALL_PROGRAM} superpose.x $(BINDIR)/superpose ++ ${BSD_INSTALL_PROGRAM} sybylxyz.x $(BINDIR)/sybylxyz ++ ${BSD_INSTALL_PROGRAM} testgrad.x $(BINDIR)/testgrad ++ ${BSD_INSTALL_PROGRAM} testhess.x $(BINDIR)/testhess ++ ${BSD_INSTALL_PROGRAM} testpair.x $(BINDIR)/testpair ++ ${BSD_INSTALL_PROGRAM} testrot.x $(BINDIR)/testrot ++ ${BSD_INSTALL_PROGRAM} timer.x $(BINDIR)/timer ++ ${BSD_INSTALL_PROGRAM} timerot.x $(BINDIR)/timerot ++ ${BSD_INSTALL_PROGRAM} torsfit.x $(BINDIR)/torsfit ++ ${BSD_INSTALL_PROGRAM} valence.x $(BINDIR)/valence ++ ${BSD_INSTALL_PROGRAM} vibbig.x $(BINDIR)/vibbig ++ ${BSD_INSTALL_PROGRAM} vibrate.x $(BINDIR)/vibrate ++ ${BSD_INSTALL_PROGRAM} vibrot.x $(BINDIR)/vibrot ++ ${BSD_INSTALL_PROGRAM} xtalfit.x $(BINDIR)/xtalfit ++ ${BSD_INSTALL_PROGRAM} xtalmin.x $(BINDIR)/xtalmin ++ ${BSD_INSTALL_PROGRAM} xyzedit.x $(BINDIR)/xyzedit ++ ${BSD_INSTALL_PROGRAM} xyzint.x $(BINDIR)/xyzint ++ ${BSD_INSTALL_PROGRAM} xyzpdb.x $(BINDIR)/xyzpdb ++ ${BSD_INSTALL_PROGRAM} xyzsybyl.x $(BINDIR)/xyzsybyl + + remove_links: + rm -f $(LINKDIR)/alchemy Added: head/biology/tinker/files/patch-source_openend.f ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/tinker/files/patch-source_openend.f Sat Dec 1 00:00:43 2012 (r308054) @@ -0,0 +1,19 @@ + +$FreeBSD$ + +--- source/openend.f.orig Fri Apr 18 13:31:51 2003 ++++ source/openend.f Mon Jul 21 13:36:11 2003 +@@ -29,11 +29,11 @@ + c + c standard Fortran 90, unavailable in some Fortran 77 compilers + c +- open (unit=iunit,file=name,status='old',position='append') ++c open (unit=iunit,file=name,status='old',position='append') + c + c common extension supported by many Fortran 77 compilers + c +-c open (unit=iunit,file=name,status='old',access='append') ++ open (unit=iunit,file=name,status='old',access='append') + c + c some Fortran 77 compilers open files for append by default + c Added: head/biology/tinker/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/tinker/files/pkg-message.in Sat Dec 1 00:00:43 2012 (r308054) @@ -0,0 +1,6 @@ +********************************************************** + The author requests that you return a license form + to him if you find Tinker to be useful. + + See %%DOCSDIR%% for license forms. +**********************************************************" Modified: head/biology/tinker/pkg-plist ============================================================================== --- head/biology/tinker/pkg-plist Sat Dec 1 00:00:33 2012 (r308053) +++ head/biology/tinker/pkg-plist Sat Dec 1 00:00:43 2012 (r308054) @@ -14,6 +14,7 @@ bin/intxyz bin/minimize bin/minirot bin/minrigid +bin/molxyz bin/monte bin/newton bin/newtrot @@ -45,6 +46,7 @@ bin/testpair bin/testrot bin/timer bin/timerot +bin/torsfit bin/valence bin/vibbig bin/vibrate @@ -58,424 +60,429 @@ bin/xyzsybyl %%PORTDOCS%%%%DOCSDIR%%/0README %%PORTDOCS%%%%DOCSDIR%%/ffe-guide.pdf %%PORTDOCS%%%%DOCSDIR%%/guide.pdf -%%PORTDOCS%%%%DOCSDIR%%/guide.txt %%PORTDOCS%%%%DOCSDIR%%/license.pdf %%PORTDOCS%%%%DOCSDIR%%/license.txt -%%PORTDOCS%%%%DOCSDIR%%/release-3.2 -%%PORTDOCS%%%%DOCSDIR%%/release-3.6 -%%PORTDOCS%%%%DOCSDIR%%/release-3.7 -%%PORTDOCS%%%%DOCSDIR%%/release-3.8 -%%PORTDOCS%%%%DOCSDIR%%/release-3.9 -%%PORTDOCS%%%%DOCSDIR%%/release-4.0 -%%PORTDOCS%%%%DOCSDIR%%/release-4.1 -%%PORTDOCS%%%%DOCSDIR%%/release-4.2 %%PORTDOCS%%%%DOCSDIR%%/summary.pdf %%PORTDOCS%%%%DOCSDIR%%/summary.txt -%%PORTDOCS%%%%EXAMPLESDIR%%/0README -%%PORTDOCS%%%%EXAMPLESDIR%%/alatet.int -%%PORTDOCS%%%%EXAMPLESDIR%%/alatet.key -%%PORTDOCS%%%%EXAMPLESDIR%%/alatet.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/alatet.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/alkane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/alkane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/ammonia.key -%%PORTDOCS%%%%EXAMPLESDIR%%/ammonia.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/amoeba.key -%%PORTDOCS%%%%EXAMPLESDIR%%/amoeba.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/arach.int -%%PORTDOCS%%%%EXAMPLESDIR%%/arach.key -%%PORTDOCS%%%%EXAMPLESDIR%%/arach.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/azulene.int -%%PORTDOCS%%%%EXAMPLESDIR%%/azulene.key -%%PORTDOCS%%%%EXAMPLESDIR%%/azulene.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/bdna.int -%%PORTDOCS%%%%EXAMPLESDIR%%/bdna.key -%%PORTDOCS%%%%EXAMPLESDIR%%/bdna.make -%%PORTDOCS%%%%EXAMPLESDIR%%/bdna.pdb -%%PORTDOCS%%%%EXAMPLESDIR%%/bdna.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/bdna.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/bearing.key -%%PORTDOCS%%%%EXAMPLESDIR%%/bearing.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/bearing2.key -%%PORTDOCS%%%%EXAMPLESDIR%%/benzamidine.key -%%PORTDOCS%%%%EXAMPLESDIR%%/benzamidine.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/benzbox.key -%%PORTDOCS%%%%EXAMPLESDIR%%/benzbox.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/benzene.int -%%PORTDOCS%%%%EXAMPLESDIR%%/benzene.key -%%PORTDOCS%%%%EXAMPLESDIR%%/benzene.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/bowl.int -%%PORTDOCS%%%%EXAMPLESDIR%%/bowl.key -%%PORTDOCS%%%%EXAMPLESDIR%%/bowl.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/bowl2.key -%%PORTDOCS%%%%EXAMPLESDIR%%/bowl2.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/bowl3.key -%%PORTDOCS%%%%EXAMPLESDIR%%/bowl3.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/bucky.int -%%PORTDOCS%%%%EXAMPLESDIR%%/bucky.key -%%PORTDOCS%%%%EXAMPLESDIR%%/bucky.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/butane.int -%%PORTDOCS%%%%EXAMPLESDIR%%/butane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/butane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/butane2.int -%%PORTDOCS%%%%EXAMPLESDIR%%/butane2.key -%%PORTDOCS%%%%EXAMPLESDIR%%/butane2.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/butanes.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/butanes.key -%%PORTDOCS%%%%EXAMPLESDIR%%/butanes.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/butanex.key -%%PORTDOCS%%%%EXAMPLESDIR%%/butanex.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/butopls.int -%%PORTDOCS%%%%EXAMPLESDIR%%/butopls.key -%%PORTDOCS%%%%EXAMPLESDIR%%/butopls.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/butopls2.int -%%PORTDOCS%%%%EXAMPLESDIR%%/butopls2.key -%%PORTDOCS%%%%EXAMPLESDIR%%/butopls2.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/c5.int -%%PORTDOCS%%%%EXAMPLESDIR%%/c5.key -%%PORTDOCS%%%%EXAMPLESDIR%%/c5.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/c5.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/c7a.int -%%PORTDOCS%%%%EXAMPLESDIR%%/c7a.key -%%PORTDOCS%%%%EXAMPLESDIR%%/c7a.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/c7a.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/c7e.int -%%PORTDOCS%%%%EXAMPLESDIR%%/c7e.key -%%PORTDOCS%%%%EXAMPLESDIR%%/c7e.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/c7e.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/calmodulin.key -%%PORTDOCS%%%%EXAMPLESDIR%%/calmodulin.pdb -%%PORTDOCS%%%%EXAMPLESDIR%%/calmodulin.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/calmodulin.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/cawater.key -%%PORTDOCS%%%%EXAMPLESDIR%%/cawater.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/copper.key -%%PORTDOCS%%%%EXAMPLESDIR%%/copper.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/cpentene.key -%%PORTDOCS%%%%EXAMPLESDIR%%/cpentene.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/crambin.key -%%PORTDOCS%%%%EXAMPLESDIR%%/crambin.pdb -%%PORTDOCS%%%%EXAMPLESDIR%%/crambin.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/crambin.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/crambinx.key -%%PORTDOCS%%%%EXAMPLESDIR%%/crambinx.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/crown.int -%%PORTDOCS%%%%EXAMPLESDIR%%/crown.key -%%PORTDOCS%%%%EXAMPLESDIR%%/crown.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/cychept.int -%%PORTDOCS%%%%EXAMPLESDIR%%/cychept.key -%%PORTDOCS%%%%EXAMPLESDIR%%/cychept.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/cyclo.int -%%PORTDOCS%%%%EXAMPLESDIR%%/cyclo.key -%%PORTDOCS%%%%EXAMPLESDIR%%/cyclo.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/cyclo2.int -%%PORTDOCS%%%%EXAMPLESDIR%%/cyclo2.key -%%PORTDOCS%%%%EXAMPLESDIR%%/cyclo2.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/cycprop.key -%%PORTDOCS%%%%EXAMPLESDIR%%/cycprop.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/dang.key -%%PORTDOCS%%%%EXAMPLESDIR%%/dang.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/deltorphin.int -%%PORTDOCS%%%%EXAMPLESDIR%%/deltorphin.key -%%PORTDOCS%%%%EXAMPLESDIR%%/deltorphin.make -%%PORTDOCS%%%%EXAMPLESDIR%%/deltorphin.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/deltorphin.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/dhfr.key -%%PORTDOCS%%%%EXAMPLESDIR%%/dhfr.run -%%PORTDOCS%%%%EXAMPLESDIR%%/dhfr.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/dhfr.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/dhfr2.key -%%PORTDOCS%%%%EXAMPLESDIR%%/dhfr2.run -%%PORTDOCS%%%%EXAMPLESDIR%%/dhfr2.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/dhfr2.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/diamond.key -%%PORTDOCS%%%%EXAMPLESDIR%%/diamond.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/diene.int -%%PORTDOCS%%%%EXAMPLESDIR%%/diene.key -%%PORTDOCS%%%%EXAMPLESDIR%%/diene.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/dimethane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/dimethane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/dmp.key -%%PORTDOCS%%%%EXAMPLESDIR%%/dmp.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/enkephalin.int -%%PORTDOCS%%%%EXAMPLESDIR%%/enkephalin.key -%%PORTDOCS%%%%EXAMPLESDIR%%/enkephalin.make -%%PORTDOCS%%%%EXAMPLESDIR%%/enkephalin.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/enkephalin.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/ermer.int -%%PORTDOCS%%%%EXAMPLESDIR%%/ermer.key -%%PORTDOCS%%%%EXAMPLESDIR%%/ermer.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/ester.key -%%PORTDOCS%%%%EXAMPLESDIR%%/ester.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/ethane.int -%%PORTDOCS%%%%EXAMPLESDIR%%/ethane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/ethane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/ethanol.int -%%PORTDOCS%%%%EXAMPLESDIR%%/ethanol.key -%%PORTDOCS%%%%EXAMPLESDIR%%/ethanol.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/ether.key -%%PORTDOCS%%%%EXAMPLESDIR%%/ether.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/etherbox.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/etherbox.key -%%PORTDOCS%%%%EXAMPLESDIR%%/etherbox.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/ethylene.int -%%PORTDOCS%%%%EXAMPLESDIR%%/ethylene.key -%%PORTDOCS%%%%EXAMPLESDIR%%/ethylene.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/flane.int -%%PORTDOCS%%%%EXAMPLESDIR%%/flane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/flane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/form.key -%%PORTDOCS%%%%EXAMPLESDIR%%/form.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/formbig.key -%%PORTDOCS%%%%EXAMPLESDIR%%/formbig.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/formbox.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/formbox.key -%%PORTDOCS%%%%EXAMPLESDIR%%/formbox.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/formopls.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/formopls.key -%%PORTDOCS%%%%EXAMPLESDIR%%/formopls.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/furan.int -%%PORTDOCS%%%%EXAMPLESDIR%%/furan.key -%%PORTDOCS%%%%EXAMPLESDIR%%/furan.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/glucose.key -%%PORTDOCS%%%%EXAMPLESDIR%%/glucose.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/glycerol.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/glycerol.key -%%PORTDOCS%%%%EXAMPLESDIR%%/glycerol.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/graphite.key -%%PORTDOCS%%%%EXAMPLESDIR%%/graphite.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/helix.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/helix.key -%%PORTDOCS%%%%EXAMPLESDIR%%/helix.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/heme.key -%%PORTDOCS%%%%EXAMPLESDIR%%/heme.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/hexane.int -%%PORTDOCS%%%%EXAMPLESDIR%%/hexane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/hexane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/hexanes.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/hexanes.key -%%PORTDOCS%%%%EXAMPLESDIR%%/hexanes.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/imidazole.int -%%PORTDOCS%%%%EXAMPLESDIR%%/imidazole.key -%%PORTDOCS%%%%EXAMPLESDIR%%/imidazole.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/imine.int -%%PORTDOCS%%%%EXAMPLESDIR%%/imine.key -%%PORTDOCS%%%%EXAMPLESDIR%%/imine.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/indole.key -%%PORTDOCS%%%%EXAMPLESDIR%%/indole.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/lactam.key -%%PORTDOCS%%%%EXAMPLESDIR%%/lactam.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/lipid.key -%%PORTDOCS%%%%EXAMPLESDIR%%/lipid.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/lj38.key -%%PORTDOCS%%%%EXAMPLESDIR%%/lj38.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/melittin.key -%%PORTDOCS%%%%EXAMPLESDIR%%/melittin.pdb -%%PORTDOCS%%%%EXAMPLESDIR%%/melittin.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/melittin.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/membrane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/membrane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/meohbox.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/meohbox.key -%%PORTDOCS%%%%EXAMPLESDIR%%/meohbox.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/methane.int -%%PORTDOCS%%%%EXAMPLESDIR%%/methane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/methane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/methanol.key -%%PORTDOCS%%%%EXAMPLESDIR%%/methanol.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/mgwater.key -%%PORTDOCS%%%%EXAMPLESDIR%%/mgwater.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/mm3.key -%%PORTDOCS%%%%EXAMPLESDIR%%/mm3.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/nacl.key -%%PORTDOCS%%%%EXAMPLESDIR%%/nacl.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/nada.key -%%PORTDOCS%%%%EXAMPLESDIR%%/nada.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/naphthalene.int -%%PORTDOCS%%%%EXAMPLESDIR%%/naphthalene.key -%%PORTDOCS%%%%EXAMPLESDIR%%/naphthalene.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/naphthax.frac -%%PORTDOCS%%%%EXAMPLESDIR%%/naphthax.key -%%PORTDOCS%%%%EXAMPLESDIR%%/naphthax.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/nitrogen.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/nitrogen.key -%%PORTDOCS%%%%EXAMPLESDIR%%/nitrogen.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/nma.int -%%PORTDOCS%%%%EXAMPLESDIR%%/nma.key -%%PORTDOCS%%%%EXAMPLESDIR%%/nma.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/nmabox.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/nmabox.key -%%PORTDOCS%%%%EXAMPLESDIR%%/nmabox.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/nmf.key -%%PORTDOCS%%%%EXAMPLESDIR%%/nmf.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/nstilbene.int -%%PORTDOCS%%%%EXAMPLESDIR%%/nstilbene.key -%%PORTDOCS%%%%EXAMPLESDIR%%/nstilbene.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/octane.int -%%PORTDOCS%%%%EXAMPLESDIR%%/octane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/octane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/octane2.int -%%PORTDOCS%%%%EXAMPLESDIR%%/octane2.key -%%PORTDOCS%%%%EXAMPLESDIR%%/octane2.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/octene.key -%%PORTDOCS%%%%EXAMPLESDIR%%/octene.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/palmitate.int -%%PORTDOCS%%%%EXAMPLESDIR%%/palmitate.key -%%PORTDOCS%%%%EXAMPLESDIR%%/palmitate.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/pentane.frac -%%PORTDOCS%%%%EXAMPLESDIR%%/pentane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/pentane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/peptide.int -%%PORTDOCS%%%%EXAMPLESDIR%%/peptide.key -%%PORTDOCS%%%%EXAMPLESDIR%%/peptide.make -%%PORTDOCS%%%%EXAMPLESDIR%%/peptide.pdb -%%PORTDOCS%%%%EXAMPLESDIR%%/peptide.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/peptide.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/phenanth.key -%%PORTDOCS%%%%EXAMPLESDIR%%/phenanth.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/photo.key -%%PORTDOCS%%%%EXAMPLESDIR%%/photo.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/photo.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/pol3.key -%%PORTDOCS%%%%EXAMPLESDIR%%/pol3.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/polyala.key -%%PORTDOCS%%%%EXAMPLESDIR%%/polyala.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/propane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/propane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/propellane.int -%%PORTDOCS%%%%EXAMPLESDIR%%/propellane.key -%%PORTDOCS%%%%EXAMPLESDIR%%/propellane.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/propyne.key -%%PORTDOCS%%%%EXAMPLESDIR%%/propyne.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/pyridine.int -%%PORTDOCS%%%%EXAMPLESDIR%%/pyridine.key -%%PORTDOCS%%%%EXAMPLESDIR%%/pyridine.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/pyrrole.int -%%PORTDOCS%%%%EXAMPLESDIR%%/pyrrole.key -%%PORTDOCS%%%%EXAMPLESDIR%%/pyrrole.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/retinoic.key -%%PORTDOCS%%%%EXAMPLESDIR%%/retinoic.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/skunk.key -%%PORTDOCS%%%%EXAMPLESDIR%%/skunk.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/spc.key -%%PORTDOCS%%%%EXAMPLESDIR%%/spc.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/sterol.key -%%PORTDOCS%%%%EXAMPLESDIR%%/sterol.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/styrene.int -%%PORTDOCS%%%%EXAMPLESDIR%%/styrene.key -%%PORTDOCS%%%%EXAMPLESDIR%%/styrene.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/terphenyl.key -%%PORTDOCS%%%%EXAMPLESDIR%%/terphenyl.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/tfe.key -%%PORTDOCS%%%%EXAMPLESDIR%%/tfe.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/thiadiene.int -%%PORTDOCS%%%%EXAMPLESDIR%%/thiadiene.key -%%PORTDOCS%%%%EXAMPLESDIR%%/thiadiene.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/thiophene.int -%%PORTDOCS%%%%EXAMPLESDIR%%/thiophene.key -%%PORTDOCS%%%%EXAMPLESDIR%%/thiophene.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/thr.int -%%PORTDOCS%%%%EXAMPLESDIR%%/thr.key -%%PORTDOCS%%%%EXAMPLESDIR%%/thr.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/tip3f.key -%%PORTDOCS%%%%EXAMPLESDIR%%/tip3f.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/tip3p.key -%%PORTDOCS%%%%EXAMPLESDIR%%/tip3p.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/tip4f.key -%%PORTDOCS%%%%EXAMPLESDIR%%/tip4f.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/tip4p.key -%%PORTDOCS%%%%EXAMPLESDIR%%/tip4p.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/tip5p.key -%%PORTDOCS%%%%EXAMPLESDIR%%/tip5p.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/trpcage.key -%%PORTDOCS%%%%EXAMPLESDIR%%/trpcage.pdb -%%PORTDOCS%%%%EXAMPLESDIR%%/trpcage.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/trpcage.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/ubiquitin.key -%%PORTDOCS%%%%EXAMPLESDIR%%/ubiquitin.pdb -%%PORTDOCS%%%%EXAMPLESDIR%%/ubiquitin.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/ubiquitin.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/ubiquitin2.key -%%PORTDOCS%%%%EXAMPLESDIR%%/ubiquitin2.seq -%%PORTDOCS%%%%EXAMPLESDIR%%/ubiquitin2.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/urea.frac -%%PORTDOCS%%%%EXAMPLESDIR%%/urea.key -%%PORTDOCS%%%%EXAMPLESDIR%%/urea.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/water.int -%%PORTDOCS%%%%EXAMPLESDIR%%/water.key -%%PORTDOCS%%%%EXAMPLESDIR%%/water.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/waterball.key -%%PORTDOCS%%%%EXAMPLESDIR%%/waterball.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/waterbig.key -%%PORTDOCS%%%%EXAMPLESDIR%%/waterbig.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/waterbox.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/waterbox.key -%%PORTDOCS%%%%EXAMPLESDIR%%/waterbox.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/waterdot.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/waterdot.key -%%PORTDOCS%%%%EXAMPLESDIR%%/waterdot.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/waterglobe.key -%%PORTDOCS%%%%EXAMPLESDIR%%/waterglobe.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/waterhuge.key -%%PORTDOCS%%%%EXAMPLESDIR%%/waterhuge.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/waterslab.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/waterslab.key -%%PORTDOCS%%%%EXAMPLESDIR%%/waterslab.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/watersmall.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/watersmall.key -%%PORTDOCS%%%%EXAMPLESDIR%%/watersmall.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/watertiny.dyn -%%PORTDOCS%%%%EXAMPLESDIR%%/watertiny.key -%%PORTDOCS%%%%EXAMPLESDIR%%/watertiny.xyz -%%PORTDOCS%%%%EXAMPLESDIR%%/white.int -%%PORTDOCS%%%%EXAMPLESDIR%%/white.key -%%PORTDOCS%%%%EXAMPLESDIR%%/white.xyz -%%PORTDOCS%%%%DATADIR%%/bench/0README -%%PORTDOCS%%%%DATADIR%%/bench/bench1.key -%%PORTDOCS%%%%DATADIR%%/bench/bench1.run -%%PORTDOCS%%%%DATADIR%%/bench/bench1.xyz -%%PORTDOCS%%%%DATADIR%%/bench/bench2.key -%%PORTDOCS%%%%DATADIR%%/bench/bench2.run -%%PORTDOCS%%%%DATADIR%%/bench/bench2.xyz -%%PORTDOCS%%%%DATADIR%%/bench/bench3.key -%%PORTDOCS%%%%DATADIR%%/bench/bench3.run -%%PORTDOCS%%%%DATADIR%%/bench/bench3.xyz -%%PORTDOCS%%%%DATADIR%%/bench/bench4.dyn0 -%%PORTDOCS%%%%DATADIR%%/bench/bench4.key -%%PORTDOCS%%%%DATADIR%%/bench/bench4.log -%%PORTDOCS%%%%DATADIR%%/bench/bench4.run -%%PORTDOCS%%%%DATADIR%%/bench/bench4.xyz -%%PORTDOCS%%%%DATADIR%%/bench/bench5.dyn0 -%%PORTDOCS%%%%DATADIR%%/bench/bench5.key -%%PORTDOCS%%%%DATADIR%%/bench/bench5.log -%%PORTDOCS%%%%DATADIR%%/bench/bench5.run -%%PORTDOCS%%%%DATADIR%%/bench/bench5.xyz -%%PORTDOCS%%%%DATADIR%%/bench/bench6.key -%%PORTDOCS%%%%DATADIR%%/bench/bench6.log -%%PORTDOCS%%%%DATADIR%%/bench/bench6.run -%%PORTDOCS%%%%DATADIR%%/bench/bench6.xyz -%%PORTDOCS%%%%DATADIR%%/bench/bench7.key -%%PORTDOCS%%%%DATADIR%%/bench/bench7.log -%%PORTDOCS%%%%DATADIR%%/bench/bench7.run -%%PORTDOCS%%%%DATADIR%%/bench/bench7.xyz -%%PORTDOCS%%%%DATADIR%%/bench/results-2.3 -%%PORTDOCS%%%%DATADIR%%/bench/results-2.4 -%%PORTDOCS%%%%DATADIR%%/bench/results-2.9 -%%PORTDOCS%%%%DATADIR%%/bench/results-3.1 -%%PORTDOCS%%%%DATADIR%%/bench/results-3.2 -%%PORTDOCS%%%%DATADIR%%/bench/results-3.4 -%%PORTDOCS%%%%DATADIR%%/bench/results-3.5 -%%PORTDOCS%%%%DATADIR%%/bench/results-3.7 -%%PORTDOCS%%%%DATADIR%%/bench/results-3.8 -%%PORTDOCS%%%%DATADIR%%/bench/results-3.9 -%%PORTDOCS%%%%DATADIR%%/bench/results-4.0 -%%PORTDOCS%%%%DATADIR%%/bench/results-4.1 -%%PORTDOCS%%%%DATADIR%%/bench/results-4.2 -%%PORTDOCS%%%%DATADIR%%/bench/results-4.3 -%%PORTDOCS%%%%DATADIR%%/bench/results-5.0 -%%PORTDOCS%%%%DATADIR%%/bench/results-5.1 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/0README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alatet.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alatet.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alatet.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alatet.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alkane.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/alkane.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ammonia.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ammonia.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amoeba.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amoeba.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arach.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arach.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/arach.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/azulene.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/azulene.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/azulene.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.make +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.pdb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bdna.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bearing.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bearing.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bearing2.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzamidine.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzamidine.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzbox.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzbox.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzene.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzene.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/benzene.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/book.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl2.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl2.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl3.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bowl3.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bucky.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bucky.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bucky.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane2.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane2.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butane2.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butanes.dyn +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butanes.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butanes.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butanex.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butanex.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls2.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls2.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/butopls2.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c5.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c5.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c5.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c5.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7a.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7a.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7a.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7a.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7e.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7e.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7e.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/c7e.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cage.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cage.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calmodulin.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calmodulin.pdb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calmodulin.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/calmodulin.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cawater.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cawater.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cln025.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cln025.make +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cln025.pdb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cln025.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cln025.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/copper.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/copper.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpentene.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpentene.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin.pdb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambin.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambinx.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crambinx.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crown.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crown.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crown.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cychept.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cychept.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cychept.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo2.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo2.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cyclo2.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cycprop.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cycprop.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dang.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dang.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deltorphin.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deltorphin.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deltorphin.make +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deltorphin.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deltorphin.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr.pdb +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr2.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr2.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dhfr2.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diamond.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diamond.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diene.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diene.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/diene.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dimethane.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dimethane.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dmp.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dmp.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enkephalin.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enkephalin.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enkephalin.make +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enkephalin.seq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/enkephalin.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ermer.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ermer.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ermer.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ester.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ester.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethane.int +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethane.key +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethane.xyz +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ethanol.int *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 00:00: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 C30CAA0B; Sat, 1 Dec 2012 00:00:50 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 903288FC12; Sat, 1 Dec 2012 00:00:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB100o43082632; Sat, 1 Dec 2012 00:00:50 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB100o66082629; Sat, 1 Dec 2012 00:00:50 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201212010000.qB100o66082629@svn.freebsd.org> From: Armin Pirkovitsch Date: Sat, 1 Dec 2012 00:00:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308055 - head/devel/bin86 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 00:00:50 -0000 Author: sperber Date: Sat Dec 1 00:00:50 2012 New Revision: 308055 URL: http://svnweb.freebsd.org/changeset/ports/308055 Log: - Update to version 0.16.19 - Convert to optionsng - Trim Makefile header PR: ports/171980 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Modified: head/devel/bin86/Makefile (contents, props changed) head/devel/bin86/distinfo (contents, props changed) Modified: head/devel/bin86/Makefile ============================================================================== --- head/devel/bin86/Makefile Sat Dec 1 00:00:43 2012 (r308054) +++ head/devel/bin86/Makefile Sat Dec 1 00:00:50 2012 (r308055) @@ -1,18 +1,16 @@ -# New ports collection makefile for: bin86 -# Date created: 2000-10-19 -# Whom: trevor -# +# Created by: trevor # $FreeBSD$ -# PORTNAME= bin86 -PORTVERSION= 0.16.18 +PORTVERSION= 0.16.19 CATEGORIES= devel MASTER_SITES= http://www.debath.co.uk/dev86/ MAINTAINER= ports@FreeBSD.org COMMENT= 16-bit assembler and loader +OPTIONS_DEFINE= DOCS + MAKE_JOBS_SAFE= yes MAN1= as86.1 ld86.1 @@ -34,7 +32,7 @@ do-install: .for i in ${BINS} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif Modified: head/devel/bin86/distinfo ============================================================================== --- head/devel/bin86/distinfo Sat Dec 1 00:00:43 2012 (r308054) +++ head/devel/bin86/distinfo Sat Dec 1 00:00:50 2012 (r308055) @@ -1,2 +1,2 @@ -SHA256 (bin86-0.16.18.tar.gz) = 10b1aa5c0813e0bb01b8cab8b06543809e75b06b8e55db462351887c4a9ed831 -SIZE (bin86-0.16.18.tar.gz) = 146383 +SHA256 (bin86-0.16.19.tar.gz) = 35b99e05395264d0692f8b327f9b4f18de9e483484faa5ccbaa7c9f353d9c30c +SIZE (bin86-0.16.19.tar.gz) = 151088 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 00:04: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 ED60EFA7; Sat, 1 Dec 2012 00:04:33 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C8AD08FC08; Sat, 1 Dec 2012 00:04:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB104XEF084315; Sat, 1 Dec 2012 00:04:33 GMT (envelope-from sperber@svn.freebsd.org) Received: (from sperber@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB104Xxr084309; Sat, 1 Dec 2012 00:04:33 GMT (envelope-from sperber@svn.freebsd.org) Message-Id: <201212010004.qB104Xxr084309@svn.freebsd.org> From: Armin Pirkovitsch Date: Sat, 1 Dec 2012 00:04:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308056 - in head/multimedia/ffmpeg2theora: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 00:04:34 -0000 Author: sperber Date: Sat Dec 1 00:04:33 2012 New Revision: 308056 URL: http://svnweb.freebsd.org/changeset/ports/308056 Log: - Update to version 0.29 - Add MAKE_JOBS_SAFE - Remove shlib versions PR: ports/170159 Submitted by: KATO Tsuguru Approved by: beat (mentor) Feature safe: yes Added: head/multimedia/ffmpeg2theora/files/ head/multimedia/ffmpeg2theora/files/patch-SConstruct (contents, props changed) head/multimedia/ffmpeg2theora/files/patch-src__ffmpeg2theora.c (contents, props changed) Modified: head/multimedia/ffmpeg2theora/Makefile (contents, props changed) head/multimedia/ffmpeg2theora/distinfo (contents, props changed) Modified: head/multimedia/ffmpeg2theora/Makefile ============================================================================== --- head/multimedia/ffmpeg2theora/Makefile Sat Dec 1 00:00:50 2012 (r308055) +++ head/multimedia/ffmpeg2theora/Makefile Sat Dec 1 00:04:33 2012 (r308056) @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= ffmpeg2theora -PORTVERSION= 0.28 -PORTREVISION= 4 +PORTVERSION= 0.29 CATEGORIES= multimedia MASTER_SITES= http://v2v.cc/~j/ffmpeg2theora/downloads/ @@ -15,15 +14,19 @@ COMMENT= Reencode many media file format LICENSE= GPLv3 -LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ - theora.0:${PORTSDIR}/multimedia/libtheora \ - kate.4:${PORTSDIR}/multimedia/libkate +LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg \ + kate:${PORTSDIR}/multimedia/libkate \ + theora:${PORTSDIR}/multimedia/libtheora USE_BZIP2= yes +USE_ICONV= yes USE_SCONS= yes +SCONS_BUILDENV= CC="${CC}" CCFLAGS="${CFLAGS}" \ + APPEND_CCFLAGS="${CPPFLAGS}" APPEND_LINKFLAGS="${LDFLAGS}" +MAKE_JOBS_SAFE= yes -SCONS_ENV+= APPEND_LINKFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ - APPEND_CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} MAN1= ffmpeg2theora.1 PLIST_FILES= bin/ffmpeg2theora Modified: head/multimedia/ffmpeg2theora/distinfo ============================================================================== --- head/multimedia/ffmpeg2theora/distinfo Sat Dec 1 00:00:50 2012 (r308055) +++ head/multimedia/ffmpeg2theora/distinfo Sat Dec 1 00:04:33 2012 (r308056) @@ -1,2 +1,2 @@ -SHA256 (ffmpeg2theora-0.28.tar.bz2) = 6893c1444d730a1514275ba76ba487ca207205b916d6cb1285704225ee86fe1e -SIZE (ffmpeg2theora-0.28.tar.bz2) = 95404 +SHA256 (ffmpeg2theora-0.29.tar.bz2) = 214110e2a5afdd8ff8e0be18152e893dbff5dabc1ae1d1124e64d9f93eae946d +SIZE (ffmpeg2theora-0.29.tar.bz2) = 90143 Added: head/multimedia/ffmpeg2theora/files/patch-SConstruct ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/ffmpeg2theora/files/patch-SConstruct Sat Dec 1 00:04:33 2012 (r308056) @@ -0,0 +1,19 @@ +--- SConstruct.orig 2012-06-26 02:15:16.000000000 +0900 ++++ SConstruct 2012-07-04 01:17:19.000000000 +0900 +@@ -37,7 +37,7 @@ + BoolVariable('libkate', 'enable libkate support', 1), + BoolVariable('crossmingw', 'Set to 1 for crosscompile with mingw', 0) + ) +-env = Environment(options = opts) ++env = Environment(options = opts, CC = Split(os.environ['CC']), CCFLAGS = Split(os.environ['CCFLAGS'])) + Help(opts.GenerateHelpText(env)) + + pkg_flags="--cflags --libs" +@@ -151,7 +151,6 @@ + "libavcodec >= 52.30.0", + "libpostproc", + "libswscale", +- "libswresample", + "libavutil", + ] + if os.path.exists("./ffmpeg"): Added: head/multimedia/ffmpeg2theora/files/patch-src__ffmpeg2theora.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/ffmpeg2theora/files/patch-src__ffmpeg2theora.c Sat Dec 1 00:04:33 2012 (r308056) @@ -0,0 +1,14 @@ +--- src/ffmpeg2theora.c.orig 2012-01-29 17:00:19.000000000 +0900 ++++ src/ffmpeg2theora.c 2012-07-04 01:49:09.000000000 +0900 +@@ -2970,7 +2970,11 @@ + fprintf(stderr,"\nUnable to decode input.\n"); + return(1); + } ++#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(53,17,0) ++ av_close_input_file(convert->context); ++#else + avformat_close_input(&convert->context); ++#endif + } + else{ + if (info.frontend) From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 00:24: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 76BC0440; Sat, 1 Dec 2012 00:24:35 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 411748FC12; Sat, 1 Dec 2012 00:24:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB10OZ9L087657; Sat, 1 Dec 2012 00:24:35 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB10OZEV087654; Sat, 1 Dec 2012 00:24:35 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201212010024.qB10OZEV087654@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 1 Dec 2012 00:24:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308057 - head/emulators/wine-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 00:24:35 -0000 Author: gerald Date: Sat Dec 1 00:24:34 2012 New Revision: 308057 URL: http://svnweb.freebsd.org/changeset/ports/308057 Log: Update to Wine 1.5.18. This includes the following changes: - Various Windows Codecs improvements. - Fixes for OLE database support. - Improvements to system parameters management. - Some fixes to the built-in Web browser. - Fixes for XML support. - Various bug fixes. Feature safe: yes Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Dec 1 00:04:33 2012 (r308056) +++ head/emulators/wine-devel/Makefile Sat Dec 1 00:24:34 2012 (r308057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.5.17 +DISTVERSION= 1.5.18 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sat Dec 1 00:04:33 2012 (r308056) +++ head/emulators/wine-devel/distinfo Sat Dec 1 00:24:34 2012 (r308057) @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.17.tar.bz2) = b15b4cbfab4b7f3d4cf80f88ea757e221feaefbd4e515edfb04cc57529464c15 -SIZE (wine-1.5.17.tar.bz2) = 20953751 +SHA256 (wine-1.5.18.tar.bz2) = a144900cc20e55623c8c9ab26e265eb2e76d88c9e21bd21a3bcfa030fdb3fbdf +SIZE (wine-1.5.18.tar.bz2) = 21043105 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sat Dec 1 00:04:33 2012 (r308056) +++ head/emulators/wine-devel/pkg-plist Sat Dec 1 00:24:34 2012 (r308057) @@ -92,8 +92,10 @@ include/wine/windows/asptlb.h include/wine/windows/asptlb.idl include/wine/windows/asynot.idl include/wine/windows/asysta.idl +include/wine/windows/atlbase.h include/wine/windows/atliface.h include/wine/windows/atliface.idl +include/wine/windows/atlwin.h include/wine/windows/audevcod.h include/wine/windows/audioclient.h include/wine/windows/audioclient.idl @@ -739,6 +741,7 @@ lib/wine/apphelp.dll.so lib/wine/appwiz.cpl.so lib/wine/aspnet_regiis.exe.so lib/wine/atl.dll.so +lib/wine/atl100.dll.so lib/wine/atl80.dll.so lib/wine/attrib.exe.so lib/wine/authz.dll.so @@ -881,6 +884,7 @@ lib/wine/fakedlls/apphelp.dll lib/wine/fakedlls/appwiz.cpl lib/wine/fakedlls/aspnet_regiis.exe lib/wine/fakedlls/atl.dll +lib/wine/fakedlls/atl100.dll lib/wine/fakedlls/atl80.dll lib/wine/fakedlls/attrib.exe lib/wine/fakedlls/authz.dll @@ -1426,6 +1430,7 @@ lib/wine/libadsiid.a lib/wine/libadvapi32.def lib/wine/libadvpack.def lib/wine/libatl.def +lib/wine/libatl100.def lib/wine/libavicap32.def lib/wine/libavifil32.def lib/wine/libavrt.def From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 00:57: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 E6C2279B; Sat, 1 Dec 2012 00:57:30 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C466D8FC12; Sat, 1 Dec 2012 00:57:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB10vUmr091878; Sat, 1 Dec 2012 00:57:30 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB10vUZx091876; Sat, 1 Dec 2012 00:57:30 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201212010057.qB10vUZx091876@svn.freebsd.org> From: Bryan Drewery Date: Sat, 1 Dec 2012 00:57:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308058 - head/sysutils/beadm-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 00:57:31 -0000 Author: bdrewery Date: Sat Dec 1 00:57:30 2012 New Revision: 308058 URL: http://svnweb.freebsd.org/changeset/ports/308058 Log: - Update to 8f412c015a snapshot Changes: * Minor improvement to internal snapshot listing Feature safe: yes Modified: head/sysutils/beadm-devel/Makefile head/sysutils/beadm-devel/distinfo Modified: head/sysutils/beadm-devel/Makefile ============================================================================== --- head/sysutils/beadm-devel/Makefile Sat Dec 1 00:24:34 2012 (r308057) +++ head/sysutils/beadm-devel/Makefile Sat Dec 1 00:57:30 2012 (r308058) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= beadm -PORTVERSION= 0.8.99.20121102 +PORTVERSION= 0.8.99.20121130 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ LICENSE= BSD USE_GITHUB= yes GH_ACCOUNT= vermaden -GH_COMMIT= 15c57f0 +GH_COMMIT= 8f412c0 GH_TAGNAME= ${GH_COMMIT} NO_BUILD= YES Modified: head/sysutils/beadm-devel/distinfo ============================================================================== --- head/sysutils/beadm-devel/distinfo Sat Dec 1 00:24:34 2012 (r308057) +++ head/sysutils/beadm-devel/distinfo Sat Dec 1 00:57:30 2012 (r308058) @@ -1,2 +1,2 @@ -SHA256 (beadm-0.8.99.20121102.tar.gz) = 95b83d2b26dd6cc8a860041c9d567244cd99a75432d95de70c5c6eb2f7335998 -SIZE (beadm-0.8.99.20121102.tar.gz) = 14237 +SHA256 (beadm-0.8.99.20121130.tar.gz) = 28aeed054a30553db8bd4b1ea81be8fb3cbb94fb6c4523773d23612ff859bbcc +SIZE (beadm-0.8.99.20121130.tar.gz) = 14240 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 01:03: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 939078EC; Sat, 1 Dec 2012 01:03:06 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5FCD28FC08; Sat, 1 Dec 2012 01:03:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB11362S092953; Sat, 1 Dec 2012 01:03:06 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1136Q4092950; Sat, 1 Dec 2012 01:03:06 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201212010103.qB1136Q4092950@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 1 Dec 2012 01:03:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308059 - head/lang/gcc46 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 01:03:06 -0000 Author: gerald Date: Sat Dec 1 01:03:05 2012 New Revision: 308059 URL: http://svnweb.freebsd.org/changeset/ports/308059 Log: Make binutils a build dependency as well (not just a run-time dependency). Without this, the libiberty build fails locating ar. Also update to the 20121123 snapshot of 4.6.4. Feature safe: yes Modified: head/lang/gcc46/Makefile head/lang/gcc46/distinfo Modified: head/lang/gcc46/Makefile ============================================================================== --- head/lang/gcc46/Makefile Sat Dec 1 00:57:30 2012 (r308058) +++ head/lang/gcc46/Makefile Sat Dec 1 01:03:05 2012 (r308059) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 4.6.4.20121102 +PORTVERSION= 4.6.4.20121123 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -14,6 +14,7 @@ COMMENT= GNU Compiler Collection 4.6 LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ mpfr:${PORTSDIR}/math/mpfr \ mpc:${PORTSDIR}/math/mpc +BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils .if defined(MAINTAINER_MODE) Modified: head/lang/gcc46/distinfo ============================================================================== --- head/lang/gcc46/distinfo Sat Dec 1 00:57:30 2012 (r308058) +++ head/lang/gcc46/distinfo Sat Dec 1 01:03:05 2012 (r308059) @@ -1,4 +1,2 @@ -SHA256 (gcc-4.6-20121102.tar.bz2) = 6886cd3df96423936e5a791d49f5fded1a02979bace5bb16d27d5c78cbc6db77 -SIZE (gcc-4.6-20121102.tar.bz2) = 68158447 -SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 -SIZE (ecj-4.5.jar) = 1470676 +SHA256 (gcc-4.6-20121123.tar.bz2) = 6e14eab5225d65244930e6c16aa66870717039b04d6a42fe1c6680f54fe792da +SIZE (gcc-4.6-20121123.tar.bz2) = 68150899 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 01:43: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 6348616E; Sat, 1 Dec 2012 01:43:55 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 46CC18FC08; Sat, 1 Dec 2012 01:43:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB11htbH098974; Sat, 1 Dec 2012 01:43:55 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB11htMs098973; Sat, 1 Dec 2012 01:43:55 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201212010143.qB11htMs098973@svn.freebsd.org> From: Gerald Pfeifer Date: Sat, 1 Dec 2012 01:43:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308060 - head/lang/gcc46 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 01:43:55 -0000 Author: gerald Date: Sat Dec 1 01:43:54 2012 New Revision: 308060 URL: http://svnweb.freebsd.org/changeset/ports/308060 Log: Re-add ecj-4.5.jar to distinfo. Reported by: andy@neu.net Feature safe: yes Modified: head/lang/gcc46/distinfo Modified: head/lang/gcc46/distinfo ============================================================================== --- head/lang/gcc46/distinfo Sat Dec 1 01:03:05 2012 (r308059) +++ head/lang/gcc46/distinfo Sat Dec 1 01:43:54 2012 (r308060) @@ -1,2 +1,4 @@ SHA256 (gcc-4.6-20121123.tar.bz2) = 6e14eab5225d65244930e6c16aa66870717039b04d6a42fe1c6680f54fe792da SIZE (gcc-4.6-20121123.tar.bz2) = 68150899 +SHA256 (ecj-4.5.jar) = 98fd128f1d374d9e42fd9d4836bdd249c6d511ebc6c0df17fbc1b9df96c3d781 +SIZE (ecj-4.5.jar) = 1470676 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 02:10: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 15DA350E; Sat, 1 Dec 2012 02:10:47 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id ED1088FC12; Sat, 1 Dec 2012 02:10:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB12AkNE003551; Sat, 1 Dec 2012 02:10:46 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB12AktC003548; Sat, 1 Dec 2012 02:10:46 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201212010210.qB12AktC003548@svn.freebsd.org> From: Bryan Drewery Date: Sat, 1 Dec 2012 02:10:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308061 - in head: audio/audacity devel/cc65 devel/valgrind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 02:10:47 -0000 Author: bdrewery Date: Sat Dec 1 02:10:46 2012 New Revision: 308061 URL: http://svnweb.freebsd.org/changeset/ports/308061 Log: - Restore header attribution due to being removed while the policy was unclear Feature safe: yes Modified: head/audio/audacity/Makefile head/devel/cc65/Makefile head/devel/valgrind/Makefile Modified: head/audio/audacity/Makefile ============================================================================== --- head/audio/audacity/Makefile Sat Dec 1 01:43:54 2012 (r308060) +++ head/audio/audacity/Makefile Sat Dec 1 02:10:46 2012 (r308061) @@ -1,3 +1,4 @@ +# Created by: Marc van Woerkom <3d@freebsd.org> # $FreeBSD$ PORTNAME= audacity Modified: head/devel/cc65/Makefile ============================================================================== --- head/devel/cc65/Makefile Sat Dec 1 01:43:54 2012 (r308060) +++ head/devel/cc65/Makefile Sat Dec 1 02:10:46 2012 (r308061) @@ -1,3 +1,4 @@ +# Created by: Tim Vanderhoek # $FreeBSD$ PORTNAME= cc65 Modified: head/devel/valgrind/Makefile ============================================================================== --- head/devel/valgrind/Makefile Sat Dec 1 01:43:54 2012 (r308060) +++ head/devel/valgrind/Makefile Sat Dec 1 02:10:46 2012 (r308061) @@ -1,3 +1,4 @@ +# Created by: Simon Barner # $FreeBSD$ PORTNAME= valgrind From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 05:13: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 6AD14CF4; Sat, 1 Dec 2012 05:13:12 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4FAFA8FC1B; Sat, 1 Dec 2012 05:13:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB15DC8N030082; Sat, 1 Dec 2012 05:13:12 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB15DCK2030080; Sat, 1 Dec 2012 05:13:12 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201212010513.qB15DCK2030080@svn.freebsd.org> From: Xin LI Date: Sat, 1 Dec 2012 05:13:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308062 - head/databases/mariadb-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 05:13:19 -0000 Author: delphij Date: Sat Dec 1 05:13:11 2012 New Revision: 308062 URL: http://svnweb.freebsd.org/changeset/ports/308062 Log: Update to 5.3.11. PR: ports/173623 Submitted by: Geoffroy Desvernay (maintainer) Security: CVE-2012-5579 Feature safe: yes Modified: head/databases/mariadb-server/Makefile head/databases/mariadb-server/distinfo Modified: head/databases/mariadb-server/Makefile ============================================================================== --- head/databases/mariadb-server/Makefile Sat Dec 1 02:10:46 2012 (r308061) +++ head/databases/mariadb-server/Makefile Sat Dec 1 05:13:11 2012 (r308062) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mariadb -PORTVERSION= 5.3.8 +PORTVERSION= 5.3.11 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \ Modified: head/databases/mariadb-server/distinfo ============================================================================== --- head/databases/mariadb-server/distinfo Sat Dec 1 02:10:46 2012 (r308061) +++ head/databases/mariadb-server/distinfo Sat Dec 1 05:13:11 2012 (r308062) @@ -1,2 +1,2 @@ -SHA256 (mariadb-5.3.8.tar.gz) = ba175431eb8e5d21f0a3cfac11fe4296ccb92ab4fd920ff4e907a45b7fb342ed -SIZE (mariadb-5.3.8.tar.gz) = 26798886 +SHA256 (mariadb-5.3.11.tar.gz) = 07a766b007c2f2c50680ccde121801208222877bb9311ffc9abf85e2f5e09f3a +SIZE (mariadb-5.3.11.tar.gz) = 26865690 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 06:32: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 9DE22422; Sat, 1 Dec 2012 06:32:48 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 78EFE8FC12; Sat, 1 Dec 2012 06:32:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB16WmPG042833; Sat, 1 Dec 2012 06:32:48 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB16WmHa042830; Sat, 1 Dec 2012 06:32:48 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201212010632.qB16WmHa042830@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sat, 1 Dec 2012 06:32:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308063 - in head/science/avogadro: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 06:32:48 -0000 Author: rm Date: Sat Dec 1 06:32:48 2012 New Revision: 308063 URL: http://svnweb.freebsd.org/changeset/ports/308063 Log: - add patch to fix build with latest boost 1.48 while here: - trim Makefile header - remove indefinite article from COMMENT - convert to optionsng - strict python version to 2.x, because avogadro python code isn't 3.x-aware - use PYTHON_PKGNAMEPREFIX in dependencies - update WWW PR: 173944 Submitted by: Troels Kofoed Jacobsen (maintainer) Feature safe: yes Added: head/science/avogadro/files/patch-libavogadro__CMakeLists.txt (contents, props changed) Modified: head/science/avogadro/Makefile head/science/avogadro/pkg-descr Modified: head/science/avogadro/Makefile ============================================================================== --- head/science/avogadro/Makefile Sat Dec 1 05:13:11 2012 (r308062) +++ head/science/avogadro/Makefile Sat Dec 1 06:32:48 2012 (r308063) @@ -1,9 +1,5 @@ -# New ports collection makefile for: avogadro -# Date created: 19 May 2009 -# Whom: Troels Kofoed Jacobsen -# +# Created by: Troels Kofoed Jacobsen # $FreeBSD$ -# PORTNAME= avogadro PORTVERSION= 1.0.3 @@ -12,7 +8,7 @@ CATEGORIES= science MASTER_SITES= SF MAINTAINER= tkjacobsen@gmail.com -COMMENT= An advanced molecular editor and viewer +COMMENT= Advanced molecular editor and viewer BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 LIB_DEPENDS= openbabel.3:${PORTSDIR}/science/openbabel @@ -28,19 +24,19 @@ CMAKE_ARGS= -DENABLE_GLSL=OFF \ USE_GCC= 4.4+ MAKE_JOBS_SAFE= yes -OPTIONS= PYTHON "Enable python support" off +OPTIONS_DEFINE= PYTHON MAN1= avogadro.1 avopkg.1 .include -.if defined (WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} CMAKE_ARGS+= -DENABLE_PYTHON=ON -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 BUILD_DEPENDS+= ${PYNUMPY} \ - sip:${PORTSDIR}/devel/py-sip + ${PYTHON_PKGNAMEPREFIX}sip>0:${PORTSDIR}/devel/py-sip RUN_DEPENDS+= ${PYNUMPY} \ - sip:${PORTSDIR}/devel/py-sip + ${PYTHON_PKGNAMEPREFIX}sip>0:${PORTSDIR}/devel/py-sip LIB_DEPENDS+= boost_python:${PORTSDIR}/devel/boost-python-libs PLIST_SUB+= PYTHON="" .else Added: head/science/avogadro/files/patch-libavogadro__CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/avogadro/files/patch-libavogadro__CMakeLists.txt Sat Dec 1 06:32:48 2012 (r308063) @@ -0,0 +1,12 @@ +--- libavogadro/CMakeLists.txt.orig 2012-11-26 21:38:12.000000000 +0100 ++++ libavogadro/CMakeLists.txt 2012-11-26 21:39:47.000000000 +0100 +@@ -18,7 +18,8 @@ + # Assume all MOC stuff is in the headers, replace .cpp and use qt4_wrap_cpp + # We should probably scan the header to verify the Q_OBJECT macro is used + string(REPLACE ".cpp" ".h" hdr_list "${src_list}") +- qt4_wrap_cpp(moc_files ${hdr_list}) ++ qt4_wrap_cpp(moc_files ${hdr_list} OPTIONS ++ -DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED) + # Now sort out the ui and qrc files, process them as appropriate + set(ui_plugin_files) + set(qrc_plugin_files) Modified: head/science/avogadro/pkg-descr ============================================================================== --- head/science/avogadro/pkg-descr Sat Dec 1 05:13:11 2012 (r308062) +++ head/science/avogadro/pkg-descr Sat Dec 1 06:32:48 2012 (r308063) @@ -3,4 +3,4 @@ computational chemistry, molecular model and related areas. It offers flexible rendering and a powerful plugin architecture. -WWW: http://avogadro.openmolecules.net/ +WWW: http://avogadro.openmolecules.net/wiki/Main_Page From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 07:17: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 61705715; Sat, 1 Dec 2012 07:17:34 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 39BB48FC14; Sat, 1 Dec 2012 07:17:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB17HX6W050531; Sat, 1 Dec 2012 07:17:33 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB17HX4C050529; Sat, 1 Dec 2012 07:17:33 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201212010717.qB17HX4C050529@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sat, 1 Dec 2012 07:17:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308064 - head/games/palomino X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 07:17:34 -0000 Author: rm Date: Sat Dec 1 07:17:33 2012 New Revision: 308064 URL: http://svnweb.freebsd.org/changeset/ports/308064 Log: - replace fullpath with ${DOCSDIR} Suggested by: ak Feature safe: yes Modified: head/games/palomino/Makefile Modified: head/games/palomino/Makefile ============================================================================== --- head/games/palomino/Makefile Sat Dec 1 06:32:48 2012 (r308063) +++ head/games/palomino/Makefile Sat Dec 1 07:17:33 2012 (r308064) @@ -108,7 +108,7 @@ post-install: ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} \* ${DOCSDIR}/ - ${LN} -sf ${PREFIX}/share/doc/palomino/images/palominoLogo.png \ + ${LN} -sf ${DOCSDIR}/images/palominoLogo.png \ ${PREFIX}/share/pixmaps/${PORTNAME}.png .include From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 08:21: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 6C8F6AD8; Sat, 1 Dec 2012 08:21:20 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5163D8FC12; Sat, 1 Dec 2012 08:21:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB18LKBR061855; Sat, 1 Dec 2012 08:21:20 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB18LKAc061852; Sat, 1 Dec 2012 08:21:20 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201212010821.qB18LKAc061852@svn.freebsd.org> From: TAKATSU Tomonari Date: Sat, 1 Dec 2012 08:21:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308065 - head/devel/R-cran-caret X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 08:21:20 -0000 Author: tota Date: Sat Dec 1 08:21:19 2012 New Revision: 308065 URL: http://svnweb.freebsd.org/changeset/ports/308065 Log: - Update to 5.15-045 Feature safe: yes Modified: head/devel/R-cran-caret/Makefile head/devel/R-cran-caret/distinfo Modified: head/devel/R-cran-caret/Makefile ============================================================================== --- head/devel/R-cran-caret/Makefile Sat Dec 1 07:17:33 2012 (r308064) +++ head/devel/R-cran-caret/Makefile Sat Dec 1 08:21:19 2012 (r308065) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= caret -DISTVERSION= 5.15-044 +DISTVERSION= 5.15-045 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/devel/R-cran-caret/distinfo ============================================================================== --- head/devel/R-cran-caret/distinfo Sat Dec 1 07:17:33 2012 (r308064) +++ head/devel/R-cran-caret/distinfo Sat Dec 1 08:21:19 2012 (r308065) @@ -1,2 +1,2 @@ -SHA256 (caret_5.15-044.tar.gz) = 9f6baa0be21f011643853dfc615b6e6111e0747197bc9835f0e35d680b396614 -SIZE (caret_5.15-044.tar.gz) = 3297929 +SHA256 (caret_5.15-045.tar.gz) = 70360faca661380e481decc872143a0689f9ba194dfb2cbef2a98e8b0c59d786 +SIZE (caret_5.15-045.tar.gz) = 3297936 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 09:07: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 113B1238; Sat, 1 Dec 2012 09:07:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D174D8FC08; Sat, 1 Dec 2012 09:07:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB197dcr070317; Sat, 1 Dec 2012 09:07:39 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB197dLB070315; Sat, 1 Dec 2012 09:07:39 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201212010907.qB197dLB070315@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 1 Dec 2012 09:07:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308066 - head/audio/audiere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 09:07:40 -0000 Author: amdmi3 Date: Sat Dec 1 09:07:39 2012 New Revision: 308066 URL: http://svnweb.freebsd.org/changeset/ports/308066 Log: - OptionsNG - Trim header - Fix build WITHOUT_OGG PR: 173774 Submitted by: Chris Petrik Feature safe: yes Modified: head/audio/audiere/Makefile Modified: head/audio/audiere/Makefile ============================================================================== --- head/audio/audiere/Makefile Sat Dec 1 08:21:19 2012 (r308065) +++ head/audio/audiere/Makefile Sat Dec 1 09:07:39 2012 (r308066) @@ -1,9 +1,5 @@ -# New ports collection makefile for: audiere -# Date created: 12 Sep 2007 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $FreeBSD$ -# PORTNAME= audiere PORTVERSION= 1.9.4 @@ -30,11 +26,13 @@ PORTDOCS= changelog.txt cvs.txt dependen CONFIGURE_REPLACES='s|wx_config|no_&|' -OPTIONS= DUMB "Enable DUMB support" on \ - CDAUDIO "Enable libcdaudio support" on \ - VORBIS "Enable ogg vorbis support" on \ - SPEEX "Enable speex support" on -# FLAC "Enable FLAC support" on +#OPTIONS_DEFINE= DUMB CDAUDIO VORBIS SPEEX FLAC +#OPTIONS_DEFAULT= DUMB CDAUDIO VORBIS SPEEX FLAC +OPTIONS_DEFINE= DUMB CDAUDIO VORBIS SPEEX +OPTIONS_DEFAULT= DUMB CDAUDIO VORBIS SPEEX + +DUMB_DESC= DUMB support +CDAUDIO_DESC= libcdaudio support .include @@ -45,27 +43,29 @@ OPTIONS= DUMB "Enable DUMB support" on \ CONFIGURE_REPLACES+='/AC_CHECK_LIB/ s|FLAC|no_&|' #.endif -.if !defined(WITHOUT_DUMB) +.if ${PORT_OPTIONS:MDUMB} BUILD_DEPENDS+= ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb .else CONFIGURE_REPLACES+='/AC_CHECK_LIB/ s|dumb|no_&|' .endif -.if !defined(WITHOUT_CDAUDIO) -LIB_DEPENDS+= cdaudio.1:${PORTSDIR}/audio/libcdaudio +.if ${PORT_OPTIONS:MCDAUDIO} +LIB_DEPENDS+= cdaudio:${PORTSDIR}/audio/libcdaudio .else CONFIGURE_REPLACES+='/AC_CHECK_LIB/ s|cdaudio|no_&|' .endif -.if !defined(WITHOUT_VORBIS) -LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \ +# since dumb is a static lib and it depends on ogg, we should +# link audiere with ogg as well +.if ${PORT_OPTIONS:MVORBIS} || ${PORT_OPTIONS:MDUMB} +LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis \ ogg:${PORTSDIR}/audio/libogg .else CONFIGURE_REPLACES+='/AC_CHECK_HEADER/ s|vorbis|no_&|' .endif -.if !defined(WITHOUT_SPEEX) -LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex +.if ${PORT_OPTIONS:MSPEEX} +LIB_DEPENDS+= speex:${PORTSDIR}/audio/speex .else CONFIGURE_REPLACES+='/AC_CHECK_HEADER/ s|speex|no_&|' .endif From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 09:37: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 9C1A5459; Sat, 1 Dec 2012 09:37:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6860B8FC13; Sat, 1 Dec 2012 09:37:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB19bOMw075813; Sat, 1 Dec 2012 09:37:24 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB19bOsf075812; Sat, 1 Dec 2012 09:37:24 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201212010937.qB19bOsf075812@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 1 Dec 2012 09:37:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308067 - head/games/xbill X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 09:37:24 -0000 Author: amdmi3 Date: Sat Dec 1 09:37:23 2012 New Revision: 308067 URL: http://svnweb.freebsd.org/changeset/ports/308067 Log: - OptionsNG - Trim header Feature safe: yes Modified: head/games/xbill/Makefile Modified: head/games/xbill/Makefile ============================================================================== --- head/games/xbill/Makefile Sat Dec 1 09:07:39 2012 (r308066) +++ head/games/xbill/Makefile Sat Dec 1 09:37:23 2012 (r308067) @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: xbill -# Date created: 12 September 1995 -# Whom: asami -# +# Created by: asami # $FreeBSD$ -# PORTNAME= xbill PORTVERSION= 2.1 @@ -32,25 +27,27 @@ DESKTOP_ENTRIES="xBill" \ "Game;ArcadeGame;" \ false -OPTIONS= ATHENA "Build with Athena widget set" off \ - GTK "Build with GTK widget set" on \ - MOTIF "Build with Motif widget set" off +OPTIONS_SINGLE= WIDGETSET +OPTIONS_SINGLE_WIDGETSET= ATHENA GTK MOTIF +OPTIONS_DEFAULT= GTK + +ATHENA_DESC= Athena widget set +GTK_DESC= GTK widget set +MOTIF_DESC= Motif widget set .include -.if defined(WITH_ATHENA) && !defined(WITH_GTK) && !defined(WITH_MOTIF) +.if ${PORT_OPTIONS:MATHENA} CONFIGURE_ARGS+= --disable-gtk --disable-motif USE_XORG= xaw xmu xt x11 sm ice -.elif !defined(WITH_ATHENA) && defined(WITH_GTK) && !defined(WITH_MOTIF) -CONFIGURE_ARGS+= --disable-athena --disable-motif -USE_GNOME= gtk12 -USE_XORG= sm ice -.elif !defined(WITH_ATHENA) && !defined(WITH_GTK) && defined(WITH_MOTIF) +.elif ${PORT_OPTIONS:MMOTIF} CONFIGURE_ARGS+= --disable-athena --disable-gtk USE_XORG= xt x11 sm ice xpm USE_MOTIF= yes -.else -IGNORE= can't be build: please rerun 'make config' and chose exactly one widget set +.else # ${PORT_OPTIONS:MGTK} +CONFIGURE_ARGS+= --disable-athena --disable-motif +USE_GNOME= gtk12 +USE_XORG= sm ice .endif post-patch: From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 09:38: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 0C04451E; Sat, 1 Dec 2012 09:38:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E3E6E8FC12; Sat, 1 Dec 2012 09:38:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB19cVCM076062; Sat, 1 Dec 2012 09:38:31 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB19cVSl076061; Sat, 1 Dec 2012 09:38:31 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201212010938.qB19cVSl076061@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 1 Dec 2012 09:38:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308068 - head/games/kobodeluxe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 09:38:32 -0000 Author: amdmi3 Date: Sat Dec 1 09:38:31 2012 New Revision: 308068 URL: http://svnweb.freebsd.org/changeset/ports/308068 Log: - OptionsNG - Trim header Feature safe: yes Modified: head/games/kobodeluxe/Makefile Modified: head/games/kobodeluxe/Makefile ============================================================================== --- head/games/kobodeluxe/Makefile Sat Dec 1 09:37:23 2012 (r308067) +++ head/games/kobodeluxe/Makefile Sat Dec 1 09:38:31 2012 (r308068) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kobodeluxe -# Date created: 12 June 2002 -# Whom: Amar Takhar -# +# Created by: Amar Takhar # $FreeBSD$ -# PORTNAME= kobodeluxe PORTVERSION= 0.5.1 @@ -36,11 +32,12 @@ DESKTOP_ENTRIES="Kobo Deluxe" \ "Game;ArcadeGame;" \ false -OPTIONS= OPENGL "OpenGL rendering layer" on +OPTIONS_DEFINE= OPENGL +OPTIONS_DEFAULT=OPENGL -.include +.include -.if !defined(WITHOUT_OPENGL) +.if ${PORT_OPTIONS:MOPENGL} USE_GL= yes CONFIGURE_ARGS+= --enable-opengl .else @@ -67,4 +64,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/icons/Ubuntu/kobo-icon.xpm \ ${PREFIX}/share/pixmaps/ -.include +.include From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 09:40: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 3A0C75EB; Sat, 1 Dec 2012 09:40:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 060438FC0C; Sat, 1 Dec 2012 09:40:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB19eb2j076502; Sat, 1 Dec 2012 09:40:37 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB19ebLD076501; Sat, 1 Dec 2012 09:40:37 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201212010940.qB19ebLD076501@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 1 Dec 2012 09:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308069 - head/games/construo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 09:40:38 -0000 Author: amdmi3 Date: Sat Dec 1 09:40:37 2012 New Revision: 308069 URL: http://svnweb.freebsd.org/changeset/ports/308069 Log: - OptionsNG - Trim header - Fix build for WITHOUT_GLUT Feature safe: yes Modified: head/games/construo/Makefile Modified: head/games/construo/Makefile ============================================================================== --- head/games/construo/Makefile Sat Dec 1 09:38:31 2012 (r308068) +++ head/games/construo/Makefile Sat Dec 1 09:40:37 2012 (r308069) @@ -1,16 +1,11 @@ -# New ports collection makefile for: construo -# Date created: 24 Nov 2005 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $FreeBSD$ -# PORTNAME= construo PORTVERSION= 0.2.2 PORTREVISION= 5 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= construo +MASTER_SITES= SAVANNAH/construo MAINTAINER= amdmi3@FreeBSD.org COMMENT= A fun construction toy @@ -18,17 +13,20 @@ COMMENT= A fun construction toy GNU_CONFIGURE= yes USE_GMAKE= yes USE_XORG= sm ice x11 xext xxf86vm +USE_GL= gl glu CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lGLU CONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${DATADIR} -OPTIONS= GLUT "Use glut" on +OPTIONS_DEFINE= GLUT +OPTIONS_DEFAULT=GLUT +GLUT_DESC= Use glut -.include +.include -.if defined(WITH_GLUT) -USE_GL= glut +.if ${PORT_OPTIONS:MGLUT} +USE_GL+= glut PLIST_SUB+= GLUTBIN:="" .else PLIST_SUB+= GLUTBIN:="@comment " @@ -40,15 +38,15 @@ post-patch: @${REINPLACE_CMD} '/stream/!s/std:://' ${WRKSRC}/vector.cxx @${REINPLACE_CMD} 's|^\(#define CONSTRUO_DATADIR DATADIR\).*|\1|' ${WRKSRC}/construo.hxx @${REINPLACE_CMD} 's|.*glut_1_3_glutMainLoop = yes.*|if false; then|' ${WRKSRC}/configure -.if defined(WITHOUT_GLUT) +.if ! ${PORT_OPTIONS:MGLUT} @${REINPLACE_CMD} 's|.*glut_glutMainLoop = yes.*|if false; then|' ${WRKSRC}/configure .endif post-install: -.if defined(WITH_GLUT) +.if ${PORT_OPTIONS:MGLUT} cd ${PREFIX}/bin && ${LN} -s ${PORTNAME}.glut ${PORTNAME} .else cd ${PREFIX}/bin && ${LN} -s ${PORTNAME}.x11 ${PORTNAME} .endif -.include +.include From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 09:41: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 15F616AC; Sat, 1 Dec 2012 09:41:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EE9EB8FC12; Sat, 1 Dec 2012 09:41:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB19fsbE076852; Sat, 1 Dec 2012 09:41:54 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB19fsQV076848; Sat, 1 Dec 2012 09:41:54 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201212010941.qB19fsQV076848@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 1 Dec 2012 09:41:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308070 - in head/games/widelands: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 09:41:55 -0000 Author: amdmi3 Date: Sat Dec 1 09:41:54 2012 New Revision: 308070 URL: http://svnweb.freebsd.org/changeset/ports/308070 Log: - Update to build17 - Trim header Feature safe: yes Deleted: head/games/widelands/files/patch-doc-CMakeLists.txt head/games/widelands/files/patch-src-graphic-SDL_mng.cc head/games/widelands/files/patch-src-io-filesystem-disk_filesystem.cc head/games/widelands/files/patch-src-wlapplication.cc Modified: head/games/widelands/Makefile head/games/widelands/distinfo head/games/widelands/files/patch-CMakeLists.txt Modified: head/games/widelands/Makefile ============================================================================== --- head/games/widelands/Makefile Sat Dec 1 09:40:37 2012 (r308069) +++ head/games/widelands/Makefile Sat Dec 1 09:41:54 2012 (r308070) @@ -1,24 +1,19 @@ -# Ports collection makefile for: widelands -# Date created: 8 April 2007 -# Whom: Bartosz Fabianowski -# +# Created by: Bartosz Fabianowski # $FreeBSD$ -# PORTNAME= widelands -DISTVERSION= build16 -PORTREVISION= 3 +DISTVERSION= build17 CATEGORIES= games -MASTER_SITES= http://launchpadlibrarian.net/69520494/ \ +MASTER_SITES= https://launchpadlibrarian.net/102893896/ \ http://mirror.amdmi3.ru/distfiles/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Realtime strategy game inspired by Settlers II -LIB_DEPENDS= ggzcore.9:${PORTSDIR}/games/ggz-client-libs \ - png15:${PORTSDIR}/graphics/png \ - GLEW.1:${PORTSDIR}/graphics/glew +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ + GLEW.1:${PORTSDIR}/graphics/glew \ + execinfo:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes @@ -32,7 +27,6 @@ CMAKE_ARGS= -DWL_INSTALL_PREFIX="${PREFI USE_LUA= 5.1+ USE_SDL= sdl mixer image net ttf gfx USE_PYTHON_BUILD=2.5+ -CFLAGS+= -I${LOCALBASE}/include/libpng15 MAKE_JOBS_SAFE= yes PLIST_FILES= bin/widelands @@ -45,8 +39,6 @@ DESKTOP_ENTRIES="Widelands" \ false post-patch: - @${REINPLACE_CMD} -e '/ifndef/ s|__APPLE__|__FreeBSD__|' \ - ${WRKSRC}/src/backtrace.cc @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/cmake/Modules/*.cmake Modified: head/games/widelands/distinfo ============================================================================== --- head/games/widelands/distinfo Sat Dec 1 09:40:37 2012 (r308069) +++ head/games/widelands/distinfo Sat Dec 1 09:41:54 2012 (r308070) @@ -1,2 +1,2 @@ -SHA256 (widelands-build16-src.tar.bz2) = d8db3c15c30314cb220c6d79d93d3d31e7bce2722c93d2c385d643c3c669625d -SIZE (widelands-build16-src.tar.bz2) = 137808494 +SHA256 (widelands-build17-src.tar.bz2) = be48b3b8f342a537b39a3aec2f7702250a6a47e427188ba3bece67d7d90f3cc5 +SIZE (widelands-build17-src.tar.bz2) = 175547379 Modified: head/games/widelands/files/patch-CMakeLists.txt ============================================================================== --- head/games/widelands/files/patch-CMakeLists.txt Sat Dec 1 09:40:37 2012 (r308069) +++ head/games/widelands/files/patch-CMakeLists.txt Sat Dec 1 09:41:54 2012 (r308070) @@ -1,11 +1,30 @@ ---- CMakeLists.txt.orig 2011-04-15 22:40:26.000000000 +0400 -+++ CMakeLists.txt 2011-05-25 01:12:54.000000000 +0400 -@@ -204,7 +204,7 @@ - set (CMAKE_CXX_FLAGS_DEBUG "-g -DDEBUG -DNOPARACHUTE${WL_COMPILERFLAG_OLDSTYLECAST}${WL_COMPILERFLAG_GENERICWARNINGS}${WL_COMPILERFLAG_EXTRAWARNINGS}${WL_COMPILERFLAG_STRICT}" CACHE STRING "Set by widelands CMakeLists.txt" FORCE) +--- CMakeLists.txt.orig 2012-04-23 13:46:49.000000000 +0400 ++++ CMakeLists.txt 2012-11-30 17:28:03.093935459 +0400 +@@ -219,12 +219,10 @@ + ) + STRING(REGEX REPLACE ".*(4)\\.(5)\\.([0-9]).*" "\\1.\\2.\\3" WLBUILD_COMPILERVERSION_REP ${WLBUILD_COMPILERVERSION}) + IF (WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.1" OR WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.2") +- message("Detected gcc ${WLBUILD_COMPILERVERSION_REP}") +- message("Suffering from gcc bug, disabling -O3") +- set (CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG" CACHE STRING "Set by widelands CMakeLists.txt" FORCE) ++ set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNDEBUG" CACHE STRING "Set by widelands CMakeLists.txt" FORCE) + ELSE (WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.1" OR WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.2") + #This line is the default and should be preserved. +- set (CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG" CACHE STRING "Set by widelands CMakeLists.txt" FORCE) ++ set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNDEBUG" CACHE STRING "Set by widelands CMakeLists.txt" FORCE) + ENDIF (WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.1" OR WLBUILD_COMPILERVERSION_REP STREQUAL "4.5.2") + ENDIF (${CMAKE_COMPILER_IS_GNUCXX}) - # CMAKE defines "-O3 -DNDEBUG", but we better say -O2 (see gcc manual) --set (CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG" CACHE STRING "Set by widelands CMakeLists.txt" FORCE) -+set (CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG" CACHE STRING "Set by widelands CMakeLists.txt" FORCE) +@@ -391,10 +389,10 @@ + find_package(ZLIB REQUIRED) + include_directories(${ZLIB_INCLUDE_DIR}) - #If building with MSVC, then check for 3rdparty libs - if (DEFINED MSVC) +-if (APPLE OR WIN32) ++if (APPLE OR WIN32 OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD") + find_package(intl REQUIRED) + include_directories(${INTL_INCLUDE_DIR}) +-endif (APPLE OR WIN32) ++endif (APPLE OR WIN32 OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD") + + find_package(SDL REQUIRED) + include_directories(${SDL_INCLUDE_DIR}) From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 10:46: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 2137CC97; Sat, 1 Dec 2012 10:46:54 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 03AB78FC17; Sat, 1 Dec 2012 10:46:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1Akrvw089737; Sat, 1 Dec 2012 10:46:53 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1Akr4M089734; Sat, 1 Dec 2012 10:46:53 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201212011046.qB1Akr4M089734@svn.freebsd.org> From: Beat Gaetzi Date: Sat, 1 Dec 2012 10:46:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308071 - head/devel/kcachegrind X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 10:46:54 -0000 Author: beat Date: Sat Dec 1 10:46:53 2012 New Revision: 308071 URL: http://svnweb.freebsd.org/changeset/ports/308071 Log: - Update to 0.7.3 PR: ports/173762 Submitted by: dumbbell Feature safe: yes Modified: head/devel/kcachegrind/Makefile head/devel/kcachegrind/distinfo Modified: head/devel/kcachegrind/Makefile ============================================================================== --- head/devel/kcachegrind/Makefile Sat Dec 1 09:41:54 2012 (r308070) +++ head/devel/kcachegrind/Makefile Sat Dec 1 10:46:53 2012 (r308071) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= kcachegrind -PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTVERSION= 0.7.3 CATEGORIES= devel kde MASTER_SITES= http://kcachegrind.sourceforge.net/ Modified: head/devel/kcachegrind/distinfo ============================================================================== --- head/devel/kcachegrind/distinfo Sat Dec 1 09:41:54 2012 (r308070) +++ head/devel/kcachegrind/distinfo Sat Dec 1 10:46:53 2012 (r308071) @@ -1,2 +1,2 @@ -SHA256 (kcachegrind-0.7.0.tar.gz) = d49f702f3375ea511e5f802a22ec7a157374795f460c5f52b41115352a102136 -SIZE (kcachegrind-0.7.0.tar.gz) = 284712 +SHA256 (kcachegrind-0.7.3.tar.gz) = 49b80b979f8b88afc410fdf68d2f57e0f4919fdf6433ca918be81c7a5ee7d1ed +SIZE (kcachegrind-0.7.3.tar.gz) = 292703 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 12: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 53EA6637; Sat, 1 Dec 2012 12:04:42 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 382248FC08; Sat, 1 Dec 2012 12:04:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1C4gr4005178; Sat, 1 Dec 2012 12:04:42 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1C4fcR005172; Sat, 1 Dec 2012 12:04:41 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201212011204.qB1C4fcR005172@svn.freebsd.org> From: Chris Rees Date: Sat, 1 Dec 2012 12:04:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308072 - in head: . www www/typo3 www/typo347 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 12:04:42 -0000 Author: crees Date: Sat Dec 1 12:04:41 2012 New Revision: 308072 URL: http://svnweb.freebsd.org/changeset/ports/308072 Log: Update typo3 to 6.0.0 Preserve 4.7 as typo347 PR: ports/173976 Submitted by: Helmut Ritter (maintainer) Feature safe: yes Added: head/www/typo347/ - copied from r308071, head/www/typo3/ Modified: head/UPDATING head/www/Makefile head/www/typo3/Makefile head/www/typo3/distinfo head/www/typo3/pkg-descr head/www/typo3/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Dec 1 10:46:53 2012 (r308071) +++ head/UPDATING Sat Dec 1 12:04:41 2012 (r308072) @@ -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. +20121201: + AFFECTS: Users of www/typo3 + AUTHOR: Helmut Ritter + + www/typo3 has been repocopied to www/typo347. If you need to continue with + the old stable version please run + + # portmaster -o www/typo347 www/typo3 + or + # portupgrade -fo www/typo347 www/typo3 + or + # pkg set -o www/typo3:www/typo347 + 20121128: AFFECTS: Users of irc/znc AUTHOR: jase@FreeBSD.org Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Dec 1 10:46:53 2012 (r308071) +++ head/www/Makefile Sat Dec 1 12:04:41 2012 (r308072) @@ -1947,6 +1947,7 @@ SUBDIR += typo3 SUBDIR += typo345 SUBDIR += typo346 + SUBDIR += typo347 SUBDIR += typolight SUBDIR += udmsearch SUBDIR += ump Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Sat Dec 1 10:46:53 2012 (r308071) +++ head/www/typo3/Makefile Sat Dec 1 12:04:41 2012 (r308072) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 4.7.7 +PORTVERSION= 6.0.0 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} @@ -14,7 +14,7 @@ LICENSE= GPLv2 NO_BUILD= yes USE_PHP= ctype filter json mysql pcre session xml WANT_PHP_WEB= yes -IGNORE_WITH_PHP=4 +IGNORE_WITH_PHP=52- TYPO3WWW= www TYPO3RELEASE= @@ -27,13 +27,21 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" DISTFILES+= ${TYPO3SRC}${EXTRACT_SUFX} ${TYPO3DUMMY}${EXTRACT_SUFX} -OPTIONS_DEFINE= CURL GD IMAGICK MBSTRING ZLIB +OPTIONS_DEFINE= APC CURL GD IMAGICK MBSTRING MYSQL ZLIB +APC_DESC= Alternative PHP Cache +CURL_DESC= cURL supprt +GD_DESC= GDlib/freetype support IMAGICK_DESC= ${IMAGEMAGICK_DESC} MBSTRING_DESC= ${MULTIBYTE_DESC} -GD_DESC= GDlib/freetype support +MYSQL_DESC= Install MySQL Server +ZLIB_DESC= zlib support .include +.if ${PORT_OPTIONS:MAPC} +USE_PHP+= apc +.endif + .if ${PORT_OPTIONS:MCURL} USE_PHP+= curl .endif @@ -54,12 +62,17 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/convert:$ USE_PHP+= mbstring .endif +.if ${PORT_OPTIONS:MMYSQL} +USE_MYSQL= yes +IGNORE_WITH_MYSQL= 41 50 +.endif + .if ${PORT_OPTIONS:MZLIB} USE_PHP+= zlib .endif pre-install: - ${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php ${WRKDIR}/${TYPO3DUMMY}/typo3conf/localconf.php.dist + ${MV} ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php ${WRKDIR}/${TYPO3DUMMY}/typo3conf/LocalConfiguration.php.dist do-install: ${CP} -R ${WRKDIR}/${TYPO3DUMMY}/ ${PREFIX}/${TYPO3SITE} Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Sat Dec 1 10:46:53 2012 (r308071) +++ head/www/typo3/distinfo Sat Dec 1 12:04:41 2012 (r308072) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.7.7.tar.gz) = 2e76d6566984f153483bf4dcdfd27e58ad375fc88e9446da2208a97aaec568ce -SIZE (typo3_src-4.7.7.tar.gz) = 22467223 -SHA256 (dummy-4.7.7.tar.gz) = 16b30ba8621cc749cef1408e486bbd95b70307c4e505fe9aae40b2d78358bac6 -SIZE (dummy-4.7.7.tar.gz) = 10148 +SHA256 (typo3_src-6.0.0.tar.gz) = afb72a7406cc693beddefc7ee247c00cac1719cb414d0d4ca20a4086019925ac +SIZE (typo3_src-6.0.0.tar.gz) = 22131398 +SHA256 (dummy-6.0.0.tar.gz) = 3e3059104ee515c17c584ddeb923f751781dd61b4ca7a111266d12f3c16e6f4c +SIZE (dummy-6.0.0.tar.gz) = 10187 Modified: head/www/typo3/pkg-descr ============================================================================== --- head/www/typo3/pkg-descr Sat Dec 1 10:46:53 2012 (r308071) +++ head/www/typo3/pkg-descr Sat Dec 1 12:04:41 2012 (r308072) @@ -2,8 +2,9 @@ TYPO3 is a free Open Source content mana on the web and in intranets. It offers full flexibility and extendability while featuring an accomplished set of ready-made interfaces, functions and modules. +The latest stable release (for new and existing projects) This version is the current stable release. It is recommended for existing -projects and will get full support (bugfixes and security fixes) until April -2013, but will get security fixes until October 2013. +projects and will get full support (bug fixes and security fixes) until April +2014, but will get security fixes until October 2014. WWW: http://typo3.org/ Modified: head/www/typo3/pkg-plist ============================================================================== --- head/www/typo3/pkg-plist Sat Dec 1 10:46:53 2012 (r308071) +++ head/www/typo3/pkg-plist Sat Dec 1 12:04:41 2012 (r308072) @@ -10,11 +10,11 @@ %%WWWDIR%%/t3lib %%WWWDIR%%/typo3 %%WWWDIR%%/typo3_src +%%WWWDIR%%/typo3conf/LocalConfiguration.php.dist %%WWWDIR%%/typo3conf/ext/index.html %%WWWDIR%%/typo3conf/extTables.php %%WWWDIR%%/typo3conf/index.html %%WWWDIR%%/typo3conf/l10n/index.html -%%WWWDIR%%/typo3conf/localconf.php.dist %%WWWDIR%%/typo3temp/index.html %%WWWDIR%%/uploads/index.html %%WWWDIR%%/uploads/media/index.html @@ -65,7 +65,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_arraybrowser.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_autoloader.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_basicfilefunc.php -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_bedisplaylog.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_befunc.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_beuserauth.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/class.t3lib_browsetree.php @@ -145,7 +144,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/interfaces/interface.t3lib_collection_persistable.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/interfaces/interface.t3lib_collection_recordcollection.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/collection/interfaces/interface.t3lib_collection_sortable.php -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/config_default.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/class.t3lib_contextmenu_abstractcontextmenu.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/class.t3lib_contextmenu_abstractdataprovider.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/class.t3lib_contextmenu_action.php @@ -154,7 +152,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/pagetree/class.t3lib_contextmenu_pagetree_dataprovider.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/pagetree/extdirect/class.t3lib_contextmenu_pagetree_extdirect_contextmenu.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/contextmenu/renderer/class.t3lib_contextmenu_renderer_abstract.php -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/core_autoload.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/csconvtbl/ascii.tbl %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/csconvtbl/big5.tbl %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/csconvtbl/euc-kr.tbl @@ -312,11 +309,16 @@ %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/spritemanager/class.t3lib_spritemanager_simplehandler.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/spritemanager/class.t3lib_spritemanager_spritebuildinghandler.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/spritemanager/class.t3lib_spritemanager_spritegenerator.php -%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/load_ext_tables.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/DefaultConfiguration.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tables.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tables.sql %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tbl_be.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tbl_pages.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tca_sys_category.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tca_sys_file.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tca_sys_file_collection.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tca_sys_file_reference.php +%%WWWDIR%%_src-%%PORTVERSION%%/t3lib/stddb/tca_sys_file_storage.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tceforms/class.t3lib_tceforms_flexforms.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tceforms/class.t3lib_tceforms_suggest.php %%WWWDIR%%_src-%%PORTVERSION%%/t3lib/tceforms/class.t3lib_tceforms_suggest_defaultreceiver.php @@ -378,14 +380,11 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_doc.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_doc_nodoc.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_file_navframe.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_intro.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_shortcut.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/alt_topmenu_dummy.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/backend.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/border.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/browse_links.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/browser.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.alt_menu_functions.inc %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.browse_links.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.db_list.inc %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.db_list_extra.inc @@ -393,6 +392,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.filelistfoldertree.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.show_rechis.inc %%WWWDIR%%_src-%%PORTVERSION%%/typo3/class.webpagetree.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/classes/ModuleStorage.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/classes/class.ajaxlogin.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/classes/class.clearcachemenu.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/classes/class.livesearch.php @@ -921,7 +921,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/LICENCE %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/ReadMe.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/idna/idna_convert.class.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jsmin/jsmin.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.8.2.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/jquery/jquery-1.8.2.min.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr/LICENSE.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/modernizr/modernizr.min.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/pear/HTTP/Request2.php @@ -957,7 +958,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swfupload/swfupload.swf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/CHANGES %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/LICENSE -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/LICENSE.TYPO3v4-Exception +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/LICENSE.TYPO3-Exception %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/README %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/VERSION %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/swiftmailer/classes/Swift.php @@ -1127,14 +1128,12 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.htc %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/contrib/websvg/svg.swf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/db_list.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/db_new.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/default.htm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/default.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/dummy.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/ext/README.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_edit.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_list.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_newfolder.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_rename.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/file_upload.php @@ -1307,21 +1306,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/emoticons/emwww_link.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/error.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/expand_window.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fane_midt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fane_slut.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fane_start.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fane_start_.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanebottom.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanebottom_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanefoot_h1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanefoot_h2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanefoot_h3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanefoot_v2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanefoot_v3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanehoejre_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanetop.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanetop_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/faner/fanevenstre_h.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/favicon.ico %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/3ds.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/CREDITS.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/fileicons/ai.gif @@ -1526,16 +1511,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/mailgroup.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/module.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modulefolder.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_approvals.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_approvals__h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_board.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_board__h.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_fe_users.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_fe_users__h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_news.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_news__h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_shop.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/modules_shop__h.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/no_icon_found.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/notfound.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/pages.gif @@ -1768,14 +1745,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__t.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__u.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_news__x.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__ht.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__hu.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__t.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__u.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_script__x.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search__f.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/i/tt_content_search__h.gif @@ -1880,7 +1849,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/insert4.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/insert5.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/installbackground.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/installlogo.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/legend.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/lightning.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/lightning_green.png @@ -2050,7 +2018,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/shortcutgroups-bg.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/spacer.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/spinner.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/state_checked.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/stiblet.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/stiblet_large.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/stiblet_medium.gif @@ -2106,7 +2073,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/zoom.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/gfx/zoom2.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/index.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/index_re.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/init.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/install/README.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/install/_.htaccess @@ -2142,6 +2108,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/tabmenu.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/toolbarmanager.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/js/tree.js +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/jsfunc.placeholder.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/jsfunc.tbe_editor.js %%WWWDIR%%_src-%%PORTVERSION%%/typo3/listframe_loader.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/login_frameset.php @@ -2178,9 +2145,11 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/.htaccess %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/README.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Controller/AboutController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/CustomSectionsInterface.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain/Model/Extension.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/Domain/Repository/ExtensionRepository.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Classes/ViewHelpers/SkinImageViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/.htaccess %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Layouts/Default.html %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/Resources/Private/Partials/About.html @@ -2198,6 +2167,8 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/ext_tables.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/about/interfaces/interface.tx_about_customsections.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Classes/Controller/ModulesController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Classes/Utility/FunctionsUtility.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/.htaccess %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Language/locallang_mod.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/Resources/Private/Layouts/Default.html @@ -2207,6 +2178,9 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/ext_icon.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/aboutmodules/ext_tables.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/Classes/DataHandling/DatabaseTypeItemsFunction.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/Classes/View/CheckConnectionWizardView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/Migrations/Code/ClassAliasMap.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-active-record.inc.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-active-recordx.inc.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/adodb/adodb-csvlib.inc.php @@ -2374,31 +2348,235 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/locallang_datasource_config.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/locallang_wizard.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/adodb/res/checkconnection.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/class.tx_belog_webinfo.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/doc/TODO.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/AjaxLoginHandler.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ClickMenu/ClickMenu.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Clipboard/Clipboard.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration/TranslationConfigurationProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration/TsConfigParser.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Configuration/TypoScript/ConditionMatching/ConditionMatcher.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenu.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenuDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/ContextMenuAction.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/ContextMenuActionCollection.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Extdirect/AbstractExtdirectContextMenu.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Pagetree/ContextMenuDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Pagetree/Extdirect/ContextMenuConfiguration.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/ContextMenu/Renderer/AbstractContextMenuRenderer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/BackendController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/BackendLayoutWizardController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ClickMenuController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/MoveElementController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/DummyController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/EditDocumentController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/CreateFolderController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/EditFileController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/FileController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/FileUploadController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/File/RenameFileController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/FileSystemNavigationFrameController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ListFrameLoaderController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/LoginController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/LoginFramesetController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/LogoutController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/NewRecordController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/NoDocumentsOpenController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/PageLayoutController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/PageTreeNavigationController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/ShortcutFrameController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/AddController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/ColorpickerController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/EditController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/ListController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/RteController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Controller/Wizard/TableController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Domain/Model/Module/BackendModule.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Domain/Repository/Module/BackendModuleRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/DataPreprocessor.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/DatabaseFileIconsHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/InlineElement.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/InlineElementHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/SuggestDefaultReceiver.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/SuggestElement.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/TreeElement.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/Element/ValueSlider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/FlexFormsHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/FormEngine.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Form/FrontendFormEngine.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/FrontendBackendUserAuthentication.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/History/RecordHistory.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/InterfaceState/ExtDirect/DataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/AbstractFunctionModule.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/BaseScriptClass.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleLoader.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleSettings.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Module/ModuleStorage.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/RecordList/ElementBrowserRecordList.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/RecordList/RecordListGetTableHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Rte/AbstractRte.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search/LiveSearch/ExtDirect/LiveSearchDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search/LiveSearch/LiveSearch.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Search/LiveSearch/QueryParser.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/AbstractSpriteHandler.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SimpleSpriteHandler.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteBuildingHandler.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteGenerator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteIconGeneratorInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Sprite/SpriteManager.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/BigDocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/DocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/FrontendDocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/MediumDocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/SmallDocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Template/StandardDocumentTemplate.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ClearCacheActionsHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ClearCacheToolbarItem.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/LiveSearchToolbarItem.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ShortcutToolbarItem.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Toolbar/ToolbarItemHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractExtJsTree.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractTree.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractTreeDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/AbstractTreeStateProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/ComparableNodeInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/DraggableAndDropableNodeInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/EditableNodeLabelInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/ExtDirectNode.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/CollectionProcessorInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/Commands.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/DataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeCommands.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/ExtdirectTreeDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/Indicator.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/IndicatorProviderInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNode.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Pagetree/PagetreeNodeCollection.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Renderer/AbstractTreeRenderer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Renderer/ExtJsJsonTreeRenderer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/Renderer/UnorderedListTreeRenderer.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/SortedTreeNodeCollection.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/TreeNode.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/TreeNodeCollection.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/TreeRepresentationNode.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/BrowseTreeView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/FolderTreeView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/PagePositionMap.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Tree/View/PageTreeView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/User/ExtDirect/BackendUserSettingsDataProvider.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Utility/BackendUtility.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Utility/IconUtility.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/BackendLayoutView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/LogoView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/ModuleMenuView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageLayout/Extdirect/ExtdirectPageCommands.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageLayoutView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageLayoutViewDrawItemHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/PageTreeView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/View/ThumbnailView.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Wizard/NewContentElementWizardHookInterface.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Classes/Wizard/TsconfigWizard.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Migrations/Code/ClassAliasMap.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Configuration/TypoScript/ConditionMatching/ConditionMatcherTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Form/Element/InlineElementTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Module/ModuleControllerTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Sprite/SpriteManagerTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/Fixtures/serialized.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/Pagetree/DataProviderTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/SortedTreeNodeCollectionTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeCollectionTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Tree/TreeNodeTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Utility/Fixtures/clear.gif +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/Tests/Unit/Utility/IconUtilityTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/ext_emconf.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/backend/ext_icon.png +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Controller/AbstractController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Controller/ToolsController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Controller/WebInfoController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/Constraint.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/HistoryEntry.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/LogEntry.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Model/Workspace.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Repository/HistoryEntryRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Repository/LogEntryRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Domain/Repository/WorkspaceRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/Module/BackendLogModuleBootstrap.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Be/AddJsFileViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Be/InlineSettingsArrayViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Be/PagePathViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/ErrorIconViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/Form/TranslateLabelSelectViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/FormatDetailsViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/HistoryEntryViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/IsExtensionLoadedViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/UsernameViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Classes/ViewHelpers/WorkspaceTitleViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Configuration/TypoScript/setup.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/.htaccess +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Language/locallang.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Language/locallang_mod.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Layouts/DocHeader.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials/Content.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials/Content/Filter.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Partials/Content/LogEntries.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Templates/Tools/Index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Resources/Private/Templates/WebInfo/Index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Model/LogEntryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository/HistoryEntryRepositoryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository/LogEntryRepositoryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/Tests/Unit/Domain/Repository/WorkspaceRepositoryTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_icon.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_tables.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/locallang.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/clear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/conf.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/index.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/locallang.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/locallang_mod.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/mod/log.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/class.tx_beuser.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/class.tx_beuser_switchbackuser.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/doc/TODO.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/belog/ext_typoscript_setup.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Controller/BackendUserController.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/BackendUser.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/BackendUserGroup.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/Demand.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Model/ModuleData.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserGroupRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Domain/Repository/BackendUserSessionRepository.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Hook/SwitchBackUserHook.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/Service/ModuleDataStorageService.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Display/PagesViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysFileMountsViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Display/SysLanguageViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/Form/SelectDefaultValueViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/IssueCommandViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SectionViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SpriteIconForRecordViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SpriteManagerIconViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Classes/ViewHelpers/SwitchUserViewHelper.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Configuration/TypoScript/setup.txt +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/.htaccess +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Language/locallang.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Language/locallang_mod.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Layouts/Default.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/IndexListRow.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/BackendUser/OnlineListRow.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Partials/Filters/BackendUser/Index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Compare.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Index.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Private/Templates/BackendUser/Online.html +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Resources/Public/Css/style.css +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Model/BackendUserTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Model/DemandTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Repository/BackendUserRepositoryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Domain/Repository/BackendUserSessionRepositoryTest.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/Tests/Unit/Service/ModuleDataStorageServiceTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_icon.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_localconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_tables.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/beuser.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/clear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/conf.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/index.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/locallang.xlf -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/mod/locallang_mod.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/beuser/ext_typoscript_setup.txt %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/classes/class.tx_cms_backendlayout.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/localizationoverview.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/cshimages/localizationoverview1.png @@ -2481,7 +2659,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_extdirecteid.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_fe.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_fecompression.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_fetce.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_feuserauth.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_frameset.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/class.tslib_gifbuilder.php @@ -2502,12 +2679,12 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_contenttable.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_editpanel.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_file.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_files.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_flowplayer.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_fluidtemplate.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_form.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_hierarchicalmenu.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_horizontalruler.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_html.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_image.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_imageresource.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_imagetext.php @@ -2515,9 +2692,6 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_media.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_multimedia.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_offsettable.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_phpscript.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_phpscriptexternal.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_phpscriptinternal.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_quicktimeobject.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_records.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/content/class.tslib_content_restoreregister.php @@ -2536,349 +2710,14 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/index_ts.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_adminPanelHook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_cobjgetsinglehook.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_fileLinkHook.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getPublicUrlForFileHook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getdatahook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_getimgresourcehook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_postinithook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_content_stdwraphook.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_mediawizardprovider.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/interfaces/interface.tslib_menu_filterMenuPagesHook.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/arrow_act.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/arrow_no.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/blackclear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/blackdot.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/blank.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet1_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet1_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet2_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet2_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet3_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet3_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet4.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet4_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet4_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet5_h.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/bullet5_n.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/dot.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/dots1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/dots2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/fwd.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/greenclear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/mark.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/pen1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/pen2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/punktmrk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/redclear.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/rew.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/bullets/stipler3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/left.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/left_ro.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/maskpart1.tif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/maskpart2.tif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/maskpart3.tif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/menubottom.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/menulevel1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/menulevel2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/menutop.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/middle.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/middle_ro.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/right.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/buttons/right_ro.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/angry.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/grin.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/sad.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/smile.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/tongue.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/tonguewink.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/veryhappy.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/emoticons/wink.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/3ds.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/CREDITS.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ai.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ani.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/au.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/avi.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/bmp.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/cdr.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/css.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/csv.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/default.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/doc.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/dtd.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/eps.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/exe.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/fh3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/flash.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/folder.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/gif.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/htm.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/html.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/html1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/html2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/html3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ico.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/inc.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/java.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/jpg.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/js.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/max.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/mid.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/mov.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/mpeg.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/mpg.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/pcd.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/pcx.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/pdf.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/php3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/png.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ppt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ps.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/psd.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/rtf.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/sgml.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/swf.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/sxc.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/sxw.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/t3d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/t3x.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/tga.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/tif.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/tmpl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/ttf.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/txt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/wav.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/wrl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/xls.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/xml.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/xsl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/fileicons/zip.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/cctld.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/credits.txt -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_cz.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_cz_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_cz_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_de.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_de_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_de_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_dk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_dk_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_dk_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_es.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_es_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_es_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fi.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fi_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fi_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fr.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fr_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_fr_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_it.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_it_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_it_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lt_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lt_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lv.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lv_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_lv_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_nl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_nl_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_nl_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_pl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_pl_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_pl_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_se.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_se_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_se_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_si.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_si_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_si_si.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_sk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_sk_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_sk_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_uk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_uk_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/flag_uk_f.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_at.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_be.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_ch.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_cz.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_de.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_dk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_es.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_fi.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_fr.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_gr.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_hu.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_ie.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_is.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_it.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_lt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_no.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_pl.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_pt.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_se.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_sk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_tr.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/flags/hl_uk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist1_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist1_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist2_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist2_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist3_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist3_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist4_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist4_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist5_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist5_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist6_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist6_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist7_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist7_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist8_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/artist8_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom1_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom1_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom2_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom2_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom3_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom3_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom4_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom4_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom5_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom5_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom6_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom6_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom7_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom7_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom8_bottom.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/frames/darkroom8_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/content_client.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/content_default.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/content_fresh.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/content_selected.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/notfound_thumb.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/icons_misc/notfound_thumb.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/creditcard_control_numbers.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/creditcard_control_numbers_mini.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/dankort.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/dankort_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/diners.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/diners_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/express.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/letter.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/mastercard.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/mastercard_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/money.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/nordea.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/nordea_orig.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/nordea_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/pakketrans.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/postdanmark.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/set.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/soloe.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/soloe_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/visa.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/logos/visa_small.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/blank.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/defaultstylesheet.css -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/end.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_callfunction.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_itemArrayProcFunc.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_keepRollover.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_keepRollover.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_languageMenu.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/example_typolinkpop.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/freesite_dummy_page_menu.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/gmenu_foldout.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/gmenu_layers.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/join.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/joinbottom.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/jsfunc.foldout.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/jsfunc.layermenu.js -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/line.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/makeMenu_datedirectory.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/pdaversion_content.tmpl -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/plaintextLib.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/plaintext_content.tmpl -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/postit.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/printversion_content.tmpl -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/testscript.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/testscript_EXT.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/testscript_INT.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/thread.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/tmenu_layers.php -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/wapversionLib.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/xmenu_layers.diff -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/scripts/xmlversionLib.inc -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back1.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back2.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back3.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back4.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/back5.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/candidate/bar_left.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/candidate/bar_right.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/candidate/dot_round.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/candidate/line.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/home.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/logo.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/logo_welcome.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/main.htm -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/pil.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/pil2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/search.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/crcph/toparrow.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_de.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_de_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_dk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_dk_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_uk.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/flag_uk_d.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/background_page.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/menu_back.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/menu_first.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/menu_last.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/menu_middle.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/menu_sublevel.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/pict_logo.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/pict_top.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/green/template.tmpl -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/hyper/background_main.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/hyper/background_top.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/hyper/sprache.css -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/hyper/titel.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/menuRO_mask.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/menuback_image.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/menuback_mask.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/menuback_mask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/600.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/blue.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/signup.htm -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/style.css -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/template.html -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/newsletter/toplogo.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/postit_1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/postit_2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/postit_3.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/left_background.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/leftmenu_act.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/leftmenu_no.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/leftmenu_ro.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/menu_afterimage.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/menuback.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/my_logo.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/top_background.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/re/top_leftofmenu.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/testlogo.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/testlogo2.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/topimage.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/topimage.png -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/toplogo.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/topmask.jpg -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/typo3logo.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/typo3power1.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/typo3power2.gif -%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/media/uploads/typologo.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/pagegen.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/showpic.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/tslib/templates/tslib_page_frontend.html @@ -2887,6 +2726,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/cms/web_info/locallang.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/4.5/locallang_csh_pages.xlf %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/4.5/locallang_csh_ttcontent.xlf +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/Classes/ExtDirect/ContextHelpDataProvider.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/fegroups_3.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/fegroups_4.png %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/cshimages/feusers_1.png @@ -2917,13 +2757,388 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/context_help/locallang_csh_pageslol.xlf *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 12:07: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 A3400716; Sat, 1 Dec 2012 12:07:49 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 87F858FC0C; Sat, 1 Dec 2012 12:07:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1C7nK1005957; Sat, 1 Dec 2012 12:07:49 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1C7nsX005956; Sat, 1 Dec 2012 12:07:49 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201212011207.qB1C7nsX005956@svn.freebsd.org> From: Chris Rees Date: Sat, 1 Dec 2012 12:07:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308073 - head/www/typo3 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 12:07:49 -0000 Author: crees Date: Sat Dec 1 12:07:49 2012 New Revision: 308073 URL: http://svnweb.freebsd.org/changeset/ports/308073 Log: Correct PHP version detection Feature safe: yes Modified: head/www/typo3/Makefile Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Sat Dec 1 12:04:41 2012 (r308072) +++ head/www/typo3/Makefile Sat Dec 1 12:07:49 2012 (r308073) @@ -14,7 +14,7 @@ LICENSE= GPLv2 NO_BUILD= yes USE_PHP= ctype filter json mysql pcre session xml WANT_PHP_WEB= yes -IGNORE_WITH_PHP=52- +IGNORE_WITH_PHP=52 TYPO3WWW= www TYPO3RELEASE= From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 12:14: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 D92A99FA; Sat, 1 Dec 2012 12:14:37 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id BCBB68FC08; Sat, 1 Dec 2012 12:14:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1CEbvv007437; Sat, 1 Dec 2012 12:14:37 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1CEbj6007430; Sat, 1 Dec 2012 12:14:37 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201212011214.qB1CEbj6007430@svn.freebsd.org> From: Chris Rees Date: Sat, 1 Dec 2012 12:14:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308074 - in head/net-mgmt/collectd5: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 12:14:38 -0000 Author: crees Date: Sat Dec 1 12:14:37 2012 New Revision: 308074 URL: http://svnweb.freebsd.org/changeset/ports/308074 Log: Enable users plugin, which works as is Enable zfs_arc plugin, which has been ported to FreeBSD (patch has also been submitted upstream) Make write_graphite optional, allowing it as the single output plugin (otherwise at least another output plugin is required) PR: ports/173894 Submitted by: Paul Guyot Approved by: Krzysztof Stryjek (maintainer) Feature safe: yes Added: head/net-mgmt/collectd5/files/patch-src__zfs_arc.c (contents, props changed) Modified: head/net-mgmt/collectd5/Makefile head/net-mgmt/collectd5/files/patch-configure.in head/net-mgmt/collectd5/files/patch-src__Makefile.am head/net-mgmt/collectd5/pkg-plist Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Sat Dec 1 12:07:49 2012 (r308073) +++ head/net-mgmt/collectd5/Makefile Sat Dec 1 12:14:37 2012 (r308074) @@ -7,7 +7,7 @@ PORTNAME= collectd PORTVERSION= 5.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -23,7 +23,7 @@ LATEST_LINK= collectd5 OPTIONS_DEFINE= CGI BIND DEBUG GCRYPT VIRT OPTIONS_MULTI= INPUT OUTPUT -OPTIONS_MULTI_OUTPUT= RRDTOOL RRDCACHED WRITE_HTTP +OPTIONS_MULTI_OUTPUT= RRDTOOL RRDCACHED WRITE_GRAPHITE 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 @@ -60,6 +60,7 @@ XMMS_DESC= XMMS # OUTPUT RRDTOOL_DESC= RRDTool RRDCACHED_DESC= RRDTool Cached (requires RRDTOOL) +WRITE_GRAPHITE_DESC= write_graphite WRITE_HTTP_DESC= write_http MAN1= collectd.1 collectd-nagios.1 collectdmon.1 collectdctl.1 @@ -133,11 +134,9 @@ CONFIGURE_ARGS= --localstatedir=/var \ --disable-teamspeak2 \ --disable-ted \ --disable-thermal \ - --disable-users \ --disable-vmem \ --disable-vserver \ --disable-wireless \ - --disable-zfs_arc \ --without-perl-bindings \ --without-librabbitmq \ --disable-varnish \ @@ -405,6 +404,14 @@ CONFIGURE_ARGS+=--disable-libvirt PLIST_SUB+= VIRT="@comment " .endif +.if ${PORT_OPTIONS:MWRITE_GRAPHITE} +CONFIGURE_ARGS+=--enable-write_graphite +PLIST_SUB+= WRITE_GRAPHITE="" +.else +CONFIGURE_ARGS+=--disable-write_graphite +PLIST_SUB+= WRITE_GRAPHITE="@comment " +.endif + .if ${PORT_OPTIONS:MWRITE_HTTP} CONFIGURE_ARGS+=--enable-write_http PLIST_SUB+= WRITE_HTTP="" Modified: head/net-mgmt/collectd5/files/patch-configure.in ============================================================================== --- head/net-mgmt/collectd5/files/patch-configure.in Sat Dec 1 12:07:49 2012 (r308073) +++ head/net-mgmt/collectd5/files/patch-configure.in Sat Dec 1 12:14:37 2012 (r308074) @@ -1,6 +1,16 @@ ---- configure.in.orig 2011-10-14 12:49:49.000000000 -0800 -+++ configure.in 2012-03-20 08:09:25.000000000 -0800 -@@ -98,7 +98,7 @@ +--- configure.in.orig 2012-04-02 08:04:58.000000000 +0000 ++++ configure.in 2012-11-23 22:00:22.424129087 +0000 +@@ -67,6 +67,9 @@ + *openbsd*) + ac_system="OpenBSD" + ;; ++ *freebsd*) ++ ac_system="FreeBSD" ++ ;; + *aix*) + AC_DEFINE([KERNEL_AIX], 1, [True if program is to be compiled for a AIX kernel]) + ac_system="AIX" +@@ -98,7 +101,7 @@ fi # Where to install .pc files. @@ -9,7 +19,24 @@ AC_SUBST(pkgconfigdir) # Check for standards compliance mode -@@ -1745,9 +1745,6 @@ +@@ -1378,6 +1381,7 @@ + then + AC_CHECK_LIB(kstat, kstat_open, [with_kstat="yes"], [with_kstat="no (libkstat not found)"], []) + fi ++ + if test "x$with_kstat" = "xyes" + then + AC_CHECK_LIB(devinfo, di_init, [with_devinfo="yes"], [with_devinfo="no (not found)"], []) +@@ -1387,6 +1391,8 @@ + then + AC_DEFINE(HAVE_LIBKSTAT, 1, + [Define to 1 if you have the 'kstat' library (-lkstat)]) ++ BUILD_WITH_LIBKSTAT_LIBS="-lkstat" ++ AC_SUBST(BUILD_WITH_LIBKSTAT_LIBS) + fi + AM_CONDITIONAL(BUILD_WITH_LIBKSTAT, test "x$with_kstat" = "xyes") + AM_CONDITIONAL(BUILD_WITH_LIBDEVINFO, test "x$with_devinfo" = "xyes") +@@ -1807,9 +1813,6 @@ [with_libgcrypt="yes"], [with_libgcrypt="no (symbol gcry_md_hash_buffer not found)"]) @@ -19,7 +46,7 @@ fi CPPFLAGS="$SAVE_CPPFLAGS" -@@ -3165,7 +3162,7 @@ +@@ -3297,7 +3300,7 @@ if test "x$with_python" = "xyes" then AC_MSG_CHECKING([for Python LIBS]) @@ -28,7 +55,7 @@ python_config_status=$? if test "$python_config_status" -ne 0 || test "x$python_library_flags" = "x" -@@ -3180,7 +3177,7 @@ +@@ -3312,7 +3315,7 @@ if test "x$with_python" = "xyes" then LDFLAGS="-L$python_library_path $LDFLAGS" @@ -37,3 +64,16 @@ AC_CHECK_FUNC(PyObject_CallFunction, [with_python="yes"], +@@ -4580,6 +4583,12 @@ + plugin_zfs_arc="yes" + fi + ++# FreeBSD ++if test "x$ac_system" = "xFreeBSD" ++then ++ plugin_zfs_arc="yes" ++fi ++ + if test "x$with_devinfo$with_kstat" = "xyesyes" + then + plugin_cpu="yes" Modified: head/net-mgmt/collectd5/files/patch-src__Makefile.am ============================================================================== --- head/net-mgmt/collectd5/files/patch-src__Makefile.am Sat Dec 1 12:07:49 2012 (r308073) +++ head/net-mgmt/collectd5/files/patch-src__Makefile.am Sat Dec 1 12:14:37 2012 (r308074) @@ -1,6 +1,87 @@ ---- src/Makefile.am.orig 2012-01-08 16:05:12.000000000 +0100 -+++ src/Makefile.am 2012-01-08 16:05:53.000000000 +0100 -@@ -1337,12 +1337,7 @@ +--- src/Makefile.am.orig 2012-04-02 08:04:58.000000000 +0000 ++++ src/Makefile.am 2012-11-23 22:01:15.169498221 +0000 +@@ -63,7 +63,7 @@ + collectd_LDADD += -lpthread + endif + if BUILD_WITH_LIBKSTAT +-collectd_LDADD += -lkstat ++collectd_LDADD += $(BUILD_WITH_LIBKSTAT_LIBS) + endif + if BUILD_WITH_LIBDEVINFO + collectd_LDADD += -ldevinfo +@@ -224,7 +224,7 @@ + cpu_la_LDFLAGS = -module -avoid-version + cpu_la_LIBADD = + if BUILD_WITH_LIBKSTAT +-cpu_la_LIBADD += -lkstat ++cpu_la_LIBADD += $(BUILD_WITH_LIBKSTAT_LIBS) + endif + if BUILD_WITH_LIBDEVINFO + cpu_la_LIBADD += -ldevinfo +@@ -322,7 +322,7 @@ + disk_la_LDFLAGS = -module -avoid-version + disk_la_LIBADD = + if BUILD_WITH_LIBKSTAT +-disk_la_LIBADD += -lkstat ++disk_la_LIBADD += $(BUILD_WITH_LIBKSTAT_LIBS) + endif + if BUILD_WITH_LIBDEVINFO + disk_la_LIBADD += -ldevinfo +@@ -429,7 +429,7 @@ + interface_la_LIBADD += $(BUILD_WITH_LIBSTATGRAB_LDFLAGS) + else + if BUILD_WITH_LIBKSTAT +-interface_la_LIBADD += -lkstat ++interface_la_LIBADD += $(BUILD_WITH_LIBKSTAT_LIBS) + endif + if BUILD_WITH_LIBDEVINFO + interface_la_LIBADD += -ldevinfo +@@ -634,7 +634,7 @@ + collectd_LDADD += "-dlopen" memory.la + collectd_DEPENDENCIES += memory.la + if BUILD_WITH_LIBKSTAT +-memory_la_LIBADD += -lkstat ++memory_la_LIBADD += $(BUILD_WITH_LIBKSTAT_LIBS) + endif + if BUILD_WITH_LIBDEVINFO + memory_la_LIBADD += -ldevinfo +@@ -1021,7 +1021,7 @@ + collectd_LDADD += "-dlopen" swap.la + collectd_DEPENDENCIES += swap.la + if BUILD_WITH_LIBKSTAT +-swap_la_LIBADD += -lkstat ++swap_la_LIBADD += $(BUILD_WITH_LIBKSTAT_LIBS) + endif + if BUILD_WITH_LIBDEVINFO + swap_la_LIBADD += -ldevinfo +@@ -1067,7 +1067,7 @@ + pkglib_LTLIBRARIES += tape.la + tape_la_SOURCES = tape.c + tape_la_LDFLAGS = -module -avoid-version +-tape_la_LIBADD = -lkstat -ldevinfo ++tape_la_LIBADD = $(BUILD_WITH_LIBKSTAT_LIBS) -ldevinfo + collectd_LDADD += "-dlopen" tape.la + collectd_DEPENDENCIES += tape.la + endif +@@ -1190,7 +1190,7 @@ + uptime_la_LDFLAGS = -module -avoid-version + uptime_la_LIBADD = + if BUILD_WITH_LIBKSTAT +-uptime_la_LIBADD += -lkstat ++uptime_la_LIBADD += $(BUILD_WITH_LIBKSTAT_LIBS) + endif + collectd_LDADD += "-dlopen" uptime.la + collectd_DEPENDENCIES += uptime.la +@@ -1313,7 +1313,7 @@ + zfs_arc_la_SOURCES = zfs_arc.c + zfs_arc_la_CFLAGS = $(AM_CFLAGS) + zfs_arc_la_LDFLAGS = -module -avoid-version +-zfs_arc_la_LIBADD = -lkstat ++zfs_arc_la_LIBADD = $(BUILD_WITH_LIBKSTAT_LIBS) + collectd_LDADD += "-dlopen" zfs_arc.la + collectd_DEPENDENCIES += zfs_arc.la + endif +@@ -1374,12 +1374,7 @@ install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(sysconfdir) Added: head/net-mgmt/collectd5/files/patch-src__zfs_arc.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/collectd5/files/patch-src__zfs_arc.c Sat Dec 1 12:14:37 2012 (r308074) @@ -0,0 +1,232 @@ +--- src/zfs_arc.c.orig 2012-04-02 08:04:58.000000000 +0000 ++++ src/zfs_arc.c 2012-11-24 17:54:21.715129054 +0000 +@@ -25,11 +25,57 @@ + #include "common.h" + #include "plugin.h" + ++#if !defined(HAVE_LIBKSTAT) && defined(HAVE_SYSCTLBYNAME) ++#include ++#endif ++ + /* + * Global variables + */ +-static kstat_t *ksp; ++#if defined(HAVE_LIBKSTAT) + extern kstat_ctl_t *kc; ++#endif ++ ++/* ++ * Context ++ */ ++struct za_context { ++#if defined(HAVE_LIBKSTAT) ++ kstat_t *ksp; ++#endif ++}; ++ ++static int za_init_context(struct za_context *ctx) ++{ ++#if defined(HAVE_LIBKSTAT) ++ get_kstat (&ctx->ksp, "zfs", 0, "arcstats"); ++ if (ctx->ksp == NULL) ++ { ++ ERROR ("zfs_arc plugin: Cannot find zfs:0:arcstats kstat."); ++ return (-1); ++ } ++#endif ++ return 0; ++} ++ ++static long long za_get_value(struct za_context *ctx, const char* name) ++{ ++#if defined(HAVE_LIBKSTAT) ++ return get_kstat_value(ctx->ksp, name); ++#elif defined(HAVE_SYSCTLBYNAME) ++ // kstat values are available on FreeBSD through sysctl ++ char fullname[512]; ++ long long result = 0; ++ size_t size = sizeof(result); ++ ssnprintf(fullname, sizeof(fullname), "kstat.zfs.misc.arcstats.%s", name); ++ if (sysctlbyname(fullname, &result, &size, NULL, 0) != 0 || size != sizeof(result)) ++ { ++ ERROR ("zfs_arc plugin: Cannot find stats using sysctl"); ++ result = 0; ++ } ++ return result; ++#endif ++} + + static void za_submit (const char* type, const char* type_instance, value_t* values, int values_len) + { +@@ -54,13 +100,13 @@ + za_submit (type, type_instance, &vv, 1); + } + +-static int za_read_derive (kstat_t *ksp, const char *kstat_value, ++static int za_read_derive (struct za_context *ctx, const char *kstat_value, + const char *type, const char *type_instance) + { + long long tmp; + value_t v; + +- tmp = get_kstat_value (ksp, kstat_value); ++ tmp = za_get_value (ctx, (char *)kstat_value); + if (tmp == -1LL) + { + ERROR ("zfs_arc plugin: Reading kstat value \"%s\" failed.", kstat_value); +@@ -69,15 +115,16 @@ + + v.derive = (derive_t) tmp; + za_submit (type, type_instance, /* values = */ &v, /* values_num = */ 1); ++ return (0); + } + +-static int za_read_gauge (kstat_t *ksp, const char *kstat_value, ++static int za_read_gauge (struct za_context *ctx, const char *kstat_value, + const char *type, const char *type_instance) + { + long long tmp; + value_t v; + +- tmp = get_kstat_value (ksp, kstat_value); ++ tmp = za_get_value (ctx, (char *)kstat_value); + if (tmp == -1LL) + { + ERROR ("zfs_arc plugin: Reading kstat value \"%s\" failed.", kstat_value); +@@ -86,18 +133,14 @@ + + v.gauge = (gauge_t) tmp; + za_submit (type, type_instance, /* values = */ &v, /* values_num = */ 1); ++ return (0); + } + +-static void za_submit_ratio (const char* type_instance, gauge_t hits, gauge_t misses) ++static void za_submit_ratio (const char* type_instance, long long hits, long long misses) + { + gauge_t ratio = NAN; + +- if (!isfinite (hits) || (hits < 0.0)) +- hits = 0.0; +- if (!isfinite (misses) || (misses < 0.0)) +- misses = 0.0; +- +- if ((hits != 0.0) || (misses != 0.0)) ++ if ((hits > 0) || (misses > 0)) + ratio = hits / (hits + misses); + + za_submit_gauge ("cache_ratio", type_instance, ratio); +@@ -105,56 +148,55 @@ + + static int za_read (void) + { +- gauge_t arc_hits, arc_misses, l2_hits, l2_misses; ++ long long arc_hits, arc_misses, l2_hits, l2_misses; + value_t l2_io[2]; ++ struct za_context ctx; + +- get_kstat (&ksp, "zfs", 0, "arcstats"); +- if (ksp == NULL) ++ if (za_init_context (&ctx) < 0) + { +- ERROR ("zfs_arc plugin: Cannot find zfs:0:arcstats kstat."); + return (-1); + } + + /* Sizes */ +- za_read_gauge (ksp, "size", "cache_size", "arc"); +- za_read_gauge (ksp, "l2_size", "cache_size", "L2"); ++ za_read_gauge (&ctx, "size", "cache_size", "arc"); ++ za_read_gauge (&ctx, "l2_size", "cache_size", "L2"); + +- /* Operations */ +- za_read_derive (ksp, "allocated","cache_operation", "allocated"); +- za_read_derive (ksp, "deleted", "cache_operation", "deleted"); +- za_read_derive (ksp, "stolen", "cache_operation", "stolen"); +- +- /* Issue indicators */ +- za_read_derive (ksp, "mutex_miss", "mutex_operation", "miss"); +- za_read_derive (ksp, "hash_collisions", "hash_collisions", ""); ++ /* Operations */ ++ za_read_derive (&ctx, "allocated","cache_operation", "allocated"); ++ za_read_derive (&ctx, "deleted", "cache_operation", "deleted"); ++ za_read_derive (&ctx, "stolen", "cache_operation", "stolen"); ++ ++ /* Issue indicators */ ++ za_read_derive (&ctx, "mutex_miss", "mutex_operation", "miss"); ++ za_read_derive (&ctx, "hash_collisions", "hash_collisions", ""); + +- /* Evictions */ +- za_read_derive (ksp, "evict_l2_cached", "cache_eviction", "cached"); +- za_read_derive (ksp, "evict_l2_eligible", "cache_eviction", "eligible"); +- za_read_derive (ksp, "evict_l2_ineligible", "cache_eviction", "ineligible"); ++ /* Evictions */ ++ za_read_derive (&ctx, "evict_l2_cached", "cache_eviction", "cached"); ++ za_read_derive (&ctx, "evict_l2_eligible", "cache_eviction", "eligible"); ++ za_read_derive (&ctx, "evict_l2_ineligible", "cache_eviction", "ineligible"); + + /* Hits / misses */ +- za_read_derive (ksp, "demand_data_hits", "cache_result", "demand_data-hit"); +- za_read_derive (ksp, "demand_metadata_hits", "cache_result", "demand_metadata-hit"); +- za_read_derive (ksp, "prefetch_data_hits", "cache_result", "prefetch_data-hit"); +- za_read_derive (ksp, "prefetch_metadata_hits", "cache_result", "prefetch_metadata-hit"); +- za_read_derive (ksp, "demand_data_misses", "cache_result", "demand_data-miss"); +- za_read_derive (ksp, "demand_metadata_misses", "cache_result", "demand_metadata-miss"); +- za_read_derive (ksp, "prefetch_data_misses", "cache_result", "prefetch_data-miss"); +- za_read_derive (ksp, "prefetch_metadata_misses", "cache_result", "prefetch_metadata-miss"); ++ za_read_derive (&ctx, "demand_data_hits", "cache_result", "demand_data-hit"); ++ za_read_derive (&ctx, "demand_metadata_hits", "cache_result", "demand_metadata-hit"); ++ za_read_derive (&ctx, "prefetch_data_hits", "cache_result", "prefetch_data-hit"); ++ za_read_derive (&ctx, "prefetch_metadata_hits", "cache_result", "prefetch_metadata-hit"); ++ za_read_derive (&ctx, "demand_data_misses", "cache_result", "demand_data-miss"); ++ za_read_derive (&ctx, "demand_metadata_misses", "cache_result", "demand_metadata-miss"); ++ za_read_derive (&ctx, "prefetch_data_misses", "cache_result", "prefetch_data-miss"); ++ za_read_derive (&ctx, "prefetch_metadata_misses", "cache_result", "prefetch_metadata-miss"); + + /* Ratios */ +- arc_hits = (gauge_t) get_kstat_value(ksp, "hits"); +- arc_misses = (gauge_t) get_kstat_value(ksp, "misses"); +- l2_hits = (gauge_t) get_kstat_value(ksp, "l2_hits"); +- l2_misses = (gauge_t) get_kstat_value(ksp, "l2_misses"); ++ arc_hits = za_get_value (&ctx, "hits"); ++ arc_misses = za_get_value (&ctx, "misses"); ++ l2_hits = za_get_value (&ctx, "l2_hits"); ++ l2_misses = za_get_value (&ctx, "l2_misses"); + + za_submit_ratio ("arc", arc_hits, arc_misses); + za_submit_ratio ("L2", l2_hits, l2_misses); + + /* I/O */ +- l2_io[0].derive = get_kstat_value(ksp, "l2_read_bytes"); +- l2_io[1].derive = get_kstat_value(ksp, "l2_write_bytes"); ++ l2_io[0].derive = za_get_value (&ctx, "l2_read_bytes"); ++ l2_io[1].derive = za_get_value (&ctx, "l2_write_bytes"); + + za_submit ("io_octets", "L2", l2_io, /* num values = */ 2); + +@@ -163,14 +205,23 @@ + + static int za_init (void) /* {{{ */ + { +- ksp = NULL; +- ++#if defined(HAVE_LIBKSTAT) + /* kstats chain already opened by update_kstat (using *kc), verify everything went fine. */ + if (kc == NULL) + { + ERROR ("zfs_arc plugin: kstat chain control structure not available."); + return (-1); + } ++#elif defined(HAVE_SYSCTLBYNAME) ++ /* make sure ARC is available (arc_size is not null) */ ++ unsigned long long arc_size; ++ size_t size = sizeof(arc_size); ++ if (sysctlbyname("kstat.zfs.misc.arcstats.size", &arc_size, &size, NULL, 0) != 0 || arc_size == 0) ++ { ++ ERROR ("zfs_arc plugin: could not get ARC size using sysctl, is ARC enabled?"); ++ return (-1); ++ } ++#endif + + return (0); + } /* }}} int za_init */ Modified: head/net-mgmt/collectd5/pkg-plist ============================================================================== --- head/net-mgmt/collectd5/pkg-plist Sat Dec 1 12:07:49 2012 (r308073) +++ head/net-mgmt/collectd5/pkg-plist Sat Dec 1 12:14:37 2012 (r308074) @@ -103,12 +103,16 @@ lib/collectd/unixsock.la lib/collectd/unixsock.so lib/collectd/uptime.la lib/collectd/uptime.so +lib/collectd/users.la +lib/collectd/users.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 +%%WRITE_GRAPHITE%%lib/collectd/write_graphite.so +%%WRITE_GRAPHITE%%lib/collectd/write_graphite.la +lib/collectd/zfs_arc.la +lib/collectd/zfs_arc.so lib/libcollectdclient.la lib/libcollectdclient.so lib/libcollectdclient.so.0 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 13:37: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 834AD66C; Sat, 1 Dec 2012 13:37:37 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 68B0B8FC08; Sat, 1 Dec 2012 13:37:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1DbbT7023230; Sat, 1 Dec 2012 13:37:37 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1Dbbi2023228; Sat, 1 Dec 2012 13:37:37 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201212011337.qB1Dbbi2023228@svn.freebsd.org> From: Chris Rees Date: Sat, 1 Dec 2012 13:37:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308075 - head/mail/sympa X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 13:37:37 -0000 Author: crees Date: Sat Dec 1 13:37:36 2012 New Revision: 308075 URL: http://svnweb.freebsd.org/changeset/ports/308075 Log: Update to 6.1.16 Feature safe: yes Modified: head/mail/sympa/Makefile head/mail/sympa/distinfo Modified: head/mail/sympa/Makefile ============================================================================== --- head/mail/sympa/Makefile Sat Dec 1 12:14:37 2012 (r308074) +++ head/mail/sympa/Makefile Sat Dec 1 13:37:36 2012 (r308075) @@ -6,7 +6,7 @@ # PORTNAME= sympa -PORTVERSION= 6.1.15 +PORTVERSION= 6.1.16 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ \ http://www.sympa.org/distribution/old/ Modified: head/mail/sympa/distinfo ============================================================================== --- head/mail/sympa/distinfo Sat Dec 1 12:14:37 2012 (r308074) +++ head/mail/sympa/distinfo Sat Dec 1 13:37:36 2012 (r308075) @@ -1,2 +1,2 @@ -SHA256 (sympa-6.1.15.tar.gz) = 77452dec45d2fdd022093c82aaf40100396e86d4b58194009e06e9b6c6da1c1c -SIZE (sympa-6.1.15.tar.gz) = 7807600 +SHA256 (sympa-6.1.16.tar.gz) = ba74a532ab36df3e79132a69e53e544c5680517a71745039bdd32da960b04219 +SIZE (sympa-6.1.16.tar.gz) = 7856093 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 14:47: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 2EE561D5; Sat, 1 Dec 2012 14:47:53 +0000 (UTC) (envelope-from bar@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0F9E68FC12; Sat, 1 Dec 2012 14:47:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1ElqID032907; Sat, 1 Dec 2012 14:47:52 GMT (envelope-from bar@svn.freebsd.org) Received: (from bar@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1ElqMN032897; Sat, 1 Dec 2012 14:47:52 GMT (envelope-from bar@svn.freebsd.org) Message-Id: <201212011447.qB1ElqMN032897@svn.freebsd.org> From: Barbara Guida Date: Sat, 1 Dec 2012 14:47:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308076 - in head: games/linux-enemyterritory-jaymod games/linux-enemyterritory-omni-bot games/linux-enemyterritory-omni-bot-0660 www/xpi-clear_cache_button www/xpi-flashblock www/xpi-s... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 14:47:53 -0000 Author: bar Date: Sat Dec 1 14:47:52 2012 New Revision: 308076 URL: http://svnweb.freebsd.org/changeset/ports/308076 Log: - Trim Makefile headers - Update my email address Approved by: rene (mentor) Feature safe: yes Modified: head/games/linux-enemyterritory-jaymod/Makefile head/games/linux-enemyterritory-omni-bot-0660/Makefile head/games/linux-enemyterritory-omni-bot/Makefile head/www/xpi-clear_cache_button/Makefile head/www/xpi-flashblock/Makefile head/www/xpi-server_spy/Makefile head/www/xpi-showip/Makefile Modified: head/games/linux-enemyterritory-jaymod/Makefile ============================================================================== --- head/games/linux-enemyterritory-jaymod/Makefile Sat Dec 1 13:37:36 2012 (r308075) +++ head/games/linux-enemyterritory-jaymod/Makefile Sat Dec 1 14:47:52 2012 (r308076) @@ -1,9 +1,5 @@ -# New ports collection makefile for: jaymod -# Date created: 7 May 2006 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= jaymod PORTVERSION= 2.2.0 @@ -12,7 +8,7 @@ MASTER_SITES= http://jaymod.clanfu.org/l http://www.zenenterprises.biz/bud/jaymod/ PKGNAMEPREFIX= linux-enemyterritory- -MAINTAINER= barbara.xxx1975@libero.it +MAINTAINER= bar@FreeBSD.org COMMENT= Jaymod - An Enemy Territory Modification RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory Modified: head/games/linux-enemyterritory-omni-bot-0660/Makefile ============================================================================== --- head/games/linux-enemyterritory-omni-bot-0660/Makefile Sat Dec 1 13:37:36 2012 (r308075) +++ head/games/linux-enemyterritory-omni-bot-0660/Makefile Sat Dec 1 14:47:52 2012 (r308076) @@ -1,9 +1,5 @@ -# New ports collection makefile for: omni-bot -# Date created: 7 May 2006 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= omni-bot PORTVERSION= 0.660 @@ -14,7 +10,7 @@ MASTER_SITE_SUBDIR= alepulver PKGNAMEPREFIX= linux-enemyterritory- DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//} -MAINTAINER= barbara.xxx1975@libero.it +MAINTAINER= bar@FreeBSD.org COMMENT= Omni-Bot is a bot for Enemy Territory RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory Modified: head/games/linux-enemyterritory-omni-bot/Makefile ============================================================================== --- head/games/linux-enemyterritory-omni-bot/Makefile Sat Dec 1 13:37:36 2012 (r308075) +++ head/games/linux-enemyterritory-omni-bot/Makefile Sat Dec 1 14:47:52 2012 (r308076) @@ -1,9 +1,5 @@ -# New ports collection makefile for: omni-bot -# Date created: 7 May 2006 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME= omni-bot PORTVERSION= 0.820 @@ -12,7 +8,7 @@ MASTER_SITES= http://www.omni-bot.com/fo PKGNAMEPREFIX= linux-enemyterritory- DISTNAME= Omni-bot_0.82_ET_Linux -MAINTAINER= barbara.xxx1975@libero.it +MAINTAINER= bar@FreeBSD.org COMMENT= Omni-Bot is a bot for Enemy Territory RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory Modified: head/www/xpi-clear_cache_button/Makefile ============================================================================== --- head/www/xpi-clear_cache_button/Makefile Sat Dec 1 13:37:36 2012 (r308075) +++ head/www/xpi-clear_cache_button/Makefile Sat Dec 1 14:47:52 2012 (r308076) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpi-clear_cache_button -# Date created: 14 September 2011 -# Whom: Barbara -# +# Created by: Barbara Guida # $FreeBSD$ -# PORTNAME= clear_cache_button PORTVERSION= 0.9f @@ -11,7 +7,7 @@ DISTVERSIONSUFFIX= -fx PORTREVISION= 2 CATEGORIES= www -MAINTAINER= barbara.xxx1975@libero.it +MAINTAINER= bar@FreeBSD.org COMMENT= Adds a button to the toolbar that clears the browser cache USE_XPI= *firefox* @@ -42,7 +38,7 @@ XPI_DIRS= chrome/skin/classic chrome/ski post-patch: @${REINPLACE_CMD} -e 's|6\.\*<|99.*<|' \ - ${WRKSRC}/install.rdf + ${WRKSRC}/install.rdf pre-install: @${RM} -f ${WRKSRC}/install.rdf.bak Modified: head/www/xpi-flashblock/Makefile ============================================================================== --- head/www/xpi-flashblock/Makefile Sat Dec 1 13:37:36 2012 (r308075) +++ head/www/xpi-flashblock/Makefile Sat Dec 1 14:47:52 2012 (r308076) @@ -1,9 +1,5 @@ -# New ports collection makefile for: flashblock -# Date created: 14 May 2006 -# Whom: Simon Olofsson -# +# Created by: Simon Olofsson # $FreeBSD$ -# PORTNAME= flashblock PORTVERSION= 1.5.15.1 @@ -11,7 +7,7 @@ DISTVERSIONSUFFIX= -fx PORTREVISION= 2 CATEGORIES= www -MAINTAINER= barbara.xxx1975@libero.it +MAINTAINER= bar@FreeBSD.org COMMENT= Replaces Flash objects with a button you can click to view them USE_XPI= *firefox* Modified: head/www/xpi-server_spy/Makefile ============================================================================== --- head/www/xpi-server_spy/Makefile Sat Dec 1 13:37:36 2012 (r308075) +++ head/www/xpi-server_spy/Makefile Sat Dec 1 14:47:52 2012 (r308076) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xpi-server_spy -# Date created: 10 November 2011 -# Whom: Barbara -# +# Created by: Barbara Guida # $FreeBSD$ -# PORTNAME= server_spy PORTVERSION= 0.2.1 @@ -11,7 +7,7 @@ DISTVERSIONSUFFIX= -fx PORTREVISION= 1 CATEGORIES= www -MAINTAINER= barbara.xxx1975@libero.it +MAINTAINER= bar@FreeBSD.org COMMENT= Indicates what brand of HTTP server runs on the visited site USE_XPI= *firefox* Modified: head/www/xpi-showip/Makefile ============================================================================== --- head/www/xpi-showip/Makefile Sat Dec 1 13:37:36 2012 (r308075) +++ head/www/xpi-showip/Makefile Sat Dec 1 14:47:52 2012 (r308076) @@ -1,16 +1,12 @@ -# New ports collection makefile for: xpi-showip -# Date created: 10 November 2011 -# Whom: Barbara -# +# Created by: Barbara Guida # $FreeBSD$ -# PORTNAME= showip PORTVERSION= 1.8.1 DISTVERSIONSUFFIX= -tb+sm+fx CATEGORIES= www -MAINTAINER= barbara.xxx1975@libero.it +MAINTAINER= bar@FreeBSD.org COMMENT= Show the IP address of the current page in the status bar LICENSE= GPLv2 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 16:22: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 89B6D2AA; Sat, 1 Dec 2012 16:22:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 65C198FC08; Sat, 1 Dec 2012 16:22:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1GMwdb046896; Sat, 1 Dec 2012 16:22:58 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1GMwb8046894; Sat, 1 Dec 2012 16:22:58 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201212011622.qB1GMwb8046894@svn.freebsd.org> From: Bryan Drewery Date: Sat, 1 Dec 2012 16:22:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308077 - head/ports-mgmt/poudriere X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 16:22:58 -0000 Author: bdrewery Date: Sat Dec 1 16:22:57 2012 New Revision: 308077 URL: http://svnweb.freebsd.org/changeset/ports/308077 Log: - Update to 2.3 - Sort PLIST_FILES and remove trailing slash Changes: * Heavy parallelization improvements * Performance improvements * Non-ZFS ports trees are now supported. See the site for details on how to use a local tree. * distclean: New script to cleanup old distfiles * bulk: New NO_RESTRICTED flag to clean restricted distfiles and packages * jail: Add 'gjb' method to use Glen Barber's snapshots * jail -cu: Support PARALLEL_JOBS/-J for buildworld * jail -cu: Enable ccache support, requires host have devel/ccache * New TMPFS_DATA to allow having the pool,cache and other poudriere temporary files be stored in memory (important if using bulk -a) * Fix needing pkg_install on host for pkg_install target builds * bulk/testport: Automatically detect dependency loops and deadlocked queue, which fixes "infinite loop" or "hang" when building * options: Add -c/-C to select config/config-conditional * testport: Fail the test if dependencies fail * HTML Stats page now auto refreshes every 10 seconds * Fix HTML Stats not being written atomically * bulk/testport: Add -v flag to be more verbose * bulk/testport: -D is now -vv * jail -c: Install games dist as some ports require it to build * Html status: Link port origins to portsmon * testport: SAVE_WRKDIR is now supported * Better FreeBSD 8.3 support * Many bugfixes Feature safe: yes Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Sat Dec 1 14:47:52 2012 (r308076) +++ head/ports-mgmt/poudriere/Makefile Sat Dec 1 16:22:57 2012 (r308077) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION} @@ -23,15 +23,16 @@ CONFLICTS_INSTALL= poudriere-devel-* PLIST_FILES= etc/poudriere.conf.sample \ bin/poudriere \ + share/poudriere/bulk.sh \ share/poudriere/clean.sh \ share/poudriere/common.sh \ - share/poudriere/test_ports.sh \ - share/poudriere/ports.sh \ - share/poudriere/jail.sh \ - share/poudriere/bulk.sh \ share/poudriere/cron.sh \ - share/poudriere/queue.sh \ + share/poudriere/distclean.sh \ + share/poudriere/jail.sh \ share/poudriere/options.sh \ + share/poudriere/ports.sh \ + share/poudriere/queue.sh \ + share/poudriere/test_ports.sh PLIST_DIRS= share/poudriere Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Sat Dec 1 14:47:52 2012 (r308076) +++ head/ports-mgmt/poudriere/distinfo Sat Dec 1 16:22:57 2012 (r308077) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.2.tar.gz?uuid=2.2) = b557a9d6ffab5e050935bf2eaded25c23f3e0ff610ce1293d1123cee8354898f -SIZE (poudriere-2.2.tar.gz?uuid=2.2) = 34481 +SHA256 (poudriere-2.3.tar.gz?uuid=2.3) = 9a0a060b3f9b15c32c7cde746b5de0765a412b4d0efff889e3ed183ffcc494bf +SIZE (poudriere-2.3.tar.gz?uuid=2.3) = 39318 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 16:27: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 525A4391; Sat, 1 Dec 2012 16:27:35 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1CE358FC14; Sat, 1 Dec 2012 16:27:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1GRYhQ047538; Sat, 1 Dec 2012 16:27:34 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1GRYnq047536; Sat, 1 Dec 2012 16:27:34 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201212011627.qB1GRYnq047536@svn.freebsd.org> From: Bryan Drewery Date: Sat, 1 Dec 2012 16:27:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308078 - head/ports-mgmt/poudriere-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 16:27:35 -0000 Author: bdrewery Date: Sat Dec 1 16:27:34 2012 New Revision: 308078 URL: http://svnweb.freebsd.org/changeset/ports/308078 Log: - Update to 0af89d84d3 checkin to sync with 2.3 release Changes: * jail: Add 'gjb' method to use Glen Barber's snapshots * bulk: Fix skipped port handling * ports: Allow non zfs portstrees to be created/updated/deleted * Bugfixes Feature safe: yes 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 Sat Dec 1 16:22:57 2012 (r308077) +++ head/ports-mgmt/poudriere-devel/Makefile Sat Dec 1 16:27:34 2012 (r308078) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.2.99.20121114 +PORTVERSION= 2.3.99.20121130 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 76032fe87d +FSL_CHKIN= 0af89d84d3 NO_BUILD= yes MANCOMPRESSED= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Sat Dec 1 16:22:57 2012 (r308077) +++ head/ports-mgmt/poudriere-devel/distinfo Sat Dec 1 16:27:34 2012 (r308078) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.2.99.20121114.tar.gz?uuid=76032fe87d) = 9d1362fc96e33de477c7052c4b9b1c469b09fd84b74e703353c604052ce29a0b -SIZE (poudriere-2.2.99.20121114.tar.gz?uuid=76032fe87d) = 38985 +SHA256 (poudriere-2.3.99.20121130.tar.gz?uuid=0af89d84d3) = a35ac499bc8186b8ffc7077922e54cfd2f9c158180f98b4d166da29fab06aa89 +SIZE (poudriere-2.3.99.20121130.tar.gz?uuid=0af89d84d3) = 39343 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 16:29: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 C20E9461; Sat, 1 Dec 2012 16:29:13 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8D6FA8FC1A; Sat, 1 Dec 2012 16:29:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1GTDbt047807; Sat, 1 Dec 2012 16:29:13 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1GTDtn047804; Sat, 1 Dec 2012 16:29:13 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201212011629.qB1GTDtn047804@svn.freebsd.org> From: Grzegorz Blach Date: Sat, 1 Dec 2012 16:29:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308079 - head/databases/hiredis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 16:29:13 -0000 Author: gblach Date: Sat Dec 1 16:29:13 2012 New Revision: 308079 URL: http://svnweb.freebsd.org/changeset/ports/308079 Log: - Changes GH_ACCOUNT to redis - Use PORTVERSION instead of DISTVERSION - Update distinfo (Only difference from previous tarball is changed account in directory name) Approved by: crees (mentor) Feature safe: yes Modified: head/databases/hiredis/Makefile head/databases/hiredis/distinfo Modified: head/databases/hiredis/Makefile ============================================================================== --- head/databases/hiredis/Makefile Sat Dec 1 16:27:34 2012 (r308078) +++ head/databases/hiredis/Makefile Sat Dec 1 16:29:13 2012 (r308079) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hiredis -DISTVERSION= 0.11.0 +PORTVERSION= 0.11.0 CATEGORIES= databases MAINTAINER= gblach@FreeBSD.org @@ -11,8 +11,8 @@ COMMENT= Minimalistic C client library f LICENSE= BSD USE_GITHUB= yes -GH_ACCOUNT= antirez -GH_TAGNAME= v${DISTVERSION} +GH_ACCOUNT= redis +GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 0fff0f1 USE_GMAKE= yes Modified: head/databases/hiredis/distinfo ============================================================================== --- head/databases/hiredis/distinfo Sat Dec 1 16:27:34 2012 (r308078) +++ head/databases/hiredis/distinfo Sat Dec 1 16:29:13 2012 (r308079) @@ -1,2 +1,2 @@ -SHA256 (hiredis-0.11.0.tar.gz) = 9340e3cb0f0daedd115b1fb5b2a631d5d8aaa3d460423f3a2a06f198d85959ff -SIZE (hiredis-0.11.0.tar.gz) = 42159 +SHA256 (hiredis-0.11.0.tar.gz) = 3aa1b899cc033cf524a485b4d7beaf699b78beae2187d212263efb49fdcb1d30 +SIZE (hiredis-0.11.0.tar.gz) = 42161 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 20:18: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 B0019D41; Sat, 1 Dec 2012 20:18:50 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 759918FC08; Sat, 1 Dec 2012 20:18:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1KIoWB085615; Sat, 1 Dec 2012 20:18:50 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1KIoC2085613; Sat, 1 Dec 2012 20:18:50 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201212012018.qB1KIoC2085613@svn.freebsd.org> From: Wesley Shields Date: Sat, 1 Dec 2012 20:18:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308080 - head/mail/sieve-connect X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 20:18:50 -0000 Author: wxs Date: Sat Dec 1 20:18:50 2012 New Revision: 308080 URL: http://svnweb.freebsd.org/changeset/ports/308080 Log: Update to 0.84. Trim header and cosmetic fix to PLIST_FILES. PR: ports/173990 Submitted by: "Alexey V. Degtyarev" (maintainer) Feature safe: yes Modified: head/mail/sieve-connect/Makefile (contents, props changed) head/mail/sieve-connect/distinfo (contents, props changed) Modified: head/mail/sieve-connect/Makefile ============================================================================== --- head/mail/sieve-connect/Makefile Sat Dec 1 16:29:13 2012 (r308079) +++ head/mail/sieve-connect/Makefile Sat Dec 1 20:18:50 2012 (r308080) @@ -1,12 +1,8 @@ -# New ports collection makefile for: sieve-connect -# Date created: Sat 14 May 2011 -# Whom: Alexey V. Degtyarev -# +# Created by: Alexey V. Degtyarev # $FreeBSD$ -# PORTNAME= sieve-connect -PORTVERSION= 0.83 +PORTVERSION= 0.84 CATEGORIES= mail MASTER_SITES= http://people.spodhuis.org/phil.pennock/software/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ @@ -28,7 +24,7 @@ RUN_DEPENDS= p5-Authen-SASL>=0:${PORTSDI USE_BZIP2= yes USE_PERL5= yes -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/sieve-connect MAN1= sieve-connect.1 Modified: head/mail/sieve-connect/distinfo ============================================================================== --- head/mail/sieve-connect/distinfo Sat Dec 1 16:29:13 2012 (r308079) +++ head/mail/sieve-connect/distinfo Sat Dec 1 20:18:50 2012 (r308080) @@ -1,2 +1,2 @@ -SHA256 (sieve-connect-0.83.tar.bz2) = 5efcff922b053d1c845cdef0b3cb1b4551400117d2d581c0622b764be6b56827 -SIZE (sieve-connect-0.83.tar.bz2) = 31181 +SHA256 (sieve-connect-0.84.tar.bz2) = 3cda30c4f7fbbe3339a1dd934c989315e5a00c32ea203494d5c8dae77a36fa47 +SIZE (sieve-connect-0.84.tar.bz2) = 31737 From owner-svn-ports-all@FreeBSD.ORG Sat Dec 1 21:22: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 1FA654FE; Sat, 1 Dec 2012 21:22:45 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 040F78FC08; Sat, 1 Dec 2012 21:22:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB1LMijp097537; Sat, 1 Dec 2012 21:22:44 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB1LMi6Z097533; Sat, 1 Dec 2012 21:22:44 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201212012122.qB1LMi6Z097533@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sat, 1 Dec 2012 21:22:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308081 - in head/www/py-gunicorn: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: 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, 01 Dec 2012 21:22:45 -0000 Author: rm Date: Sat Dec 1 21:22:44 2012 New Revision: 308081 URL: http://svnweb.freebsd.org/changeset/ports/308081 Log: - update to 0.16.1 - Use GITHUB mastersite instead of CHEESESHOP - remove USE_PYTHON version limit (Python3 Ready) - tweak TESTS_DESC - allow OPTIONSFILE to be overridden - re-order TEST_DEPENDS and replace py-nose with py-test in it - add {TEST,RUN}_DEPENDS to BUILD_DEPENDS when TESTS option is selected - patch out pytest-cov from requirements_dev.txt - update regression-test target bits - fix plist for python >= 3.2, while here PR: 173901 Submitted by: Kubilay Kocak (maintainer) Feature safe: yes Added: head/www/py-gunicorn/files/ head/www/py-gunicorn/files/patch-requirements_dev.txt (contents, props changed) Modified: head/www/py-gunicorn/Makefile head/www/py-gunicorn/distinfo head/www/py-gunicorn/pkg-plist Modified: head/www/py-gunicorn/Makefile ============================================================================== --- head/www/py-gunicorn/Makefile Sat Dec 1 20:18:50 2012 (r308080) +++ head/www/py-gunicorn/Makefile Sat Dec 1 21:22:44 2012 (r308081) @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= gunicorn -PORTVERSION= 0.15.0 +PORTVERSION= 0.16.1 CATEGORIES= www python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs.freebsd@gmail.com @@ -12,9 +11,13 @@ COMMENT= Python WSGI server for unix LICENSE= MIT -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose +USE_GITHUB= yes +GH_ACCOUNT= benoitc +GH_TAGNAME= 0.16.1 +GH_COMMIT= 0d91a51 -USE_PYTHON= -2.7 +# Python3 Ready +USE_PYTHON= yes USE_PYDISTUTILS= easy_install OPTIONS_DEFINE= EVENTLET GEVENT TORNADO SETPROC TESTS @@ -22,12 +25,12 @@ EVENTLET_DESC= Add Eventlet async worker GEVENT_DESC= Add Gevent async worker TORNADO_DESC= Add Tornado async worker SETPROC_DESC= Support changing process title (setproctitle) -TESTS_DESC= Install nose for running unittests +TESTS_DESC= Install tools for running unittests -OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options +OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options NO_OPTIONS_SORT= yes -.include +.include .if ${PORT_OPTIONS:MEVENTLET} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9:${PORTSDIR}/net/py-eventlet @@ -46,10 +49,17 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}set .endif .if ${PORT_OPTIONS:MTESTS} -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose +BUILD_DEPENDS:= ${TEST_DEPENDS} \ + ${RUN_DEPENDS} .endif +TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest + regression-test: build - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} nosetests + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + +.if ${PYTHON_REL} >= 320 +.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif -.include +.include Modified: head/www/py-gunicorn/distinfo ============================================================================== --- head/www/py-gunicorn/distinfo Sat Dec 1 20:18:50 2012 (r308080) +++ head/www/py-gunicorn/distinfo Sat Dec 1 21:22:44 2012 (r308081) @@ -1,2 +1,2 @@ -SHA256 (gunicorn-0.15.0.tar.gz) = 811f7e9b6b81f5ef4ba07ba071ee8f09ce2c9b16824b75fcaf6452af8bc9a9ad -SIZE (gunicorn-0.15.0.tar.gz) = 119108 +SHA256 (gunicorn-0.16.1.tar.gz) = e1972878b7a742302fb5281cb4d4c64f4c0eace2c58a814e88bd09754149ff40 +SIZE (gunicorn-0.16.1.tar.gz) = 333263 Added: head/www/py-gunicorn/files/patch-requirements_dev.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-gunicorn/files/patch-requirements_dev.txt Sat Dec 1 21:22:44 2012 (r308081) @@ -0,0 +1,5 @@ +--- ./requirements_dev.txt.orig 2012-11-20 18:50:15.000000000 +1100 ++++ ./requirements_dev.txt 2012-11-20 18:50:21.000000000 +1100 +@@ -1,2 +1 @@ + pytest +-pytest-cov Modified: head/www/py-gunicorn/pkg-plist ============================================================================== --- head/www/py-gunicorn/pkg-plist Sat Dec 1 20:18:50 2012 (r308080) +++ head/www/py-gunicorn/pkg-plist Sat Dec 1 21:22:44 2012 (r308081) @@ -67,9 +67,6 @@ bin/gunicorn_paster %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/http/wsgi.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/http/wsgi.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/http/wsgi.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/logging_config.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/logging_config.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/logging_config.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/management/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/management/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/management/__init__.pyo @@ -82,6 +79,9 @@ bin/gunicorn_paster %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/pidfile.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/pidfile.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/pidfile.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/six.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/six.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/six.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/sock.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/sock.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gunicorn/sock.pyo