summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-03-22enable nspluginwrapperabs1-1/+2
2007-03-22Import www/nspluginwrapper-0.9.91.3 into pkgsrc:abs6-0/+135
nspluginwrapper is an Open Source compatibility plugin for Netscape 4 (NPAPI) plugins. It separates the execution environment of the plugin from the browser, allowing a plugin compiled for one ABI to be used in a browser compiled for another. For example the linux 32bit Adobe Flash plugin can be used in a native Firefox under Linux/x86_64, NetBSD and FreeBSD platforms. To install the Linux flash player into a native Firefox browser: - Also install multimedia/ns-flash and multimedia/libflashsupport - Run "nspluginwrapper -i /usr/pkg/lib/netscape/plugins/libflashplayer.so" - Run Firefox This is working at least under NetBSD/i386 4.0_BETA with native and modular x11.
2007-03-22note update of www/py-curl to 7.16.1recht2-3/+3
2007-03-22update to pycurl-7.16.1recht4-15/+19
Version 7.16.1 [requires libcurl-7.16.1 or better] -------------- * Added constants for all libcurl (error) return codes. They are named the same as the macro constants in curl.h but prefixed with E_ instead of CURLE. Return codes for the multi API are prefixed with M_ instead of CURLM. * Added CURLOPT_FTP_SSL_CCC, CURLOPT_SSH_PUBLIC_KEYFILE, CURLOPT_SSH_PRIVATE_KEYFILE, CURLOPT_SSH_AUTH_TYPES. * Removed CLOSEPOLICY and friends since this option is now deprecated in libcurl. * Set the _use_datetime attribute on the CURLTransport class to unbreak xmlrpc_curl.py on Python 2.5. Version 7.16.0 [no public release] -------------- * Added CURLOPT_SSL_SESSIONID_CACHE. * Removed SOURCE_* options since they are no longer supported by libcurl. Version 7.15.5.1 ---------------- * Added test for basic ftp usage (tests/test_ftp.py). * Fix broken ssl mutex lock function when using GNU TLS (Debian bug #380156, fix by Bastian Kleineidam) Version 7.15.5 -------------- * Added CURLOPT_FTP_ALTERNATIVE_TO_USER, CURLOPT_MAX_SEND_SPEED_LARGE, and CURLOPT_MAX_RECV_SPEED_LARGE. Version 7.15.4.2 ---------------- * Use SSL locking callbacks, fixes random crashes for multithreaded SSL connections (patch by Jayne <corvine at gmail.com>). Version 7.15.4.1 ---------------- * Fixed compilation problem with C compilers not allowing declarations in the middle of code blocks (patch by K.S.Sreeram <sreeram at tachyontech.net>). * Fixed bug in curl_multi_fdset wrapping, max_fd < 0 is not an error (patch by K.S.Sreeram <sreeram at tachyontech.net>). Version 7.15.4 -------------- * Added support for libcurl shares, patch from Victor Lascurain <bittor at eleka.net>. See the file tests/test_share.py for example usage. * Added support for CURLINFO_FTP_ENTRY_PATH. Version 7.15.2 -------------- * Added CURLOPT_CONNECT_ONLY, CURLINFO_LASTSOCKET, CURLOPT_LOCALPORT and CURLOPT_LOCALPORTRANGE. Version 7.15.1 -------------- 2006-01-31 Kjetil Jacobsen <kjetilja> * Fixed memory leak for getinfo calls that return a list as result. Patch by Paul Pacheco. Version 7.15.0 -------------- 2005-10-18 Kjetil Jacobsen <kjetilja> * Added CURLOPT_FTP_SKIP_PASV_IP. Version 7.14.1 -------------- 2005-09-05 Kjetil Jacobsen <kjetilja> * Added CURLOPT_IGNORE_CONTENT_LENGTH, CURLOPT_COOKIELIST as COOKIELIST and CURLINFO_COOKIELIST as INFO_COOKIELIST. Version 7.14.0 -------------- 2005-05-18 Kjetil Jacobsen <kjetilja> * Added missing information returned from the info() method in the high-level interface. * Added the FORM_FILENAME option to the CURLFORM API with HTTPPOST. Version 7.13.2 -------------- 2005-03-30 Kjetil Jacobsen <kjetilja> * Unbreak tests/test_gtk.py and require pygtk >= 2.0. 2005-03-15 Kjetil Jacobsen <kjetilja> * Cleaned up several of the examples. 2005-03-11 Kjetil Jacobsen <kjetilja> * WARNING: multi.select() now requires the previously optional timeout parameter. Updated the tests and examples to reflect this change. If the timeout is not set, select could block infinitely and cause problems for the internal timeout handling in the multi stack. The problem was identified by <unknownsoldier93 at yahoo.com>. Version 7.13.1 -------------- 2005-03-04 Kjetil Jacobsen <kjetilja> * Use METH_NOARGS where appropriate. 2005-03-03 Kjetil Jacobsen <kjetilja> * Added support for CURLFORM API with HTTPPOST: Supports a a tuple with pairs of options and values instead of just supporting string contents. See tests/test_post2.py for example usage. Options are FORM_CONTENTS, FORM_FILE and FORM_CONTENTTYPE, corresponding to the CURLFORM_* options, and values are strings. 2005-02-13 Markus F.X.J. Oberhumer <mfx> * Read callbacks (pycurl.READFUNCTION) can now return pycurl.READFUNC_ABORT to immediately abort the current transfer. * The INFILESIZE, MAXFILESIZE, POSTFIELDSIZE and RESUME_FROM options now automatically use the largefile version to handle files > 2GB. * Added missing pycurl.PORT constant. Version 7.13.0 -------------- 2005-02-10 Kjetil Jacobsen <kjetilja> * Added file_upload.py to examples, shows how to upload a file. * Added CURLOPT_IOCTLFUNCTION/DATA. * Added options from libcurl 7.13.0: FTP_ACCOUNT, SOURCE_URL, SOURCE_QUOTE. * Obsoleted options: SOURCE_HOST, SOURCE_PATH, SOURCE_PORT, PASV_HOST. Version 7.12.3 -------------- 2004-12-22 Markus F.X.J. Oberhumer <mfx> * Added CURLINFO_NUM_CONNECTS and CURLINFO_SSL_ENGINES. * Added some other missing constants. * Updated pycurl.version_info() to return a 12-tuple instead of a 9-tuple. Version 7.12.2 -------------- 2004-10-15 Kjetil Jacobsen <kjetilja> * Added CURLOPT_FTPSSLAUTH (and CURLFTPAUTH_*). * Added CURLINFO_OS_ERRNO. 2004-08-17 Kjetil Jacobsen <kjetilja> * Use LONG_LONG instead of PY_LONG_LONG to make pycurl compile on Python versions < 2.3 (fix from Domenico Andreoli <cavok at libero.it>).
2007-03-22enable libflashsupportabs1-1/+2
2007-03-22Import multimedia/libflashsupport-1.0.2098abs4-0/+51
This is an shared library built from source provided by Adobe which enables the use of OSS audio in the multimedia/ns-flash package Non Linux platforms will probably also need www/nspluginwrapper
2007-03-22Updated wm/fluxbox to 1.0rc3xtraeme2-3/+3
2007-03-22Update to 1.0rc3, too many changes to list but mostly bugfixes.xtraeme3-9/+8
See http://fluxbox.org/version-0.9.php for more information.
2007-03-22+ deskbar-applet-2.18.0, evolution-webcal-2.10.0, fluxbox-1.0rc3,wiz1-7/+12
gnome-games-2.18.0.1, gnome-vfs-2.18.0.1, gthumb-2.10.0, libgnomeui-2.18.1, mplayer-plugin-firefox-3.40, txt2man-1.5.5, xchm-1.11, xorp-1.4.
2007-03-22Improve HOMEPAGE.wiz1-2/+2
2007-03-22note update of devel/bzr to 0.13recht2-3/+3
2007-03-22update to bzr-0.14recht4-15/+36
bzr 0.14 2007-01-23 IMPROVEMENTS: * ``bzr help global-options`` describes the global options. (Aaron Bentley) BUG FIXES: * Skip documentation generation tests if the tools to do so are not available. Fixes running selftest for installled copies of bzr. (John Arbash Meinel, #80330) * Fix the code that discovers whether bzr is being run from it's working tree to handle the case when it isn't but the directory it is in is below a repository. (James Westby, #77306) bzr 0.14rc1 2007-01-16 IMPROVEMENTS: * New connection: ``bzr+http://`` which supports tunnelling the smart protocol over an HTTP connection. If writing is enabled on the bzr server, then you can write over the http connection. (Andrew Bennetts, John Arbash Meinel) * Aliases now support quotation marks, so they can contain whitespace (Marius Kruger) * PyCurlTransport now use a single curl object. By specifying explicitly the 'Range' header, we avoid the need to use two different curl objects (and two connections to the same server). (Vincent Ladeuil) * ``bzr commit`` does not prompt for a message until it is very likely to succeed. (Aaron Bentley) * ``bzr conflicts`` now takes --text to list pathnames of text conflicts (Aaron Bentley) * Fix ``iter_lines_added_or_present_in_versions`` to use a set instead of a list while checking if a revision id was requested. Takes 10s off of the ``fileids_affected_by_revision_ids`` time, which is 10s of the ``bzr branch`` time. Also improve ``fileids_...`` time by filtering lines with a regex rather than multiple ``str.find()`` calls. (saves another 300ms) (John Arbash Meinel) * Policy can be set for each configuration key. This allows keys to be inherited properly across configuration entries. For example, this should enable you to do:: [/home/user/project] push_location = sftp://host/srv/project/ push_location:policy = appendpath And then a branch like ``/home/user/project/mybranch`` should get an automatic push location of ``sftp://host/srv/project/mybranch``. (James Henstridge) * Added ``bzr status --short`` to make status report svn style flags for each file. For example:: $ bzr status --short A foo A bar D baz ? wooley * 'bzr selftest --clean-output' allows easily clean temporary tests directories without running tests. (Alexander Belchenko) * ``bzr help hidden-commands`` lists all hidden commands. (Aaron Bentley) * ``bzr merge`` now has an option ``--pull`` to fall back to pull if local is fully merged into remote. (Jan Hudec) * ``bzr help formats`` describes available directory formats. (Aaron Bentley) INTERNALS: * A few tweaks directly to ``fileids_affected_by_revision_ids`` to help speed up processing, as well allowing to extract unannotated lines. Between the two ``fileids_affected_by_revision_ids`` is improved by approx 10%. (John Arbash Meinel) * Change Revision serialization to only write out millisecond resolution. Rather than expecting floating point serialization to preserve more resolution than we need. (Henri Weichers, Martin Pool) * Test suite ends cleanly on Windows. (Vincent Ladeuil) * When 'encoding_type' attribute of class Command is equal to 'exact', force sys.stdout to be a binary stream on Windows, and therefore keep exact line-endings (without LF -> CRLF conversion). (Alexander Belchenko) * Single-letter short options are no longer globally declared. (Martin Pool) * Before using detected user/terminal encoding bzr should check that Python has corresponding codec. (Alexander Belchenko) * Formats for end-user selection are provided via a FormatRegistry (Aaron Bentley) BUG FIXES: * ``bzr missing --verbose`` was showing adds/removals in the wrong direction. (John Arbash Meinel) * ``bzr annotate`` now defaults to showing dotted revnos for merged revisions. It cuts them off at a depth of 12 characters, but you can supply ``--long`` to see the full number. You can also use ``--show-ids`` to display the original revision ids, rather than revision numbers and committer names. (John Arbash Meinel, #75637) * bzr now supports Win32 UNC path (e.g. \\HOST\path). (Alexander Belchenko, #57869) * Win32-specific: output of cat, bundle and diff commands don't mangle line-endings (Alexander Belchenko, #55276) * Replace broken fnmatch based ignore pattern matching with custom pattern matcher. (Kent Gibson, Jan Hudec #57637) * pycurl and urllib can detect short reads at different places. Update the test suite to test more cases. Also detect http error code 416 which was raised for that specific bug. Also enhance the urllib robustness by detecting invalid ranges (and pycurl's one by detecting short reads during the initial GET). (Vincent Ladeuil, #73948) * The urllib connection sharing interacts badly with urllib2 proxy setting (the connections didn't go thru the proxy anymore). Defining a proper ProxyHandler solves the problem. (Vincent Ladeuil, #74759) * Use urlutils to generate relative URLs, not osutils (Aaron Bentley, #76229) * ``bzr status`` in a readonly directory should work without giving lots of errors. (John Arbash Meinel, #76299) * Mention the revisionspec topic for the revision option help. (Wouter van Heyst, #31663) * Allow plugins import from zip archives. (Alexander Belchenko, #68124)
2007-03-22Clarify that site_header, home_text and site_footer take absolute filenames.jmmv2-2/+5
2007-03-22Note addition of gitweb-1.5.0.3.jmmv1-1/+2
2007-03-22+ taskjugglerrillig1-1/+2
2007-03-22Add and enable gitweb.jmmv1-1/+2
2007-03-22Initial import of gitweb, version 1.5.0.3:jmmv6-0/+145
gitweb provides an easy to use and full-fledged web interface to your Git repositories. It allows users to browse the contents of all served projects, including the ability to inspect individual files and their history for any of the available branches.
2007-03-22Imported misc/taskjuggler-2.3.1rillig1-1/+2
2007-03-22Imported taskjuggler.rillig5-0/+159
TaskJuggler is a modern and powerful project management tool. Its new approach to project planning and tracking is far superior to the commonly used Gantt chart editing tools. It has already been successfully used in many projects and scales easily to projects with hundreds of resources and thousands of tasks.
2007-03-22Annotate the addition of the rest of the modular Xorg graphic drivers.joerg2-2/+30
The remaining devices either need a newer server or are platform specific.
2007-03-22Import xf86-video-sis-0.9.3 from modular Xorg.joerg5-0/+57
This is the SiS and XGI video driver for the modular Xorg server.
2007-03-22Import xf86-video-siliconmotion-1.5.1 from modular Xorg.joerg4-0/+35
This is the Silicon Motion video driver for the modular Xorg server.
2007-03-22Import xf86-video-savage-2.1.2 from modular Xorg.joerg4-0/+36
This is the S3 Savage video driver for the modular Xorg server.
2007-03-22Import xf86-video-s3virge-1.9.1 from modular Xorg.joerg4-0/+35
This is the S3 ViRGE video driver for the modular Xorg server.
2007-03-22Import xf86-video-s3-0.5.0 from modular Xorg.joerg4-0/+34
This is the S3 video driver for the modular Xorg server.
2007-03-22Import xf86-video-rendition-4.1.3 from modular Xorg.joerg4-0/+36
This is the Rendition video driver for the modular Xorg server.
2007-03-22Import xf86-video-nsc-2.8.2 from modular Xorg.joerg4-0/+36
This is the NSC Geode video driver for the modular Xorg server.
2007-03-22Import xf86-video-neomagic-1.1.1 from modular Xorg.joerg4-0/+36
This is the Neomagic video driver for the modular Xorg server.
2007-03-22Import xf86-video-mga-1.4.6.1 from modular Xorg.joerg4-0/+36
This is the Matrox video driver for the modular Xorg server.
2007-03-22Import xf86-video-imstt-1.1.0 from modular Xorg.joerg4-0/+34
This is the Integrated Micro Solutions Twin Turbo 128 video driver for the modular Xorg server.
2007-03-22Import xf86-video-i740-1.1.0 from modular Xorg.joerg4-0/+35
This is the Intel i740 video driver for the modular Xorg server.
2007-03-22Import xf86-video-i128-1.2.1 from modular Xorg.joerg4-0/+35
This is the Number 9 I128 video driver for the modular Xorg server.
2007-03-22Import xf86-video-glint-1.1.1 from modular Xorg.joerg4-0/+37
This is the GLINT/Permdia video driver for the modular Xorg server.
2007-03-22Import xf86-video-apm-1.1.1 from modular Xorg.joerg4-0/+35
This is the Alliance ProMotion video driver for the modular Xorg server.
2007-03-22replace no-commercial-use with actual licensegdt2-2/+40
2007-03-22Play the trunc(3) game here as well.joerg2-1/+27
2007-03-22- Set DIST_SUBDIR including date string to handle sudden change oftaca2-12/+13
hotfix's content without chaging its name. - Correct MASTER_SITES.
2007-03-22Note asteriskmjl1-1/+2
2007-03-22Upgrade to 1.2.17.mjl2-6/+6
Along with minor bug fixes, this release incorporates a fix for the SIP DoS vulnerability recently discovered by INRIA Lorraine. All users of Asterisk 1.2 with the SIP channel driver loaded and connected to an untrusted network are urged to update to this release to avoid the possibility of experiencing this problem. Note that the option "zaptel" won't compile any more since version 1.2.16. This needs an upgrade of the netbsd zaptel driver.
2007-03-22cups update.markd1-1/+2
2007-03-22Update to cups 1.2.10markd3-7/+21
pkgsrc changes: fix locale path patch a bug in pstops's n-up handling (reported to upstream) CUPS 1.2.10 fixes the init script used to start the scheduler, a recursion bug in the pdftops filter, and several other issues reported after the 1.2.9 release. Changes include: * ppdLocalize() now supports localizing for Japanese using the "jp" locale name used by the ppdmerge program from the CUPS DDK 1.1.0 * _cupsAdminSetServerSettings() did not support changing of top-level directives as designed. * The init script path check was broken. * CUPS incorrectly used the attribute "notify-recipient" instead of "notify-recicpient-uri" in several places * Fixed a configure script bug on MirBSD * The pdftops filter did not limit the amount of recursion of page sets * Custom page sizes with fractional point sizes did not work * The lpoptions command would crash when adding or removing options on a system with no printers
2007-03-22The egrep line can be removed when audit-packages becomes fast enough.rillig1-1/+3
2007-03-22Added the buildlink3.mk file, which was requested in PR 36057.rillig1-0/+21
2007-03-22Hotfix file has updated, only addition reference to CVS-2007-0240taca1-4/+4
in README.txt.
2007-03-22Don't try to install non-existent files -- they were already removeddillo1-2/+2
from the PLIST.
2007-03-21Note mkfontdir and makedepend updates.wiz1-1/+3
2007-03-21Update to 1.0.1:wiz2-6/+6
2007-03-21 Jeremy C. Reed <reed@reedmedia.net> * configure.ac: Update version for release. 2006-06-02 Alan Coopersmith <alan.coopersmith@sun.com> * parse.c (slookup): Coverity #925: Pointer "file" dereferenced before NULL check Should also fix PR 36050.
2007-03-21Update to 1.0.3:wiz2-6/+6
2007-03-21 Jeremy C. Reed <reed@reedmedia.net> * configure.ac: Bump version number. (No changes, but source tarball will use recent util macros.) Should fix PR 36052.
2007-03-21gail updated to 1.18.0.wiz2-3/+3
2007-03-21Update to 1.18.0:wiz3-8/+13
Changes in GAIL 1.18.0 ====================== ---This is the GNOME 2.18.0 version of gail--- Translation updates. Changes in GAIL 1.17.0 ====================== ---This is the GNOME 2.18.0 Beta 2 version of gail--- Bugfixes: #403138, #375232, #404916. Changes in GAIL 1.10.1 ====================== ---This is the GNOME 2.18.0 Beta 1 version of gail--- Bugfixes: #372545, #329454, #397694, 398330. Changes in GAIL 1.9.4 ===================== ---This is the GNOME 2.17.4 version of gail-- * Bugfixes: #350215, #336644, #315065, #359843, #368602, #369267, #353542, #132323, #368625.