pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www -uses c++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/861322b0952a
branches:  trunk
changeset: 513232:861322b0952a
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon May 22 18:03:50 2006 +0000

description:
-uses c++
-update to 2.14.1.1
 changes:
 -minor UI improvements
 -bugfixes
 -documentation updates

diffstat:

 www/epiphany-extensions/Makefile |   5 +++--
 www/epiphany-extensions/PLIST    |   3 ++-
 www/epiphany-extensions/distinfo |   8 ++++----
 www/epiphany/Makefile            |   5 +++--
 www/epiphany/PLIST               |  28 +++++++++++++++++++++++++++-
 www/epiphany/distinfo            |   8 ++++----
 6 files changed, 43 insertions(+), 14 deletions(-)

diffs (127 lines):

diff -r f2248ca97622 -r 861322b0952a www/epiphany-extensions/Makefile
--- a/www/epiphany-extensions/Makefile  Mon May 22 17:46:04 2006 +0000
+++ b/www/epiphany-extensions/Makefile  Mon May 22 18:03:50 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2006/04/27 21:22:39 drochner Exp $
+# $NetBSD: Makefile,v 1.29 2006/05/22 18:03:50 drochner Exp $
 #
 
-DISTNAME=      epiphany-extensions-2.14.1
+DISTNAME=      epiphany-extensions-2.14.1.1
 CATEGORIES=    www gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/epiphany-extensions/2.14/}
 EXTRACT_SUFX=  .tar.bz2
@@ -14,6 +14,7 @@
 USE_TOOLS+=            gmake msgfmt pkg-config
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
+USE_LANGUAGES+=                c++
 
 # Avoid -Werror, which breaks the build sometimes.
 CONFIGURE_ARGS+=       --enable-compile-warnings=no
diff -r f2248ca97622 -r 861322b0952a www/epiphany-extensions/PLIST
--- a/www/epiphany-extensions/PLIST     Mon May 22 17:46:04 2006 +0000
+++ b/www/epiphany-extensions/PLIST     Mon May 22 18:03:50 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2006/04/27 21:22:39 drochner Exp $
+@comment $NetBSD: PLIST,v 1.11 2006/05/22 18:03:50 drochner Exp $
 lib/epiphany/2.14/extensions/actions.ephy-extension
 lib/epiphany/2.14/extensions/auto-reload.ephy-extension
 lib/epiphany/2.14/extensions/auto-scroller.ephy-extension
@@ -91,6 +91,7 @@
 share/locale/sr/LC_MESSAGES/epiphany-extensions-2.14.mo
 share/locale/sr@Latn/LC_MESSAGES/epiphany-extensions-2.14.mo
 share/locale/sv/LC_MESSAGES/epiphany-extensions-2.14.mo
+share/locale/th/LC_MESSAGES/epiphany-extensions-2.14.mo
 share/locale/uk/LC_MESSAGES/epiphany-extensions-2.14.mo
 share/locale/vi/LC_MESSAGES/epiphany-extensions-2.14.mo
 share/locale/wa/LC_MESSAGES/epiphany-extensions-2.14.mo
diff -r f2248ca97622 -r 861322b0952a www/epiphany-extensions/distinfo
--- a/www/epiphany-extensions/distinfo  Mon May 22 17:46:04 2006 +0000
+++ b/www/epiphany-extensions/distinfo  Mon May 22 18:03:50 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2006/04/27 21:22:39 drochner Exp $
+$NetBSD: distinfo,v 1.15 2006/05/22 18:03:50 drochner Exp $
 
-SHA1 (epiphany-extensions-2.14.1.tar.bz2) = f1bfcce1e0b572089a2bd4b484de6a5c2b681595
-RMD160 (epiphany-extensions-2.14.1.tar.bz2) = e8668970d0ea94957e8547dea9474919a3bca7db
-Size (epiphany-extensions-2.14.1.tar.bz2) = 820099 bytes
+SHA1 (epiphany-extensions-2.14.1.1.tar.bz2) = 4959704dc437a7a97556c56b459e3cf10f0dd13e
+RMD160 (epiphany-extensions-2.14.1.1.tar.bz2) = b27d1b7ae8dc8682a1a3648e9540adc1e8a4b14c
+Size (epiphany-extensions-2.14.1.1.tar.bz2) = 789039 bytes
diff -r f2248ca97622 -r 861322b0952a www/epiphany/Makefile
--- a/www/epiphany/Makefile     Mon May 22 17:46:04 2006 +0000
+++ b/www/epiphany/Makefile     Mon May 22 18:03:50 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2006/05/18 20:30:01 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2006/05/22 18:03:50 drochner Exp $
 #
 
