Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- 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.
|
|
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.
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
kde4-dirs installs a set of shared directories used by many KDE4
applications. It is useful to simplify PLIST handling in other packages.
|
|
|
|
after (years ago) one of eBay's many site changes.
|
|
|
|
- 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.
|
|
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
|
|
- Fix configure with builtin openssl on FreeBSD.
|
|
- Set JAVA_HOME instead of JAVACMD.
- Depend apache-ant as build-time.
- Fix one pkglint warning ($_l -> $lang).
|
|
compiles on Solaris 10.
|
|
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.
|
|
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
|
|
* 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.
|
|
- 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).
|
|
=====================
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
|
|
===================================================================
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)
|
|
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)
|
|
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)
|
|
|
|
- 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.
|
|
- Fix browser plugin on NetBSD (re-open socket before retry).
Bump PKGREVISION.
|
|
|
|
|
|
NOTE: With java option and PKG_DEVELOPER=yes, this package will fail
to build. Please fix wip/jdk15 (runtime library search paths
are missing).
|
|
|
|
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.
|
|
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=...").
|
|
|
|
allows implicit function declaration by default).
This fixes PR pkg/39747.
|
|
|
|
- Correct flag for disabling optimizations.
Ride on previous PKGREVISION bump.
|
|
Bump PKGREVISION.
|
|
|
|
- Fix PLIST without gtk2 option.
|
|
|
|
- Add missing -Wl to patch-ch and patch-cs.
- Correct flag for disabling optimizations.
Bump PKGREVISION.
|
|
|
|
This switches to the gnome-2.24 release branch.
|
|
- Simplify patch-du.
- --with-system-libxml2 -> --with-system-libxml.
- Add comment.
No functional changes.
|
|
No PKGREVISION bump because these were not installed.
|
|
Pointed out by wiz@.
|
|
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
|