Commit graph

168456 commits

Author SHA1 Message Date
ryoon
df55de94e1 Fix CATEGORIES 2011-02-13 11:05:09 +00:00
ryoon
b602fe3b21 Import gst123-0.1.4 as multimedia/gst123
The program gst123 is designed to be a more flexible command line
player in the spirit of ogg123 and mpg123, based on gstreamer. It
plays all file formats gstreamer understands, so if you have a
music collection which contains different file formats, like flac,
ogg and mp3, you can use gst123 to play all your music and video
files.

It is implemented in C++ and licensed under the GNU LGPL version 2.
2011-02-13 11:02:42 +00:00
ryoon
8b27374c7b Remove emacs-wiki 2011-02-13 10:03:35 +00:00
ryoon
9df11e2702 Updated misc/emacs-wiki to 2.72 2011-02-13 10:02:36 +00:00
ryoon
db0c4a8cec Update to 2.72.
Changelog:
2006-10-10 04:26:33 GMT	Michael Olson <mwolson@gnu.org>	patch-147

    Summary:
      Release emacs-wiki 2.72.
    Revision:
      emacs-wiki--main--1.0--patch-147

    * emacs-wiki.el (emacs-wiki-version): Release emacs-wiki 2.72.

    * emacs-wiki-colors.el (emacs-wiki-use-font-lock): Fix bug that was
      noticed with recent builds of Emacs 22.  Improper quoting was used.
      Thanks to Chong Yidong and intrigeri for noticing this.

    modified files:
     ChangeLog README emacs-wiki-colors.el emacs-wiki.el
     emacs-wiki.texi


2006-10-10 04:20:02 GMT	Michael Olson <mwolson@gnu.org>	patch-146

    Summary:
      Debian packaging changes from February.
    Revision:
      emacs-wiki--main--1.0--patch-146


    new files:
     debian/.arch-ids/compat.id debian/compat

    modified files:
     ChangeLog debian/NEWS debian/changelog debian/control
     debian/rules


2006-02-07 14:24:19 GMT	Michael Olson <mwolson@gnu.org>	patch-145

    Summary:
      Release emacs-wiki 2.71.
    Revision:
      emacs-wiki--main--1.0--patch-145

    * emacs-wiki.el (emacs-wiki-version): Release emacs-wiki 2.71.

    * README, emacs-wiki.texi, debian/NEWS: Note that Emacs Muse is
      recommended instead, and that this will probably be the last release of
      emacs-wiki.

    * debian/rules: Change compatibility level to 4.

    * emacs-wiki-srctag.el (emacs-wiki-src-tag): Silence compiler warning.

    new files:
     debian/.arch-ids/NEWS.id debian/NEWS

    modified files:
     ChangeLog Makefile.defs README debian/changelog debian/rules
     emacs-wiki-srctag.el emacs-wiki.el emacs-wiki.texi


2005-12-16 23:22:14 GMT	Michael Olson <mwolson@gnu.org>	patch-144

    Summary:
      Don't escape '#' in URLs.
    Revision:
      emacs-wiki--main--1.0--patch-144

    * emacs-wiki-publish.el (emacs-wiki-escape-url): Add '#' to list of
      characters not to escape in URLs.  Thanks to Marc Tommasi for the
      report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-11-21 04:54:08 GMT	Michael Olson <mwolson@gnu.org>	patch-143

    Summary:
      Make WikiName matching more flexible.
    Revision:
      emacs-wiki--main--1.0--patch-143

    * emacs-wiki-regexps.el (emacs-wiki-name-regexp): Match names like
      ConvertingAClass and XMLSchema.  Thanks to Rory McCann for the initial
      patch and the heads up.

    modified files:
     ChangeLog emacs-wiki-regexps.el emacs-wiki-transition.el


