Y342815 185 137 116 160 276 153 122 251 139 116 145 161 116 252 168 288 266 256 1002 292 245 166 143 160 132 164 164 146 152 157 157 256 127 162 159 138 178 183 153 140 154 167 178 154 168 153 140 164 140 168 154 124 135 138 151 115 292 228 151 152 154 110 158 157 151 107 135 166 134 107 161 107 107 130 141 118 152 124 155 107 136 155 157 157 120 129 107 153 145 131 117 140 137 157 153 156 159 155 154 150 159 146 174 128 109 109 109 109 109 109 109 109 109 109 109 109 109 109 115 271 204 109 109 109 109 109 109 109 109 109 109 107 134 339 280 168 206 170 187 152 112 112 176 107 107 284 112 112 112 112 112 112 112 112 112 112 112 112 178 112 112 112 112 112 112 112 239 112 112 112 112 112 112 112 98 112 112 112 112 112 147 148 149 112 169 242 K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T18:41:33.060736Z K 7 svn:log V 42 security/openvas-client: Mark jobs unsafe END K 10 svn:author V 6 johans K 8 svn:date V 27 2014-02-05T18:42:29.801388Z K 7 svn:log V 21 Enable stage support END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T19:01:34.608830Z K 7 svn:log V 65 science/avogadro: Specify libGL explicitly with associated CFLAG END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T19:10:14.134466Z K 7 svn:log V 180 net/rdist6: Add dragonfly support, rename patch While I could have regenerated the patch-ai, I deemed it better to rename it as the "old-style" patch names are not very friendly. END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T19:20:46.011181Z K 7 svn:log V 58 net/morebalance: Explicitly link libz (taken from dports) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T19:23:44.051437Z K 7 svn:log V 27 net/gini: Mark jobs unsafe END K 10 svn:author V 6 eadler K 8 svn:date V 27 2014-02-05T19:32:00.665775Z K 7 svn:log V 155 - Modernize port: - Stagify - USES=gmake instead of USE_GMAKE - Don't build with -march=native as the build box may not be identical to the run box. END K 10 svn:author V 2 bf K 8 svn:date V 27 2014-02-05T19:37:53.539404Z K 7 svn:log V 48 Update to 20131209; update LICENSE; use staging END K 10 svn:author V 6 johans K 8 svn:date V 27 2014-02-05T19:39:39.932591Z K 7 svn:log V 21 Enable stage support END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T19:41:30.157717Z K 7 svn:log V 50 security/authforce: USES+= readline (from dports) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T19:45:25.951091Z K 7 svn:log V 66 net-p2p/gkremldk: Fix for new linkers (-Wl must have an argument) END K 10 svn:author V 6 johans K 8 svn:date V 27 2014-02-05T19:52:28.159678Z K 7 svn:log V 21 Enable stage support END K 10 svn:author V 6 marcus K 8 svn:date V 27 2014-02-05T19:54:26.736851Z K 7 svn:log V 156 Force this port to build under GCC. This fixes an issue where meanwhile would fail to negotiate with servers. Reported by: Ryan Stark END K 10 svn:author V 7 mandree K 8 svn:date V 27 2014-02-05T19:56:17.404690Z K 7 svn:log V 72 USES_GNOME=gnomehack -> USES=pathfix Approved by: marcus@ (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-02-05T20:02:27.044756Z K 7 svn:log V 191 - Fix shared library installation - Bump PORTREVISION for package change - While I'm here, convert to new LIB_DEPENDS format PR: ports/185951 Submitted by: Florian Degner END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-02-05T20:02:34.581791Z K 7 svn:log V 169 - Bump PORTREVISION for astro/cfitsio shlib change - While I'm here, convert to new LIB_DEPENDS format PR: ports/185951 Submitted by: Florian Degner END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-02-05T20:02:40.277299Z K 7 svn:log V 159 - Update to 4.0.3 Changes: http://pecl.php.net/package-changelog.php?package=APCu PR: ports/186263 Submitted by: John Chen (maintainer) END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-02-05T20:03:02.251554Z K 7 svn:log V 905 - Add php-scalar_objects 0.0.20140124 Add support for method calls on primitive types in PHP This extension implements the ability to register a class that handles the method calls to a certain primitive type (string, array, ...). As such it allows implementing APIs like $str->length(). The main purpose of this repo is to provide a proof of concept implementation that can be used to design the new APIs. The switch to object syntax for operations on primitive types is a unique opportunity for PHP to redesign many of its inconsistent core APIs. This repo provides the means to quickly prototype and test new APIs as userland code. Once the APIs are figured out it will be proposed for inclusion into PHP. Note: The ability to register type handlers from userland is just for prototyping. WWW: https://github.com/nikic/scalar_objects PR: ports/186221 Submitted by: Gasol Wu END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-02-05T20:03:40.344048Z K 7 svn:log V 195 - Add php-Psr_Log 1.0.0 This repository holds all interfaces/classes/traits related to PSR-3. WWW: https://github.com/php-fig/log PR: ports/186222 Submitted by: Gasol Wu END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-02-05T20:03:46.042601Z K 7 svn:log V 148 - Fix .gemspec for rubygem-tilt 2.0.0 - Bump PORTREVISION for package change PR: ports/186392 Submitted by: Daniel Roethlisberger END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-02-05T20:03:50.228134Z K 7 svn:log V 70 - Use USE_GNOME=introspection PR: ports/186212 Submitted by: amdmi3 END K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-02-05T20:03:55.601309Z K 7 svn:log V 47 - Support STAGEDIR - Update maintainer section END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T20:10:53.779352Z K 7 svn:log V 65 multimedia/libquicktime-lame: Bring in configure fix from dports END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T20:17:28.716611Z K 7 svn:log V 37 misc/orville-write: Mark jobs unsafe END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T20:20:16.737848Z K 7 svn:log V 69 misc/gkrellmlaunch2: Fix for new linkers (-Wl must have an argument) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T20:22:45.674470Z K 7 svn:log V 69 misc/gkrellm-helium: Fix for new linkers (-Wl must have an argument) END K 10 svn:author V 6 johans K 8 svn:date V 27 2014-02-05T20:26:02.371078Z K 7 svn:log V 51 - Enable stage support - Strip installed libraries END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T20:27:57.797307Z K 7 svn:log V 57 math/gdcalc: Explicitly link libmath (taken from dports) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T20:31:12.809416Z K 7 svn:log V 62 mail/wmmaiload: Explicitly link libcrypto (taken from dports) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T20:38:55.408846Z K 7 svn:log V 62 lang/gnustep-guile: Add dragonfly support to configure script END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T20:43:42.003148Z K 7 svn:log V 160 lang/ezm3: Set IGNORE for DragonFly as no bootstrap exists It's also not needed as lang/modula-3 provides a better cvsup than the one that uses ezm3 to build. END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T20:55:10.575521Z K 7 svn:log V 32 japanese/lynx: Mark jobs unsafe END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T20:57:30.921392Z K 7 svn:log V 67 graphics/xmms-waterfall: Add dragonfly support to configure script END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T20:59:04.041298Z K 7 svn:log V 63 - Finish stage support (remove NO_STAGE) - Use OPTIONS helpers END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:00:49.776589Z K 7 svn:log V 43 graphics/xmms-paranormal: Mark jobs unsafe END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T21:03:06.172347Z K 7 svn:log V 82 - Switch from easy_install to install - Stage support - Use PYDISTUTILS_AUTOPLIST END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:03:29.451402Z K 7 svn:log V 88 multimedia/xine: USES+= readline and add DragonFly support Tested on Redports, 6x pass END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:05:28.022917Z K 7 svn:log V 58 graphics/tkpng: Add dragonfly support to configure script END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T21:07:33.222050Z K 7 svn:log V 44 - Stage support - Use PYDISTUTILS_AUTOPLIST END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T21:12:07.255735Z K 7 svn:log V 58 - Stage support - Add LICENSE - Use PYDISTUTILS_AUTOPLIST END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:12:21.439672Z K 7 svn:log V 72 graphics/rgbpaint: explicitly link libm and libintl (taken from dports) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T21:15:15.337068Z K 7 svn:log V 82 - Switch from easy_install to install - Stage support - Use PYDISTUTILS_AUTOPLIST END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:16:37.165701Z K 7 svn:log V 59 graphics/ocre: explicitly link libintl (taken from dports) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T21:18:20.204382Z K 7 svn:log V 72 - Stage support - Use PYDISTUTILS_AUTOPLIST - Remove infozip dependency END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:22:12.491420Z K 7 svn:log V 58 graphics/libgphoto2: Reduce inclusions, qualify OSVERSION END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T21:23:06.753838Z K 7 svn:log V 44 - Stage support - Use PYDISTUTILS_AUTOPLIST END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:28:26.608531Z K 7 svn:log V 69 graphics/gkrellkam2: Fix for new linkers (-Wl must have an argument) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T21:30:03.048466Z K 7 svn:log V 44 - Stage support - Use PYDISTUTILS_AUTOPLIST END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:30:54.501947Z K 7 svn:log V 73 graphics/gimp-focusblur-plugin: Explicitly link libm (taken from dports) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:34:43.526003Z K 7 svn:log V 59 graphics/apngdis: Explicitly link libm (taken from dports) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:37:50.944151Z K 7 svn:log V 29 games/xtux: Mark jobs unsafe END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:43:07.248127Z K 7 svn:log V 40 games/tuxpaint-config: Mark jobs unsafe END K 10 svn:author V 2 bf K 8 svn:date V 27 2014-02-05T21:45:46.183511Z K 7 svn:log V 47 Update to 5.16; update LICENSE; strip libmagic END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T21:48:13.706383Z K 7 svn:log V 56 games/mahjong: explicitly link libm (taken from dports) END K 10 svn:author V 8 olivierd K 8 svn:date V 27 2014-02-05T21:56:01.191020Z K 7 svn:log V 18 - Update to 1.2.5 END K 10 svn:author V 7 mandree K 8 svn:date V 27 2014-02-05T21:58:29.833260Z K 7 svn:log V 195 Modernize (LIB_DEPENDS, USES). Support staging. Add a patch that allows building with a strict-conformance C++11 compiler. Approved by: portmgr (implicit, under "just fix it" blanket approval) END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T22:02:38.332946Z K 7 svn:log V 131 - Unbreak after py-wxpython package name changes - Switch from easy_install to install - Stage support - Use PYDISTUTILS_AUTOPLIST END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T22:08:07.577512Z K 7 svn:log V 56 games/fargoal: Explicitly link libm (taken from dports) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T22:12:02.526400Z K 7 svn:log V 57 mail/ezmlm: use header instead of local extern END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T22:20:13.651289Z K 7 svn:log V 59 games/falconseye: Explicitly link libm (taken from dports) END K 10 svn:author V 7 mandree K 8 svn:date V 27 2014-02-05T22:22:38.771893Z K 7 svn:log V 14 Un-deprecate. END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T22:25:39.452152Z K 7 svn:log V 63 mail/pgpsendmail: use header instead of local extern END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T22:27:45.889231Z K 7 svn:log V 62 games/fteqw: Explicitly link libm and add fix DragonFly build END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T22:32:41.921410Z K 7 svn:log V 56 ftp/pureadmin: Explicitly link libm (taken from dports) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-05T22:38:00.264942Z K 7 svn:log V 14 Support stage END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T22:40:08.241295Z K 7 svn:log V 40 editors/textedit: Add dragonfly support END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-05T22:40:47.473765Z K 7 svn:log V 73 Support stage while here s/ia64/amd64/ as it was probably intended first END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T22:51:16.025693Z K 7 svn:log V 39 editor/cooledit: Add dragonfly support END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-05T22:52:33.610593Z K 7 svn:log V 14 Support stage END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T22:53:23.604230Z K 7 svn:log V 66 games/crossfire-server: Unbreak on FreeBSD10+ (taken from dports) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-05T22:56:43.592371Z K 7 svn:log V 14 Support stage END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-05T23:01:02.132054Z K 7 svn:log V 14 USES= libtool END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:02:38.789413Z K 7 svn:log V 35 devel/pwlib: Add dragonfly support END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:05:52.157483Z K 7 svn:log V 46 devel/projectcenter: Add dragonflybsd support END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-05T23:06:17.597932Z K 7 svn:log V 25 Support stage + cosmetic END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:10:50.195662Z K 7 svn:log V 57 devel/omniORB: Add dragonfly support in configure script END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-05T23:14:32.044667Z K 7 svn:log V 31 Convert to USES=libtool:oldver END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:14:52.782618Z K 7 svn:log V 60 devel/omniNotify: Add dragonfly support in configure script END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-05T23:15:22.695521Z K 7 svn:log V 14 Support stage END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-05T23:16:38.223087Z K 7 svn:log V 43 Bump portversion, forgotten in last commit END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:19:37.715267Z K 7 svn:log V 60 devel/libmimedir: Add dragonfly support in configure script END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:26:55.150044Z K 7 svn:log V 62 deskutils/launchy: explicitly link libX11 (taken from dports) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:28:59.099652Z K 7 svn:log V 62 deskutils/ithought: Add dragonfly support to configure script END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-05T23:34:19.473278Z K 7 svn:log V 27 Support stage USES=libtool END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:34:22.812355Z K 7 svn:log V 34 chinese/kcfonts: Mark jobs unsafe END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-05T23:35:07.953531Z K 7 svn:log V 14 Support stage END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T23:35:20.936200Z K 7 svn:log V 57 Finish stage support (the master port is already staged) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:39:36.181687Z K 7 svn:log V 50 cad/z88: Explicitly link libm (taken from dports) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:42:06.218845Z K 7 svn:log V 36 biology/wise: Add dragonfly support END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T23:43:15.590468Z K 7 svn:log V 21 This port is staged. END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:44:50.634076Z K 7 svn:log V 45 biology/tRNAscan-SE: Fix hardcoded perl path END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:47:48.017320Z K 7 svn:log V 42 biology/libgenome: Fix build on dragonfly END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:49:41.456776Z K 7 svn:log V 62 audio/xmms-liveice: Add dragonfly support to configure script END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:52:12.325937Z K 7 svn:log V 58 audio/xmms-fxt: Add dragonfly support to configure script END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:54:10.042201Z K 7 svn:log V 61 audio/xmms-efxmms: Add dragonfly support to configure script END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-05T23:56:16.328171Z K 7 svn:log V 64 audio/xmms-audiofile: Add dragonfly support to configure script END K 10 svn:author V 7 antoine K 8 svn:date V 27 2014-02-05T23:58:44.363268Z K 7 svn:log V 59 Deprecate, upstream disappeared. Requested by: maintainer END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-06T00:05:53.771303Z K 7 svn:log V 59 audio/libid3tag: Add dragonfly support to configure script END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-06T00:10:53.485661Z K 7 svn:log V 55 audio/jamin: Add dragonfly support to configure script END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-06T00:18:59.323986Z K 7 svn:log V 64 audio/bmp-songchange: Add dragonfly support to configure script END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-06T00:22:26.831594Z K 7 svn:log V 51 rdist6: Fix comment (forgotten with recent commit) END K 10 svn:author V 6 marino K 8 svn:date V 27 2014-02-06T00:37:39.957117Z K 7 svn:log V 79 graphics/gnapshot: Explicitly link libm and libgmodule-2.0 (taken from dports) END K 10 svn:author V 2 zi K 8 svn:date V 27 2014-02-06T00:51:45.844646Z K 7 svn:log V 37 - Update to 5.03 - Add STAGE support END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2014-02-06T01:40:53.137571Z K 7 svn:log V 15 Update to 0.16 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:41:06.086113Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:41:10.664239Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:41:14.184292Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:41:30.151600Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:41:31.718038Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:41:47.783571Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:41:50.017577Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:42:05.690405Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:42:20.574800Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:42:21.246379Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:42:24.206127Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:42:37.491653Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T02:43:00.436047Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T03:17:07.860426Z K 7 svn:log V 22 - Drop maintainership END K 10 svn:author V 6 eadler K 8 svn:date V 27 2014-02-06T05:12:33.850669Z K 7 svn:log V 175 Update igor to 1.431 Changes: There is an important bug fix in the indentation tests which removes many false positives. PR: ports/186504 Submitted by: wblock (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T07:20:15.422248Z K 7 svn:log V 110 - Update to 0.4.0 - Deprecate easy_install - Add regression-test target PR: 186288 Submitted by: maintainer END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T07:21:39.792852Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T07:21:50.781323Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T07:21:52.085251Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T07:21:55.868579Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T07:22:34.504024Z K 7 svn:log V 16 - State support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T07:22:35.477243Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T07:22:36.761783Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T07:22:53.423392Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T07:23:38.741973Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 miwi K 8 svn:date V 27 2014-02-06T07:23:50.685987Z K 7 svn:log V 16 - Stage support END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-06T07:25:16.178054Z K 7 svn:log V 14 Support stage END K 10 svn:author V 8 martymac K 8 svn:date V 27 2014-02-06T07:48:52.046596Z K 7 svn:log V 37 Specify that LICENSE is a BSD2CLAUSE END K 10 svn:author V 7 mandree K 8 svn:date V 27 2014-02-06T07:53:27.307638Z K 7 svn:log V 242 Re-enable OpenMP on clang-based systems (FreeBSD 10). This got broken by the way how the port detects that the system is clang-based in order to force libc++, and should be fixed now. PR: ports/186240 Reported by: Christoph Moench-Tegeder END K 10 svn:author V 3 kwm K 8 svn:date V 27 2014-02-06T07:53:43.053075Z K 7 svn:log V 187 Switch to USES=libtool, stagify, use option helpers. Fix shebang of a number of script, which need bash to run. Ignore the wsp (Apple trackpad) driver [1] Submitted by: Hans Selasky [1] END K 10 svn:author V 5 culot K 8 svn:date V 27 2014-02-06T07:56:47.397842Z K 7 svn:log V 74 - Update to 5.86 Changes: http://search.cpan.org/dist/Digest-SHA/Changes END K 10 svn:author V 5 culot K 8 svn:date V 27 2014-02-06T08:01:27.075281Z K 7 svn:log V 111 - Update to 0.10 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Text-Aligner/Changes END K 10 svn:author V 5 culot K 8 svn:date V 27 2014-02-06T08:05:50.315375Z K 7 svn:log V 76 - Update to 1.007 Changes: http://search.cpan.org/dist/Perl-OSType/Changes END K 10 svn:author V 5 culot K 8 svn:date V 27 2014-02-06T08:09:39.559759Z K 7 svn:log V 93 - Update to 0.05 - Add LICENSE (GPL 2) Changes: http://search.cpan.org/dist/Sys-Sig/Changes END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:15:11.306479Z K 7 svn:log V 57 - Support staging - Use single space between WWW and url END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:16:44.379569Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:18:18.591191Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 5 culot K 8 svn:date V 27 2014-02-06T08:27:39.018677Z K 7 svn:log V 82 - Update to 1.69 Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-06T08:31:21.770873Z K 7 svn:log V 14 Support stage END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-06T08:32:49.173487Z K 7 svn:log V 14 Support stage END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:33:55.221905Z K 7 svn:log V 188 - Support staging - Define EXAMPLES and now that this port is staged the conditional installation of examples files can be removed as it is handled automcatically - Strip shared objects END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:35:27.047433Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:36:21.563363Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:37:27.177190Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:38:12.521195Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:39:21.116079Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:40:20.465702Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:41:20.756728Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:42:23.234151Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:43:22.451796Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:44:20.418296Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:47:12.020737Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:48:37.965362Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-02-06T08:49:22.880701Z K 7 svn:log V 85 Mark as deprecated developement discontinued 9 years ago redirect users to audacious END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:49:36.831561Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:51:03.048048Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:54:09.545853Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:54:21.499654Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:55:21.232437Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:56:16.954949Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T08:57:31.303317Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:07:19.690191Z K 7 svn:log V 143 - Support staging - Don't conditionalize DOCS EXAMPLES (global default options) as the installation of staged ports is already handling this END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:24:52.745113Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:26:00.965004Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:27:08.886548Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:28:38.592871Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:30:41.229610Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:38:02.859022Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:39:03.223078Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2014-02-06T09:39:13.655177Z K 7 svn:log V 7 Adopt. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:40:06.507036Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:40:53.310974Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:41:54.905575Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:47:25.841591Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:57:14.251966Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T09:59:45.498245Z K 7 svn:log V 52 Support staging and don't install into ${LOCALBASE} END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T10:04:10.537740Z K 7 svn:log V 53 Support staging and convert to new OPTIONS framwork. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T10:11:47.420653Z K 7 svn:log V 54 Convert to new OPTIONS framework and support staging. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T10:13:15.591580Z K 7 svn:log V 17 Support staging. END K 10 svn:author V 5 novel K 8 svn:date V 27 2014-02-06T10:15:08.879678Z K 7 svn:log V 75 - Fix make stage [1] - Drop article from COMMENT Reported by: pkg-fallout END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2014-02-06T10:18:10.786568Z K 7 svn:log V 146 - Support staging - Convert to new OPTIONS framework - Rename test target to regression-test in order for tinderbox to run target automatically END