‚ây269791 209 431 461 117 112 227 130 561 202 202 137 166 347 127 153 812 188 173 255 211 409 147 206 125 318 313 258 207 131 168 191 134 108 158 108 217 128 174 179 250 187 128 143 188 280 183 267 107 183 174 180 123 189 184 107 193 202 186 127 540 177 859 266 110 242 165 109 281 193 180 234 158 147 148 257 201 210 168 423 392 349 183 330 130 171 181 107 110 108 111 255 117 274 171 135 172 180 387 176 186 187 191 429 174 188 188 201 195 192 149 150 189 198 178 194 191 175 273 231 125 111 216 309 124 111 201 107 323 123 169 191 172 124 113 120 147 238 120 157 246 173 174 246 145 148 129 197 418 191 233 136 184 159 117 109 198 1512 123 125 147 161 111 111 453 682 183 256 523 276 229 198 232 202 202 240 170 177 238 179 110 111 209 109 110 110 130 109 113 201 112 200 558 183 136 117 117 138 761 499 251 109 109 130 109 175 243 140 245 150 118 K 10 svn:author V 7 thierry K 8 svn:date V 27 2011-02-26T10:23:19.000000Z K 7 svn:log V 334 Chase the upgrade of science/cgnslib to 2.5-5; this implies to switch some dependencies from science/hdf5 to science/hdf5-18. As a side note: I think that all ports depending on science/hdf5 could be switched to science/hdf5-18, by defining H5_USE_16_API when necessary, and then science/hdf5 could be deprecated. PR: ports/154736 END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2011-02-26T10:34:42.000000Z K 7 svn:log V 363 Plack::Middleware::IEnosniff is middleware for Plack. This middleware adds HTTP Header 'X-Content-Type-Options: nosniff' for safe. Sending X-Content-Type-Options response header with the value nosniff will prevent Internet Explorer from MIME-sniffing a response away from the declared content-type. WWW: http://search.cpan.org/dist/Plack-Middleware-IEnosniff/ END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2011-02-26T10:37:34.000000Z K 7 svn:log V 20 - Upgrade to 1.1.0. END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2011-02-26T10:38:01.000000Z K 7 svn:log V 17 Update to 15.5.0 END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2011-02-26T11:04:47.000000Z K 7 svn:log V 129 Module::Metadata - Gather package and POD information from perl module files. WWW: http://search.cpan.org/dist/Module-Metadata/ END K 10 svn:author V 3 ale K 8 svn:date V 27 2011-02-26T11:10:20.000000Z K 7 svn:log V 38 Unbreak after linux-f10-pango update. END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2011-02-26T11:31:09.000000Z K 7 svn:log V 466 - Finish removal of PLIST trick and OpenSSL 0.9.8 detection. Now supported FreeBSD versions are all use OpenSSL greater than 0.9.8 . This also fixes the problem of generating and leaving pkg-plist.tmp in /usr/ports/lang/python32 . - Add some PLIST_SUB anchors, this does: * Not being conflict with default python version (the one installed as /usr/local/bin/python) * Make life easier for later 3.2.x (and higher) updates * Add NO_NIS support back END K 10 svn:author V 5 culot K 8 svn:date V 27 2011-02-26T11:33:36.000000Z K 7 svn:log V 107 - Update to 1.1.11 PR: ports/155043 Submitted by: Charlie Kester (maintainer) END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2011-02-26T11:41:39.000000Z K 7 svn:log V 107 - Remove using of ?=, this port is a not a master port - Using variable provided by PLIST_SUB in pkg-plist END K 10 svn:author V 6 johans K 8 svn:date V 27 2011-02-26T12:40:10.000000Z K 7 svn:log V 42 Update xpaint to 2.9.8.2 (bugfix release) END K 10 svn:author V 2 az K 8 svn:date V 27 2011-02-26T14:00:13.000000Z K 7 svn:log V 75 Fix fetch issue, but note distfile now on backpan so.. Reported by: miwi@ END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2011-02-26T14:07:33.000000Z K 7 svn:log V 249 Data::Page::NoTotalEntries is a generic pager object, so it's very similar with Data::Page. But so Data::Page::NoTotalEntries doesn't support $pager->total_entries and other some methods. WWW: http://search.cpan.org/dist/Data-Page-NoTotalEntries/ END K 10 svn:author V 2 az K 8 svn:date V 27 2011-02-26T14:10:05.000000Z K 7 svn:log V 36 Fix fetch issue Reported by: miwi@ END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2011-02-26T14:46:12.000000Z K 7 svn:log V 59 Add py-django-storages 1.1.1, generic storages for Django. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2011-02-26T14:48:08.000000Z K 7 svn:log V 714 Plack::Middleware::Precompressed is an alternative (or rather, complement) to middlewares like Deflater, which will compress response bodies on the fly. For dynamic resources, that behaviour is necessary, but for static resources it is a waste: identical entities will be compressed over and over. Instead, Precompressed allows you to compress static resources once, e.g. as part of your build process, and then serve the compressed resource in place of the uncompressed one for compression-enabled clients. To do so, it appends a .gz suffix to the request URI and tries to serve that. If that fails, it will try again with the unmodified URI. WWW: http://search.cpan.org/dist/Plack-Middleware-Precompressed/ END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2011-02-26T14:50:11.000000Z K 7 svn:log V 94 Add py-django-evolution 0.6.2, a database schema evolution tool for the Django web framework. END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2011-02-26T14:55:33.000000Z K 7 svn:log V 79 Add py-djblets 0.6.7, a collection of useful classes and functions for Django. END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-26T14:55:34.000000Z K 7 svn:log V 161 - Reset Maintainer (mail bounce) The error that the other server returned was: 550 550 5.1.1 ... user unknown (state 14). With hat: portmgr END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-26T15:08:34.000000Z K 7 svn:log V 117 - Reset maintainer (mail adress bounce Remote-MTA: X-Unix; mirapoint Diagnostic-Code: smtp; 550 5.1.1 User unknown ) END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2011-02-26T15:11:28.000000Z K 7 svn:log V 311 mod_auth_tkt is a lightweight single-sign-on authentication module for apache, supporting versions 1.3.x, 2.0.x, and 2.2.x. It uses secure cookie-based tickets to implement a single-signon framework that works across multiple apache instances and servers. WWW: http://www.openfusion.com.au/labs/mod_auth_tkt/ END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2011-02-26T15:16:04.000000Z K 7 svn:log V 53 Add reviewboard 1.5.4, a web-based code review tool. END K 10 svn:author V 5 nivit K 8 svn:date V 27 2011-02-26T15:30:04.000000Z K 7 svn:log V 111 - Fix build when Python version > 2.6 - Remove MD5 checksum from distinfo PR: ports/154965 Submitted by: wen END K 10 svn:author V 5 novel K 8 svn:date V 27 2011-02-26T15:47:58.000000Z K 7 svn:log V 31 Fix fetch. Reported by: miwi END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T16:05:00.000000Z K 7 svn:log V 225 - Update to 0.2660 [1] - Set LICENSE - Pass maintainership to perl@ Changes: http://cpansearch.perl.org/src/RCAPUTO/POE-Component-Client-Keepalive-0.266/CHANGES PR: ports/154940 Submitted by: Jase Thew END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T16:13:30.000000Z K 7 svn:log V 220 - Update to 0.9420 [1] - Set LICENSE - Pass maintainership to perl@ Changes: http://cpansearch.perl.org/src/RCAPUTO/POE-Component-Client-HTTP-0.942/CHANGES PR: ports/154941 Submitted by: Jase Thew END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T16:20:09.000000Z K 7 svn:log V 165 - Update to 4.018 - Set LICENSE Changes: http://search.cpan.org/src/CAPTTOFU/DBD-mysql-4.018/ChangeLog PR: ports/153571 Submitted by: Steve Wills END K 10 svn:author V 2 az K 8 svn:date V 27 2011-02-26T16:31:33.000000Z K 7 svn:log V 115 http://backpan.cpan.org is down. Moved it to the end of sites list and instead it put new http://backpan.perl.org. END K 10 svn:author V 4 gahr K 8 svn:date V 27 2011-02-26T16:31:50.000000Z K 7 svn:log V 38 - Fix MASTER_SITES Reported by: miwi END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T16:32:49.000000Z K 7 svn:log V 76 Add p5-POE-Component-Resolver 0.911, a non-blocking getaddrinfo() resolver. END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T16:35:08.000000Z K 7 svn:log V 99 Forced commit to the previous one. PR: ports/154937 Submitted by: Jase Thew END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T16:44:32.000000Z K 7 svn:log V 42 Add option MODPERL2 (enabled by default). END K 10 svn:author V 2 az K 8 svn:date V 27 2011-02-26T16:56:48.000000Z K 7 svn:log V 17 Fix fetch issue. END K 10 svn:author V 4 gahr K 8 svn:date V 27 2011-02-26T16:59:56.000000Z K 7 svn:log V 65 - Mark as IGNORE, master site has disappeared Reported by: miwi END K 10 svn:author V 2 az K 8 svn:date V 27 2011-02-26T17:04:39.000000Z K 7 svn:log V 17 Fix fetch issue. END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2011-02-26T17:05:34.000000Z K 7 svn:log V 122 - Add a patch to fix output of calendar list PR: ports/155061 Submitted by: "Herbert J. Skuhra" END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T17:28:30.000000Z K 7 svn:log V 36 Fix dependency for MODPERL2 option. END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T17:30:21.000000Z K 7 svn:log V 82 Add foswiki-ModPerlEngineContrib , permits Foswiki to be executed under mod_perl. END K 10 svn:author V 2 az K 8 svn:date V 27 2011-02-26T17:56:24.000000Z K 7 svn:log V 88 - Update to 0.33002 PR: ports/155024 Submitted by: milki END K 10 svn:author V 6 marcus K 8 svn:date V 27 2011-02-26T18:07:19.000000Z K 7 svn:log V 154 Fix the processing of devd messages so that the new -CURRENT format is properly understood. Submitted by: Gustau Pérez gpere@entel.upc.edu (based on) END K 10 svn:author V 6 swills K 8 svn:date V 27 2011-02-26T19:02:10.000000Z K 7 svn:log V 92 Set autoflush from the command line WWW: http://search.cpan.org/~dagolden/Devel-Autoflush/ END K 10 svn:author V 6 swills K 8 svn:date V 27 2011-02-26T19:37:23.000000Z K 7 svn:log V 33 - Use slightly more reliable URL END K 10 svn:author V 2 vd K 8 svn:date V 27 2011-02-26T19:40:28.000000Z K 7 svn:log V 52 Upgrade textproc/libextractor from 0.5.20b to 0.6.2 END K 10 svn:author V 6 swills K 8 svn:date V 27 2011-02-26T19:48:34.000000Z K 7 svn:log V 93 Structured data retreival of perl -V output WWW: http://search.cpan.org/dist/Config-Perl-V/ END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T20:03:04.000000Z K 7 svn:log V 187 Update to 1.012 Changes: http://cpansearch.perl.org/src/BOBTFISH/Catalyst-Authentication-Store-LDAP-1.012/Changes PR: ports/155071 Submitted by: Ruslan Mahmatkhanov END K 10 svn:author V 6 swills K 8 svn:date V 27 2011-02-26T20:03:46.000000Z K 7 svn:log V 88 Portable API to set the terminal titlebar WWW: http://search.cpan.org/dist/Term-Title/ END K 10 svn:author V 2 db K 8 svn:date V 27 2011-02-26T20:07:00.000000Z K 7 svn:log V 175 - Joop download has disapeared, affecting a number of ports - Modified original request to add a MASTER_SITE_LOCAL Submitted by: matt@chronos.org.uk Approved by: Maintainer END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T20:07:48.000000Z K 7 svn:log V 15 Update to 0.16 END K 10 svn:author V 6 swills K 8 svn:date V 27 2011-02-26T20:08:35.000000Z K 7 svn:log V 88 Adds CPAN Testers reporting to CPAN.pm WWW: http://search.cpan.org/dist/CPAN-Reporter/ END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T20:09:05.000000Z K 7 svn:log V 82 Update to 2.15 Changes: http://cpansearch.perl.org/src/RGARCIA/base-2.15/Changes END K 10 svn:author V 6 swills K 8 svn:date V 27 2011-02-26T20:10:18.000000Z K 7 svn:log V 85 Turnkey CPAN Testers smoking WWW: http://search.cpan.org/dist/CPAN-Reporter-Smoker/ END K 10 svn:author V 6 marcus K 8 svn:date V 27 2011-02-26T20:13:03.000000Z K 7 svn:log V 28 Cache the distfile locally. END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T20:13:22.000000Z K 7 svn:log V 97 Update to 1.10 Changes: http://cpansearch.perl.org/src/DOLMEN/POE-Component-Logger-1.10/Changes END K 10 svn:author V 6 swills K 8 svn:date V 27 2011-02-26T20:16:35.000000Z K 7 svn:log V 89 Metabase Facts and accompanying classes WWW: http://search.cpan.org/dist/Metabase-Fact/ END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-26T20:17:02.000000Z K 7 svn:log V 15 Update to 0.23 END K 10 svn:author V 6 swills K 8 svn:date V 27 2011-02-26T20:18:31.000000Z K 7 svn:log V 98 Client that submits to Metabase servers WWW: http://search.cpan.org/dist/Metabase-Client-Simple/ END K 10 svn:author V 6 swills K 8 svn:date V 27 2011-02-26T20:21:08.000000Z K 7 svn:log V 106 Metabase transport for Test::Reporter WWW: http://search.cpan.org/dist/Test-Reporter-Transport-Metabase/ END K 10 svn:author V 4 rene K 8 svn:date V 27 2011-02-26T21:06:09.000000Z K 7 svn:log V 93 Update to 0.32.1 Changelog: http://argouml.tigris.org/servlets/NewsItemView?newsItemID=2454 END K 10 svn:author V 6 marcus K 8 svn:date V 27 2011-02-26T21:20:31.000000Z K 7 svn:log V 32 Remove the legacy MD5 checksum. END K 10 svn:author V 2 mm K 8 svn:date V 27 2011-02-26T21:25:04.000000Z K 7 svn:log V 448 debootstrap is a tool which will install a Debian base system into a subdirectory of another, already installed system. It doesn't require an installation CD, just access to a Debian repository. In FreeBSD, you can use debootstrap to install Debian GNU/kFreeBSD into a subdirectory of your existing FreeBSD installation (i386 or amd64) and then run Debian GNU/kFreeBSD (i386 or amd64) in a jail or chroot. WWW: http://wiki.debian.org/Debootstrap END K 10 svn:author V 6 swills K 8 svn:date V 27 2011-02-26T21:52:05.000000Z K 7 svn:log V 82 CPAN Testers report object WWW: http://search.cpan.org/dist/CPAN-Testers-Report/ END K 10 svn:author V 3 nox K 8 svn:date V 27 2011-02-26T22:11:54.000000Z K 7 svn:log V 766 - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc support in webcamd svn (for mceusb-based receivers/transmitters and USB DVB tuner remotes supported by the Linux code), and enable support for a few more USB devices while we're at it tho of those only an FTDI-based one was tested: http://www.huitsing.nl/irftdi/ [1] - Fix plist for audio/rhythmbox and multimedia/totem and add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for multimedia/xine when building them with (optional) lirc support. [2] - Chase liblirc_client shlib version bump for ports depdending on it and bump PORTREVISIONs for ports depending on it by default. Approved by: portmgr (miwi) [2] Thanks to: Warren Block for testing [1] END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-26T22:19:43.000000Z K 7 svn:log V 173 Bump version to 7.5.1 to be inline with xorg. Add support for VIDEO_DRIVER=nvidia [1]. PR: ports/154319 [1] Submitted by: Eitan Adler (maintainer) END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-26T22:27:50.000000Z K 7 svn:log V 18 Remove stray '/'. END K 10 svn:author V 3 nox K 8 svn:date V 27 2011-02-26T22:35:16.000000Z K 7 svn:log V 149 Distfile rereolled, cdinsert.pl cgi was updated once more but we don't install that so no PORTVERSION bump needed. Submitted by: pointyhat via miwi END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-26T22:47:25.000000Z K 7 svn:log V 73 Add missing RUN_DEPENDS. Pointyhat to: kwm, I like a purple one please. END K 10 svn:author V 2 mm K 8 svn:date V 27 2011-02-26T23:38:08.000000Z K 7 svn:log V 18 - Add pkg-message END K 10 svn:author V 6 gerald K 8 svn:date V 27 2011-02-27T01:11:53.000000Z K 7 svn:log V 185 Update to the 20110226 snapshot of GCC 4.6.0. The change for code generation on i386 to default to i486 on FreeBSD 6 and above is now upstream, too, so we can shed our specific patch. END K 10 svn:author V 3 wen K 8 svn:date V 27 2011-02-27T01:15:14.000000Z K 7 svn:log V 100 - Fix dependency, PYLXML_EGG does not exist now - Rmove MD5 PR: ports/155057 Submitted by: lwhsu@ END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2011-02-27T02:01:30.000000Z K 7 svn:log V 83 List changes for CPAN modules. WWW: http://search.cpan.org/dist/cpan-listchanges/ END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2011-02-27T02:05:31.000000Z K 7 svn:log V 136 SQL::Maker is yet another SQL builder class. It is based on DBIx::Skinny's SQL generator. WWW: http://search.cpan.org/dist/SQL-Maker/ END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T02:38:18.000000Z K 7 svn:log V 65 - Fix fetch - Drop md5 support Reported by: few peoples via irc END K 10 svn:author V 7 linimon K 8 svn:date V 27 2011-02-27T04:43:22.000000Z K 7 svn:log V 51 Mark as broken on -CURRENT: needs distinfo update. END K 10 svn:author V 9 tabthorpe K 8 svn:date V 27 2011-02-27T04:54:41.000000Z K 7 svn:log V 50 - Reassign ports to heap Submitted by: alepulver END K 10 svn:author V 9 tabthorpe K 8 svn:date V 27 2011-02-27T04:56:29.000000Z K 7 svn:log V 158 Take alepulver's commit bit in for safe keeping. Thank you for your years of service, we hope to see you back. Requested by: alepulver Approved by: portmgr END K 10 svn:author V 7 linimon K 8 svn:date V 27 2011-02-27T06:01:20.000000Z K 7 svn:log V 104 Move some of the error types that were removed from the script some time ago to the "obsolete" section. END K 10 svn:author V 7 linimon K 8 svn:date V 27 2011-02-27T06:16:01.000000Z K 7 svn:log V 113 Sheesh. The errors "f77" and "uname" were never even documented. Add the into the section for obsolete errors. END K 10 svn:author V 2 vd K 8 svn:date V 27 2011-02-27T06:29:20.000000Z K 7 svn:log V 77 Fix compilation of graphics/libpano13 with libtool 2.4 Spotted by: linimon@ END K 10 svn:author V 7 linimon K 8 svn:date V 27 2011-02-27T06:33:45.000000Z K 7 svn:log V 326 For efficiency's sake, deprecate the following error types, which we no longer see: chown, perl5, python, stdio, struct changes, sysvipc, USE_XLIB, varargs Add the following new error types that we are now seeing: clang-bug, cpusetsize, sem_wait Tweak the definitions for linker_error and threads to be more accurate. END K 10 svn:author V 7 linimon K 8 svn:date V 27 2011-02-27T06:55:38.000000Z K 7 svn:log V 295 One more pass through this file to bring it up to the latest processonelog: - deprecate assert, chown, perl5, python, stdio, sysvipc, varargs - add the existing nested_declaration, termios, utmp_x While here, fix formatting. Pointy hat to: linimon, for letting this get so far out of sync END K 10 svn:author V 7 delphij K 8 svn:date V 27 2011-02-27T07:01:17.000000Z K 7 svn:log V 252 Fix several problems with the rc.d script based on dougb@'s comments: - Set a default value (NO) for _enable; - Use REQUIRE: LOGIN since this is not required to start that early; - Make the style more like the standard script. Submitted by: dougb END K 10 svn:author V 6 marcus K 8 svn:date V 27 2011-02-27T07:04:16.000000Z K 7 svn:log V 88 Update to 2.7.10. See http://developer.pidgin.im/wiki/ChangeLog for a list of changes. END K 10 svn:author V 7 linimon K 8 svn:date V 27 2011-02-27T07:08:01.000000Z K 7 svn:log V 233 Add an overly-large regexp to isolate "packages that fail to build with clang". This will probably need to be trimmed down some so as to not pessimize processing time. At this time this change will be restricted to pointyhat-west. END K 10 svn:author V 2 az K 8 svn:date V 27 2011-02-27T07:26:46.000000Z K 7 svn:log V 39 Take maintainership Approved by: skv@ END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-27T08:18:53.000000Z K 7 svn:log V 79 Update to 2.2 Changes: http://pgfoundry.org/frs/shownotes.php?release_id=1778 END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-27T08:21:21.000000Z K 7 svn:log V 89 Update to 1.53 Changes: http://cpansearch.perl.org/src/COSIMO/Device-Modem-1.53/Changes END K 10 svn:author V 3 skv K 8 svn:date V 27 2011-02-27T08:24:48.000000Z K 7 svn:log V 15 Update to 0.07 END K 10 svn:author V 3 mva K 8 svn:date V 27 2011-02-27T08:58:12.000000Z K 7 svn:log V 18 - Update to 0.7.5 END K 10 svn:author V 3 mva K 8 svn:date V 27 2011-02-27T09:00:37.000000Z K 7 svn:log V 16 - Update to 3.4 END K 10 svn:author V 3 mva K 8 svn:date V 27 2011-02-27T09:02:02.000000Z K 7 svn:log V 19 - Update to 0.55.0 END K 10 svn:author V 5 decke K 8 svn:date V 27 2011-02-27T09:39:00.000000Z K 7 svn:log V 160 - Fix with ruby-gems 1.5.x - Bump PORTREVISION Reported by: Armin Pirkovitsch Obtained from: http://www.redmine.org/issues/7516 END K 10 svn:author V 6 johans K 8 svn:date V 27 2011-02-27T10:17:14.000000Z K 7 svn:log V 22 Update libecc to 14.0 END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2011-02-27T10:47:50.000000Z K 7 svn:log V 176 Teng is very simple DBI wrapper and simple O/R Mapper. It aims to be lightweight, with minimal dependencies so it's easier to install. WWW: http://search.cpan.org/dist/Teng/ END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:00:35.000000Z K 7 svn:log V 78 - Update to 1.7 PR: 154910 Submitted by: Yuri (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:01:19.000000Z K 7 svn:log V 42 - Chase devel/google-perftools shlib bump END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:03:18.000000Z K 7 svn:log V 79 - Update to 0.98 PR: 154987 Submitted by: milki END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:04:36.000000Z K 7 svn:log V 87 - Update to 0.6.6 PR: 154992 Submitted by: Ayumi Mitsui (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:06:01.000000Z K 7 svn:log V 293 drmaa-python is a python package to interact with DRMAA-compliant distributed resource management systems. The library tries to be compliant with the DRMAA 1.0 Python language binding. WWW: http://code.google.com/p/drmaa-python/ PR: ports/154913 Submitted by: Mykola Dzham END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:06:45.000000Z K 7 svn:log V 83 - Update to 0.2 PR: 155032 Submitted by: Ruslan Mahmatkhanov END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:07:41.000000Z K 7 svn:log V 93 - Update to 4.4.7 PR: 154971 Submitted by: Helmut Schneider (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:08:26.000000Z K 7 svn:log V 94 - Update to 4.3.11 PR: 154972 Submitted by: Helmut Schneider (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:09:23.000000Z K 7 svn:log V 98 - Update to 0.0.5 PR: 155025 Submitted by: Ruslan Mahmatkhanov (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:12:42.000000Z K 7 svn:log V 335 - Update to 2.64. Other changes: * Restyle port to use options framework plus other style changes. * Remove MD5 authentication knob - enabled by default now. * Add X-Originating-IP knob with patch from upstream. * Add ssmtp.conf.5 man page to installation. PR: 154924 Submitted by: Aragon Gouveia (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:14:26.000000Z K 7 svn:log V 81 - Update to 1.0008 PR: 155046 Submitted by: milki END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:15:37.000000Z K 7 svn:log V 95 - Update to 3.1 PR: 154976 Submitted by: Yuan-Chung Hsiao (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:31:47.000000Z K 7 svn:log V 95 - Update to 4.1.3 PR: 154980 Submitted by: UMENO Takashi (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:32:58.000000Z K 7 svn:log V 107 - Update to 2.6 PR: 154611 Submitted by: Ruslan Mahmatkhanov Approved by: maintainer END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:35:14.000000Z K 7 svn:log V 101 - Update to 0.8.3. PR: 154821 Submitted by: Guido Falsi Approved by: maintainer END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:36:43.000000Z K 7 svn:log V 99 - Update to 1.1.7 PR: 154846 Submitted by: Thomas Dreibholz (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:37:36.000000Z K 7 svn:log V 56 - Update to 6.1.4 PR: 154889 Submitted by: maintainer END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:38:19.000000Z K 7 svn:log V 57 - Update to 0.9.28 PR: 154925 Submitted by: maintainer END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:39:26.000000Z K 7 svn:log V 96 - Update to 2.13 PR: 155052 Submitted by: Charlie Kester (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:41:16.000000Z K 7 svn:log V 104 - Add missing dependency PR: 155051 Submitted by: Charlie Kester (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:42:28.000000Z K 7 svn:log V 85 - Update to 20090821 PR: 155049 Submitted by: Pedro Giffuni END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:43:28.000000Z K 7 svn:log V 100 - Update to 1.4.8.2 PR: 155042 Submitted by: Ruslan Mahmatkhanov (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:44:21.000000Z K 7 svn:log V 98 - Update to 2.6.3 PR: 154894 Submitted by: Ruslan Mahmatkhanov (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:45:17.000000Z K 7 svn:log V 82 - Update to 0.07009 PR: 155048 Submitted by: milki END K 10 svn:author V 5 nivit K 8 svn:date V 27 2011-02-27T13:46:17.000000Z K 7 svn:log V 178 - Update to 1.7 - Add do-build, post-install targets to Makefile - Add files/patch-mma.py - Install all files without using the cp-install script - Remove files/patch-cp-install END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:46:18.000000Z K 7 svn:log V 137 - Update to 1.0.1- Update to 1.0.1- Update to 1.0.1- Update to 1.0.1- Update to 1.0.1- Update to 1.0.1- Update to 1.0.1- Update to 1.0.1 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:48:03.000000Z K 7 svn:log V 32 - Update to 2.0.11 PR: 155055 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T13:57:02.000000Z K 7 svn:log V 18 - Update to 1.5.0 END K 10 svn:author V 6 araujo K 8 svn:date V 27 2011-02-27T14:27:43.000000Z K 7 svn:log V 120 - It is no longer maintained, updated as well as can't be fetched, try to use net/gnet2. Reported by: pointyhat (miwi) END K 10 svn:author V 6 araujo K 8 svn:date V 27 2011-02-27T14:41:22.000000Z K 7 svn:log V 213 - Now can build with supporting of IPV6. - Removed MD5. - Bump PORTREVISION. PR: ports/154932 Submitted by: "Y.A." Reviewed by: "Alexey V. Degtyarev" (maintainer) END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T14:51:50.000000Z K 7 svn:log V 31 - Allow to build with python27 END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2011-02-27T15:26:30.000000Z K 7 svn:log V 16 Update to 0.0.2 END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2011-02-27T15:39:49.000000Z K 7 svn:log V 106 - Suport PEP 3149 -- ABI version tagged .so files This fixes building with UCS4 or PYMALLOC turned off. END K 10 svn:author V 3 lth K 8 svn:date V 27 2011-02-27T15:45:53.000000Z K 7 svn:log V 15 Update to 0.32 END K 10 svn:author V 6 araujo K 8 svn:date V 27 2011-02-27T15:46:16.000000Z K 7 svn:log V 227 - Mark as DEPRECATED and set EXPIRATION_DATE due it's no longer maintained since 2003 as well as its dependencies that isn't more updated and can't be fetched. Also it can't be build using net/gnet2. Reported by: cperciva END K 10 svn:author V 5 nivit K 8 svn:date V 27 2011-02-27T15:59:36.000000Z K 7 svn:log V 29 - Update to 1.6.4.2011010200 END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T16:14:04.000000Z K 7 svn:log V 76 - Update to 1.1.2 (this release added python27 support) Submitted by: wen@ END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T16:16:15.000000Z K 7 svn:log V 98 - Bump PORTREVISION after www/py-turbogears update all these ports builds now with python27 \o/ END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T16:22:06.000000Z K 7 svn:log V 79 Remove: www/py-turbodjango www/py-turbosetup textproc/py-csv devel/py-uuid END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-27T16:25:05.000000Z K 7 svn:log V 31 - Correct the previous entrys: END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2011-02-27T16:39:12.000000Z K 7 svn:log V 17 Upgrade to 0.47. END K 10 svn:author V 6 araujo K 8 svn:date V 27 2011-02-27T16:54:15.000000Z K 7 svn:log V 25 - Update to 2011.02.25c. END K 10 svn:author V 6 araujo K 8 svn:date V 27 2011-02-27T17:02:12.000000Z K 7 svn:log V 52 - Fix the pkg-descr entry. - Remove deprecated MD5. END K 10 svn:author V 2 az K 8 svn:date V 27 2011-02-27T17:57:40.000000Z K 7 svn:log V 146 * Remove Digest::MD5 dep. (already coremodule) and --skipdeps from CONFIGURE_ARGS since such magic already inside bsd.perl.mk * BUMP PORTREVISION END K 10 svn:author V 3 nox K 8 svn:date V 27 2011-02-27T17:59:21.000000Z K 7 svn:log V 28 Update to 20110206 version. END K 10 svn:author V 6 avilla K 8 svn:date V 27 2011-02-27T18:47:02.000000Z K 7 svn:log V 62 Add shiva-collections 1.3, collection of kernels for OpenGTL. END K 10 svn:author V 7 mandree K 8 svn:date V 27 2011-02-27T18:48:44.000000Z K 7 svn:log V 149 Fix GTK2-enabled "make package" from a PREFIX where ${DESKTOPDIR} was not create previously: make the directory before installing the .desktop file. END K 10 svn:author V 6 avilla K 8 svn:date V 27 2011-02-27T18:58:57.000000Z K 7 svn:log V 78 - Add optional dependency on graphics/shiva-collections. - Bump PORTREVISION. END K 10 svn:author V 3 nox K 8 svn:date V 27 2011-02-27T19:34:49.000000Z K 7 svn:log V 82 - Add patch to fix -L (vlc .xspf playlist output) for DVB-S. - Bump PORTREVISION. END K 10 svn:author V 7 mandree K 8 svn:date V 27 2011-02-27T19:49:48.000000Z K 7 svn:log V 149 (forced commit:) Repocopied by marcus@ from ports/net/unison as of Sat Feb 19 12:52:12 2011 UTC. Requested by: mandree@ PR: ports/154912. END K 10 svn:author V 7 glarkin K 8 svn:date V 27 2011-02-27T19:59:39.000000Z K 7 svn:log V 49 - Reassign to skv Requested by: skv (via email) END K 10 svn:author V 5 nivit K 8 svn:date V 27 2011-02-27T21:00:21.000000Z K 7 svn:log V 54 - Update to 0.8.7 - Remove MD5 checksum from distinfo END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2011-02-27T22:28:29.000000Z K 7 svn:log V 34 Remove BROKEN: USE_XORG properly. END K 10 svn:author V 2 db K 8 svn:date V 27 2011-02-27T22:53:34.000000Z K 7 svn:log V 105 - Upstream website (pg4i) disapeared as did a download site. - Move download site to new one and mirror. END K 10 svn:author V 5 naddy K 8 svn:date V 27 2011-02-27T23:16:09.000000Z K 7 svn:log V 323 Revert "dix: use the event mask of the grab for TryClientEvents." http://cgit.freedesktop.org/xorg/xserver/commit/?id=018c878e9495b21146c8f38617fdd1bf6d8cc73b This fixes delivery of button press events to clients. In particular, it fixes irrecoverable focus loss in mwm(1). Approved by: miwi Obtained from: Xorg upstream END K 10 svn:author V 3 wen K 8 svn:date V 27 2011-02-28T00:11:32.000000Z K 7 svn:log V 99 - Update to 4.5.2 PR: ports/155073 Submitted by: Helmut Schneider (maintainer) END K 10 svn:author V 2 mi K 8 svn:date V 27 2011-02-28T00:13:58.000000Z K 7 svn:log V 141 Add port of Serviio -- a DLNA server capable of realtime transcoding. http://www.serviio.org/ Thanks to David Brouda for helping to test. END K 10 svn:author V 2 mi K 8 svn:date V 27 2011-02-28T00:15:23.000000Z K 7 svn:log V 45 Actually add the bits and pieces of Serviio. END K 10 svn:author V 4 bapt K 8 svn:date V 27 2011-02-28T00:24:00.000000Z K 7 svn:log V 91 - update to 0.26 - Changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.26/Changes END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-28T00:36:49.000000Z K 7 svn:log V 66 - Kick ftp/junglemoneky to fix the index after net/gnet removal END K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2011-02-28T00:44:08.000000Z K 7 svn:log V 22 - Add forgotten plist END K 10 svn:author V 3 wen K 8 svn:date V 27 2011-02-28T01:30:15.000000Z K 7 svn:log V 17 - Update to 0.35 END K 10 svn:author V 5 danfe K 8 svn:date V 27 2011-02-28T01:41:16.000000Z K 7 svn:log V 103 - Remove defunct WWW line [1] - Release maintainership - Drop MD5 sum while here PR: ports/154866 [1] END K 10 svn:author V 7 mandree K 8 svn:date V 27 2011-02-28T01:56:40.000000Z K 7 svn:log V 1414 Add new port: net/unison232, an older version of net/unison that speaks the 2.32 protocol for compatibility with hosts not using FreeBSD ports. [1] Note that other than discussed in the PR, this port installs unison232[-text] commands and documentation into .../unison232 directories so as to avoid conflicts with net/unison and allow parallel installation of both ports. Other changes since repocopy than renaming: - Take maintainership for this new port for now and grant Guido Falsi implicit approval for port changes. - Downgrade to 2.32.52 (the repocopy copied HEAD rather than the specified date) - note I'm not bumping PORTEPOCH since unison232 wasn't hooked to the build before this commit, and we've renamed to installed port/package from unison to unison232, so it's technically a new port. - Query GTK2 support through OPTIONS framework, unless WITHOUT_X11 is defined. Check WITHOUT_GTK2 variable, don't care about WITH_GTK2. - Create ${DESKTOPDIR} before trying to install files into it, for the benefit of systems that install into a fresh PREFIX. - Remove CONFLICTS, add PKGNAMESUFFIX=232. - Clean up the Makefile a bit, and don't hide non-echo/cat commands - Remove pkg-message variants - Hook net/unison232 to the tree in net/Makefile - Add UPDATING entry - Add German translation for the .desktop file. PR: ports/154912 [1] Submitted by: mandree (myself) END K 10 svn:author V 4 ache K 8 svn:date V 27 2011-02-28T03:04:20.000000Z K 7 svn:log V 30 Remove myself from MAINTAINER END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-28T04:43:28.000000Z K 7 svn:log V 32 - Restore BROKEN does not build END K 10 svn:author V 4 miwi K 8 svn:date V 27 2011-02-28T04:45:52.000000Z K 7 svn:log V 54 - BROKEN fails to build Reported by: phw via linimon END K 10 svn:author V 6 avilla K 8 svn:date V 27 2011-02-28T05:06:26.000000Z K 7 svn:log V 66 Add libplist 1.3, a library to handle Apple Property List format. END K 10 svn:author V 5 rafan K 8 svn:date V 27 2011-02-28T05:08:28.000000Z K 7 svn:log V 17 - Update to 1.00 END K 10 svn:author V 5 rafan K 8 svn:date V 27 2011-02-28T05:08:58.000000Z K 7 svn:log V 17 - Update to 2.42 END K 10 svn:author V 6 avilla K 8 svn:date V 27 2011-02-28T05:09:56.000000Z K 7 svn:log V 357 'usbmuxd' stands for "USB multiplexing daemon". This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. WWW: http://marcansoft.com/blog/iphonelinux/usbmuxd END K 10 svn:author V 6 avilla K 8 svn:date V 27 2011-02-28T05:13:23.000000Z K 7 svn:log V 586 libimobiledevice is a software library that talks the protocols to support iPhone, iPod Touch and iPad devices on Linux. Unlike other projects, it does not depend on using any existing proprietary libraries and does not require jailbreaking. It allows other software to easily access the device's filesystem, retrieve information about the device and its internals, backup/restore the device, manage SpringBoard icons, manage installed applications, retrieve addressbook/calendars/notes and bookmarks and synchronize music and video to the device. WWW: http://www.libimobiledevice.org END K 10 svn:author V 5 lwhsu K 8 svn:date V 27 2011-02-28T05:40:03.000000Z K 7 svn:log V 89 - Link the shared library to correct name Reported by: Alex Vasylenko END K 10 svn:author V 7 delphij K 8 svn:date V 27 2011-02-28T07:40:32.000000Z K 7 svn:log V 159 Correct the directory that we intend to remove. (%%KMODDIR%% expands to a full path while plist expects a relative path). Reported by: exp-run (via linimon) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2011-02-28T08:01:01.000000Z K 7 svn:log V 429 - Take maintainership, des@ is no longer having enough time for zsh, he has done a really great job with zsh, thanks a lot. [1] - Upgrade to 4.3.11 - add linsysfs to the file system list for completion [2] - fix mount completion when adding available labels to the list of devices [3] PR: ports/141472 [2], ports/145657 [3] Submitted by: scf [2], Frédéric Perrin [3] Approved by: des@ [1] END K 10 svn:author V 4 gahr K 8 svn:date V 27 2011-02-28T10:14:57.000000Z K 7 svn:log V 182 - Update to 4.1.6 Changes: * fixed permission of shared memory, now world readable if not umasked - Shorten lines in pkg-descr to stay within the 80 col limit - Add USE_LDCONFIG END K 10 svn:author V 3 wen K 8 svn:date V 27 2011-02-28T10:53:02.000000Z K 7 svn:log V 136 - Update to 0.4.1 - Fix build with python-2.7 - Remove MD5 PR: ports/155091 Submitted by: Wen Heping (myself) Approved by: maintainer END K 10 svn:author V 3 wen K 8 svn:date V 27 2011-02-28T10:56:27.000000Z K 7 svn:log V 105 - Fix build with python-2.7 PR: ports/155065 Submitted by: Wen Heping (myself) Approved by: maintainer END K 10 svn:author V 3 wen K 8 svn:date V 27 2011-02-28T11:01:56.000000Z K 7 svn:log V 139 - Update to 1.1.1 - Remove MD5 - Fix build with python-2.7 Submitted by: Wen Heping(via email, myself) Approved by: maintainer(via email) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2011-02-28T11:09:06.000000Z K 7 svn:log V 108 - update to 0.1652 - add licenses - Changelog: http://search.cpan.org/src/KIMOTO/DBIx-Custom-0.1652/Changes END K 10 svn:author V 4 bapt K 8 svn:date V 27 2011-02-28T11:13:15.000000Z K 7 svn:log V 108 - update to 0.34 - add licenses - changes: http://cpansearch.perl.org/src/MIYAGAWA/Web-Scraper-0.34/Changes END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T11:31:37.000000Z K 7 svn:log V 147 Fix CPU hogging when subprocess terminates. PR: ports/154755 Submitted by: Antoine Martin Obtained from: py-gtk upstream END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T11:38:15.000000Z K 7 svn:log V 78 Update to 1.10.2. PR: ports/153983 Submitted by: Takefu END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T12:01:51.000000Z K 7 svn:log V 85 Update to 0.6.1. Make sure we got a recent enough version of gobject-introspection. END K 10 svn:author V 8 vsevolod K 8 svn:date V 27 2011-02-28T12:07:45.000000Z K 7 svn:log V 140 Fix bug in distfile for rspamd, so update PORTREVISION. Remove extra rspamd_flags from rc script. [1] Reported by: dougb Feature safe: yes END K 10 svn:author V 4 mich K 8 svn:date V 27 2011-02-28T12:11:34.000000Z K 7 svn:log V 86 - update to 2.00003 PR: ports/154791 Submitted by: Steve Wills END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T12:12:41.000000Z K 7 svn:log V 18 Update to 0.8.13. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T12:13:11.000000Z K 7 svn:log V 19 Update to 1.10.13. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T12:14:36.000000Z K 7 svn:log V 116 Update to 0.12.6. Pick up maintainer [1] Remove broken check for 6.x. Approved by: pav@ [1] (previous maintainer) END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T12:18:37.000000Z K 7 svn:log V 17 Update to 0.8.1. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T12:25:07.000000Z K 7 svn:log V 18 Update to 0.48.1. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T12:28:39.000000Z K 7 svn:log V 18 Update to 2.32.3. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T12:29:41.000000Z K 7 svn:log V 38 Update to 0.134. Switch to gmime 2.4 END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T12:45:20.000000Z K 7 svn:log V 17 Update to 1.3.4. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T12:46:41.000000Z K 7 svn:log V 21 Update MASTER_SITES. END K 10 svn:author V 3 wen K 8 svn:date V 27 2011-02-28T13:06:52.000000Z K 7 svn:log V 108 - Update to 0.7.12 PR: ports/155096 Submitted by: Eric Freeman (maintainer) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2011-02-28T13:08:47.000000Z K 7 svn:log V 19 - upgrade to 3.3.1 END K 10 svn:author V 3 wen K 8 svn:date V 27 2011-02-28T13:09:02.000000Z K 7 svn:log V 107 - Update to 0.7.2 PR: ports/155097 Submitted by: Eric Freeman (maintainer) END K 10 svn:author V 4 bapt K 8 svn:date V 27 2011-02-28T13:18:48.000000Z K 7 svn:log V 464 BSDBuild is a simple, self-contained and portable build system derived from the traditional 4.4BSD share/mk files. BSDBuild uses BSD-style makefiles, but without BSD make extensions (it uses standard Bourne script fragments instead), so the build system is portable to most operating systems and make flavors. Because BSDBuild is implemented as a library, makefiles are edited directly and never need to be "regenerated". WWW: http://hypertriton.com/bsdbuild/ END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2011-02-28T13:39:53.000000Z K 7 svn:log V 88 Allow the use of non-default compilers such as clang. PR: 155008 Submitted by: avilla END K 10 svn:author V 6 ehaupt K 8 svn:date V 27 2011-02-28T13:41:32.000000Z K 7 svn:log V 41 Add notes about the devel/ccache update. END K 10 svn:author V 6 sylvio K 8 svn:date V 27 2011-02-28T13:46:36.000000Z K 7 svn:log V 22 - Fixed fetch of port END K 10 svn:author V 6 sylvio K 8 svn:date V 27 2011-02-28T13:47:31.000000Z K 7 svn:log V 22 - Fixed fetch to port END K 10 svn:author V 6 sylvio K 8 svn:date V 27 2011-02-28T13:55:37.000000Z K 7 svn:log V 43 - Register uid and gid for net/crtmpserver END K 10 svn:author V 6 sylvio K 8 svn:date V 27 2011-02-28T13:57:38.000000Z K 7 svn:log V 665 High performance RTMP/RTSP streaming server rtmpd is a high performance streaming server able to stream (live or recorded) in the following technologies: - To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE) - To and from embedded devices: iPhone, Android - From surveillance cameras - IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols Also, rtmpd can be used as a high performance rendes-vous server. For example, it enables you to do: - Audio/Video conferencing - Online gaming - Online collaboration - Simple/complex chat applications WWW: http://www.rtmpd.com PR: ports/155033 Submitted by: Gavriloaie Eugen-Andrei END K 10 svn:author V 8 netchild K 8 svn:date V 27 2011-02-28T14:07:23.000000Z K 7 svn:log V 401 Deprecate all non-default Fedora based linux_base respectively linux-fx-* ports. All of them are End of Life (no security updates) since a loooong time. As they are not the default, I decided to go with a short expiration date (one month). The maintainer of the few ports which depend upon the f8 infrastructure is informed to take action (update to the default f10 infrastructure, or to deprecate). END K 10 svn:author V 2 az K 8 svn:date V 27 2011-02-28T14:09:00.000000Z K 7 svn:log V 159 Introduce new way to handle CPAN master sites. All related information can be found inside PR. PR: ports/154994 Submitted by: az@ Tested by: miwi@ (exp-run) END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T14:22:10.000000Z K 7 svn:log V 17 Update to 1.2.0. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T14:22:40.000000Z K 7 svn:log V 17 Update to 1.1.0. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T14:23:57.000000Z K 7 svn:log V 38 Chase libebml libmatroska shlib bump. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T14:25:40.000000Z K 7 svn:log V 17 Update to 4.5.0. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T14:29:25.000000Z K 7 svn:log V 83 Override a configure test, so the correct behaviour is done when build with clang. END K 10 svn:author V 4 bapt K 8 svn:date V 27 2011-02-28T14:33:59.000000Z K 7 svn:log V 149 make portlint happier (removing blank line and replacing some spaces by tabs) Submitted by: Ruslan Mahmatkhanov (by mail) END K 10 svn:author V 3 sem K 8 svn:date V 27 2011-02-28T14:37:16.000000Z K 7 svn:log V 48 - Tarball has gone. Copy it on ftp.freebsd.org. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T14:37:21.000000Z K 7 svn:log V 152 Fix build with clang due to incorrect asm usage. PR: ports/154394 Submitted by: kwm@ Approved by: maintainer timeout (mva@) (28 days) END K 10 svn:author V 2 az K 8 svn:date V 27 2011-02-28T14:43:18.000000Z K 7 svn:log V 59 Move these ports to the new CPAN macro. Just for the test. END K 10 svn:author V 3 kwm K 8 svn:date V 27 2011-02-28T14:45:34.000000Z K 7 svn:log V 26 Fix the build with clang. END