Commit graph

182971 commits

Author SHA1 Message Date
hans
123cffa4a9 Fix build on SunOS. 2012-03-01 17:30:00 +00:00
hans
4d36387d6e Fix patch sum. 2012-03-01 17:22:38 +00:00
ryoon
20c9a85f8f Updated editors/zim to 0.54 2012-03-01 17:05:06 +00:00
ryoon
27dff17fd2 Update to 0.54
Changelog:
=== 0.54 - Thu 22 Dec 2011 ===
Bug fix release with minor feature enhancements
* Added mono icons for the Ubuntu Unity panel
* Tasklist plugin now supports hierarchic nested tasks
* Added "automount" plugin to automatically mount notebook folders
* Interwiki lookup now goes over all urls.list files in the path
* Fixed bug that prevented clicking links in read-only mode
* Fixed bug for parsing relative paths to parent pages e.g. in drag and drop
* Fixed bug causing the index to jump with every page selection
* Fixed bug causing the icon for custom tools to be missing in the toolbar
* Fixed bug for drag and drop of files on windows
* Fixed bug causing task list to reset when page is saved
* Fixed autocomplete for page entry in quicknote
* Fixed error in "you found a bug" error dialogs :S
* Fixed issue in test suite for loading pixbufs
* Added translation for Galician
2012-03-01 17:03:18 +00:00
hans
dd910580bc Fix build on SunOS.
- uses fts functions
- compile libnbcompat with -fPIC
2012-03-01 16:41:35 +00:00
hans
7421fc245d Remove NO_CONFIGURE=yes so that libnbcompat is built. Use LIBS when
linking. Fixes build on SunOS, also tested on NetBSD.
2012-03-01 16:31:55 +00:00
hans
bae9a5fb3a Fix build on SunOS.
- uses fts functions
- use pkgsrc-provided LDFLAGS and LIBS
2012-03-01 16:30:31 +00:00
hans
3768a38dbc Fix build on SunOS.
- uses fts functions
- don't ignore pkgsrc-provided CFLAGS, CPPFLAGS, LDFLAGS and LIBS
2012-03-01 16:27:57 +00:00
hans
d1e2108bc0 Fix build on SunOS.
- uses fts functions
- define u_quad_t and S_ISTXT
- no st_flags in struct stat
2012-03-01 16:25:16 +00:00
hans
fa774222ea Fix build on SunOS.
- uses fts functions
- no static linking
- define MAP_FILE
- make sure pkgsrc-provided CFLAGS and CPPFLAGS are used
2012-03-01 16:21:12 +00:00
hans
636aac4550 Wrap the fts function declarations in __BEGIN_DECL to make them usable
from C++.
2012-03-01 16:18:51 +00:00
ryoon
890a99d095 Updated editors/Sigil to 0.5.3 2012-03-01 15:13:35 +00:00
taca
fb49f4932a Note addition of misc/ruby-ansi package version 1.4.2. 2012-03-01 15:12:41 +00:00
taca
c4075e91f8 Add and enable ruby-ansi. 2012-03-01 15:11:48 +00:00
ryoon
829a1d14ed Update to 0.5.3
* Tested with boost 1.48.0nb2.

Changelog:
Sigil 0.5.3 2012.25.02
    - Fix issue 1254: Bulk rename will stop if one name matches, context menu
      needs cleanup and warnings.
    - Fix issue 1268: Find/Replace all files does not search in book order,
      and other issues.
    - Fix issue 1266: Store user dictionary as UTF-8.
    - Ensure the checkmarks in add semantic are set correctly when selecting
      multiple files.
    - Fix issue 1030: Don't close if canceling out of a failed save.
    - Fix issue 1258: Find/Replace step by step in All HTML files is broken.