2005-10-04 15:24:23 GMT	Michael Olson <mwolson@gnu.org>	patch-142

    Summary:
      Apply patch from Magnus Henoch.
    Revision:
      emacs-wiki--main--1.0--patch-142

    * emacs-wiki.el (emacs-wiki-link-escape): Fix Yet Another escaping bug.
      Thanks to Magnus Henoch for the patch.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-30 03:38:56 GMT	Michael Olson <mwolson@gnu.org>	patch-141

    Summary:
      Fix #14666.
    Revision:
      emacs-wiki--main--1.0--patch-141

    * emacs-wiki.el (emacs-wiki-link-escape, emacs-wiki-link-unescape):
      s/further/is-desc/.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-25 01:48:38 GMT	Michael Olson <mwolson@gnu.org>	patch-140

    Summary:
      Fix #14337: bug in emacs-wiki-link-url.
    Revision:
      emacs-wiki--main--1.0--patch-140

    * emacs-wiki-publish.el (emacs-wiki-link-url): Treat WikiIndex pages
      specially, since they might not exist on the filesystem yet.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-25 01:44:19 GMT	Michael Olson <mwolson@gnu.org>	patch-139

    Summary:
      Fix #14336: bug in emacs-wiki-markup-list-or-paragraph.
    Revision:
      emacs-wiki--main--1.0--patch-139

    * emacs-wiki-publish.el (emacs-wiki-markup-list-or-paragraph): Add
      save-match-data so the match data doesn't get clobbered.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-25 01:41:14 GMT	Michael Olson <mwolson@gnu.org>	patch-138

    Summary:
      Highlight bare URLs in emacs-wiki buffers.
    Revision:
      emacs-wiki--main--1.0--patch-138

    * emacs-wiki-colors.el (emacs-wiki-highlight-markup): Use
      emacs-wiki-url-or-name-regexp instead of emacs-wiki-name-regexp.  This
      causes bare URLs to be highlighted in emacs-wiki buffers.

    modified files:
     ChangeLog emacs-wiki-colors.el


2005-09-25 01:31:22 GMT	Michael Olson <mwolson@gnu.org>	patch-137

    Summary:
      Fix '#' in link descriptions.
    Revision:
      emacs-wiki--main--1.0--patch-137

    * emacs-wiki.el (emacs-wiki-link-escape): Don't escape '#' if we are
      given a link description.  Thanks to Stefan Reichör for the report.
      (emacs-wiki-link-unescape): Update documentation.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-07 04:23:09 GMT	Michael Olson <mwolson@gnu.org>	patch-136

    Summary:
      Fix #14455: Typo in emacs-wiki-escape-html-string.
    Revision:
      emacs-wiki--main--1.0--patch-136

    * emacs-wiki-publish.el (emacs-wiki-escape-html-string): Replace boundp
      check with fboundp.  Thanks to an anonymous bug reporter for the fix.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-04 04:47:43 GMT	Michael Olson <mwolson@gnu.org>	patch-135

    Summary:
      Don't escape '?' and '=' in URLs.
    Revision:
      emacs-wiki--main--1.0--patch-135

    * emacs-wiki-publish.el (emacs-wiki-escape-url): Add '?' and '=' to list
      of characters to not escape.  Thanks to Sacha for the report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-09-03 18:06:08 GMT	Michael Olson <mwolson@gnu.org>	patch-134

    Summary:
      Fix note visiting problem.
    Revision:
      emacs-wiki--main--1.0--patch-134

    * emacs-wiki.el (emacs-wiki-visit-link): Make sure that we match against
      a complete, whitespace-delimited tag.  Thanks to Sergey Vlasov for the
      report and suggested fix.

    modified files:
     ChangeLog emacs-wiki.el


