Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id E7E3963E520 for ; Wed, 13 Feb 2013 17:10:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A7FFD14A12D; Wed, 13 Feb 2013 17:10:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D8C2414A128 for ; Wed, 13 Feb 2013 17:10:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 94LrXl8CFtO0 for ; Wed, 13 Feb 2013 17:10:04 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 10FAB14A127 for ; Wed, 13 Feb 2013 17:10:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8EB6E175DD; Wed, 13 Feb 2013 17:10:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 13 Feb 2013 17:10:45 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/www/trac To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20130213171045.8EB6E175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: gdt Date: Wed Feb 13 17:10:45 UTC 2013 Modified Files: pkgsrc/www/trac: DESCR Makefile PLIST distinfo Log Message: Update to 1.0. The only significant packaging change is to drop the dependency on py-subversion. It's still needed to use subversion repositories, but use of svn is now optional. Update provided by Martin Resnick of BBN, with minor tweaks by me. Trac 1.0 'Cell' (September 7, 2012) http://svn.edgewall.org/repos/trac/tags/trac-1.0 Trac 1.0 is a major release adding refreshed user interface and improved DVCS repository support as the most visible changes. The following list contains only a few highlights: - The default theme looks more modern, especially on recent browsers (no effort has been made to make it look better on older browsers like IE6 or 7) - The TracHacks GitPlugin has been donated by Herbert Valerio Riedel to the Trac project (many thanks!) and is now maintained here as an optional component - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well - The Git and Mercurial log view feature a visualization of the branching structure - Usability improvements for the tickets, with a better support for conflict detection and resolution - Integration of the TracHacks BatchModifyPlugin, contributed by Brian Meeker (many thanks!) and is now maintained there as a default component - jQuery/UI integration, featuring a date picker for date fields - Improved integration with Pygments syntax highlighting - ... and numerous smaller features added and bugs fixed since 0.12! To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/www/trac/DESCR cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/trac/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/trac/PLIST cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/trac/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.