Commit graph

4133 commits

Author SHA1 Message Date
obache
694dff9591 Update m17n-contrib to 1.1.9.
* Changes in the m17n-contrib 1.1.9

** New input method:

eo-vi.mim (Esperanto)
2009-05-12 08:17:32 +00:00
obache
6892c0acb3 Update m17n-db to 1.5.4.
* Changes in the m17n database 1.5.4

** A new input method is added.

ta-lk-renganathan.mim (Tamil)
2009-05-12 08:16:03 +00:00
obache
06ec789266 Update m17n-docs to 1.5.2.
User's manual for m17n library ver.1.5.2.
2009-05-12 08:14:15 +00:00
hira
5f9d95eec6 Remove CONFIGURE_ARGS which was committed accidentally. 2009-05-10 03:41:22 +00:00
hira
98e5de0e4e - Add missing entries to PLIST (pointed by snj@).
- Install a missing file (openoffice3-startcenter.desktop).

Ride on previous update.
2009-05-10 01:58:20 +00:00
seb
f6c4b251ee Add & enable p5-App-MrShell 2009-05-09 23:40:09 +00:00
seb
a29169e81e Initial import of p5-App-MrShell version 2.0200 in the NetBSD
Packages Collection.

mrsh - Mr. Shell runs a command on multiple hosts and returns results
meaningfully.
2009-05-09 23:38:36 +00:00
hira
ba4b442947 Update to 3.1.0. Bug fixes and improvements (please see the following
URLs for details).

Release notes: http://development.openoffice.org/releases/3.1.0.html
New features : http://www.openoffice.org/dev_docs/features/3.1/index.html

Build confirmed on NetBSD 5.99.11/i386.
2009-05-09 18:43:41 +00:00
hasso
aa2cc38fd9 Update to 0.8. From Fulvio Ciriaco via private mail.
Upstream changes since 0.7:

* Remove the right number of characters from the buffer when escape then
  a cursor key (or other key prefixed by \033) is pressed. Reported by
  Stuart Henderson.
* rotate-window command. -U flag (default) for up, -D flag for down.
* Change scroll/pane redraws to only redraw the single pane affected rather
  than the entire window.
* If redrawing the region would mean redrawing > half the pane, just schedule
  to redraw the entire window. Also add a flag to skip updating the window any
  further if it is scheduled to be redrawn. This has the effect of batching
  multiple redraws together.
* Basic horizontal splitting and layout management. Still some redraw and other
  issues - particularly, don't mix with manual pane resizing, be careful when
  viewing from multiple clients and don't expect shell windows to redraw very
  well after the layout is changed; generally cycling the layout a few times
  will fix most problems. Getting this in for testing while I think about how
  to deal with manual mode.
  Split window as normal and cycle the layouts with C-b space. Some of the
  layouts will work better when swap-pane comes along.
* AIX port, thanks to cmihai for access to a box. Only tested on 6.1 with xlc
  10.1 (make sure CC is set). Needs GNU make and probably ncurses (didn't try
  plain curses). Also won't build with DEBUG, so comment the FDEBUG=1 line in
  GNUmakefile.
* Draw a vertical line on the right when the window size is less than the
  terminal size. This is partly to shake out any horizontal limit bugs on the
  way to horizontal splitting/pane tiling. Currently a bit slow since it has to
  do a lot of redrawing but hopefully that will improve as I get some better
  ideas for how to do it.
* Fix remaining problems with copy and paste and UTF-8.
* Better UTF-8 support, including combined characters. Unicode data is now
  stored as UTF-8 in a separate array, the code does a lookup into this every
  time it gets to a UTF-8 cell. Zero width characters are just appended onto
  the UTF-8 data for the previous cell. This also means that almost no bytes
  extra are wasted non-Unicode data (yay).
  Still some oddities, such as copy mode skips over wide characters in a
  strange way, and the code could do with some tidying.
* Key repeating is now a property of the key binding not of the command.
  Repeat is turned on when the key is bound with the -r flag to bind-key.
  next/previous-window no longer repeat by default as it turned out to annoy
  me.
* Clear using ED when redrawing the screen. I foolishly assumed using spaces
  would be equivalent and terminals would pick up on this, but apparently not.
  This fixes copy and paste in xterm/rxvt.
* Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg
  tmux-1000. The default socket is thus /tmp/tmux-UID/default. To start a
  separate server, the new -L command line option should be used: this creates
  a socket in the same directory with a different name ("-L main" will create
  socket called "main"). -S should only be used to place the socket outside
  /tmp. This makes sockets a little more secure and a bit more convenient to
  use multiple servers.
* New session flag "set-remain-on-exit" to set remain-on-exit flag for new
  windows created in that session (like "remain-by-default" used to do). Not
  perfectly happy about this, but until I can think of a good way to introduce
  it generically (maybe a set of options in the session) this will do. Fixes
  SF request 2527847.
* Support for 88 colour terminals.
* break-pane command to create a new window using an existing pane.
* Make escape key timer work properly so escape+key can be used without
  lightning fast key presses.
* Redo mode keys slightly more cleanly and apply them to command prompt
  editing. vi or emacs mode is controlled by the session option status-keys.
* Looking up argv[0] is expensive, so just use p_comm for the window name which
  is good enough. Also increase name update time to 500 ms.
* Only use ri when actually at the top of the screen; just move the cursor up
  otherwise.
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the
  cursor can never be beyond $COLUMNS - 1) and does not appear to support
  changing this behaviour, or any of the obvious possibilities (turning off
  right margin wrapping, insert mode). This is irritating, most notably because
  it impossible to write to the very bottom-right of the screen without
  scrolling. To work around this, if built on FreeBSD and run with a "cons"
  $TERM, the bottom-right cell on the screen is omitted.