2005-09-02 04:37:42 GMT	Michael Olson <mwolson@gnu.org>	patch-133

    Summary:
      Try to get rid of error; apply latest patch to emacs-wiki-srctag.
    Revision:
      emacs-wiki--main--1.0--patch-133

    * emacs-wiki-publish.el (emacs-wiki-publish-index): Don't modify
      default-directory directly.  Call `cd' instead, and only when
      necessary.  Hopefully this will get rid of that weird stringp nil
      error.

    * emacs-wiki-srctag.el: Apply latest patch from Sun Yijiang.  You can now
      use extensions from `auto-mode-alist' in the <src> tag.

    modified files:
     ChangeLog emacs-wiki-publish.el emacs-wiki-srctag.el


2005-09-01 11:42:04 GMT	Michael Olson <mwolson@gnu.org>	patch-132

    Summary:
      Apply patches from Sergey Vlasov.
    Revision:
      emacs-wiki--main--1.0--patch-132

    * emacs-wiki-regexps (emacs-wiki-link-properties)
      (emacs-wiki-highlight-extended-link): Move '(mouse-face highlight) into
      the branch which handles the displayed text.  Also move
      '(rear-nonsticky t) to the common list, and kill the redundant
      '(emacs-wiki-keymap-property emacs-wiki-local-map) which was both in
      the common list and in the lists for displayed and invisible text.

    * emacs-wiki-regexps.el (emacs-wiki-regexp-emacs-revision): Move
      save-match-data outside of the `and' statement.

    modified files:
     ChangeLog emacs-wiki-colors.el emacs-wiki-regexps.el


2005-08-29 06:21:48 GMT	Michael Olson <mwolson@gnu.org>	patch-131

    Summary:
      Reinstate former extended character class rules.
    Revision:
      emacs-wiki--main--1.0--patch-131

    * emacs-wiki-regexps.el (emacs-wiki-regexp-use-character-classes): New
      option that allows the user to override emacs-wiki's algorithm for
      deciding whether to use extended character classes.
      (emacs-wiki-regexp-emacs-revision): New variable that indicates the revision
      number of this version of Emacs.
      (emacs-wiki-extreg-usable-p): Reinstate old rules -- Emacs 21.2 and 21.3
      aren't working well enough with extended character classes in regexps.

    * emacs-wiki.el (emacs-wiki-mode, emacs-wiki-find-file): Use
      make-local-variable instead of make-variable-buffer-local.

    modified files:
     ChangeLog emacs-wiki-regexps.el emacs-wiki.el


2005-08-29 00:00:01 GMT	Michael Olson <mwolson@gnu.org>	patch-130

    Summary:
      Fix paragraph-filling breakage in Emacs21.
    Revision:
      emacs-wiki--main--1.0--patch-130

    * emacs-wiki.el (emacs-wiki-mode): Check explicitly for Emacs21 rather
      than relying on emacs-wiki-extreg-usable-p.  Thanks to Sergey Vlasov
      for the bug report.

    modified files:
     ChangeLog emacs-wiki.el


2005-08-27 02:28:05 GMT	Michael Olson <mwolson@gnu.org>	patch-129

    Summary:
      Allow Emacs 21.3 to use extended character classes in regexps.
    Revision:
      emacs-wiki--main--1.0--patch-129

    * emacs-wiki-regexps.el (emacs-wiki-extreg-usable-p): Use a simpler
      algorithm.  Since enough positive reports have come in about the
      usability of 21.3, we'll allow it to use extended character classes in
      regexps by default.

    modified files:
     ChangeLog emacs-wiki-regexps.el


2005-08-25 16:51:35 GMT	Michael Olson <mwolson@gnu.org>	patch-128

    Summary:
      Attempt to fix a publishing warning.
    Revision:
      emacs-wiki--main--1.0--patch-128

    * emacs-wiki-publish.el (emacs-wiki-publish-index): Don't set
      default-directory to nil, just let-bind it so that our routine doesn't
      change it permanently.  Thanks to Seth Falcon for the report.

    modified files:
     ChangeLog emacs-wiki-publish.el


2005-08-17 19:06:27 GMT	Michael Olson <mwolson@gnu.org>	patch-127

    Summary:
      Make numeric anchors publish as valid (X)HTML.
    Revision:
      emacs-wiki--main--1.0--patch-127

    * emacs-wiki-publish.el (emacs-wiki-insert-anchor): If we're given only a
      numbers-only anchor, pre-pend "anchor-" to make it valid.  Otherwise,
      insert verbatim.
      (emacs-wiki-contents-tag): Publish with "sec-" rather than "sec"
      pre-pended.
      (emacs-wiki-link-url): Determine whether or not "anchor-" needs to be
      pre-pended when linking to an anchor.

    modified files:
     ChangeLog emacs-wiki-publish.el

    new patches:
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--base-0
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-1
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-2
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-3
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-4
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-5
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-6
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-7
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-8
     zakame@spunge.org--2005/emacs-wiki--zakame--1.0--patch-9


2005-08-13 05:04:33 GMT	Michael Olson <mwolson@gnu.org>	patch-126

    Summary:
      emacs-wiki-mode: Minor regexp tweak.
    Revision:
      emacs-wiki--main--1.0--patch-126

    * emacs-wiki.el (emacs-wiki-mode): Use \\s- rather than [[:blank:]].

    modified files:
     ChangeLog emacs-wiki.el


2005-08-12 20:56:20 GMT	Michael Olson <mwolson@gnu.org>	patch-125

    Summary:
      Keep lists from getting mashed together on M-q.
    Revision:
      emacs-wiki--main--1.0--patch-125

    * emacs-wiki-macros.el: Embarrassing header fix.

    * emacs-wiki.el (emacs-wiki-mode): Handle footnotes.  Set
      `paragraph-start' locally so that lists don't get blended together
      incorrectly upon hitting M-q.

    modified files:
     ChangeLog emacs-wiki-macros.el emacs-wiki.el


