ƒ­B165505 232 649 123 374 415 200 200 503 371 784 134 150 374 328 315 646 126 253 178 251 178 190 192 195 113 107 216 150 221 130 173 263 155 1541 154 125 176 228 110 178 165 332 230 119 141 205 463 356 139 350 135 268 109 216 111 184 107 107 169 191 207 121 637 131 147 243 381 290 288 141 365 156 190 211 312 119 199 191 312 135 255 211 208 278 137 199 291 216 147 141 156 148 236 203 226 148 233 246 279 143 1051 182 214 114 111 230 117 115 118 158 275 149 214 213 158 109 109 141 145 341 145 258 148 262 147 213 148 146 218 113 181 396 199 171 214 229 251 276 517 268 395 400 138 153 185 113 218 177 373 266 196 268 139 256 178 309 229 136 124 185 376 644 154 154 163 232 191 301 157 616 179 487 120 315 259 214 186 331 143 435 271 173 173 349 189 150 737 210 148 189 154 232 381 219 228 212 204 145 145 278 210 145 155 240 140 137 234 238 167 283 248 205 108 225 201 183 162 168 163 245 114 248 160 111 218 261 213 204 143 165 210 162 181 K 10 svn:author V 5 novel K 8 svn:date V 27 2006-06-15T14:54:57.000000Z K 7 svn:log V 554 The Arena language was designed with the following main features in mind, most of which were added on top of a very C-like core to support better ad-hoc scripting: * syntax similar to ANSI C * standard library similar to ANSI C * automatic memory management * runtime polymorphism * support for exceptions * support for anonymous functions Additionally, an interpreter for the Arena language can be implemented to be very compact in terms of both source code size and memory consumption. WWW: http://www.minimalinux.org/arena/ END K 10 svn:author V 5 novel K 8 svn:date V 27 2006-06-15T14:55:28.000000Z K 7 svn:log V 29 arena --> ports/lang/arena END K 10 svn:author V 8 netchild K 8 svn:date V 27 2006-06-15T15:22:33.000000Z K 7 svn:log V 276 Depend upon linux-fontconfig like the linux-XFree86-libs port does. The entire X related infrastructure of the linux ports which use fonts somehow assume this. This fixes missing fonts for those, which install from scratch instead of portupgrade-ing to it. Noticed by: mezz END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-06-15T15:32:10.000000Z K 7 svn:log V 316 - Add OPTIONS. - Remove pkg-message and NO_PACKAGE for !i386. - Fix building on ia64 (take endianess from mahcine/endian.h and don't complain about an unknown arch), and probably other archs. - Make portlint happy (append to BUILD_DEPENDS after bsd.port.pre.mk). Approved by: Ed Schouten (maintainer) END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-15T15:46:39.000000Z K 7 svn:log V 105 Update to 0.5 PR: 98957 Submitted by: Jose Alonso Cardenas Marquez (maintainer) END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-15T15:47:49.000000Z K 7 svn:log V 105 Update to 0.4 PR: 98958 Submitted by: Jose Alonso Cardenas Marquez (maintainer) END K 10 svn:author V 5 anray K 8 svn:date V 27 2006-06-15T15:48:16.000000Z K 7 svn:log V 408 When compiling mplayer against x264, configure says it's unavailable because it does not link the test-program with -pthread. Remove the static -lx264 and replaces it with the accurate `pkg-config --libs x264`, so the linker finds all the symbols needed. After that, mencoder can finally encode x264-movies. PR: ports/98914 Submitted by: Mark Daniel Reidel Approved by: maintainer END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-15T16:04:37.000000Z K 7 svn:log V 276 - Update Soya3d to 0.11.2 - Update SoyaTutorial to 0.11 - Added new dependency (security/py-cerializer). py-soya3d allow to use py-cerealizer. - Fixed the installation of SoyaTutorial. PR: 98959 Submitted by: Jose Alonso Cardenas Marquez (maintainer) END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-15T16:05:41.000000Z K 7 svn:log V 689 A patch to Perl 5.005_55 by the author implements a core API for weak references. This module is a Perl-level interface to that API, allowing weak references to be created in Perl. A weak reference is just like an ordinary Perl reference except that it isn't included in the reference count of the thing referred to. This means that once all references to a particular piece of data are weak, the piece of data is freed and all the weak references are set to undef. This is particularly useful for implementing circular data structures without memory leaks or caches of objects. WWW: http://search.cpan.org/dist/WeakRef/ PR: ports/98963 Submitted by: Dmitry Marakasov END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-15T16:05:57.000000Z K 7 svn:log V 40 p5-WeakRef --> ports/devel/p5-WeakRef END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-15T17:13:55.000000Z K 7 svn:log V 56 Remove non-existent USE_GUNZIP Approved by: maintainer END K 10 svn:author V 5 anray K 8 svn:date V 27 2006-06-15T18:12:56.000000Z K 7 svn:log V 279 - Add patch to fix a memory problem resulting in a segfault when modifying records. (jpilot.org) - Add patch to fix unresolved symbol glob_tooltips when using jpilot-sync (jpilot.org) - Take mainteinership. PR: ports/98956 Submitted by: "Alex Samorukov" END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2006-06-15T19:11:12.000000Z K 7 svn:log V 232 - fix spelling in help target - support IPV6 for system with NO_MAILWRAPPER set Reported by: Jamie Jones Users on FreeBSD 2.x and 3.x must define SENDMAIL_WITHOUT_IPV6=yes - update howto-sasldb Bad URLs Reported by: Dean Hamstead END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-15T20:19:53.000000Z K 7 svn:log V 219 - fix incorporating from local mbox [1] - bump PORTREVISION - small portlint Submitted by: me (itetcu), Petre Bandac [1] Approved by: maintainer [1] Obtained from: sylpheed-claws bug-tracking system [1] END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-06-15T20:38:25.000000Z K 7 svn:log V 553 Add port www/xpi-joga: Don't kick yourself for missing a single goal! * Stay up to date with the latest scores, see videos of the best goals, and talk about the 2006 World Cup with fellow fans. * Downloads in minutes, installs in seconds, and keeps all your existing bookmarks and settings * Get all the football action you can handle using Firefox's tabbed browsing and integrated search. * Show support for your favorite team by changing the browser's look and feel. WWW: http://www.mozilla.com/add-ons/jogacompanion/ Requested by: itetcu END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-06-15T20:38:48.000000Z K 7 svn:log V 34 xpi-joga --> ports/www/xpi-joga END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-15T21:33:43.000000Z K 7 svn:log V 159 Update to pwcbsd-1.3. Changelog available here: http://raaf.atspace.org/Changelog PR: ports/98938 Submitted by: raaf Approved by: krion (mentor), maintainer END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-15T21:35:45.000000Z K 7 svn:log V 85 Update MASTER_SITES PR: ports/97704 Submitted by: miwi Approved by: krion (mentor) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-15T21:38:06.000000Z K 7 svn:log V 157 Add backup mirror Fix http://people.freebsd.org/%7Efenner/portsurvey/net-im.html#jabber-aim PR: ports/97719 Submitted by: miwi Approved by: krion (mentor) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-15T21:39:37.000000Z K 7 svn:log V 85 Update MASTER_SITES PR: ports/97720 Submitted by: miwi Approved by: krion (mentor) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-15T21:41:09.000000Z K 7 svn:log V 97 Update to 0.5 Add backup mirror PR: ports/97721 Submitted by: miwi Approved by: krion (mentor) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-15T21:45:07.000000Z K 7 svn:log V 99 Update to 0.5 PR: ports/98484 Submitted by: miwi Approved by: krion (mentor), maintainer timeout END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-15T21:46:23.000000Z K 7 svn:log V 101 Update to 0.6.0 PR: ports/98485 Submitted by: miwi Approved by: krion (mentor), maintainer timeout END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-06-15T22:19:55.000000Z K 7 svn:log V 18 Update to 12.5.17 END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-06-15T22:38:30.000000Z K 7 svn:log V 12 Update to 9 END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-15T22:54:22.000000Z K 7 svn:log V 121 Adding port devel/p5-Filter-Template, A source filter for inline code templates (macros). Approved by: tobez (implicit) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-15T22:54:39.000000Z K 7 svn:log V 56 p5-Filter-Template --> ports/devel/p5-Filter-Template END K 10 svn:author V 6 anholt K 8 svn:date V 27 2006-06-15T23:46:41.000000Z K 7 svn:log V 125 Correct MASTER_SITES now that people.freedesktop.org is on a different machine. Submitted by: Martin Wilke PR: ports/97711 END K 10 svn:author V 3 ade K 8 svn:date V 27 2006-06-16T01:59:33.000000Z K 7 svn:log V 38 Update to 1.1.1 Submitted by: author END K 10 svn:author V 5 danfe K 8 svn:date V 27 2006-06-16T04:17:59.000000Z K 7 svn:log V 79 Fix missing dependency, use modern GCC to build on 4.X. Reported by: krismail END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-16T04:26:57.000000Z K 7 svn:log V 168 - Add patch to deal with FreeBSD location of PFPRO_CERT_PATH PR: ports/98996 Submitted by: Alexandr Kovalenko Approved by: tobez (implicit) END K 10 svn:author V 5 danfe K 8 svn:date V 27 2006-06-16T04:45:44.000000Z K 7 svn:log V 61 Fix the build on 4.X, respect CFLAGS. Reported by: krismail END K 10 svn:author V 7 linimon K 8 svn:date V 27 2006-06-16T04:53:43.000000Z K 7 svn:log V 1443 * Update default MySQL version from 4.1 to 5.0 [1] * Update default PHP version from 4 to 5 [2] * Update default LDAP version from 2.2 to 2.3 [3] * Add support for LDAP version 2.4 [4] * Update default linux_base from '8' (Redhat 8) to 'fc4' (Fedora Core 4) [5] * Switch default Linux X implementation from XFree86 to xorg to track the above [5] * Deprecate INSTALLS_SHLIB and replace it by USE_LDCONFIG. If set to "yes", the old behavior is preserved. Otherwise, it can be set to a list of directories to be added to ${PREFIX}/libdata/ldconfig/${UNIQUENAME}. Note that this directory is used by ldconfig startup script, it is meant to replace ldconfig scripts installed by some ports as (sometimes 000.${UNQUENAME}.sh) [6] * Adds USE_LDCONFIG32 which is like USE_LDCONFIG but the target file is ${PREFIX}/libdata/ldconfig32/${UNIQUENAME} instead. (Note: this should only be used on 64-bit architectures) [6] * Set the default LANG for tr to be C to avoid some build problems [7] * Include bsd.java.mk in both pre and post sections [8] * Get rid of remnants of FORCE_PKG_REGISTER [9] * Always print options with make showconfig [10] PR: 92805 [1], 92806 [2], 96793 [3], 97515 [4], 96849 [5], 91933 [6], 91381 [7], 97020 [8], 95841 [9], 97133 [10] Submitted by: ale [1][2], delphij [3][4], netchild [5], flz [6], Tsurutani Naoki [7], hq [8], sem [9], pav [10] END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-16T05:34:54.000000Z K 7 svn:log V 60 - Update from v0.02 to v0.03 Approved by: tobez (implicit) END K 10 svn:author V 2 vd K 8 svn:date V 27 2006-06-16T06:33:35.000000Z K 7 svn:log V 34 Upgrade from 0.5r1292 to 0.5r1325 END K 10 svn:author V 5 leeym K 8 svn:date V 27 2006-06-16T07:05:10.000000Z K 7 svn:log V 82 - Update to 1.2.9 PR: 98255 Submitted by: leeym Approved by: maintainer timeout END K 10 svn:author V 4 lofi K 8 svn:date V 27 2006-06-16T07:19:46.000000Z K 7 svn:log V 134 - Fix KDE Bug 128754 (media:/ confuses filedescriptor devices with floppies) - Correct pkg-message (noticed by ale@) PR: ports/98591 END K 10 svn:author V 5 tobez K 8 svn:date V 27 2006-06-16T07:28:03.000000Z K 7 svn:log V 16 Update to 0.23. END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-16T07:45:50.000000Z K 7 svn:log V 84 Update to 0.2_1 PR: 99013 Submitted by: Martin Kammerhofer END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-16T08:01:46.000000Z K 7 svn:log V 70 Mark IGNORE if csup is already in the base system. Approved by: mux@ END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-16T08:02:49.000000Z K 7 svn:log V 236 - Vulture's Claw no longer requires sdl-image as a depedency, so remove it, and remove a stray reference to SDL_image.h from the source. Noteced by: Clive Crous, the Vulture's Claw developer PR: ports/99001 Submitted by: maintainer END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-16T08:09:40.000000Z K 7 svn:log V 134 - Update to 2.3 Changes: - Added panels system - Completed Invite and multi conversation system PR: 98968 Submitted by: maintainer END K 10 svn:author V 7 delphij K 8 svn:date V 27 2006-06-16T08:15:56.000000Z K 7 svn:log V 23 Enable OpenLDAP 2.4.x. END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-06-16T08:20:14.000000Z K 7 svn:log V 46 Update to the 20060615 snapshot of GCC 4.0.4. END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-16T08:23:10.000000Z K 7 svn:log V 109 Update to 2.06 PR: ports/98491 Submitted by: Martin Wilke Approved by: maintainer END K 10 svn:author V 5 danfe K 8 svn:date V 27 2006-06-16T08:28:04.000000Z K 7 svn:log V 368 - Fix the build with older GCC [1] - Correct the #include of - Add `-rdynamic' to LDFLAGS for main executable [1] Since I do not plan to commit GCC 2.95 support to Quetoo SVN, I decided to not split patch for separate files. Once we stop supporting RELENG_4, this patch can go away if it would cause problems keeping it in sync. Reported by: krismail [1] END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-16T09:18:18.000000Z K 7 svn:log V 260 Update to 1.0.4 to fix serious vulnerability which, with register_globals = On; permits including of any remote file, which in turn permits rading of any file. PR: ports/98993 Submitted by: maintainer Security: http://www.securityfocus.com/archive/1/435379 END K 10 svn:author V 5 danfe K 8 svn:date V 27 2006-06-16T09:33:12.000000Z K 7 svn:log V 45 Fix the build on 4.X. Reported by: krismail END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-16T09:41:07.000000Z K 7 svn:log V 254 A snake game with 8 levels. Great if you need to shut off your brain for a few minutes and occupy your hands in the meantime. Guaranteed no adrenaline rush! WWW: http://www.junoplay.com/ PR: ports/98965 Submitted by: Dmitry Marakasov END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-16T09:41:38.000000Z K 7 svn:log V 40 bitefusion --> ports/games/bitefusion END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-16T09:50:33.000000Z K 7 svn:log V 173 - Bump PORTREVISION due to change in default certificate location PR: ports/98996 Submitted by: Alexandr Kovalenko Approved by: tobez (implicit) END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-06-16T10:00:35.000000Z K 7 svn:log V 14 Update to 0.5 END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-16T10:09:08.000000Z K 7 svn:log V 121 - Update to 1.08 PR: ports/98955 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-06-16T10:45:53.000000Z K 7 svn:log V 16 Update to 1.6.3 END K 10 svn:author V 3 skv K 8 svn:date V 27 2006-06-16T11:12:52.000000Z K 7 svn:log V 92 Update to 0.30 PR: ports/98866 Submitted by: Christopher Boumenot END K 10 svn:author V 3 skv K 8 svn:date V 27 2006-06-16T11:15:33.000000Z K 7 svn:log V 15 Update to 1.10 END K 10 svn:author V 3 skv K 8 svn:date V 27 2006-06-16T11:31:32.000000Z K 7 svn:log V 15 Update to 1.00 END K 10 svn:author V 3 skv K 8 svn:date V 27 2006-06-16T11:32:58.000000Z K 7 svn:log V 77 Update to 0.04 Changes: http://search.cpan.org/src/NJH/Net-SDP-0.04/Changes END K 10 svn:author V 3 skv K 8 svn:date V 27 2006-06-16T11:34:15.000000Z K 7 svn:log V 99 Update to 1.12 Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-Client-Ping-1.12/CHANGES END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-06-16T11:51:55.000000Z K 7 svn:log V 111 Add fwp 0.0.7, a multiplayer first person shooter. PR: 94936 Submitted by: Dmitry Marakasov END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-06-16T11:52:01.000000Z K 7 svn:log V 26 fwp --> ports/games/fwp END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-16T12:06:00.000000Z K 7 svn:log V 541 The aim of this game is to shoot colored balls so the form similarily colored groups, causing them to fall out of the screen. You can either win by clearing your entire field, or lose if any balls attach below the white line near the bottom. The main difference between this game and the classic Bust a Move, is online multiplayer support, with menu options for playing against random opponents, or starting or joining a named (private) game. WWW: http://www.junoplay.com/ PR: ports/98966 Submitted by: Dmitry Marakasov END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-16T12:06:22.000000Z K 7 svn:log V 36 pengupop --> ports/games/pengupop END K 10 svn:author V 5 danfe K 8 svn:date V 27 2006-06-16T12:37:11.000000Z K 7 svn:log V 53 Fix the build with older GCC. Reported by: krismail END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-06-16T12:40:25.000000Z K 7 svn:log V 147 - Update to 0.1.16 - Move from lua 5.0 (lang/lua50) to lua 5.1 (lang/lua) PR: 99000 Submitted by: Dmitry Marakasov (maintainer) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-16T12:47:03.000000Z K 7 svn:log V 286 - Update to 1.20 - Restrict to Perl 5.8+ due to new dependency upon graphics/p5-GD-Graph - Mark as deprecated as per vendor and expire in the new year - Remove now-unnecessary patch PR: ports/99010 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-16T12:53:38.000000Z K 7 svn:log V 195 - Update to 0.93 - Restricted to Perl 5.8+ due to dependency upon devel/p5-Exception-Class PR: ports/99022 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-16T12:55:06.000000Z K 7 svn:log V 193 - Update to 1.15 - Restrict to Perl 5.8+ due to dependency upon devel/p5-Exception-Class PR: ports/99021 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-16T12:56:40.000000Z K 7 svn:log V 47 Update to 0.52 PR: 99031 Submitted by: aaron END K 10 svn:author V 4 roam K 8 svn:date V 27 2006-06-16T13:00:57.000000Z K 7 svn:log V 271 Update to the last stable release, 5.4.13. In the process: - temporarily disable the SpamAssassin patch, since vdelivermail was reorganized a bit; - fix a couple of potential buffer bound problems; - remove the unconditional -fPIC; we handle this ourselves for amd64. END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-06-16T13:14:30.000000Z K 7 svn:log V 64 - Update to 3.7.0 Approved by: radek@raadradd.com (maintainer) END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-06-16T13:35:36.000000Z K 7 svn:log V 98 - Update to 0.9.2 PR: ports/99032 Submitted by: Simon Olofsson (maintainer) END K 10 svn:author V 4 mnag K 8 svn:date V 27 2006-06-16T13:50:31.000000Z K 7 svn:log V 117 - Update to 1.04 PR: 98319 Submitted by: Rong-En Fan Approved by: maintainer timeout (14 days) END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 2006-06-16T13:50:45.000000Z K 7 svn:log V 216 Fix a ZeroDivisionError on FreeBSD 4, by bringing in a vendor patch [SVN#168 at pyyaml.org]. Bump PORTREVISION. PR: ports/99009 Submitted by: jkoshy Approved by: Neal Nelson (neal at nelson dot name) [MAINTAINER] END K 10 svn:author V 2 vd K 8 svn:date V 27 2006-06-16T14:18:59.000000Z K 7 svn:log V 28 Upgrade from 2.0.6 to 2.0.7 END K 10 svn:author V 5 perky K 8 svn:date V 27 2006-06-16T15:43:52.000000Z K 7 svn:log V 104 Fence around shell execution variables not to fail abnormally when Python segfaults. Reported by: jeff END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-06-16T16:02:54.000000Z K 7 svn:log V 99 - Update to 0.6.6 PR: ports/98902 Submitted by: VANHULLEBUS Yvan (maintainer) END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-06-16T16:17:15.000000Z K 7 svn:log V 219 wdfs is a WebDAV filesystem with special features for accessing Subversion repositories. It uses Fuse and Neon. WWW: http://noedler.de/projekte/wdfs/ PR: ports/98890 Submitted by: Gyorgy Teubel END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-06-16T16:17:59.000000Z K 7 svn:log V 43 fusefs-wdfs --> ports/sysutils/fusefs-wdfs END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-06-16T16:28:28.000000Z K 7 svn:log V 162 - Update to 0.9.5 - Add dependency on gnutls - Make libxml dependency optional PR: ports/98942 Submitted by: Robin Gruyters (maintainer) END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-06-16T16:29:47.000000Z K 7 svn:log V 118 - Update to Einstein S5R1 4.09 - Take over maintainership Approved by: Rene Ladan (maintainer) END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-06-16T16:44:18.000000Z K 7 svn:log V 115 - Update to 2.2.1 PR: ports/98967 Submitted by: Jose Alonso Cardenas Marquez (maintainer) END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-06-16T16:51:05.000000Z K 7 svn:log V 185 - Skip all loopback and point-to-point interfaces PR: ports/98885 Submitted by: Eric P. Scott Approved by: Ulrich Spoerlein (maintainer) END K 10 svn:author V 8 netchild K 8 svn:date V 27 2006-06-16T17:14:00.000000Z K 7 svn:log V 40 Add an entry for the linux_base update. END K 10 svn:author V 6 glewis K 8 svn:date V 27 2006-06-16T17:14:03.000000Z K 7 svn:log V 103 . Try to fix the build on FreeBSD-CURRENT, which now defines gethostent_r itself. Submitted by: ume END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-16T17:54:06.000000Z K 7 svn:log V 196 - Alterations to respect hier(7) - Change maintainer PR: ports/82839 Submitted by: Alexandr Kovalenko Reviewed by: maintainer Approved by: maintainer, tobez (implicit) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-16T18:10:00.000000Z K 7 svn:log V 121 - Update to 0.55 PR: ports/98922 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-16T18:11:16.000000Z K 7 svn:log V 53 Update to 1.4.8 PR: 99040 Submitted by: Ports fury END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-16T18:26:18.000000Z K 7 svn:log V 47 Update to 4.14 PR: 99051 Submitted by: aaron END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-16T18:30:56.000000Z K 7 svn:log V 62 - Fix intermittent build error Approved by: tobez (implicit) END K 10 svn:author V 4 mnag K 8 svn:date V 27 2006-06-16T18:47:53.000000Z K 7 svn:log V 55 - Update to 0.3.9 PR: 98211 Submitted by: maintainer END K 10 svn:author V 4 mnag K 8 svn:date V 27 2006-06-16T19:09:27.000000Z K 7 svn:log V 142 - Update to 7.2.1. - Fix configure when set OPENSSL kbob. PR: 98207 Submitted by: Nick Hilliard Approved by: maintainer END K 10 svn:author V 3 ume K 8 svn:date V 27 2006-06-16T20:16:24.000000Z K 7 svn:log V 110 - OPTION'fy. - Add an option for enable mmap support. Approved by: freebsd__at__luna.afraid.org (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-16T21:19:57.000000Z K 7 svn:log V 132 Add scilab-toolbox-swt 0.1.0.r3, scilab 1-D and 2-D Wavelet Toolbox. PR: ports/95062 Submitted by: Max Brazhnikov makc@issp.ac.ru END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-16T21:21:34.000000Z K 7 svn:log V 55 scilab-toolbox-swt --> ports/math/scilab-toolbox-swt END K 10 svn:author V 6 glewis K 8 svn:date V 27 2006-06-16T21:26:38.000000Z K 7 svn:log V 137 . Increase the default stack size on amd64. Submitted by: Kurt Miller Sponsored by: The FreeBSD Foundation END K 10 svn:author V 6 glewis K 8 svn:date V 27 2006-06-16T21:28:08.000000Z K 7 svn:log V 150 . Filter out corrupt environment variables with no name. Submitted by: Kurt Miller Sponsored by: The FreeBSD Foundation END K 10 svn:author V 6 glewis K 8 svn:date V 27 2006-06-16T21:29:53.000000Z K 7 svn:log V 183 . Work around a thread cache problem that caused javah to crash with an Internal Error. Submitted by: Kurt Miller Sponsored by: The FreeBSD Foundation END K 10 svn:author V 6 glewis K 8 svn:date V 27 2006-06-16T21:31:02.000000Z K 7 svn:log V 48 . Bump PORTREVISION for the last three changes. END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-16T21:53:06.000000Z K 7 svn:log V 957 Forced Commit to describe the changes which were missed in previous commit: Scilab Wavelet Toolbox (SWT) Wavelet is a powerful signal processing tool developed and developing in the last two decades. Scilab Wavelet Toolbox is a free software package to enable you using wavelet analysis tools freely in Scilab on most OSes including GNU/Linux, BSD and Windows. Scilab Wavelet Toolbox is designed to work with any Scilab Image Processing Toolbox like SIP or SIVP for displaying 2-D results. What Scilab Wavelet Toolbox supposed to do: Discrete Fast Wavelet Transform, daubechies wavelets 1-D single level signal decomposition and reconstruction 1-D multi-level signal decomposition and reconstruction 2-D single level image decomposition and reconstruction 2-D multi-level image decomposition and reconstruction. WWW: http://scwt.sourceforge.net PR: ports/95062 Submitted by: Max Approved by: krion (mentor) Requested by: linimon END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-16T22:17:25.000000Z K 7 svn:log V 89 Obey conventions and change my mail to @FreeBSD.org address Approved by: krion (mentor) END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-06-16T22:19:03.000000Z K 7 svn:log V 121 - Drop dependency on sdl_image PR: ports/99004 Submitted by: Li-Lun Wang (Leland Wang) (maintainer) END K 10 svn:author V 8 netchild K 8 svn:date V 27 2006-06-16T22:21:24.000000Z K 7 svn:log V 17 Update to 2.3.0. END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-06-16T22:28:04.000000Z K 7 svn:log V 19 - Fix a dependency END K 10 svn:author V 5 simon K 8 svn:date V 27 2006-06-16T22:38:16.000000Z K 7 svn:log V 135 Add webcalendar -- information disclosure vulnerability. PR: ports/98993 Submitted by: Gregory C. Larkin END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2006-06-16T23:34:22.000000Z K 7 svn:log V 21 Update to 0.0.2.p26. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2006-06-16T23:34:44.000000Z K 7 svn:log V 19 Update to 1.2.9.1. END K 10 svn:author V 6 yoichi K 8 svn:date V 27 2006-06-17T03:49:10.000000Z K 7 svn:log V 23 correct my coordinates END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T04:39:12.000000Z K 7 svn:log V 63 Update to 0.90.4.00 PR: ports/99065 Submitted by: maintainer END K 10 svn:author V 5 leeym K 8 svn:date V 27 2006-06-17T04:52:23.000000Z K 7 svn:log V 180 - update to pupnp-1.4.0 (Note: upnp-1.3.1 stopped developing, and pupnp-1.4.0 is its successor) - drop maintainership Noticed by: Chris Hilbert END K 10 svn:author V 7 thierry K 8 svn:date V 27 2006-06-17T07:11:10.000000Z K 7 svn:log V 53 Add an entry for Horde's latest XSS vulnerabilities. END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-17T07:50:35.000000Z K 7 svn:log V 120 Update to 6.1.5 PR: ports/97689 Submitted by: TAOKA Fumiyoshi Approved by: krion (mentor) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-17T07:52:25.000000Z K 7 svn:log V 119 Update to 2.3a PR: ports/97142 Submitted by: TAKATSU Tomonari Approved by: krion (mentor), maintainer END K 10 svn:author V 3 sem K 8 svn:date V 27 2006-06-17T08:17:22.000000Z K 7 svn:log V 66 - Fix typo: NOT_FOR_ARCH -> NOT_FOR_ARCHS Reported by: kris mail END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-06-17T08:22:05.000000Z K 7 svn:log V 17 - Update to 0.33 END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-06-17T08:28:22.000000Z K 7 svn:log V 17 - Update to 0.33 END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-06-17T09:09:13.000000Z K 7 svn:log V 46 Update to the 20060616 snapshot of GCC 4.1.2. END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-17T09:17:10.000000Z K 7 svn:log V 51 Update to 2.7 PR: 99043 Submitted by: Ports fury END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T09:17:43.000000Z K 7 svn:log V 245 Update to version 0.10.5 * Fixed long form of -1 switch to --single-pass as noted in man page and help. * Added MSVC 2003 project files and renamed old 2002 ones. * Fix whitespace in generated code. PR: ports/99038 Submitted by: maintainer END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-17T09:19:18.000000Z K 7 svn:log V 51 Update to 3.5 PR: 99042 Submitted by: Ports fury END K 10 svn:author V 8 netchild K 8 svn:date V 27 2006-06-17T09:28:02.000000Z K 7 svn:log V 160 Mark deprecated and set expiration time for various reasons: - superseeded - outdated/EOL - no maintainer - bitrod While I'm here add some more conflicts. END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-17T09:36:30.000000Z K 7 svn:log V 54 Update to 3.99.7 PR: 99045 Submitted by: Ports fury END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T09:58:51.000000Z K 7 svn:log V 166 The Citrix Server/Client has evolved to include other platforms, so update the COMMENT and Pkg-descr to reflect this fact. PR: ports/98985 Submitted by: maintainer END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-17T09:59:56.000000Z K 7 svn:log V 53 Update to 1.5.1 PR: 99047 Submitted by: Ports fury END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T10:10:40.000000Z K 7 svn:log V 117 - Upgrade to the latest cvs snapshot. - add support for zilib via OPTIONS PR: ports/99011 Submitted by: maintainer END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-17T10:13:21.000000Z K 7 svn:log V 54 Update to 1.10.5 PR: 99048 Submitted by: Ports fury END K 10 svn:author V 5 erwin K 8 svn:date V 27 2006-06-17T10:19:31.000000Z K 7 svn:log V 52 Update to 2.05 PR: 99049 Submitted by: Ports fury END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T10:20:04.000000Z K 7 svn:log V 122 - make use of the new bsd.bdb.mk infrastructure - add support for BDB ver. 4.4 PR: ports/98991 Submitted by: maintainer END K 10 svn:author V 6 obraun K 8 svn:date V 27 2006-06-17T10:37:44.000000Z K 7 svn:log V 18 Upgrade to 1.0.8. END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T10:46:25.000000Z K 7 svn:log V 86 - Update to 2.4.1 - small esthetic changes PR: ports/99063 Submitted by: maintainer END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T10:57:39.000000Z K 7 svn:log V 300 - Select MySQL/PGSQL via OPTIONS - RUN_DEPEND on Apache and Postfix - Drop custom FETCH_CMD and provide a mirror on my server - Add www to CATEGORIES - Adjust COMMENT and pkg-descr - move pkg-message to files/pkg-message.in, use macros and add it in SUB_FILES - Bump PORTREVISION for depends change. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2006-06-17T11:11:36.000000Z K 7 svn:log V 101 Add p5-Class-DBI-Plugin-Senna 0.01, add Instant Fulltext Search Capability With Senna to Class::DBI. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2006-06-17T11:11:56.000000Z K 7 svn:log V 74 p5-Class-DBI-Plugin-Senna --> ports/databases/p5-Class-DBI-Plugin-Senna END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T11:15:43.000000Z K 7 svn:log V 118 - unquote IGNORE - install .la files and bump PORTVERSION for plist change PR: ports/99020 Submitted by: maintainer END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T12:37:24.000000Z K 7 svn:log V 133 - fix MASTER_SITES [1] - pet portlint [2] PR: ports/98824 [1] Submitted by: KATO Tsuguru [1], me (itetcu) [2] END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-06-17T12:38:07.000000Z K 7 svn:log V 155 Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. Reviewed by: flz END K 10 svn:author V 7 thierry K 8 svn:date V 27 2006-06-17T13:00:56.000000Z K 7 svn:log V 179 Change user/group from apache to www. PR: ports/98984 Submitted by: Thomas Abthorpe Approved by: Babak Farrokhi (maintainer) END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T13:20:47.000000Z K 7 svn:log V 421 - depend on net/samba3 instead of old, forbiden net/samba [1] [2] - pet portlint [3] - pkg-message -> files/pkg-message.in and add to SUB_LIST [3] - bump PROTREVISION for depends change [3] PR: ports/98456 [1], ports/99066 [2] Submitted by: Shaun Amott [1], Gerard E. Seibert [2] itetcu (me) [3] Approved by: andreas@ (maintainer, implicit because unreachable at the moment) END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-06-17T13:33:15.000000Z K 7 svn:log V 172 Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. Reviewed by: flz (for lang/gcc40) END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-06-17T13:47:29.000000Z K 7 svn:log V 299 Make CONFIGURE_ARGS and MAKE_ARGS additive, for the sake of child ports and to bring my lang/gcc* ports more in sync. Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. [1] Reviewed by: flz (for lang/gcc40) [1] END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T14:05:25.000000Z K 7 svn:log V 304 This module enables PHP access to the ImageMagick MagickWand API. Very good manual at http://www.bitweaver.org/doc/magickwand/index.html WWW: http://www.magickwand.org/script/index.php - Rick van der Zwet rick@wzoeterwoude.net PR: ports/95326 Submitted by: Rick van der Zwet END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T14:05:48.000000Z K 7 svn:log V 43 magickwand --> ports/graphics/magickwand END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T14:20:46.000000Z K 7 svn:log V 58 Update to 0.11 PR: ports/99080 Submitted by: maintainer END K 10 svn:author V 5 remko K 8 svn:date V 27 2006-06-17T14:36:33.000000Z K 7 svn:log V 91 Update the webcalendar entry, use alphabetic sorting, no functional change of information. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2006-06-17T15:22:59.000000Z K 7 svn:log V 17 Make patcheable. END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-17T15:24:00.000000Z K 7 svn:log V 123 - Update to 1.5.11 PR: ports/99026 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) END K 10 svn:author V 6 stefan K 8 svn:date V 27 2006-06-17T15:42:01.000000Z K 7 svn:log V 82 Update to 1.1.1. PR: 99077 Submitted by: maintainer Approved by: arved (mentor) END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-06-17T15:47:43.000000Z K 7 svn:log V 277 Make CONFIGURE_ARGS additive, for the sake of child ports and to bring my lang/gcc* ports more in sync. Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. Reviewed by: flz (for lang/gcc40) END K 10 svn:author V 5 anray K 8 svn:date V 27 2006-06-17T15:50:47.000000Z K 7 svn:log V 171 Fix crash on startup when compiled with latest GTK2. PR: ports/98929 [1], ports/98994 [2] Reported by: Guy Brand [1] Submitted by: maintainer [2] END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-06-17T16:39:17.000000Z K 7 svn:log V 100 Switch to the new, default version of USE_LDCONFIG as provided by Mk/bsd.port.mk. Reviewed by: flz END K 10 svn:author V 6 stefan K 8 svn:date V 27 2006-06-17T17:50:04.000000Z K 7 svn:log V 172 Add games/scourge-data, a port for the S.C.O.U.R.G.E. data files. PR: 98925 Submitted by: Jose Alonso Cardenas Marquez Approved by: arved (mentor) END K 10 svn:author V 6 stefan K 8 svn:date V 27 2006-06-17T17:56:32.000000Z K 7 svn:log V 44 scourge-data --> ports/games/scourge-data END K 10 svn:author V 6 stefan K 8 svn:date V 27 2006-06-17T18:05:19.000000Z K 7 svn:log V 160 - Update to 0.14. - Add dependency on newly-created games/scourge-data. - Remove USE_X_PREFIX. PR: 98926 Submitted by: maintainer Approved by: arved (mentor) END K 10 svn:author V 6 stefan K 8 svn:date V 27 2006-06-17T19:24:08.000000Z K 7 svn:log V 83 Update to 0.3.13. PR: 99078 Submitted by: maintainer Approved by: arved (mentor) END K 10 svn:author V 6 stefan K 8 svn:date V 27 2006-06-17T19:47:58.000000Z K 7 svn:log V 213 - Update to 1.4.0 - Add user knobs for VIGRA's libraries. - Further qualify acceptable image libraries. PR: 97879 Submitted by: Christopher Boumenot Approved by: maintainer arved (mentor) END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T19:49:06.000000Z K 7 svn:log V 133 Add php-session and php-pcre to the lsit of RUN_DEPENDS adn bump PORTREVISION. Submitted by: Fumihiko Kimura END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T19:59:20.000000Z K 7 svn:log V 41 Make RUN_DEPENDS to be listed only once. END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T20:57:13.000000Z K 7 svn:log V 29 Sync with vedor description. END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T21:01:28.000000Z K 7 svn:log V 90 Update to version 3.2.1 PR: ports/99041 Submitted by: KATO Tsuguru END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T21:16:13.000000Z K 7 svn:log V 280 - fix the build for FreeBSD >= 600000 - we now install the module in KMODDIR instead of ${LOCALBASE}/lib therefor the pkg-plist and the rc.d startup script where adapted - adapt the pkg-message to match reality PR: ports/95915 Submitted by: Joerg Pulz END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-06-17T21:32:32.000000Z K 7 svn:log V 545 - Fix mouse problems. - Fix sound problems. - Fix building on !i386. - Fix writting personal configuration, and do it in ~/.tenebrae, to avoid conflicts with other engines since they usually have different variables. - Use USE_DOS2UNIX. - Remove unneeded information from pkg-message (it depends on quake-data so it will be installed automatically, also quake-data installs the demo so tenebrae is playable after installation). - Use release target instead of the debug one. - Clean-up. PR: ports/98783 Approved by: maintainer (timeout) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-17T21:41:11.000000Z K 7 svn:log V 60 - Update from v2.18 to v2.19 Approved by: tobez (implicit) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-17T21:44:30.000000Z K 7 svn:log V 60 - Update from v1.01 to v1.11 Approved by: tobez (implicit) END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-06-17T21:53:27.000000Z K 7 svn:log V 65 - Update to version 20050603-1400. - Fix (was marked as BROKEN). END K 10 svn:author V 7 thierry K 8 svn:date V 27 2006-06-17T22:07:36.000000Z K 7 svn:log V 135 - Upgrade to to 1.9.9 and unbreak; - Take maintainership. PR: ports/99072 Submitted by: Josh Tolbert END K 10 svn:author V 7 thierry K 8 svn:date V 27 2006-06-17T22:12:27.000000Z K 7 svn:log V 95 Upgrade to 1711 B09. Changelog available at: . END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-06-17T23:53:15.000000Z K 7 svn:log V 202 This is a boot splash image changer for FreeBSD. See the post-installation message for instructions. WWW: http://mato.gamato.org/freebsd/ PR: ports/93218 Submitted by: Martin Otto END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-06-17T23:53:47.000000Z K 7 svn:log V 59 bsd-splash-changer --> ports/sysutils/bsd-splash-changer END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-17T23:56:56.000000Z K 7 svn:log V 520 - Install openvpn-admin.exe - grammar improvement for BROKEN. - make openvpn-admin search for its configuration files in ${PREFIX}/etc/openvpn, and pre-create that directory. It will contain user data after use, so only @dirrmtry to remove it. - install openvpn-admin into ${PREFIX}/sbin/, to stick to the original installation logic, and in the same course also install openvpn-admin.pam without extension. PR: ports/95336 Submitted by: Andreas Kohn Approved by: maintainer (via private email) END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-18T00:00:33.000000Z K 7 svn:log V 84 Update to 0.14 PR: ports/98088 Submitted by: Piotr Smyrak END K 10 svn:author V 5 novel K 8 svn:date V 27 2006-06-18T04:54:26.000000Z K 7 svn:log V 392 HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The main aims are continuous, non-blocking downloads and smooth scanning of dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent and transparent proxy mode. It can be used with squid or standalone. WWW: http://www.server-side.de/ PR: ports/99073 Submitted by: Elisey Savateev END K 10 svn:author V 5 novel K 8 svn:date V 27 2006-06-18T04:54:37.000000Z K 7 svn:log V 26 havp --> ports/www/havp END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-06-18T06:39:28.000000Z K 7 svn:log V 219 Update to the 20060617 snapshot of GCC 4.2.0. Employ the new USE_LDCONFIG feature, which allows us to get rid of the various, much more manual and error-prone hacks we needed so far. Reviewed by: flz (for lang/gcc40) END K 10 svn:author V 2 vd K 8 svn:date V 27 2006-06-18T09:33:47.000000Z K 7 svn:log V 167 Update from 0.17.1 to 0.21.1 PR: ports/96898 Submitted by: Peter Johnson Approved by: ChangBom Yoon (maintainer) END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-18T10:32:22.000000Z K 7 svn:log V 118 Fix plist and unbreak. PR: ports/98522 Submitted by: Soeren Straarup Approved by: maintainer timeout END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-18T10:53:08.000000Z K 7 svn:log V 91 Update to version 0.2.16 PR: ports/99046 Submitted by: KATO Tsuguru END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-18T11:06:06.000000Z K 7 svn:log V 235 Completely disable DGA when -disableDirectV is given on the commandline; This should fix the port for some newer NVIDIA drivers which are broken w.r.t. DGA. PR: ports/98700 Submitted by: Andre Albsmeier END K 10 svn:author V 3 sat K 8 svn:date V 27 2006-06-18T11:09:50.000000Z K 7 svn:log V 51 - Update to 0.5.1 - A linuxism eliminated upstream END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-18T12:19:36.000000Z K 7 svn:log V 339 - Update to 3.6. Changelog: http://simh.trailing-edge.com/changes36.html [1] - Fix conflict with java/eclipse, as reported by Robert A. Getschmann, by installing sim-eclipse instead of eclipse. [1] - pkg-message --> files/pkg-message and associated changes. [2] - pet portlint [2] PR: 99095 Submitted by: maintainer [1], itetcu (me) [2] END K 10 svn:author V 6 philip K 8 svn:date V 27 2006-06-18T12:41:44.000000Z K 7 svn:log V 175 Make lua always respect ${LOCALBASE}. PR: ports/98998 Submitted by: Dmitry Marakasov Approved by: Richard Kiss (maintainer) END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-06-18T12:49:43.000000Z K 7 svn:log V 78 glibstdc++28 has been deprecated for more than two years. Remove it, finally. END K 10 svn:author V 6 gerald K 8 svn:date V 27 2006-06-18T13:04:42.000000Z K 7 svn:log V 78 glibstdc++28 has been deprecated for more than two years. Remove it, finally. END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-18T15:44:36.000000Z K 7 svn:log V 254 - ${PREFIX} was incorrectly used. Should use ${LOCALBASE} instead in this case. - Slightly modify COMMENT to be more adequate. PR: ports/99096 Submitted by: Alexandr Kovalenko Reviewed by: aaron Approved by: tobez (implicit) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-18T17:04:25.000000Z K 7 svn:log V 95 Adding port www/p5-CGI-Untaint-date, validate an incoming date. Approved by: tobez (implicit) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-18T17:04:40.000000Z K 7 svn:log V 56 p5-CGI-Untaint-date --> ports/www/p5-CGI-Untaint-date END K 10 svn:author V 3 sem K 8 svn:date V 27 2006-06-18T17:30:06.000000Z K 7 svn:log V 644 - Update to 2.1.4 * Add -e (--emit-summaries) option and show summary messages only when the option defined or verbose mode is on. [1] * Allow origins in ALT_PKGDEP. This announced in pkgtools.conf but did not work really. [2] * Run 'make config' before all operations unless -j (--jet-mode) option specified. [3] * Add lock on operations with pkgdb.db. Now you can safe run a few portupgrade(1). * Incorrectly calculated upgrade time when it is more 24 hours. [4] * Other fixes and impovements. PR: ports/99086 [4] Reported by: Doug Poland [3,4] Requested by: many [1] Submitted by: skv [2] END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-18T17:34:23.000000Z K 7 svn:log V 115 Adding file devel/p5-File-MMagic-XS, Guess File Type With XS (a la mod_mime_magic). Approved by: tobez (implicit) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-18T17:34:41.000000Z K 7 svn:log V 54 p5-File-MMagic-XS --> ports/devel/p5-File-MMagic-XS END K 10 svn:author V 3 sem K 8 svn:date V 27 2006-06-18T17:39:31.000000Z K 7 svn:log V 97 - Add RESTRICTED and IGNORE as in finance/pfpro that share one distfile Approved by: maintainer END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-18T18:10:06.000000Z K 7 svn:log V 60 - Update from v0.42 to v0.43 Approved by: tobez (implicti) END K 10 svn:author V 3 sem K 8 svn:date V 27 2006-06-18T18:27:58.000000Z K 7 svn:log V 139 - Quick fix: change 'make config' with 'make config-conditional'. It's exactly I meant. Reported by: Larry Rosenman END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-18T19:29:54.000000Z K 7 svn:log V 285 It no use to make it build OK on tinderbox if you commit an older file. Unbreak make install: list pkg-message in SUB_FILES and @${CAT} ${PKGMESSAGE}. Submitted by: Scott Allendorf Approved by: maintianer (andreas@, implicit - out of touch for the moment) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-18T19:35:00.000000Z K 7 svn:log V 125 Update to 1.0.9 PR: ports/98987 Submitted by: Francisco Alves Cabrita Approved by: krion (mentor) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-18T19:37:43.000000Z K 7 svn:log V 134 Update to 1.10.6 PR: ports/98992 Submitted by: Linh Pham Approved by: krion (mentor), maintainer END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-18T19:40:15.000000Z K 7 svn:log V 118 Update MASTER_SITES PR: ports/99098 Submitted by: Tobias Eichert Approved by: krion (mentor) END K 10 svn:author V 3 sem K 8 svn:date V 27 2006-06-18T19:48:46.000000Z K 7 svn:log V 111 - Disable 'make config' feature. It should be implemented another way. Now it's PITA if many ports affected. END K 10 svn:author V 3 lth K 8 svn:date V 27 2006-06-18T20:01:39.000000Z K 7 svn:log V 53 Update to 0.20 PR: ports/99108 Submitted by: aaron END K 10 svn:author V 3 lth K 8 svn:date V 27 2006-06-18T20:08:13.000000Z K 7 svn:log V 53 Update to 0.20 PR: ports/99106 Submitted by: aaron END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-18T20:14:43.000000Z K 7 svn:log V 182 Updating the Samhain HIDS to 2.2.1. This is a minor release which fixes some issues with the Prelude IDS system and compilation on x86_64. PR: ports/99114 Submitted by: maintainer END K 10 svn:author V 4 miwi K 8 svn:date V 27 2006-06-18T20:18:22.000000Z K 7 svn:log V 116 Update to 2.3b PR: ports/99101 Submitted by: Yoshihiko Sarumaru Approved by: krion (mentor) END K 10 svn:author V 3 lth K 8 svn:date V 27 2006-06-18T20:19:52.000000Z K 7 svn:log V 53 Update to 0.03 PR: ports/99107 Submitted by: aaron END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-18T20:31:14.000000Z K 7 svn:log V 60 upgrade to 1.6.2 PR: ports/99120 Submitted by: maintainer END K 10 svn:author V 7 thierry K 8 svn:date V 27 2006-06-18T20:35:18.000000Z K 7 svn:log V 143 Re-add CONFIGURE_TARGET and fix libm detection. PR: ports/99072 (fu2) Submitted by: Josh Tolbert (maintainer) END K 10 svn:author V 3 mat K 8 svn:date V 27 2006-06-18T20:45:56.000000Z K 7 svn:log V 48 Update to 99115 PR: 99115 Submitted by: aaron END K 10 svn:author V 3 mat K 8 svn:date V 27 2006-06-18T20:46:48.000000Z K 7 svn:log V 45 The last one should have read update to 0.62 END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-18T20:47:38.000000Z K 7 svn:log V 138 Remove graphics/magickwand port which was already in the tree with the name php-magickwand. Submitted by: ale@ Pointyhat to: me (itetcu) END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-18T20:52:08.000000Z K 7 svn:log V 142 Remove graphics/magickwand port which was already in the tree with the name php-magickwand. Submitted by: ale@ Pointyhat to: me (itetcu) END K 10 svn:author V 7 thierry K 8 svn:date V 27 2006-06-18T21:06:24.000000Z K 7 svn:log V 71 Upgrade to 2.15.2. Changelog at . END K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-06-18T22:14:01.000000Z K 7 svn:log V 187 Latest commit breaks build unconditionally, even if distfile exist in ${DISTDIR}. Fix this by folding code into bsd.port.pre.mk and bsd.port.post.mk. PR: 99123 Submitted by: maintainer END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-06-18T22:20:19.000000Z K 7 svn:log V 149 - Fix wrong (but harmless) shebang lines. - Don't use ${MKDIR} and ${LN} variables in pkg-install, since they aren't defined, and causes an error. END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-06-18T22:49:01.000000Z K 7 svn:log V 112 - Update to 2.1.3 PR: ports/98867 Submitted by: Ganael LAPLANCHE (maintainer) END K 10 svn:author V 3 pav K 8 svn:date V 27 2006-06-18T22:52:51.000000Z K 7 svn:log V 16 - Update to 1.9 END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-18T23:17:18.000000Z K 7 svn:log V 130 - Update to v0.91 - Restrict to Perl 5.6+ due to dependencies PR: ports/99127 Submitted by: aaron Approved by: tobez (implicit) END K 10 svn:author V 9 alepulver K 8 svn:date V 27 2006-06-18T23:30:44.000000Z K 7 svn:log V 102 - Add a note to pkg-message about existing /boot/splash file being replaced. Approved by: maintainer END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-19T00:05:47.000000Z K 7 svn:log V 89 - Update to v1.09 - Rename patchfiles to satisfy portlint Approved by: tobez (implicit) END K 10 svn:author V 4 mita K 8 svn:date V 27 2006-06-19T00:06:29.000000Z K 7 svn:log V 69 Synchronize portversion with graphics/tgif Submitted by: maintainer END K 10 svn:author V 5 leeym K 8 svn:date V 27 2006-06-19T00:08:05.000000Z K 7 svn:log V 74 - Update to 0.7.0 PR: 99081 Submitted by: leeym Approved by: maintainer END K 10 svn:author V 7 linimon K 8 svn:date V 27 2006-06-19T00:10:03.000000Z K 7 svn:log V 67 Belatedly add the description of the most recent bsd.*.mk changes. END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-19T00:21:11.000000Z K 7 svn:log V 150 - Update PORTVERSION to correct 0.38.1 - Remove DISTNAME hack - Add WRKSRC to deal with malformed distro dir structure Approved by: tobez (implicit) END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2006-06-19T01:08:30.000000Z K 7 svn:log V 19 upgrade to 0.487.6 END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-19T01:32:20.000000Z K 7 svn:log V 153 Adding port japanese/p5-Lingua-JA-Numbers, Converts numeric values into their Japanese string equivalents and vice versa. Approved by: tobez (implicit) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-19T01:32:43.000000Z K 7 svn:log V 66 ja-p5-Lingua-JA-Numbers --> ports/japanese/p5-Lingua-JA-Numbers END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2006-06-19T01:34:37.000000Z K 7 svn:log V 16 upgrade to 0.38 END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-19T01:43:28.000000Z K 7 svn:log V 123 - Update to v0.06 - Restrict to Perl 5.8.1+ due to new dependency upon p5-Lingua-JA-Numbers Approved by: tobez (implicit) END K 10 svn:author V 7 linimon K 8 svn:date V 27 2006-06-19T03:09:04.000000Z K 7 svn:log V 164 Re-enable sylpheed2-devel, now that whatever problem that broke INDEX some time ago seems to have been resolved. The port is current IGNOREd anyway. Hat: portmgr END K 10 svn:author V 5 danfe K 8 svn:date V 27 2006-06-19T04:17:17.000000Z K 7 svn:log V 118 Unquote BROKEN to please portlint(1). PR: ports/99147 Submitted by: Alexander Botero-Lowry END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-19T05:15:55.000000Z K 7 svn:log V 109 Adding port textproc/p5-CSS-Squish, Compact many CSS files into one big file. Approved by: tobez (implicit) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-19T05:16:24.000000Z K 7 svn:log V 49 p5-CSS-Squish --> ports/textproc/p5-CSS-Squish END K 10 svn:author V 6 marcus K 8 svn:date V 27 2006-06-19T05:47:15.000000Z K 7 svn:log V 70 Update to 0.9.5. Submitted by: Pawel Worach END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-19T06:59:11.000000Z K 7 svn:log V 115 Adding port www/p5-HTTP-SimpleLinkChecker, Check the HTTP response code for a link. Approved by: tobez (implicit) END K 10 svn:author V 5 aaron K 8 svn:date V 27 2006-06-19T06:59:34.000000Z K 7 svn:log V 68 p5-HTTP-SimpleLinkChecker --> ports/www/p5-HTTP-SimpleLinkChecker END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2006-06-19T07:02:38.000000Z K 7 svn:log V 86 Unquote BROKEN PR: 99154 Submitted by: Alexander Botero-Lowry END