summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10Update p5-Audio-Scan to 0.92.hiramatsu2-6/+6
Changes from previous: 0.92 2011-09-09 - Added $info->{jenkins_hash} which is a 32-bit hash value of the filename + mtime + file size. - MP4: Get correct HE-AAC samplerate values from esds. - ADTS AAC: Add support for .adts file extension. 0.91 2011-09-06 - MP3, MP4, WMA, WAV, AIFF, ADTS AAC: Added DLNA audio profile detection as $info->{dlna_profile}.
2011-10-10Updated www/py-gdata to 2.0.14nb1wiz1-1/+2
2011-10-10Add more files to REPLACE_PYTHON. Bump PKGREVISION.wiz1-1/+63
2011-10-09Single job mandatory: x11/gtkadamarino1-1/+2
2011-10-09Update textproc/xmlada to version 4.2.0.0marino5-60/+90
2011-10-09xmx, rtf-tools, xtel, xmandholland1-1/+5
2011-10-09Run autoheader. Otherwise, HAVE_KQUEUE is not defined during the buildjmmv1-2/+3
and... well, the kqueue support is built but not used! Now, running a test program provided by Dmitry DTRT (with the exception of two tests, which seem to be not working in macppc). Ride the previous revision bump.
2011-10-09Note revision bump of glib2 to 1 for the inclusion of kqueue support.jmmv1-1/+2
2011-10-09Add support for kqueue by using the patches written by Dmitry Matveev duringjmmv8-24/+157
the Google Summer of Code 2011 program. Congratulations, Dmitry! :-) This comes in the form of a new 'kqueue' build-time option. This should NOT be an option, but it is for two reasons: - I consider this still experimental for it to be enabled on everyone's machines, and the code is not "official". - The patch requires us to run automake/autoconf during the pre-configure stage, and I don't want to add these dependencies on the default package build. When these patches get integrated upstream, we can get rid of the option altogether. Also note that I had to backport some of our custom changes to Makefile.in files and some to configure to the original Makefile.am files and configure.ac. This is to prevent our custom patches from being lost during the automake/autoconf invocations we now do when 'kqueue' is enabled. Bump PKGREVISION to 1.
2011-10-09update MASTER_SITES. Saves one redirect.zafer1-3/+3
2011-10-09Fixes for using GNUstep.obache2-4/+5
2011-10-09Add dependency on sqlite3.gdt1-1/+3
Upstream says that using sqlite3 will become somewhere between normal and the standard approach. Because sqlite3 is small and typically already isntalled on systems where one would want to run gama, just depend on it and don't bother to make it an option. It would be fine with me to make it a default-on option, but I don't think that's worth the complexity.
2011-10-09Updated textproc/p5-ack to 1.96schmonz2-3/+3
2011-10-09Update to 1.96. From the changelog:schmonz2-7/+6
[ENHANCEMENTS] * Now ignores minified Javascript files. Anything matching -min.js or .min.js is ignored. * Added Groovy support (--groovy). * Added .pm6 as a --perl extension. * Lua can now get detected from the shebang line. Thanks, Matthew Wild. * Added support for version numbers in executables in shebang detection. Now if your Perl program's shebang refers to /usr/local/bin/perl-5.14.1, ack will find it.
2011-10-09Updated devel/mr to 1.05schmonz1-1/+2
2011-10-09Update to 1.05. From the changelog:schmonz2-6/+6
* README now gives a quick into to using mr. * Brought back the "deleted" parameter, which provides an easy way to mark repositories that should be removed. * Allow untrusted mrconfig files to set parameters to true/false. So skip=true or deleted=true can be used in an untrusted mrconfig file. * Also allow order=N in an untrusted mrconfig file. * Support bzr checkouts, which are updated with "bzr update", and to which bzr automatically pushes commits. Closes: #643589 * Use bzr branch, not deprecated bzr clone when registering bzr repositories. Closes: #643591 * Allow bzr branch|clone|get|checkout in untrusted mrconfig files. * Avoid using sed -r in git-fake-bare, for OSX portability. * git-fake-bare: handle fake bare repositories with core.bare not set (Thanks, Julien Rebetez)
2011-10-09Updated lang/runawk to 1.3.2cheusov1-1/+2
2011-10-09Update to 1.3.2cheusov2-7/+6
Internal arrays are relocated automatically. This fixes use of runawk(1) in combination with xargs(1), e.g. cat files.txt | xargs runawk -e '...'
2011-10-09Add hdf5-c++alnsn1-1/+2
2011-10-09Updated sysutils/syslog-ng to 3.2.4nb2obache1-1/+2
2011-10-09Some fixes and improvements:obache4-29/+32
* Using libtool. * fixes configure option for pidfile. * tell sysconfigdir to configure. * syslog2ng is using awk, add runtime dependency on awk and fix shebang. * and let not to patch hard-coded uname path for NetBSD specific. * VARBASE is used for various directory, set to BUILDE_DEFS. * remove distractions from PLIST, libtoolized shlib files and an empty line. PR pkg/45419 * fixes config file handling with CONF_FILES. * require dbdir specified by --localstatedir. Bump PKGREVISION.
2011-10-09Update my emailcheusov43-86/+86
2011-10-09Fix build with recent curl.dholland2-1/+39
2011-10-09Oops, forgot to add pkg-config to USE_TOOLSdholland1-2/+2
2011-10-09Fix LP64 build.dholland3-1/+73
2011-10-09Vacuous commit because I think I screwed things up...dholland1-1/+1
2011-10-09Use pkg-config to find libXft, not xft-config, as xft-config hasdholland3-4/+42
disappeared from recent libXft. Fixes the native X build. (XXX: will this break the build for really old libXft? Does this need to learn to use both?)
2011-10-09Use force on imake to keep it from installing fonts in /usr/X11R7 withdholland1-1/+2
native X.
2011-10-09Fix entry for patch-aa. shattered@ did update it along with patch-aa,dholland1-2/+2
but the update was wrong (not in any obvious way, either), so adjust it to match what's checked in.
2011-10-09Needs libXp. verifypc says also to add libXt. PKGREVISION++dholland1-1/+4
2011-10-09Fix native X build by cleaning up FONTDIR after imake. Ride previous bump.dholland1-3/+10
2011-10-09Add a monster cleanup patch, posted as a distfile, to fix rampantdholland9-421/+12
misuse of function pointer casts and mismatched function calls and arguments. Now this has some chance at running on something other than i386. PKGREVISION -> 12.
2011-10-09This can be built with emacs23nox too.kim2-4/+10
2011-10-09This can be built with emacs23nox as well.kim1-2/+5
2011-10-09Can be built with emacs23nox as well.kim1-2/+2
2011-10-09Missing one file for emacs23nox.kim1-1/+2
2011-10-08Updated textproc/asciidoc to 8.6.6gls1-1/+2
2011-10-08Update textproc/asciidoc to 8.6.6.gls3-12/+7
Release highlights The AsciiDoc plugin architecture has been enhanced, unified and extended: - Plugin commands have been added to the asciidoc(1) --backend option. - An asciidoc(1) --theme option has been implemented to specify a theme and to manage theme plugins. - A plugin build command (for creating plugins) added. - build, install, list and remove plugin commands are all recognized by asciidoc(1) --backend, --filter and --theme options. A security update by Kenny MacDermid removes the use of eval() on untrusted input (to disallow code malicious execution). Complete changelog can be accessed here: http://www.methods.co.nz/asciidoc/CHANGELOG.html
2011-10-08clang cannot build this (uses nested functions)shattered1-2/+4
2011-10-08Updated www/py-gdata to 2.0.14wiz2-3/+3
2011-10-08Update to 2.0.14:wiz3-16/+34
=== 2.0.14 === 7 Mar 2011 - Bug Fixes: * 491. 302 redirect on some gsessionids * 501. Remove support for deprecated Maps Data API. * 462. Bug in samples/analytics/data_feed_demo.py (using segments) * 482. String exception in service.py * 414. http proxy url containing properly formatted user-name and password not accepted - Turn on SSL for Codesearch, Photos, Project Hosting, Analytics, Contacts, Marketplace Licensing, and Docs. - Add batch default URL to the Contacts API and clean the sample code. (issue4000058) - Added support for Content API for Shopping - Added Calendar V2 API support - Add Google Marketplace Licensing API to the Gdata Python Client - Added patch from Alexandre Vivien that fixes calendar resource email support that somehow went missing in a previous release. === 2.0.13 === 16 Nov 2010 (revision 902:73f3fbb5ea88) - Bug Fixes: * Issue 315: Correctly constructs queries based on categories for Blogger APIs. * Issue 323: YouTubeUserQuery constructor passes incorrect overridden parameter to base class. - Accept proxy username and password in http(s)_proxy environment variables. - Adding support for specifying URI to v3 docs client. - Adding tests for revisions for arbitrary file types in Documents List API. - Google Base, added bucket node to attributes. - Adding ContainsSampledData XML Element to Analytics Data Feed and updating samples === 2.0.12 === 17 Sep 2010 (revision 892:e949a7cf9a31) - Bug Fixes: * Issue 437: PATCH request generates incorrect Content-Type * Issue 428: get_blog_name() does not correctly handle blog URLs containing hyphens * Issue 443: Packages should contain gdata.apps.audit in setup.py * Issue 430: Lots of memory usage when uploading big video files * Issue 423: gdata.contacts.client.ContactsClient.get_profiles_feed() broken - Turn on SSL be default for the spreadsheet API - Added support for new Analytics feeds - All V3 code and development has been out of this project and into http://code.google.com/p/google-api-python-client/ - Added partial support for the YouTube API in v2 === 2.0.11 === Jul 29, 2010 (revision fa49231cc8) - Added the following new APIs: * Apps Audit APIs from Jay Lee * Apps Organization from Alexandre Vivien * Added Email Settings API client library v2.0 from Claudio Cherubino - Fixes to file permissions for samples. - Fixing a broken calendar resource client from r983, removing a superfluous call to MakeResourceFeedUri(), adding regression tests for edit links. - Abstracting out AppsProperty so that it's usable by other libs. Thanks to Claudio Cherubino <ccherubino@google.com> for this change. - Added optional change_password parameter to AppsService.CreateUser - Fixing minor bugs in analytics samples - http://codereview.appspot.com/1677050 Switch default connection type back to non-SSL connections. - Switch the repository from subversion to mercurial - Added OAuth test cases thanks Samuel Cyprian - Many APIs now use SSL, and some require it, so the following APIs now default to using HTTPS: * Spreadsheets * Sites * Calendar Resource === 2.0.10 === May 12, 2010 (revision 980) - Add check for liveness of proxy in live tests. Also add in upload-diffs.py to make using codereview.appspot.com easier. - Patch from Alexandre Vivien adds the ResourceEmail attribute to CalendarResourceEntry - Adding new single page methods to apps.groups.service. Thanks Jeremy Selier! - Cleanup in service GetWithRetries. Thanks Will Charles! - Adding much more test coverage for calendar_resource.client. - Fixing Calendar Resource get_resource to use correct feed URI generator. Thanks to Alexandre Vivien for reporting. - Adds support for Blogger Pages. Thanks Wiktor Gworek!
2011-10-08Mark as not multiple jobs safe. This fixes random build errors on mytron1-1/+2
dual core NetBSD/amd64 5.1_STABLE system.
2011-10-08Remove zaptel option everywhere (zaptel-netbsd package was removed)shattered3-25/+6
2011-10-08Fix typo in devel/libebml update.darcy1-2/+2
2011-10-08Correct name of hdf5-c++package.darcy1-2/+2
2011-10-08Updated inputmethod/scim-chewing to 0.3.4obache1-1/+2
2011-10-08Update scim-chewing to 0.3.4.obache2-7/+7
What's New in SCIM-chewing 0.3.4 --------------------------------------------------------- * Handle 0-9, "+-*/" keys, Enter and '.' in keypad. * Handle F1-F18 keys properly. * Fix the unexpected behavior on candidate phrases in Google search bar browsed by Firefox. * Be aware of the "Keyboard Layout" setting in SCIM, Thus, users can use a French AZERTY or German QWERTZ without having to switch to a US layout beforehand.
2011-10-08Updated inputmethod/libchewing to 0.3.3obache1-1/+2
2011-10-08Update libchewing to 0.3.3.obache2-6/+6
What's New in libchewing 0.3.3 --------------------------------------------------------- * Fix memory access violation. * Improved Python binding. * Merged with libchewing-data project. (r455) * Improved random key stroke tester. * Fix the handling of phonetic symbols in Hsu's keyboard. * Fix unexpected candidate disorder when doing symbol choice. * Revised phrase choice from rearward logic. * Fix cross compilation. * Improved shell script to merge changes form libchewing-data. * Successful stories: . Google ChromeOS provides built-in Chewing IM support . MeeGo platform provides built-in Chewing IM support
2011-10-08Updated www/mimetex to 1.72obache1-1/+2