summaryrefslogtreecommitdiff
path: root/www/gtkhtml
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz2-5/+4
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-4/+4
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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-7/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-04Unused.wiz1-28/+0
2004-04-25Convert to buildlink3.snj2-9/+35
2004-04-15The buildlink2 framework does nothing with .pc files -- remove themwiz1-2/+1
from the buildlink2.mk files.
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-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+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.
2003-11-12PKGREVISION++ due to devel/popt update.salo2-3/+4
2003-09-13Update "gtkhtml" package to version 1.1.10. A meaningful list of changestron3-42/+41
is not available. But this version fixes a security problem described in CAN-2003-0541.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-6/+4
dependency bumps.
2003-04-27USE_PKGLOCALEDIR=yescjep1-1/+2
2003-02-16Disable gtk-doc detection; not required and causes problems.jmmv1-1/+3
2003-02-14Needs at least gal-0.21. Closes PR 19830.wiz1-1/+3
2003-01-13Add missing soup dependency.rh1-1/+3
2003-01-09Sync w/ changed PLISTrh1-7/+8
2003-01-09Update gtkhtml to 1.1.7. Changes include:rh5-209/+203
- Fix magic link segfaults. - Cursor movement crashes. - Fix citation printing. - Fix citation pasting. - Lots more bug fixes - Editor UI Improvements. - spell checking quotation improved - updated to new gnome-spell - better language selection - more than one language at once - spell checking control updated - <blockquote type=cite> support for improved quotation logic - Cut & Paste of formatted html - link insertion / editing completely reworked - dirty flag for composer - HUGE general speedup - selection drawing speedup - less flicker - new commands and keybindings (delete-word, delete-word-backward, text-color-apply) - UI usability enhanced - gconf as default configuration backend - smileys :-) - DND for URL's - printing API - gtk_html_get_pages_num - title setting in editor - body templates - itemized list fixed - animated images fixed (infinite loop) - PRIMARY selection fixed - header printing fixed
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-4/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-07Unused.wiz1-53/+0
2002-09-27regen (bl1 -> bl2)wiz1-2/+1
2002-09-21buildlink1 -> buildlink2jlam2-226/+9
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-6/+6
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+27
buildlink2.mk files back into the main trunk.
2002-04-10Strongly buildlinkify and use LIBTOOL_OVERRIDE to ensure that the pkgsrcjlam3-7/+211
libtool is invoked.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-17Updated gtkhtml to 1.0.1 (list of changes is unknown, the ChangeLog filemartti7-42/+45
doesn't say anything useful).
2002-01-02Don't install a duplicate control panel.fredb3-3/+18
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-06Buildlinkify. Patches provided in private mail by Eric Gillespierh2-10/+12
<epg@pretzelnet.org>, modified to work without xpkgwedge.
2001-10-05Update gtkhtml to 0.14.0 and while at it, buildlinkify. Changes arerh4-13/+64
bugfixes only.
2001-09-29Update gtkhtml to 0.13.0. Changes are bugfixes only.rh4-24/+19
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-24Update "gtkhtml" package to version 0.12.0. Changes since version 0.11.1:tron3-18/+26
- configure.in : Fix typo in error msg for capplet libraries that breaks config.
2001-08-11depend on control-center<1.5.0 to prevent circular dependenciesrh1-2/+2
with future control-center versions that no longer contain libcapplet.
2001-08-11Update gtkhtml to 0.11.1rh6-74/+108
Notable changes include: * General: - Fixed X selections so that we no longer try to pass UTF-8 encoded text in STRING atoms. - Improved the table layout code so that now we render tables very close to the big name browsers, one or two small issues left - Added many missing attributes to the HTML export code so that at least we pass on the attributes we understand. - Support for sub sup and strike elements. - We now parse param elements before emitting the object requested signal so that we can make an informed choice about whether or not the object is supported. * Editor: - We now hook to the gnome-spell component to do spelling. - Rename the idl and oafinfo to bring us in line with the new naming conventions - The editor control now exposes an interface for issuing editor commands * Ebrowser: - New component to support simple browsing tasks.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-21Add missing "Size" entries.tron1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-12This pkg really screams for libghttp - make it depend on it.hubertf1-1/+2
2001-04-06Update gtkhtml to 0.8.3rh3-20/+24
Changes include: General: - Fixed X selections so that we no longer try to pass UTF-8 encoded text in STRING atoms. - Improved the table layout code so that now we render tables very close to the big name browsers, one or two small issues left - Added many missing attributes to the HTML export code so that at least we pass on the attributes we understand. - Support for sub sup and strike elements. - We now parse param elements before emitting the object requested signal so that we can make an informed choice about whether or not the object is supported. Editor: - We now hook to the gnome-spell component to do spelling. - Rename the idl and oafinfo to bring us in line with the new naming conventions - The editor control now exposes an interface for issuing editor commands Ebrowser: - New component to support simple browsing tasks.
2001-03-03Fix build problem in conjuction with latest "libtool".tron2-1/+15