2005-08-09 23:11:17 GMT	Michael Olson <mwolson@gnu.org>	patch-124

    Summary:
      Make generated Debian packages slightly easier to upload.
    Revision:
      emacs-wiki--main--1.0--patch-124

    * debian/changelog: Generate 2.70-3.

    * debian/rules (clean): Call $(MAKE) realclean instead of $(MAKE) clean.

    * Makefile.defs (LASTUPLOAD): New variable that indicates the version
      that was last uploaded to Debian.
      (BUILDOPTS): Other options that are to be passed to dpkg-buildpackage.

    * Makefile (debrelease): Use $(LASTUPLOAD) to ensure that a full set of
      changes is generated.  This means we have to use dpkg-buildpackage,
      since debuild doesn't recognize the environment variables that it
      claims to recognize.  Use $(BUILDOPTS) to include any other options
      that I might need for dpkg-buildpackage.

    modified files:
     ChangeLog Makefile Makefile.defs debian/changelog debian/rules


2005-08-09 07:42:14 GMT	Michael Olson <mwolson@gnu.org>	patch-123

    Summary:
      Apply buffer-visiting patch from Marco Gidde.
    Revision:
      emacs-wiki--main--1.0--patch-123

    * emacs-wiki.el (emacs-wiki-visit-link): Apply patch from Marco Gidde
      that allows the user to link to a buffer.

    modified files:
     ChangeLog emacs-wiki.el


2005-08-09 06:47:35 GMT	Michael Olson <mwolson@gnu.org>	patch-122

    Summary:
      Minor build enhancement.
    Revision:
      emacs-wiki--main--1.0--patch-122

    * scripts/emacs-wiki-build.el (emacs-wiki-elint-files): Simplify the
      loading of all source files.

    modified files:
     ChangeLog scripts/emacs-wiki-build.el


2005-08-06 17:42:50 GMT	Michael Olson <mwolson@gnu.org>	patch-121

    Summary:
      Fix Debian package build.
    Revision:
      emacs-wiki--main--1.0--patch-121

    * Makefile (debclean): Last patch broke this -- make it work again.

    modified files:
     ChangeLog Makefile


