ƒȘ!327000 246 220 743 190 128 129 123 173 173 119 255 119 667 850 233 218 139 494 118 141 118 118 141 172 111 113 116 118 116 438 172 333 185 190 190 1352 190 190 223 233 316 223 180 174 165 180 176 283 192 171 112 193 262 354 277 244 544 200 139 236 177 175 139 794 295 156 309 266 275 178 210 170 185 374 172 174 267 269 196 197 468 147 160 160 172 391 143 196 112 196 133 178 196 165 369 281 180 172 178 115 203 154 109 110 109 239 242 151 168 213 385 386 116 292 177 447 255 146 234 228 492 201 202 377 377 180 442 142 130 123 128 136 124 119 243 111 288 198 225 169 175 179 184 211 254 321 290 388 238 111 152 187 128 129 152 186 131 147 286 392 170 175 271 306 406 104 121 110 214 416 179 110 504 123 123 123 123 156 134 187 166 196 231 150 211 415 120 116 535 163 258 323 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 123 186 123 129 123 123 123 449 113 519 735 126 327 243 250 236 180 152 178 158 168 171 164 201 179 179 167 132 258 483 110 110 110 188 175 K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-11T18:06:31.302646Z K 7 svn:log V 123 - Update to 2.01 - Add LICENSE - Convert to new LIB_DEPENDS format Changes: http://search.cpan.org/dist/Text-Bidi/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-11T18:06:41.176573Z K 7 svn:log V 646 - Update to 3.12.0 - Convert to new LIB_DEPENDS format Changes: - Moved server functions out of libdap; they are now stored in a BES module. - Added support for building large (constant) arrays to be used in server functions. The arrays are defined using a new special form that the ConstraintEvaluator class supports. The server side functions are now in their own BES module (built as part of the BES for now) and it's possible to name the constant arrays. Arrays of 1 million elements can be made in a fraction of a second (although it will take longer to send the constraint to the server). See the README file for more details. END K 10 svn:author V 2 az K 8 svn:date V 27 2013-09-11T19:02:50.132509Z K 7 svn:log V 99 - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-09-11T19:27:16.957277Z K 7 svn:log V 32 Update libevt to alpha-20130909 END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-09-11T19:27:59.348835Z K 7 svn:log V 33 Update libevtx to alpha-20130909 END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-09-11T19:31:03.266436Z K 7 svn:log V 27 Update pytsk to 2013-09-10 END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-09-11T19:32:19.346492Z K 7 svn:log V 76 Fix build on head after iconv change Approved by: portmgr (bapt, implicit) END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-09-11T19:33:01.794956Z K 7 svn:log V 76 Fix build on head after iconv change Approved by: portmgr (bapt, implicit) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-09-11T19:47:43.939576Z K 7 svn:log V 23 Add missing USES=iconv END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-09-11T19:57:07.349756Z K 7 svn:log V 157 - Modify clang patch to match upstream PR: ports/181493 Submitted by: Adrian Steinmann (maintainer from different email, as followup) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-09-11T20:34:23.932401Z K 7 svn:log V 23 Add missing USES=iconv END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-11T21:23:11.481413Z K 7 svn:log V 575 devel/py-resolver: Resolve specially formatted statements to Python objects Resolve specially formated statements to Python objects. Turn strings like "packagename.modulename:Eval().the_rest()" into whatever you would get back by performing a similar sequence of imports and calls. This is useful for config files and situations where you would like to import things in a lazy way. Later this package will probably provide a way to restrict resolution for safety. WWW: http://lukearno.com/projects/resolver/ PR: ports/181859 Submitted by: Trevor Caira END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-11T21:25:13.255194Z K 7 svn:log V 758 www/py-selector: WSGI request delegation (a.k.a. routing) This distribution provides WSGI middleware for "RESTful" dispatch of requests to WSGI applications by URL path and HTTP request method. Selector now also comes with components for environ-based dispatch and on-the-fly middleware composition. There is a very simple optional mini-language for path matching expressions. Alternately we can easily use regular expressions directly or even create our own mini-language. There is a simple "mapping file" format that can be used. There are no architecture specific features (to MVC or whatever). Neither are there any framework specific features. WWW: https://github.com/lukearno/selector/ PR: ports/181860 Submitted by: Trevor Caira END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-11T21:43:49.368340Z K 7 svn:log V 141 www/py-django-extensions: update to 1.2.0 - Update to 1.2.0 PR: ports/181802 Submitted by: Kevin Golding (maintainer) END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-09-11T21:55:49.609046Z K 7 svn:log V 120 Patch to remove forward declaration of a standard C++ class in installed include file. Approved by: pawel (maintainer) END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-11T22:16:38.843369Z K 7 svn:log V 48 devel/py-resolver: fix category - Fix category END K 10 svn:author V 2 mi K 8 svn:date V 27 2013-09-11T22:46:00.438062Z K 7 svn:log V 402 Update from 1.3.1-2, which is no longer available for download, to 1.3.1-3 -- which contains all of our patches reported to date. Add a patch by stefanf@, which allows the port to build on 10.x Though I'll try to submit the patch upstream as before, I'll try to persuade them to not remove the 1.3.1-3 again after the apply it and "release" 1.3.1-4 PR: 182009, 182005, 181779 Obtained from: stefanf END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-12T00:18:03.937457Z K 7 svn:log V 23 - Fix build with clang END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-09-12T00:21:10.660486Z K 7 svn:log V 46 Add explicit dependency on pkgconf (27 ports) END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-12T00:22:00.732304Z K 7 svn:log V 23 - Fix build with clang END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-12T00:26:05.284331Z K 7 svn:log V 23 - Fix build with clang END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-09-12T00:48:38.627278Z K 7 svn:log V 46 Add explicit dependency on pkgconf (11 ports) END K 10 svn:author V 5 jhale K 8 svn:date V 27 2013-09-12T00:55:25.435122Z K 7 svn:log V 78 - Update to 0.4.5 - Trim Makefile header - Make COMMENT a little more concise END K 10 svn:author V 5 jhale K 8 svn:date V 27 2013-09-12T01:11:24.950041Z K 7 svn:log V 17 - Update to 1.43 END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-12T01:26:34.586187Z K 7 svn:log V 18 - Update to 0.924 END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-12T01:27:09.562529Z K 7 svn:log V 21 - Mark as DEPRECATED END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-12T01:27:25.479930Z K 7 svn:log V 23 - Fix build with clang END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-12T01:27:30.621871Z K 7 svn:log V 21 - Mark as DEPRECATED END K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-09-12T01:39:02.209458Z K 7 svn:log V 343 - Fix package list when FUSE option is selected - Allow to build with any compiler and remove USE_GCC - Remove LICENSE_FILE (just a standard GPL boilerplate) - Employ OPTIONS helpers and modern LIB_DEPENDS syntax - Drop apparently left-over post-patch target that does nothing now - Improve on the COMMENT line, some other cleaning while here END K 10 svn:author V 5 jhale K 8 svn:date V 27 2013-09-12T01:40:42.324606Z K 7 svn:log V 78 - Update to 4.1.2 - Trim Makefile header - Make COMMENT a little more concise END K 10 svn:author V 3 jgh K 8 svn:date V 27 2013-09-12T02:37:17.790461Z K 7 svn:log V 240 Note: pr originally was intended to only address pkgconfig dependency, however this was addressed in rr327018 - adopt new lib_depends format - pet portlint - move pre-configure to post-patch-script PR: 181988 Submitted by: kalten@gmx.at END K 10 svn:author V 5 jhale K 8 svn:date V 27 2013-09-12T02:59:16.882897Z K 7 svn:log V 91 - Update to 0.77b1 - Add missing dependency on libkcompactdisc - Make COMMENT more concise END K 10 svn:author V 2 az K 8 svn:date V 27 2013-09-12T05:53:03.737017Z K 7 svn:log V 99 - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) END K 10 svn:author V 2 az K 8 svn:date V 27 2013-09-12T06:03:58.953416Z K 7 svn:log V 99 - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-12T06:19:31.505219Z K 7 svn:log V 1257 Update to 20130911114349 aka 1.27 Changes: - Enhance the fossil changes, fossil clean, fossil extras, fossil ls and fossil status commands to restrict operation to files and directories named on the command-line - New --integrate option to fossil merge, which automatically closes the merged branch when committing - Renamed /stats_report page to /reports. Graph width is now relative, not absolute - Added yw=YYYY-WW (year-week) filter to timeline to limit the results to a specific year and calendar week number, e.g. /timeline?yw=2013-01 - Updates to SQLite to prevent opening a repository file using file descriptors 1 or 2 on unix. This fixes a bug under which an assertion failure could overwrite part of a repository database file, corrupting it - Added support for unlimited line lengths in side-by-side diffs - New --close option to fossil commit, which immediately closes the branch being committed - Added chart option to fossil bisect - Improvements to the "human or bot?" determination - Reports errors about missing CGI-standard environment variables for HTTP servers which do not support them - Added --scgi option to fossil server - Internal improvements to the sync process - The internals of the JSON API are now MIT-licensed END K 10 svn:author V 2 az K 8 svn:date V 27 2013-09-12T06:27:41.629965Z K 7 svn:log V 99 - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) END K 10 svn:author V 2 az K 8 svn:date V 27 2013-09-12T06:36:45.026464Z K 7 svn:log V 99 - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) END K 10 svn:author V 4 maho K 8 svn:date V 27 2013-09-12T06:39:10.063940Z K 7 svn:log V 129 Unbreake by reroll of ext packages. Actually former archive misses some tarballs, and I added to avoid fetching while compiling. END K 10 svn:author V 5 jhale K 8 svn:date V 27 2013-09-12T07:05:49.563297Z K 7 svn:log V 138 - Remove dead MASTER_SITES - Trim Makefile header - Pet portlint(1) - Update pkg-descr to reflect the fact that this library isn't so new END K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-09-12T07:16:29.234057Z K 7 svn:log V 221 - Unbreak on recent -CURRENT (after r255426): vm_map_find() now takes 10 (ten) arguments rather than 9 (nine) - Adjust OSVERSION check of the previous patch, after properly bumped by pjd@ in r255305 PR: ports/181972 END K 10 svn:author V 5 jhale K 8 svn:date V 27 2013-09-12T08:00:37.621600Z K 7 svn:log V 128 - Update audio/libdiscid to 0.5.2 - Switch to CMake build system - Trim Makefile headers - Bump PORTREVISION on dependent ports END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-09-12T08:41:52.042139Z K 7 svn:log V 85 Add explicit dependency on pkgconf (20 ports) Approved by: portmgr (bapt, implicit) END K 10 svn:author V 5 tobez K 8 svn:date V 27 2013-09-12T08:50:03.300013Z K 7 svn:log V 80 Update to 0.22. Changes: http://search.cpan.org/dist/HTTP-Async/Changes END K 10 svn:author V 5 culot K 8 svn:date V 27 2013-09-12T08:53:55.438761Z K 7 svn:log V 71 - Update to 2.21 Changes: http://search.cpan.org/dist/autodie/Changes END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-09-12T09:07:08.773952Z K 7 svn:log V 85 Add explicit dependency on pkgconf (18 ports) Approved by: portmgr (bapt, implicit) END K 10 svn:author V 5 tobez K 8 svn:date V 27 2013-09-12T09:14:10.697908Z K 7 svn:log V 82 Update to 0.07. Changes: http://search.cpan.org/dist/Test-TempDir/Changes END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-12T09:39:19.122005Z K 7 svn:log V 189 Reassign to the heap as maintainer no longer use FreeBSD While here: Use options helpers where possible Submitted by: Michael Brune (former maintainer via pkg-fallout) END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2013-09-12T09:45:44.202169Z K 7 svn:log V 98 - Add patch to fix compilation with clang - Trim Makefile header - Mark jobs unsafe - Add LICENSE END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-09-12T09:52:36.159919Z K 7 svn:log V 78 Try to fix build on CURRENT with libc++ as default. Reported by: pkg-fallout END K 10 svn:author V 7 zeising K 8 svn:date V 27 2013-09-12T10:01:07.671241Z K 7 svn:log V 16 Update to 0.3.7 END K 10 svn:author V 6 fluffy K 8 svn:date V 27 2013-09-12T10:07:38.696314Z K 7 svn:log V 98 - Fix build with base iconv on recent -CURRENT Submitted by: Stefan Esser (se@) via private mail END K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-09-12T10:17:57.394138Z K 7 svn:log V 167 - Unbreak the build in GCC-less environment by explicitly passing LD value - While here, contract MASTER_SITES and convert USE_GMAKE to USES Reported by: pkg-fallout END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-09-12T10:20:45.460614Z K 7 svn:log V 258 lang/gcc*: define CONFIGURE_TARGET genericly (8 ports) Instead of hardcoding the compiler target as FreeBSD, use the OPSYS variable to it. This makes no practical difference for FreeBSD, but it helps DragonFly get properly configured. Approved by: gerald END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-09-12T11:34:39.381144Z K 7 svn:log V 179 - Update scintilla and scite to 3.3.5 - The update fixes build on recent head PR: ports/182014 Submitted by: me Approved by: Naram Qashat (maintainer) END K 10 svn:author V 5 marck K 8 svn:date V 27 2013-09-12T11:40:30.484947Z K 7 svn:log V 149 Complete r326363 by including more complete set of headers. Fix one incorrecr usage of perror(3). No functional changes. Notified by: pkg-fallout END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-09-12T11:44:05.985317Z K 7 svn:log V 446 APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. PR: ports/181938 Submitted by: Rusty Nejdl END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-09-12T11:45:41.908394Z K 7 svn:log V 102 - Update to 1.2.0 PR: ports/181939 Submitted by: Rusty Nejdl (maintainer) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-12T12:09:53.127872Z K 7 svn:log V 46 Remove duplicated patch Submitted by: marino END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-12T12:18:12.209056Z K 7 svn:log V 142 Mark as deprecated: unmaintained upstream Submitted by: Morten Slot Kristensen (maintainer, upstream) via pkg-fallout END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-12T12:25:25.395321Z K 7 svn:log V 84 Fix build with libc++ Submitted by: Gustau Perez (gusi via #poudriere on freenode) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-12T13:00:12.190332Z K 7 svn:log V 82 Fix build of opencv with libc++ share the CXXFLAGS between opencv-core and opencv END K 10 svn:author V 7 thierry K 8 svn:date V 27 2013-09-12T13:15:07.292903Z K 7 svn:log V 43 Fix on -CURRENT. Reported by: pkg-fallout END K 10 svn:author V 4 bsam K 8 svn:date V 27 2013-09-12T13:33:00.223297Z K 7 svn:log V 700 1. Fix build with clang and libc++ (3 cases, add "#include " to apropriate files): ----- bgl_babylon.cc:97:19: error: use of undeclared identifier 'dup' file = gzdopen( DUP( fileno( f ) ), "r" ); ^ bgl_babylon.cc:36:13: note: expanded from macro 'DUP' #define DUP dup ^ ----- processwrapper.cc:99:12: error: use of undeclared identifier 'getpid' return getpid(); ^ ----- qtsingleapplication/src/qtlocalpeer.cpp:96:56: error: no member named 'getuid' in the global namespace socketName += QLatin1Char('-') + QString::number(::getuid(), 16); ~~^ ----- 2. Use new syntax for LIB_DEPENDS. END K 10 svn:author V 4 bsam K 8 svn:date V 27 2013-09-12T13:38:36.180761Z K 7 svn:log V 201 . fix build with clang; [1] . trim Makefile headers; . use new LIB_DEPENDS syntax; . convert USE_GMAKE to modern USES statement. Reported by: Roman Cat (at freebsd-ports@) [1] END K 10 svn:author V 4 feld K 8 svn:date V 27 2013-09-12T13:49:24.651004Z K 7 svn:log V 63 Preparing for www/radicale import Approved by: crees (mentor) END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-12T13:49:32.075294Z K 7 svn:log V 217 devel/py-pyev: update to 0.9.0 - Update to 0.9.0 - Trim Makefile header - Convert lib depends to new syntax - Use single space for WWW PR: ports/181762 Submitted by: Denis Generalov (maintainer) END K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-09-12T13:53:53.215189Z K 7 svn:log V 171 - Unbreak the build in GCC-less environments: respect CC, pacify Clang - Fix the inner Makefile.BSD to allow -jX builds, remove MAKE_JOBS_UNSAFE Reported by: pkg-fallout END K 10 svn:author V 5 pawel K 8 svn:date V 27 2013-09-12T14:07:35.955099Z K 7 svn:log V 180 - Update to version 5.1.0.0 - Add patch removing use of SWT 3.8 API - Remove options, vuze don't build with ancient swt anymore Changes: http://blog.vuze.com/2013/08/14/vuze-5-1/ END K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-09-12T14:20:16.151525Z K 7 svn:log V 84 - Install q3map2.6 manual page - Define LICENSE (GPLv2) - Reformat port description END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-12T14:27:21.548512Z K 7 svn:log V 113 - Update to 3.6.1 Changes: http://ja.wordpress.org/2013/09/12/wordpress-3-6-1-maintenance-and-security-release/ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-12T14:27:34.318836Z K 7 svn:log V 74 - Update to 0.24 Changes: http://search.cpan.org/dist/Config-Any/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-12T14:28:27.939454Z K 7 svn:log V 89 - Update to 1.02 Changes: http://search.cpan.org/dist/MooseX-Role-Parameterized/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-12T14:29:29.104273Z K 7 svn:log V 277 - Update to 3.6.1 - While I'm here: - Remove leading indefinite article from COMMENT - Remove LICENSE_FILE for well-known licenses Changes: http://wordpress.org/news/2013/09/wordpress-3-6-1/ PR: ports/182026 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-12T14:34:58.251234Z K 7 svn:log V 76 - Update to 0.23 Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-12T14:35:02.440280Z K 7 svn:log V 78 - Update to 0.009 Changes: http://search.cpan.org/dist/Test-Warnings/Changes END K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-09-12T14:49:27.258493Z K 7 svn:log V 172 - Stop checking for unzip (it's unused anyways) to unbreak on 8.3-RELEASE - Throw in a bunch of #include's to make modern Clang happy on -CURRENT Reported by: pkg-fallout END K 10 svn:author V 5 novel K 8 svn:date V 27 2013-09-12T15:12:49.587789Z K 7 svn:log V 174 - Fix build with clang [1] - Improve CXX respect (some makefiles had g++ hardcoded before) - Convert to new header format - Drop maintainership Reported by: pkg-fallout [1] END K 10 svn:author V 2 az K 8 svn:date V 27 2013-09-12T15:23:58.526717Z K 7 svn:log V 104 - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) END K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-09-12T15:26:52.742701Z K 7 svn:log V 102 Add a couple of missing #include 's to please contemporary Clang. Reported by: pkg-fallout END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-12T15:46:58.573498Z K 7 svn:log V 376 www/py-django-registration-defaults: Default templates and settings This module provides a full set of default templates and settings for django-registration to ease the process of creating Django apps that require user registration. WWW: https://github.com/yourcelf/django-registration-defaults/ PR: ports/181807 Submitted by: Kozlov Sergey END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2013-09-12T16:03:45.521307Z K 7 svn:log V 53 Document CVE-2013-4315 for www/py-django{,14,-devel} END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2013-09-12T16:04:51.786257Z K 7 svn:log V 66 - Update to 1.5.3 Security: a851b305-1bc3-11e3-95b7-00e0814cab4e END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2013-09-12T16:05:39.800680Z K 7 svn:log V 66 - Update to 1.4.7 Security: a851b305-1bc3-11e3-95b7-00e0814cab4e END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2013-09-12T16:07:01.885536Z K 7 svn:log V 78 - Update to 20130912 snapshot Security: a851b305-1bc3-11e3-95b7-00e0814cab4e END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-12T16:09:14.764882Z K 7 svn:log V 299 sysutils/xfce4-diskperf-plugin: Graphical representation of the disk IO Panel plugin to display a graphical representation of the disks IO. WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin/ PR: ports/182042 Submitted by: Danilo EgĂȘa Gondolfo END K 10 svn:author V 7 thierry K 8 svn:date V 27 2013-09-12T16:10:31.220762Z K 7 svn:log V 47 Fix usage of MAKE / GMAKE. Notified by: danfe END K 10 svn:author V 2 az K 8 svn:date V 27 2013-09-12T16:11:43.527560Z K 7 svn:log V 104 - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2013-09-12T16:12:09.729638Z K 7 svn:log V 18 - Update to 1.530 END K 10 svn:author V 2 az K 8 svn:date V 27 2013-09-12T16:41:28.765906Z K 7 svn:log V 104 - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-12T16:55:27.422662Z K 7 svn:log V 40 The simplexml extension needs pkgconfig END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-12T17:02:54.069225Z K 7 svn:log V 85 Fix build with clang+libc++ by enforcing the c++11 standard if the compiler is clang END K 10 svn:author V 2 az K 8 svn:date V 27 2013-09-12T17:07:08.660283Z K 7 svn:log V 104 - convert to the new perl5 framework - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-12T17:20:46.467168Z K 7 svn:log V 72 Remove useless USE_GCC=any as the port properly build with recent clang END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-12T17:24:41.530112Z K 7 svn:log V 272 - Update to 3.6.1 - Remove leading indefinite article from COMMENT - Use single space after WWW: Changes: http://wordpress.org/news/2013/09/wordpress-3-6-1/ PR: ports/182041 Submitted by: sunpoet (myself) Approved by: Yuan-Chung Hsiao (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-12T17:26:59.141745Z K 7 svn:log V 184 - Update to 3.6.1 Changes: http://cn.wordpress.org/2013/09/12/wordpress-3-6-1/ PR: ports/182044 Submitted by: sunpoet (myself) Approved by: Joe Horn (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-12T17:30:43.778008Z K 7 svn:log V 84 - Update to 1.12 Changes: http://search.cpan.org/dist/Catalyst-Action-REST/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-12T17:31:13.024918Z K 7 svn:log V 76 - Update to 2.04 Changes: http://search.cpan.org/dist/MIME-Types/ChangeLog END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-12T17:35:18.730016Z K 7 svn:log V 82 - Update to 1.3.2 Changes: http://savannah.gnu.org/forum/forum.php?forum_id=7713 END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-12T17:44:59.077224Z K 7 svn:log V 22 Fix build with libc++ END K 10 svn:author V 2 az K 8 svn:date V 27 2013-09-12T17:55:41.018430Z K 7 svn:log V 111 - convert to the new perl5 framework - convert USE_GMAKE to Uses Reviewed by: kwm@ Approved by: kwm@ (gnome@) END K 10 svn:author V 5 decke K 8 svn:date V 27 2013-09-12T18:28:45.908070Z K 7 svn:log V 60 - Update to 4.2-7 - Remove $FreeBSD$ comment from pkg-plist END K 10 svn:author V 7 delphij K 8 svn:date V 27 2013-09-12T18:36:20.377070Z K 7 svn:log V 13 Fix a build. END K 10 svn:author V 3 mva K 8 svn:date V 27 2013-09-12T18:39:07.591036Z K 7 svn:log V 18 - Update to 2.7.4 END K 10 svn:author V 3 kwm K 8 svn:date V 27 2013-09-12T19:42:03.381600Z K 7 svn:log V 17 Update to 0.2.5. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2013-09-12T19:44:38.254664Z K 7 svn:log V 146 Update to 1.4.2. This fixes run-time with glib 2.36. PR: ports/180075 [1] Reported by: Stephen Fisher [1], swills@ END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-09-12T19:45:05.197606Z K 7 svn:log V 145 - Update to 0.12.2 - Change maintainer email gmx.ch --> FreeBSD.org - Add more levels - Use new Options Helpers Approved by: wg/pawel (mentors) END K 10 svn:author V 3 kwm K 8 svn:date V 27 2013-09-12T19:45:49.859446Z K 7 svn:log V 59 Part two, of the update to 1.4.2. Forgotten files edition. END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-09-12T20:02:09.569922Z K 7 svn:log V 72 - Remove file forgotten in last commit Approved by: wg/pawel (mentors) END K 10 svn:author V 3 kwm K 8 svn:date V 27 2013-09-12T20:18:06.985911Z K 7 svn:log V 120 Disable check for libslab to make sure it uses internal copy. This fixes the build if mate-control-center is installed. END K 10 svn:author V 6 ohauer K 8 svn:date V 27 2013-09-12T20:21:31.784829Z K 7 svn:log V 289 - Scoreboard handle in daemon mode should be set to NULL for Apache 2.4 to avoid crash in lingering close. PR: ports/182030 Submitted by: Trevor Caira Reviewed by: Douglas Thrift (maintainer) Obtained from: upstream revision: 20979c8abd2f END K 10 svn:author V 5 decke K 8 svn:date V 27 2013-09-12T21:19:47.423670Z K 7 svn:log V 291 - Revert VNC IPv6 patch because it causes an incompatibility. Per default the VNC ports are stored in "TCP/Ports" but with that change "VNCAddress4", "VNCPort4", "VNCAddress6" and "VNCPort6" are used which breaks phpvirtualbox and also confused VBoxManage/VBoxHeadless. Reported by: VVD END K 10 svn:author V 5 adamw K 8 svn:date V 27 2013-09-12T21:33:54.275280Z K 7 svn:log V 22 Remove hardcoded gcc. END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-09-12T21:46:30.031034Z K 7 svn:log V 196 graphics/pqiv: Use pkg-config to set flags correctly The CPP and LD flags were being defined by an empty string that was supposed to be "pkg-config". Just use that instead to unbreak the build. END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-12T21:53:45.588488Z K 7 svn:log V 84 Fix build with libc++ Submitted by: Gustau Perez (gusi via #poudriere on freenode) END K 10 svn:author V 3 pgj K 8 svn:date V 27 2013-09-12T22:02:32.144388Z K 7 svn:log V 354 - Fix build on recent head where iconv(1) is in base by rolling new 7.6.3-based bootstrap compilers without any external dependencies [1] - Update bootstrap hscolour to 1.20.3, so both 7.4 and 7.6 bootstraps can work with it - Remove the line for the 7.x bootstrap as no such one exists any more Thanks to: cognet [1] Obtained from: FreeBSD Haskell END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-09-12T22:19:48.694504Z K 7 svn:log V 158 - Update to 1.1.1.5 - Change maintainer email gmx.ch --> FreeBSD.org - Add more levels - Add Docs Options - Mute dir install Approved by: wg/pawel (mentors) END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-12T22:28:54.598869Z K 7 svn:log V 55 www/py-flexget: update to 1.1.119 - Update to 1.1.119 END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-09-12T22:45:38.609695Z K 7 svn:log V 137 - Update to 1.10 - Change maintainer email gmx.ch --> FreeBSD.org - Add DOCS Options - Mute dir install Approved by: wg/pawel (mentors) END K 10 svn:author V 7 mandree K 8 svn:date V 27 2013-09-12T23:46:20.379107Z K 7 svn:log V 131 Require GCC because the code uses nested functions that clang rejects. While here, replace TAB by space in WWW: line of pkg-descr. END K 10 svn:author V 7 mandree K 8 svn:date V 27 2013-09-13T00:32:17.707182Z K 7 svn:log V 395 Add CC=${CC} through MAKE_ARGS, to override hard-coded gcc by actual compiler. To fix FreeBSD 10-CURRENT fallout (untested on 10 because flac is broken due to libstdc++ removal; flac needs to be told to use libc++, 9.X Tinderbox has no complaints though). Drop library versions from LIB_DEPENDS. NOPORTDOCS -> PORT_OPTIONS. ${MKDIR} ${RUBY_SITELIBDIR} in installation to support "port test". END K 10 svn:author V 7 mandree K 8 svn:date V 27 2013-09-13T00:41:39.448750Z K 7 svn:log V 104 Fix fallout from 10-CURRENT WITH_ICONV flip. While here, remove excess whitespace to appease portlint. END K 10 svn:author V 7 mandree K 8 svn:date V 27 2013-09-13T00:59:52.597760Z K 7 svn:log V 105 Upgrade to 1.0RC4. http://www.docear.org/2013/09/11/docear-1-0-rc4-we-are-getting-close-to-version-1-0/ END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-09-13T01:14:18.909912Z K 7 svn:log V 280 - Update to 0.4.0 - Change maintainer email gmx.ch --> FreeBSD.org - Change LICENSE_COMB multi --> dual - Use the new format for LIB_DEPENDS - Add examples - Add DOCS and EXAMPLES Options - Mute dir install - Change pkg-plist, remove PORTEXAMPLES Approved by: wg/pawel (mentors) END K 10 svn:author V 7 nemysis K 8 svn:date V 27 2013-09-13T01:20:35.024807Z K 7 svn:log V 280 - Update to 0.4.0 - Change icons - Change maintainer email gmx.ch --> FreeBSD.org - Change USE_PYTHON -2.7 --> yes - Add USE_LDCONFIG, docs and examples - Add DOCS and EXAMPLES Options - Change desktop entry Added file(s): - files/patch-setup.py Approved by: wg/pawel (mentors) END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-09-13T01:21:55.593115Z K 7 svn:log V 85 Add explicit dependency on pkgconf (10 ports) Approved by: portmgr (bapt, implicit) END K 10 svn:author V 3 brd K 8 svn:date V 27 2013-09-13T01:32:38.550976Z K 7 svn:log V 349 - Update net-mgmt/collectd5 to 5.4.0 (by me) - Convert to the new options layout like net-mgmt/collectd (by maintainer: Krzysztof Stryjek ) - Clean up some options and simplify the CONFIGURE_ARGS (by swills@) PR: 181443 Submitted by: brd@ Reviewed by: swills@ Approved by: Krzysztof Stryjek (maintainer) END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2013-09-13T01:42:13.699006Z K 7 svn:log V 48 - Honor CC - Trim Makefile header - Add LICENSE END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-13T01:50:09.035949Z K 7 svn:log V 35 - Fix plist for disabled DOCS case END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-13T01:50:33.888754Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2013-09-13T02:44:46.143828Z K 7 svn:log V 34 Remove unmaintained devel/deputy. END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2013-09-13T02:52:43.923131Z K 7 svn:log V 42 - Fix build with clang - Mark jobs unsafe END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T06:17:48.882783Z K 7 svn:log V 31 Use clang+libc++ when possible END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T06:18:11.299954Z K 7 svn:log V 26 Adjust OSVERSION properly END K 10 svn:author V 4 bsam K 8 svn:date V 27 2013-09-13T08:13:31.525542Z K 7 svn:log V 149 Unbreak graphics/libsvg on current after r254273. PR: ports/182038 Submitted by: Anton Shterenlikht Approved by: portmgr (bapt) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T08:21:56.595142Z K 7 svn:log V 18 Fix build on head END K 10 svn:author V 8 martymac K 8 svn:date V 27 2013-09-13T08:24:10.543716Z K 7 svn:log V 190 - Update to 1.9.94.r87113 - Remove useless dependency to libumem [1] - Adapt USES following recent changes PR: ports/181402 [1] Submitted by: David Demelier [1] END K 10 svn:author V 5 danfe K 8 svn:date V 27 2013-09-13T09:06:17.891768Z K 7 svn:log V 103 - Update to snapshot as of 20130907 - Respect CC, unbreak on recent -CURRENT Reported by: pkg-fallout END K 10 svn:author V 4 rene K 8 svn:date V 27 2013-09-13T09:27:55.704796Z K 7 svn:log V 131 - Update to 0.3.2 [1] - Use option helpers - Bump minimal versions for gevent and tornado dependencies Submitted by: portscout [1] END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T09:50:53.606594Z K 7 svn:log V 73 - Update to 2.02 Changes: http://search.cpan.org/dist/Text-Bidi/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T09:50:57.784734Z K 7 svn:log V 79 - Update to 1.104 Changes: http://search.cpan.org/dist/System-Command/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T09:51:02.045236Z K 7 svn:log V 83 - Update to 2013.0912 Changes: http://search.cpan.org/dist/Time-modules/CHANGELOG END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T09:51:06.440601Z K 7 svn:log V 88 - Update to 4.37 - Sort PLIST Changes: http://search.cpan.org/dist/Mojolicious/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T09:57:02.911042Z K 7 svn:log V 114 - Update to 0.9.2 - Convert to new LIB_DEPENDS format Changes: https://github.com/nex3/rb-inotify/commits/master END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-13T11:27:42.751762Z K 7 svn:log V 162 www/py-django-registration-defaults: update to 0.4.3 - Update to 0.4.3 PR: ports/182059 Submitted by: Kozlov Sergey (maintainer) END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-13T12:12:49.266615Z K 7 svn:log V 229 security/fwknop: update to 2.5.1 - Update to 2.5.1 [1] - Add LICENSE (GPLv2) [1] - Convert lib depends to new format PR: ports/181642 Submitted by: Kozlov Sergey Approved by: maintainer (timeout) END K 10 svn:author V 6 eadler K 8 svn:date V 27 2013-09-13T13:13:36.221791Z K 7 svn:log V 194 Update flash to version 11.2.202.310 PR: ports/182013 Submitted by: Tsurutani Naoki Security: http://www.vuxml.org/freebsd/5bd6811f-1c75-11e3-ba72-98fc11cdc4f5 END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-13T13:26:31.160169Z K 7 svn:log V 296 www/py-django-tinymce: Django application to use TinyMCE editor django-tinymce is a Django application that contains a widget to render a form field as a TinyMCE editor. WWW: https://github.com/aljosa/django-tinymce/ PR: ports/181936 Submitted by: Kozlov Sergey END K 10 svn:author V 2 wg K 8 svn:date V 27 2013-09-13T13:35:24.580178Z K 7 svn:log V 146 deskutils/wyrd: fix build with clang - Fix build with clang PR: ports/182050 Submitted by: Herbert J. Skuhra (maintainer) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T13:59:02.998018Z K 7 svn:log V 18 Fix build on head END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T14:03:09.624821Z K 7 svn:log V 59 Fix build since glib is not pulling gamin as a dep anymore END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T14:09:10.142930Z K 7 svn:log V 94 Remove USE_GCC=any the port fail at building with gcc 4.6 while is builds properly with clang END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T14:31:11.857360Z K 7 svn:log V 32 - Add shared COOKIE description END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T14:41:21.991614Z K 7 svn:log V 36 Add a missing dependency on pkgconf END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T14:44:35.364557Z K 7 svn:log V 59 Add cvs as dependency, since it has been removed from base END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-09-13T14:45:55.263157Z K 7 svn:log V 89 Add missing iconv in USES. Reported by: swills Approved by: portmgr (bapt, implicit) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T14:50:53.620063Z K 7 svn:log V 38 Add an explicit dependency on pkgconf END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T15:06:48.198485Z K 7 svn:log V 54 Remove useless USE_GCC it builds properly with clang. END K 10 svn:author V 4 gahr K 8 svn:date V 27 2013-09-13T15:10:58.849317Z K 7 svn:log V 192 - Update to 2.2.5 2.2.5 Release Notes http://gdcm.sourceforge.net/wiki/index.php/GDCM_Release_2.2.5 2.2.4 Release Notes http://gdcm.sourceforge.net/wiki/index.php/GDCM_Release_2.2.4 END K 10 svn:author V 8 vsevolod K 8 svn:date V 27 2013-09-13T15:16:52.514423Z K 7 svn:log V 294 * Improve locking for ipacct hash table by converting from a global mutex to a set of fine-grained rmlocks per hash buckets. * Increase hash buckets from 256 to 512. * Remove obsoleted master site and added local one. * Stylefix for the ignore message. * Bump portrevision. * Take ownership. END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T15:41:43.747874Z K 7 svn:log V 74 - Update to 0.035 Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T15:41:48.855609Z K 7 svn:log V 79 - Update to 2013.09 Changes: http://search.cpan.org/dist/File-Flock/CHANGELOG END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T15:41:53.127108Z K 7 svn:log V 174 - Update to 0.45 - Add p5-Test-CheckDeps to TEST_DEPENDS and remove comment, it seems to work fine now Changes: http://search.cpan.org/dist/MooseX-Method-Signatures/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T15:41:58.215954Z K 7 svn:log V 209 - Update to 0.6.21 - Convert to new LIB_DEPENDS format - Use USES=gmake - Use ICONV_CONFIGURE_ARGS - Cosmetic change - Take maintainership Changes: http://libexif.cvs.sourceforge.net/viewvc/libexif/exif/NEWS END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T15:42:03.754659Z K 7 svn:log V 309 - Update to 1.09 - Add LICENSE - Convert to new options framework - Fix RUN_DEPENDS of KDE option: x11/kdebase3 is removed - Use REINPLACE_CMD instead of patch file - Pass maintainership to perl - Sort MAN3 and PLIST - Add missing trailing slash to WWW Changes: http://search.cpan.org/dist/UI-Dialog/Changes END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T16:18:25.163182Z K 7 svn:log V 11 Respect CC END K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-09-13T16:27:05.542892Z K 7 svn:log V 28 Fix build without libstdc++ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T16:38:03.622773Z K 7 svn:log V 14 - Respect CXX END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-13T16:55:51.907002Z K 7 svn:log V 117 - Add favicon.ico - Bump PORTREVISION for package change PR: ports/161763 Submitted by: Takefu END K 10 svn:author V 8 madpilot K 8 svn:date V 27 2013-09-13T17:14:53.179745Z K 7 svn:log V 318 - Fix build after iconv change [1] - Fix build with clang/libc++ ([2] for graphics/ipe) While here for databases/spatialite: - Trim Makefile headers - Remove check for unsupported FreeBSD versions Submitted by: marino [1] Reported by: swills, antoine [1] Submitted by: bsam [2] Approved by: portmgr (bapt, implicit) END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-09-13T17:27:07.384770Z K 7 svn:log V 84 Add explicit dependency on pkgconf (2 ports) Approved by: portmgr (bapt, implicit) END K 10 svn:author V 3 mva K 8 svn:date V 27 2013-09-13T17:50:16.923764Z K 7 svn:log V 18 - Update to 2.68a END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-09-13T17:50:49.060044Z K 7 svn:log V 408 www/metacafe_dl: Unbreak fetch (sort of) The previous commit removed the blanking of EXTRACT_SUFX and EXTRACT_ONLY thinking that it was a mistake. The distfile actually has no extension, so this is really needed. Without it, the checksum can't even start. The MASTER_SITES is gone. The file is still fetchable because it is cached but at some point it is going to disappear unless somebody preserves it. END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-13T18:33:54.709651Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-13T18:34:03.354587Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-13T18:34:10.568991Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-13T18:34:20.229779Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 4 feld K 8 svn:date V 27 2013-09-13T18:58:11.837167Z K 7 svn:log V 63 Fix building on HEAD with no GCC Approved by: swills (mentor) END K 10 svn:author V 4 tijl K 8 svn:date V 27 2013-09-13T19:02:30.037433Z K 7 svn:log V 41 Include time.h to fix build with libc++. END K 10 svn:author V 3 nox K 8 svn:date V 27 2013-09-13T19:20:11.129858Z K 7 svn:log V 95 - Fix bug uncovered by recent clang. - Bump PORTREVISION. Reported by: beefy2 via pkg-fallout END K 10 svn:author V 3 nox K 8 svn:date V 27 2013-09-13T19:23:10.336689Z K 7 svn:log V 74 Fix build on recent head. (bsdpatch) Reported by: beefy2 via pkg-fallout END K 10 svn:author V 3 nox K 8 svn:date V 27 2013-09-13T19:27:05.976790Z K 7 svn:log V 103 - Fix build with clang+libc++. [1] - Convert Makefile header. Reported by: beefy2 via pkg-fallout [1] END K 10 svn:author V 3 nox K 8 svn:date V 27 2013-09-13T19:31:56.441741Z K 7 svn:log V 138 - Fix build on recent head. (cap_rights_t type change in r255219) [1] - Convert Makefile header. Reported by: beefy2 via pkg-fallout [1] END K 10 svn:author V 4 bsam K 8 svn:date V 27 2013-09-13T19:39:38.499908Z K 7 svn:log V 57 LOCALBASE -> ICONV_PREFIX for --with-iconv-* parameters. END K 10 svn:author V 3 flo K 8 svn:date V 27 2013-09-13T20:43:00.813571Z K 7 svn:log V 118 Unbreak by using new MASTER_SITE PR: ports/182070 [1] Submitted by: Mikhail T. (partly) [1] END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-09-13T20:53:52.598156Z K 7 svn:log V 319 net-p2p/transmission-cli: Fix USES and iconv support This is a master port for transmission-qt and transmission-gtk. To honor any USES definition of the slave ports, the USES here has to be defined with +=. Additionally, it links with iconv so that support was added while I'm here. Approved by: crees (maintainer) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-09-13T21:25:56.908142Z K 7 svn:log V 24 Fix plist with python 3 END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-09-13T21:28:42.097400Z K 7 svn:log V 20 Add missing LICENSE END K 10 svn:author V 6 marino K 8 svn:date V 27 2013-09-13T21:31:47.766274Z K 7 svn:log V 439 lang/php5*: Fix spl/simplexml modules (4 ports) The simplexml module uses spl which uses pcre (php53,54,55). For php52, the fix is applied directly to spl. In any case, the bundled PCRE is not used, so it needs to be able to find the external pcre library and related headers. Unfortunately, there is no include for ${LOCALBASE}/include directory. This commit adds to fix simplexml (or spl) module build. Approved by: portmgr (bapt) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-09-13T21:39:06.692106Z K 7 svn:log V 67 Add an explicit dependency on pkgconf Approved by: portmgr (bapt) END K 10 svn:author V 5 pawel K 8 svn:date V 27 2013-09-13T21:45:27.871369Z K 7 svn:log V 163 - Fix build by checking for right flex binary - Needs explicit linking to libssl on CURRENT - Remove MAKE_JOBS_UNSAFE, build is not parallel - Drop maintainership END K 10 svn:author V 7 antoine K 8 svn:date V 27 2013-09-13T21:59:06.334119Z K 7 svn:log V 226 New port: sysutils/py-analyzemft analyzeMFT.py is designed to fully parse the MFT file from an NTFS filesystem and present the results as accurately as possible in multiple formats. WWW: https://github.com/dkovar/analyzeMFT END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:13:28.143418Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:13:38.914997Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:13:46.889938Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:13:54.438680Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:14:01.627720Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:14:08.341118Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:14:15.889781Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:14:22.948861Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:14:42.618121Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:14:54.181012Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:15:00.114124Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:15:19.237806Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:15:25.165041Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:15:56.927616Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:16:08.921206Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:16:14.358919Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:16:20.056573Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:16:25.717663Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:16:31.255385Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:16:37.406196Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:20:21.923210Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T01:22:46.112896Z K 7 svn:log V 91 Fix path to qt4 assistant PR: 182068 Submitted by: Gary Aitken END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T03:05:40.997195Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T03:06:04.257489Z K 7 svn:log V 34 Add explicit dependency on libX11 END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T03:44:51.953813Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T03:54:15.524315Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2013-09-14T03:55:20.130681Z K 7 svn:log V 28 Fix build with clang/libc++ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T06:20:28.997448Z K 7 svn:log V 352 - Add p5-Hash-AutoHash-Args 1.17 This class simplifies the handling of keyword argument lists. It replaces Class::AutoClass::Args. See "DIFFERENCES FROM Class::AutoClass::Args" for a discussion of what's new. See Hash::AutoHash::Args::V0 for a subclass which is more compatible with the original. WWW: http://search.cpan.org/dist/Hash-AutoHash-Args/ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T06:21:24.314284Z K 7 svn:log V 17 - Use USES=gmake END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T06:21:43.648911Z K 7 svn:log V 422 - Update to 2013.05 - Sort *_DEPENDS - Convert to new LIB_DEPENDS format - Convert to new options framework - Use USES=gmake - Add missing USE_LDCONFIG - Cosmetic change Changes: http://rakudo.org/2013/05/31/rakudo-star-2013-05-released/ http://rakudo.org/2013/02/24/rakudo-star-2013-02-released/ http://rakudo.org/2013/01/30/rakudo-star-2013-01-released/ http://rakudo.org/2012/12/27/rakudo-star-2012-12-released/ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T06:39:51.514287Z K 7 svn:log V 638 - Add p5-Mo 0.35 Mo is the bare minimum needed for Perl OO. Many times you'll want just a couple more features. Don't worry. Mo's got you covered. Mo simply loads the feature classes Mo::build, Mo::default, Mo::builder, Mo::coerce, Mo::is and Mo::required. The first one supports BUILD constructing and the other three add their magics to has. A Mo::Feature module can enhance new, extends and has, and also add new export subs, or remove existing ones. Features can also be combined for a single accessor. See Mo::Features for a list of all the features and for an explanation of the Feature API. WWW: http://search.cpan.org/dist/Mo/ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T06:48:02.602486Z K 7 svn:log V 30 - Fix PLIST - Cosmetic change END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T06:50:59.792572Z K 7 svn:log V 230 - Update MASTER_SITES - While I'm here: - Cleanup Makefile header - Add LICENSE - Convert to new options framework - Simplify PORTDOCS installation PR: ports/182019 Submitted by: A. J. (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T06:51:03.547410Z K 7 svn:log V 146 - Update MASTER_SITES: add mirror site - While I'm here, update LICENSE PR: ports/182020 Submitted by: A. J. (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T06:51:08.374193Z K 7 svn:log V 153 - Update to 3.1.6 Changes: https://github.com/pjstevns/dbmail/commits/master PR: ports/182080 Submitted by: Alan Hicks (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T06:54:11.194683Z K 7 svn:log V 139 - Fix *_DEPENDS: p5-Tie-Hash-MultiValue is a test-only dependency Submitted by: sunpoet (myself) Approved by: culot (maintainer, via IRC) END K 10 svn:author V 6 fluffy K 8 svn:date V 27 2013-09-14T06:56:19.824920Z K 7 svn:log V 85 - liblinebreak was superceded by it's successor, libunibreak - Use new headers style END K 10 svn:author V 6 fluffy K 8 svn:date V 27 2013-09-14T07:02:38.162651Z K 7 svn:log V 57 - Update to 0.99.4 release - Fix build with clang/libc++ END K 10 svn:author V 2 rm K 8 svn:date V 27 2013-09-14T07:03:10.525488Z K 7 svn:log V 87 Add PostGIS 2.1.0 PR: 182032 (based on) Submitted by: Trevor Caira END K 10 svn:author V 2 rm K 8 svn:date V 27 2013-09-14T07:14:53.920546Z K 7 svn:log V 67 - RASTER option should not be default (it was enabled for testing) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T07:19:23.266455Z K 7 svn:log V 72 - Update to 1.25 Changes: http://search.cpan.org/dist/Geo-BUFR/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T07:19:28.515462Z K 7 svn:log V 75 - Update to 2.17 Changes: http://search.cpan.org/dist/Config-Tiny/Changes END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T07:27:54.647713Z K 7 svn:log V 68 - Fix *_DEPENDS - Bump PORTREVISION for dependency change - Fix WWW END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T07:31:07.322272Z K 7 svn:log V 104 - Add LICENSE - Remove unnecessary MASTER_SITES_SUBDIR - Cosmetic change - Fix WWW - Reformat pkg-descr END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T07:33:30.254543Z K 7 svn:log V 83 - Add LICENSE - Remove unnecessary MASTER_SITES_SUBDIR - Cosmetic change - Fix WWW END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T07:37:39.390523Z K 7 svn:log V 83 - Add LICENSE - Remove unnecessary MASTER_SITES_SUBDIR - Cosmetic change - Fix WWW END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T07:42:44.050752Z K 7 svn:log V 71 - Add LICENSE - Add missing trailing slash to WWW - Remove Author line END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T07:43:03.150066Z K 7 svn:log V 36 - Add missing trailing slash to WWW END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T08:01:54.087900Z K 7 svn:log V 161 - Update to 1.55 - Add LICENSE - Take maintainership - Update pkg-descr - Remove Author line - Update WWW Changes: http://search.cpan.org/dist/Class-AutoClass/ END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T08:03:43.900569Z K 7 svn:log V 386 - Add NOLOGIN option: login as ssh (as opposed to as login(1)) - While I'm here: - Remove LICENSE_FILE for well-known licenses - Update OPTONS_DEFINE: add DOCS and remove no-op MANPAGES - Cleanup Makefile header - Use single space after WWW: PR: ports/182074 Submitted by: Yuri Victorovich Approved by: Olivier Cochard-Labbe (maintainer) END K 10 svn:author V 3 wen K 8 svn:date V 27 2013-09-14T08:25:30.593857Z K 7 svn:log V 18 - Update to 2.3.9 END K 10 svn:author V 3 wen K 8 svn:date V 27 2013-09-14T08:26:59.343950Z K 7 svn:log V 18 - Update to 2.4.6 END K 10 svn:author V 3 wen K 8 svn:date V 27 2013-09-14T08:27:52.228243Z K 7 svn:log V 18 - Update to 2.5.2 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T08:51:03.769652Z K 7 svn:log V 92 - Update to 4.0.6 Changes: http://www.tinymce.com/develop/changelog/index.php?type=tinymce END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2013-09-14T08:51:08.000866Z K 7 svn:log V 79 - Update to 0.8.2 Changes: https://github.com/grosser/parallel/commits/master END