summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-13Fix CATEGORIESryoon1-2/+2
2011-02-13Import gst123-0.1.4 as multimedia/gst123ryoon4-0/+43
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-13Remove emacs-wikiryoon1-2/+1
2011-02-13Updated misc/emacs-wiki to 2.72ryoon1-1/+2
2011-02-13Update to 2.72.ryoon3-79/+45
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-13change to match de-expanded ${PYSITELIB} in PRINT_PLIST_AWK.obache1-4/+3
2011-02-13remove "next;" in PRINT_PLIST_AWK, it may prevent additional substitute,obache1-7/+4
like ${EGG_INFODIR}.
2011-02-13gave up maintainership of Gnome related packages.obache4-8/+8
2011-02-13gave up maintainership.obache1-2/+2
I have no modern MacOS X environment anymore.
2011-02-13gave up maintainership of clutter-1.x packages.obache10-20/+20
2011-02-13Note stopper of clutter-1.6.2.obache1-2/+2
2011-02-13Remove bump of cairo, it was reverted.obache1-2/+1
2011-02-13also revert bump of PKGREVISION.obache1-2/+2
2011-02-13Updated net/tinc to 1.0.13nb1rumko1-1/+2
2011-02-13net/tinc: account for different header path on dflyrumko5-5/+66
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-12Updated inputmethod/skk-jisyo-cdb to 201102ryoon1-1/+2
2011-02-12Update to 201102.ryoon2-6/+6
Changelog: Many words have been added.
2011-02-12Updated chat/jabberd2 to 2.2.12adam1-1/+2
2011-02-12Changes 2.2.12:adam6-100/+10
Many stability fixes, memory leak fixes, and connection handling fixes.
2011-02-12Updated net/poptop to 1.3.4asau1-1/+2
2011-02-12Update to poptop 1.3.4asau5-31/+22
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-12Updated finance/gnucash to 2.4.2wiz2-3/+3
2011-02-12Update to 2.4.2:wiz3-9/+17
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+ cmus-2.3.4, gammu-1.29.90, ghostscript-9.01, gtk3-3.0.0,wiz1-7/+10
jabberd2-2.2.12, patchutils-0.3.2, phpmyadmin-3.3.9.2, snort-2.9.0.4, xkbcomp-1.2.1.
2011-02-12make the last patch work correctlydrochner2-4/+13
2011-02-12Updated mail/rss2email to 2.70nb1schmonz1-1/+2
2011-02-12Fix not-really-a-parse-error when OVERRIDE_EMAIL and DEFAULT_EMAILschmonz3-4/+23
aren't set to anything fancy. Bump PKGREVISION.
2011-02-12put the cairo gobject into its own pkg to avoid the heavy glib dependencydrochner8-8/+104
in the base pkg
2011-02-12msgfmt, msgmerge and xgettext is required to configure & build.obache1-2/+2
2011-02-12Updated graphics/cairo to 1.10.2nb2obache1-1/+2
2011-02-12enable cairo-gobject.obache2-3/+7
Bump PKGREVISION.
2011-02-12Updated editors/ted to 2.21nb2wiz1-1/+2
2011-02-12Bump PKGREVISION for upstream version of png patch.wiz1-2/+2
2011-02-12Use upstream version of png-1.5 fix.wiz2-88/+188
2011-02-12gpl-2 is correct, remove comment.wiz1-2/+1
2011-02-12Update dmidecode to 2.11. Changes:shattered4-9/+9
"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-12Update to version 1.6. Changes:shattered5-24/+23
"The numbering of tracks, GUI, and usability were improved."
2011-02-12restore the libfaad plugin conditionaltnn1-1/+2
2011-02-12fix build with poppler-0.16.xtnn2-1/+15
2011-02-12Remove navi2chryoon1-2/+1
2011-02-12Updated chat/navi2ch to 1.8.3ryoon1-1/+2
2011-02-12Update to 1.8.3.ryoon3-17/+13
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-12Updated editors/nvi-m17n to 1.79.20040401nb5obache1-1/+2
2011-02-12Add an patch to fix multibyte char search on 64bit environment.obache3-3/+21
PR#42832 by Atsushi Onoe. Bump PKGREVISION.
2011-02-12Fixes build on SUA 6.0.obache2-1/+18
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-11Updated net/Transmission to 2.21tnn1-1/+2
2011-02-11revbump(1) for devel/libevent update.tnn18-29/+36
2011-02-11Updated devel/libevent to 2.0.10tnn1-1/+2
2011-02-11Update to libevent-2.0.10.tnn7-61/+45
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-11Add a small tweak to the rc script:tnn2-1/+22
Make an effort to pick up spamd_flags from the rc configuration when not running on NetBSD/DragonFlyBSD.