Commit graph

40 commits

Author SHA1 Message Date
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
jmmv
b8060aa07d Unbreak this package by requiring a firefox package that provides the .pc
files.
2005-12-28 18:19:07 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
jmmv
991e39cbcc Update to 2.12.1:
Changes in 2.12.1:
------------------
* Updated translations:
  ku      (Erdal Ronahi)
  vi      (Clytie Siddall)

Changes in 2.12.0:
------------------
* Enabled F7 keybinding, as per #157941    (Shaun McCance)
* Don't crash on invalid DocBook, #310420  (Brent Smith)
* Updated translations:
  ca      (Jordi Mallach)
  cy      (Telsa Gwynne)
  fr      (Christophe Merlet)
  ko      (Young-Ho Cha)
  lt      (Žygimantas Beručka)
  ru      (Leonid Kanter)
  tr      (Baris Cicek)

Changes in 2.11.92:
-------------------
* All sorts of Gecko backend stuff                 (Christian Persch)
* Fix typo in character code in translator comment (Behdad Esfahbod)
* Small fixes                                      (Ross Burton)
* Fix crash                                        (Don Scorgie)
* Updated translations:
  el     (Nikos Charonitakis)
  fa     (Meelad Zakaria)
  fi     (Ilkka Tuohela)
  gu     (Ankit Patel)
  he     (Yuval Tanny)
  hu     (Gabor Kelemen)
  id     (Ahmad Riza H Nst)
  ja     (Takeshi AIHANA)
  nl     (Reinout van Schouwen)
  pl     (Bartosz Kosiorek)
  pt_BR  (Estêvão Samuel Procópio)
  pt     (Duarte Loreto)
  ro     (Mugurel Tudor)
  sq     (Laurent Dhima)
  sr     (Слободан Д. Средојевић)
  sv     (Christian Rose)
  th     (Theppitak Karoonboonyanan)
  uk     (Maxim Dzumanenko)
  vi     (Clytie Siddall)
  zh_CN  (Funda Wang)
  zh_TW  (Abel Cheung)

Changes in 2.11.1:
------------------
* Made bookmark headers insensitive            (Don Scorgie)
* Use gobject private data, fixing bug #140632 (Christian Persch)
* All sorts of Gecko backend stuff             (Christian Persch)
* Position the navbar at the bottom            (Shaun McCance)
* Changed color parameters around              (Shaun McCance)
* Added trail of links to parent sections      (Shaun McCance)
* Added JS magic to the linktrail              (Stuart Langridge)
* Depend on gnome-doc-utils 0.3.1              (Shaun McCance)
* Set a minimum font size of 8pt               (Shaun McCance)
* Updated translations:
  bg      (Vladimir Petkov)
  cs      (Miloslav Trmac)
  da      (Martin Willemoes Hansen)
  de      (Hendrik Brandt)
  es      (Francisco Javier F. Serrador)
  et      (Ivar Smolin)
  gl      (Ignacio Casal Quinteiro)
  it      (Alessio Frusciante)
  nb      (Terance Sola)
  nl      (Tino Meinen)
  no      (Terance Sola)
  sv      (Christian Rose)
  zh_TW   (Abel Cheung)
  en_CA   (Adam Weinberger)
  eu      (Iñaki Larrañaga)
  el      (Kostas Papadimas)
2005-10-14 21:48:34 +00:00
jmmv
74e74f53bc Bump PKGREVISION due to some dependency changes related to the recent update
of gnome-base to 2.12.1.
2005-10-12 22:04:01 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
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-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
dillo
426c6f2957 Replace GECKO_PROVIDER with option group. New options are firefox
and mozilla.  Backwards compatibilty is provided.

Reviewed by wiz.
2005-07-21 13:11:42 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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-06-01 18:02:37 +00:00
drochner
66d756fe89 update to 2.10.0
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-31 15:54:26 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
07b46baa43 Add RMD160 digests 2005-02-24 11:02:49 +00:00
jmmv
90bd3fc933 Update to 2.6.5:
* Fixed a typo
* Updated translations:
  zu      (Zuza Software Foundation)
  nso     (Zuza Software Foundation)
  da      (Martin Willemoes Hansen)
2004-12-28 21:51:32 +00:00
jmmv
140efa404b Update to 2.6.4:
* Updated translations: gl (Jesus Bravo Alvarez), zh_TW (GNOME HK Team)
2004-10-28 19:06:12 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
jmmv
a3b6b838ef Update to 2.6.3. This version corresponds to GNOME 2.8.0.
* Updated translations:
  cs      (Miloslav Trmac)
  en_CA   (Adam Weinberger)
  et      (Priit Laes)
  ga      (J.H.M. Dassen (Ray))
  sk      (Ivan Noris)
2004-09-21 17:08:13 +00:00
jmmv
de552a0805 Update to 2.6.2:
* 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-08-31 12:02:38 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
jmmv
f44f92e2ff Update to 2.6.1:
* 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-15 14:28:34 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
jmmv
dc13200bb1 Update to 2.6.0. Changes since previous stable branch (2.4.x):
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-04-01 18:48:36 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
jmmv
dccf6ac6fe Depend on at least gnome-dirs 1.4 to handle the share/images shared directory.
Bump PKGREVISION.
2004-02-16 15:06:19 +00:00
jmmv
a65b7dcf1d Ouch, fix typo: glib -> glib2. 2004-02-16 13:56:44 +00:00
jmmv
39bcf3724b Explicitly depend on all packages used directly by this one. Also use
pkgsrc intltool.
2004-02-16 13:51:51 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
xtraeme
35e06f5d53 Bump PKGREVISION due to libgtkthml update. 2004-02-11 07:43:22 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
grant
57891cda0a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:11:09 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
xtraeme
c2c3afd37e Updated to 2.4.2
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-14 23:01:51 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
xtraeme
141309a3fb Initial import of yelp 2.2.2.
Yelp is the help browser for GNOME2.  It lets you navigate through all
installed documentation.

Reviewed by jmmv@ and wiz@
2003-09-12 17:29:38 +00:00