summaryrefslogtreecommitdiff
path: root/www/galeon
AgeCommit message (Collapse)AuthorFilesLines
2004-10-05commit PLIST missed in lastabs1-4/+1
2004-10-05Heaven help me, I'll take maintainership on this for now.abs1-2/+2
2004-10-05Update galeon to 1.3.17:abs7-20/+34
- Works with Mozilla 1.4 through 1.8a2 and trunk - Support printing with Xprint - Get rid of the startup script; you need to update your scripts if you have been using galeon-bin directly - Add saved files in recent-files list for easy access - Add support for vfolders of bookmarks. - Restore the 'Reload Frame' context menu item - Add progress dialog when printing. - Don't copy the history of the old tab, when creating an unrelated new tab - Support the new GNOME 2.8 mime type system - lots of other bug fixes Also include fix for http://bugzilla.gnome.org/show_bug.cgi?id=153693
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-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-3/+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-07-20Update galeon to 1.3.16 and rename from galeon-devel to galeonabs8-433/+295
1.3.16: * Works with Mozilla 1.4 through 1.7, 1.8a1 and trunk * Add thumbnailing to the Open dialogs * Improved context menus * Ensure URL's for frames and redirects don't get saved in the history * Fix the spinner background with gradient themes * Fix a crash when removing items in the personal data manager * Fix reloading of framesets * Make better use of gtk 2.4 API's * lots of other bug fixes 1.3.15: * Works with Mozilla 1.4 through 1.7rc2 and trunk * Requires gtk+ 2.4 * Major download re-write: o Much improved robustness; lots of crashes fixed o Improved filename generation when saving pages o Pages generated by a POST correctly saved * Restored offline mode * Restored ability to block cookie sites when removing cookies * Improved layout of personal data manager * Added context menu to links in page info dialog * Added image save button to page info dialog * Always show the menubar when F10 is pressed * Use more stock icons from the current icon theme * Implement user stylesheet support (put them in ~/.galeon/stylesheets)
2004-06-27Use intltool instead of xml-i18n-tools. No functional changes.jmmv1-3/+2
2004-06-22Commit PLIST missed in lastabs1-1/+13
2004-06-22Update galeon to 1.2.14.abs2-7/+6
- Add support for mozilla 1.7 - Intended to be the last 1.2.x release of galeon
2004-04-27Convert to bl3.wiz1-12/+12
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-03lib/galeon/components/libgaleon-xpcom.a is missing from PLIST.taca1-1/+2
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-4/+5
testing it.
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-05Would you believe we need c++ here too...abs1-1/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Update galeon to 1.2.13nb2abs1-5/+5
Fix build against mozilla-1.6. Should fix PR pkg/24140. Tested on NetBSD/i386 1.6.2_RC4
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-11sync PLIST with realityagc1-2/+1
2003-12-11work/.buildlink -> ${BUILDLINK_DIR} to make it work on more systems.agc1-4/+4
2003-12-10Add patches to allow galeon to compile on NetBSD-1.6ZG.agc4-1/+57
2003-12-10Tweak (ugly) post-buildlink: hack to only occur if gcc3 is found. Tested on:abs1-2/+7
- i386 current (1.6ZE) - i386 1.6.2_RC3 - i386 1.6.2_RC3 with USE_GCC3 Previous version was committed by accident No change to generated package, only to if package could be generated at all, so no PKGREVISION change. Does not fix, but provides a workaround for PR pkg/23053 and PR pkg/23509
2003-11-27Update galeon to 1.2.13 to match mozilla update to 1.5.1:abs2-8/+10
Changelog since 1.2.11 mainly indicates sync with new mozilla API. 1.2.13 wants mozilla 1.5 but we are giving it 1.5.1. All appears to work fine.
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-07-02configure galeon for mozilla-1.4taya1-3/+4
bump PKGREVISION
2003-06-19update galeon to 1.2.11taya3-7/+8
Changes: 1.2.11 "Tommi wishes it would go away" - Removed vi navigation to stop screwing typeaheadfind up. - Maybe one bugfix. :-)
2003-05-23bump PKGREVISION since mozilla was updated to 1.3.1taya1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-24update galeon to 1.2.10taya3-9/+13
1.2.10 is a simple bug fix and api sync update for the 1.2.x branch.
2003-03-18Update galeon to 1.2.9taya2-10/+9
Galeon 1.2.9 is a maintainance release on the stable branch (for gnome 1.4 and mozilla compiled for gtk 1.2.x). It adds compatibility with mozilla 1.3 final and fixes the c++ abi compatability wrappers to actually work properly.
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-4/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-17Update galeon to 1.2.8taya3-20/+9
Changes: 1.2.8 "Gettextize me captain!" - Compatible with 1.01, 1.1, 1.2.1, 1.3a, 1.3b - API Wrappers added from Mozilla for support for old plugins when compiled with gcc 3.x - *Finally* got new versions of gettext (0.11.x) working properly - Couple of bugfixes
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-10Update to galeon 1.2.7:hubertf2-6/+6
- Compatible with Mozilla 1.0.1, 1.1, 1.2 - Sidebar link opening behaviour now matches Mozilla - TypeAheadFind support - bugfixes
2002-11-05Add USE_LIBTOOL and LIBTOOL_OVERRIDE, which fixes the problem insimonb1-11/+13
pkg/18933. Suggested by Roland Dowdeswell and checked by Nick Hudson.
2002-10-08Update galeon to 1.2.6taya4-53/+9
Changes: - Compatible with 1.0.x, 1.1.x and 1.2a - Compatible with gcc 3.2 with --disable-werror - Complete Basic Sidebar support - Basic means basic. No XUL sidebars supported. - Proxy prefs should actually be respected for a change - Support for forcing all cookies to be session cookies - Fixed almost all downloader progress dialog related crashes. - Helper app handling improved, and a number of bugs fixed
2002-10-07Convert to buildlink2.wiz1-12/+13
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-1/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-04Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 toagc1-6/+4
generalise the linker flags used to export symbols by setting them on a per-OS basis. > many packages force -Wl,-export-dynamic which is not portable outside GNU ld > and cause problems e.g. on Solaris. some of these packages use if > conditionals either only for NetBSD or except SunOS, but the state is not > coherent and it may complicate later when support for new OS is added to > pkgsrc (e.g. ongoing work on HP-UX support). > > jlam proposed the following framework in discussion on tech-pkg: > > http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html > > now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining > -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable > values. packages should be converted to this framework by: > > 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with: > > LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} > > 2) for use in patchfiles, add this variable to MAKE_ENV if needed: > > MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS} > > 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch > files with: > > $(EXPORT_SYMBOLS_LDFLAGS)
2002-08-29take a sledgehammer and make this compile with mozilla-1.1drochner3-3/+49
2002-08-04exec gconftool-1 while pkg_add as make install does.taya1-1/+2
2002-07-16Use scrollkeeper's buildlink.mk fileagc1-2/+2
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!