pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/midori Import midori-0.1.1 as www/midori.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/735631a25883
branches:  trunk
changeset: 551281:735631a25883
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Thu Dec 11 20:15:49 2008 +0000

description:
Import midori-0.1.1 as www/midori.

Midori is a lightweight web browser.

Features
        Full integration with GTK+ 2
        Fast rendering with WebKit
        Tabs, windows and session management
        Bookmarks with XBEL and token support
        Flexibly configurable Web Searchbox
        Custom context menu actions
        User scripts and user styles support
        Extensible via Javascript

diffstat:

 www/midori/DESCR    |  11 +++++++++++
 www/midori/Makefile |  34 ++++++++++++++++++++++++++++++++++
 www/midori/PLIST    |  40 ++++++++++++++++++++++++++++++++++++++++
 www/midori/distinfo |   5 +++++
 4 files changed, 90 insertions(+), 0 deletions(-)

diffs (106 lines):

diff -r cbc81a022250 -r 735631a25883 www/midori/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/midori/DESCR  Thu Dec 11 20:15:49 2008 +0000
@@ -0,0 +1,11 @@
+Midori is a lightweight web browser.
+
+Features
+       Full integration with GTK+ 2
+       Fast rendering with WebKit
+       Tabs, windows and session management
+       Bookmarks with XBEL and token support
+       Flexibly configurable Web Searchbox
+       Custom context menu actions
+       User scripts and user styles support
+       Extensible via Javascript
diff -r cbc81a022250 -r 735631a25883 www/midori/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/midori/Makefile       Thu Dec 11 20:15:49 2008 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/11 20:15:49 ahoka Exp $
+#
+
+DISTNAME=      midori-0.1.1
+CATEGORIES=    www
+MASTER_SITES=  http://goodies.xfce.org/releases/midori/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.twotoasts.de/media/midori/
+COMMENT=       Lightweight web browser using WebKit
+EXTRACT_SUFX=  .tar.bz2
+
+HAS_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_DIRS+=     xdg-1.4
+USE_TOOLS+=    gmake intltool msgfmt pkg-config
+
+CONFIGURE_ARGS+=       --prefix=${PREFIX:Q}
+
+REPLACE_PYTHON=                waf wscript po/wscript_build katze/wscript_build
+REPLACE_PYTHON+=       docs/api/wscript_build icons/wscript_build
+REPLACE_PYTHON+=       midori/wscript_build
+
+.include "../../lang/python/application.mk"
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libsexy/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../net/libsoup24/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../www/webkit-gtk/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cbc81a022250 -r 735631a25883 www/midori/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/midori/PLIST  Thu Dec 11 20:15:49 2008 +0000
@@ -0,0 +1,40 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/11 20:15:49 ahoka Exp $
+bin/midori
+lib/midori/libpage-holder.so
+lib/midori/libstatusbar-features.so
+lib/midori/libtab-panel.so
+share/applications/midori.desktop
+share/doc/midori/AUTHORS
+share/doc/midori/COPYING
+share/doc/midori/ChangeLog
+share/doc/midori/EXPAT
+share/doc/midori/README
+share/doc/midori/TRANSLATE
+share/icons/hicolor/16x16/apps/midori.png
+share/icons/hicolor/22x22/apps/midori.png
+share/icons/hicolor/32x32/apps/midori.png
+share/icons/hicolor/32x32/categories/extension.png
+share/icons/hicolor/32x32/status/news-feed.png
+share/icons/hicolor/48x48/apps/midori.png
+share/icons/hicolor/48x48/categories/extension.png
+share/icons/hicolor/48x48/status/news-feed.png
+share/locale/de/LC_MESSAGES/midori.mo
+share/locale/en_GB/LC_MESSAGES/midori.mo
+share/locale/es/LC_MESSAGES/midori.mo
+share/locale/et/LC_MESSAGES/midori.mo
+share/locale/fi/LC_MESSAGES/midori.mo
+share/locale/fr/LC_MESSAGES/midori.mo
+share/locale/gl/LC_MESSAGES/midori.mo
+share/locale/hu/LC_MESSAGES/midori.mo
+share/locale/id/LC_MESSAGES/midori.mo
+share/locale/nl/LC_MESSAGES/midori.mo
+share/locale/pl/LC_MESSAGES/midori.mo
+share/locale/ru/LC_MESSAGES/midori.mo
+share/locale/sv/LC_MESSAGES/midori.mo
+share/locale/tr/LC_MESSAGES/midori.mo
+share/locale/uk/LC_MESSAGES/midori.mo
+share/midori/logo-shade.png
+@dirrm share/midori
+@dirrm share/doc/midori
+@comment in xdg-dirs: @dirrm share/applications
+@dirrm lib/midori
diff -r cbc81a022250 -r 735631a25883 www/midori/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/midori/distinfo       Thu Dec 11 20:15:49 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/12/11 20:15:49 ahoka Exp $
+
+SHA1 (midori-0.1.1.tar.bz2) = df1176aa584369f04e5e7e76bc4e193af0580ab0
+RMD160 (midori-0.1.1.tar.bz2) = 936e9f310ee1d3b9546eee8ed1806bf8d1827d53
+Size (midori-0.1.1.tar.bz2) = 309109 bytes



Home | Main Index | Thread Index | Old Index