2012-03-01 15:11:34 +00:00
taca
537b2e71c5 Importing ruby-ansi package version 1.4.2.
The ANSI project is a collection of ANSI escape code related libraries
enabling ANSI code based colorization and stylization of output.
It is very nice for beautifying shell output.
2012-03-01 15:10:40 +00:00
ryoon
b37f1f58b3 Fix build on DragonFly.
Confirmed by marino@ and Justin Sherrill.
2012-03-01 15:06:19 +00:00
wiz
cbf9d076bb Updated misc/py-carddav to 0.3.3 2012-03-01 12:30:20 +00:00
wiz
2be604c96e Update to 0.3.3:
New sabredav/owncloud support, thanks Davide Gerhard.

    Fixes a bug where properties with no type parameters were not printed.

    This release also fixes a small database bug.

    The config file has a new entry (davserver) which you can set to either davical or sabredav (depending on your CardDAV server).

    Future: The source code has been cleaned up quite a bit (nearly every line of code has been touched) and some features have been added. Write support is nearly finished in the backend (but will probably not be included in the next release yet), but the frontend is still really buggy and a pain to use. If you want to have a look, check the repository out at github and check the branch write_support (but it might me broken).
2012-03-01 12:30:11 +00:00
jnemeth
fe264f1da1 sort 2012-03-01 07:02:31 +00:00
apb
b3df287f56 Add "used by" comments 2012-03-01 05:46:06 +00:00
apb
e995a41813 Updated www/gitweb to 1.7.9.2 2012-03-01 05:44:09 +00:00
apb
e3a88a3225 Oops, devel/scmgit/Makefile.version has 1.7.9.2, not 1.7.8.4,
so fix distinfo file for www/gitweb.
2012-03-01 05:42:20 +00:00
obache
4104390b47 Honor CFLAGS/CXXFLAGS and avoid to override the optimizer levels. 2012-03-01 05:01:15 +00:00
obache
e9c01272db Add comment. 2012-03-01 04:49:51 +00:00
minskim
956fb8e7fc Note update of ruby-mechanize. 2012-03-01 01:25:08 +00:00
minskim
687805e76e Update ruby-mechanize to 2.3.
Changes:
  * Add support for the Max-Age attribute in the Set-Cookie header.
  * Added Mechanize::Download#body for compatibility with Mechanize::File when
    using Mechanize#get_file with Mechanize::Image or other Download-based
    pluggable parser.  Issue #202 by angas
  * Mechanize#max_file_buffer may be set to nil to disable creation of
    Tempfiles.
  * MetaRefresh#href is not normalized to an absolute URL, but set to the
    original value and resolved later.  It is even set to nil when the
    Refresh URL is unspecified or empty.
  * Expose ssl_version from net-http-persistent.  Patch by astera.
  * SSL parameters and proxy may now be set at any time.  Issue #194 by
    dsisnero.
  * Improved Mechanize::Page with #image_with and #images_with and
    Mechanize::Page::Image various img element attribute accessors, #caption,
    #extname, #mime_type and #fetch.  Pull request #173 by kitamomonga
  * Added MIME type parsing for content-types in Mechanize::PluggableParser
    for fine-grained parser choices.  Parsers will be chosen based on exact
    match, simplified type or media type in that order.  See
    Mechanize::PluggableParser#[]=.
  * Added Mechanize#download which downloads a response body to an IO-like or
    filename.
  * Added Mechanize::DirectorySaver which saves responses in a single
    directory.  Issue #187 by yoshie902a.
  * Added Mechanize::Page::Link#noreferrer?
  * The documentation for Mechanize::Page#search and #at now show that both
    XPath and CSS expressions are allowed.  Issue #199 by Shane Becker.
  * Mechanize now depends on net-http-persistent 2.3+.  This new version
    brings idle timeouts to help with the dreaded "too many connection resets"
    issue when POSTing to a closed connection.  Issue #123
  * SSL connections will be verified against the system certificate store by
    default.
  * Added Mechanize#retry_change_requests to allow mechanize to retry POST and
    other non-idempotent requests when you know it is safe to do so.  Issue
    #123
  * Mechanize can now stream files directly to disk without loading them into
    memory first through Mechanize::Download, a pluggable parser for
    downloading files.
  * Bug fixes.
