ĻZ262740 253 664 116 264 313 318 360 135 226 244 107 184 129 110 326 522 293 116 151 157 114 298 168 223 136 205 166 112 205 228 295 297 304 894 730 170 115 114 210 111 112 112 114 120 207 168 109 385 154 487 137 252 604 194 121 223 170 234 201 123 121 126 121 211 170 152 121 142 121 160 213 111 128 332 393 110 110 218 198 217 180 123 141 153 138 322 113 182 188 246 306 283 112 569 112 246 244 269 256 252 190 327 205 212 215 141 114 169 290 115 281 187 153 110 116 119 227 137 117 116 114 1553 217 203 121 213 117 184 284 222 284 290 213 645 387 244 111 180 170 111 149 109 109 186 127 180 158 180 140 109 112 109 177 114 160 110 195 109 111 324 111 108 282 189 115 109 121 218 219 219 139 192 108 246 140 152 169 146 150 146 140 144 175 139 155 146 135 194 114 111 181 171 111 821 513 111 787 446 349 111 209 201 199 294 361 110 110 110 143 219 142 107 213 571 126 222 136 124 159 145 201 401 161 135 121 111 123 633 115 851 114 107 223 145 303 315 112 120 111 111 109 170 193 111 111 445 114 320 310 111 111 178 112 112 K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2010-10-10T05:56:04.000000Z K 7 svn:log V 566 POEx::Role::TCPServer bundles up the lower level SocketFactory/ReadWrite combination of wheels into a simple Moose::Role. It builds upon other POEx modules such as POEx::Role::SessionInstantiation and POEx::Types. The events for SocketFactory for and for each ReadWrite instantiated are methods that can be advised in any way deemed fit. Advising these methods is actually encouraged and can simplify code for the consumer. The only method that must be provided by the consuming class is handle_inbound_data. WWW: http://search.cpan.org/dist/POEx-Role-TCPServer/ END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2010-10-10T06:00:19.000000Z K 7 svn:log V 19 - Upgrade to 0.10. END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T06:09:02.000000Z K 7 svn:log V 165 - Update to 4.0.0 PR: ports/150914 Submitted by: Zane C.B. (maintainer) Changes: http://search.cpan.org/dist/ZConf/Changes END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T06:36:02.000000Z K 7 svn:log V 214 - Update to 2.095 PR: ports/149517 Submitted by: Frederic Culot Approved by: maintainer timeout (tobez ; 60 days) Changes: http://search.cpan.org/dist/Mail-Box/Changes END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T06:36:19.000000Z K 7 svn:log V 219 - Update to 1.0 PR: ports/149650 Submitted by: Frederic Culot Approved by: maintainer timeout (tobez ; 57 days) Changes: http://search.cpan.org/dist/Directory-Queue/Changes END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T06:36:53.000000Z K 7 svn:log V 261 - Update to 1.33 1.31 is no longer fetchable [1] PR: ports/150158 [1] Submitted by: Frederic Culot [1] Approved by: maintainer timeout (tobez ; 40 days) [1] Changes: http://search.cpan.org/dist/B-Generate/Changes END K 10 svn:author V 7 mandree K 8 svn:date V 27 2010-10-10T06:57:37.000000Z K 7 svn:log V 39 Update to new upstream release beta11. END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T07:07:13.000000Z K 7 svn:log V 127 - Update to 2.8.0 PR: ports/151105 Submitted by: Aliaksandr Zahatski With Hat: perl@ END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T07:07:34.000000Z K 7 svn:log V 145 - Update to 2010.09: "Rakudo Star" PR: ports/151107 Submitted by: Aliaksandr Zahatski With Hat: perl@ END K 10 svn:author V 2 hq K 8 svn:date V 27 2010-10-10T07:15:15.000000Z K 7 svn:log V 16 Update to 1.380 END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T07:56:11.000000Z K 7 svn:log V 86 - Update to 0.9.17 With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2010-10-10T07:59:28.000000Z K 7 svn:log V 32 Unbreak by linking more object. END K 10 svn:author V 2 mm K 8 svn:date V 27 2010-10-10T08:24:12.000000Z K 7 svn:log V 19 - Update to 0.4.10 END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T09:40:12.000000Z K 7 svn:log V 227 - This doesn't honor NOPORTDOCS yet, but it does install/deinstall cleanly now. This is just a stop gap until I have some time to patch rakudo which introduced this mess in the previous 2010.08 update. Reported by: QAT END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2010-10-10T11:04:23.000000Z K 7 svn:log V 424 POEx::Role::PSGIServer encapsulates the core PSGI server behaviors into an easy to consume and extend role. It is based on previous POEx work such as POEx::Role::TCPServer which provides basic TCP socket multiplexing via POE::Wheel::SocketFactory and POE::Wheel::ReadWrite, and POEx::Role::SessionInstantiation which transforms plain Moose objects into POE sessions. WWW: http://search.cpan.org/dist/POEx-Role-PSGIServer/ END K 10 svn:author V 4 rene K 8 svn:date V 27 2010-10-10T11:05:00.000000Z K 7 svn:log V 199 - update to 1.0.0 - use MASTER_SITE_XFCE - change maintainer to submitter PR: ports/151175 Submitted by: Olivier Duchateau [duchateau.olivier gmail.com] Approved by: old maintainer [fbsd opal.com] END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2010-10-10T11:30:17.000000Z K 7 svn:log V 19 - Upgrade to 0.04. END K 10 svn:author V 4 rene K 8 svn:date V 27 2010-10-10T11:44:21.000000Z K 7 svn:log V 58 Update to 1.5 PR: ports/151286 Submitted by: maintainer END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2010-10-10T11:44:32.000000Z K 7 svn:log V 60 - Upgrade to 0.31. PR: ports/151265 Submitted by: sunpoet END K 10 svn:author V 5 lioux K 8 svn:date V 27 2010-10-10T12:06:35.000000Z K 7 svn:log V 20 Update to 1.0.r1499 END K 10 svn:author V 6 swills K 8 svn:date V 27 2010-10-10T12:51:06.000000Z K 7 svn:log V 202 - New port Perl basic method declarations with signatures, without source filters WWW: http://search.cpan.org/dist/Method-Signatures-Simple/ Submitted by: me (swills) Approved by: pgollucci (mentor) END K 10 svn:author V 6 brooks K 8 svn:date V 27 2010-10-10T12:54:12.000000Z K 7 svn:log V 73 Fix build when older versions are installed. Submitted by: ports/151337 END K 10 svn:author V 6 brooks K 8 svn:date V 27 2010-10-10T13:05:16.000000Z K 7 svn:log V 127 Fix scan-build by actually replacing %%DATADIR%%. PR: ports/151344 Submitted by: Matthias Andree END K 10 svn:author V 6 kmoore K 8 svn:date V 27 2010-10-10T14:53:01.000000Z K 7 svn:log V 41 Use gnomehack to fix pkgconfig handling. END K 10 svn:author V 4 rene K 8 svn:date V 27 2010-10-10T15:27:16.000000Z K 7 svn:log V 111 Deprecate: unmaintained upstream Set expiration date to 2010-11-24 PR: ports/150900 Submitted by: maintainer END K 10 svn:author V 6 kmoore K 8 svn:date V 27 2010-10-10T15:37:23.000000Z K 7 svn:log V 71 Really add gnomehack to fix pkgconfig this time. Sorry for the noise. END K 10 svn:author V 5 sahil K 8 svn:date V 27 2010-10-10T15:40:02.000000Z K 7 svn:log V 18 - Update to 1.1.0 END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-10T17:05:40.000000Z K 7 svn:log V 106 - Fix compilation, and remove BROKEN. PR: ports/148455 Submitted by: Dee-Nice END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-10T17:12:02.000000Z K 7 svn:log V 129 - Avoid overriding post-patch target on some architectures. PR: ports/149715 Submitted by: Dmitry Marakasov END K 10 svn:author V 6 swills K 8 svn:date V 27 2010-10-10T18:02:07.000000Z K 7 svn:log V 199 - add RC script - add separate UIDs/GIDs for the daemon - bump PORTREVSION PR: ports/150070 Submitted by: Spil Approved by: pgollucci (mentor), daniel@netwalk.org (maintainer) END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T18:41:33.000000Z K 7 svn:log V 198 - Update to 0.7.10 PR: ports/151353 Submitted by: Philip M. Gollucci Approved by: gogo@cs.uni-sb.de (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T18:41:44.000000Z K 7 svn:log V 205 - Update to 1.0.2 PR: ports/151355 Submitted by: Philip M. Gollucci Approved by: gogolok+freebsd@gmail.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T18:50:02.000000Z K 7 svn:log V 795 Mozilla gives a great flexibility and power to Javascript. This popular client side scripting language can be used to create application level logic and services for cross platform application development. By creating libraries of common useful routines, application developers can focus on creating original functionality for their own applications instead of dealing w/ complex xpconnect wrapper objects and worrying about which IDL methods do what and which are implemented on what platforms. Goal: jslib has a simple goal, "Make life easier for Mozilla Application Development by creating logical, easy to use API's for general purpose routines that lend themselves to living in library code." WWW: http://jslib.mozdev.org/ PR: ports/151359 Submitted by: Lapo Luchini END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-10T18:50:32.000000Z K 7 svn:log V 631 TagZilla is an add-on to Mozilla that lets you add a tagline, random or specifically chosen by you, to the end of an email or newsgroup posting, or to the clipboard for pasting into a Web-based email or message board. What is a tagline? A tagline is a one-line joke, witticism, factoid, what have you. It can be about any subject (although it's good to ensure it's appropriate to the forum in question). The random quotes that can be found at the end of web pages like Slashdot or the MozDev home page could be considered taglines. WWW: http://tagzilla.mozdev.org/ PR: ports/151360 Submitted by: Lapo Luchini END K 10 svn:author V 3 tdb K 8 svn:date V 27 2010-10-10T20:07:18.000000Z K 7 svn:log V 78 - Update to 5.9.5 PR: ports/151350 Submitted by: Alex Varju END K 10 svn:author V 2 cy K 8 svn:date V 27 2010-10-10T20:31:46.000000Z K 7 svn:log V 24 Update 4.1.1 --> 4.1.2. END K 10 svn:author V 2 cy K 8 svn:date V 27 2010-10-10T20:35:44.000000Z K 7 svn:log V 23 Update 4.1.1 --> 4.1.2 END K 10 svn:author V 3 nox K 8 svn:date V 27 2010-10-10T20:59:32.000000Z K 7 svn:log V 117 Add missing linux gtk2 dependencies PR: ports/151370 Submitted by: Nicholas McKenzie END K 10 svn:author V 5 sahil K 8 svn:date V 27 2010-10-10T23:12:14.000000Z K 7 svn:log V 17 - Update to 0.39 END K 10 svn:author V 5 sahil K 8 svn:date V 27 2010-10-10T23:12:16.000000Z K 7 svn:log V 18 - Update to 1.211 END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2010-10-10T23:15:36.000000Z K 7 svn:log V 17 Update to 15.3.0 END K 10 svn:author V 5 lioux K 8 svn:date V 27 2010-10-10T23:16:41.000000Z K 7 svn:log V 20 Update to 1.0.r1503 END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2010-10-10T23:33:50.000000Z K 7 svn:log V 25 Upgrade to version 1.95. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-10T23:46:14.000000Z K 7 svn:log V 108 - Fix runtime error in VM, occurring on amd64. PR: ports/141236 Submitted by: malus END K 10 svn:author V 5 edwin K 8 svn:date V 27 2010-10-11T00:09:07.000000Z K 7 svn:log V 74 Ports modules update at Monday 11 October 2010 at 00:09 Feature safe: yes END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-11T00:51:33.000000Z K 7 svn:log V 17 - Update to 0.31 END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T01:32:01.000000Z K 7 svn:log V 286 - Update to version 2010.10.2. - Do not install /usr/sbin/mount_ntfs-3g symlink (added note in README.FreeBSD) because it doesn't work in 7.x or later. - Drop maintainership (fuse4bsd is unmaintained, and there are problems that will affect this port until an alternative appears). END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2010-10-11T01:33:32.000000Z K 7 svn:log V 57 - Upgrade to 2.3.3. I'll upgrade to 3.0 after repocopy. END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-11T01:55:13.000000Z K 7 svn:log V 394 OpenEXR is an image format developed by ILM. Its main innovation is support for high dynamic range; it supports floating point pixels. This Python module provides bindings for the OpenEXR C++ libraries. They allow you to read and write OpenEXR files from Python. WWW: http://www.excamera.com/sphinx/articles-openexr.html PR: ports/151368 Submitted by: James Bowman END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-11T01:59:04.000000Z K 7 svn:log V 45 - Update to 1.5 - Update my email to FreeBSD END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-11T02:09:53.000000Z K 7 svn:log V 159 A PEAR data validation class for US. The package includes SSN, Postal Code, Regions (States), Phone Numbers. WWW: http://pear.php.net/package/Validate_US/ END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-11T02:14:48.000000Z K 7 svn:log V 511 WebService::GData is a blueprint that you should inherit and extend. It offers a basic hashed based object creation via the word new. All sub classes should be hash based. If you want to pock into the instance, it's easy but everything that is not documented should be considered private. If you play around with undocumented properties/methods and that it changes,upgrading to the new version with all the extra new killer features will be very hard to do. WWW: http://search.cpan.org/dist/WebService-GData/ END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-11T02:26:57.000000Z K 7 svn:log V 101 - Update to 2.71 PR: ports/151329 Submitted by: Bill Brinzer (maintainer) END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T02:27:20.000000Z K 7 svn:log V 23 - Drop maintainership. END K 10 svn:author V 4 stas K 8 svn:date V 27 2010-10-11T03:09:54.000000Z K 7 svn:log V 129 - Update ruby19 to 1.9.2. - Do not link agains librt. [1] PR: ports/149003 [1] Submitted by: Anonymous [1] END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T03:18:03.000000Z K 7 svn:log V 72 - Add ONLY_FOR_ARCHS, as it uses a bit of FPU specific i386/amd64 code. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T03:33:17.000000Z K 7 svn:log V 135 - Set DEPRECATED and EXPIRATION_DATE to about six months from now (last release is from 2006, and lang/fpc is a viable replacement). END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T03:35:22.000000Z K 7 svn:log V 102 - Remove GPC option (lang/gpc is deprecated and to be removed). - Remove -m32/-m64 compilation flags. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T03:51:27.000000Z K 7 svn:log V 25 - Update to version 3.4. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T03:54:01.000000Z K 7 svn:log V 23 - Drop maintainership. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T04:07:19.000000Z K 7 svn:log V 28 - Update to version 0.99.2. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T04:11:03.000000Z K 7 svn:log V 23 - Drop maintainership. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T04:15:27.000000Z K 7 svn:log V 112 - Mark DEPRECATED and set EXPIRATION_DATE in about six months (is not maintained anymore, and does not work). END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T04:22:46.000000Z K 7 svn:log V 72 - Project is not active since 2006, set DEPRECATED and EXPIRATION_DATE. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T05:39:30.000000Z K 7 svn:log V 54 - Deprecate and set to expire old/unmaintained ports. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T05:41:24.000000Z K 7 svn:log V 23 - Drop maintainership. END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2010-10-11T05:46:21.000000Z K 7 svn:log V 48 Missed multicast fix patches in previous commit END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T06:01:05.000000Z K 7 svn:log V 23 - Drop maintainership. END K 10 svn:author V 4 stas K 8 svn:date V 27 2010-10-11T06:35:54.000000Z K 7 svn:log V 67 - Add forgotten ruby19 patch, which sets the correct library path. END K 10 svn:author V 4 stas K 8 svn:date V 27 2010-10-11T06:36:41.000000Z K 7 svn:log V 119 - Do not link ruby18 agains librt. - Bump portrevision. PR: ports/149003 Submitted by: Anonymous END K 10 svn:author V 4 bapt K 8 svn:date V 27 2010-10-11T06:48:39.000000Z K 7 svn:log V 18 - Update to 1.7.6 END K 10 svn:author V 6 obrien K 8 svn:date V 27 2010-10-11T06:53:35.000000Z K 7 svn:log V 33 Update to Vim 7.3 patchlevel 21. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2010-10-11T07:30:32.000000Z K 7 svn:log V 236 Rdesktop will use several sound related libraries if they are already installed, without telling it to do so. So ensure these dependencies get registered. PR: 146720 Submitted by: Yuri Pankov (reworked by me) END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-11T08:20:25.000000Z K 7 svn:log V 300 Log::Any is a generic adapter for writing logging into Perl modules; this adapter uses the Unix::Syslog module to direct that output into the standard Unix syslog system. WWW: http://search.cpan.org/dist/Log-Any-Adapter-Syslog/ PR: ports/151380 Submitted by: Bill Brinzer END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-11T08:46:10.000000Z K 7 svn:log V 18 - Update to 3.6.1 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-11T08:57:50.000000Z K 7 svn:log V 18 - Update to 1.2.1 END K 10 svn:author V 4 gahr K 8 svn:date V 27 2010-10-11T11:41:32.000000Z K 7 svn:log V 124 - Update to 1.7.23 Announcement: http://sf.net/mailarchive/message.php?msg_name=20101006001103.598031d8%40fox-toolkit.com END K 10 svn:author V 6 gerald K 8 svn:date V 27 2010-10-11T12:07:59.000000Z K 7 svn:log V 102 Update to the 20101005 snapshot of GCC 4.4.6 which is pretty much the state of the GCC 4.4.5 release. END K 10 svn:author V 6 swills K 8 svn:date V 27 2010-10-11T12:40:33.000000Z K 7 svn:log V 121 - Update to 5.0.8 PR: ports/151358 Submitted by: Lapo Luchini (maintainer) Approved by: wxs (co-mentor) END K 10 svn:author V 6 swills K 8 svn:date V 27 2010-10-11T12:41:18.000000Z K 7 svn:log V 85 - Update to 0.41 Submitted by: me (swills, maintainer) Approved by: wxs (co-mentor) END K 10 svn:author V 2 mm K 8 svn:date V 27 2010-10-11T13:51:28.000000Z K 7 svn:log V 32 - Update schroedinger to 1.0.10 END K 10 svn:author V 6 gerald K 8 svn:date V 27 2010-10-11T13:58:37.000000Z K 7 svn:log V 46 Update to the 20101009 snapshot of GCC 4.6.0. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-11T14:26:20.000000Z K 7 svn:log V 55 - Add missing @dirrmtry for desktop entries directory. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2010-10-11T15:35:47.000000Z K 7 svn:log V 41 This module is included in p5-Plack now. END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-11T15:56:21.000000Z K 7 svn:log V 225 - Fix Perl dependency: use USE_PERL5_BUILD instead of USE_PERL5 PR: ports/151391 Submitted by: Aragon Gouveia Approved by: Dmitry Yashin (maintainer), pgollucci (mentor, implicit) END K 10 svn:author V 8 jpaetzel K 8 svn:date V 27 2010-10-11T16:01:33.000000Z K 7 svn:log V 16 Add a WWW: line END K 10 svn:author V 8 skreuzer K 8 svn:date V 27 2010-10-11T16:17:53.000000Z K 7 svn:log V 85 Update to 0.8.7g PR: ports/149918 Submitted by: Oleg Gawriloff END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-11T16:31:53.000000Z K 7 svn:log V 92 - Bump PORTREVISION for changing Perl dependency Approved by: pgollucci (mentor, implicit) END K 10 svn:author V 5 garga K 8 svn:date V 27 2010-10-11T16:38:59.000000Z K 7 svn:log V 151 Retire expired port: 2010-10-10 www/trac-multirepos: Multiple repositories support has been merged in trunk, please use Trac 0.12+ (www/trac) instead END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-11T16:42:55.000000Z K 7 svn:log V 207 - Update to 0.1.5 PR: ports/151242 Submitted by: Philip M. Gollucci Approved by: freebsdports@chillibear.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-11T16:53:15.000000Z K 7 svn:log V 184 - Update to 1.3.7 PR: ports/151243 Submitted by: myself (pgollucci) Approved by: freebsdports@chillibear.com (maintainer) Sponsored by: RideCharge Inc. / TaxiMagic END K 10 svn:author V 4 bapt K 8 svn:date V 27 2010-10-11T18:01:17.000000Z K 7 svn:log V 19 - update to 0.15.0 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-11T18:25:02.000000Z K 7 svn:log V 472 - Add p5-Email-Sender-Transport-SQLite 0.091660 This transport makes deliveries to an SQLite database, creating it if needed. The SQLite transport is intended for testing programs that fork or that otherwise can't use the Test transport. It is not meant for robust, long-term storage of mail. WWW: http://search.cpan.org/dist/Email-Sender-Transport-SQLite/ PR: ports/151382 Submitted by: Bill Brinzer Approved by: pgollucci (mentor, implicit) END K 10 svn:author V 7 thierry K 8 svn:date V 27 2010-10-11T20:04:01.000000Z K 7 svn:log V 16 Upgrade to 2.1. END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-11T20:48:08.000000Z K 7 svn:log V 147 Std pkg name p5-gettext -> p5-Locale-gettext PR: ports/148166 Submitted by: ohauer Approved by: timeout (demon/ohauer ; 41 days) END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-11T20:49:13.000000Z K 7 svn:log V 145 - Require bdb 4.7+ - Bump PORTREVISION PR: ports/148494 Submitted by: gabor Approved by: maintainer timeout (clsung ; 43 days) END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-11T20:50:21.000000Z K 7 svn:log V 170 OPTIONS+= DEC_LOCATOR PR: ports/149768 Submitted by: IWAMOTO Kouichi Approved by: maintainer timeout (krion ; 49 days) END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-11T20:50:45.000000Z K 7 svn:log V 157 OPTIONS+= YAML PR: ports/149991 Submitted by: David Demelier Approved by: maintainer timeout (kuriyama ; 45 days) END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-11T20:51:09.000000Z K 7 svn:log V 153 - Fix javascript and pkg-descript - Bump PORTREVISION PR: ports/150511 Submitted by: Eygene Ryabinkin (maintainer) END K 10 svn:author V 4 stas K 8 svn:date V 27 2010-10-11T21:20:56.000000Z K 7 svn:log V 97 - Add port for lang/rubinius, a LLVM based ruby language implementation. WWW: http://rubini.us/ END K 10 svn:author V 4 stas K 8 svn:date V 27 2010-10-11T22:03:07.000000Z K 7 svn:log V 233 - Check for uuid(3) return values. - Use correct argument types. - Bump PORTREVISION. All of this was in my original patch but it didn't make it into xorg and was lost during last Xorg update. I'm restoring it so it won't get lost. END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-11T22:23:24.000000Z K 7 svn:log V 106 - Mark broken PR: ports/151361 Submitted by: Denise H. G. (maintainer) END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-11T22:43:39.000000Z K 7 svn:log V 113 - Update to 3.0.3 PR: ports/151333 Submitted by: Jason E. Hale (maintainer) END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-11T22:43:47.000000Z K 7 svn:log V 116 - Update to 0.7.7 PR: ports/151389 Submitted by: Jim Riggs (maintainer) END K 10 svn:author V 6 gerald K 8 svn:date V 27 2010-10-11T23:15:53.000000Z K 7 svn:log V 46 Update to the 20101007 snapshot of GCC 4.5.2. END K 10 svn:author V 5 lioux K 8 svn:date V 27 2010-10-11T23:26:51.000000Z K 7 svn:log V 20 Update to 1.0.r1508 END K 10 svn:author V 5 edwin K 8 svn:date V 27 2010-10-12T00:09:08.000000Z K 7 svn:log V 75 Ports modules update at Tuesday 12 October 2010 at 00:09 Feature safe: yes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-12T00:53:38.000000Z K 7 svn:log V 193 - Fix PLIST - Bump PORTREVISION PR: ports/151374 Submitted by: Aragon Gouveia Approved by: Dmitry Yashin (maintainer), pgollucci (mentor, implicit) END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2010-10-12T01:12:11.000000Z K 7 svn:log V 20 Remove dead mirrors END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-12T01:17:40.000000Z K 7 svn:log V 184 - Update to 0.6.10 PR: ports/150728 Submitted by: Jase Thew Approved by: Peter Schuller (maintainer), pgollucci (mentor, implicit) END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T01:36:26.000000Z K 7 svn:log V 95 - Update to 0.10.0 PR: ports/151293 Submitted by: Alex Keda (maintainer) END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2010-10-12T01:36:32.000000Z K 7 svn:log V 59 Update to the latest version 20101005. Maintainer timeout. END K 10 svn:author V 3 avl K 8 svn:date V 27 2010-10-12T01:46:57.000000Z K 7 svn:log V 18 - Update to 0.8.3 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T01:54:37.000000Z K 7 svn:log V 24 - Force Repocopy Commit END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T01:57:32.000000Z K 7 svn:log V 27 - connect www/mediawiki115 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T02:07:23.000000Z K 7 svn:log V 134 - Update to 1.16.0 - Update CONFLICTS PR: ports/150702 Submitted by: Wen Heping (myself) Approved by: maintainer(timeout, >20 days) END K 10 svn:author V 3 jsa K 8 svn:date V 27 2010-10-12T02:10:06.000000Z K 7 svn:log V 45 Update to latest. Approved by: wxs (mentor) END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T02:13:37.000000Z K 7 svn:log V 25 - Add NO_LATEST_LINK=yes END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T02:21:40.000000Z K 7 svn:log V 24 - Force Repocopy Commit END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T02:25:00.000000Z K 7 svn:log V 22 - Connect www/typo343 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-12T02:54:01.000000Z K 7 svn:log V 1455 - Add py-pycerberus 0.3.3 Pycerberus is a framework to check user data thoroughly so that you can protect your application from malicious (or just garbled) input data. * Remove stupid code which converts input values: After values are validated, you can work with real Python types instead of strings - e.g. 42 instead of '42', convert database IDs to model objects transparently. * Implement custom validation rules: Writing custom validators is straightforward, everything is well documented and pycerberus only uses very little Python magic. * Focus on your value-adding application code: Save time by implementing every input validation rule only once, but 100% right instead of implementing a dozen different half-baked solutions. * Ready for global business: i18n support (based on GNU gettext) is built in, adding custom translations is easy. * Tune it for your needs: You can implement custom behavior in your validators, e.g. fetch translations from a database instead of using gettext or define custom translations for built-in validators. * Use it wherever you like: pycerberus is used in a SMTP server, trac macros as well as web applications - there are no dependecies on a specific context like web development. WWW: http://www.schwarz.eu/opensource/projects/pycerberus PR: ports/151058 Submitted by: Douglas William Thrift Approved by: pgollucci (mentor, implicit) END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T03:06:31.000000Z K 7 svn:log V 124 - Mark DEPRECATED and set EXPIRATION_DATE PR: ports/151390 Submitted by: Jason E. Hale (maintainer) END K 10 svn:author V 6 swills K 8 svn:date V 27 2010-10-12T03:11:42.000000Z K 7 svn:log V 107 - New port, a ruby gem for accessing pkg-config Submitted by: me (swills) Approved by: pgollucci (mentor) END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2010-10-12T03:19:15.000000Z K 7 svn:log V 23 - Drop maintainership. END K 10 svn:author V 6 swills K 8 svn:date V 27 2010-10-12T03:23:26.000000Z K 7 svn:log V 117 - Update to 0.90.2 - Add dependency on rubygem-pkg-config Submitted by: me (swills) Approved by: pgollucci (mentor) END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T04:05:05.000000Z K 7 svn:log V 25 - Add NO_LATEST_LINK=yes END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-12T05:53:48.000000Z K 7 svn:log V 86 - Update to 0.9.18 With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-12T06:09:38.000000Z K 7 svn:log V 185 - Fix plist, add missing file - Bump PORTREVISION PR: ports/147902 Submitted by: Patrick M. Hausen Approved by: maintainer timeout (miwi ; 118 days) END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-12T06:09:48.000000Z K 7 svn:log V 123 - Update to 0.6.4 PR: ports/150845 Submitted by: lwhsu Approved by: maintainer timeout (nivit ; 20 days) END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-12T06:09:55.000000Z K 7 svn:log V 185 - Update to 0.612 PR: ports/151009 Submitted by: max Approved by: maintainer timeout (clsung ; 14 days) Changes: http://search.cpan.org/dist/XML-Writer/Changes END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-12T06:10:10.000000Z K 7 svn:log V 191 - Update to 0.31.00 PR: ports/151010 Submitted by: max Approved by: maintainer timeout (clsung ; 14 days) Changes: http://search.cpan.org/dist/XML-RSS-LibXML/Changes END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-12T06:11:07.000000Z K 7 svn:log V 114 - Update to 2.9 PR: ports/151376 Submitted by: Charlie Kester (maintainer) END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-12T06:20:30.000000Z K 7 svn:log V 546 - Fix http://trac.edgewall.org/ticket/9439, http://trac.edgewall.org/wiki/TracL10N - Bump PORTREVISION Current Trac port requires no Babel (devel/py-babel), but it behaves differently when Babel is present and when it is not present in the system. Most notably, when one installs Trac 0.12 without installed Babel and installs Babel later, Trac will refuse to work with the error "KeyError: trac/locale". PR: ports/150483 Submitted by: Eygene Ryabinkin Approved by: maintainer timeout (clsung ; 30 days) END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-12T06:21:13.000000Z K 7 svn:log V 288 The AnnouncerPlugin is meant to provide an extensible, user-customizable notification system that can be used to completely replace Trac's default notifications. WWW: http://trac-hacks.org/wiki/AnnouncertPlugin PR: ports/150484 Submitted by: Eygene Ryabinkin END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T06:21:49.000000Z K 7 svn:log V 151 - Add support for image formats other than PNG - Add desktop menu-entry PR: ports/150515 Submitted by: Jonathan Chen (maintainer) END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T06:31:42.000000Z K 7 svn:log V 19 - Update to 0.14.0 END K 10 svn:author V 8 martymac K 8 svn:date V 27 2010-10-12T06:33:18.000000Z K 7 svn:log V 83 - Fix WWW - Add missing LICENSE - add a LOCAL mirror Approved by: ehaupt (mentor) END K 10 svn:author V 8 martymac K 8 svn:date V 27 2010-10-12T06:34:43.000000Z K 7 svn:log V 73 - Add missing LICENSE - add a LOCAL mirror Approved by: ehaupt (mentor) END K 10 svn:author V 3 avl K 8 svn:date V 27 2010-10-12T06:48:00.000000Z K 7 svn:log V 19 - Update to 0.10.0 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T06:56:15.000000Z K 7 svn:log V 57 - Disconnect www/typo343 waiting for update of www/typo3 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T06:59:34.000000Z K 7 svn:log V 17 - Update to 1.10 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T07:02:24.000000Z K 7 svn:log V 17 - Update to 3.44 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T07:07:33.000000Z K 7 svn:log V 94 - Update to 2.1 PR: ports/150975 Submitted by: Goran Tal (maintainer) END K 10 svn:author V 4 stas K 8 svn:date V 27 2010-10-12T09:47:16.000000Z K 7 svn:log V 34 - Use another distfile locations. END K 10 svn:author V 8 martymac K 8 svn:date V 27 2010-10-12T10:14:38.000000Z K 7 svn:log V 83 Forced commit to state that the previous commit was: Approved by: itetcu (mentor) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-12T10:17:16.000000Z K 7 svn:log V 62 - Fix MASTER_SITES Approved by: pgollucci (mentor, implicit) END K 10 svn:author V 8 martymac K 8 svn:date V 27 2010-10-12T11:13:00.000000Z K 7 svn:log V 83 - Fix WWW - Add missing LICENSE - add a LOCAL mirror Approved by: itetcu (mentor) END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T11:30:14.000000Z K 7 svn:log V 48 - Update to 0.10.1 - Update my email to FreeBSD END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T11:33:23.000000Z K 7 svn:log V 17 - Update to 2.70 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T11:39:40.000000Z K 7 svn:log V 20 - Update to 0.09008 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T11:44:12.000000Z K 7 svn:log V 17 - Update to 0.48 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T12:06:58.000000Z K 7 svn:log V 85 - Update to 1.4.1.1 PR: ports/151135 Submitted by: Cristiano Deana END K 10 svn:author V 5 lioux K 8 svn:date V 27 2010-10-12T12:27:15.000000Z K 7 svn:log V 20 Update to 1.0.r1509 END K 10 svn:author V 3 kwm K 8 svn:date V 27 2010-10-12T12:45:13.000000Z K 7 svn:log V 68 use USE_CSTD=gnu89 to fix the build with a C99 compiler like clang. END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T13:06:17.000000Z K 7 svn:log V 18 - Update to 5.2.0 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T13:10:08.000000Z K 7 svn:log V 102 - Update to 0.9.3 PR: ports/151011 Submitted by: Rob Farmer (maintainer) END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T13:36:27.000000Z K 7 svn:log V 17 - Update to 1.16 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-12T13:38:46.000000Z K 7 svn:log V 19 - Update to 3.10.0 END K 10 svn:author V 8 jpaetzel K 8 svn:date V 27 2010-10-12T14:29:11.000000Z K 7 svn:log V 226 Update to latest version. Add option to enable PF support PR: ports/151394 Submitted by: Eric F Crist Approved by: Maintainer (Tor Halvard Furulund ) Sponsored by: ClaimLynx, Inc END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-12T14:54:28.000000Z K 7 svn:log V 17 - update to 0.07 END K 10 svn:author V 3 avl K 8 svn:date V 27 2010-10-12T15:42:24.000000Z K 7 svn:log V 16 - Update to 1.7 END K 10 svn:author V 3 sem K 8 svn:date V 27 2010-10-12T15:48:46.000000Z K 7 svn:log V 189 - Add couple patches to allow grob to be installed on FreeBSD GPT partitions. - Remove an ugly patch. - Pass a maintainership to submitter. Submitted by: Rick END K 10 svn:author V 4 fjoe K 8 svn:date V 27 2010-10-12T16:03:56.000000Z K 7 svn:log V 96 - Update to 1.4.11.4. - Take maintainership (see [1]) PR: 150795 Submitted by: Florian Smeets END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2010-10-12T16:06:21.000000Z K 7 svn:log V 20 Remove dead mirrors END K 10 svn:author V 8 jpaetzel K 8 svn:date V 27 2010-10-12T16:26:52.000000Z K 7 svn:log V 12 Add LICENSE END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2010-10-12T17:07:00.000000Z K 7 svn:log V 26 Update MASTER_SITE_TUCOWS END K 10 svn:author V 3 ade K 8 svn:date V 27 2010-10-12T18:14:49.000000Z K 7 svn:log V 125 Update to 2.4 after repocopy. This is NOT ready for prime time usage. Please see the IGNORE statement for more information. END K 10 svn:author V 3 ade K 8 svn:date V 27 2010-10-12T18:15:10.000000Z K 7 svn:log V 126 Update to 2.68 after repocopy. This is NOT ready for prime time usage. Please see the IGNORE statement for more information. END K 10 svn:author V 3 ade K 8 svn:date V 27 2010-10-12T18:16:37.000000Z K 7 svn:log V 126 Hook new versions of autoconf, libtool and libltdl into the INDEX. Still doesn't make them ready for prime-time usage though. END K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-10-12T18:24:39.000000Z K 7 svn:log V 41 - minor url fix Reported by: glarkin END K 10 svn:author V 6 obrien K 8 svn:date V 27 2010-10-12T19:32:19.000000Z K 7 svn:log V 97 Backout rev. 1.49. The icon handling is too sensitive to what other packages one has installed. END K 10 svn:author V 3 lme K 8 svn:date V 27 2010-10-12T19:54:05.000000Z K 7 svn:log V 16 Update to 3.0.2 END K 10 svn:author V 6 obrien K 8 svn:date V 27 2010-10-12T20:03:06.000000Z K 7 svn:log V 150 Do not install icons by default. The destination directories aren't "owned" by Vim and this causes trouble packaging depending on Vim flavor chosen. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2010-10-12T20:07:06.000000Z K 7 svn:log V 45 Mark DEPRECATED. Approved by: portmgr (pav) END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T22:38:21.000000Z K 7 svn:log V 60 - Catch up with p5-gettext renaming Reported by: pointyhat END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T22:45:08.000000Z K 7 svn:log V 77 - Chase libschroedinger shlib bump Pointy hat to: mm Reported by: pointyhat END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T22:49:01.000000Z K 7 svn:log V 54 - Mark BROKEN: does not build Reported by: pointyhat END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T22:53:08.000000Z K 7 svn:log V 58 - Try to fix build on 8.0-RELEASE Reported by: pointyhat END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T22:58:18.000000Z K 7 svn:log V 54 - Mark BROKEN: does not build Reported by: pointyhat END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2010-10-12T22:59:57.000000Z K 7 svn:log V 45 Remove unavailable MASTER_SITES/WWW entries. END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T23:01:07.000000Z K 7 svn:log V 52 - Add missing file to plist Reported by: pointyhat END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T23:04:34.000000Z K 7 svn:log V 83 - Make slaves depend on rsyslog5-devel instead of rsyslog5 Reported by: pointyhat END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T23:08:33.000000Z K 7 svn:log V 47 - Unbreak installation Reported by: pointyhat END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T23:09:50.000000Z K 7 svn:log V 63 - Mark BROKEN on 6.X: does not compile Reported by: pointyhat END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T23:17:48.000000Z K 7 svn:log V 54 - Mark BROKEN: does not build Reported by: pointyhat END K 10 svn:author V 6 swills K 8 svn:date V 27 2010-10-12T23:19:13.000000Z K 7 svn:log V 40 - Fix WWW Approved by: wxs (co-mentor) END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T23:26:16.000000Z K 7 svn:log V 101 - Delete #include directive including X header by full path under /usr/X11R6 Reported by: pointyhat END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2010-10-12T23:29:45.000000Z K 7 svn:log V 19 Update to 20101013 END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T23:35:05.000000Z K 7 svn:log V 19 - Fix previous fix END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-12T23:44:04.000000Z K 7 svn:log V 89 - Mark BROKEN: does not build with llvm-2.8 Reported by: pointyhat OK'ed by: maintainer END K 10 svn:author V 5 edwin K 8 svn:date V 27 2010-10-13T00:09:07.000000Z K 7 svn:log V 77 Ports modules update at Wednesday 13 October 2010 at 00:09 Feature safe: yes END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-13T00:40:46.000000Z K 7 svn:log V 17 - update to 0.04 END K 10 svn:author V 7 glarkin K 8 svn:date V 27 2010-10-13T01:09:44.000000Z K 7 svn:log V 724 - Updated to 1.3.13 Changes: logcheck (1.3.13) unstable; urgency=low * ignore.d.server/pure-ftpd: - fixed user name pattern in logout message, thanks to Simon Breuss (LP: #619119) * violations.ignore.d/logcheck-sudo: - match COMMAND=list and TTY=console, thanks to Michel Messerschmidt for the patch (closes: #593482) * ignore.d.server/amavisd-new: - applied changes by Christian Drage (closes: #594605): - IPv6 support for IP addresses - allow PASSED SPAM in log - optional minus sign after "Hits:" - optional quarantine in log line - optional Message-ID PR: ports/151033 Submitted by: Anton Yuzhaninov END K 10 svn:author V 7 glarkin K 8 svn:date V 27 2010-10-13T01:17:55.000000Z K 7 svn:log V 416 - Updated to 0.6 - Removed post-patch target now that upstream dist has fixed version numbering problem in setup.py Release notes: Fixes two issues with creating manifests/stringifying recipes. The first allows getting the text of invalid recipes, and the second ensures that the manifest of recipes using nest-part are correct. PR: ports/151211 Submitted by: C-S (maintainer) END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-13T01:19:38.000000Z K 7 svn:log V 17 - update to 4.01 END K 10 svn:author V 7 glarkin K 8 svn:date V 27 2010-10-13T01:24:42.000000Z K 7 svn:log V 690 - Updated to 0.3.4 ChangeLog: * Fix Bug #16892: SVN.run() on windows doesn't execute properly [mrook] * Fix Bug #17268: Windows "Fix" actually prevents execution [mrook] * Fix Bug #17477: Windows directory not quoted in the $arg array of the SVN->run() method [mrook] * Implement Feature #16952: Enable --summarize switch for diff command [mrook] * Implement Feature #17310: Add support for --parents in Svn/Copy.php [mrook] * Implement Feature #17394: Add support for ignore-externals switch for update and checkout command [mrook] * Implement Feature #17415: escapeshellargs [mrook] * Implement Feature #17530: Enable --force command for update [mrook] END K 10 svn:author V 7 glarkin K 8 svn:date V 27 2010-10-13T01:34:49.000000Z K 7 svn:log V 349 - Updated to 0.30 - Require specific version of p5-Email-Simple in order to incorporate p5-Email-Simple-Creator as well Changes: 0.30 2010-10-07 Small adjustment in some test cases to accomodate changes in Perl 5.13.5. 0.29 2010-10-06 Extends the syntax of DENY_FILENAME directive to allow customized error messages. END K 10 svn:author V 7 glarkin K 8 svn:date V 27 2010-10-13T01:45:56.000000Z K 7 svn:log V 252 - Updated to 1.6 Changes: * Updated the way that Apache logfiles are parsed, such that malformed lines will be safely ignored. (Closes: #597114) - Pass maintainership to submitter PR: ports/151231 Submitted by: C-S END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-13T02:11:56.000000Z K 7 svn:log V 17 - update to 0.97 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-13T02:35:02.000000Z K 7 svn:log V 116 - Update to 0.04.4 PR: ports/151417 Submitted by: Douglas William Thrift (maintainer) END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-13T02:41:46.000000Z K 7 svn:log V 108 - Update to version 3.24 - Mark MAKE_JOBS_SAFE PR: ports/151366 Submitted by: "Pawel Pekala" END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-13T03:12:20.000000Z K 7 svn:log V 102 - Update to 0.9.96 PR: ports/151405 Submitted by: glebius Approved by: pgollucci (mentor, implicit) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-13T03:16:26.000000Z K 7 svn:log V 197 - Update to 3.0.6 - Add LICENSE Changes: http://fcron.free.fr/doc/en/changes.html PR: ports/151352 Submitted by: Sebastien Santoro Approved by: pgollucci (mentor, implicit) END K 10 svn:author V 6 obrien K 8 svn:date V 27 2010-10-13T04:08:31.000000Z K 7 svn:log V 265 Upgrade to version 2.1.2. Fixed drag-and-drop, the display problems, and improved the "My eBay" scraping code. 2.1.2 should also fix a few other problems, like auctions never getting moved to 'complete'. PR: 151220 Approved by: Stephen Hurd END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-13T08:36:59.000000Z K 7 svn:log V 18 - Update to 2.0.0 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-13T08:42:22.000000Z K 7 svn:log V 18 - Update to 1.2.2 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-13T08:50:47.000000Z K 7 svn:log V 18 - Update to 0.209 END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-13T09:03:52.000000Z K 7 svn:log V 51 - Mark BROKEN on 8.X Reported by: pointyhat / QAT END K 10 svn:author V 5 erwin K 8 svn:date V 27 2010-10-13T09:04:30.000000Z K 7 svn:log V 124 - add INSTALL_LIB target [1] - Add PLIST_DIRSTRY macro [2] PR: 150303 [1], 150337 [2] Submitted by: rene [1], kwm [2] END K 10 svn:author V 2 mm K 8 svn:date V 27 2010-10-13T09:06:40.000000Z K 7 svn:log V 51 - Simplify Makefile - Add smbldap-grouplist script END K 10 svn:author V 6 brucec K 8 svn:date V 27 2010-10-13T09:14:14.000000Z K 7 svn:log V 12 Add myself. END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-13T09:32:34.000000Z K 7 svn:log V 116 - Add rc.d script - Bump PORTREVISION Submitted by: glebius (maintainer) Approved by: pgollucci (mentor, implicit) END K 10 svn:author V 4 gahr K 8 svn:date V 27 2010-10-13T09:50:58.000000Z K 7 svn:log V 477 - Update to 05_20101010 Changes: - The first steps towards support of bitmap fonts were done. - The standard bitmap font was defined for the sizes 10, 12, 14, 16, 18 and 24. - A new example program (testfont.sd7), which writes with the standard font in various sizes, was added. - The initialisation of the random number generator in the function uint_rand in "int_rtl.c" was improved. - The function timMycroSec was defined in "tim_unx.c" and "tim_win.c". END K 10 svn:author V 2 mm K 8 svn:date V 27 2010-10-13T10:36:45.000000Z K 7 svn:log V 35 - Listen in daemon mode by default END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2010-10-13T11:49:12.000000Z K 7 svn:log V 124 - Upgrade to 3.0 after repocopied to pgpool-II-23. PR: ports/150907 Submitted by: Mikhail Tsatsenko END K 10 svn:author V 3 lev K 8 svn:date V 27 2010-10-13T12:34:30.000000Z K 7 svn:log V 44 Update to latest 0.29.4 PR: ports/151185 END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2010-10-13T12:35:30.000000Z K 7 svn:log V 29 Unbreak - fix ARCH handling. END K 10 svn:author V 3 lev K 8 svn:date V 27 2010-10-13T12:44:01.000000Z K 7 svn:log V 67 Update to latest version 1.6.13 PR: ports/151183, ports/151184 END K 10 svn:author V 3 pav K 8 svn:date V 27 2010-10-13T12:44:24.000000Z K 7 svn:log V 53 - Fix build on FreeBSD 8.0 Submitted by: maintainer END K 10 svn:author V 2 mm K 8 svn:date V 27 2010-10-13T12:48:00.000000Z K 7 svn:log V 109 Add patch to fix h2ph deprecated goto (perl bug #74404) PR: ports/150876 Approved by: maintainer (timeout) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-13T12:50:07.000000Z K 7 svn:log V 304 - Update rc.d script: add user/group variables - Use ETCDIR - Minor cleanups: remove DISTNAME, merge post-install: to do-install: PR: ports/151314 Submitted by: Eric F Crist Approved by: Olivier Cochard-Labb (maintainer), pgollucci (mentor, implicit) END K 10 svn:author V 4 rene K 8 svn:date V 27 2010-10-13T13:01:41.000000Z K 7 svn:log V 68 Fix build with clang. Submitted by: clang exp-run requested by kwm END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2010-10-13T13:15:59.000000Z K 7 svn:log V 40 Add missing USE_XLIB. Reported by: QAT END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2010-10-13T13:48:10.000000Z K 7 svn:log V 24 Specify NO_LATEST_LINK. END K 10 svn:author V 5 bland K 8 svn:date V 27 2010-10-13T14:05:17.000000Z K 7 svn:log V 17 Update to 256.53 END K 10 svn:author V 5 bland K 8 svn:date V 27 2010-10-13T14:07:04.000000Z K 7 svn:log V 29 Update to 256.53 PR: 149143 END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2010-10-13T16:41:24.000000Z K 7 svn:log V 537 Replacement for the GNU Objective-C runtime supporting the features of Objective-C 2 for use with GNUstep and other Objective-C programs. This runtime is based on the Etoile Objective-C Runtime, an earlier research prototype, and includes support for non-fragile instance variables, type-dependent dispatch, and object planes. It is fully compatible with the FSF's GCC Objective-C ABI and also implements a new ABI that is supported by Clang and is required for some of the newer features. Submitted by: Pete French Reviewed by: dinoex END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2010-10-13T18:45:17.000000Z K 7 svn:log V 20 Remove dead mirrors END K 10 svn:author V 4 rene K 8 svn:date V 27 2010-10-13T18:54:31.000000Z K 7 svn:log V 757 Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web. The official site at http://www.chromium.org/Home contains design documents, architecture overviews, testing information, and more to help you learn to build and work with the Chromium source code. You can help support this port of Chromium to FreeBSD by subscribing at http://chromium.hybridsource.org. This port was derived from older work extracted from the weekly subscriber builds. WWW: http://chromium.hybridsource.org The Courgette update code has been removed from the distfile PR: ports/146302 Submitted by: Florent Thoumie [flz at FreeBSD.org], [chromium hybridsource.org] Approved by: FreeBSD Foundation END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2010-10-13T18:57:09.000000Z K 7 svn:log V 19 Remove dead mirror END K 10 svn:author V 3 lth K 8 svn:date V 27 2010-10-13T19:06:51.000000Z K 7 svn:log V 15 Update to 1.10 END K 10 svn:author V 6 araujo K 8 svn:date V 27 2010-10-13T19:50:39.000000Z K 7 svn:log V 127 - Update to 1.76. - Update MASTER_SITE to CPAN macro. PR: ports/151018 Submitted by: ports@c0decafe.net END K 10 svn:author V 4 jkim K 8 svn:date V 27 2010-10-13T19:51:32.000000Z K 7 svn:log V 52 Update Web Start and Java plugin to IcedTea6 1.9.1. END K 10 svn:author V 7 glarkin K 8 svn:date V 27 2010-10-13T20:20:45.000000Z K 7 svn:log V 206 - Updated to 3.6.3 Release notes: http://afflib.org/archives/tag/afflib - Improved the details in pkg-descr - Passed maintainership to submitter PR: ports/151357 Submitted by: C-S END K 10 svn:author V 5 marck K 8 svn:date V 27 2010-10-13T20:35:34.000000Z K 7 svn:log V 220 Make it buildable of FreeBSD 6 (precisely, on pre-gcc 4.2 worlds) again by removing -fno-stack-protector conditionally. Reported by: pav (thanks for pointing out to recommended way to apply) Approved by: avg (implicit) END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-13T23:02:20.000000Z K 7 svn:log V 18 - update to 2.4.0 END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2010-10-13T23:09:18.000000Z K 7 svn:log V 25 Upgrade to version 1.96. END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-13T23:20:41.000000Z K 7 svn:log V 17 - update to 0.23 END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-13T23:56:22.000000Z K 7 svn:log V 17 - update to 0.14 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-14T00:04:19.000000Z K 7 svn:log V 17 - Update to 0.16 END K 10 svn:author V 5 edwin K 8 svn:date V 27 2010-10-14T00:09:08.000000Z K 7 svn:log V 76 Ports modules update at Thursday 14 October 2010 at 00:09 Feature safe: yes END K 10 svn:author V 3 wxs K 8 svn:date V 27 2010-10-14T00:26:22.000000Z K 7 svn:log V 100 Update to 1.7.3.1. Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.1.txt END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-14T00:32:09.000000Z K 7 svn:log V 17 - update to 0.47 END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-14T00:42:44.000000Z K 7 svn:log V 17 - update to 1.10 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-14T00:58:43.000000Z K 7 svn:log V 352 ReadLine::TTYtter is a fork of the Term::ReadLine::Perl module, allowing to edit a command line. This module have UTF-8 support, let erase or repaint the prompt and to hook a process to further line control. WWW: http://search.cpan.org/dist/Term-ReadLine-TTYtter/ PR: ports/151412 Submitted by: sebastien Santoro (maintainer) END K 10 svn:author V 5 lioux K 8 svn:date V 27 2010-10-14T01:44:50.000000Z K 7 svn:log V 20 Update to 1.0.r1513 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-14T03:10:35.000000Z K 7 svn:log V 223 - Update to 3.3.0 - Update MASTER_SITES Changes: http://www.sencha.com/products/js/CHANGES_ext-3.3.0.html PR: ports/151410 Submitted by: Joe Horn (maintainer) Approved by: pgollucci (mentor, implicit) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2010-10-14T03:19:59.000000Z K 7 svn:log V 213 - Update to 1.5.2 Changes: http://postgis.refractions.net/news/20100927/ PR: ports/151426 Submitted by: Anderson Soares Ferreira (maintainer) Approved by: pgollucci (mentor, implicit) END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-14T05:28:19.000000Z K 7 svn:log V 17 - update to 1.12 END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-14T06:06:18.000000Z K 7 svn:log V 17 - update to 0.24 END K 10 svn:author V 8 martymac K 8 svn:date V 27 2010-10-14T06:09:31.000000Z K 7 svn:log V 81 Set DEPRECATED and schedule removal within 1 month Approved by: ehaupt (mentor) END K 10 svn:author V 5 leeym K 8 svn:date V 27 2010-10-14T06:34:52.000000Z K 7 svn:log V 18 - update to 1.524 END K 10 svn:author V 3 wen K 8 svn:date V 27 2010-10-14T08:12:40.000000Z K 7 svn:log V 20 - Update to 0.00009 END