* Emulate scroll regions (slowly) to support the few terminals which don't have
  it (some of which don't really have any excuse).
* No longer redraw the status line every status-interval unless it has actually
  changed.
2009-05-02 10:50:57 +00:00
tnn
94f62af98a drop references to firefox-gtk1 2009-04-21 16:47:48 +00:00
wiz
2c13b64035 Update to 1.3.14. Set LICENSE. Convert to user-destdir.
2009-04-12  Heikki Orsila <heikki.orsila@iki.fi>
	* Version 1.3.14
        - Install the man page with proper permissions
        - Fix buffer underflow [CORRECTIVE]
        - Cleanup and fix sfv reading [CORRECTIVE] [PREVENTIVE]
        - Fix test script reporting [CORRECTIVE]
        - Consistent return value (1) for exit() [PREVENTIVE]
2009-04-20 09:36:59 +00:00
reed
6bd6c33907 Update to 1.12.2.
Thanks to Izaac via pkg/41227

Remove two patches.

Improve DESCR, COMMENT, HOMEPAGE, USE_LANGUAGES.

Now using qt4 instead of qt3.

From vym-1.12.2/README.txt

Changelog since 1.8.1
---------------------

- Feature: Restructured internal handling of XML based maps
- Feature: Switched from QSimpleTextItem to QTextItem for Freemind
  support
- Feature: Import of Freemind maps
- Feature: Extended fileformat with object IDs to ease export from
           tomboy to vym
- Feature: Completed german translation
- Feature: Center on selection with "."
- Feature: Most important exports can be scripted now
- Feature: Creating new map with selection as MapCenter
- Feature: Simple export to CSV spreadsheet
- Feature: Copy from past steps in history to current one
- Feature: Editing of frame attributes in branch property window
- Feature: autosave
- Feature: number of undo/redo levels can be changed in settings
- Feature: branch property window settings are saved
- Feature: Added basic macros and documentation
- Feature: Color of selection can be changed now
- Feature: Pen and brush for frames can be set
- Feature: Simple Editor for scripts
- Feature: Added syntax highlighting for editor
- Feature: Unscroll all now only affects selected subtree
- Feature: Modifier Modes now change cursor when CTRL is pressed
- Feature: vym opens spanish documentation, if locale is es*
- Feature: New Frame format
- Feature: Properties dialog for branches instead of context menu entries
- Feature: Only one history window for all editors. State is saved.
- Feature: Canvas ported to QT 4.2 GraphicsView
- Feature: Options to use AntiaAliasing and smooth pixmap
           transformations
- Feature: Thick links use polygons now, less objects in scene
- Feature: More undo commands (and fixes there)
- Feature: Note Editor completly based on QT4 now.
- Feature: Opening of all URLs in a subtree
- Feature: Opening of all vymLinks in a subtree
- Feature: Changed format of configuration file a bit (new file anyway
           with introduction of QT4)
- Feature: Toolbar Layout is saved now
- Feature: Moved floats in XML Export, e.g. XHTML  shows floatimages at

- Bugfix: Added missing standard flag (one of the smileys got lost)
- Bugfix: Wrong parsing of relative positions after load of
          previously zoomed map
- Bugfix: Smother parabel links (Alexander Rettig)
- Bugfix: Workaround for wrong XML generated by QT with in QRichText
          list items
- Bugfix: No output from <span> tags in ASCII export any longer
- Bugfix: Don't ask for directory in XML-based exports like
          KDE-bookmarks
- Bugfix: auto-select/auto-edit new branches
- Bugfix: Visibility of BranchProperty window is saved now
- Bugfix: Undo/Redo dropping images into map
- Bugfix: Undo/Redo of copy/paste steps
- Bugfix: NoteEditor now appears on first click (not 2nd)
- Bugfix: Disable autosave while there are redos available
- Bugfix: After changing link color, that color is applied to all links
          now
- Bugfix: Pasting of FIOs
- Bugfix: No selection of branches while editing heading
- Bugfix: geometry of selection box gets updated while setting scroll or
          hide flag
- Bugfix: Possible segfault when redoing deleteChilds()
- Bugfix: autosave timeout now read from settings file
- Bugfix: Settings for historywindow correclty read now
- Bugfix: Closing property window toggle corresponding button
- Bugfix: Unscroll all childs has saveState now
- Bugfix: Invisible selection after switching mapeditor
- Bugfix: For frames the links always were drawn at bottom of heading
- Bugfix: BranchPropertyWindow updates when selection is changed
- Bugfix: Crash when trying to temporary link to floatimage
- Bugfix: Drawing error when temporary linking subtrees
- Bugfix: Import of KDE Bookmarks
- Bugfix: Export to KDE Bookmarks
- Bugfix: Export to XHTML
- Bugfix: Drag and Drop of URLs now only creates one branch
- Bugfix: Remember last directory before  ASCII/LaTeX export
- Bugfix: Editing in NoteEditor now updates actions (save) again
- Bugfix: Deleting last branch automatically unscrolls parent now
- Bugfix: Scroll/Unscroll has undo/redo now
- Bugfix: xml-parsing code simplified
- Bugfix: Fixed pretty annoying repositioning of view after editing a
          heading. (don't call show() before positioning in heading...)
- Bugfix: Wrong Cursors after pressing CTRL and inserting/relinking
- Bugfix: Save PNG images with quality 100 to workaround image problems
- Bugfix: Remember last directory before XML export
- Bugfix: move branch up/down calls scene()->update() now => much faster
- Bugfix: Relinking of floatimages undo/redo
- Bugfix: printing scales correctly again
- Bugfix: Drag & Drop (basically) works again
- Bugfix: Crash caused by BranchObj::getLastSelected
- Bugfix: Signal handling by changes in TextEditor: Much faster now
- Bugfix: printing is working again
- Bugfix: move up/down to next subtree is working again
- Bugfix: Flags are working again
- Bugfix: Floatimages have correct select box again
- Bugfix: Image format is saved with floatimage
- Bugfix: New recent file handling, fixes crash on Mac OS X
- Bugfix: Position of floatimages is saved again
- Bugfix: Position of floatimages survives adjustCanvasSize()
- Bugfix: Adding branch to scrolled branch unscroll the former
- Bugfix: More undo commands (removed saveStateComplete)
- Bugfix: No more hopping around of floats, when canvas is resized
          (by using relative positions for mainbranches. This might
		  confuse parsing 1.8.56 documents with vym <= 1.8.1
- Bugfix: Mac - XSL stylesheets are found
- Bugfix: Mac - fonts are scaling
- Bugfix: Mac - hand cursor is shown correctly
- Bugfix: Undo/Redo moving floatimages
- Bugfix: Shortcuts for scrolling branches/removing branch
- Bugfix: update-bookmarks script is not only executed, but
          also found now...
- Bugfix: More undo/redo (move of floatimages, relinking of branches)
- Bugfix: More undo/redo commands
- Bugfix: Actions updated after moving a branch now
- Bugfix: vym refuses to start if vymTmpDir can't be created
- Bugfix: Editing headings now works both on Mac and Linux
  beginning of export now
- Bugfix: Floatimages internally are saved as png, preserving the alpha
          channel
- Bugfix: Fixed broken check for non-existent OO-export configuration
2009-04-19 04:07:51 +00:00
wiz
5e4819a2b6 Reset maintainer, gave up commit bit. 2009-04-18 15:03:58 +00:00
drochner
ad62e245d7 update to 2.26.1
changes:
-bugfixes
-translation updates
2009-04-17 18:07:31 +00:00
wiz
1577be544a neon update to 0.28.x changed ABI, so do a recursive bump, PKGREVISION++.
Noted by obache@ on pkgsrc-changes@
2009-04-16 21:42:40 +00:00
rh
8d9ea9a13f Use fhs filesystem layout to make Addresses more hier(7) compliant.
Bump PKGREVISION.
2009-04-13 12:37:22 +00:00
wiz
86906dbad4 Update to 1.2.1. Convert to user-destdir, set LICENSE.
This is a bug fix only release, as all the new features are being
implemented in the 2.x codebase.

(Note that for Windows users we recommend uninstalling the previous
version before doing an upgrade.)

-Fix bug so that vice versa cards now always start with grade 0.
-Fix problems with missing locale under some unix systems.
-Fix hang under Spanish translation.
-Danish translation by Randi H.
-Esperanto translation by jchthys.
-updated Japanese translation by Patrick Kenny.
2009-04-12 16:37:25 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
minskim
35e19d3f45 Update rubygems to 1.3.1.
New features since 1.2.0:
* RubyGems doesn't print LOCAL/REMOTE titles for `gem query` and friends if
  stdout is not a TTY, except with --both.
* Added Gem.find_files, allows a gem to discover features provided by other
  gems.
* Added pre/post (un)install hooks for packagers of RubyGems.  (Not for gems
  themselves).
* RubyGems now installs gems into ~/.gem if GEM_HOME is not writable.  Use
  --no-user-install command-line switch to disable this behavior.
* Fetching specs for update now uses If-Modified-Since requests.
* RubyGems now updates the ri cache when the rdoc gem is installed and
  documentation is generated.
2009-04-07 07:35:44 +00:00
markd
cc0df01cb0 Bump PKGREVISION for neon update. 2009-04-06 12:59:29 +00:00
tnn
c65e145f99 back out my previous change, looks like I was bitten by pkg/41150 after all 2009-04-06 12:41:41 +00:00
tnn
bb8874e3a3 ccache causes "error 65280" while making OOO300_m15/svx/source/gengal,
so set IGNORE_CCACHE=yes for this package.
2009-04-03 15:03:30 +00:00
manu
bdbe676263 Fix build on NetBSD-4: libldap is required even with LDAP support disabled 2009-03-28 18:11:43 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
darcy
e9660daec1 Drop MAINTAINERSIP at MAINTAINER's request. 2009-03-24 13:35:47 +00:00
wiz
b1076bb765 Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
2009-03-22 19:01:37 +00:00
wiz
d81d467436 Update to 0.15.3:
0.15.3:
Bugfix release from 0.15.2.  The windows configure flag was backwards
which lead to many people buliding without gconf support in.  This
is a bad bad thing because gWaei gets the install URLs through the
gconf preferences.  (The windows build is still experimental only!)

0.15.2:
A number of fixes has gone into this version. More polish has been
applied to the terminal interface, some bugs squashed, and more
compatibility with different distros added. The program should be
compilable on Debian Lenny now. Windows compatibility is coming
along too.

Because I happened to notice a large bug today after releasing,
another bug fix release will be coming up soon. It has to do with
the romanji->kata conversion system still acting up. Just turn it
off if you think it is causing problem s with your searches in the
preferences. Particularly for queries containing kanji, the results
will be undefined and random.
2009-03-22 17:37:39 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
drochner
e2753cff56 update to 0.10.2
Version 0.10.2 is based on the recent release of QT 4.5, which should fix
startup problems which some users experienced with version 0.10.1.
This change should also solve some Mac rendering bugs and speed up
the GUI elements of the program.
A new projection mode is now available, called "Hammer-Aitoff", which
allows for very wide fields of view (up to 360 degrees). This release
also includes many bug fixes and some general performance tweaks.

(The note about qt-4.5 is misleading. It works with 4.4 as well.)
2009-03-19 11:43:06 +00:00
hasso
6e5fd78da7 * Update to 2.4.1.
* Attempt to fix documentation paths.
* Replace US/Mountain with America/Denver in tests. DragonFly and FreeBSD
  don't accept historic timezone names.

See http://www.taskjuggler.org/manual-2.4.1/change_log.html for upstream
changelog.
2009-03-19 09:44:58 +00:00
jmcneill
76da43bbfa Update gok to 2.26.0.
What's new in GOK 2.26.0?

	* Lots of translation updates

What's new in GOK 2.25.91?

	Bug fixes:

	#435973 - Migrate to GtkAboutDialog
	#560441 - Remove deprecated GLib symbols
	#567105 - Fix empty msgid's
	#570756 - Disable XEvIE by default (Li Yuan)

	New and updated translations:

	[bg] Alexander Shopov
	[da] Kenneth Nielsen
    	[es] Jorge Gonzalez
    	[eu] Inaki Larranaga Murgoitio
    	[nb] Kjartan Maraas
    	[nl] Wouter Bolsterlee
    	[pt] Duarte Loreto
    	[sv] Daniel Nylander
    	[vi] Clytie Siddall
	[zh_HK] Chao-Hsiung Liao
	[zh_TW] Chao-Hsiung Liao

What's new in GOK 2.25.90?

	* Bug fixes: #536277
	* New '--disable-autobranch' command-line option.

What's new in GOK 2.25.3?

	* Migration to msgctxt (#567105), thanks to Leonardo Ferreira Fontenelle.

	* Updated translations.
2009-03-18 02:14:42 +00:00
jmcneill
8055690d83 Update deskbar-applet to 2.26.0.
=====================
deskbar-applet 2.26.0
=====================

This is the first stable release of the 2.26 series.

Translations:
- Updated as: Amitakhya Phuka
- Updated bn_IN: Runa Bhattacharjee
- Updated el: Jennie Petoumenou
- Updated et: Priit Laes
- Updated gl: Ignacio Casal Quinteiro
- Updated gu: Ankitkumar Patel
- Updated he: Yair Hershkovitz
- Updated hu: Gabor Kelemen
- Updated lt: Gintautas Miliauskas
- Updated ml: Praveen Arimbrathodiyil, Ani Peter
- Updated mr: Sandeep Shedmake
- Updated nb: Kjartan Maraas
- Updated or: MAnoj Kumar Giri
- Updated ru: Nickolay V. Shmyrev
- Updated ta: I. Felix
- Updated te: Krishnababu K
- Updated tr: Baris Cicek

Help Manual Translations:
-Updated en_GB: Jen Ockwell

======================
deskbar-applet 2.25.92
======================

- Fixed #572291, Bookmark search doesn't match on Epiphany topics (Sebastian Pölsterl)

Translations:
- Updated ca: Gil Forcada
- Updated de: Nathan-J. Hirschauer
- Updated en_GB: Philip Withnall, David Lodge
- Updated fr: Bruno Brouard
- Updated gu: Sweta Kothari
- Updated it: Milo Casagrande
- Updated kn: Shankar Prasad
- Updated ko: Changwoo Ryu
- Updated lv: Raivis Dejus
- Updated pt_BR: Krix Apolinário, Jonh Wendell

Help Manual Translations:
- Updated de: Mario Blättermann

======================
deskbar-applet 2.25.91
======================

- Fixed bug that only local GTK bookmarks showed up.
- Searching for bookmark name is case insensitive now.
- Check if there's an default application to open the url in ShowUrlAction.is_valid
- Fixed bug that first and last category where not selectable with keyboard
- Select last item when Enter is pressed in entry when the applet is on the bottom panel
- Set correct sort order of CuemiacTreeView at startup

Translations:
- Updated be@latin: Ihar Hrachyshka
- Updated bg: Alexander Shopov
- Updated cs: Pavel Šefránek
- Updated eu: Iñaki Larrañaga Murgoitio
- Updated fi: Ilkka Tuohela
- Updated ja: Takeshi AIHANA
- Updated nb: Kjartan Maraas
- Updated pl: Tomasz Dominikowski
- Updated pt: Duarte Loreto
- Updated ro: Jani Monoses, Adi Roiban
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan
- Updated vi: Clytie Siddall
- Updated zh_HK: Chao-Hsiung Liao
- Updated zh_TW: Chao-Hsiung Liao

======================
deskbar-applet 2.25.90
======================
- Fixed #569260, crash in Deskbar: started typing 3 (based on patch by Tom Parker)
- Fixed #528184, Write OpenSearch module (based on work by Arthur Perton)
- Fixed #419211, Web search in new a browser window (Sebastian Pölsterl)
- Fixed #542861, Deskbar applet has a pixel border when placed at the edge of the screen (Sebastian Pölsterl)
- Fixed #557801, Results category nodes are not keyboard focusable (Sebastian Pölsterl)
- Fixed #569093, use indexer for path searches (patch by Juri Pakaste)
- Fixed #570059, Strings from .ui files missing from translation template (Sebastian Pölsterl)
- Fixed bug that same GoogleCodeSearchMatch has been added multiple times and assign priorities to matches (Sebastian Pölsterl)
- Added match to yahoo, googlesearch and googlecodesearch that opens the results in the browser (Sebastian Pölsterl)

Translations:
- Updated ca: Gil Forcada
- Updated da: Kenneth Nielsen
- Updated es: Jorge González
- Updated fi: Ilkka Tuohela
- Updated gu: Sweta Kothari
- Updated hu: Gabor Kelemen
- Updated ko: Changwoo Ryu
- Updated nb: Kjartan Maraas
- Updated pt_BR: Daniel S. Koda

=====================
deskbar-applet 2.25.5
=====================

- Fixed #567422, Add missing include to eggaccelerators.c (patch by Magnus Boman)
- Fixed launch_default_for_uri_and_scheme function to work with ghelp and mailto addresses (Sebastian Pölsterl)

Translations:
- Updated ca: Gil Forcada
- Updated he: Yair Hershkovitz, Mark Krapivner
- Updated sv: Daniel Nylander
- Updated th: Theppitak Karoonboonyanan

=====================
deskbar-applet 2.25.4
=====================

- Fixed #558858, Deskbar stops working when closing by 'x' (Sebastian Pölsterl)
- Fixed #564726, configure doesn't detect pygtk in alternative directories (patch by Frederic Peters)

Translations:
- Updated be@latin: Ihar Hračyška
- Updated el: Jennie Petoumenou
- Updated es: Jorge González
- Updated hu: Gabor Kelemen
- Updated nb: Kjartan Maraas

=====================
deskbar-applet 2.25.3
=====================

- Show windows that are part of viewport that is currently not visible (Daniel Wutke)

=====================
deskbar-applet 2.25.2
=====================

Despite bug fixes this release adds a new reboot action.

- Fixed #552204, AttributeError: 'NoneType' object has no attribute 'get_actions' in __get_match_action_for_cell (Sebastian Pölsterl)
- Fixed #559169, gnome power manager has new dbus path, this breaks some code in gdmaction module (patch by Christian Assing)
- Fixed #560190, Added RebootAction and RebootMatch (Sebastian Pölsterl)
- Fixed #561181, Support both simplejson and json module (Sebastian Pölsterl)

Translations:
- Updated es: Jorge González
- Updated pt_BR: Leonardo Gregianin, Og Maciel
- Updated sv: Daniel Nylander

=====================
deskbar-applet 2.25.1
=====================

In this release all gnomevfs calls have been ported
to gio and from glade files are replaced GTK builder UI
files. Therefore, pygobject 2.15.3 or later is required.

- Fixed #557570, Crash when proxy port changed (Sebastian Pölsterl)
- Fixed #551218, Use of strings "Croation" and "Croatian" (Sebastian Pölsterl)
- Fixed #552203, Typo: affect (Sebastian Pölsterl)

Translations:
- Updated ast: Gil Forcada, Astur
- Updated de: Christian Kirbach
- Updated ja: Takeshi AIHANA
- Updated uk: Maxim Dziumanenko
2009-03-18 01:51:36 +00:00
jmcneill
7ecb0c9380 Update mousetweaks to 2.26.0.
Version 2.26.0
--------------

New and updated translations:

	- [as] Amitakhya Phukan
	- [el] Jennie Petoumenou
	- [gu] Sweta Kothari, Ankit Patel
	- [lt] Vytautas Liuolia
	- [mr] Sandeep Shedmake
	- [te] Krishna Babu K
	- [ru] Yuriy Penkin

New and updated manual translation:

	- [de] Mario Blättermann

Version 2.25.92
---------------

Misc improvements/fixes:

    * LP #332084: Fix possible crash if accessible object is defunct.

New and updated translations:

    - [ca] Gil Forcada
    - [cs] Adrian Guniš
    - [de] Wolfgang Stoeggl
    - [en_GB] Philip Withnall
    - [fi] Ilkka Tuohela
    - [fr] Bruno Brouard
    - [he] Yair Hershkovitz
    - [ja] Takeshi Aihana
    - [ko] Changwoo Ryu
    - [ml] Hari Vishnu
    - [pt] Duarte Loreto
    - [pt_BR] Fabrício Godoy
    - [sl] Matej Urbančič
    - [ta] Dr.T.Vasudevan
    - [tr] Baris Cicek
    - [zh_HK] Chao-Hsiung Liao
    - [zh_TW] Chao-Hsiung Liao

Version 2.25.91
---------------

Misc improvements/fixes:

    * #571133: Improve long descriptions in schemas.
    * #569457: Also keep english gconf values in translations.

New and updated translations:

	- [bg] Alexander Shopov
	- [da] Per Kongstad
	- [es] Jorge González
	- [eu] Iñaki Larrañaga Murgoitio
	- [hu] Gabor Kelemen
	- [nl] Wouter Bolsterlee
	- [pa] Amanpreet Singh Alam
	- [pl] Tomasz Dominikowski
	- [ro] Adi Roiban
	- [sv] Daniel Nylander
	- [th] Theppitak Karoonboonyanan
	- [vi] Clytie Siddall
	- [zh_HK] Chao-Hsiung Liao
	- [zh_TW] Chao-Hsiung Liao

New and updated manual translation:

	- [es] Jorge González
	- [it] Milo Casagrande

Version 2.25.90
---------------

Misc improvements/fixes:

    * Update manual for GNOME 2.26 and raise its license to GFDL 1.3.

New and updated translations:

	- [ca] Gil Forcada
	- [fi] Ilkka Tuohela
	- [ko] Changwoo Ryu

New and updated manual translation:

	- [sv] Daniel Nylander

Version 2.25.5
--------------

Misc improvements/fixes:

	* Remove old glade files.
	* Improve key descriptions in pointer-capture-applet.schemas.

Bug fixes:

	#545059: Use standard icon for activation button on dwell applet
	         and use standard icon name.
	#567197: Use N_() instead of _() for command-line options.
	#567483: Add missing <locale.h>.

New and updated translations:

    - [es] Jorge González
    - [he] Yair Hershkovitz
    - [pt_BR] Leonardo Ferreira Fontenelle
    - [sl] Matej Urbančič
    - [sv] Daniel Nylander

Version 2.25.4
--------------

Misc improvements/fixes:

	* Improved descriptions in pointer-capture-applet.schemas

New and updated translations:

    - [sl] Matej Urbančič


Version 2.25.3
--------------

This version has been skipped.

Version 2.25.2
--------------

Misc improvements/fixes:

	* Increase internal double click delay in dwell mode to
	  make it compatible to gftp.

Bug fixes:

	#562212: Fix conflict when dwell click and simulated secondary
	         click are simultaneously running.

New and updated translations:

    - [cs] Adrian Guniš
    - [es] Jorge González
	- [et] Ivar Smolin
	- [eu] Iñaki Larrañaga Murgoitio

Version 2.25.1
--------------

Misc improvements/fixes:

	* Migrated from libglade to GtkBuilder

Bug fixes:

	#556946: Fixed accessibility warning at GDM

New and updated translations:

	- [et] Ivar Smolin
	- [zh_CN] Funda Wang
2009-03-17 23:20:11 +00:00
darcy
57ded33aec Correct email address for generic MAINTAINER. 2009-03-17 21:40:44 +00:00
jmcneill
fb4152d030 Update yelp to 2.26.0.
Changes in 2.26.0:
------------------
* Don't assume order of certain man macros, bug #568066 (Andy Owen)
* Fixed locking issue, bug #568058 (Andy Owen)
* Updated translations:
  mai     (Rajesh Ranjan)
  hi      (Rajesh Ranjan)
  as      (Amitakhya Phukan)
  ml      (Ani Peter)
  te      (Krishnababu K)
  he      (Yair Hershkovitz)

Changes in 2.25.1:
------------------
* RTL fixes, bug #573159, Shaun McCance
* Fixed libxul[-embedding] detection, Christian Persch
* Removed deprecated GTK symbols, bug #571868, Thomas H.P. Andersen
* Fixed crasher, bug #552947, Antonio Litterio
* Fixed loading of local HTML files, bug #562137, Josselin Mouette
* Updated translations:
  ar          (Khaled Hosny)
  ast         (Mikel González)
  et          (Ivar Smolin)
  it          (Milo Casagrande)
  ko          (Changwoo Ryu)
  la          (Rafael Garcia)
  ps          (Zabeeh Khan)
  sv          (Daniel Nylander)
  uz          (Nurali Abdurahmonov)
  uz@cyrillic (Nurali Abdurahmonov)
  zh_HK       (Chao-Hsiung Liao)
  zh_TW       (Chao-Hsiung Liao)
2009-03-17 12:19:35 +00:00
jmcneill
6b7e2398cf Update gnome-utils to 2.26.0.
====================================================================
GNOME Utilities 2.26.0 (16th March 2009) - "So They Say"

    * First stable release of the 2.26 cycle

Baobab

    * Fix bug 574105 - Do no show GVfs FUSE file systems in the
      preferences dialog

Dictionary

    * Nothing

Floppy

    * Nothing

Screenshot

    * Fix bug 573939 - Disable the delay option when taking a
      screenshot of a user selected area

Search Tool

    * Nothing

System Log Viewer

    * Nothing

Translations Updated by:

    Runa Bhattacharjee (bn_IN), Joan Duran (ca), Adrian Guniš (cs),
    Ask Hjorth Larsen (da), Hendrik Richter (de), Fotis Tsamis (el),
    Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu), Meelad Zakaria (fa),
    Suso Baleato (gl), Ankit Patel (gu), Rajesh Ranjan (hi),
    Andrea Zagli (it), Shankar Prasad (kn), Changwoo Ryu (ko),
    Žygimantas Beručka (lt), Praveen Arimbrathodiyil (ml),
    Sandeep Shedmake (mr), Kjartan Maraas (nb), Manoj Kumar Giri (or),
    Tomasz Dominikowski (pl), Djavan Fagundes (pt_BR), Adi Roiban (ro),
    Yuriy Penkin (ru), I. Felix (ta), Krishna Babu K (te),
    Chao-Hsiung Liao (zh_HK), Chao-Hsiung Liao (zh_TW)

====================================================================
GNOME Utilities 2.25.92 (2th March 2009) - "La La Land"

    * Fifth unstable release of the 2.25 cycle

Baobab
    * Use g_return_val_if_fail instead of g_return_if_fail.

Dictionary
    * Replace deprecated gtk_entry_set_editable.

Floppy

Screenshot

    * Initialize threads at startup and explicitely depend on GThreads.
    * If we are in a  multi-monitor setup that is not rectangular
      blank out the "invisible" areas from the rectangular root window.
    * Don't try to shape the root window.
    * Add support for taking a screenshot of an user-defined selection.

Search Tool

    * Get rid of deprecated libart calls.
    * Get rid of deprecated GTK_CHECK_* macros.

System Log Viewer

    * Explicitely depend on GThreads.
    * Gather all the readable log files from /var/log and /etc/syslog.conf
      instead of hardcoding obsolete values.

Translations Updated by:
    - Updated ast: Gil Forcada, Astur
    - Updated ca: Joan Duran
    - Updated cs: Adrian Gunis, Petr Kovar
    - Updated da: Ask H, Ask Hjorth Larsen
    - Updated en_GB: David Lodge, Philip Withnall
    - Updated es: Jorge González
    - Updated et: Ivar Smolin
    - Updated fi: Ilkka Tuohela
    - Updated fr: Claude Paroz, Frederic Peters
    - Updated gu: Sweta Kothari
    - Updated hu: Gabor Kelemen
    - Updated it: Andrea Zagli
    - Updated ja: Takeshi AIHANA
    - Updated nb: Kjartan Maraas
    - Updated nl: Wouter Bolsterlee
    - Updated pl: Tomasz Dominikowski
    - Updated pt: Duarte Loreto
    - Updated ro: Adi Roiban, Jani Monoses
    - Updated sk: Pavol Klačanský
    - Updated sv: Daniel Nylander
    - Updated th: Theppitak Karoonboonyanan
    - Updated vi: Clytie Siddall
    - Updated zh_HK: Chao-Hsiung Liao
    - Updated zh_TW: Chao-Hsiung Liao

==================================================================
GNOME Utilities 2.25.90 (9th January 2009) - "Everyday Peace"

    * Fourth unstable release of the 2.25 cycle

Baobab

    * Fix bug #567834 - Crash with segfault when trying to performe
      "scan folder" on a partition which is NOT included in "folders
      to scan"

Dictionary

Floppy

Screenshot

    * Fix bug #567205 - Register the new files with GtkRecentManager

Search Tool

System Log Viewer

    * Correctly initialize threads
    * Do not install the test-reader binary
    * Fix bug #567170 - left sidebar displays arrows when not required
    * Fix bug #569807 - gnome-system-log crashed with SIGSEGV in
      IA__g_cclosure_marshal_VOID__POINTER()

Translations Updated by:

    Jorge González (es), Mark Krapivner (he), Changwoo Ryu (ko),
    Raivis Dejus (lv), Kjartan Maraas (nb)

===================================================================
GNOME Utilities 2.25.2 (9th January 2009) - "Dark Entries"

    * Brown paper bag release to fix System Log Viewer GConf schemas
      not properly installed. Thanks to Sebastian Bacher.

===================================================================
GNOME Utilities 2.25.1 (8th January 2009) - "People Are Strange"

    * Second unstable release of the 2.25 cycle
    * Completely rewritten System Log Viewer

Baobab

    * Nothing

Dictionary

    * Fix bug #454691 – Messages in the gnome-dictionary --help output
      are not all translated [Emmanuele Bassi]
    * Use the right order when passing arguments to
      PANEL_APPLET_BONOBO_FACTORY [Yanko Kaneti]

Floppy

    * Fix bug #565388 - Drop libgnome/libgnomeui dependency
      [Cosimo Cecchi, Emilio Pozuelo Monfort]

Screenshot

    * Nothing

Search Tool

    * Nothing

System Log Viewer

    * Merged the rewrite to trunk.
    * Bug #375684 - Rename the menu item to read a more descriptive
      "Log File Viewer" [Calum Benson]

Translations by:

    Marcel Telka (sk), Jorge Gonzalez (es), Kjartan Maraas (nb).

===================================================================
GNOME Utilities 2.25.0 (19th December 2008) - "Maybe This Christmas"

    * First unstable release of the 2.25 cycle
    * Drop libgnomeui dependency for gnome-screenshot
      (#557169) [Cosimo Cecchi]
    * Add Cosimo Cecchi to the GNOME Utilities maintainers

Baobab

    * Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]
    * Root partition cannot be unselected
    * Plug a mem leak [Cosimo Cecchi]
    * Drop libgnome dependency (#557264) [Cosimo Cecchi]
    * Fix bug #557226 - Do not scan /sys

Dictionary

    * Remove libgnome/libgnomeui dependency (#563970) [Cosimo Cecchi]
    * Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]
    * Fix bug #558980 - gnome-dictionary desktop file hardcodes
      icon extension [Olivier Blin]

Floppy

    * Nothing

Screenshot

    * Plug memory leaks
    * Set a meaningful title for the interactive dialog (#434581)
    * Fix the mouse cursor overlay when not in fullscreen mode (#559594)
    * Always use the delay command line argument if present (#554114)
    * Move the "Copy to Clipboard" button as per HIG (#554805)
    * Drop libgnomeui dependency

Search Tool

    * Fix bug #561257 - Use single GTK+ include [Maxim Ermilov]

System Log Viewer

    * Start some clean up of the code base to bring it to the
      XXI century [Cosimo Cecchi]

Translations by:

    Anas Afif Emad (ar), Ihar Hrachyshka (be@latin), Joan Duran (ca),
    Jorge González (es), Ivar Smolin (et), Mark Krapivner (he),
    Takeshi AIHANA (ja), Jovan Naumovski (mk), Kjartan Maraas (nb),
    Leonardo Ferreira Fontenelle (pt_BR)
2009-03-17 12:07:47 +00:00
jmcneill
ef5b0944b8 Update gnome-user-docs to 2.26.0.
Version 2.26.0:
---------------
* Accessibility Guide:
  - Added keybindings for toggling flat review (Willie Walker)
  - Updated translations:
    de      (Simon Bienlein)
    es      (Jorge Gonzalez)
    hu      (Attila Hammer)
* System Admin Guide:
  - Updated translations:
    de      (Mario Blättermann)
* User Guide:
  - Updates to the Nautilus documentation, bug #571392 (Matthias Clasen)
  - Updates to the screen resolutjion documentation, bug #572603 (Matthias Clasen)
  - Updated translations:
    cs      (Lucas Lommer)
    de      (Mario Blättermann)
    es      (Jorge Gonzalez)
    it      (Milo Casagrande)
    pa      (Amanpreet Singh Alam)
    sv      (Daniel Nylander)
    th      (Theppitak Karoonboonyanan)

Version 2.25.1:
---------------
* Accessibility Guide:
  - Updated translations:
    de      (Simon Bienlein)
    es      (Jorge Gonzalez)
    eu      (Inaki Larranaga Murgoitio)
    fi      (Timo Jyrinki)
    it      (Luca Ferretti)
    sv      (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    ca      (Joan Duran)
    eu      (Inaki Larranaga Murgoitio)
    it      (Luca Ferretti)
    sv      (Daniel Nylander)
* User Guide:
  - Updated keybinding capplet docs, #571018, Matthias Clasen
  - Updated window capplet docs, #570915, Matthias Clasen
  - Updated gnome-screenshot docs, #571017, Matthias Clasen
  - Updated preferred applications docs, #413452, Claude Paroz
  - Updated translations:
    es      (Jorge Gonzalez)
2009-03-17 11:27:02 +00:00
jmcneill
869cab2acf Update gnome-devel-docs to 2.26.0.
Version 2.26.0
--------------
* Human Interface Guidelines:
  - Fixed an image to match text (Calum Benson)
  - Validity fixes (Shaun McCance)
* Integration Guide:
  - Minor fixes (Leonardo Ferreira Fontenelle, Federico Mena Quintero)
  - Updated translations:
    cs      (Lucas Lommer)
    en_GB   (Jen Ockwell)
    es      (Jorge Gonzalez)
    pt_BR   (Leonardo Ferreira Fontenelle)
    sv      (Daniel Nylander)
* Platform Overview:
  - Fixed some links to freedesktop.org specs, bug #558800 (Shaun McCance)
  - Updated cvs.gnome.org to svn.gnome.org, bug #566039 (Adam Dingle)
  - Various typo corrections
  - Updated translations:
    es      (Jorge Gonzalez)
    fr      (Frederic Peters)
    ru      (Nikita Belobrov)
* Accessibility Devel Guide:
  - Various updates
2009-03-17 10:45:53 +00:00
hasso
a04c16bec0 Make it build on DragonFly. 2009-03-16 10:18:31 +00:00
jmcneill
035418bbf2 Update orca to 2.26.0.
* Many bug fixes and performance improvements across the board (over 160
      bugs)
    * A couple very serious hangs were eliminated.
    * Speech pitch, rate, and volume now change on the fly when adjusting
      them in the preferences UI.
    * Vastly improved support for ARIA in Firefox.
    * Improved performance and reliability for flat review.
    * New feature to speak MultiCaseStrings as individual words.
    * New feature to automatically speak shortcuts (mnemonics).
    * Known Problems:
          o See the open bugs in the Orca bug database. We not only track
            Orca bugs in the Orca bug database, we also track bugs in other
            components that affect Orca's ability to provide good access to
            them.
          o Compiz is still not fully accessibility friendly at this point
            in time. We recommend you stick with Metacity until the Compiz
            kinks are worked out. If you're using Compiz and want to switch
            to Metacity, you can run the following command:
            metacity --replace.
2009-03-16 09:12:25 +00:00
wiz
38cf030395 Update to 0.15.1:
2009-03-01: Released gWaei 0.15.1
    Bug fix release! This should fix the issue some people were having doing
    searches that contained kanji.

    Other changes include gconf being abstracted out.  It is possible to
    compile the program  withotu gconf available...though it isn't recommended.
    Also, the deb installs and uninstalls now exit cleanly with no errors.

    Last, an updated italian translation has now been added! (Thanks Fabrizio!)
2009-03-10 10:53:49 +00:00
hasso
75c8a1be1c Needs msgfmt. 2009-03-09 13:24:44 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
hasso
235a04c565 Added misc/tmux version 0.7nb1. 2009-03-06 12:29:06 +00:00
hasso
22c5cd6724 Tmux is a "terminal multiplexer", it enables a number of terminals
(or windows) to be accessed and controlled from a single terminal.
Tmux is intended to be a simple, modern, BSD-licensed alternative
to programs such as GNU screen.

Brought in from pkgsrc-wip (PR 40497) where it was maintained by
Fulvio Ciriaco.
2009-03-06 12:16:17 +00:00
snj
712298fabb Say goodbye to gstreamer-0.8 and its friends. 2009-03-05 22:46:21 +00:00
jmmv
476e25c10b Fix destdir support by defining PKG_DESTDIR_SUPPORT early enough and by
not setting setuid permissions too early.
2009-03-05 09:59:12 +00:00
hasso
394f3324d1 Needs msgfmt. 2009-03-03 12:58:25 +00:00
explorer
eb7f654b11 regenerate 2009-03-03 12:34:33 +00:00
explorer
5cee871208 add a cast to (unsigned long) to work around time_t issues. This is a quick fix to make this build with our new shiny time_t. 2009-03-03 12:34:15 +00:00
adrianp
9098002713 Allow override of CURSES_DEFAULT using options.mk 2009-03-02 21:11:49 +00:00
wiz
94fffb00f1 Update to 0.15.0:
2009-02-21: Released gWaei 0.15.0
  The newest version of gWaei has finally arrived!  This version took so long
  because it was edging on being a total rewrite.  Many of the dangling
  variables that I had floating around are now neatly put away into C structs.

  On the front end, there is a link saying "Where can I get other dictionaries?"
  This is meant to help people find other dictionaries that may work with gwaei.

  Last, and the most interesting, gtk support is now OPTIONAL in gWaei.  You can
  access most of the program's features through the terminal now! The program
  creates a symbalic link called waei on installation that can be used to
  access all of this console goodness.
2009-03-01 15:13:21 +00:00
wiz
4d3fc5d8e2 Update to 20090224, various changes. 2009-03-01 15:03:00 +00:00
joerg
ba218cd9da DESTDIR support. 2009-02-25 20:46:18 +00:00
wiz
ae61ba2196 Drop maintainership. 2009-02-24 16:15:22 +00:00
wiz
fb81516aaa Update to 2.24.4:
2.24.4 - 18-Feb-2008

General:

* Fix for bug #553678 - orca can act badly at login time.  This was a
  bad one where pressing Ctrl+s to invoked Orca in speech mode after
  pressing Ctrl+m to invoke Orca with the magnifier would cause the
  magnifier to freeze in one spot.

* Fix for bug #561548 - Orca locks up when closing some Pidgin
  conversations.  Also helps with bug #567864.  This was a very bad
  hang that several people reported on the Orca list.

* Fix for bug #568589 - braillegenerator adding image string versus
  braille.Component for table cells.  This was exposed after the
  OpenSolaris packagemanager made changes to add accessible names for
  images in the package list.  Prior to the fix for bug #568589, Orca
  would go silent in the revised packagemanager list.

* Fix for bug #568751 - Interaction with the punctuation preferences
  can cause a hang.  This was another bad hang reported on the Orca
  list.

* Fix for bug #568875 - Pressing "Apply" button in preferences dialog
  causes autostart option to be checked.  This caused some users much
  confusion.

* Fix for bug #569343 - Speaking of indentation is misleading.  Users
  deemed this to be misleading enough that they wanted this fixed for
  2.24.4 (i.e., they didn't want to wait for 2.26.0).

* Part of fix for bug #570387 - Clean up the speech tab of the
  preferences UI. This causes Page Up and Page Down to work on the
  hscales.  Before this, only the arrow keys worked, which could
  require users to arrow 1 unit at a time across a 100 unit scale.

* Fix for bug #572294 - Need a sanity check in the default script's
  locusOfFocusChanged.  This would cause Thunderbird to go quiet and
  also cause Orca to consume normal typing keys that it should not
  consume.

Evolution:

* Fix for bug #567428 -"readonly text" spoken when caret changes line.
  This was a big usability issue.

* Fix for bug #570390 - Spellcheck in evolution is badly broken.

Firefox/Thunderbird:

* Fix for bug #537303 - Certain FF3 add-ons interfere with Orca's
  ability to provide access to content.

* Fix for bug #567864 - Orca stops responding when flat review is used
  in thunderbird message window and message is closed.  This was a
  very bad hang reported by several users on the Orca list.

* Fix for bug #567984 - Structural navigation needs to consider text
  within the document frame.

* Fix for bug #568631 - Orca does not update the position for
  same-page links which reference objects by name/id in Firefox 3.

* Fix for bug #568768 - Orca starts at the top of a newly-loaded page
  rather than the specified fragment.  This was a very bad usability
  problem when navigating across web pages.

* Fix for bug #552965 - (ARIA) aria-valuetext ignored

* Fix for bug #555540 - (ARIA) Add support for additional landmark roles.

* Fix for bug #568467 - (ARIA) aria-describedby text spoken twice via
  Where Am I

* Fix for bug #568550 - (ARIA) Add default keybindings for navigating by
  landmarks

* Fix for bug #569346 - (ARIA) No speech for image-only ARIA buttons
  and ARIA menu items

* Fix for bug #569835 - (ARIA) Orca should support the ARIA haspopup
  attribute

* Fix for bug #570551 - (ARIA) UIUC Number Guessing Game Alert Dialog
  not presented when it appears.

* Fix for bug #570524 - (ARIA) Issues with Dojo combo box interaction.

* Fix for bug #570532 - (ARIA) Alert text not brailled when navigating
  it.

* Work on bug #571058 - (ARIA) Orca's caret navigation is kicking in
  when it shouldn't be.
2009-02-24 12:13:14 +00:00
wiz
bd6af23a40 Update to 0.14.0:
2009-01-26: Released gWaei 0.14.0
  New features!  The preferences dialog has recieved an options boost.  There
  is a new advanced tab.  On of the most interesting options is the ability
  to adjust the highlight colors.

  The search engine has been upgraded a bit.  Bugs fixed, works better with
  NetBSD, does better sorting of Japanese searches.

  Last, the japanese locale requirements have been loosened.  They aren't as
  important as I had once thought.  Though it is nice because it makes gtk
  antialias the japanese text on my systems.
2009-02-23 11:25:18 +00:00
wiz
fd3069e75e Update to 0.77:
[Changes for 0.77 - 2008-12-29]

 * Locale::Maketext::Extract::Plugin::FormFu
    - Rewrote the FormFu plugin completely to use the YAML.pm parser.
      Previously, this plugin was completely broken.
    - Resolves bugs:
       - http://rt.cpan.org/Ticket/Display.html?id=42000
         # Locale::Maketext::Extract::Plugin::FormFu broken
       - http://rt.cpan.org/Ticket/Display.html?id=39292
         # Parsing formfu config

 * Locale::Maketext::Extract::Plugin::YAML
    - Improved the accuracy of the line numbers.
    - Added documentation and tests for using folded and block scalars.

 * Locale::Maketext::Extract::Plugin::PPI
    - Added a PPI based Perl plugin - more accurate than the Perl plugin,
      but much slower.
    - Not enabled by default
    - moved the Perl extraction tests into t/51-perlextract.t
    - Resolves bug: http://rt.cpan.org/Ticket/Display.html?id=14701
      # xgettext doesn't handle interpolating functions

 Also, corrected the POD to use the correct names for the plugins.

[Changes for 0.76 - 2008-12-14]

 * Locale::Maketext::Extract / Locale::Maketext::Lexicon::Gettext
   - Roundtripping of fuzzy comments now works. If a translation is marked
     by the translator as fuzzy, then it should remain so when re-extracted
   - Added tests for roundtripping of fuzzy, and for format markers

 * Locale::Maketext::Lexicon
   - Fixed bug http://rt.cpan.org/Public/Bug/Display.html?id=14999
     # relative paths to lang files fail
   - added tests to prove it

 * Locale::Maketext::Extract::Plugin::TT2
   - changed the line string to contain only the start line, and not the range
     as this was not consistent with the gettext spec

[Changes for 0.75 - 2008-11-24]

 * Locale::Maketext::Extract / Locale::Maketext::Extract::Run
   Changed the order of extraction to:
     - extract all strings
     - then read, compile and write each PO file
   Speeds the extraction process up by a factor of the number of languages used.
   $Ext->read_po now resets the compiled entries, so that a fresh po file can
   be written.

   Also tidied up the verbose messages
   Bumped both to 0.33

 * Locale::Maketext::Extract::Run / xgettext.pl
   Added the -W | --wrap option, which forces the file location
   comments to be on separate lines, as per POEdit

   The output order of the PO file has changed to match gettext producers, so
   the arguments now appear before the file locations.

 * t/5-extract_strings.tt
   Fixed a bad SKIP plan

[Changes for 0.74 - 2008-11-22]

 * Locale::Maketext::Extract::Plugin::Perl
   The Perl plugin now combines concatenated strings, eg
   loc('string' . ' and this')
   Contributed by Felix Ostmann

 * Locale::Maketext::Extract::Run
   Localised $_ correctly to avoid conflict with external strings
   Contributed by Sebastian Knapp

 * Locale::Maketext::Run
   Fixed bug http://rt.cpan.org/Ticket/Display.html?id=31940
   Debian bug http://bugs.debian.org/307777
   xgettext.pl -f was not chomping file names correctly
   Contributed by Niko Tyni

[Changes for 0.73 - 2008-10-28]
 * Locale::Maketext::Extract::Plugin::TextTemplate
   - renamed MyParser to Locale::Maketext::Extract::Plugin::TextTemplate::Parser
     to avoid namespace clashes
 * CPANTS improvements
   - Updated the Makefile to list all mentioned modules
   - Added a LICENSE file
   - added a Test::Pod test

[Changes for 0.72 - 2008-10-10]

Contributed by: Clinton Gormley (DRTECH)

 * Locale::Maketext::Extract::Plugin::TT2
   - fixed bug where extracted strings still had escaped quotes and backslashes
   - if args are literal, they're now wrapped in double quotes instead of
     single quotes
   - special characters in args are escaped properly

[Changes for 0.71 - 2008-10-05]

* Bump version number of Locale::Maketext::Extract::Plugin::TextTemplate
  to 0.30 so PAUSE can index it correctly.

[Changes for 0.70 - 2008-10-04]

Contributed by: Clinton Gormley (DRTECH)

* Refactored Locale::Maketext::Extract
  - Each format is handled by a different plugin
  - Each format recognises certain default file types
  - Custom plugins can be used

* Locale::Maketext::Extract::Plugin::TT2
  - Uses Template Toolkit as a parser
  - Handles inline filter, block filters, and function calls to "l" or "loc"
    Contibuted by: Andy Wardley [ABW]

* Locale::Maketext::Extract::Plugin::YAML uses the YAML module as a parser
  and can recognise the form:
     key: _"string"

* Locale::Maketext::Extract::Run
  - Added -P|plugins option to specify which parser plugins to use
  - Added -w|warnings to turn parser warnings on and off
  - Added -v|verbose to output the files that are being processed,
    the plugins used to process them, and the extracted strings
  - Fixed a bug in the File::Find routine to correctly prune
    .svn directories and their contents

* Locale::Maketext::Extract::Plugin::Perl
  - Added a defined check to avoid a warning.

[Changes for 0.68 - 2008-08-18]

* Locale::Maketext::Extract: Support for other forms of localization in
  TT templates and TT HEREDOCS.
  Contributed by: Felix Antonius Wilhelm Ostmann

[Changes for 0.67 - 2008-08-04]

* Locale::Maketext::Extract: Support in Extract.pm and Lexicon/Gettext.pm
  for parsing and keeping user comments in PO files.
  Contributed by: Cosimo Streppone
2009-02-22 16:17:23 +00:00
adrianp
64a32f2258 Remove work around for PR#40709 as pdksh has been fixed 2009-02-22 11:08:20 +00:00
adrianp
4f85014faf Work around for pdksh bug documented in PR#40709
This should work on at least SunOS 5.10 and 5.11
2009-02-21 12:56:12 +00:00
wiz
ec8b5dfde5 Update to 1.3.5:
* Reverted change from 2007 that merged entries by combining all
values in multiple-value fields.
* Fixed the CueCat decoder to work for ISBN searches, as well as UPC.
* Updated Deliciour Library 1 importer to handle movies and games.
* Fixed Ubuntu bug#317822, don't mark collection modified when
image is found in local data directory.
* Fixed query bug with z39.50 ISBN search.
* Updated it.po, thanks to Valerio Ricci.
* Added date, time, and username as available params for the XSLT
export.
2009-02-21 10:18:28 +00:00
tonio
d717d4bb97 Use BSD_INSTALL_* instead of simply install and strip
This fixes install under darwin, when strip -s dvtm does not work
2009-02-19 19:22:22 +00:00
joerg
1f9d754f97 Reset maintainer, mail bounced 2009-02-17 13:02:20 +00:00
tnn
0aa0ec3a88 options.mk no longer used with dvtm-0.5.1 2009-02-17 10:09:08 +00:00
tnn
ced61ff320 Update to dvtm-0.5.1 (patch from maintainer in private mail)
Plain ncurses doesn't seem to be supported anymore, so switch over to
use ncursesw by default and remove the corresponding PKG_OPTION.

0.5.1 changes:
 o Compile fix for missing set_escdelay function
 o Correct escape codes for HOME / END keys
 o The Makefile links against libncursesw by default, make unicode is gone

0.5 changes:
 o Scrollback support
 o 256 color support
 o Reduced latency on some keystrokes (lower $ESCDELAY value by default)
 o Statusbar should now support wide characters
 o $DVTM environment variable which is set to the current version
 o Screen lock functionality with Mod+X
 o Support for shifted arrow keys
 o Mod+? now displays the dvtm man page
 o Cygwin compile fix
 o Code cleanups and shrinkage by adding lots of static modifiers
 o Top stack layout (not compiled in by default)
 o Scripting interface over a named pipe (not compiled in by default)
2009-02-17 10:08:15 +00:00
joerg
f557ddc91e DESTDIR support 2009-02-16 18:39:00 +00:00
joerg
fee7c16e0e DESTDIR support. 2009-02-16 18:29:53 +00:00
joerg
7dfa53d3a6 DESTDIR support 2009-02-16 18:26:43 +00:00
joerg
0b8c01eb97 Fix path to zyGrib. 2009-02-16 16:36:32 +00:00
wiz
2b4c2379a9 Mark as user-destdir ready. 2009-02-15 23:24:27 +00:00
joerg
3997334c71 Fix installation. 2009-02-15 21:00:05 +00:00
joerg
55e6b0204a Add missing directories. Otherwise installation fails silently. 2009-02-15 16:31:49 +00:00
hira
688082a818 Re-add PKG_JVMS_ACCEPTED. 2009-02-15 15:15:08 +00:00
plunky
78de914839 add zyGrib and zyGrib-maps 2009-02-14 20:59:54 +00:00
plunky
2dfadfb9a8 zyGrib is a program to download and display weather data in
GRIB file format against a coastline and river background.

This is higher resolution map data from the GSHHS project.
2009-02-14 20:57:43 +00:00
plunky
663b3940de Download and display weather data contained in GRIB1 files.
Weather data display:
    - atmospheric pressure at sea level
    - wind at 10m above ground
    - temperature at 2m above ground (degC)
    - relative humidity at 2m above ground
    - rainfall (mm/h)
    - cloud cover (%)
    - dew point (degC)
    - altitude of 0C isotherm
    - snow depth and risk
2009-02-14 20:55:41 +00:00
joerg
85ae1acaba DESTDIR support. Needs C for the libintl check. 2009-02-13 18:15:05 +00:00
hira
f9cb7c785e Add missing checksums to distinfo. This fixes PR pkg/40620. 2009-02-12 09:17:51 +00:00
markd
7800044cc2 Add DESTDIR support. 2009-02-12 04:01:13 +00:00
drochner
711b9aaded update to 0.10.1
changes:
Added reset all config options button.
Added code for uncompressing gzip files (borrowed from from libkde)
Allowed for gzip compressed JSON files.
Fixed flip buttons bug.
Fixed min FPS feature.
Implemented screenshots inverted colors feature + associated GUI.
Re-coded grid display from scratch. It is now much faster and much more robust.
Refactored large part of the Navigator and Projector classes. Added a
 StelPainter class allowing many optimizations and simpler API.
Re-added telescope control key bindings.
Improved the doxygen developers documentation.
Added Simbad lookup to the search window.
Fixed ecliptic line rendering.
Fixed grid rendering bugs.
Added ZIP archive support with code copied from KDE SVN.
Fixed sun's magnitude bug.
Added automatic star catalog downloader to GUI. Star catalog settings are now
 defined in a config file.
Converted system-dependent star catalog memory mapping code to QFile::map().
Added log file for debugging output. Prepends system specs, such as memory
 and CPU information.
Imported KdeWin32 code for POSIX emulation on Windows.
Fixed build with Qt 4.5.
Fixed full screen problems at init.
Optimized VecXX contructors (no more default values).
Added translations for Albanian and Bosnian.
Fixed many bugs.
2009-02-11 18:05:53 +00:00
joerg
be089192f3 Sort PYTHON_VERSIONS_ACCEPTED. 2009-02-11 14:23:31 +00:00
rhaen
b6a04ce7c2 2.05 - Sun Jan 25 00:00:17 2009
* Updated for latest data in Business::ISBN::Data

2.04_01 - Mon Oct 27 12:08:03 2008
	* Revert the GD prereq. A lot of testers have borked GD
	installs.
	* Require 5.8. Some of the new stuff isn't playing well with
	5.6
2009-02-10 16:09:45 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
hira
ff43ee9020 Fix paths of soffice and spadmin. This fixes PR pkg/40553. 2009-02-08 15:27:35 +00:00
cube
edd6db30c6 Add a patch to configure so that xtide can compile correctly with a X11
distribution in /usr/X11R7.  Bump PKGREVISION.
2009-02-08 00:01:35 +00:00
joerg
75ef79e35c Fix path to Perl. DESTDIR support. 2009-02-07 23:06:51 +00:00
bad
6d696042b0 Add and enable openoffice3-bin. 2009-01-31 22:11:10 +00:00
bad
d82b7e4e9c Conflict with openoffice3-bin. 2009-01-31 22:10:36 +00:00
bad
fad663194f Initial import of OpenOffice.org 3.0.1 package from pre-build binaries
provided by openoffice.org.

Release notes available under:
http://development.openoffice.org/releases/3.0.1.html
http://development.openoffice.org/releases/3.0.0.html
2009-01-31 22:05:53 +00:00
bad
01b2dc3726 Update openoffice2-bin to 2.4.2.
While here, create symlinks to smath and spadmin in $PREFIX/bin to make them
available as normal commands.

Changes since 2.4.1:
* COMMAN_WHEEL_DATAZOOM changed
* delays for quick help change
* XSelectionSupplier now being supported by the database application controller
* Add Sami languages to language list box
* better automatic positions for lables on pie segments
* more flexible placement of labels on data points
* Equations for Regression Curves
* allow removing data point labels with delete key
* New property in Advanced settings dialog for Oracle
* views in HSQLDB database can be edited
* property browser: query designer now also available for list box content
* property browser: query designer also available for "native" SQL commands
* Base now supports also MS Access 2007 files (*.accdb)
* Reduce complexity: Remove unnecessary display options
* Extensible help
* "Change Icon" dialog now supports persistent import and deletion of icons
* Filter UINames changed from "OpenDocument" to "ODF"
* Display name of extension
* Release notes and publisher information during extension update
* Enhancements of print dialog for calc
* support for browser based update in Extension Manager
* Possibility to control persistent passwords storing per UI.
* Asynchronous callback service for UNO awt
* UNO awt dialogs and tab pages support background image property
* Online Update Trigger by New File Format Versions
* Relative links now available in PDF export filter, plus other features added.
* Relative links now available in PDF export filter, plus other features added.
* PDF/A-1a (ISO 19005-1:2005) export feature added.
* Implement Insert-Movie and Sound using QTKit (QuickTime)
* Context menu entry to quickly insert picture background for slides
* Remove GUI option "Automatic file name extension" from File-Save dialog
* (Office Dlg)
* Separate zoom per sheet
* Manual Sorting in DataPilot
* DataPilot drill-down on data field
* The Office now automaicaly checks for updates for extensions
* Support for backward references in Find & Replace
* Block selection
* Insert and Insert Object toolbars changed in Writer and Writer/Web
* Better language cotrol
* Printing of hidden text
* New shortcuts to apply Heading 4+5 and Text body and Default
* Ctrl-click Behavior for Hyperlinks Now Configurable

* bug fixes
2009-01-31 21:56:32 +00:00
hira
30f167e65e Update to 3.0.1.
* Add spelling and grammar checker to Writer.
  * Let OOo use own file locking mechanics to lock alien formats as well.
  * Bug fixes.

Please see Release Notes for more detail:
  http://development.openoffice.org/releases/3.0.1.html
2009-01-31 16:54:30 +00:00
markd
681931550f ark really needs gnu tar because:
assumes "tar rvf ..." works when archive doesn't already exist.
   assumes "tar tvf ..." doesn't produce an error on a zero length file.
   assumes "tar --delete" works.
so depend on gtar always and fix setting of TarExe so that it uses it.
Bump PKGREVISION.
2009-01-31 05:40:42 +00:00
gdt
a9f6f690f7 Update to 4.6.1.
4.6.1 Release Notes
-------------------

 o Upgraded to EPSG 6.17 version for nad/epsg.  Also corrected the precision
   problem introduced in the last version.

 o Added logic for tmerc projection to fail rather than return crazy results
   if more than 90 degrees away from the central meridian (#5).  This change
   may only be temporary till a more comprehensive solution is found.

 o Fixed handling of extra text in cs2cs.

 o Renamed INSTALL to INSTALL.TXT.

 o The eqc projection has been generalized to include a latitude of origin.

 o Added the glabsgm (Gauss Laborde / Sphere Geometric Mean) projection,
   and gstmerc variation.

 o nad/IGNF init catalogue created.

 o added the ntf_r93.gsb datum shift file.

 o Add /Op in nmake.opt compile options to avoid VC7 optimization bug (#12)

 o Fix testvarious test script so it works properly when grid files available
2009-01-29 02:24:41 +00:00
wiz
4f57a200b9 Fix destdir installation. 2009-01-28 06:35:46 +00:00
hira
ab693b4d59 - Fix DESTDIR installation.
- Fix charmap names for NetBSD.
 - Use time_t instead of long on NetBSD.

Bump PKGREVISION.
2009-01-26 15:39:05 +00:00
jschauma
65e9c90d89 Give up maintainership, as I have not so much as looked at pkgsrc in
well over a year now.  Sorry. :-(
2009-01-23 21:14:16 +00:00
drochner
3a22fe0955 update to 0.6.6
changes: minor fixes
2009-01-20 20:41:23 +00:00
hira
8600ea3a45 - Add missing entries to INSTALLATION_DIRS.
- Remove entries which are generated from openoffice.org.xml from PLIST.

This should fix installation with USE_DESTDIR=Full.
Reported by abs@ in private e-mail.
2009-01-20 10:19:30 +00:00
hira
57b0386f31 - Fix charmap names for NetBSD (patch-ei).
- Use time_t instead of long on NetBSD (patch-ej).

Bump PKGREVISION.
2009-01-20 09:52:12 +00:00
wiz
4c888c4682 + fbreader. 2009-01-18 17:40:21 +00:00
wiz
9449a7dc56 Initial import of fbreader-0.10.1:
FBReader is an e-book reader for various platforms.

Main features:
  * Supported formats are
       * fb2 e-book format (style attributes are not supported yet).
       * HTML format (tables are not supported).
       * CHM format (tables are not supported).
       * plucker format (tables are not supported).
       * Palmdoc (aportis doc).
       * zTxt (Weasel format).
       * TCR (psion text) format.
       * RTF format (stylesheets and tables are not supported).
       * OEB format (css and tables are not supported).
       * OpenReader format (css and tables are not supported).
       * Non-DRM'ed mobipocket format (tables are not supported).
       * Plain text format.
  * Direct reading from tar, zip, gzip and bzip2 archives. (Multiple books
    in one archive are supported.)
  * Automatic library building.
  * Automatic language and character encoding detection is supported.
  * Automatically generated contents table.
  * Embedded images support.
  * Footnotes/hyperlinks support.
  * Position indicator.
  * Keeps the last open book and the last read positions for all opened
    books between runs.
  * List of last opened books.
  * Automatic hyphenations.
  * Text search.
  * Full-screen mode.
  * Screen rotation by 90, 180 and 270 degrees.
2009-01-18 17:39:37 +00:00
shattered
2979d9ae0a Update to Logsurfer+ 1.7. Changes:
* Added -e option to begin processing from the current end of the input log file.
* Put double-quotes around regex expressions in dump file.
* If the context argument to a pipe or report action is "-" then the current context contents are piped into the command.
* Added "echo" action which simply echo's the output on stdout, or to a file.
* Added a "$lines" macro construct in context action fields, it will be substituted by the number of lines in the context.
* Added "syslog" action to send a message into syslog.
2009-01-18 11:01:56 +00:00
wiz
5a38f5c123 + calibre. 2009-01-17 22:18:56 +00:00
wiz
556cde4207 Initial import of calibre-0.4.128:
calibre is a ebook library management application. Its features are
divided into the following categories:

* Library Management
* Format conversion (all major ebook formats can be converted from)
* Syncing to ebook reader devices
* Fetching news from the web and converting it into ebook form
* Viewing many different ebook formats
* Giving you access to your book collection over the internet using
  just a browser
2009-01-17 22:18:25 +00:00
wiz
918dd90038 Update to 0.13.1:
2009-01-17: Released gWaei 0.13.1
  This is a release focusing on fixing bugs.  The most noteworthy
  of which was an infinitely loop on startup that some computer
  encountered.  (It it still is not fixed, someone please email me.)

  There was a crasher when attempting to print only one
  highlighted line in the results.  The back and forward
  buttons have been coded better against race conditions
  on slow hardware because the back/forward button's wouldn't
  become insensitive quick enough to stop repeted executions.
  The highlight colors have been chosen to work better
  with dark themes than they were. Fixed a crasher when users
  would go back/forward after switching dictionaries.

  There have been a few minor features added as well.  alt-left
  and alt-right will go back and forward in the search history
  much like a web browser.  Shift-tab will cycle backwards through
  the dictionaries.  The colors for highlighting have been switched
  around and varied more.  The previous red just wasn't really
  compatible with any of the other colors I tried with it. It is
  now possible to optionally compile the program without libsexy.
2009-01-17 20:51:34 +00:00
wiz
98dad21790 Remove bogus libtool dependency. 2009-01-16 15:08:52 +00:00
wiz
db87338644 + gnome-devel-docs. 2009-01-16 15:03:34 +00:00
wiz
ac3f0224d3 Initial import of gnome-devel-docs-2.24.1:
This package contains documents targeted for GNOME developers.
2009-01-16 15:02:49 +00:00
wiz
346fad3f91 + gwaei. 2009-01-14 16:11:23 +00:00
wiz
31e50ded68 Initial import of gwaei-0.13.0:
gWaei is a Japanese-English dictionary program for the GNOME desktop.
It is made to be a modern drop in replacement for Gjiten with many
of the same features. The dictionary files it uses are from Jim
Breen's WWWJDIC project and are installed separately through the
program.

Features
  * Easy dictionary installation with a click of a button.
  * Support for searching using regular expressions.
  * Streams results so the interface is never frozen.
  * Click Kanji in the results pane to look information on it.
  * Simple interface that makes sense.
  * Intelligent design. Tab switches dictionaries.
  * Organizes relevant matches to the top of the results.
2009-01-14 16:10:52 +00:00
drochner
613471ef59 update for xscreensaver-5.08:
remove .desktop entries for retired screensavers from PLIST,
depend on new version, bump PKGREVISION
2009-01-14 13:31:53 +00:00
sketch
16f14133b6 Get rid of hostname -s in pkgsrc, on Solaris it sets the hostname to "-s". 2009-01-14 12:20:57 +00:00
wiz
60786ba7e8 Update to 2.24.3:
=====================
deskbar-applet 2.24.3
=====================
This is the last release of the stable 2.24 series.

Changes:
	- Fixed #558858, Deskbar stops working when closing by 'x' (Sebastian Pölsterl)
	- Fixed #564726, configure doesn't detect pygtk in alternative directories (patch by Frederic Peters)

Translations:
	- Updated et: Ivar Smolin
	- Updated pt_BR: Leonardo Ferreira Fontenelle, Leonardo Gregianin
2009-01-14 10:31:37 +00:00
wiz
a61e716d04 Update to 2.24.3:
Version 2.24.3
---------------

Misc improvements/fixes:

	* src/mt-main.c: Add missing <locale.h>. Bug #567483.
    * src/mt-main.c: Use N_() instead of _() for command-line
	   options. Bug #567197.
	* src/mt-main.c: Make sure drag-clicks also work if both Dwell
	  Click and Simulated Secondary Click are enabled. Bug #562212.

New and updated translations:

	- [et] Ivar Smolin
2009-01-13 16:10:01 +00:00
wiz
a5f503b05c Update to 2.24.3:
2.24.3 - 12-Jan-2008

General:

* Re-fix for bug #354479 - Automatic presentation of "balloon" type
  messages.

* The rest of the fix for bug #551891 - Flat review does not always
  start in the correct place when focus is in a tree table.

* Fix for bug #562877 - account for pronunciation dictionary
  when speech-dispatcher backend is used

* Fix for bug #563171 - src/orca/flat_review.py:getZonesFromText
  should clip zones based on what text is visible

* Fix for bug #564994 - Drop eel dependency

OpenOffice:

* Fix for bug #562532 - When using Openoffice.org Spreadsheet with
  Orca, the cell coordinates are not spoken for all locales.

Firefox:

* Fix for bug #563502 - Need to map "Shiretoko" to the Mozilla
  script.

* Fix for bug #565886 - Extraneous caret-moved events emitted by
  FF 3.1 cause unnecessary braille updating.

* Fix for bug #565944 - Missing whitespace when the end of line
  braille indicator is followed by an image in FF 3.x.

* Fix for bug #566073 - Orca provides the "tree level" for items
  in submenus within Firefox 3.x.

* Fix for bug #566180 - Orca inappropriately announces the name
  and role of (un)ordered list items as part of the context in
  Firefox 3.2.

* Fix for bug #566181 - Changes made to Firefox 3.2 caret-moved
  events cause Orca to provide unreliable access during the use
  of the Find toolbar.

* Fix for bug #566361 - Orca inappropriately announces the name
  of table cells as part of the context in Firefox 3.2.

* Fix for bug #566954 - ARIA toggle button state not handled correctly

* Fix for bug #566955 - Need to remove extra whitespace from braille
  output for Firefox 3.x.

* Fix for bug #567167 - Orca sometimes (re)announces that the document
  frame has just received focus in Firefox 3.x.

New and updated translations (THANKS EVERYONE!!!):

  See also the overall translation status:
  http://l10n.gnome.org/module/orca

    hu       Hungarian            Attila Hammer and Gabor Kelemen
2009-01-13 16:01:51 +00:00
wiz
f5bcf2ea3d Update to 2.24.2:
Version 2.24.2:
---------------
* Accessibility Guide:
  - Updated translations:
    es     (Jorge Gonzalez)
* System Admin Guide:
  - Updated translations:
    ja     (Takeshi AIHANA)
* User Guide:
  - Updated translations:
    ja     (Takeshi AIHANA)
    pt_BR  (Leonardo Ferreira Fontenelle)
2009-01-12 22:20:56 +00:00
obache
5b65b503c2 Update m17n contrib to 1.1.8.
This release contains a new Sindhi input method.
2009-01-12 12:22:54 +00:00
obache
8595c43d94 Update m17n database to 1.5.3.
This release is just for bug fixing.
2009-01-12 12:15:49 +00:00
wiz
c0d562f284 Update to 4.0 (qt4/KDE4 release):
2008-12-01 tim <gyunaev@ulduzsoft.com>
    - Version changed to 4.0 (release);
    - Released version 4.0.

2008-11-30 tim <gyunaev@ulduzsoft.com>
    - Integrate Fedora .desktop fixes (thx Patrice Dumas)
    - Implemented binary TOC and index tables (thx Razvan Cojocaru <razvanco@gmx.net>, the author of xchm). Speed up loading files more than twice!
    - Now showing 'waiting' cursor while loading chm table of contents or index.
    - Fixed QTextBrowser by providing workaround for "empty" books.
    - More compatibility fixes with KDE 4.1
    - Added Swedish translation (thx Daniel Nylander)
    - Fixed handling files with file:// prefix.
    - Added D-BUS support for Qt and KDE builds, the application could now be controlled remotely from other applications or scripts.
    - Restored KDE translations.

2008-06-18 tim <gyunaev@ulduzsoft.com>
    - Version changed to 4.0b4;
    - Added WebKit support (requires QtWebKit module). WebKit browser is default for a system where QtWebKit is present;
    - Added support for Right-To-Left application and text layouts;
    - Added support for disabling automatic encoding detection for browsers which could detect it themselves (KHTMLPart and Webkit);

2008-06-06 tim <gyunaev@ulduzsoft.com>
    - Version changed to 4.0b3;
    - Added KDE4 support;
    - Fixed several compatibility issues with qt-4.4.0;
    - Added keyboard shortcuts to move to the next and previous entries in TOC: Ctrl+Right arrow
      and Ctrl+Left arrow;
    - Added manifest for the Windows version (thanks Cristian Adam);
    - Windows version should not rely on mingw DLL anymore;
    - Toolbars are now named;
    - Fixed parallel build (thanks Patrice Dumas);

2008-02-10 tim <gyunaev@ulduzsoft.com>
    - Version changed to 4.0b2 (this is Qt4-only release);
    - Added a command-line option to search through table of contents (--stoc);
    - Added Italian translation (thanks to Emilio Scalise);
    - Fixed crash on incorrectly compressed CHM file (thanks Albert Astals Cid);
    - Fixed kio-msits so it now works with KDE4 (thanks Albert Astals Cid);
    - Fixed FSF mailing address everywhere (thanks Albert Astals Cid);
    - Fixed handling of improperly formatted CHM files like Audigy help;
    - Added heuristics to support for improperly formatted CHMs which have toc and index,
      but do not specify so in the project file;
    - Fixed handling of CHM files which have local links in form of MS-ITS: urls;
    - Search engine has been integrated into libchmfile;
    - Search indexes are now stored in a single file, which should make it easier to make
      search available through the indexing application;

2007-08-26 tim <gyunaev@ulduzsoft.com>
    - Application ported to Qt4.
    - Recent files reworked.
    - Search on page is now done via toolbar (like FireFox), activated by Ctrl-F and /.
    - After switching tabs (either with mouse or Alt+<number> the focus is moved to the browser widget,
      so you don't have to click on it to navigate using keyboard.
    - Enchanced browser context menu.
2009-01-08 12:02:44 +00:00
wiz
64e362190a Update to 2.24.1:
Version 2.24.1:
---------------
* Accessibility Guide:
  - Make "themes-0" sub-section of "low-vision" as it was (Luca Ferretti)
  - Reorganize and update the Orca section (Willie Walker)
  - Updated translations:
    de     (Mario Blättermann)
    es     (Jorge Gonzalez)
    fr     (Claude Paroz)
    hu     (Gabor Kelemen)
    sv     (Daniel Nylander)
* System Admin Guide:
  - Updated translations:
    ca     (Gil Forcada)
* User Guide:
  - Replaced 'CD Player' examples (Claude Paroz)
  - Updated translations:
    bg     (Alexander Shopov)
    el     (Simos Xenitellis)
    es     (Jorge Gonzalez)
    hu     (Gabor Kelemen)
    pt_BR  (Leonardo Ferreira Fontenelle)
    sv     (Daniel Nylander)
    th     (Theppitak Karoonboonyanan)
2009-01-07 14:46:11 +00:00
wiz
b132dca1f5 Update to 20081012 (latest FreeBSD snapshot).
It's a database, so changes: probably more IDs :)
2009-01-07 12:47:46 +00:00
wiz
ba71beefba On second thought, still install more complete documentation. 2009-01-05 09:36:05 +00:00
wiz
883124a881 Update to 0.22:
0.22

netbsd module now queries pkgsrc.se, shows more details, is faster

Miscellaneous bugfixes

Also using the old combos subroutine again for some repositories, is slower

Added manpages in English and German, updated install script to install manpages to /usr/share/man
2009-01-05 09:34:33 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
wiz
29a861d4a8 NetBSD support has been integrated upstream in 0.81, remove local
override. Noted by rocky.
Bump PKGREVISION to be on the safe side.
2009-01-04 12:42:20 +00:00
reinoud
9b69b2e431 Update package to version 0.7.1 fixing Linux compilation issues. 2008-12-26 19:26:44 +00:00
reinoud
0489a1fdb7 Update UDFclient to version 0.7.0
Enhance UDFclient with ideas and features from my NetBSD kernel implementation
enhancing directory operations and fixing potential lockups on 512
bytes/sector media, repaired NetBSD harddisc support and fixed a few
compilation warnings when compiled with '-Wextra' revealing some possible
bugs. Enhanced cd_disect to display some more disc types. Also included some
patches to fix possible buffer screwups; thanks Andrey!
2008-12-26 12:32:06 +00:00
adam
915b1e09f5 Changes 2.7.5:
* NetBSD and general pkgsrc compatibility.  Should get rid of the only
  patch used in pkgsrc.

Changes 2.7.4:
* Print the message that we switch to normal from O_DIRECT only when
  verbose > 0.

Changes 2.7.3:
* More c flags changes for more portability.

Changes 2.7.2:
* Fix compilation under Redhat-7.3.

Changes 2.7.1:
* Support for $CSTREAM_AUDIO_BITRATE.
2008-12-19 10:19:12 +00:00
ahoka
7dd51844e5 Include py-at-spi to make it actually work. 2008-12-11 05:46:04 +00:00
rhaen
d006bc1544 updated to 20081208
Changelog:
0.00 - Fri Dec  5 12:00:41 2008
	* Latest data update.
2008-12-10 16:55:48 +00:00
taca
9a0915bbe8 Use MASTER_SITE_SOURCEFORGE in MASTER_SITES and it fixes my download problem. 2008-12-09 15:08:09 +00:00
wiz
f4b0ca80b9 + xdg-utils. 2008-12-09 15:05:34 +00:00
wiz
4ac4d98ab0 Initial import of xdg-utils-1.0.2:
The xdg-utils package is a set of simple scripts that provide basic
desktop integration functions for any Free Desktop, such as Linux.

They are intended to provide a set of defacto standards. This means
that:

* Third party software developers can rely on these xdg-utils for
all of their simple integration needs.

* Developers of desktop environments can make sure that their
environments are well supported

If a desktop developer wants to be certain that their environment
functions with all third party software, then can simply make sure
that these utilities work properly in their environment.  This will
hopefully mean that 'third tier' window managers such as XFCE and
Blackbox can reach full parity with Gnome and KDE in terms of third
party ISV support.

* Distribution vendors can provide custom versions of these utilities

If a distribution vendor wishes to have unusual systems, they can
provide custom scripts, and the third party software should still
continue to work.
2008-12-09 15:04:56 +00:00
wiz
445f9d8435 + whohas. 2008-12-09 10:53:37 +00:00
wiz
9109269f91 Initial import of whohas-0.21:
whohas is a command line tool that allows querying several package
lists at once. whohas is written in Perl and was designed to help
package maintainers find ebuilds, pkgbuilds and similar package
definitions from other distributions to learn from. However, it
can also be used by normal users who want to know:

- Which distribution has packages available for apps upon whom the
user depends.

- What version of a given package is in use in each distribution,
or in each release of a distribution (implemented only for Debian).
2008-12-09 10:53:10 +00:00
wiz
fac4c7f55a Update to 1.2:
-Improved support for unicode in filenames and directories.
-Reverted compression of backups from gz to bz2 again, to circumvent a
 bug under Windows with unicode directory names.
-Wrote a plugin to always shuffle the revision queue, for users who want
 to override the prioritised scheduling introduced in Mnemosyne 1.1.
 This plugin can also be downloaded from
 http://www.mnemosyne-proj.org/node/142
-Only open the sound system when needed in order to save CPU time
 (patch by marmuta).
-More robust upgrading from old Mnemosyne versions.
-Fix bug where default export location was incorrectly specified.
-Reword statistics dialog to make clear that we only show data for
 the next week.
-Norwegian translation by Petter Goksoyr Asen.
2008-12-09 10:16:24 +00:00
wiz
61d9bab717 + mousetweaks. 2008-12-03 09:26:28 +00:00
wiz
a3b598cba6 Initial import of mousetweaks-2.24.2:
The Mousetweaks package provides mouse accessibility enhancements
for the GNOME desktop. These enhancements are:

1. It offers a way to perform the various clicks without using any
hardware button.

2. It allows users to perform a right click by doing a click&hold
of the left mousebutton. (For a left-handed mouse user, the termes
left and right have to be inverted.)

3. It provides an applet that the user can install on a panel. This
applet creates an area on the panel into which the pointer can be
captured until the user releases it with a predefined button and
modifier combination.

The options can be accessed through the Accessibility tab of the
Mouse Preferences of GNOME Control Center or through command-line.
2008-12-03 09:26:00 +00:00
wiz
af2f0e25e6 Update to 2.24.2:
2.24.2 - 24-Nov-2008

General:

* More work on bug #508675 - Applying change in Orca preference dialog
  is a little bit slow.  This fix makes things even faster.

* Fix for bug #551891 - Flat review does not always start in
  the correct place when focus is in a tree table.

* Refix for bug #552344 - tutorial message for desktop not spoken.

* Fix for bug #554002 - Orca App-Preferences dialog page tabs are
  "off" by one in speech and braille.

* Fix for bug #556470 - Orca should not land on empty (cell-less)
  tables when using structural navigation by table.

* Fix for bug #561540 - Traceback in default.py onStateChanged.

OpenOffice:

* Fix for bug #357545 - Orca does not speak all buttons in openoffice
  database table creation wizard.

* Fix for bug #556657 - Orca is rather chatty when focus is given to
  an OOo list whose parent is a combo box.

Firefox:

* Fix for bug #495303 - Character flat review not working correctly
  with generated texts in XUL.

* Fix for bug #554616 - Problems accessing subsequent lines of cells
  which contain line break tags in FF3 tables.

* More work on bug #554831 - Google calendar unusable with orca.
  You can now arrow into the day grid.

* Fix for bug #555055 - Orca should be able to navigate
  http://www.modernthaisf.com/gpage.html.

* Fix for bug #558516 - Traceback when navigating on huge webpages.

* Fix for bug #559839 - Orca sometimes includes content from other
  lines when navigating via Up/Down Arrow in Firefox 3.

* Fix for bug #560466 - Improve the accuracy of label guess for
  Firefox 3.

New and updated translations (THANKS EVERYONE!!!):

  See also the overall translation status:
  http://l10n.gnome.org/module/orca

    ca       Catalan              Gil Forcada
    de       German               Simon Bienlien and Jochen Skulj
    et       Estonian             Ivar Smolin and Priit Laes
    hu       Hungarian            Attila Hammer and Gabor Kelemen
    si       Sinhala              Danishka Navin
    zh_HK    Traditional Chinese  Chao-Hsiung Liao
    zh_TW    Traditional Chinese  Chao-Hsiung Liao
2008-12-02 17:27:48 +00:00
hira
6c4f023c45 Fix PLIST with kde option. 2008-11-26 21:55:55 +00:00
hira
03eefd207f - Fix installation path of kde mimelnk files.
- Don't install locolor icons without kde option.

No PKGREVISION bump because the icons are not used without kde.
2008-11-26 15:48:16 +00:00
hira
39d5811b22 - Fix installation of kde mimelnk files.
- Don't install locolor icons without kde option.

No PKGREVISION bump because the icons are not used without kde.
2008-11-26 15:33:23 +00:00
hira
a7ff6588f7 - Install hicolor and locolor icons.
- Install gnome icons (with gnome option only).
 - Install MIME info files.
 - Fix name of .dekstop files.
 - Use startup scripts in OOo (don't generate these in Makefile).

Bump PKGREVISION.
2008-11-24 11:58:44 +00:00
hira
e3d1e03fe2 - Remove unnecessary entry from REPLACE_PERL.
- Fix indent (space -> tab).
2008-11-24 11:53:12 +00:00
wiz
0a5d6efc74 Update to 2.24.2:
=====================
deskbar-applet 2.24.2
=====================

Changes:
	- Fixed #557570, Crash when proxy port changed (Sebastian Pölsterl)
	- Fixed #558700, the yahoo url listed are duplicated (Sebastian Pölsterl)
	- Fixed #559169, gnome power manager has new dbus path, this breaks some code in gdmaction module (patch by Christian Assing)
	- Work around bug #552204 and ignore rows where match is None

Translations:
- Updated ast: Gil Forcada, Astur
- Updated de: Christian Kirbach
- Updated ja: Takeshi AIHANA
- Updated uk: Maxim Dziumanenko
2008-11-23 11:14:58 +00:00
hira
92a3ec0a4f Remove unnecessary chmod. 2008-11-22 15:34:32 +00:00
jmcneill
7803c0231f Add usbids 2008-11-22 13:07:59 +00:00
jmcneill
00ba82677c Import usbids version 20081118.
This package contains a public list of all known IDs used in USB devices;
that is ID's of vendors, devices, subsystems and device classes.  These ID
lists (usually in form of a usb.ids file) are used in various programs
to display full device names instead of the numeric IDs.
2008-11-22 13:06:40 +00:00
hira
4cc311f8f0 - Install hicolor and locolor icons.
- Install gnome icons (with gnome option only).
 - Install MIME info files.
 - Fix name of .dekstop files.
 - Add missing file to REPLACE_PERL.
 - Use startup scripts in OOo (don't generate these in Makefile).
 - Remove java option from FreeBSD and NetBSD/amd64.

This should fix PR pkg/39994.  Bump PKGREVISION.
2008-11-22 07:57:03 +00:00
obache
7e1a531de7 Fixes to parallel build. 2008-11-19 13:03:37 +00:00
hira
169d3ee21f - Remove DESTDIR from RPATH.
- Use firefox3 as default instead of firefox.

Pointed out by joerg@.  Bump PKGREVISION.
2008-11-19 01:54:25 +00:00
jmcneill
e1c7a35355 Add '25' to accepted python versions. 2008-11-18 11:10:53 +00:00
jnemeth
e574cc0593 the variable is PYTHON_VERSIONS_ACCEPTED, not PYTHON_ACCEPTED_VERSIONS 2008-11-17 21:59:24 +00:00
wiz
a4b08f4ea3 Add missing libltdl dependency (causing a build failure). Sort includes. 2008-11-14 16:03:16 +00:00
rhaen
0fa71fc1d0 - updated to 2.04
- changed dependencies

Changelog:
2.04 - Sun Oct 26 18:29:20 2008
	* Fix tests that used 99902 as a bad prefix. That now
	belongs to Gabon.
2008-11-11 09:14:19 +00:00
rhaen
0e7c03bccd - updated to 20081020
Changelog:
0.00 - Mon Oct 20 17:44:15 2008
	* Updated publisher codes thanks to Yakov Shafranovich
	* Version number is now the update date of the module,
	in YYYYMMDD. This not the date of the ISBN Agency
	updates though.
2008-11-11 09:11:05 +00:00
wiz
39bfc9a6cf Update to 0.81:
version 0.81
2008-10-27

- license of manual now GFDL 1.2 or later, with no invariant sections.
  Source is GPL 3.

  Thanks to Karl Berry.

- Nero image handling more complete.
    CD-Text processing.
    DAO in read_audio_sectors.
    ISRC processing.

- ISRC query for image files.

  Thanks to Robert William Fuller on the above two items

- Allow reading pregap of a track via get_track_pregap_lsn(). Add
  Section on "CD-DA pregap" in libcdio manual

- Allow cross-compiling to mingw32. Patch from Peter Hartley.

- Make iso9660 time setting/getting routines (iso9660_{g,s}et_{d,l}time)
  reentrant and remove bugs in that code. Courtesy Nicolas Boullis.

- OSX fixes
2008-11-10 22:30:43 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
hira
502b251e10 Pass command paths of textproc/icu to configure. 2008-11-06 16:00:09 +00:00
markd
dc322ff0f8 Add a few missing directories. 2008-11-06 11:01:21 +00:00
markd
ab53e3574b Add kde4-dirs 2008-11-03 10:30:20 +00:00
markd
58dd924fb0 s/wip/misc/ 2008-11-03 10:29:27 +00:00
markd
7ce9aa58c2 Import of kde4-dirs 1.0 from pkgsrc-wip.
kde4-dirs installs a set of shared directories used by many KDE4
applications.  It is useful to simplify PLIST handling in other packages.
2008-11-03 10:27:54 +00:00
obache
aa16bc1a06 Not required since updated to 2.24.1. 2008-11-03 05:23:26 +00:00
snj
1e4bdf5541 Remove bidwatcher. It has been unmaintained for years and does not work
after (years ago) one of eBay's many site changes.
2008-11-02 00:11:13 +00:00
hira
64a632eaf0 Add missing \. 2008-10-31 12:55:30 +00:00
hira
157f8379e5 Apply some fixes and improvements from misc/openoffice3.
- Change installation directory.
  - Reduce usage of ${WRKDIR}.
  - Use language packs to install multiple languages.
  - Install desktop files as symbolic links.
  - Pass MAKE_JOBS to dmake.
  - Fix build with PKG_DEVELOPER=yes (add missing rpath flag).
  - Fix PLIST without gtk2 option.
  - Fix browser plugin.
  - Fix open-url with firefox3 and seamonkey.
  - Shut up tar warning (remove leading /).
  - Use system openssl.
  - Use system icu.
  - Add lang-all option.
2008-10-31 11:02:55 +00:00
hira
d350cd9daf Update to 2.4.2. Minor update from 2.4.1.
This release fixes three security vulnerabilities.

  - CVE-2008-3282: OpenOffice.org "rtl_allocateMemory()" Truncation
		   (fixed in openoffice2-2.4.1nb1)
  - CVE-2008-2237: Manipulated WMF files can lead to heap overflows
		   and arbitrary code execution
  - CVE-2008-2238: Manipulated EMF files can lead to heap overflows
		   and arbitrary code execution

Release note: http://development.openoffice.org/releases/2.4.2.html
2008-10-31 11:00:50 +00:00
hira
491308139b - Fix build with USE_BUILTIN.openssl=no.
- Fix configure with builtin openssl on FreeBSD.
2008-10-31 09:40:58 +00:00
hira
92d8c12d8e - Fix build with one lang-* option.
- Set JAVA_HOME instead of JAVACMD.
 - Depend apache-ant as build-time.
 - Fix one pkglint warning ($_l -> $lang).
2008-10-30 11:30:34 +00:00
is
bf365b9cf2 Only use one sort of fixed-size integer types. This way, it even
compiles on Solaris 10.
2008-10-30 09:04:20 +00:00
obache
aee725c97a Update GOK to 2.24.0.
While here, change HOMEPAGE to Gnome's one,
old page does not mentions recent informations.

What's new in GOK 2.24.0?

	* Now aligning with GNOME versioning!

	* Stability based bug fixes, and updated translations.
2008-10-28 06:34:31 +00:00
wiz
e46b4f876c Update to 2.24.1:
Lots of "Fix for bug #..." and translation update entries removed.

2.24.1 - 15-Oct-2008

2.24.0 - 21-Sep-2008

2.23.92 - 08-Sep-2008

2.23.91 - 01-Sep-2008

2.23.90 - 18-Aug-2008

General:

* Use DBus only if DBUS_SESSION_BUS_ADDRESS is defined so as to avoid
  unexpected launching of a DBus daemon

2.23.6 - 04-Aug-2008

2.23.5 - 21-Jul-2008

2.23.4 - 16-Jun-2008

2.23.3 - 02-Jun-2008

2.23.2 - 12-May-2008

2.23.1 - 21-Apr-2008

2.21.92 - 25-Feb-2008

2.21.91 - 11-Feb-2008

2.21.90 - 28-Jan-2008

2.21.5 - 14-Jan-2008

2.21.4 - 17-Dec-2007

NOTE: There have been keybindings changes for this release.

* Instead of Orca+F1 to enter learn mode, the binding is now
  Orca+h.

* Instead of Orca+{1,2,3,4,5,6,7,8,9} to read the last nth message
  that was presented in an application such as gaim or gnome-mud, the
  binding is now Orca+{F1,F2,F3,F4,F5,F6,F7,F8,F9}.

* The debugging keys have been rebound as well.  The new bindings
  are Orca+Ctrl+Alt+{the following}, where {the_following} is one
  of:

   End       - report active script info
   Home      - print list of known apps and their windows
   Page_Up   - print locus of focus ancestry
   Page_Down - print accessible hierarchy of active application

Magnification:

* Support "live updating" when setting various magnification features

  Changes made to the zoomer in the Orca Preferences now update in
  real time: it is no longer necessary to press the Apply button to
  see if the option you've chosen works for you and then undo it or
  adjust it if it doesn't.  Note that you must still press the Apply
  or the OK button to make your changes permanent.

Performance and Quality:

* Much work on performance (bug #491756).  If you have specific areas
  that you think are slow, please let us know the exact details.  These
  performance fixes also rely upon fixes being made in other modules
  (pyorbit, pyatspi) for the GNOME 2.21.4 release.

* Completed major pylinting work (bug #486726).  This helped us
  greatly and found a few latent bugs.

2.21.3 - 03-Dec-2007

General:

* Lots and lots of pylint'ing (bug #486726)

* Beginning of work on performance (bug #491576).  We still have a bit
  of work to do.  We actually have some changes, but we're not comfortable
  with them yet.

2.21.2 - 12-Nov-2007

2.21.1 - 28-Oct-2007

2.21.0 - 03-Oct-2007
2008-10-27 00:33:42 +00:00
adam
185408954a Changes 0.10.0:
* Global switch to Qt. Don't support SDL main application anymore.
* The whole StelApp class is managed by a QGraphicsScene, inside a
  QGraphicsView.
* Removed deprecated sources from the core of stellarium.
* Continued API cleaning and simplifications.
* Performed large refactorings to use portable Qt API.
* Re-organized the source files into sub-directories.
* Migrated config file parsing to a QSettings based implementation.
* Exposed some methods as slots so that they can be scripted in the future.
* Created the new Qt-based GUI button bars.
* Recoded from scratch the new QWidget based GUI rendered in the QGraphicsView
  using style sheets.
* Moved stars/planets halo rendering into SkyDrawer.
* Implemented dynamic eye adaptation for bright objects.
* Optimized atmosphere computation and others, speed can be increased up to
  a factor of 2.
* Implemented light pollution following the Bortle scale index.
* Improved and optimized stars rendering (updated colors, sizes and added
  large halo for very bright ones, use GL lists for drawing stars by bunch)
* Created a new SkyTile class supporting lazy dynamic multi-resolution images
  loading and display. Image trees can be stored as JSON files.
* Startup is much faster.
* Migrated the previous nebula textures to the new format.
* Added a LocationManager for managing observing locations and cleaned
  the code of observer.
* Changed key bindings, use F1.. F6 for opening dialogs.
* Tab completion on the search dialog.
* Added descriptions for the sky cultures and improved the ones for landscapes.
* Added a new mars landscape.
* Fixed many bugs.
2008-10-26 14:03:37 +00:00
hira
9d61f63079 - Use languagepacks to install multiple languages.
- Reduce disk usage of ${WRKDIR} with multiple languages.
 - Don't create install set to ${WRKDIR} in post-build stage.
 - Install desktop files to share/applications as symbolic links.
 - Shut up tar warning.
 - Add lang-all option.
 - Add missing lang-* options (by, gd, gu, ms and my).
2008-10-25 15:18:17 +00:00
wiz
f91c67c700 Update to 2.24.1:
=====================
deskbar-applet 2.24.1
=====================

This release features only translation updates.

Translations:
	- Updated ar: Anas Afif Emad
	- Updated be@latin: Ihar Hrachyshka
	- Updated da: Kenneth Nielsen
	- Updated de: Hendrik Brandt
	- Updated pt_BR: Vladimir Melo
2008-10-25 10:29:26 +00:00
wiz
874adef13d Update to 2.24.1:
===================================================================
GNOME Utilities 2.24.1 (20th October 2008) - "Words That We Couldn't Say"

    * Second stable release of the 2.24 cycle

Baobab

    * Fix bug 554996 – Patch to disable popup menu for folder that doesn't
      exist [Kristian Rumberg]

Dictionary

    * Nothing

Floppy

    * Nothing

Screenshot

    * Fix bug 553085 – After doing gnome-screenshot -w (grab a window), "grab
      the entire screen" works to grab a window

Search Tool

    * Nothing

System Log Viewer

    * Nothing

Translations Updated By:

    Anas Afif Emad (ar), Ihar Hrachyshka (be@latin), Mark Krapivner (he),
    Takeshi AIHANA (ja), Jovan Naumovski (mk), Kjartan Maraas (nb),
    Leonardo Ferreira Fontenelle (pt_BR)

===================================================================
GNOME Utilities 2.24.0 (22nd September 2008) - "Tip-toe"

    * Fist stable release of the 2.24 cycle
    * Small fixes in the desktop entry files [Patryk Zawadzki]

Baobab
Dictionary
Floppy

    * Nohing

Screenshot

    * Fix bug 552175 – invalid schemas file [Christian Persch]

Search Tool
System Log Viewer

    * Nothing

Translations Updated By:

    Anas Afif Emad (ar), Alexander Shopov (bg), Runa Bhattacharjee (bn_IN),
    Joan Duran (ca), Adrian Guniš (cs), Ask Hjorth Larsen (da),
    Jochen Skulj (de), nikosCharonitakis (el), David Lodge (en_GB),
    Jorge González (es), Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu),
    Ilkka Tuohela (fi), Claude Paroz (fr), Ignacio Casal Quinteiro (gl),
    Mark Krapivner (he), Launchpad Translations Administrators (hr),
    Gabor Kelemen (hu), Andrea Zagli (it), Shankar Prasad (kn),
    Gintautas Miliauskas (lt), Sandeep Shedmake (mr), Kjartan Maraas (nb),
    Wouter Bolsterlee (nl), Tomasz Dominikowski (pl), Duarte Loreto (pt),
    Leonardo Ferreira Fontenelle (pt_BR), Mugurel Tudor (ro),
    Yuriy Penkin (ru), Горан Ракић (sr), Daniel Nylander (sv),
    Dr.T.Vasudevan (ta), Theppitak Karoonboonyanan (th), Baris Cicek (tr),
    Chao-Hsiung Liao (zh_HK), Chao-Hsiung Liao (zh_TW)

===================================================================
GNOME Utilities 2.23.92 (8th September 2008) - "Apology Song"

    * Second unstable release of the 2.23 cycle
    * Really fix bug 431117 – Add OnlyShowIn to desktop files?:
      GFloppy was missing due to a bad checkout

Baobab

    * Enhance the integration with FUSE
    * Fix bug 533878 – Baobab should probably ignore ~/.gvfs when
      scanning home folder

Dictionary

    * Nothing

Floppy

    * Nothing

Screenshot

    * Fix bug 99897 – Screen Shot to clip board [Vincent Untz]

Search Tool

    * Nothing

System Log Viewer

    * Nothing

Translations updated by:

    Alexander Shopov (bg), Petr Kovar (cs), David Lodge (en_GB),
    Jorge González (es), Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu),
    Robert-André Mauchin (fr), Takeshi AIHANA (ja), Changwoo Ryu (ko),
    "Last-Translator: Sangeeta Kumari\n" (mai), Kjartan Maraas (nb),
    Wouter Bolsterlee (nl), Tomasz Dominikowski (pl), Duarte Loreto (pt)
    Og Maciel (pt_BR), Daniel Nylander (sv), Theppitak Karoonboonyanan (th),
    Clytie Siddall (vi), Funda Wang (zh_CN)

===================================================================
GNOME Utilities 2.23.90 (25th August 2008) - "Last Ride In"

    * First unstable release of the 2.23 cycle
    * Fix bug 431117 – Add OnlyShowIn to desktop files?
    * Fix bug 481721 – Substandard .desktop files [Stéphane Loeuillet]
    * Do not depend on libgnomeprint and libgnomeprintui anymore
    * Do not depend on gnome-canvas anymore
    * Depend on GIO

Baobab

    * Fix bug 541407 – Replace current ringschart by a new one derived
      from BaobabChart abstract class [Eduardo Lima]
    * Fix bug 544637 – use standard icon names [Matthias Clasen]
    * Fix bug 530512 – Move treemap into main window [Eduardo Lima]
    * Fix bug 532479 – Misspelled string? [Alejandro G. Castro]
    * Fix bug 528165 – Enhance the scale operation of the screenshot
      image when there is no data in the tree model [Alejandro G. Castro,
      Victor Jaquez]
    * Fix bug 421473 – Segment display enhancement [Alejandro G. Castro,
      Felipe Erias, Pablo Santamaria, Jacobo Aragunde, Eduardo Lima]
    * Fix bugs 511148, 524573, 526812: Port to GIO [Paolo Borelli, Fabio
      Marzocca, Patrick Hulin]
    * Fix bug 528084 – disk usage analyzer does not update Total filesystem
      capacity information when clicking refresh
    * Fix bug 523524 – non translatable string [Sebastian Bacher]
    * Fix bug 521422 – Typo in documentation
    * Fix bug 436204 – [Patch] Run gtk-update-icon-cache in
      uninstall-hook [Brian Pepple, Christian Kirbach]
    * Fix bug 497415 – Failed assertion upon exit
    * Fix bug 501082 – Help button leads to wrong section
    * Fix bug 498859 – spinner doesn't have the proper size on startup
      with small toolbars [Gilles Dartiguelongue]
    * Fix bug 487123 – changing allocated space option works only once

Dictionary

    * Fix bug 547300 – links are yellow [Benjamin Berg, Andreas Nilsson]
    * Fix bug 481721 – Fix the desktop file [Stéphane Loeuillet]
    * Fix bug 477960 – Fix the icon name of the applet
    * Port to GtkPrint

Floppy

    * Nothing

Screenshot

    * Fix bug 171151 – showing the cursor in the screenshot [Matthias Clasen]
    * Fix bug 487134 – the interactive dialog should react to enter
      key [Christian Persch]
    * Fix bug 526834 – Port to GIO [Cosimo Cecchi]
    * Fix bug 403462 – A couple fixes for interactive dialog [Dennis Cranston]
    * Fix bug 515179 – F1 does not display help in interactive
      dialogue [Alexander Gnodtke]
    * Fix bug 521799 – Use PNG standard keyword [Felix Riemann]
    * Fix bug 454689 – Messages in the gnome-screenshot --help output
      are not all translated [Gabor Kelemen]
    * Fix bug 434580 – gnome-screenshot does not remember user
      settings [Elliott Hughes]
    * Fix bug 549033 – Drop hard dependency on X, use Gdk
      instead [Cosimo Cecchi]

Search Tool

    * Fix bug 456126 – Allow extended regular expressions
    * Fix bug 454650 – Translate messages in the --help output
    * Fix bug 470196 – Use the proper icon from the icon naming
      spec [Jaap Haitsma]

System Log Viewer

    * Nothing

Translations updated by:

    Khaled Hosny (ar), Amitakhya Phukan (as), Metin Amiroff (az),
    Ihar Hrachyshka (be@latin), Alexander Shopov (bg),
    Runa Bhattacharjee (bn_IN), Josep Puigdemont (ca), Petr Kovar (cs),
    Rhys Jones (cy), Kenneth Nielsen (da), Hendrik Richter (de),
    Tshewang Norbu (dz), nikosCharonitakis (el), David Lodge (en_GB),
    Jorge González (es), Ivar Smolin (et), Iñaki Larrañaga Murgoitio (eu),
    Ilkka Tuohela (fi), Robert-André Mauchin (fr), Seán de Búrca (ga),
    Ignacio Casal Quinteiro (gl), Ankit Patel (gu), Mark Krapivner (he),
    Rajesh Ranjan (hi), Gabor Kelemen (hu), Andrea Zagli (it),
    Takeshi AIHANA (ja), Changwoo Ryu (ko), Gintautas Miliauskas (lt),
    Raivis Dejus (lv), Arangel Angov (mk), Ani Peter (ml), Sanlig Badral (mn),
    sandeep shedmake (mr), Hasbullah Bin Pit (ms), Kjartan Maraas (nb),
    Nabin Gautam (ne), Wouter Bolsterlee (nl), Eskild Hustvedt (nn),
    Yannig Marchegay (Kokoyaya) (oc), Manoj Kumar Giri (or),
    Amanpreet Singh Alam (pa), Tomasz Dominikowski (pl), Zabeeh Khan (ps),
    Duarte Loreto (pt), Djavan Fagundes (pt_BR), Vasiliy Faronov (ru),
    Matej Urbančič (sl), Слободан Д. Средојевић (sr), Daniel Nylander (sv),
    Dr.T.Vasudevan (ta), Krishna Babu K (te), Theppitak Karoonboonyanan (th),
    Baris Cicek (tr), Maxim Dziumanenko (uk), Clytie Siddall (vi),
    Funda Wang (zh_CN), Chao-Hsiung Liao (zh_HK), Chao-Hsiung Liao (zh_TW)
2008-10-25 10:20:06 +00:00
wiz
e69b8f207f Update to 2.24.0:
Changed in 2.24.0:
------------------

*Improve a11y under gecko 1.9
 - Bug #545162
 - Huge thanks to Ginn Chen, Willie Walker and Joanmarie Diggs
* Fix potential race-condition
 - bug #551757 (Joe Marcus Clarke)
* fd.o categorisation improvements
 - bug #552128
* Updated translations:
  ar (Djihed Afifi)
  bn_IN (Runa Bhattacharjee)
  he (Yair Hershkovitz)
  hi (Rajesh Ranjan)
  hr (Robert Sedak)
  hu (Gabor Kelemen)
  kn (Shankar Prasad)
  pt (Duarte Loreto)
  pt_BR (Vladimir Melo)
  ro (Mişu Moldovan)
  sr (Goran Rakić)
  sr@latin (Goran Rakić)
  th (Theppitak Karoonboonyanan)

Changed in 2.23.91:
-------------------

* Fix loading of text files - bug #549986 (Josselin Mouette)
* Fix glibc info manual chrash - bug #520266 (Matthias Clasen and J.H.M. Dassen)
* Updated translations:
  eu (Inaki Larranaga Murgoitio)
  * Conversion from sr@Latn to sr@latin (Goran Rakic)

Changed in 2.23.2:
------------------
* Fix string vulnerability [#546364] - Christian Persch
* Use "help-browser" icon instead of deprecated "gnome-help" - Luca Ferretti
* Updated translations:
  ar    (Djihed Afifi)
  de    (Jochen Skulj)
  gu    (Ankit Patel)
  he    (Yair Hershkovitz)
  ks    (Rakesh Pandit)
  oc    (Yannig Marchegay)
  or    (Manoj Kumar Giri)
  pt_BR (John Wendell)
  sq    (Laurent Dhima)

Changed in 2.23.1:
------------------
* Add support for Gecko 1.9 (XULRunner) - Christian Persch
* Move from gnome-vfs to gio - Alon Zakai
* Fix searching on multibyte characters - Takao Fujiwara
* Add support for newer Beagles - Arun Raghavan
* Fix parallel make - Rémi Cardona
* Make "print whole document" work again
* Re-add support for gnome-help URIs
* Only show the help browser in GNOME menus (as other
  desktops should ship their own help browser)
* New translations:
  fur (Friulian team)
* Updated translations:
  ar  (Djihed Afifi)
  bg  (Alexander Shopov)
  he  (Yair Hershkovitz)
  vi  (Clytie Siddall)
2008-10-25 02:09:37 +00:00
wiz
031d88fc0a Update to 2.24.0:
Version 2.24.0:
---------------
* Accessibility Guide:
  - Massive updates from Vincent Alexander
  - Various fixes from Frederic Peters and Claude Paroz
  - Updated translations:
    es    (Jorge Gonzalez)
    fi    (Timo Jyrinki)
    hu    (Attila Hammer)
    oc    (Yannig Marchegay)
    sv    (Daniel Nylander)
* System Admin Guide:
  - Various fixes from Claude Paroz and Leonardo Ferreira Fontenelle
  - Updated translations:
    es    (Jorge Gonzalez)
    fr    (Claude Paroz)
    ja    (Takeshi AIHANA)
    ko    (Changwoo Ryu)
    oc    (Yannig Marchegay)
    sv    (Daniel Nylander)
* User Guide:
  - Upates from Claude Paroz
  - Updated translations:
    de    (Mario Blättermann)
    es    (Jorge Gonzalez)
    fr    (Claude Paroz)
    ja    (Takeshi AIHANA)
    ko    (Changwoo Ryu)
    oc    (Yannig Marchegay)
    pt_BR (Leonardo Ferreira Fontenelle)
    sv    (Daniel Nylander)
    th    (Theppitak Karoonboonyanan)
2008-10-25 01:00:41 +00:00
hira
80e4da5560 Support parallel build (pass MAKE_JOBS to dmake). 2008-10-24 19:41:28 +00:00
hira
5a4e30edc3 - Fix platform comparison of extension on NetBSD/i386 and amd64.
- Install files of the following platform dependent extensions.
      * Sun PDF Import Extension
      * Sun Presentation Minimizer
      * Sun Presenter Console

NOTE: These extensions are not installed to OOo because you must agree
      the license before use.  Please see MESSAGE how to install.

Bump PKGREVISION.
2008-10-24 11:35:28 +00:00
hira
1295033533 - Remove unused entry from distinfo.
- Fix browser plugin on NetBSD (re-open socket before retry).

Bump PKGREVISION.
2008-10-23 09:18:12 +00:00
tnn
8cd7bc2711 Teach configure how to find tools from textproc/icu 2008-10-22 16:35:47 +00:00
hira
d7dc27205e Make open-url work with firefox3 and seamonkey. 2008-10-20 23:03:25 +00:00
hira
1628985f78 Re-add LD_LIBRARY_PATH to startup scripts (for java option only).
NOTE: With java option and PKG_DEVELOPER=yes, this package will fail
      to build.  Please fix wip/jdk15 (runtime library search paths
      are missing).
2008-10-20 16:14:54 +00:00
hira
52578cd24d Fix build with java option. 2008-10-20 14:26:22 +00:00
hira
61a42520d7 - Install to ${DESTDIR}${PREFIX}/lib/OpenOffice.org3.0.0 (c and c++
wrappers ignore -Wl,-R${DESTDIR}${PREFIX}/OpenOffice.org3.0.0/...).
 - Add runtime library search paths by linker option instead of adding
   LD_LIBRARY_PATH to startup scripts.

It should fix build with PKG_DEVELOPER=yes.  No functional changes.
2008-10-20 12:30:16 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
hira
b42a83f252 Don't set PLIST.gtk2 to `no'. 2008-10-19 05:01:21 +00:00
hira
fb04471744 Add -Werror-implicit-function-declaration for trunc(3) (lang/gcc34
allows implicit function declaration by default).
This fixes PR pkg/39747.
2008-10-18 11:09:11 +00:00
hira
3a0c1c3019 Correct PLIST_VARS (x11 -> gtk2). 2008-10-18 01:35:25 +00:00
hira
0858bebe7e - Add missing -Wl to patch-ch and patch-cs.
- Correct flag for disabling optimizations.

Ride on previous PKGREVISION bump.
2008-10-18 01:28:22 +00:00
hira
b55c8285bd Correct CDEFS on NetBSD/amd64 (-DX86 -> -DX86_64).
Bump PKGREVISION.
2008-10-18 01:09:44 +00:00
hira
401e143303 Bump PKGREVISION for previous commit. 2008-10-18 01:08:44 +00:00
hira
2dd3adceca - Correct CDEFS on NetBSD/amd64 (-DX86 -> -DX86_64).
- Fix PLIST without gtk2 option.
2008-10-18 01:05:08 +00:00
hira
7fe72f079e Fix typo (PKG_REVISION -> PKGREVISION). 2008-10-17 08:01:23 +00:00
hira
b41563d5d3 - Use security/openssl, textproc/hunspell and textproc/icu.
- Add missing -Wl to patch-ch and patch-cs.
 - Correct flag for disabling optimizations.

Bump PKGREVISION.
2008-10-16 23:16:46 +00:00
wiz
00deb810e0 Bump PKGREVISION for yaz shlib major bump. 2008-10-16 21:22:40 +00:00
drochner
ca60450cf9 update to 2.24.0
This switches to the gnome-2.24 release branch.
2008-10-16 17:42:52 +00:00
hira
2e6d31461c - Use ${COMPILER_RPATH_FLAG} instead of -Wl,-R.
- Simplify patch-du.
 - --with-system-libxml2 -> --with-system-libxml.
 - Add comment.

No functional changes.
2008-10-15 23:17:29 +00:00
hira
0f8da1e766 Disable extensions because these don't work now.
No PKGREVISION bump because these were not installed.
2008-10-15 09:10:04 +00:00
hira
a0187f3e5b Add conflict with openoffice3. Bump PKGREVISION.
Pointed out by wiz@.
2008-10-14 19:20:43 +00:00
heinz
b7ba1a6a87 Updated to version 2.19.
Pkgsrc changes:
  - none

Changes since version 2.18:
===========================
2008-08-04
	* 2.19.0 released
	* Fixed bug 2036585: enable cookies

2008-04-03
	* 2.18.1 released
	* Fixed bug 1932457: Configure fails due to wrong curl LDFLAGS
2008-10-14 18:21:18 +00:00
hira
a845c1892c +openoffice3. 2008-10-14 11:04:04 +00:00
hira
59230131f3 Initial import of OpenOffice.org 3.0.0 as misc/openoffice3.
Release note (will be available):

  http://development.openoffice.org/releases/3.0.0.html
2008-10-14 11:02:24 +00:00
uebayasi
8c349b6e46 Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are really
created or not.  Packages that include other ELP's buildlink3.mk must define
EMACS_BUILDLINK.  Other packages don't create wrappers, which reduces build
time a lot.
2008-10-13 08:07:02 +00:00
abs
37eae560a1 +p5-File-MMagic-XS 2008-10-12 17:30:18 +00:00
abs
f625a2165c Added misc/p5-File-MMagic-XS version 0.09003
This is a port of Apache2 mod_mime_magic.c in Perl,
written in XS with the aim of being efficient and fast,
especially for applications that need to be run for an extended amount of time.

There is a compatibility layer for File::MMagic.
you can specify :compat when importing the module
2008-10-12 17:27:43 +00:00
uebayasi
34004f51e0 Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users.  Be DEPENDS to it.  This should
address pkg/37146 by Aleksey Cheusov.

While here convert some emacs lisp packages to user-destdir.
2008-10-11 09:31:54 +00:00
obache
80a79e88e2 Update m17n-contrib to 1.1.7.
* Changes in the m17n-contrib 1.1.7

** New input method:

ml-swanalekha.mim (Malayalam)
2008-10-09 12:42:26 +00:00
obache
59f171d18d Update m17n-db to 1.5.2.
* Changes in the m17n database 1.5.2

** A new input method is added.

sa-harvard-kyoto.mim (Sanscrit)
2008-10-09 12:29:24 +00:00
wiz
8e4a90320c After py-qt3-base update, this works with python-2.5, remove INCOMPAT line. 2008-10-08 14:27:35 +00:00
wiz
f741a2e20e Use py-qt3-modules bl3.mk file instead of DEPENDS. 2008-10-08 14:26:25 +00:00
wiz
510cd1b8e5 + gaupol. 2008-10-08 09:45:41 +00:00
wiz
e53c198b22 Initial import of gaupol-0.13.1:
Gaupol is an editor for text-based subtitle files. It supports
multiple subtitle file formats and provides means of correcting
texts and timing subtitles to match video. The user interface is
designed with attention to batch processing of multiple documents
and convenience of translating.

Gaupol should run on all Unix-like (GNU/Linux, *BSD, etc.) operating
systems and on Windows. Technically it should be able to run on
Mac as well, but that has not been tested nor made convenient.
Gaupol's user interface is based on the GTK+ toolkit and has been
designed to best fit the GNOME desktop environment.
2008-10-08 09:45:18 +00:00
wiz
175aeb9f56 Update to 1.3.4:
* Released Tellico 1.3.4.
	* Fixed error with consecutive tabs in CSV import.
	* Fixed bug with image links in reports not being linked correctly.
	* Added minimal searching for board games from Amazon.
	* Changed Choice fields to sort by position in list.
	* Added ESC key for clearing quick filter.
	* Improved drag/drop to match on file extension after checking mimetype.
	* Updated IMDb plot regexp.
2008-10-08 09:34:30 +00:00
wiz
9329025004 Install libdialog, header files, and dialog-config.
Add buildlink3.mk file.
Bump PKGREVISION.
2008-10-08 09:34:00 +00:00
cube
403e256ff6 Merge cube-native-xorg, so that pkgsrc-current can be used with the native
X.Org found in NetBSD-current.

Thanks a lot to all who helped, especially Matthias Scheler who did
repeated tests on Mac OS X and older versions of NetBSD to make sure the
support for those platforms wouldn't be broken (or at least, not fatally,
as I would still expect a few hiccups here and there, because there is
only so much one can test in such limited time).

On the infrastructure side, this branch brings pkgconfig-builtin.mk, in
order to write very easily new builtin.mk files.  It can actually handle
more than just pkgconfig files, but it will provide a version if it finds
such a file.  x11.builtin.mk has also been made more useful and now all
existing (and future!) native-X11-related builtin.mk files should include
it.
2008-10-05 21:36:32 +00:00
wiz
507aa0129c Improve DESCR, and make it static.
Closes PR 39704.
2008-10-05 10:59:40 +00:00
hira
ee93f9dfbb Fix build with seamonkey. Decrease minimum acceptable version of it. 2008-10-03 09:09:16 +00:00
joerg
6665dc3b52 Fix DESTDIR installation. 2008-10-02 17:57:45 +00:00
joerg
7a6012dccf Fix build. Add DESTDIR support. 2008-10-02 14:33:58 +00:00
hira
4de3a8bcd3 Remove comment. Fix syntax error on NetBSD 3.x. 2008-10-01 22:30:35 +00:00
hira
e612ec898e Add `firefox3' option. It's disabled by default.
Requested and OK'd during freeze by wiz@.
2008-09-30 23:14:18 +00:00
hira
6e64fee184 On NetBSD 3.x, use strerror_r(3) which is defined by OOo.
This should fix PR pkg/39614.
2008-09-29 23:17:00 +00:00
obache
bbcc99a39c DragonFly=>1.10 using one-true awk 20070501, also require gawk hack. 2008-09-23 01:44:07 +00:00
joerg
0665aa2efa Switch to x11/wxGTK26{,-contrib}. 2008-09-22 20:21:03 +00:00
hira
907325d72d Add missing entriy to PLIST. Ride on today's PKGREVISION bump. 2008-09-20 19:01:55 +00:00
hira
c37c0642ee Install *.desktop files to correct path.
This fixes PR pkg/39589.  Bump PKGREVISION.
2008-09-20 14:14:47 +00:00
joerg
934f29b6c1 Limit the gawk hack to NetBSD current as explained by obache@ 2008-09-20 00:15:53 +00:00
joerg
e54f27d772 On NetBSD require gawk. Don't do this for NetBSD 5.0 as it will have a
fixed awk.
2008-09-18 16:58:01 +00:00
joerg
0b6c3deaa2 Needs msgfmt. 2008-09-18 09:12:09 +00:00
markd
b053ac9457 Use USE_CMAKE. 2008-09-16 22:51:20 +00:00
drochner
c3299e116a fix fallout from boost and cmake updates:
-prefix uses of "exception" with "std::" to avoid conflict with
 a similar definition in new "boost"
-set a cmake var to get an rpath into the installed executable
 (seems that cmake's behaviour changed)
2008-09-16 13:23:42 +00:00
taca
8de24d4f76 Update rubygems pacakge to 1.2.0.
Release 1.2.0 adds new features and fixes some bugs.

New features:

* RubyGems no longer performs bulk updates and instead only fetches the gemspec
  files it needs.  Alternate sources will need to upgrade to RubyGems 1.2 to
  allow RubyGems to take advantage of the new metadata updater.  If a pre 1.2
  remote source is in the sources list, RubyGems will revert to the bulk update
  code for compatibility.
* RubyGems now has runtime and development dependency types.  Use
  #add_development_dependency and #add_runtime_dependency.  All typeless
  dependencies are considered to be runtime dependencies.
* RubyGems will now require rubygems/defaults/operating_system.rb and
  rubygems/defaults/#{RBX_ENGINE}.rb if they exist.  This allows packagers and
  ruby implementers to add custom behavior to RubyGems via these files.  (If
  the RubyGems API is insufficient, please suggest improvements via the
  RubyGems list.)
* /etc/gemrc (and windows equivalent) for global settings
* setup.rb now handles --vendor and --destdir for packagers
* `gem stale` command that lists gems by last access time

Bugs Fixed:

* File modes from gems are now honored, patch #19737
* Marshal Gem::Specification objects from the future can now be loaded.
* A trailing / is now added to remote sources when missing, bug #20134
* Gems with legacy platforms will now be correctly uninstalled, patch #19877
* `gem install --no-wrappers` followed by `gem install --wrappers` no longer
  overwrites executables
* `gem pristine` now forces reinstallation of gems, bug #20387
* RubyGems gracefully handles ^C while loading .gemspec files from disk, bug
  #20523
* Paths are expanded in more places, bug #19317, bug #19896
* Gem::DependencyInstaller resets installed gems every install, bug #19444
* Gem.default_path is now honored if GEM_PATH is not set, patch #19502

Other Changes Include:

* setup.rb
  * stub files created by RubyGems 0.7.x and older are no longer removed.  When
    upgrading from these ancient versions, upgrade to 1.1.x first to clean up
    stubs.
  * RDoc is no longer required until necessary, patch #20414
* `gem server`
  * Now completely matches the output of `gem generate_index` and
    has correct content types
  * Refreshes from source directories for every hit.  The server will no longer
    need to be restarted after installing gems.
* `gem query --details` and friends now display author, homepage, rubyforge url
  and installed location
* `gem install` without -i no longer reinstalls dependencies if they are in
  GEM_PATH but not in GEM_HOME
* Gem::RemoteFetcher now performs persistent connections for HEAD requests,
  bug #7973
2008-09-15 08:43:44 +00:00
taca
e45a919f8f Replace shbang path of files under bin directory. 2008-09-15 08:42:37 +00:00
minskim
c55f17adb0 Move targets requiring the root privilege to the install stage.
This fixes PR 39333.

Thanks to taca@ for testing.
2008-09-14 17:34:28 +00:00
he
b67dcb0f65 Set MAINTAINER to pkgsrc-users@NetBSD.org for these packages,
as per private communication with previous maintainer.

No associated version bump.
2008-09-12 14:36:29 +00:00
he
1aaa3595d4 Canonicalize HOMEPAGE using search.cpan.org. No version bump since
no change to the package as such.
2008-09-11 12:33:49 +00:00
he
bde0213b19 Add p5-Geo-Mercator. 2008-09-08 08:42:02 +00:00
he
db25c46c60 Import p5-Geo-Mercator version 1.01.
Computes Mercator Projection of input latitude/longitude coordinates
(in degrees) into (x, y) coordinates (as distances in meters) from
the meridian/equator. Also provides a method to convert back into
latitude, longitude.
2008-09-08 08:41:21 +00:00
seb
3be29e2028 Add & enable p5-Locale-US 2008-09-08 01:07:03 +00:00
seb
8a2c889163 Initial import of p5-Locale-US version 1.2 in the NetBSD Packages
Collection.

The Perl 5 module Locale::US provides mapping from US two-letter
codes to states and vice versa.
2008-09-08 01:05:40 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
wiz
c0ddaf602a Update to 0.6.5:
2008-08-30  Jody Goldberg

	* Release 0.6.5

2008-08-08  Jean Brefort

	* docs/reference/Makefile.am: add API version to DOC_MODULE. [#522096]

2008-07-27  Morten Welinder

	* goffice/utils/go-format.c (go_format_get_family): If a number
	format has both a date and a time part, it's a date format.  Fixes
	#545016.

2008-07-21  Jean Brefort

	* goffice/graph/gog-style.c: (gog_style_font_sax_save): use
	gsf_xml_out_add_cstr instead of gsf_xml_out_add_cstr_unchecked.
	[#543986]

2008-07-13  Jean Brefort

	* goffice/graph/gog-plot-engine.c:
	(gog_plot_type_service_finalize),
	(gog_trend_line_service_finalize),
	(gog_trend_line_service_class_init): fix memory leaks. [#542506]

2008-07-08  Jody Goldberg

	* autogen.sh : back port updated gtk-doc check.

2008-07-07  Emmanuel Pacaud

	Fix keyboard activation of the add menu in the graph guru.

	* goffice/graph/gog-child-button.c (gog_child_button_init): connect to
	toggled signal.
	(ensure_menu): new, to be shared by toggled in button-press signal
	handlers.
	(gog_child_button_toggled_cb): new.
	(gog_child_button_press_event_cb): new.

2008-06-30  Morten Welinder

	* goffice/math/go-math.c (go_math_init): Check for buggy
	valgrind (finitel problem) and limp on.

2008-06-20  Jean Brefort

	* goffice/graph/gog-style.c: (gog_style_create_cairo_pattern): fixed
	gradients coordinates.
	* goffice/gtk/go-gradient-selector.c:
	(go_gradient_swatch_render_func): ditto.

2008-06-13  Rob Staudinger

	* goffice/gtk/go-color-palette.c (make_colored_menu_item): Use plain
	menu items for toolbar overflow image menu item proxies, so they are
	displayed correctly with gtk-menu-images=0, fixes #537541.
	* goffice/gtk/go-combo-pixmaps.c (go_menu_pixmaps_add_element): ditto.

2008-06-03  Jean Brefort

	* goffice/utils/go-marker.c: (go_marker_render): set dashes to NULL,
	fixes #536276.

2008-05-30  Jean Brefort

	* goffice/graph/gog-renderer.c: (_draw_circle),
	(gog_renderer_draw_circle), (gog_renderer_stroke_circle),
	(gog_renderer_fill_circle): new utilities.
	* goffice/graph/gog-renderer.h: ditto.
	* pixmaps/Makefile.am: add new pixmaps for box-plots
	excluding outliers.
	* pixmaps/chart_boxplot_2_1.png: ditto.
	* pixmaps/chart_boxplot_2_1.svg: ditto.
	* pixmaps/chart_boxplot_2_2.png: ditto.
	* pixmaps/chart_boxplot_2_2.svg: ditto.
	* plugins/plot_boxes/gog-boxplot-prefs.glade: add new properties.
	* plugins/plot_boxes/gog-boxplot.c: (cb_outliers_changed),
	(cb_ratio_changed), (gog_box_plot_pref),
	(gog_box_plot_set_property), (gog_box_plot_get_property),
	(gog_box_plot_class_init), (gog_box_plot_init),
	(gog_box_plot_view_render), (gog_box_plot_series_update),
	(gog_box_plot_series_finalize), (gog_box_plot_series_class_init):
	ditto, fixes #534642.
	* plugins/plot_boxes/plot-types.xml.in: new boxplots sub-types.
	* plugins/plot_xy/gog-xy.c: (gog_xy_view_render): use
	gog_renderer_draw_circle for bubbles.

2008-05-24  Jean Brefort

	* goffice/graph/gog-plot-engine.c: fixed services (de)activation.
	* goffice/graph/gog-plot-engine.h: ditto.
2008-09-06 15:59:28 +00:00
wiz
1ee7d6cefe Update to 1.1.20080819:
2008/08/19
	+ amend changes to quoting; by default, the checklist widget quotes its
	  output except when --separate-output is used (Debian #495600).
	+ add eo.po from
		http://translationproject.org/latest/dialog/
2008-09-06 14:38:34 +00:00
wiz
bbfe5c85f8 Update to 1.3.13:
2008-08-24  Heikki Orsila <heikki.orsila@iki.fi>
	* Version 1.3.13
	- Bug fixes
	- Documentation improvements
2008-09-06 13:46:00 +00:00
wiz
a01968aa22 Add two comment lines for xdg-dirs. 2008-09-06 13:06:07 +00:00
wiz
752b19b142 Retire memaid packages in favor of mnemosyne. 2008-09-06 12:52:29 +00:00
wiz
a3529fe873 Initial import of mnemosyne-1.1.1.
This project is the successor to memaid.

The Mnemosyne Project has two aspects:

    * It's a sophisticated free flash-card tool which optimizes
    your learning process.
    * It's a research project into the nature of long-term memory.

The Mnemosyne software resembles a traditional flash-card program
to help you memorise question/answer pairs, but with an important
twist: it uses a sophisticated algorithm to schedule the best time
for a card to come up for review. Difficult cards that you tend to
forget quickly will be scheduled more often, while Mnemosyne won't
waste your time on things you remember well.

While you use the software, detailed statistics can be kept on your
learning process. If you want, these logs can be uploaded in a
transparent and anonymous way to a central server for analysis.

This data will be valuable to study the behaviour of our memory
over a very long time period. As an additional benefit, the results
will be used to improve the scheduling algorithms behind the software
even further.
2008-09-06 12:51:39 +00:00