summaryrefslogtreecommitdiff
path: root/www/gtkhtml3
AgeCommit message (Collapse)AuthorFilesLines
2004-04-02update to 3.0.10recht3-14/+10
gtkhtml-3.0.10 "Vinyl" 2004-09-18 ------------------------------------------------ New in this release * #38589 Missing mnemonics in replace window (Frederic Crozat) * #51472 Missing mnemonics in replace window (Charles Zhang) * Fix crash with upper/lower in emacs keybindings (Radek Doulik) * Fix pasting of newlines (Radek Doulik) * Support multi-byte searching (Suresh Chandrasekharan) * 64 bit fixes (Jeremy Katz) * Get translations for glade dialogs properly (Yong Sun) * Spell check whole document if inline spell checking is disabled (Radek Doulik) * Fix toolbar sensitivity (Radek Doulik) * Remove disable deprecated flags (JP Rosevear) * Updated translations: ja (Takeshi AIHANA), cs (Miloslav Trmac), (pt_BR) Gustavo Maciel Dias Vieira. es (Francisco Javier F. Serrador and Pablo Gonzalo del Campo), sv (Christian Rose), nl (Vincent van Adrighem), pt (Duarte Loreto), sr (Danilo Segan), de (Christian Neumair), az (Metin Amiroff), hu (Andras Timar), no (Kjartan Maraas), pl (Artur Flinta), sk (Stanislav Visnovsky), el (Nikos Charonitakis), pt (Duarte Loreto)
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-20unusedjmmv1-27/+0
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
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-11bl3ify, while here add missing libbonobo dependency which was discoveredxtraeme3-8/+37
by buildlink3. Bump PKGREVISION.
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-05Fix assignment to "BUILDLINK_PACKAGES" so that this file actually works.tron1-3/+2
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-03Fix package name (this is 'gtkhtml3' not 'gtkhtml').rh1-3/+3
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-06Name the pkg gtkhtml3 instead of gtkhtml to avoid conflicting with therecht1-1/+2
latter.
2003-12-06add buildlink filerecht1-0/+27
2003-12-06initial import of gtkhtml-3.0.9recht4-0/+236
GtkHTML is a lightweight HTML rendering/printing/editing engine. It was originally based on KHTMLW, part of the KDE project, but is now being developed independently.