summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-04Only do the build and test actions when NO_BUILD does not prevent them.rillig1-6/+8
2006-10-04Oops, committed the last change before the test finished.rillig1-2/+2
2006-10-04Fixed file permissions and PKGMANDIR.rillig1-1/+3
2006-10-04Needs a C compiler.rillig1-2/+2
2006-10-04Added a patch that fixes the interpreter path of the installed Pythonrillig3-3/+20
scripts. Bumped PKGREVISION.
2006-10-04bzr updated to 0.11.wiz2-3/+3
2006-10-04Update to 0.11:wiz3-13/+168
bzr 0.11 2006-10-02 * Smart server transport test failures on windows fixed. (Lukáš Lalinský). bzr 0.11rc2 2006-09-27 BUG FIXES: * Test suite hangs on windows fixed. (Andrew Bennets, Alexander Belchenko). * Commit performance regression fixed. (Aaron Bentley, Robert Collins, John Arbash Meinel). bzr 0.11rc1 2006-09-25 IMPROVEMENTS: * Knit files now wait to create their contents until the first data is added. The old code used to create an empty .knit and a .kndx with just the header. However, this caused a lot of extra round trips over sftp. This can change the time for ``bzr push`` to create a new remote branch from 160s down to 100s. This also affects ``bzr commit`` performance when adding new files, ``bzr commit`` on a new kernel-like tree drops from 50s down to 40s (John Arbash Meinel, #44692) * When an entire subtree has been deleted, commit will now report that just the top of the subtree has been deleted, rather than reporting all the individual items. (Robert Collins) * Commit performs one less XML parse. (Robert Collins) * ``bzr checkout`` now operates on readonly branches as well as readwrite branches. This fixes bug #39542. (Robert Collins) * ``bzr bind`` no longer synchronises history with the master branch. Binding should be followed by an update or push to synchronise the two branches. This is closely related to the fix for bug #39542. (Robert Collins) * ``bzrlib.lazy_import.lazy_import`` function to create on-demand objects. This allows all imports to stay at the global scope, but modules will not actually be imported if they are not used. (John Arbash Meinel) * Support bzr:// and bzr+ssh:// urls to work with the new RPC-based transport which will be used with the upcoming high-performance smart server. The new command ``bzr serve`` will invoke bzr in server mode, which processes these requests. (Andrew Bennetts, Robert Collins, Martin Pool) * New command ``bzr version-info`` which can be used to get a summary of the current state of the tree. This is especially useful as part of a build commands. See ``doc/version_info.txt`` for more information (John Arbash Meinel) bzr 0.10 2006-08-29 IMPROVEMENTS: * 'merge' now takes --uncommitted, to apply uncommitted changes from a tree. (Aaron Bentley) * 'bzr add --file-ids-from' can be used to specify another path to use for creating file ids, rather than generating all new ones. Internally, the 'action' passed to smart_add_tree() can return file_ids that will be used, rather than having bzrlib generate new ones. (John Arbash Meinel, #55781) * ``bzr selftest --benchmark`` now allows a ``--cache-dir`` parameter. This will cache some of the intermediate trees, and decrease the setup time for benchmark tests. (John Arbash Meinel) * Inverse forms are provided for all boolean options. For example, --strict has --no-strict, --no-recurse has --recurse (Aaron Bentley) * Serialize out Inventories directly, rather than using ElementTree. Writing out a kernel sized inventory drops from 2s down to ~350ms. (Robert Collins, John Arbash Meinel) (BUG FIXES, INTERNALS, and TESTING updates removed from commit message)
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz48-115/+115
2006-10-04Update HOMEPAGE.wiz1-2/+2
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz5-11/+11
2006-10-04Update MASTER_SITES and HOMEPAGE, from Sergey Svishchev.wiz47-109/+113
2006-10-04Fixed "test ==" in the configure script and a spelling mistake. It'srillig3-3/+17
PKGCONFIG_OVERRIDE, not PKG_CONFIG_OVERRIDE.
2006-10-04Fixed the "test" phase by adding a dependency on Perl, but only if therillig1-2/+6
tests are enabled.
2006-10-04add fanngdt1-1/+2
2006-10-04 Added devel/fann version 2.0.0 [gdt 2006-10-04]gdt1-1/+2
2006-10-04Fast Artificial Neural Network Library implements multilayergdt4-0/+60
artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to other programming languages and a GUI are also available.
2006-10-04Fixed some pkglint warnings.rillig2-12/+10
2006-10-04Added a patch for the broken "test ==".rillig2-1/+15
2006-10-04Fixed "test ==" in the configure script.rillig5-12/+26
Fixed some pkglint warnings.
2006-10-04Added a patch so that pkg-config builds with PKGSRC_RUN_TEST. Fixed arillig5-3/+65
bug in the configure script and added a comment to patch-aa.
2006-10-04Include ../../mk/x11.buildlink3.mk.reed1-1/+2
This definitely uses X. (I noticed because in my environment, libXt was not buildlinked.)
2006-10-04regen patch-ad (for MacOS X).wiz2-5/+8
2006-10-04rename loader script to epsg-load, and install in ${PREFIX}/bingdt4-14/+11
PKGREVISION++
2006-10-04Updated cyrus-imapd to 2.2.13.obache2-3/+3
2006-10-04Update cyrus-imapd to 2.2.13.obache5-43/+12
Patch provided by Jukka Salmi via PR 33576. Changes to the Cyrus IMAP Server since 2.2.12 * Allow sieve scripts to be run on shared mailboxes (via sieve annotation). * Updated nntpd to be compliant with latest draft (soon to be RFC3977). * Updated IMAP UIDPLUS extension to be compliant with latest specification (RFC4315). * Performance improvements to quota utility. * Fixed possible race condition in IMAP IDLE. * Made ptloader runtime configurable. * Added more extensive output to arbitron. * Allow responses of any length from backend when proxing IMAP/POP3/NNTP traffic. * Added plaintextloginalert option. * Only allow mbpath to be run as Cyrus user. * Added berkeley_hash and berkeley_hash_nosync cyrusdb backends (seem to perform better under heavy loads). * Added lastpop mailbox annotation. * Added subscribe/unsubscribe support to cyradm. * Fixed miscellaneous bugs and build issues.
2006-10-04Updated cyrus-sasl (and plugins, authd) to 2.1.22.obache2-3/+13
2006-10-04Update cyrus-sasl (and plugins, authd) to 2.1.22.obache21-118/+92
New in 2.1.22 ------------- * Added support for spliting big data blocks (bigger than maxbuf) into multiple SASL packets in sasl_encodev * Various sasl_decode64() fixes * Increase canonicalization buffer size to 1024 bytes * Call do_authorization() after successful APOP authentication * Allow for configuration file location to be configurable independently of plugin location (bug # 2795) * Added sasl_set_path function, which provides a more convenient way of setting plugin and config paths. Changed the default sasl_getpath_t/sasl_getconfpath_t callbacks to calculate the value only once and cache it for later use. * Fixed load_config to search for the config file in all directories (bug # 2796). Changed the default search path to be /usr/lib/sasl2:/etc/sasl2 * Don't ignore log_level configuration option in default UNIX syslog logging callback * (Windows) Minor IPv6 related changes in Makefiles for Visual Studio 6 * (Windows) Fixed bug of not setting the CODEGEN (code generation option) nmake option if STATIC nmake option is set. * Several fixed to DIGEST-MD5 plugin: - Enable RC4 cipher in Windows build of DIGEST-MD5 - Server side: handle missing realm option as if realm="" was sent - Fix DIGEST-MD5 to properly advertise maxssf when both DES and RC4 are disabled - Check that DIGEST-MD5 SASL packet are no shorter than 16 bytes * Several changes/fixed to SASLDB plugin: - Prevent spurious SASL_NOUSER errors - Added ability to keep BerkleyDB handle open between operations (for performance reason). New behavior can be enabled with --enable-keep-db-open. * Better error checking in SQL (MySQL) auxprop plugin code * Added support for HTTP POST password validation in saslauthd * Added new application ("pluginviewer") that helps report information about installed plugins * Allow for building with OpenSSL 0.9.8 * Allow for building with OpenLDAP 2.3+ * Several quoting fixes to configure script * A large number of other minor bugfixes and cleanups
2006-10-04Belatedly note the update of math/sc to 6.21nb1.he1-1/+2
2006-10-03added missing $NetBSD$ headersschwarz3-3/+7
2006-10-03added support for IRIX 5 and in particular the SGI IDO cc.schwarz19-2/+358
patches were discussed with Bryan Henderson, maintainer of the netpbm code.
2006-10-03Fixed pkglint warnings and the path to the manual pages.rillig1-6/+4
2006-10-03Updated lang/ocaml to 3.09.3adam2-3/+3
2006-10-03Changes 3.09.3:adam10-64/+96
Bug fixes: - ocamldoc: -using modtype constraint to filter module elements displayed in doc - ocamldoc: error in merging of top dependencies of modules - ocamldoc: -dot-colors has no effect - ocamdloc: missing crossref in text from intro files - compilers: segfault with recursive modules - compilers: infinite loop when compiling objects - compilers: bad error message when signature mismatch - compilers: infinite loop with -rectypes - compilers: contravariance bug in private rows - compilers: unsafe cast with polymorphic exception - native compiler: bad assembly code generated for AMD64 - native compiler: stack alignment problems on MacOSX/i386 - stdlib: crash in marshalling - stdlib: crash when closing a channel twice - stdlib: memory leak in Sys.readdir - C interface: better definition of CAMLreturn - otherlibs/unix: crash in gethostbyname - tools: subtle problem with unset in makefile - camlp4: install pa_o_fast.o - camlp4: install more modules New features: - ocamldoc: name resolution in cross-referencing {!name}: if name is not found, then it is searched in the parent module/class, and in the parent of the parent, and so on until it is found. - ocamldoc: new option -short-functors to use a short form to display functors in html generator - ocamlprof: added "-version" option
2006-10-03Update PKGREVISION.reed1-2/+4
Make sure use PKG_SYSCONFDIR for the "etc" sed expression. Also do the SUBST_SED on the configuration example file too.
2006-10-03Honor PKGMANDIR insetad of hard-coded path.reed1-3/+3
2006-10-03Fixed pkglint warnings.rillig1-9/+7
2006-10-03mtr updated to 0.72.wiz2-3/+3
2006-10-03Update to 0.72:wiz4-30/+20
Minor (undocumented) improvements.
2006-10-03mldonkey* updated to 2.8.1.wiz2-3/+4
2006-10-03Update mldonkey* to 2.8.1:wiz2-6/+6
2006/09/17 version 2.8.1 = tag release-2-8-1 5401: Fix question whether to compile Ocaml with some bash versions (pango) 5400: Allow use of Ocaml 3.09.3, keep 3.09.2 as default 5399: EDK, Telnet: Fix and clarify message when starting a search (schlotter) 2006/09/16 5397: EDK: Disable broken option emulate_sparsefiles 5395: Improve max_hard_up/download_rate computation code (pango) 5380: BT: Add file_num to certain log entries (jave) 5392: fix typos in help texts (schlotter) 5394: Fix max_hard_up/download_rate computation - crashed on Windows when max_hard_upload_rate = 0 - when max_hard_upload_rate = 0 max_hard_download_rate was badly computed
2006-10-03Note fontconfig, pango, and gtk2 updates.wiz2-5/+5
2006-10-03Needs qt3-tools to build, include its buildlink3.mk file.wiz1-1/+2
2006-10-03Update to 2.10.4:wiz2-6/+6
Overview of Changes from GTK+ 2.10.3 to 2.10.4 ============================================== * GtkFileChooser works better with remote bookmarks * Windows theme engine improvements * Bugs fixed: 116626 Use keyboard map contents to detect RTL groups 353772 Add doc blurb for GtkWidget::parent-set 353803 GtkEntry unneccesarily resets im context at commit 353914 Leak of to_reset list from _gtk_settings_reset_rc_values 354043 Renew the typeahead search timeout when using scrollwheel 354687 PLT-reduction stuff not quite working 354887 GtkFileChooserButton displays unnecessary authentication dialogs 355308 gtk_tree_view_set_grid_lines notifies wrong property 355732 Combobox leaks treeview in list mode 355134 Type in string 355961 Typo in documentation for GtkPrintContext 340201 Enhancement of Wimp theme engine. 357132 Setting an RGBA colormap using gtk_widget_set_colormap() on any widget at application start (before other widgets are used) causes the running app to revert to the stock icon theme * Updated translations (bg,bn,bn_IN,de,dz,el, en_GB,et,fi,gu,hi,id,ka,lt,lv,mk,nb,nl,nn,or, ru,sl,sv,ta,th)
2006-10-03Update to 1.14.4:wiz2-6/+6
Overview of changes between 1.14.3 and 1.14.4 ============================================== * Indic shaper fixes. * Misc bug fixes. * Bugs fixed in this release: Bug 351223 – the conjuction of Con + 0x0d4d +0x0d31 of Malayalam is wrong Patch from LingNing Zhang Bug 355750 – The glyphs of the conjuctions about Cons+0x0d4d+0x0d32 of Malayalm are wrong. Patch from LingNing Zhang Bug 349876 – U+0x0904 of Devanagari need be "independent vowel", but it is "reserved" in Pango Patch from LingNing Zhang Bug 355550 – Miscalculation of logical attributes in pango_get_log_attrs() Patch from Theppitak Karoonboonyanan Bug 355697 – The IndicOTClassTable of Oriya has a error. Bug 355782 – Misaligned extents in pango Bug 355605 – hexbox with 0000 in it Bug 355435 – Invalid calls to pango_map_get_engine() Patch from Theppitak Karoonboonyanan Bug 347146 – underline/overstrike spaces Bug 352535 – Ink extents of empty glyph
2006-10-03Update to 2.4.1:wiz2-7/+6
This fixes the build on a couple of systems (m68k and mipsel), and re-implements a function that was broken by the cache file rework that is needed for lilypond.
2006-10-03Note update of py-urwid.minskim2-3/+3
2006-10-03Update py-urwid to 0.8.10. Patches provided by Ossi Herrala inminskim3-8/+13
a private email. Changes since 0.8.4: - Many new widgets including Filler, Button, RadioButton, CheckBox, etc. - Improved support for CJK encodings. - Expanded tutorial. - Bug fixes.
2006-10-03 Updated security/EasyPG to 0.0.6 [gdt 2006-10-03]gdt1-1/+2
2006-10-03Update to 0.0.6:gdt2-7/+7
** Parse "group" configuration parameters of GnuPG. ** epg-verify-file and epg-verify-string now return the plaintext after successful verification. ** Obey the decoding coding-system determined by decode-coding-inserted-region. ** Improved progress display. ** Allow file names starting with "-".
2006-10-03Fixed the path to the manual pages.rillig1-1/+6