-DISTNAME=      epiphany-2.14.1
+DISTNAME=      epiphany-2.14.1.1
 CATEGORIES=    www gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/epiphany/2.14/}
 EXTRACT_SUFX=  .tar.bz2
@@ -17,6 +17,7 @@
 USE_TOOLS+=            gmake msgfmt pkg-config
 USE_LIBTOOL=           YES
 USE_PKGLOCALEDIR=      YES
+USE_LANGUAGES+=                c++
 
 PKGCONFIG_OVERRIDE=    data/epiphany-1.8.pc.in
 
diff -r f2248ca97622 -r 861322b0952a www/epiphany/PLIST
--- a/www/epiphany/PLIST        Mon May 22 17:46:04 2006 +0000
+++ b/www/epiphany/PLIST        Mon May 22 18:03:50 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2006/04/27 21:22:39 drochner Exp $
+@comment $NetBSD: PLIST,v 1.19 2006/05/22 18:03:50 drochner Exp $
 bin/epiphany
 include/epiphany/2.14/epiphany/ephy-adblock-manager.h
 include/epiphany/2.14/epiphany/ephy-adblock.h
@@ -41,6 +41,32 @@
 share/applications/bme.desktop
 share/applications/epiphany.desktop
 share/dbus-1/services/org.gnome.Epiphany.service
+share/doc/epiphany/EphyCommandManager.html
+share/doc/epiphany/EphyEmbed.html
+share/doc/epiphany/EphyNodeDb.html
+share/doc/epiphany/EphyTab.html
+share/doc/epiphany/EphyWindow.html
+share/doc/epiphany/ch01.html
+share/doc/epiphany/ch02.html
+share/doc/epiphany/epiphany-EphyEmbedFactory.html
+share/doc/epiphany/epiphany-EphyEmbedPersist.html
+share/doc/epiphany/epiphany-EphyEmbedSingle.html
+share/doc/epiphany/epiphany-EphyExtensionsManager.html
+share/doc/epiphany/epiphany-EphyGlade.html
+share/doc/epiphany/epiphany-EphyPermissionManager.html
+share/doc/epiphany/epiphany-ephy-cookie-manager.html
+share/doc/epiphany/epiphany-ephy-password-manager.html
+share/doc/epiphany/epiphany-ephy-session.html
+share/doc/epiphany/epiphany-ephy-shell.html
+share/doc/epiphany/epiphany.devhelp
+share/doc/epiphany/epiphany.devhelp2
+share/doc/epiphany/home.png
+share/doc/epiphany/index.html
+share/doc/epiphany/index.sgml
+share/doc/epiphany/left.png
+share/doc/epiphany/right.png
+share/doc/epiphany/style.css
+share/doc/epiphany/up.png
 share/epiphany/art/epiphany-bookmarks.png
 share/epiphany/art/epiphany-download.png
 share/epiphany/art/epiphany-entry.png
diff -r f2248ca97622 -r 861322b0952a www/epiphany/distinfo
--- a/www/epiphany/distinfo     Mon May 22 17:46:04 2006 +0000
+++ b/www/epiphany/distinfo     Mon May 22 18:03:50 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2006/04/27 21:22:39 drochner Exp $
+$NetBSD: distinfo,v 1.28 2006/05/22 18:03:50 drochner Exp $
 
-SHA1 (epiphany-2.14.1.tar.bz2) = 9e269f47e18a3573f0f97b9f15f7d5c4c1f85f29
-RMD160 (epiphany-2.14.1.tar.bz2) = bb755beacab63470381daf32b9d25cf74886e80e
-Size (epiphany-2.14.1.tar.bz2) = 3520979 bytes
+SHA1 (epiphany-2.14.1.1.tar.bz2) = b1efc0d699a8e632db830c84c9c43141cdce7954
+RMD160 (epiphany-2.14.1.1.tar.bz2) = 0fbccafcd581c3bf6efe6a5712ac3c8d7d98611e
+Size (epiphany-2.14.1.1.tar.bz2) = 3598994 bytes



Home | Main Index | Thread Index | Old Index