summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-09-13Install header file that includes all the necessary symbols forwiz2-2/+7
wide character support (needed by at least news/tin). Bump PKGREVISION.
2007-09-13Newer versions of "streamripper" want wchar supportadrianp2-12/+4
Enable shared libraries PKGREVISION++ Patch from Matthias Drochner
2007-09-12Fixed gcc error message:rillig2-5/+14
scsi.c:1047: warning: dereferencing 'void *' pointer scsi.c:1047: error: void value not ignored as it ought to be The reason is that scsireq_t->data has now (NetBSD 4.99.30) the type void *, which seems to have been char * before.
2007-09-11Fixed many pkglint warnings in order to make the build possible forrillig1-31/+22
unprivileged users who don't have write access to /var. As a result, the Makefile has become a bit shorter and more readable.
2007-09-11Fixed the build with pbulk ($prefix/include didn't exist) and made therillig1-6/+5
code simpler.
2007-09-11Remove stray : that could break a substitutions as hinted by Seanjoerg2-3/+3
Boudreau.
2007-09-11Update to scmgit-1.5.3.1. Changes are too numerous to list here; pleasebjs10-61/+116
see Documentation/RelNotes-1.5.3.1.txt (in ${WRKSRC} or the GIT tree).
2007-09-11NetBSD/amd64 does not have machdep.{sse,sse2}. Bump version.bjs2-4/+4
2007-09-10+ devel/libbinioxtraeme1-1/+2
2007-09-10Initial import of libbinio-1.4 from pkgsrc-wip, packaged byxtraeme5-0/+66
jfranz at bsdprojects dot net. The binary I/O stream class library presents a platform-independent way to access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation. It further employs no special I/O protocol and can be used on arbitrary binary data sources.
2007-09-10+ devel/libmcsxtraeme1-1/+2
2007-09-10Initial import of libmcs-0.4.1 from pkgsrc-wip, packaged byxtraeme5-0/+70
jfranz at bsdprojects dot net. mcs is a library and set of userland tools which abstract the storage of configuration settings away from userland applications. It is hoped that by using mcs, the applications which use it will generally have a more congruent feeling in regards to settings. There have been other projects like this before (such as GConf), but unlike those projects, mcs strictly handles abstraction. It does not impose any specific data storage requirement, nor is it tied to any desktop environment or software suite. Because mcs is licenced under the BSD licence, it is hoped that many applications will adopt it's use.
2007-09-10Update to 2.12:xtraeme4-23/+23
Version 2.12 (11 Aug 07) Handle 0LL, and empty initializer lists (courtesy Dany Vereertbrugghen, lucent). The tool will still complain if a structure is passed to a function without prior initialization. Fix pending. Version 2.11 (2 March 07) Handle larger inputs. Better behavior on self-test. Removes problem with some preprocessors where uno could choke on an unexpected format for linenumber directives. Thanks to rainer from samhain labs. Version 2.9-2.10 (Feb 06) Small fixes only. In pedantic mode, uno will now treat pointers that are initialized to zero as being uninitialized. This is annoying sometimes when you want to initialize the pointer to turn off a report from uno, but it is a little safer. Several patches courtesy of Jerry James.
2007-09-10Add HOMEPAGE.wiz1-1/+2
2007-09-09Drop maintainership.wiz1-2/+2
2007-09-09Switch to use Ruby 1.8.6 patchlevel 36.taca1-4/+4
Nothing changes with ruby-mode itself.
2007-09-09Update to 1.8.6 patchlevel 36.taca2-8/+8
Changes are too many, please see ChangeLog: http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6_36/ChangeLog
2007-09-08Convert to use the features framework.jlam1-2/+3
2007-09-08Upgrade the NetBSD iSCSI target to version 20070908. Changes from previousagc2-6/+6
version: + only use AI_NUMERICSERV if it exists - should help Dragonfly users + fix a problem whereby multiple targets could show up as a single target under ssome circumstances.
2007-09-08Update to 1.14.7:wiz2-6/+6
Jody: * Fix typo that would break all xml output.
2007-09-07Update "apr" package to version 0.9.16.2.0.61 and "apache2" packagetron2-6/+5
to version 2.0.61. This update is a bug and security fix release. The following security problem hasn't been fixed in "pkgsrc" before: - CVE-2007-3847: mod_proxy: Prevent reading past the end of a buffer when parsing date-related headers.
2007-09-07Update BUILDLINK_API_DEPENDS.libmm to at least 1.4.0.reed1-3/+2
(And remove BUILDLINK_API_DEPENDS.libmm.) Today, I upgrade apache and it failed with: Shared object "libmm.so.14" not found I had libmm-1.3.1 with: /usr/pkg/lib/libmm.so.13 /usr/pkg/lib/libmm.so.13.0.21 (The libmm update was done on 2005/11/24 -- I am surprised this didn't hit anyone else.)
2007-09-07Make pcre build on HPUX.tnn1-1/+8
2007-09-06Add QNX support. Don't redefine __BEGIN_DECLS and __END_DECLS ifjoerg2-6/+19
system headers provided them. From Sean Boudreau.
2007-09-06Try to force a proper shell on Solaris by extending bmake tojoerg10-2890/+3251
expect full path names. Use the default locations in /bin unless overriden explicitly. Bump revision of bmake. On Solaris, use /usr/xpg4/bin/sh if it exists.
2007-09-05update to 1.14.6drochner3-8/+13
changes: -Add some safety checks for out of memory conditions -Some extensions to simplify OOX export -Docs improvements
2007-09-05Update to 1.2.9:xtraeme2-10/+6
*) Stop invoking the testshm* helpers upon 'make test' invocation. [Kurt Miller <kurt intricatesoftware.com>] *) Register a cleanup only if APR_FILE_NOCLEANUP was not flagged in apr_file_mktemp. [Brian J. France <list firehawksystems.com>] *) Numerous build fixes for non-GCC builds and GCC builds on Win32, as well as WinCE builds. *) Discard file buffers when running cleanups for exec. *) If apr_proc_create() fails to exec in the fork()ed child, call _exit() not exit() to avoid running atexit()-registered functions in the child. [Joe Orton] *) Improve thread safety of assorted file_io functions. [Davi Arnaut <davi haxent.com.br>] *) Fix file pointer position calculation in apr_file_writev() on buffered file. [Davi Arnaut <davi haxent.com.br>] *) Fix formatting of unsigned integers larger than 2^63 in the vformatter/apr_*printf. [Wynn Wilkes <wynn bungeelabs.com>] *) Fix possible EFAULT failures in apr_socket_sendfile() on 32-bit Solaris with LFS enabled. *) Fix deadlock in apr_file_gets() for a file opened with both the APR_BUFFERED and APR_XTHREAD flags.
2007-09-02Don't require Python for the cvsconvert script, just ship it as is.joerg1-1/+3
2007-09-02Precreate all directories needed.joerg1-1/+3
2007-08-31Remove the bazaar package - we'll just use bzr, now that it's beenagc6-1161/+1
modified to respond to the "bazaar" name as well.
2007-08-31Modify the COMMENT so that seraches for "bazaar" should hit this package,agc1-4/+4
as well as "bzr". Clean up some lint.
2007-08-30Fix build on DragonFly.joerg2-1/+14
2007-08-30Fix my own commit: CHECK_INTERPRETER_SKIP takes either a file or a globjoerg1-2/+2
pattern.
2007-08-30Fix path to self. Bump revision.joerg1-3/+13
2007-08-30Add DESTDIR support.joerg1-4/+6
2007-08-30Fix build on DragonFly.joerg2-5/+13
2007-08-30Fix Perl. Bump revision.joerg1-3/+6
2007-08-30Add an explicit cast to fix the build on DragonFly.joerg2-1/+15
glib seems to use either unsigned long or size_t and generally long == size_t is a good assumption.
2007-08-30Don't exclude platforms. For DragonFly, set _POSIX_SOURCE instead.joerg1-2/+6
2007-08-30Ensure that installed files are not world writeable. While here,joerg1-15/+19
add DESTDIR support. Bump revision.
2007-08-30Fix path to wish. Add DESTDIR support. Bump revision.joerg1-5/+12
2007-08-30Add missing entry when Carbon is enabled.obache1-1/+2
2007-08-30Update to 1.0:wiz2-6/+7
* Version 1.0 (released 2007-07-31) ** Command-line tools, examples, etc are now licensed under GPL version 3. The library is still licensed under LGPL v2.1 for compatibility reasons (it is included in glibc). ** Updated documentation as per license change. ** Update gnulib files. ** Update translations. ** API and ABI is backwards compatible with the previous version. * Version 0.6.14 (released 2007-05-31) ** Libidn is now developed using Git instead of CVS. A public git mirror is available from <http://repo.or.cz/w/libidn.git>. If you have pulled from this repository before this release, you need to erase your clone because it has been re-generated from scratch. ** API and ABI is backwards compatible with the previous version.
2007-08-30Need glib2>=2.14.0.obache1-2/+2
2007-08-29Update to 1.5.2.5, provided by Blair Sadewitz in private mail:wiz2-6/+6
IT v1.5.2.5 Release Notes ========================== Fixes since v1.5.2.4 -------------------- * Bugfixes - "git add -u" had a serious data corruption problem in one special case (when the changes to a subdirectory's files consist only deletion of files). - "git add -u <path>" did not work from a subdirectory. - "git apply" left an empty directory after all its files are renamed away. - "git $anycmd foo/bar", when there is a file 'foo' in the working tree, complained that "git $anycmd foo/bar --" form should be used to disambiguate between revs and files, which was completely bogus. - "git checkout-index" and other commands that checks out files to the work tree tried unlink(2) on directories, which is a sane thing to do on sane systems, but not on Solaris when you are root. * Documentation Fixes and Updates - A handful documentation fixes. GIT v1.5.2.4 Release Notes ========================== Fixes since v1.5.2.3 -------------------- * Bugfixes - "git-gui" bugfixes, including a handful fixes to run it better on Cygwin/MSYS. - "git checkout" failed to switch back and forth between branches, one of which has "frotz -> xyzzy" symlink and file "xyzzy/filfre", while the other one has a file "frotz/filfre". - "git prune" used to segfault upon seeing a commit that is referred to by a tree object (aka "subproject"). - "git diff --name-status --no-index" mishandled an added file. - "git apply --reverse --whitespace=warn" still complained about whitespaces that a forward application would have introduced. * Documentation Fixes and Updates - A handful documentation updates.
2007-08-29Update to 0.13, provided by Blair Sadewitz in private mail:wiz3-13/+20
2007-07-26: StGIT-0.13 released * Documentation directory with man pages * Safety checks for the 'rebase' command * Various contrib scripts * 'cp' command to copy files * 'sink' command to complement 'float' * '--diff-opts' option to some commands for passing additional arguments to 'git-diff-*' * 'stgit.mail.prefix' configuration option for the default 'mail --prefix' value * Interactive 2-way merging via xxdiff or emacs (previously, only 3-way merging had this feature) * Slightly changed behaviour to the 'patches' command when no argument is given to show the patches touching the locally modified files * Correct importing of multipart e-mails * '--unrelated' option to 'mail' to send patches unthreaded and without sequence numbering * '--update' option to 'refresh' to only check in the files already modified by the current patch (similar to 'pick --update') * '--keep' option to 'goto' (though it only works for patch popping) * '--expose' option to 'pick' to append the picked commit id to the log (similar to the 'git cherry-pick -x' command) * The 'new' command can automatically generate the patch name from the given log * 'uncommit' can generate patches up to a given commit id * Bug fixes
2007-08-29Update to 1.18.1:wiz3-19/+21
Overview of changes between 1.18.0 and 1.18.1 ============================================== - Misc bug fixes, including fix for an infinite-loop bug. - Bugs fixed in this release: Bug 470042 – missing Macedonian OT tag Patch from Denis Jacquerye Bug 468953 – pango-renderer.c: using function without prototype Bug 463430 – Gets stuck while "formatting message" Overview of changes between 1.17.5 and 1.18.0 ============================================== - Make pango_script_for_unichar() just call g_unichar_get_script(), and document that PangoScript and GUnicodeScript are interchangeable enumerations. - Misc bug fixes - Bugs fixed in this release: Bug 348348 – Add a way to get the script name of a gunichar Bug 451682 – Cursor positioning for Sinhala is broken Based on patch from Harshula Bug 462137 – memory corruption in pango_default_break Bug 462420 – Clicking on pixbuf should move the cursor to the position nearest to the click point Bug 462630 – pango_cairo_context_set_font_options() and some others don't have a Since: tag Bug 464183 – Minimum tab width enforcement in pango-layout breaks TabArray positions Patch by David Trowbridge Bug 464270 – ellipsize doesn't work consistent Bug 465174 – TextView is ignoring multiple consecutive \t's Bug 466755 – pango hangul is crashing in gnome-about because it is failing to retrieve a font. Bug 467056 – Shape attribute handling is not consistent Bug 467077 – Remove special-case for shape attribute in pango_layout_line_index_to_x() Overview of changes between 1.17.4 and 1.17.5 ============================================== - Export PangoCairoFont and cleanup various standard macros. - Bugs fixed in this release: Bug 150883 – Unicode LRO defect Bug 449482 – Build error when xft not present Part of Bug 347236 – provide pango_cairo_font_get_scaled_font Overview of changes between 1.17.3 and 1.17.4 ============================================== - Refactored the ATSUI font backend and install pangoatsui.h that has a single function pango_atsui_font_get_atsu_font_id() and a couple of types. - Bugs fixed in this release: Bug 451547 – FAIL: runtests.sh Bug 449543 - Ship pangoatsui.h Overview of changes between 1.17.2 and 1.17.3 ============================================== - Extensive pangocairo internal code refactoring and cleanup - New public API: pango_font_face_is_synthesized() pango_cairo_font_get_scaled_font() pango_cairo_font_map_new_for_font_type() pango_cairo_font_map_get_font_type() - New engine macros: PANGO_OT_TAG_MAKE() PANGO_OT_TAG_MAKE_FROM_STRING() - New PangoFontFace method is_synthesized. - Misc bug fixes - Bugs fixed in this release: Bug 337593 – move glyph extents code (and cache) from pangocairo-*font.c into pangocairo-font.c Bug 347235 – Add pango_cairo_font_map_get_font_type Bug 347236 – provide pango_cairo_font_get_scaled_font Bug 353291 – Provide pango_cairo_font_map_new_for_font_type Bug 438801 – underline should add "error" type. Bug 440588 – Add pango_font_face_is_synthesized() Bug 445832 – pango_cairo_update_layout() always invalidates layout Bug 446018 – Bus error in the pango_ot_tag_from_language() Bug 446355 – the parsing with pango_parse_markup is not coherent Bug 447189 – fonts.c: pango_font_face_is_synthesized returns NULL Bug 447568 – improve docs on what absolute size means Bug 448342 – pango_layout_index_to_line_x() counts lines from 1 Overview of changes between 1.17.1 and 1.17.2 ============================================== - Rename recently added pango_ot_ruleset_get_for() to pango_ot_ruleset_get_for_description(). - New engine API: pango_ot_ruleset_new_from_description(). - Treat Unknown script like Common and other non-"real" scripts. [Martin Hosken] - Misc typo fixes [Peter Moulder] - Bugs fixed in this release: Bug 443206 – PANGO_SCRIPT_UNKNOWN should not cause a run break Patch from Martin Hosken Overview of changes between 1.17.0 and 1.17.1 ============================================== - Ported the rest of OpenType shapers to the new OpenType APIs and added standard features to them: Hebrew, Indic, Khmer, Thai, and Tibetan. - Added N'Ko support to the Arabic module. [Eugeniy Meshcheryakov] - Small Indic module fix for Malayalam. - Fixed font metrics returned by the ATSUI backend. [Richard Hult] - Make itemization use pango_language_get_default() if context has no language set on it. Ditto for pango_context_get_metrics() if both input language and context language are NULL. - Improved documentation on vertical text, also added stability note to those parts of Pango API that are not indefinitely stable (shaper and language engine APIs). - Misc bug fixes. - New OpenType engine API: pango_ot_ruleset_get_feature_count() - Bugs fixed in this release: Bug 357790 – Rendering problem for malayalam consonant RA (U+0D30) Bug 385168 – indic, khmer, and tibetan modules don't apply ccmp Bug 385477 – kern feature is not supported in OpenType layout for Tibetan. Bug 433805 - [Atsui] Approximate char/digit width width often 0 Bug 436699 – N'Ko support Bug 438705 – Test runs non-existent "/bin/bash" on HP-UX 11.11 Bug 438814 – synaptic crash with pango 1.17.0 Bug 440603 – Minor ABI change
2007-08-29Update to 7.3:wiz2-6/+6
Release 7.3 28-Aug-07 --------------------- Most changes are bug fixes. Some that are not: 1. There is some support for Perl 5.10's experimental "backtracking control verbs" such as (*PRUNE). 2. UTF-8 checking is now as per RFC 3629 instead of RFC 2279; this is more restrictive in the strings it accepts. 3. Checking for potential integer overflow has been made more dynamic, and as a consequence there is no longer a hard limit on the size of a subpattern that has a limited repeat count. 4. When CRLF is a valid line-ending sequence, pcre_exec() and pcre_dfa_exec() no longer advance by two characters instead of one when an unanchored match fails at CRLF if there are explicit CR or LF matches within the pattern. This gets rid of some anomalous effects that previously occurred. 5. Some PCRE-specific settings for varying the newline options at the start of a pattern have been added.
2007-08-29Convert to use the pkgsrc emulator framework.jlam1-28/+19
2007-08-27+bugzilla3adrianp1-1/+2