ƒ¦}175697 258 1298 141 201 739 131 534 130 250 149 1073 132 298 153 191 139 175 559 151 173 179 116 186 259 293 231 189 183 200 138 264 431 180 171 176 199 183 183 220 153 183 171 208 189 179 289 208 144 121 172 206 187 188 207 194 187 110 206 220 202 228 111 113 109 138 112 185 154 194 192 200 111 172 216 163 159 157 154 215 135 230 197 252 193 193 176 232 215 217 330 239 190 110 141 376 207 252 216 168 197 112 194 223 138 114 197 205 215 215 183 180 188 192 188 153 111 235 177 177 112 177 177 113 108 198 127 157 112 328 647 112 220 168 193 193 108 117 112 118 113 112 124 196 207 111 112 107 112 146 113 112 112 322 343 179 176 108 110 202 111 187 112 112 113 110 141 201 138 118 117 183 201 109 330 121 150 377 130 272 124 125 145 115 546 131 289 134 454 133 109 180 143 201 697 128 110 315 141 311 142 110 311 140 305 140 118 311 128 203 429 275 135 108 160 239 192 712 134 483 128 484 128 170 135 183 151 110 175 109 111 133 253 109 112 112 114 110 231 126 260 836 126 355 139 251 140 412 409 289 110 261 201 245 164 194 145 110 201 242 K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:12:07.000000Z K 7 svn:log V 1201 A Linux RSS monitor for RSS and Atom feeds that lets you monitor many feeds at once and supports feed access through a web (HTTP) proxy. Configure a feed to your liking, click "add/update" to record your data and "instantiate" to create a window for the feed. Right-click on the feed browser to display the feed menu, or use the main menu. A ticker window for a feed displays headlines for all articles in the feed. Right-click on the window or on the main menu to display the "article" menu, where you may display the text of the article, view it in a browser, follow the article link if there was one or display a browser for all articles in the feed. Right-click on the browser or the article content view to display the article menu and apply it to the currently selected article. Right-click on the article text view to display the "article" menu. Article text views will be collected when the feed updates. The headline view will flash/beep when the data in the feed change. You may have to experiment to find a font that displays your language correctly. I have found that Helvetica works well with Google's German, French and Spanish feeds. WWW: http://www.gnustep.it/marko/Ticker/index.html END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:12:51.000000Z K 7 svn:log V 46 gnustep-ticker --> ports/www/gnustep-ticker END K 10 svn:author V 2 vd K 8 svn:date V 27 2006-10-31T06:12:53.000000Z K 7 svn:log V 109 * Upgrade devel/google-sparsehash from 0.4 to 0.5 * Add regression-test: target which is an alias for check: END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:13:48.000000Z K 7 svn:log V 643 The WebServer class provides the framework for a GNUstep program to act as an HTTP or HTTPS server for simple applications. It does not attempt to be a general-purpose web server, but is rather intended to permit a program to easily handle requests from automated systems which are intended to control, monitor, or use the services provided by the program in which the class is embedded. The emphasis is on making it robust/reliable/simple, so you can rapidly develop software using it. It is a single-threaded, single-process system using asynchronous I/O, so you can easily run it under debug in gdb to fix any bugs in your delegate object. END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:14:27.000000Z K 7 svn:log V 36 webserver --> ports/www/webserver END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:15:40.000000Z K 7 svn:log V 438 StepTalk is the official GNUstep scripting framework. StepTalk is more than a scripting framework with an illusion of single objective environment between objects of scriptable servers or applications. StepTalk, when combined with the dynamism that the Objective-C language provides, goes way beyond mere scripting. It is language independent - it uses languages as separate bundles. WWW: http://www.gnustep.org/experience/StepTalk.html END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:16:23.000000Z K 7 svn:log V 35 steptalk --> ports/lang/steptalk END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:17:17.000000Z K 7 svn:log V 154 NSPreferencePane is an abstract class that defines the interface for subclassers to provide preference panes to System Preferences or other applications. END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:17:55.000000Z K 7 svn:log V 54 preferencepanes --> ports/deskutils/preferencepanes END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:20:44.000000Z K 7 svn:log V 977 MathArray is a general library of classes for performing mathematical operations on arrays (vectors, matrices, etc) of values. It can operate on any standard 'C' number type plus numbers of complex type. MathArray is implemented using a "class cluster" concept, allowing one to perform mathematical calculations on a number without necessarily being aware of what type (class) of number is being operated on. MathArray knows implicitly what types of operations can be performed on what types of numbers and will automatically cast itself to the correct number type representation to handle the specific operation. Standard operations include addition, scalar and matrix multiplication and logical operations. Mathematical operations in the standard C math library are also supported, as well as user-defined functions. MathArray also does much more. Arrays can be manipulated, transposed and concatenated. One can extract subarrays or include subarrays within larger arrays. END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:21:26.000000Z K 7 svn:log V 37 matharray --> ports/math/matharray END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:24:04.000000Z K 7 svn:log V 202 System Preferences is a clone of the Apple OS X System Preferences application based on a GNUstep implementation of the PreferencePanes framework. WWW: http://www.gnustep.it/enrico/system-preferences/ END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:24:45.000000Z K 7 svn:log V 58 systempreferences --> ports/deskutils/systempreferences END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:27:12.000000Z K 7 svn:log V 96 HelpViewer is an online help viewer for GNUstep programs WWW: http://www.roard.com/helpviewer/ END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:27:54.000000Z K 7 svn:log V 44 helpviewer --> ports/deskutils/helpviewer END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T06:33:00.000000Z K 7 svn:log V 80 - Update to 0.1.2.3 PR: ports/104932 Submitted by: maintainer (Peter Thoenen) END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:33:13.000000Z K 7 svn:log V 463 NoteBook.app is an application to store and organize your notes written for use with GNUstep. Features * Uses a document interface to open multiple Notebooks. * Each notebook has it's own tree interface navigable via a NSBrowser control. Both branch pages and leaf pages can contain note information. * Stores note pages in Rich Text Format allowing you to format the note with different fonts, styles, weights, etc... WWW: http://notebook.cowgar.com/ END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:33:54.000000Z K 7 svn:log V 56 gnustep-notebook --> ports/deskutils/gnustep-notebook END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T06:38:21.000000Z K 7 svn:log V 78 - Update to 5.07 PR: ports/104513 Submitted by: maintainer (Jin-Shan Tseng) END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T06:40:04.000000Z K 7 svn:log V 84 - Update to 1.3.3 PR: ports/104296 Submitted by: maintainer (Alexander Zhuravlev) END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T06:59:24.000000Z K 7 svn:log V 21 - update to 10.26.33 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T07:06:36.000000Z K 7 svn:log V 91 - update to snapshot 20061013 PR: ports/104380 Submitted by: maintainer (Babak Farrokhi) END K 10 svn:author V 8 lawrance K 8 svn:date V 27 2006-10-31T07:07:11.000000Z K 7 svn:log V 161 Build native nstead of installing a linux binary. Bump PORTREVISION for this change. PR: ports/104434 Approved by: Remington L (maintainer) END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T07:13:12.000000Z K 7 svn:log V 197 - make fetchable, project has new URL - update pkg-descr WWW to reflect new home PR: ports/104772 Submitted by: Thomas Abthorpe Approved by: maintainer (Joseph Scott) END K 10 svn:author V 8 lawrance K 8 svn:date V 27 2006-10-31T07:15:00.000000Z K 7 svn:log V 133 Update to 1.2. PR: ports/104368 Submitted by: Paul Dlug Approved by: dyeske@yahoo.com (maintainer, timeout 2 weeks) END K 10 svn:author V 8 lawrance K 8 svn:date V 27 2006-10-31T07:20:14.000000Z K 7 svn:log V 92 Tidy up. PR: ports/104101 Submitted by: Stepan Zastupov (maintainer) END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T07:38:11.000000Z K 7 svn:log V 88 - Update to 0.07 PR: ports/104417 Submitted by: Gea-Suan Lin END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T07:45:05.000000Z K 7 svn:log V 104 - Update to 0.42 PR: ports/104522 Submitted by: Jin-Shan Tseng END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-10-31T07:46:41.000000Z K 7 svn:log V 43 Update to the 20061024 snapshot GCC 4.2.0. END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T07:47:42.000000Z K 7 svn:log V 168 - Update to 0.14 - from ChangeLog 20061027 libnxml 0.14 basic/digest authentication PR: ports/104894 Submitted by: clsung Approved by: maintainer (Nicola Vitale) END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-10-31T07:52:09.000000Z K 7 svn:log V 335 Update to Wine 0.9.24. Among others, this brings the following changes: - Massive update of printf formats for Win64 compatibility. - Dynamic drive support on MacOSX. - MSI fixes and improvements. - Support for multiple monitors using Xinerama. - A ton of memory leaks fixed. - Many common controls fixes. - Lots of bug fixes. END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T07:56:14.000000Z K 7 svn:log V 85 - Update to 1.5.17 PR: ports/104954 Submitted by: maintainer (Alexander Zhuravlev) END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T07:59:51.000000Z K 7 svn:log V 76 - Update to 0.37 PR: ports/104419 Submitted by: maintainer (Gea-Suan Lin) END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T08:06:14.000000Z K 7 svn:log V 81 - Update to 2006-10-23 PR: ports/104433 Submitted by: maintainer (Nils M Holm) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:06:26.000000Z K 7 svn:log V 105 - Update to 1.3 PR: ports/103815 Submitted by: David Thiel (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:11:17.000000Z K 7 svn:log V 90 - Fix build with gcc4.1 PR: ports/103765 Submitted by: trasz END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T08:13:58.000000Z K 7 svn:log V 88 - Update to 2.22 PR: ports/104957 Submitted by: Gea-Suan Lin END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:16:56.000000Z K 7 svn:log V 126 - Pass maintainership to submitter - Add new MASTER_SITES PR: ports/104230 Submitted by: Lars Engels END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T08:17:44.000000Z K 7 svn:log V 58 - Update to 0.09 PR: ports/104804 Submitted by: chinsan END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T08:18:45.000000Z K 7 svn:log V 88 - Update to 5.44 PR: ports/104414 Submitted by: Gea-Suan Lin END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:19:40.000000Z K 7 svn:log V 78 - Update to 1.6 PR: ports/104308 Submitted by: (Nicola Vitale) (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:21:36.000000Z K 7 svn:log V 114 - Update to 1.9.9 PR: ports/104342 Submitted by: Thomas Abthorpe (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:26:13.000000Z K 7 svn:log V 96 - Update to 1.1.14 - Pass maintainership to submitter PR: ports/104438 Submitted by: chinsan@ END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T08:27:10.000000Z K 7 svn:log V 84 - Update to ver 0.10 PR: ports/104797 Submitted by: maintainer (Sergei Vyshenski) END K 10 svn:author V 8 lawrance K 8 svn:date V 27 2006-10-31T08:28:03.000000Z K 7 svn:log V 191 Add a port option to build with FLAC support. PR: ports/104155 Submitted by: Roland Smith Approved by: Stepan Zastupov (maintainer, timeout 3 weeks) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:30:28.000000Z K 7 svn:log V 114 - DEPRECATED Project disappeared from the internet PR: ports/104260 Submitted by: Josh Paetzel END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-10-31T08:31:53.000000Z K 7 svn:log V 50 Update to 1.18 PR: 104805 Submitted by: chinsan END K 10 svn:author V 4 roam K 8 svn:date V 27 2006-10-31T08:33:26.000000Z K 7 svn:log V 28 Update sysgather to 1.0.b8. END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:34:46.000000Z K 7 svn:log V 79 - Update to 104454 PR: ports/104454 Submitted by: Nicola Vitale (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:36:55.000000Z K 7 svn:log V 112 - Fix depends with py-libxml2 PR: ports/104440 Submitted by: Valeri Vassiliev (maintainer) END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T08:43:22.000000Z K 7 svn:log V 90 Do not break when docbook is installed. Reported by: Marcus von Appen END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:47:43.000000Z K 7 svn:log V 95 - Update WWW PR: ports/104464 Submitted by: Babak Farrokhi (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:50:35.000000Z K 7 svn:log V 113 - Add a patch for disable debug PR: ports/104491 Submitted by: Lars Engels (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:54:13.000000Z K 7 svn:log V 100 - Update to 3.4.5 PR: ports/104463 Submitted by: Babak Farrokhi (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:56:56.000000Z K 7 svn:log V 94 - Update to 0.4.0 PR: ports/104499 Submitted by: David Yeske (maintainer) END K 10 svn:author V 3 osa K 8 svn:date V 27 2006-10-31T08:59:18.000000Z K 7 svn:log V 18 Update to 0.4.11. END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T08:59:52.000000Z K 7 svn:log V 112 - Update to 1.1.5 PR: ports/104501 Submitted by: Anderson S. Ferreira (maintainer) END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T09:00:08.000000Z K 7 svn:log V 124 - Update to 0.9 - Reset maintainership to ports@FreeBSD.org PR: ports/104334 Submitted by: Gea-Suan Lin END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T09:02:04.000000Z K 7 svn:log V 108 - Update to 34.t26.b3 PR: ports/104508 Submitted by: Fernan Aguero (maintainer) END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T09:03:12.000000Z K 7 svn:log V 132 - Update to 1.15 - Reset maintainership to ports@FreeBSD.org PR: ports/104335 Submitted by: Gea-Suan Lin END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-10-31T09:08:03.000000Z K 7 svn:log V 17 Update to 2.0604 END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T09:08:29.000000Z K 7 svn:log V 16 Add gnome_subr. END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-10-31T09:08:40.000000Z K 7 svn:log V 15 Update to 0.24 END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T09:09:45.000000Z K 7 svn:log V 41 gnome_subr --> ports/sysutils/gnome_subr END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T09:10:34.000000Z K 7 svn:log V 17 - Update to 1.18 END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T09:11:23.000000Z K 7 svn:log V 88 Add USE_GNOME_SUBR knob (pulls in sysutils/gnome_subr and adds GNOME_SUBR to SUB_LIST). END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T09:12:59.000000Z K 7 svn:log V 57 Start dbus if gnome_enable is set to yes in /etc/rc.conf END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T09:13:20.000000Z K 7 svn:log V 100 - Update to 4.0.4 PR: ports/104526 Submitted by: Babak Farrokhi (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T09:16:13.000000Z K 7 svn:log V 99 - update to 2.34 PR: ports/104527 Submitted by: Babak Farrokhi (maintainer) END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T09:16:21.000000Z K 7 svn:log V 104 - Update to 3.23 PR: ports/104523 Submitted by: Jin-Shan Tseng END K 10 svn:author V 6 oliver K 8 svn:date V 27 2006-10-31T09:18:17.000000Z K 7 svn:log V 16 update to 2.1.2 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T09:18:19.000000Z K 7 svn:log V 79 - Bump PORTREVISION - Respect PREFIX PR: ports/104540 Submitted by: chinsan@ END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T09:21:03.000000Z K 7 svn:log V 120 - Update to 5.44 PR: ports/104415 Submitted by: Gea-Suan Lin Approved by: maintainer (gabor) END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T09:33:48.000000Z K 7 svn:log V 66 Call "load_rc_config gnome", otherwise gnome_enable has no effect END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T09:35:00.000000Z K 7 svn:log V 62 Fix the rc script (must now source RC_SUBR before GNOME_SUBR) END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T09:40:42.000000Z K 7 svn:log V 60 Start polkitd if gnome_enable is set to yes in /etc/rc.conf END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T09:48:38.000000Z K 7 svn:log V 57 Start hald if gnome_enable is set to yes in /etc/rc.conf END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T09:58:24.000000Z K 7 svn:log V 117 - Allow to lift the annoying ~/.xsession-errors size limit - Start gdm if gnome_enable is set to yes in /etc/rc.conf END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T10:10:38.000000Z K 7 svn:log V 38 The reference port does not need hal. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-10-31T10:13:10.000000Z K 7 svn:log V 134 Provide flv (FFmpeg Flash video) file completion for mplayer PR: 104571 Approved by: Kirk Strauser (maintainer) END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-10-31T10:16:17.000000Z K 7 svn:log V 101 Update MASTER_SITES (use SF mirrors) PR: 104941 Submitted by: Thomas Abthorpe END K 10 svn:author V 5 rafan K 8 svn:date V 27 2006-10-31T10:26:47.000000Z K 7 svn:log V 157 - Chase GNOME, move to LOCALBASE PR: ports/104474 Submitted by: Henrik Brix Andersen Approved by: maintainer timeout (15 days) END K 10 svn:author V 5 rafan K 8 svn:date V 27 2006-10-31T10:33:53.000000Z K 7 svn:log V 99 - Update to 1.2 PR: ports/104659 Submitted by: Michael Ranner (maintainer) END K 10 svn:author V 5 rafan K 8 svn:date V 27 2006-10-31T10:38:55.000000Z K 7 svn:log V 99 - Update to 1.1 PR: ports/104658 Submitted by: Michael Ranner (maintainer) END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T10:39:10.000000Z K 7 svn:log V 79 Install missing 3D models Submitted by: Juergen Lock END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T10:47:02.000000Z K 7 svn:log V 138 - Update to 2.10.6 - Pet portlint - Pass maintainership to submitter PR: ports/104581 Submitted by: Babak Farrokhi END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T10:48:35.000000Z K 7 svn:log V 121 - Update to 0.09 - Pass maintainership to submitter PR: ports/104579 Submitted by: Babak Farrokhi END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T10:50:31.000000Z K 7 svn:log V 123 - Update to 6.1.4 - Update MASTER_SITES (USE SF.net) PR: ports/104580 Submitted by: Thomas Abthorpe END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T10:55:17.000000Z K 7 svn:log V 236 - Update to 0.4.4 [1] - Use static pkg-plist - Change USE_PYTHON - Change pkg-descr about license. PR: ports/104584 Submitted by: TAOKA Fumiyoshi [1] HAYASHI Yasushi" (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T10:57:24.000000Z K 7 svn:log V 145 - Update to 1.7 - Make portlint(1) happy - Pass maintainership to submitter PR: ports/104599 Submitted by: Babak Farrokhi END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T11:04:12.000000Z K 7 svn:log V 97 - Update to 0.8.3 PR: ports/104601 Submitted by: Masanori OZAWA (maintainer) END K 10 svn:author V 3 ume K 8 svn:date V 27 2006-10-31T11:38:07.000000Z K 7 svn:log V 18 Update to 2.2.10. END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-10-31T12:00:19.000000Z K 7 svn:log V 46 Update to the 20061026 snapshot of GCC 4.0.4. END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-10-31T12:00:37.000000Z K 7 svn:log V 283 - Update to rc_subr startup script - Clean up REINPLACE_CMD usage - Use SUB_FILES - Deal with bopm.conf properly - Now uses /var/log/bopm for pid and logs, and more PR: ports/103555 Submitted by: Jeremy Chadwick Approved by: maintainer timeout (1 month) END K 10 svn:author V 3 skv K 8 svn:date V 27 2006-10-31T12:03:02.000000Z K 7 svn:log V 114 Update to 0.46; use USE_FIREBIRD pragma Changes: http://search.cpan.org/src/EDPRATOMO/DBD-InterBase-0.46/Changes END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-10-31T12:03:11.000000Z K 7 svn:log V 156 Update to bibtex2html 1.84. This brings the following changes: - Improved support for MRNUMBER of AMS styles: only first word is used in the URL link. END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T12:23:30.000000Z K 7 svn:log V 122 - Update to 1.4.1 - Pass maintainership to submitter PR: ports/104598 Submitted by: Babak Farrokhi END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T12:39:35.000000Z K 7 svn:log V 73 - Update to 1.6.0 PR: ports/104441 Submitted by: maintainer (Jan Siml) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T12:43:04.000000Z K 7 svn:log V 103 - Update to 3.5.6 PR: ports/104612 Submitted by: Dmitry A. Yanko (maintainer) END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-10-31T12:43:34.000000Z K 7 svn:log V 17 Update to 12.6.6 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T12:45:11.000000Z K 7 svn:log V 100 - Update to 1.2.7 PR: ports/104575 Submitted by: Tommy Scheunemann (maintainer) END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-10-31T12:51:13.000000Z K 7 svn:log V 127 Add dphys-config 20061013, a tool to distribute config files. PR: 104378 Submitted by: Gurkan Sengun END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-10-31T12:51:21.000000Z K 7 svn:log V 43 dphys-config --> ports/misc/dphys-config END K 10 svn:author V 4 ahze K 8 svn:date V 27 2006-10-31T13:17:23.000000Z K 7 svn:log V 21 - Update to 20061026 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:23:42.000000Z K 7 svn:log V 103 - Update to 0.96.2 PR: ports/104565 Submitted by: Jonas Sonntag (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:25:21.000000Z K 7 svn:log V 111 - Update to 1.42 PR: ports/104635 Submitted by: Thomas Abthorpe Approved by: maintainer END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:27:06.000000Z K 7 svn:log V 121 - Update to 0.45 - Pass maintainership to submitter PR: ports/104578 Submitted by: Babak Farrokhi END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-10-31T13:27:40.000000Z K 7 svn:log V 122 - Disable panel applet, it does not work PR: ports/102934 Submitted by: Tim Welch (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:28:34.000000Z K 7 svn:log V 90 - Update to 2.0 PR: ports/104684 Submitted by: Alexander Wittig END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:30:04.000000Z K 7 svn:log V 87 - Update to 5.23 PR: ports/104668 Submitted by: UMENO Takashi END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:31:37.000000Z K 7 svn:log V 95 - Update to 1.4.0 - Pass maintainership to submitter PR: ports/104727 Submitted by: chinsan@ END K 10 svn:author V 5 danfe K 8 svn:date V 27 2006-10-31T13:32:09.000000Z K 7 svn:log V 98 - Really fix GCC issues and unbreak - Reformat pkg-descr and Makefile header - Pacify portlint(1) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:33:22.000000Z K 7 svn:log V 95 - Update to 1.4.0 - Pass maintainership to submitter PR: ports/104729 Submitted by: chinsan@ END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:34:47.000000Z K 7 svn:log V 60 - Update to 0.5.0 PR: ports/104732 Submitted by: chinsan@ END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-10-31T13:38:48.000000Z K 7 svn:log V 19 - Update to 1.0.25 END K 10 svn:author V 4 mnag K 8 svn:date V 27 2006-10-31T13:40:43.000000Z K 7 svn:log V 141 - Add CONFLICTS because include/socks.h are included in net/dante and net/socks5 too. PR: 103649 Approved by: maintainer timeout (35 days) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:51:01.000000Z K 7 svn:log V 84 - Update to 3.2.7 PR: ports/104740 Submitted by: chinsan@ Approved by: maintainer END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:52:57.000000Z K 7 svn:log V 84 - Update to 1.0.7 PR: ports/104741 Submitted by: chinsan@ Approved by: maintainer END K 10 svn:author V 5 rafan K 8 svn:date V 27 2006-10-31T13:54:24.000000Z K 7 svn:log V 18 - Update to 4.7.0 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:54:27.000000Z K 7 svn:log V 84 - Update to 2.1.0 PR: ports/104758 Submitted by: chinsan@ Approved by: maintainer END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T13:55:54.000000Z K 7 svn:log V 84 - Update to 1.7.4 PR: ports/104761 Submitted by: chinsan@ Approved by: maintainer END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T14:00:24.000000Z K 7 svn:log V 21 - Update to 0.3.5rc1 END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T14:01:01.000000Z K 7 svn:log V 16 - Update to 1.8 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-10-31T14:03:54.000000Z K 7 svn:log V 104 - Update to 2.3.4 PR: ports/104728 Submitted by: Peter Thoenen (maintainer) END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T14:08:08.000000Z K 7 svn:log V 32 - again, I forgot to unbreak :( END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-10-31T14:09:59.000000Z K 7 svn:log V 65 - Make sure to create empty directories when adding from package END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T14:11:10.000000Z K 7 svn:log V 17 - Update to 0.98 END K 10 svn:author V 2 vd K 8 svn:date V 27 2006-10-31T14:13:19.000000Z K 7 svn:log V 236 Remove expired leaf ports: 2006-10-26 archivers/linux-unace 2006-10-12 audio/gdesklets-cornerxmms 2006-10-12 deskutils/gdesklets-sensor-displayconstraints 2006-10-17 devel/sdl_ldbad 2006-10-27 lang/pdss 2006-10-17 multimedia/slideshow END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T14:14:01.000000Z K 7 svn:log V 549 [1]: - Bump PORTREVISION. - Rename directories and scripts adding the "linux-" prefix (IdSoftware always releases the source code of their engines). - Add IDSOFTWARE to MASTER_SITES. - Remove unneeded libraries (included in linux_base-fc4). - Use NO_CDROM instead of RESTRICTED since redistribution is allowed in electronic form (see games/linux-quake4, games/linux-quake4-demo and games/linux-doom3). Also: - Add amd64 to ONLY_FOR_ARCHS - Move to LOCALBASE - Grammar fix [1]: PR: ports/102916 Submitted by: alepulver END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T14:15:23.000000Z K 7 svn:log V 17 - Update to 1.26 END K 10 svn:author V 2 vd K 8 svn:date V 27 2006-10-31T14:16:49.000000Z K 7 svn:log V 128 Add comment that a new version is out to prevent someone from deleting this port before I find time to look at the new version. END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T14:17:00.000000Z K 7 svn:log V 71 Add amd64 to ONLY_FOR_ARCHS PR: ports/104630 Submitted by: alepulver END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T14:18:00.000000Z K 7 svn:log V 96 - Add amd64 to ONLY_FOR_ARCHS [1] - Grammar fix [1]: PR: ports/104630 Submitted by: alepulver END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T14:19:52.000000Z K 7 svn:log V 96 - Add amd64 to ONLY_FOR_ARCHS [1] - Grammar fix [1]: PR: ports/104632 Submitted by: alepulver END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T14:20:07.000000Z K 7 svn:log V 16 - Update to 2.0 END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T14:22:37.000000Z K 7 svn:log V 20 Drop maintainership END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T14:30:46.000000Z K 7 svn:log V 17 - Update to 0.92 END K 10 svn:author V 4 mnag K 8 svn:date V 27 2006-10-31T14:34:56.000000Z K 7 svn:log V 25 - Update to 2.4-20061019 END K 10 svn:author V 4 mnag K 8 svn:date V 27 2006-10-31T14:48:06.000000Z K 7 svn:log V 20 - Update to 1.2.2b2 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T14:51:05.000000Z K 7 svn:log V 17 - Update to 0.30 END K 10 svn:author V 4 mnag K 8 svn:date V 27 2006-10-31T14:51:16.000000Z K 7 svn:log V 31 - Update to 0.76 - portlint(1) END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T14:55:54.000000Z K 7 svn:log V 100 - update to 2.1.3 - grab maintainership PR: ports/104528 Submitted by: maintainer (Kay Abendroth) END K 10 svn:author V 2 vd K 8 svn:date V 27 2006-10-31T14:58:19.000000Z K 7 svn:log V 115 Extend expiration date with 1 month (counted from today) because there is a new version of the software available. END K 10 svn:author V 4 mnag K 8 svn:date V 27 2006-10-31T15:01:13.000000Z K 7 svn:log V 18 - Update to 1.1.8 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T15:03:56.000000Z K 7 svn:log V 17 - Update to 1.12 END K 10 svn:author V 3 lth K 8 svn:date V 27 2006-10-31T15:04:37.000000Z K 7 svn:log V 15 Update to 1.17 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T15:06:25.000000Z K 7 svn:log V 17 - Update to 2.16 END K 10 svn:author V 3 lth K 8 svn:date V 27 2006-10-31T15:06:45.000000Z K 7 svn:log V 54 Update to 2.09 PR: ports/104244 Submitted by: leeym END K 10 svn:author V 4 mnag K 8 svn:date V 27 2006-10-31T15:08:18.000000Z K 7 svn:log V 20 - Update to 2.0-rc3 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T15:08:30.000000Z K 7 svn:log V 17 - Update to 0.31 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T15:11:15.000000Z K 7 svn:log V 17 - Update to 1.46 END K 10 svn:author V 3 lth K 8 svn:date V 27 2006-10-31T15:18:15.000000Z K 7 svn:log V 229 - Install rgb.txt, incl dependencies [1] - Update to rrdtool 1.2 syntax [1], fixes [2] - Substitute absolute paths PR: ports/98369 [1], ports/103724 [2] Submitted by: vax@satx.rr.com [1], Rodrigo Graeff [2] END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T15:19:04.000000Z K 7 svn:log V 247 - Maintainer update of p5-Mail-DKIM from 0.19 to 0.20. - In 0.20, DomainKeys signatures has been supported and The library can signing/verifying multiple signatures in one pass. PR: ports/104960 Submitted by: maintainer (Yoshisato YANAGISAWA) END K 10 svn:author V 3 lth K 8 svn:date V 27 2006-10-31T15:22:43.000000Z K 7 svn:log V 87 Update to 1.07 PR: ports/104450 Submitted by: Jin-Shan Tseng END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T15:24:47.000000Z K 7 svn:log V 81 - Update to 0.5.3 PR: ports/104355 Submitted by: maintainer (Shin'ya Murakami) END K 10 svn:author V 3 skv K 8 svn:date V 27 2006-10-31T15:24:48.000000Z K 7 svn:log V 16 Set LATEST_LINK END K 10 svn:author V 5 anray K 8 svn:date V 27 2006-10-31T15:25:23.000000Z K 7 svn:log V 16 Update to 5.1.5 END K 10 svn:author V 3 lth K 8 svn:date V 27 2006-10-31T15:26:03.000000Z K 7 svn:log V 109 Update to 1.01.1 (distversion 1.011) PR: ports/104520 Submitted by: Jin-Shan Tseng END K 10 svn:author V 5 krion K 8 svn:date V 27 2006-10-31T15:35:32.000000Z K 7 svn:log V 17 Update to 0.11.0 END K 10 svn:author V 5 krion K 8 svn:date V 27 2006-10-31T15:36:26.000000Z K 7 svn:log V 93 Update to version 222 ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_222 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T15:37:17.000000Z K 7 svn:log V 17 - Update to 0.12 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T15:37:55.000000Z K 7 svn:log V 17 - Update to 0.68 END K 10 svn:author V 6 clsung K 8 svn:date V 27 2006-10-31T15:42:31.000000Z K 7 svn:log V 18 - Update to 5.1-1 END K 10 svn:author V 5 krion K 8 svn:date V 27 2006-10-31T15:43:22.000000Z K 7 svn:log V 16 Update to 0.6.8 END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-10-31T15:45:10.000000Z K 7 svn:log V 46 Update to the 20061027 snapshot of GCC 4.1.2. END K 10 svn:author V 5 danfe K 8 svn:date V 27 2006-10-31T15:48:20.000000Z K 7 svn:log V 106 The Widget Factory, nifty showcase tool for GTK+2 widgets. WWW: http://www.stellingwerff.com/?page_id=10 END K 10 svn:author V 5 danfe K 8 svn:date V 27 2006-10-31T15:49:44.000000Z K 7 svn:log V 44 widgetfactory --> ports/x11/widgetfactory END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T15:52:49.000000Z K 7 svn:log V 23 - adopt MAINTAINERSHIP END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T15:55:55.000000Z K 7 svn:log V 22 - take MAINTAINERSHIP END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T17:08:43.000000Z K 7 svn:log V 85 - Assign maintainership to original submitter (the e-mail address is now working). END K 10 svn:author V 5 shaun K 8 svn:date V 27 2006-10-31T17:12:31.000000Z K 7 svn:log V 106 Fix build on sparc64. PR: ports/104852 Submitted by: Andrey V. Elsukov (maintainer) END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T17:23:53.000000Z K 7 svn:log V 17 - Update to 0.84 END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T17:25:22.000000Z K 7 svn:log V 231 This is a GkrellM2 plugin that allows setting of various countdown timers and stopwatches. Author: Christian W. Zuckschwerdt WWW: http://triq.net/gkrellm_timers.html PR: ports/104359 Submitted by: Tobias Roth END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T17:25:32.000000Z K 7 svn:log V 29 - Update to 0.6.6.20061017.0 END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T17:25:53.000000Z K 7 svn:log V 52 gkrellm-timers --> ports/deskutils/gkrellm-timers END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T17:26:33.000000Z K 7 svn:log V 281 Duncan is an English-Thai dictionary. It was developed on Mac OS X, using the Cocoa libraries. The GNUstep port that can be found here, was done by me. It was very easy to do; primarily requiring only new interface files, and build files. PR: 104964 Submitted by: Gürkan Sengün END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T17:27:15.000000Z K 7 svn:log V 35 duncan --> ports/textproc/duncan END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T17:27:32.000000Z K 7 svn:log V 173 NSD (Name Server Daemon) is a complete implementation of an authoritative DNS nameserver. WWW: http://www.nlnetlabs.nl/nsd PR: ports/104469 Submitted by: oli at isnic.is END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T17:28:15.000000Z K 7 svn:log V 26 nsd2 --> ports/dns/nsd2 END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T17:28:29.000000Z K 7 svn:log V 33 - Update to 2006-10-30 snapshots END K 10 svn:author V 5 danfe K 8 svn:date V 27 2006-10-31T17:28:42.000000Z K 7 svn:log V 51 It turns out this one needs Perl during the build. END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T17:28:50.000000Z K 7 svn:log V 20 - cleanup temp file END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T17:29:35.000000Z K 7 svn:log V 447 Numdiff is a little program that can be used to compare putatively similar files line by line and field by field, ignoring small numeric differences or/and different numeric formats. Equivalently, Numdiff is a program with the capability to appropriately compare files containing numerical fields (and not only). % numdiff file1 file2 WWW: http://www.nongnu.org/numdiff/ PR: ports/104525 Submitted by: Cheng-Lung Sung END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T17:30:14.000000Z K 7 svn:log V 33 numdiff --> ports/math/numdiff END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T17:31:43.000000Z K 7 svn:log V 190 Qt3 bindings for the D-BUS interprocess messaging system. WWW: http://www.freedesktop.org/wiki/Software_2fDBusBindings PR: ports/104547 Submitted by: Maxim Samsonov END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T17:32:31.000000Z K 7 svn:log V 36 dbus-qt3 --> ports/devel/dbus-qt3 END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T17:32:45.000000Z K 7 svn:log V 358 Jishyo is an English -> Japanese dictionary. Currently it only supports English queries. In the future I hope to add support for kana and kanji queries, as well as multi-radical lookups for kanji. Jishyo is based in large part on code from Jim Breen's xjdic. It also uses the dictionary data from the same software. PR: 104965 Submitted by: Gürkan Sengün END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-10-31T17:33:31.000000Z K 7 svn:log V 38 ja-jishyo --> ports/japanese/jishyo END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T17:41:44.000000Z K 7 svn:log V 17 - Update to 8.41 END K 10 svn:author V 5 demon K 8 svn:date V 27 2006-10-31T17:46:14.000000Z K 7 svn:log V 86 Correct MASTER_SITES. PR: 104536 Submitted by: Thomas Abthorpe END K 10 svn:author V 5 demon K 8 svn:date V 27 2006-10-31T17:50:44.000000Z K 7 svn:log V 49 Update to 2.16. PR: 103727 Submitted by: leeym END K 10 svn:author V 5 demon K 8 svn:date V 27 2006-10-31T17:56:04.000000Z K 7 svn:log V 106 Update to 2.14.7; Update MASTER_SITES. PR: 104847 Submitted by: Alexander Logvinov END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T17:59:54.000000Z K 7 svn:log V 598 quilt is a collection of bash scripts to manage a series of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, etc. The key philosophical concept is that your primary output is patches. Not ".c" files, not ".h" files. But patches. So patches are the first-class object here. Quilt was originally based on Andrew Morton's patch scripts published on the linux kernel mailing list a while ago, but where heavily modified since then. WWW: http://savannah.nongnu.org/projects/quilt PR: ports/104614 Submitted by: Dirk Jagdmann END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:01:36.000000Z K 7 svn:log V 30 quilt --> ports/devel/quilt END K 10 svn:author V 5 demon K 8 svn:date V 27 2006-10-31T18:04:33.000000Z K 7 svn:log V 16 Update to 1.45. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:05:32.000000Z K 7 svn:log V 216 The ticonv library is a library to work with the various TI calculator character sets. WWW: http://tilp.info/ - Tijl Coosemans tijl@ulyssis.org PR: ports/104407 Submitted by: Tijl Coosemans END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:06:29.000000Z K 7 svn:log V 43 libticonv --> ports/converters/libticonv END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:07:47.000000Z K 7 svn:log V 212 The ticables library is a library to handle the various TI calculator link cables. WWW: http://tilp.info/ - Tijl Coosemans tijl@ulyssis.org PR: ports/104409 Submitted by: Tijl Coosemans END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:08:32.000000Z K 7 svn:log V 44 libticables2 --> ports/comms/libticables2 END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T18:08:36.000000Z K 7 svn:log V 18 - Update to 0.8.0 END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:09:45.000000Z K 7 svn:log V 212 The tifiles library is a library to handle the various TI calculator file formats. WWW: http://tilp.info/ - Tijl Coosemans tijl@ulyssis.org PR: ports/104410 Submitted by: Tijl Coosemans END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:10:51.000000Z K 7 svn:log V 42 libtifiles2 --> ports/devel/libtifiles2 END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:11:38.000000Z K 7 svn:log V 206 The ticalcs library is a library to communicate with various TI calculators. WWW: http://tilp.info/ - Tijl Coosemans tijl@ulyssis.org PR: ports/104411 Submitted by: Tijl Coosemans END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:12:25.000000Z K 7 svn:log V 42 libticalcs2 --> ports/comms/libticalcs2 END K 10 svn:author V 5 danfe K 8 svn:date V 27 2006-10-31T18:12:54.000000Z K 7 svn:log V 24 Update to version 2.06. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:13:58.000000Z K 7 svn:log V 212 TiLP is an application to communicate with Texas Instruments graphing calculators. WWW: http://tilp.info/ - Tijl Coosemans tijl@ulyssis.org PR: ports/104413 Submitted by: Tijl Coosemans END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:14:46.000000Z K 7 svn:log V 30 tilp2 --> ports/comms/tilp2 END K 10 svn:author V 5 shaun K 8 svn:date V 27 2006-10-31T18:19:34.000000Z K 7 svn:log V 108 Assign maintainership to submitter. PR: ports/104628 Submitted by: Jonathan Stewart END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:19:39.000000Z K 7 svn:log V 330 - Add math/vtk43-headers (repocopy + patch) [1]. - Patch math/vtk43 to install headers and libraries in subdirectories rather that using a separate prefix [2]. PR: ports/95492 Submitted by: Jason Bacon [1] Obtained from: Jason Bacon (talked on private e-mail) [2] END K 10 svn:author V 5 shaun K 8 svn:date V 27 2006-10-31T18:36:29.000000Z K 7 svn:log V 180 Replace ONLY_FOR_ARCHS with IA32_BINARY_PORT. PR: ports/104223 Submitted by: Mykola Dzham Approved by: Alexander Demin (maintainer) END K 10 svn:author V 8 jylefort K 8 svn:date V 27 2006-10-31T18:36:56.000000Z K 7 svn:log V 38 Update to 0.8.2 and move to LOCALBASE END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T18:40:32.000000Z K 7 svn:log V 16 - Update to 0.5 END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:48:16.000000Z K 7 svn:log V 62 - Use SF macro in MASTER_SITES. - Add more OPTIONS and knobs. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T18:54:38.000000Z K 7 svn:log V 140 - Update to version 2.0.5 RC1 (is is a release candidate but it fixes many bugs from the last version, specially in single player games). END K 10 svn:author V 5 shaun K 8 svn:date V 27 2006-10-31T18:56:52.000000Z K 7 svn:log V 98 - Update to 1.2.3. - Assign maintainership to submitter. PR: ports/104700 Submitted by: chinsan END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T19:05:50.000000Z K 7 svn:log V 613 FileZilla is a powerful FTP-client. It has been designed for ease of use and with support for as many features as possible, while still being fast and reliable. The main features of FileZilla are: * Ability to resume Uploads/Downloads (if the server supports it). * Custom Commands. * Site Manager with folders. * Keep Alive system. * Timeout detection. * Firewall support. * SOCKS4/5 and HTTP1.1 Proxy support. * SSL secured connections. * SFTP support. * Upload/Download Queue. * Drag&Drop. * Multi-language support. * GSS authentication and encryption using Kerberos. WWW: http://filezilla.sourceforge.net/ END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T19:07:05.000000Z K 7 svn:log V 36 filezilla --> ports/ftp/filezilla END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T19:17:09.000000Z K 7 svn:log V 384 SLIGE is a Win32 (i.e. Windows 95 or NT or 3.1 with Win32s) program (compilable also for DOS and Linux) that produces brand-new levels for DOOM or DOOM II. If you're tired of the levels and PWADs that you have, you can use SLIGE to generate dozens or hundreds or thousands more. Some of them will probably be pretty good, too (he said modestly). WWW: http://www.doomworld.com/slige/ END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T19:17:52.000000Z K 7 svn:log V 30 slige --> ports/games/slige END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T19:23:26.000000Z K 7 svn:log V 385 Slump is a random map generator for FreeDoom that is based on David M. Chess' SLIGE map generator. Basically Slump is a fork of SLIGE that is optimized for making FreeDoom maps. In particular, Slump only places monsters that the FreeDoom artists have drawn in to maps; this way one can play FreeDoom without feeling that the game is incomplete. WWW: http://www.samiam.org/slump.html END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T19:24:12.000000Z K 7 svn:log V 30 slump --> ports/games/slump END K 10 svn:author V 6 markus K 8 svn:date V 27 2006-10-31T19:36:13.000000Z K 7 svn:log V 75 - Update to version 0.6.0 - Add option for the Kontact plugin. Default: on END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T19:38:26.000000Z K 7 svn:log V 37 - Set EXPIRATION_DATE to 2006-12-01. END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T19:43:38.000000Z K 7 svn:log V 85 XML version of the DocBook DTD V4.5. WWW: http://www.docbook.org/xml/4.5/index.html END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T19:44:15.000000Z K 7 svn:log V 53 docbook-xml-450 --> ports/textproc/docbook-xml-450 END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T20:27:34.000000Z K 7 svn:log V 18 - Update to 2.0.0 END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T20:29:28.000000Z K 7 svn:log V 83 - Update to 7.7.7 (Jackpot!) - Update German translation - Add Spanish translation END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T20:31:54.000000Z K 7 svn:log V 17 - Update to 1.11 END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T20:35:20.000000Z K 7 svn:log V 19 - Update to 1.2.33 END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T20:37:28.000000Z K 7 svn:log V 41 - Update to 1.12 Notified by: portscout END K 10 svn:author V 3 sem K 8 svn:date V 27 2006-10-31T20:37:56.000000Z K 7 svn:log V 160 - Update to 4.0b5 - Get rid of pkg-plist. It's dynamical now and respects NOPORTDOCS. - rcNG'fy PR: ports/92655 (based on) Submitted by: maintainer, sat (PR) END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T20:42:20.000000Z K 7 svn:log V 17 - Update to 0.36 END K 10 svn:author V 5 garga K 8 svn:date V 27 2006-10-31T20:53:47.000000Z K 7 svn:log V 18 - Update to 2.6.8 END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T20:59:26.000000Z K 7 svn:log V 20 - Update to 0.8.0.4 END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T21:00:51.000000Z K 7 svn:log V 22 - Update to 0.5.97.01 END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-10-31T21:02:49.000000Z K 7 svn:log V 18 - Update to 0.5.3 END K 10 svn:author V 5 edwin K 8 svn:date V 27 2006-10-31T21:16:17.000000Z K 7 svn:log V 136 [new port] dns/queryperf net/dhcperf replacement for dns/queryperf PR: ports/104663 Submitted by: Edwin Groothuis END K 10 svn:author V 5 edwin K 8 svn:date V 27 2006-10-31T21:16:55.000000Z K 7 svn:log V 32 dnsperf --> ports/dns/dnsperf END K 10 svn:author V 5 edwin K 8 svn:date V 27 2006-10-31T21:17:23.000000Z K 7 svn:log V 165 [patch] fix misc/zoneinfo runtime Redo method of determining which patches should be applied. PR: ports/104664 Submitted by: Edwin Groothuis END K 10 svn:author V 5 edwin K 8 svn:date V 27 2006-10-31T21:19:53.000000Z K 7 svn:log V 741 [new port] dns/queryperf net/dhcperf replacement for dns/queryperf DHCPerf Provides Communication Providers with Predictive Planning Tools to Scale Networks. This tool, DHCPerf, delivers accurate performance metrics of Dynamic Host Configuration Protocol (DHCP) services. These tools are easy-to-use and simulate real Internet workloads to provide the necessary insight that carriers need to plan and deploy network services. DHCPerf measures the DHCP lease assignments to client computers by ramping up lease assignment over time to determine the maximum performance profile. WWW: http://www.nominum.com/testing_tools.php PR: ports/104663 Submitted by: Edwin Groothuis END K 10 svn:author V 5 edwin K 8 svn:date V 27 2006-10-31T21:20:48.000000Z K 7 svn:log V 32 dhcperf --> ports/net/dhcperf END K 10 svn:author V 5 edwin K 8 svn:date V 27 2006-10-31T21:24:30.000000Z K 7 svn:log V 260 [new port] x11-t oolkits/sdl_pango SDL_Pango is the SDL API to the Pango text rendering engine of GNOME 2.x - Required for games/frozenbubble 2.0.0 - Update to bsd.sdl.mk is coming too PR: ports/104899 Submitted by: Edwin Groothuis END K 10 svn:author V 5 edwin K 8 svn:date V 27 2006-10-31T21:26:25.000000Z K 7 svn:log V 45 sdl_pango --> ports/x11-toolkits/sdl_pango END K 10 svn:author V 5 edwin K 8 svn:date V 27 2006-10-31T21:37:05.000000Z K 7 svn:log V 156 [patch] Mk/bsd.sdl.mk - support for sdl_pango Add support for x11-toolkits/sdl_pango PR: ports/104900 Submitted by: Edwin Groothuis END K 10 svn:author V 5 edwin K 8 svn:date V 27 2006-10-31T21:39:53.000000Z K 7 svn:log V 46 Remove dns/queryperf in favour of dns/dnsperf END K 10 svn:author V 5 edwin K 8 svn:date V 27 2006-10-31T21:44:59.000000Z K 7 svn:log V 317 deskutils/phpicalendar has undeclared dependency on www/php5-session port phpicalendar shows a blank page unless the php5-session port is installed, because without it, the session_* functions are not compiled in. PR: ports/104721 Submitted by: Curtis Jewell Approved by: edwin@ END K 10 svn:author V 5 edwin K 8 svn:date V 27 2006-10-31T21:50:01.000000Z K 7 svn:log V 314 [UPDATE] mail/p3scan to 2.3.2 Update port mail/p3scan to version 2.3.2. By default UVSCAN is off, because we have OSS clamav. User changed to system mailnull. Possible description must be changed too, because new version can POP3S, SMTP transparent proxing. PR: ports/96673 Submitted by: edwin@FreeBSD.org END K 10 svn:author V 8 lawrance K 8 svn:date V 27 2006-10-31T21:54:23.000000Z K 7 svn:log V 191 Replace homegrown option scripts with OPTIONS. Tidy up. PR: ports/104367 Submitted by: Frank J. Laszlo Approved by: Xavier Beaudouin (maintainer) END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-10-31T21:55:09.000000Z K 7 svn:log V 18 - Update to 0.2.5 END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-10-31T22:01:36.000000Z K 7 svn:log V 168 - Install files owned by root:wheel instead of bin:bin PR: ports/103270 Submitted by: "Dr. Markus Waldeck" Approved by: maintainer timeout (14 days) END K 10 svn:author V 6 marcus K 8 svn:date V 27 2006-10-31T22:02:06.000000Z K 7 svn:log V 105 Disable the CJK patchset as it is no longer needed after the recent freetype2 update. Reported by: jkim END K 10 svn:author V 7 thierry K 8 svn:date V 27 2006-10-31T22:02:50.000000Z K 7 svn:log V 148 Update to 2000.13.1. Changelog at . PR: ports/104660 Submitted by: Thomas Abthorpe END K 10 svn:author V 7 thierry K 8 svn:date V 27 2006-10-31T22:03:12.000000Z K 7 svn:log V 68 Update to 2.18. Changelog at . END K 10 svn:author V 7 thierry K 8 svn:date V 27 2006-10-31T22:03:34.000000Z K 7 svn:log V 98 Update to 0.4.0. Changelog at . END K 10 svn:author V 7 thierry K 8 svn:date V 27 2006-10-31T22:04:07.000000Z K 7 svn:log V 49 Add a note about the upgrade of RKWard to 0.4.0. END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-10-31T22:04:17.000000Z K 7 svn:log V 18 - Update to 2.0.1 END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-10-31T22:08:40.000000Z K 7 svn:log V 108 - Fix COMMENT PR: ports/104987, ports/104991 Submitted by: Paul Schmehl (maintainer) END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-10-31T22:11:51.000000Z K 7 svn:log V 143 - Add OPTIONS for all the DocBook versions. - Take maintainership. - Remove catalog file (each port adds itself to the corresponding catalog). END