2005-08-06 17:38:13 GMT	Michael Olson <mwolson@gnu.org>	patch-120

    Summary:
      Fix Debian bug #321616.
    Revision:
      emacs-wiki--main--1.0--patch-120

    * debian/control (Depends): Add dependency on emacsen (in addition to
      emacs21 and xemacs21) to fix Debian bug #321616.  Thanks to Daniel
      Dehennin for reporting this.

    * debian/changelog: Release the 2.70-2 Debian package.

    * Makefile (debclean): Remove previously-generated Debian packages for
      emacs-wiki in parent directory.

    modified files:
     ChangeLog Makefile debian/changelog debian/control


2005-08-05 04:50:25 GMT	Michael Olson <mwolson@gnu.org>	patch-119

    Summary:
      Fix: problem with punctuation in plan page names.
    Revision:
      emacs-wiki--main--1.0--patch-119

    * emacs-wiki.el (emacs-wiki-wiki-visible-name): Apply patch from Sacha
      that surrounds emacs-wiki-name-regexp with grouping symbols since it
      has "\|" in it.

    modified files:
     ChangeLog emacs-wiki.el


2005-07-26 00:20:11 GMT	Michael Olson <mwolson@gnu.org>	patch-118

    Summary:
      Try to upload to savannah.nongnu.org.
    Revision:
      emacs-wiki--main--1.0--patch-118

    * Makefile (upload): New target that causes emacs-wiki to be uploaded to
      savannah.nongnu.org.  I can't tell if this works yet.

    modified files:
     ChangeLog Makefile
2011-02-13 09:59:34 +00:00
obache
1b513466f5 change to match de-expanded ${PYSITELIB} in PRINT_PLIST_AWK. 2011-02-13 08:09:43 +00:00
obache
57c34c559e remove "next;" in PRINT_PLIST_AWK, it may prevent additional substitute,
like ${EGG_INFODIR}.
2011-02-13 08:07:39 +00:00
obache
8045df827b gave up maintainership of Gnome related packages. 2011-02-13 06:34:30 +00:00
obache
d83d4f45e3 gave up maintainership.
I have no modern MacOS X environment anymore.
2011-02-13 06:29:34 +00:00
obache
54de3c9883 gave up maintainership of clutter-1.x packages. 2011-02-13 03:56:08 +00:00
obache
6b92d1b668 Note stopper of clutter-1.6.2. 2011-02-13 03:01:45 +00:00
obache
9a7fe1715d Remove bump of cairo, it was reverted. 2011-02-13 02:58:17 +00:00
obache
9f34dc07a6 also revert bump of PKGREVISION. 2011-02-13 02:56:53 +00:00
rumko
017db263ef Updated net/tinc to 1.0.13nb1 2011-02-13 00:21:12 +00:00
rumko
0a7aea5e4e net/tinc: account for different header path on dfly
On DragonFly BSD, tun and tap headers are under net/tun/ and
net/tap/ and not directly in net/. Due to this, tinc does not
properly set up the tun devices in runtime. Bump PKGREVISION.

ok@ wiz
2011-02-13 00:20:24 +00:00
ryoon
d290b7cbc6 Updated inputmethod/skk-jisyo-cdb to 201102 2011-02-12 23:54:40 +00:00
ryoon
53b9dafad5 Update to 201102.
Changelog:
	Many words have been added.
2011-02-12 23:53:14 +00:00
adam
da28b44ea9 Updated chat/jabberd2 to 2.2.12 2011-02-12 18:51:42 +00:00
adam
87f46e43e2 Changes 2.2.12:
Many stability fixes, memory leak fixes, and connection handling fixes.
2011-02-12 18:50:13 +00:00
asau
cf31235b18 Updated net/poptop to 1.3.4 2011-02-12 16:49:44 +00:00
asau
7c44cbba4b Update to poptop 1.3.4
Tested by loux.thefuture@gmail.com


