summaryrefslogtreecommitdiff
path: root/www/epiphany-extensions
AgeCommit message (Collapse)AuthorFilesLines
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-29/+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-09-21Update to 1.4.0:jmmv6-108/+101
========================= Epiphany Extensions 1.4.0 ========================= New extensions * Smart bookmarks extension, written by Jean-François Rameau * Page info extension, written by Adam Hooper * CSS Stylesheet extension, written by Adam Hooper Translation updates * Changwoo Ryu (ko) ========================= Epiphany Extensions 1.1.4 ========================= New extensions * Tab grouping extension, written by Justin Wake Translation updates * Xavier Conde Rueda (ca) * Laurent Dhima (sq) ========================= Epiphany Extensions 1.1.3 ========================= Code changes * Minor cleanup of certificates extension (Christian) * Make gestures extension support unloading/reloading (Adam) Updated translation: * Changwoo Ryu (ko) ========================= Epiphany Extensions 1.1.2 ========================= Updated translations * Francisco Javier F. Serrador (es) * Gabor Kelemen (hu) * Laurent Dhima (sq) * Rostislav Raykov (bg) ========================= Epiphany Extensions 1.1.1 ========================= Removed features: * Popup blocker. It is now integrated in Epiphany. (Adam) * Removed support for mozilla < 1.7 (Christian) Code changes * Ported to mozilla embed strings (Christian) [#144237] * Fix C99-ism in error viewer (Adam) [#144053] Bug fixes * Fix crash when closing the last window (Christian) [#144850] * Fix includes (Adam) [#143818] Translations * Rostislav Raykov (bg) * 相花 毅 (ja) * Estêvão Samuel Procópio (pt_BR) * Marcel Telka (sk) * Laurent Dhima (sq) ========================= Epiphany Extensions 1.1.0 ========================= Code changes * Adapt to Epiphany API changes (Christian) * Portability fix for FreeBSD (Christian, taken from FreeBSD ports) * Adapt to mozilla API changes (Christian, Adam) * Refactored link checker (Adam) * Use public epiphany API to get at the statusbar security icon (Christian) Bug fixes * Build fixes (Christian, Adam) * Mem leak fix (Christian) * Fix link checker stuck busy cursor (Adam) * Fix handling of invalid encodings (Adam) * Fix stupid bug, connect to the right signal on tab-remove (Christian) Translations * Xavier Conde Rueda (ca) * Miloslav Trmac (cs) * Adam Weinberger (en_CA) * Francesco Marletta (it) * Žygimantas Beručka (lt) * Reinout van Schouwen (nl) * GNOME PL Team (pl) * Duarte Loreto (pt) * Dmitry G. Mastrukov (ru) * Christian Rose (sv) * Yuriy Syrota (uk) * Pablo Saratxaga (wa) * Liu Songhe (zh_CN)
2004-09-18Let this build with mozilla 1.7.3 too. Pointed out by wiz@.jmmv2-6/+5
2004-09-07Let this build with mozilla 1.7.1 and 1.7.2 (the later, the version thatjmmv2-1/+15
will ship with pkgsrc-2004Q3).
2004-05-19Bump PKGREVISION due to major version bump of the opensp library.minskim1-1/+2
2004-05-14Make this compile on NetBSD 1.6 (fix one C99 usage, and add a missing .h file)kristerw3-1/+34
2004-04-13Update to 0.8.2: new translations: ru, wa and ja.jmmv3-6/+10
2004-04-01Initial import of epiphany-extensions, version 0.8.1:jmmv4-0/+99
Epiphany Extensions is a collection of extensions for Epiphany, the GNOME web browser. These include: * Mouse Gestures: Perform actions with mouse gestures. * Popup Blocker: Block those annoying popups per-site. * Tabs Move-To Menu: Move tabs to other windows without drag-and-drop. * Sample: An extension template to ease writing your own extension. * Error Viewer and Validator: View errors in the page, and validate your pages off-line. * Certificate Viewer: View the server's certificate on secure connection. * Dashboard: Connect Epiphany to Dashboard.