changes: Update html5tube to work with new youtube layout.
(with the HTML5Tube extension one can view youtube videos without
a flash viewer installed, using WebKit's HTML5 media player)
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
=========================
Epiphany Extensions 1.8.1
=========================
Changes
* Fix some extensions for changed APIs
* Move Page Information to View menu
Contributors to this release: Tommi Komulainen and Christian Persch.
Updated translations:
* Rostislav "zbrox" Raykov (bg)
=========================
Epiphany Extensions 1.8.0
=========================
New extensions:
* Favicon.ico extension
Contributors to this release: Crispin Flowerday and Christian Persch.
Updated translations:
* Young-Ho Cha (ko)
=========================
Epiphany Extensions 1.7.5
=========================
New extensions:
* Auto-Scroll extension
Changes
* Fix possible pointer grab lockup with gestures
* Fix configure check to not use AM_CONDITIONAL conditionally
* Updated AUTHORS and README files
Contributors to this release: Crispin Flowerday, Christian Persch.
Updated translations:
* Frank Arnold (de)
* Ignacio Casal Quinteiro (gl)
* Takeshi AIHANA (ja)
* Reinout van Schouwen (nl)
* Maxim Dziumanenko (uk)
=========================
Epiphany Extensions 1.7.4
=========================
Changes
* Page info extension now allows saving multiple selections
* Page info extension now lists external scripts [#310398]
Contributors to this release:
Jean-François Rameau.
Translation updates:
* Miloslav Trmac (cs)
* Adam Weinberger (en_CA)
* Takeshi AIHANA (ja)
* Reinout van Schouwen (nl)
* Marcel Telka (sk)
=========================
Epiphany Extensions 1.7.3
=========================
Changes
* Detect seamonkey trunk
* Updated for Epiphany changes
Translation updates:
* Francisco Javier F. Serrador (es)
* Gabor Kelemen (hu)
* Ganesh Ghimire (ne)
=========================
Epiphany Extensions 1.7.2
=========================
Changes
* Support DBUS 0.34 [#306565]
* Improved Greasemonkey extension
* Work around bug #169116 [#172872]
Contributors to this release are Adam Hooper, Jean-François Rameau and
Raphaël Slinckx.
Updated translations:
* Miloslav Trmac (cs)
* Frank Arnold (de)
* Adam Weinberger (en_CA)
* Takeshi AIHANA (ja)
* Reinout van Schouwen (nl)
* Marcel Telka (sk)
* Christian Rose (sv)
* Abel Cheung (zh_TW)
=========================
Epiphany Extensions 1.7.1
=========================
New extensions
* Newsfeed extractor extension, written by Raphaël Slinckx
* Greasemonkey extension, written by Adam Hooper
* Python console
* Sample Python extensions
Removed extensions
* Find toolbar (moved to Epiphany core)
Changes
* Numerous enhancements
* Numerous bug fixed: #301001, #302326, #300637, #171908, #172390,
#170786, #170322, #290309.
Contributors: Adam Hooper, Jordi Mallach, Christian Persch,
Jean-François Rameau and Raphaël Slinckx.
New and updated translations by Rostislav "zbrox" Raykov (bg),
Miloslav Trmac (cs), Frank Arnold (de), Adam Weinberger (en_CA),
Francisco Javier F. Serrador (es), Pauli Virtanen (fi), Gabor Kelemen (hu),
Takeshi AIHANA (ja), Reinout van Schouwen (nl), Steve Murphy (rw),
Marcel Telka (sk), Christian Rose (sv), Maxim Dziumanenko (uk) and
Pablo Saratxaga (wa).
=========================
Epiphany Extensions 1.6.6
=========================
New extensions:
* Auto-Scroll extension
Changes
* Fix possible pointer grab lockup with gestures
=========================
Epiphany Extensions 1.6.5
=========================
Updated translations:
* Takeshi AIHANA (ja)
* Christian Rose (sv)
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.