Changes since 1.3.0:

1.3.4: released 2007-04-16

- fix two release critical packet reordering bugs [Oester]
- accept both types of domain delimiter [Cameron]
- deprecate PPP_WAIT workaround in favour of turning off pty echo [Brady]

1.3.3: released 2006-09-05

- add missing connections option in sample pptpd.conf [Cameron]
- add message to indicate when constrained by IP range [Cameron]
- fix segfault on -C option, Closes Gentoo Bug #132898 [Nastac]
- support mixed architecture build on x86_64 [Gorlov]
- fix configure --with and --without option processing again [Cameron]
- include libutil in logwtmp build [Gorlov]
- fix spec file [Howarth]

1.3.2: released 2006-04-18

- fix configure --with and --without option processing [Cameron]
- avoid reporting packet loss if debug option not set [Cameron]

1.3.1: released 2006-02-14

- make connections limit configurable at run-time [Cameron]
- migrate --with-pppd-ip-alloc to delegate option [Cameron]
- prevent initial unwanted GRE ACK [Barker]
- bcrelay, ignore ENOBUFS [Rajkumar]
- remove superfluous sigset [Cameron/Gono]
- compilation fixes for gcc 4.0.1 [Cameron]
- factorise argument processing in pptpctrl [Cameron/Visi]
2011-02-12 16:47:43 +00:00
wiz
9ef2b61864 Updated finance/gnucash to 2.4.2 2011-02-12 15:08:20 +00:00
wiz
7391e6b4c2 Update to 2.4.2:
Changes between 2.4.0 and 2.4.2 include:

      * User-visible changes
      * Partly revert r20207, "Modify Tax Info on Account
        Page..." The changes in the tree-model-account caused
        CRITICAL gtk warnings, so we revert that part for now.
        The changes in gnc-ui-utils.[hc] have been kept.
      * Do not modify the entry's DateEntered when duplicating
        invoice to keep the entry ordering. Follow-up to r20115.
      * Modify Tax Info on Account Page to display or not
        display sub-account info based on whether row is
        expanded. Revert changes made in gnc-ui-util.c in rev
        20039 and instead put those changes in new function:
        gnc_ui_account_get_tax_info_sub_acct_string. Define a
        new column,
        GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT, in
        gnc-tree-model-account.c filled with
        gnc_ui_account_get_tax_info_sub_acct_string. Modify
        gnc-tree-view-account.c to define a tax_info_data_func
        that displays only the the data in the
        GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO model column if the
        row is expanded; otherwise it combines it with the data
        in the GNC_TREE_MODEL_ACCOUNT_COL_TAX_INFO_SUB_ACCT
        model column. Modily the view creation function to use
        the new tax_info_data_func.
      * Open the newly created invoices for editing after
        import.
      * Make the splash screen stack as a regular window instead
        of stacking in front of everything else.
      * SQL Backend Version Control: The final part. New error
        dialog boxes for ERR_SQL_DB_TOO_OLD and
        ERR_SQL_DB_TOO_NEW Marks the book read-only if the user
        doesn't upgrade a too-old db and when the user tries to
        load a too-new db.
      * Provide more detail in commit error when it's caused by
        a read-only book. Mark error message for translation.
      * Throw an error and return if if the book is marked
        readonly.
      * Add icons for Duplicate Invoice functionality
      * This patch adds a new option under Edit -> Preferences
        -> Date/Time that looks like this: Date Completion When
        a date is entered without year, it should be taken: (*)
        In the current calendar year ( ) In a sliding 12-month
        window starting this many months before the current
        month: [ 6 ] Patch by Peter Selinger with minor
        modifications
      * Fix a bug introduced in 20042 which caused lists of
        Scheme strings passed to C code to be garbage. This
        caused online price quotes to fail for anything other
        than a currency.
      * Make it possible to include trading accounts in the
        Income Statement and Profit and Loss reports.
      * Additionally, make the "Duplicate Invoice" feature
        available as menu item and toolbar button when viewing
        an invoice.
      * Implement "Duplicate Invoice" feature, where a new
        invoice is created as a copy of an old one with new date
        and new ID. This patch makes this feature available as
        button "Duplicate" in the search window.
      * Make reconcile+update import action of r20021 bug#373415
        enabled by default because it's so useful.
      * Fix version number in welcome report.
      * Set sort order for GncEntry quickfill to LIFO by-date.
        Previously, the insertion order was random instead of
        by-date.
      * Activate balance averaging in account piechart report,
        introduced in r19253.
      * Add budget name to budget tab
      * Add info about sub-accounts to Tax Info column on
        Accounts page.
      * A plugin to import CSV data as a new invoice or bill.
        Based on code written by Sebastian Held. Also includes a
        python script to massage a downloaded order form into
        the correct format for import. See
        contrib/rapid2gnucash.py This works with Rapid
        Electronics (UK) and can be used as a basis for other
        vendors. Users need to add a line in their
        ~/.gnucash/config.user for the module to be loaded:
        (gnc:module-load "gnucash/plugins/bi_import" 0) See bug
        #624911 for more details.
      * Add "copy budget" command to menu. Works like "open
        budget" except that a copy of the budget is made with
        the name "Copy of "+name of old budget. This command
        will allow you to easily create a copy of your 2010
        budget and change its name to "2011". I also plan to add
        UI capabilities to more easily manipulate budget
        numbers.
      * Fully implement auto-completion in the invoice entries
        on the description field, separately for bills or
        invoices. The quickfill is obtained from the global
        cache of the GncEntry's descriptions, one for invoices,
        one for the rest. The auto-completion is a simple query
        to get the newest entry with the same description, but
        limited to invoices or bills, respectively.
      * Add a new report: Customer Summary. This report shows a
        table of all customers and the sales, profit, and markup
        in that table.
      * Add a new report: Future Scheduled Transaction Summary.
      * Improve GncEntry quickfill to create separate quickfills
        for invoices and bills

