summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner>2006-05-22 18:03:50 +0000
committerdrochner <drochner>2006-05-22 18:03:50 +0000
commitc0b4c8f6da8a44f8fc6ded5a95367e4c9f0dc4ff (patch)
treea9fbcbd63f3ebd18200e8670375c654ea1ac9b1b
parent0ae0e1e6419a3a5168062219d2cf5572f0cfeda2 (diff)
downloadpkgsrc-c0b4c8f6da8a44f8fc6ded5a95367e4c9f0dc4ff.tar.gz
-uses c++
-update to 2.14.1.1 changes: -minor UI improvements -bugfixes -documentation updates
-rw-r--r--www/epiphany-extensions/Makefile5
-rw-r--r--www/epiphany-extensions/PLIST3
-rw-r--r--www/epiphany-extensions/distinfo8
-rw-r--r--www/epiphany/Makefile5
-rw-r--r--www/epiphany/PLIST28
-rw-r--r--www/epiphany/distinfo8
6 files changed, 43 insertions, 14 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile
index 15e68b2d400..9dc85b17da7 100644
--- a/www/epiphany-extensions/Makefile
+++ b/www/epiphany-extensions/Makefile
@@ -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 @@ GNU_CONFIGURE= YES
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 --git a/www/epiphany-extensions/PLIST b/www/epiphany-extensions/PLIST
index d5941e742a8..97f2f1e6f39 100644
--- a/www/epiphany-extensions/PLIST
+++ b/www/epiphany-extensions/PLIST
@@ -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/sq/LC_MESSAGES/epiphany-extensions-2.14.mo
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 --git a/www/epiphany-extensions/distinfo b/www/epiphany-extensions/distinfo
index 63369d3b2fa..dad8ee38144 100644
--- a/www/epiphany-extensions/distinfo
+++ b/www/epiphany-extensions/distinfo
@@ -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 --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index 0643c28f030..4dec943c0fc 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -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_DIRS+= gnome2-1.5
USE_TOOLS+= gmake msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
+USE_LANGUAGES+= c++
PKGCONFIG_OVERRIDE= data/epiphany-1.8.pc.in
diff --git a/www/epiphany/PLIST b/www/epiphany/PLIST
index d37631b9f6d..6472bc76f74 100644
--- a/www/epiphany/PLIST
+++ b/www/epiphany/PLIST
@@ -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/aclocal/epiphany.m4
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 --git a/www/epiphany/distinfo b/www/epiphany/distinfo
index 6f6e5786bcf..b976d64421b 100644
--- a/www/epiphany/distinfo
+++ b/www/epiphany/distinfo
@@ -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