summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-14Updated games/onscripter to 20110619ryoon1-1/+2
2011-07-14Update to 20110619ryoon2-6/+6
Changelog: * Fix getcselstr related bug.
2011-07-14Remove aria2ryoon1-2/+1
2011-07-14Updated net/aria2 to 1.12.0ryoon1-1/+2
2011-07-14Update to 1.12.0ryoon3-8/+10
Changelog: 1.12.0 Changes ------- * Use ServerStat to find faster server. This is useful when several downloads were started in parallel, but one download is slow and the other downloads have completed. Then aria2 knows which servers are fast by the results of completed downloads, and check the available URIs of slow downloads to see faster server is available there. If so, use it instead of current slow one to make download faster. * Added Russian translation of man page and HTML manual contributed by ITriskTI. * Added aria2.getGlobalStat RPC method. It returns overall download/upload speed and the number of active/stopped/waiting downloads. * Added --pause option. This option pauses download after added. This option is effective only when --enable-rpc=true is given. When --save-session option is used and there are paused downloads, they are saved with --pause=true so that it will become paused state when the session is recovered. * Abort aria2 if it could not setup any RPC server. * Added --truncate-console-readout option. This option truncates console readout to fit in a single line. This is default. Give false value to this option to tell aria2 not to truncate console readout. * Cache and reuse RpcMethod objects. * Allowed missing params in system.multicall RPC method. * Added --stream-piece-selector option. This option specifies piece selection algorithm used in HTTP/FTP download. Piece means fixed length segment which is downloaded in parallel in segmented download. If 'default' is given, aria2 selects piece so that it reduces the number of establishing connection. This is reasonable default behaviour because establishing connection is an expensive operation. If 'inorder' is given, aria2 selects piece which has minimum index. Index=0 means first of the file. This will be useful to view movie while downloading it. --enable-http-pipelining option may be useful to reduce reconnection overhead. Please note that aria2 honors --min-split-size option, so it will be necessary to specify a reasonable value to --min-split-size option. * Removed unnecessary template parameter from std::make_pair call. The patch was contributed from Dan Fandrich. * Implemented fast file allocation in MinGW32 build. We use SetFilePointerEx and SetEndOfFile to allocate extents. This only works with NTFS. To enable this feature, --file-allocation=falloc must be given. * Only percent-encode non-printable ASCII chars(0x00-0x1f), non-ASCII chars(>0x7f), ' ', '"', '<' and '>' for URIs supplied by user and remote server(usually Location header field). * Don't throw exception if Z_BUF_ERROR is encountered in GZipEncoder. This fixed the bug that compressed RPC request failed. * Don't save removed download in --save-session text file. Now stat column of removed downloads in Download Results is 'RM' instead of INPR. 1.11.2 Changes ------- * Updated Japanese, Spanish and Simplified Chinese translation. Thanks to all translators. * Eliminated few seconds delay when downloads stop or pause. * Added --metalink-base-uri option. --metalink-uri option specifies base URI to resolve relative URI in metalink file stored in local disk. If URI points to a directory, URI must end with '/'. * Run batch file with cmd.exe. Quoted user command. It seems that we have to specify the full path to cmd.exe in the first argument of CreateProcess() to run batch file in proper manner. We first determine the full path to cmd.exe. To do this, we get windir environment variable and concatenate it with "\system32\cmd.exe". * Fixed the bug that the message "Loaded cookies from ..." appears when loading cookies from that file failed. * Applied patch from Dan Fandrich. This patch fixes compatibility issue when compiling aria2 on older systems. * Support relative URI in Metalink file. If relative URI is found in Metalink file, aria2 resolves its full URI contatenating the URI from which Metalink file is retrieved and relative URI in Metalink file. This feature is not available if Metalink file in local disk is specified in command line. * Erase user and password specified in command-line from argv. The user and password is masked with '*'. * If no data type tag is used in XML-RPC, treat the data as string.
2011-07-14sortjnemeth1-2/+2
2011-07-14Re-add entries for gcrypt.tar.bz2 which neede by idea PKG_OPTIONS.taca1-1/+4
2011-07-14Updated master site and homepage (both disappeared).jklos1-3/+3
2011-07-13+ dvb-appsjmcneill1-1/+2
2011-07-13Initial import of dvb-apps.jmcneill12-0/+1038
Digital Video Broadcasting (DVB) utilities for the initial setup, testing, and operation of a DVB device
2011-07-13Updated security/libgcrypt to 1.5.0adam2-3/+3
2011-07-13Changes 1.5.0:adam12-53/+88
* New function gcry_kdf_derive implementing OpenPGP S2K algorithms and PBKDF2. * Support for WindowsCE. * Support for ECDH. * Support for OAEP and PSS methods as described by RFC-3447. * Fixed PKCS v1.5 code to always return the leading zero. * New format specifiers "%M" and "%u" for gcry_sexp_build. * Support opaque MPIs with "%m" and "%M" in gcry_sexp_build. * New functions gcry_pk_get_curve and gcry_pk_get_param to map ECC parameters to a curve name and to retrieve parameter values. * gcry_mpi_cmp applied to opaque values has a defined semantic now. * Uses the Intel AES-NI instructions if available. * The use of the deprecated Alternative Public Key Interface (gcry_ac_*) will now print compile time warnings. * The module register subsystem has been deprecated. This subsystem is not flexible enough and would always require ABI changes to extend the internal interfaces. It will eventually be removed. Please contact us on the gcrypt-devel mailing list to discuss whether you really need this feature or how it can be replaced by an internal plugin mechanism. * CTR mode may now be used with data chunks of arbitrary length.
2011-07-13Updated comms/obexapp to 1.4.15plunky1-1/+2
2011-07-13update to 1.4.15plunky2-7/+6
minor fixes, contributed by me - handle 32-bit short alias uuid's - forward compat for openobex-2.0 (nearing release)
2011-07-13Note update of the "gettext-tools" package to version 0.18.1.1nb2.tron1-1/+2
2011-07-13Disable automatic detection of "git" binary and thereby the converttron2-4/+5
of "archive.dir.tar.gz" to "archive.git.tar.gz". We now get a consistent package list on system with and without GIT installed. Bump package revision again.
2011-07-13update to 1.2.8.12drochner2-6/+6
changes: bugfixes
2011-07-13update to 2.34.1drochner4-25/+15
This switches to the latest release branch.
2011-07-13requires gnutls (build fix), from Patrick Welche per post to tech-pkgdrochner1-1/+2
2011-07-13update to 1.6.6bdrochner4-15/+16
changes: -bugfixes -translation updates
2011-07-13add a patch from Suse bug #698451 (which is said there to originatedrochner3-8/+215
from upstream but I couldn't locate it) to fix possible injection of shell commands in print requests which would be executed as the "lp" user bump PKGREV
2011-07-13Updated graphics/glew to 1.6.0adam1-1/+2
2011-07-13Changes 1.6.0:adam5-43/+91
New extensions: * GL_AMD_blend_minmax_factor * GL_AMD_sample_positions * GL_EXT_x11_sync_object * GL_NV_texture_multisample * GL_NV_video_capture * GLX_NV_video_capture * WGL_NV_DX_interop * WGL_NV_video_capture Bug fixes: * Define GLEW_NO_GLU for no glu dependency. * mx suffix for GLEW MX libraries, build both libraries by default. * Cygwin build improvements * Soname of GLEWmx shared libraries * Query GL extension string only once * GLX_OML_sync_control no longer requires C99 * glDraw*InstancedARB moved from GL_ARB_draw_instanced to GL_ARB_instanced_arrays * glFramebufferTextureLayerEXT moved from GL_EXT_geometry_shader4 to GL_EXT_texture_array * Fixes for BSD build
2011-07-13Remove Mac OS X build fix as David Sainty fixed the actual problemtron1-12/+1
with this commit: http://mail-index.netbsd.org/pkgsrc-changes/2011/07/13/msg057479.html
2011-07-13Replace "/usr/bin/env" interpreter, bump package revision.asau1-1/+11
2011-07-13Updated devel/diffuse to 0.4.5wiz1-1/+2
2011-07-13Update to 0.4.5.wiz3-8/+12
Diffuse 0.4.5 - 2011-07-13 - fixed a bug in CVS and Subversion support that prevented Diffuse from displaying some removed files - added syntax highlighting for JSON files - added menu items and keyboard shortcuts for "First Tab" and "Last Tab" - added "--line" command line option - fixed a bug that caused deleted files to be ignored when using the '-m' option - fixed a bug that incorrectly encoded pasted text if utf_8 was not specified in the Region Settings preferences - state information is now stored in ~/.local/share/diffuse - Diffuse now uses a patience diff-based algorithm to align lines - added command line option to specify a label to display instead of the file name - added preference to display the right margin - added Cristian Marchi's Italian translation - fixed a bug that could cause "Save As..." to fail with some user specified encodings
2011-07-13install autopoint & gettextize - bump pkgrevisionabs2-2/+15
2011-07-13Move option-specific dependencies, tools and variables to theirhans2-32/+36
respective options. Reduces dependencies when not building C++ or Java.
2011-07-13Prefix the gcc options with gcc- and add descriptions for each option.hans2-14/+19
Requested by wiz.
2011-07-13Note update of mail/squirrelmail package to 1.4.22.taca1-1/+2
2011-07-13Update squirrelmail package to 1.4.22.taca4-8/+14
Version 1.4.22 - 12 July 2011 ----------------------------- - Backported default timezone fix from version 1.5.2; helps mitigate timezone errors in environments where a default has not been set by the administrator. - Fixed system lock-ups caused by a combination of certain rare, malformed message headers and buggy versions of PHP mbstring (#3053349). - Now allow multiple plugins to handle (add links for) a single attachment MIME type. - Now allow administrators to disable all plugins or enable just a select few plugins (overriding the active plugins in the normal configuration) by setting $temporary_plugins as an empty array (all disabled) or an array with one or more plugin directory names in config_local.php. - Backport fix for call_user_func_array not supporting NULL as empty array in PHP 5.3.3 - Fixed sqauth_read_password() for plugins on the login_verified hook. - Added SMTP SASL PLAIN authentication option to configuration tool (core support for such is not new). - Gmail doens't support standard search commands; removed sort buttons. - Forced addition of a file suffix to attachments that lack a filename (helps forwarded messages avoid spam filters) (thanks to Petr Kletecka) (#3139004). - Fixed missing security token in listcommands plugin. - Added smtp_auth hook (thanks to Emmanuel Dreyfus). - Made speed enhancements to threaded message display (thanks to Siim Poder) (#3288123). - Allow administrators to configure subfolders of user INBOXes to be treated as special folders by adding $subfolders_of_inbox_are_special to config_local.php. - Fixed incorrect display of INBOX subfolders under some configurations. IMPORTANT: You may need to update your configuration so that $default_sub_of_inbox is TRUE if it was FALSE (e.g., Courier IMAP users) and after updating to this version, your special folders are no longer listed at the top of your folder list. Also, if this change prevents users from logging in with an error such as "ERROR: Could not complete request. Query: CREATE "Trash" Reason Given: Invalid mailbox name.", you will need to correct the user preference values for the problem folders. You can do so with commands such as the following for file- based preferences (adjust the data directory location as needed): find /var/lib/squirrelmail/data/ -name *.pref -exec sed --in-place 's/trash_folder=Trash/trash_folder=INBOX.Trash/g' {} \; find /var/lib/squirrelmail/data/ -name *.pref -exec sed --in-place 's/trash_folder=Drafts/trash_folder=INBOX.Drafts/g' {} \; find /var/lib/squirrelmail/data/ -name *.pref -exec sed --in-place 's/trash_folder=Sent/trash_folder=INBOX.Sent/g' {} \; Or, for database-based preferences: UPDATE userprefs SET prefval = 'INBOX.Trash' WHERE prefkey = 'trash_folder' AND prefval = 'Trash'; UPDATE userprefs SET prefval = 'INBOX.Drafts' WHERE prefkey = 'draft_folder' AND prefval = 'Drafts'; UPDATE userprefs SET prefval = 'INBOX.Sent' WHERE prefkey = 'sent_folder' AND prefval = 'Sent'; MAKE SURE to back up your user preferences first! - Optimized message highlighting rules; faster message list display and faster highlight rules management (thanks to C. Bensend for extensive effort helping diagnose) - New Mail plugin no longer removes normal organization title when putting the number of new messages in the browser title - Added clickjacking protection (thanks to Asbjorn Thorsen and Geir Hansen for bringing this to our attention). [CVE-2010-4554] - Fixed XSS holes in generic options inputs, XSS hole in the SquirrelSpell plugin, XSS hole in the Index Order page, and added anti-CSRF protection to the empty trash feature and the Index Order page (thanks to Nicholas Carlini for finding all these issues). [CVE-2010-4555] - Fixed XSS problem with unsanitized style tags in messages. [CVE-2011-2023]
2011-07-13Updated fonts/ricty-ttf to 3.1.1ryoon1-1/+2
2011-07-13Update to 3.1.1ryoon2-6/+8
Changelog: Version 3.1.1 * Add commandline options Version 3.1.0 * Adjust height difference between Regular and Bold on MacOS X Version 3.0.2 * Add auto option
2011-07-13${LOWER_OPSYS} -> netbsdtnn1-2/+2
2011-07-13Updated fonts/migu-ttf to 20110610ryoon1-1/+2
2011-07-13Update to 20110610ryoon3-16/+24
* Add Migu 2M font. Changelog: * Sync with M+ TESTFLIGHT 040 * [Migu 1M] Add slash to 2-byte zero glyph. * [Migu 1C] Fix width of 1-byte alphanumeric glyphs. * [Migu 1C] Fix width of 2-byte HIragana and Katakana glyphs. * [Migu 2M] Added.
2011-07-13Regenerate the exported symbol list via the process in ../Makefile,v1.20.dsainty1-0/+19
Omit a PKGREVISION bump, this package doesn't actually build (on Linux) due to failing build-time test cases. Presumably on platforms where the build succeeds this export list doesn't actually matter.
2011-07-13Updated net/mikutter to 0.0.3.11obache1-1/+2
2011-07-13Update mikutter to 0.0.3.11.obache2-6/+6
Changes: added * none fixes * rare crash at startup * all process invoked by mikutter will be zombie * crash with replying to deleted tweets * rare crash at deleting own tweets
2011-07-13PR/40602 -- disable GOST for OpenSSL<1.0.0shattered1-2/+19
(Not MacOS-specific)
2011-07-13When looking for gnutls, configure tries to link against libgcrypt,wiz1-1/+3
so pull it in.
2011-07-13Take maintainership.tron1-2/+2
2011-07-13take MAINTAINER.taca1-2/+2
2011-07-12Updated www/ikiwiki to 3.20110712schmonz1-1/+2
2011-07-12Update to 3.20110712. From the changelog:schmonz2-6/+8
* attachment: Bugfix to create directory when moving attachment out of holding area. * Display attachment manipulation links always, since attachments can be uploaded via javascript. * Add build dep on python-support. Closes: #633536 * attachment: Bugfix to move upload attachments out of holding area when saving. * attachment: Bugfix for trying to attach files to a subpage of the index page.
2011-07-12Change last pattern back to allow SSE2 support for GCC 100.* and newertron1-2/+2
as suggested by Matthias Drochner in private e-mail. Let's hope we have switched to CLang by then.
2011-07-12Updated sysutils/fabric to 1.1.1gls1-1/+2
2011-07-12Update sysutils/fabric to 1.1.1gls3-7/+23
Upstream changes highlights: Many, many bugfixes. In release 1.1, highlights are * #76: New-style tasks have been added. With the addition of the task decorator and the Task class, you can now "opt-in" and explicitly mark task functions as tasks, and Fabric will ignore the rest. The original behavior (now referred to as "classic" tasks) will still take effect if no new-style tasks are found. Major thanks to Travis Swicegood for the original implementation. * #56: Namespacing is now possible: Fabric will crawl imported module objects looking for new-style task objects and build a dotted hierarchy (tasks named e.g. web.deploy or db.migrations.run), allowing for greater organization. See Namespaces for details. Thanks again to Travis Swicegood.
2011-07-12Sync tex-version with tex-version-doc. No functional change.minskim2-6/+6