diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-28 18:27:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-28 18:27:00 +0800 |
commit | 211ad49745895d935d3f05e2f39f7a62801e8918 (patch) | |
tree | 9ec7a11bd040d915112ec0f7c70e5c0cf54bc608 /www | |
parent | 62aa7fe94673789fb863494cfaf642ffdcff0b5d (diff) | |
download | freebsd-ports-gnome-211ad49745895d935d3f05e2f39f7a62801e8918.tar.gz freebsd-ports-gnome-211ad49745895d935d3f05e2f39f7a62801e8918.tar.zst freebsd-ports-gnome-211ad49745895d935d3f05e2f39f7a62801e8918.zip |
Smartbookmark send requests directly to your browser
and perform a custom search.
WWW: http://goodies.xfce.org/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xfce4-smartbookmark-plugin/Makefile | 27 | ||||
-rw-r--r-- | www/xfce4-smartbookmark-plugin/distinfo | 3 | ||||
-rw-r--r-- | www/xfce4-smartbookmark-plugin/pkg-descr | 4 | ||||
-rw-r--r-- | www/xfce4-smartbookmark-plugin/pkg-plist | 14 |
5 files changed, 49 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 17692f853ca0..b8a474d50b49 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1141,6 +1141,7 @@ SUBDIR += wyvern SUBDIR += xaraya SUBDIR += xcache + SUBDIR += xfce4-smartbookmark-plugin SUBDIR += xist SUBDIR += xitami SUBDIR += xpath2rss diff --git a/www/xfce4-smartbookmark-plugin/Makefile b/www/xfce4-smartbookmark-plugin/Makefile new file mode 100644 index 000000000000..cdb5bd22dbf6 --- /dev/null +++ b/www/xfce4-smartbookmark-plugin/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xfce4-smartbookmark-plugin +# Date created: 28 Januar 2007 +# Whom: Martin Wilke (miwi@FreeBSD.org) +# +# $FreeBSD$ +# + +PORTNAME= xfce4-smartbookmark-plugin +PORTVERSION= 0.4.2 +CATEGORIES= www xfce +MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +DIST_SUBDIR= xfce4 + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A bootmark plugin for xfce panel. + +USE_GMAKE= yes +INSTALLS_ICONS= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv libgui libutil panel +USE_XLIB= yes + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" +.include <bsd.port.post.mk> diff --git a/www/xfce4-smartbookmark-plugin/distinfo b/www/xfce4-smartbookmark-plugin/distinfo new file mode 100644 index 000000000000..3197bf49e755 --- /dev/null +++ b/www/xfce4-smartbookmark-plugin/distinfo @@ -0,0 +1,3 @@ +MD5 (xfce4/xfce4-smartbookmark-plugin-0.4.2.tar.gz) = 284e26595637dd2e900b75534372496b +SHA256 (xfce4/xfce4-smartbookmark-plugin-0.4.2.tar.gz) = 853880f357cd672a96c902de4560e97bdbd4ba7672bd2357a529e7850db4bb94 +SIZE (xfce4/xfce4-smartbookmark-plugin-0.4.2.tar.gz) = 365592 diff --git a/www/xfce4-smartbookmark-plugin/pkg-descr b/www/xfce4-smartbookmark-plugin/pkg-descr new file mode 100644 index 000000000000..10f384460964 --- /dev/null +++ b/www/xfce4-smartbookmark-plugin/pkg-descr @@ -0,0 +1,4 @@ +Smartbookmark send requests directly to your browser +and perform a custom search. + +WWW: http://goodies.xfce.org/ diff --git a/www/xfce4-smartbookmark-plugin/pkg-plist b/www/xfce4-smartbookmark-plugin/pkg-plist new file mode 100644 index 000000000000..706d92445be9 --- /dev/null +++ b/www/xfce4-smartbookmark-plugin/pkg-plist @@ -0,0 +1,14 @@ +lib/xfce4/panel-plugins/libsmartbookmark.a +lib/xfce4/panel-plugins/libsmartbookmark.la +lib/xfce4/panel-plugins/libsmartbookmark.so +share/locale/fr/LC_MESSAGES/xfce4-smartbookmark-plugin.mo +share/locale/hu/LC_MESSAGES/xfce4-smartbookmark-plugin.mo +share/locale/it/LC_MESSAGES/xfce4-smartbookmark-plugin.mo +share/locale/zh_TW/LC_MESSAGES/xfce4-smartbookmark-plugin.mo +share/xfce4/panel-plugins/smartbookmark.desktop +@dirrm share/xfce4/panel-plugins +@dirrm share/xfce4 +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW +@dirrm lib/xfce4/panel-plugins +@dirrm lib/xfce4 |