summaryrefslogtreecommitdiff
path: root/misc/yelp
AgeCommit message (Collapse)AuthorFilesLines
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Replace GECKO_PROVIDER with option group. New options are firefoxdillo1-9/+5
and mozilla. Backwards compatibilty is provided. Reviewed by wiz.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31update to 2.10.0drochner4-51/+74
uses the mozilla/gecko HTML renderer now, let it choose firefox or mozilla-gtk2, what the GECKO_PROVIDER option is set to lots of other changes, fixes and cleanup -- too much to list here
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-28Update to 2.6.5:jmmv3-6/+8
* Fixed a typo * Updated translations: zu (Zuza Software Foundation) nso (Zuza Software Foundation) da (Martin Willemoes Hansen)
2004-10-28Update to 2.6.4:jmmv2-6/+5
* Updated translations: gl (Jesus Bravo Alvarez), zh_TW (GNOME HK Team)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-21Update to 2.6.3. This version corresponds to GNOME 2.8.0.jmmv2-5/+5
* Updated translations: cs (Miloslav Trmac) en_CA (Adam Weinberger) et (Priit Laes) ga (J.H.M. Dassen (Ray)) sk (Ivan Noris)
2004-08-31Update to 2.6.2:jmmv3-7/+13
* Fixed various leaks and crashes: #140663 #140757 #139739 #142081 #140595 #140630 * Updated translations: bg (Vladimir "Kaladan" Petkov) bs (Kemal Sanjta) en_CA (Alexander Winston) eu (Iñaki Larrañaga) fi (Pauli Virtanen) fr (Christophe Merlet) hi (Guntupalli Karunakar) hu (Laszlo Dvornik) ka (Pablo Saratxaga) mi (John C Barstow) nb (Kjartan Marass) nl (Tino Meinen) pt_BR (Gustavo Maciel Dias Vieira) sq (Laurent Dhima) sv (Christian Rose) tg (Pablo Saratxaga) tk (Gurban M. Tewekgeli)
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-1/+2
2004-05-15Update to 2.6.1:jmmv3-7/+9
* Numerous leaks identified and fixed: #140597, #140595, #140546, #140525, #140524 (Morten Welinder) * Crash on close fixed, #140300 (Morten Welinder) * Fixed compile failure, #134886 (Shaun McCance) * Fixed potential memory error, #128914 (Shaun McCance) * Updated translations: af (Zuza Software Foundation) gu (Gujarati Team) is (Helgi Þormar Þorbjörnsson) th (Theppitak Karoonboonyanan) hr (Robert Sedak) hu (Andras Timar)
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-01Update to 2.6.0. Changes since previous stable branch (2.4.x):jmmv4-175/+52
Changes in 2.6.0: ----------------- * Fix for for #134534, portable sed usage. (Laszlo Peter) * Updated translations: ar (Arafat Medini) cs (Miloslav Trmac) en_GB (Gareth Owen) hu (Andras Timar) pa (Amanpreet Singh Alam) ro (Mugurel Tudor) ru (Russian team) sr (Slobodan Sredojević) sr@Latn (Slobodan Sredojević) zh_CN (jan2xue) Changes in 2.5.91: ------------------ * Fix for #137216, infinite loop in tree traversal. (Shaun McCance) * Updated translations: be (Ales Nyakhaychyk) bn (Sayamindu Dasgupta) da (Ole Laursen) el (Nikos Charonitakis) en_CA (Alexander Winston) ga (Alastair McKinstry) nn (Åsmund Skjæveland) pt_BR (Estêvão Samuel Procópio) sr (Danilo Šegan) sr@Latn (Danilo Šegan) th (Paisa Seeluangsawat) uk (Maxim Dziumanenko) Changes in 2.5.90: ------------------ * Fixed problem where documents in certain categories weren't being displayed. (Shaun McCance) * Fixed #134698, because people like my name. (Shaun McCance) * A few stylistic changes to the HTML output. (Shaun McCance) * Implement some dictionary magic from DV which fixes the problem with libxslt 1.1.3 and should provide a speedup. (Shaun McCance) * Updated translations: az (Mətin Əmirov) et (Priit Laes) fi (Lauri Nurmi) fr (Jean-Michel Ardantz) it (Luca Ferretti) lt (Žygimantas Beručka) ta (Dinesh Nadarajah) zh_TW (Roy Chan) Changes in 2.5.6: ----------------- * Don't break with libxslt 1.1.3 (Shaun McCance) * Better author/editor/othercredit support (#134769) (Shaun McCance) * Portability fix in build (#134534) (Merino Vidal) * Don't crash when the window is closed before the transformation is finished (#134266) (Jan Arne Petersen) * Don't crash on compulsive page switching (Shaun McCance) * Some more stylesheet work (Shaun McCance) * Translation updates: ar (Arafat Medini) az (Mətin Əmirov) be (Ales Nyakhaychyk) ca (Jordi Mallach) cs (Miloslav Trmac) cy (Rhys Jones) da (Ole Laursen) de (Christian Neumair) el (Kostas Papadimas) ko (Changwoo Ryu) ja (Takeshi AIHANA) mn (Sanlig Badral) nn (Åsmund Skjæveland) no (Kjartan Maraas) pt (Duarte Loreto) sq (Laurent Dhima) sr (Danilo Šegan) sr@Latn (Danilo Šegan) th (Paisa Seeluangsawat) Changes in 2.5.5: ----------------- * Fixed orphaned Contents header (Shaun McCance) * Implemented releaseinfo element (Shaun McCance) * Various stylesheet improvements and speed-ups (Shaun McCance) * Stop grabbing focus on the HTML widget all the time (Shaun McCance) * Leak less memory in the DocBook converter (Shaun McCance) * Made the interface more responsive while transforming really large documents (Shaun McCance) * Fixed stupidly wrong chunking for refentry (Shaun McCance) * Fixed stupidly wrong ulink handling (Shaun McCance) * Translation updates: ca (Jordi Mallach) es (Francisco Javier F. Serrador) hr (Robert Sedak) ja (Takeshi AIHANA) ko (Changwoo Ryu) mn (Sanlig Badral) nl (Tino Meinen) pl (GNOME PL Team) sq (Laurent Dhima) sv (Christian Rose) zh_CN (Funda Wang) Changes in 2.5.4: ----------------- * Massive amount of mind-numbing work in fixing various scrolling issues, including pages loading at the bottom of the page (#131305) and not scrolling to anchors (#93721). (Shaun McCance) * Build fix in yelp-window.c. (Mikael Hallendal) * Handle mailto: URIs correctly again. (Shaun McCance) * Fix double history problem on first page of a document. (Shaun McCance) * Fix history problem for any external links. (Shaun McCance) * Some stylistic changes to the stylesheets. (Shaun McCance) * Don't leak massive amounts of memory in yelp-window.c (Shaun McCance) * Nicer automatic chunk depth determination. (Shaun McCance) * Handle XInclude properly. (Shaun McCance) * Work around libxml2 bug (now fixed, but I don't want to depend on that recent of a version) which caused the TOC not to get loaded if there was a single bad OMF file. (Shaun McCance) * Allow relative paths to file on the command line. (Shaun McCance) * Updated translations: az (Mətin Əmirov) cs (Miloslav Trmac) da (Ole Laursen de (Christian Neumair) el (Kostas Papadimas) es (Francisco Javier F. Serrador) fr (Christophe Merlet) ga (Alastair McKinstry) hu (Andras Timar) ja (Takeshi AIHANA) ko (Changwoo Ryu) lt (Žygimantas Beručka) ms (Hasbullah Bin Pit) nl (Vincent van Adrighem) no (Kjartan Maraas) pl (Artur Flinta) pt (Duarte Loreto) pt_BR (Estêvão Samuel Procópio) sq (Laurent Dhima) sr (Danilo Šegan) sr@Latn (Danilo Šegan) sv (Christian Rose) Changes in 2.5.3: ----------------- * Previous and Next changed to Previous Page and Next Page (Shaun McCance) * Set encoding to utf-8 in the generated html (#131186) (Richard Hult) * New man converter, which will be totally unadvertised for the 2.6 release, due to its unreadiness (Shaun McCance) * i18n in place for the XSLT (Shaun McCance) * Some nice work on the test document, which though not included in the release, has shown some XSLT errors (Eric Baudais) * Fixes and improvements to the DocBook XSLT (Shaun McCance) * Mildly better error dialogs, still need work (Shaun McCance) * Some under-the-hood improvements to the TOC maker (Shaun McCance) * Anchor jumping stuff, which is still giving problems (Shaun McCance) * Added yelp:chunk-depth processing instruction (Shaun McCance) * Handle absolute ghelp: URIs again (Shaun McCance) * Actually handle HTML pages (Shaun McCance) * Handle links to stuff that goes outside Yelp (Shaun McCance) * Fix annoying whitespace problem in sidebar (Shaun McCance) * Update translations: ar (Arafat Medini) ca (Jordi Mallach) cs (Miloslav Trmac) de (Christian Neumair) es (Francisco Javier F. Serrador) et (Tõivo Leedjärv) fr (Sebastien Bacher) hr (Robert Sedak) ko (Changwoo Ryu) lt (Žygimantas Beručka) mn (Sanlig Badral) ms (Hasbullah Bin Pit) nl (Tino Meinen) nn (Åsmund Skjæveland) pl (GNOME PL Team) pt (Duarte Loreto) sr (Danilo Šegan) sr@Latn (Danilo Šegan) sv (Christian Rose) ja (Takeshi AIHANA) Changes in 2.5.2.1: ------------------- * Fix the intltool 0.28 build breakage Changes in 2.5.2: ----------------- * Lots and lots of work on the Find dialog (Chee Bin HOH) * Page titles now show up in the titlebar (Shaun McCance) * Non-existent pages are discovered faster (Shaun McCance) * Sidebar selection follows loaded page again (Shaun McCance) * Previous, Next, and TOC have menu items (Shaun McCance) * Window icon from the icon theme, more to come (Shaun McCance) * Pretty colored boxes that follow the theme (Shaun McCance) * Admonition graphics work again (Shaun McCance) * Plenty more work on the DocBook XSLT (Shaun McCance) * Display a busy cursor while loading (Shaun McCance) * Put Titlepage and Contents in the right order (Shaun McCance) * Prevent duplicate entry in history (Shaun McCance) * Do startup notification right (Shaun McCance) * Various crashers and leaks fixed * Updated translations: ar (Arafat Medini) be (Ales Nyakhaychyk) ca (Jordi Mallach) cs (Miloslav Trmac) da (Ole Laursen) de (Christian Neumair) el (Nikos Charonitakis) es (Francisco Javier F. Serrador) ja (Takeshi AIHANA) nl (Tino Meinen) nn (Åsmund Skjæveland) pl (GNOME PL Team) sr (Danilo Šegan) sr@Latn (Danilo Šegan) sv (Christian Rose) Changes in 2.5.1: ----------------- * Remove empty Categories headers from TOC (Shaun McCance) * Back, Forward, and Find in Page are back (Chee Bin HOH) * Crashes found and fixed: Joe Markus Clarke (2) Diego González (1) Shaun McCance (1) * Updated translations: cs (Miloslav Trmac) lt (Žygimantas Beručka) mn (Sanlig Badral) nl (Tino Meinen) sr (Danilo Šegan) sr@Latn (Danilo Šegan) th (Paisa Seeluangsawat) fr (Jean-Michel Ardantz) Changes in 2.5.0: ----------------- Completely new transformation system. This is really just a whole slew of changes that I just can't list. The transformations are done entirely differently, in-process, and unthreaded. A YelpPager is used to hold the transformation, and it emits signals when pages are ready to be displayed. The "views" are removed from YelpWindow, because everything goes through YelpPager, and it's considerably simpler. There are a lot of regressions and breakages, but the new infastructure will prove itself. (Shaun McCance)
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv1-2/+2
database.
2004-02-16Depend on at least gnome-dirs 1.4 to handle the share/images shared directory.jmmv2-4/+8
Bump PKGREVISION.
2004-02-16Ouch, fix typo: glib -> glib2.jmmv1-2/+2
2004-02-16Explicitly depend on all packages used directly by this one. Also usejmmv1-1/+13
pkgsrc intltool.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11Bump PKGREVISION due to libgtkthml update.xtraeme1-7/+7
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-1/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-14Updated to 2.4.2xtraeme4-11/+40
Changes: * Fix problem and potential crash in info converter. * Updated translations. * Don't forkbomb when DISPLAY is set. * Updated README * Removed C99-dependant code * Gnomeified admonition graphics * Removed yelp-base from OAF server file * Save window size * Fixed CFLAGS * Don't forkbomb when restoring session * Fix layout problem introduced by a11y fixes * Fix bad XSLT syntax in getting admonitions And more... review Changelog to see a complete list of changes.
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-11-12PKGREVISION++ due to devel/popt update.salo1-1/+2
2003-09-12Initial import of yelp 2.2.2.xtraeme4-0/+245
Yelp is the help browser for GNOME2. It lets you navigate through all installed documentation. Reviewed by jmmv@ and wiz@