2012-03-01 01:24:48 +00:00
shattered
876108e3bd Replace hardcoded /usr/local patch with ${LOCALBASE}.
Avoids crash in dirname (pool=0xbfbfcc6c, fname=0x0) at nsdejavu.c:531
2012-02-29 21:22:16 +00:00
apb
23ed0dc2d2 Updated www/gitweb to 1.7.8.4 [apb 2012-02-29] 2012-02-29 21:21:13 +00:00
apb
b6ed8f4e1b Update gitweb to version 1.3.8.4, and use .include to
keep the version number in sync with that of scmgit.
2012-02-29 21:19:02 +00:00
hans
d8fff1d487 Add fts_open to USE_FEATURES. 2012-02-29 21:01:08 +00:00
hans
7248ed25a5 Instead of setting USE_PKGLOCALEDIR=no, don't set it at all. Makes this
work as expected.
2012-02-29 20:43:33 +00:00
hans
e66221d365 Redefine a few OSS mixer names to their (numeric) counterparts on
SunOS. This is wrong for SOUND_MIXER_MONITOR, but I don't really care.
2012-02-29 20:33:09 +00:00
hans
03579439b1 By using dirent.h instead of sys/dir.h this suddenly builds on SunOS. 2012-02-29 20:17:31 +00:00
morr
55b62b56ea Add missing patch 2012-02-29 19:24:12 +00:00
morr
7d40e240ad Note update of x11/rxvt-unicode 2012-02-29 18:50:52 +00:00
morr
a7ec9e7bd1 Update to version 9.15.
List of changes is too big to be included here. You can look at
http://dist.schmorp.de/rxvt-unicode/Changes
to see changelog.
2012-02-29 18:49:40 +00:00
hans
a76dc7ef2c Fix build on SunOS. 2012-02-29 18:14:31 +00:00
hans
ab7b6327cf Add build fix for build with gcc46.
From https://svn.boost.org/trac/boost/attachment/ticket/4999/fix4999.patch
2012-02-29 16:37:28 +00:00
hans
2719f14252 Updated meta-pkgs/boost etc. to 1.49.0 2012-02-29 16:34:42 +00:00
hans
718bbf4bcf Recursive bump from devel/boost-libs update. 2012-02-29 16:32:19 +00:00
hans
2195ac7b20 Update boost to 1.49.0
Changes:
New Libraries
* Heap: Priority queue data structures, from Tim Blechmann.

Details: http://www.boost.org/users/history/version_1_49_0.html
2012-02-29 14:22:23 +00:00
hans
c35c3eec01 Set CFLAGS.SunOS to get a XPG6 iconv to fix the build of preconv. 2012-02-29 13:34:24 +00:00
hans
d236be61af Revert libiconv buildlink change, breaks on systems with builtin iconv. 2012-02-29 13:33:00 +00:00
hans
a7d5e0d53b Don't try to recursively chmod WRKDIR. Do it in WRKSRC instead. 2012-02-29 13:13:14 +00:00
obache
b74f221240 No need to buildlink with mecab-base, just BUILD_DEPENDS is sufficient.
Bump PKGREVISION.
2012-02-29 09:10:06 +00:00
obache
d164a1585e Update HOMEPAGE to the new website. 2012-02-29 08:00:50 +00:00
obache
187d74e1f3 fix a typo in comment. 2012-02-29 07:53:29 +00:00
obache
66388d6d50 Updated net/ruby-addressable to 2.2.7 2012-02-29 07:47:31 +00:00
obache
a9bf29fdef Update ruby-addressable to 2.2.7.
# Addressable 2.2.7
- fixed issues related to Addressable::URI#query_values=
- the Addressable::URI.parse method is now polymorphic
2012-02-29 07:47:04 +00:00