As well as lots of bug and translation fixes.
2011-02-12 15:08:01 +00:00
wiz
cb685e9159 + cmus-2.3.4, gammu-1.29.90, ghostscript-9.01, gtk3-3.0.0,
jabberd2-2.2.12, patchutils-0.3.2, phpmyadmin-3.3.9.2, snort-2.9.0.4,
  xkbcomp-1.2.1.
2011-02-12 14:46:59 +00:00
drochner
9e47778a68 make the last patch work correctly 2011-02-12 14:18:35 +00:00
schmonz
54621f09a4 Updated mail/rss2email to 2.70nb1 2011-02-12 14:11:49 +00:00
schmonz
f163e330d9 Fix not-really-a-parse-error when OVERRIDE_EMAIL and DEFAULT_EMAIL
aren't set to anything fancy. Bump PKGREVISION.
2011-02-12 14:11:42 +00:00
drochner
517492a5ad put the cairo gobject into its own pkg to avoid the heavy glib dependency
in the base pkg
2011-02-12 13:40:53 +00:00
obache
4905be9f1d msgfmt, msgmerge and xgettext is required to configure & build. 2011-02-12 12:24:44 +00:00
obache
2922855e54 Updated graphics/cairo to 1.10.2nb2 2011-02-12 12:08:21 +00:00
obache
3b0d6ccefb enable cairo-gobject.
Bump PKGREVISION.
2011-02-12 12:08:06 +00:00
wiz
7fdd8d0be1 Updated editors/ted to 2.21nb2 2011-02-12 11:41:10 +00:00
wiz
1f77bf8bbe Bump PKGREVISION for upstream version of png patch. 2011-02-12 11:41:01 +00:00
wiz
1e16d6d30d Use upstream version of png-1.5 fix. 2011-02-12 11:40:41 +00:00
wiz
4c75c2ee54 gpl-2 is correct, remove comment. 2011-02-12 11:40:11 +00:00
shattered
feb6cf1c7e Update dmidecode to 2.11. Changes:
"Support for SMBIOS 2.6.1 and 2.7 was added. This includes new enumerated values
for recent hardware, as well as support for large memory modules and arrays, and
a new entry type for management controller host interfaces. Additionally, many
minor bugs were fixed."
2011-02-12 11:09:30 +00:00
shattered
816b7db477 Update to version 1.6. Changes:
"The numbering of tracks, GUI, and usability were improved."
2011-02-12 11:05:56 +00:00
tnn
3a531844a5 restore the libfaad plugin conditional 2011-02-12 10:53:02 +00:00
tnn
e30ba0d0f6 fix build with poppler-0.16.x 2011-02-12 10:00:07 +00:00
ryoon
2a358938fd Remove navi2ch 2011-02-12 05:08:25 +00:00
ryoon
ef6d78533c Updated chat/navi2ch to 1.8.3 2011-02-12 05:07:30 +00:00
ryoon
d09b88c69d Update to 1.8.3.
Change MAINTAINER to me.

Changelog:
* navi2ch 1.8.2 -> 1.8.3
	- Improve compatibility with apel.

* navi2ch 1.8.1 -> 1.8.2
	- Follow machibbs specification change.
	- Fix some bugs.

* navi2ch 1.8.0 -> 1.8.1
	- Follow 2ch specification change.
	- Use tls.el instead of ssl.el (oyster).

* navi2ch 1.7.5 -> 1.8.0
	- Change configure script option.
	- Support BE@2ch.
	- Support charset setting per board.
	- Change separator when response message is in hide status.
	- Fix some bugs related to expire.
	- Improve message, prompt, and docstring.
	- Identify virtual board with # symbol.
	- Disable old style dat file handling.
	- Display residual seconds with Samba24.
	- Use navi2ch-file-name-reserved-char-list instead of
	  navi2ch-file-name-reserved-char-regexp.
	- Searching and filtering IP address and remote host name.
	- Add sssp icon support.

* navi2ch 1.7.4 -> 1.7.5
	- Support new JBBS@shitaraba at jbbs.livedoor.jp.
	- Improve XEmacs support.
	- Fix a serious URL related bug.
2011-02-12 05:04:08 +00:00
obache
c2edbad5af Updated editors/nvi-m17n to 1.79.20040401nb5 2011-02-12 02:52:47 +00:00
obache
c6c89520e6 Add an patch to fix multibyte char search on 64bit environment.
PR#42832 by Atsushi Onoe.

Bump PKGREVISION.
2011-02-12 02:52:34 +00:00
obache
acaae010ee Fixes build on SUA 6.0.
It have both inityes.h and stdint.h, but SIZE_MAX is only in stdint.h,
so let to include both header file.
2011-02-12 01:58:54 +00:00
tnn
5379dd2fde Updated net/Transmission to 2.21 2011-02-11 21:41:47 +00:00
tnn
1b0495fc57 revbump(1) for devel/libevent update. 2011-02-11 21:22:02 +00:00
tnn
7e7f56c8e4 Updated devel/libevent to 2.0.10 2011-02-11 21:14:30 +00:00
tnn
ec7d6c3b8c Update to libevent-2.0.10.
Supposedly API backwards-compatible with libevent 1.x.
Will need a recursive revbump for shlib name changes, though.

All regression tests pass except "thread_conditions_simple". Not sure
why yet, but it's new API so shouldn't break anything existing in pkgsrc
today.

Changes in libevent 2.0 include cleaner interfaces, buffered I/O improvements,
improved multithreading and openssl integration.
2011-02-11 21:13:47 +00:00
tnn
beca8fac3d Add a small tweak to the rc script:
Make an effort to pick up spamd_flags from the rc configuration when
not running on NetBSD/DragonFlyBSD.
2011-02-11 19:10:53 +00:00