From 07841f9dfc06772605d08d944d84e484f8922e34 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 16 Jan 2007 18:29:02 +0000 Subject: This is a Firefox searchplugin for the german BSD board www.BSDGroup.de. WWW: http://www.crashmail.de/freebsd.html#searchplugin Submitted by: Stefan 'Steve' Tell --- german/Makefile | 1 + german/bsdgroup-firefox-searchplugin/Makefile | 31 ++++++++++++++++++++++++++ german/bsdgroup-firefox-searchplugin/distinfo | 6 +++++ german/bsdgroup-firefox-searchplugin/pkg-descr | 3 +++ german/bsdgroup-firefox-searchplugin/pkg-plist | 4 ++++ 5 files changed, 45 insertions(+) create mode 100644 german/bsdgroup-firefox-searchplugin/Makefile create mode 100644 german/bsdgroup-firefox-searchplugin/distinfo create mode 100644 german/bsdgroup-firefox-searchplugin/pkg-descr create mode 100644 german/bsdgroup-firefox-searchplugin/pkg-plist (limited to 'german') diff --git a/german/Makefile b/german/Makefile index 6630ba5c0db7..e8fe318b8308 100644 --- a/german/Makefile +++ b/german/Makefile @@ -8,6 +8,7 @@ SUBDIR += alt-aspell SUBDIR += aspell SUBDIR += bsdforen-firefox-searchplugin + SUBDIR += bsdgroup-firefox-searchplugin SUBDIR += bsdpaste SUBDIR += citrix_ica SUBDIR += dict diff --git a/german/bsdgroup-firefox-searchplugin/Makefile b/german/bsdgroup-firefox-searchplugin/Makefile new file mode 100644 index 000000000000..15ae90834199 --- /dev/null +++ b/german/bsdgroup-firefox-searchplugin/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: bsdgroup-firefox-searchplugin +# Date created: 2007-01-17 +# Whom: Stefan 'Steve' Tell +# +# $FreeBSD$ +# + +PORTNAME= bsdgroup-firefox-searchplugin +PORTVERSION= 0.1 +CATEGORIES= german www +MASTER_SITES= http://www.crashmail.de/files/ +DISTFILES= bsdgroup.src bsdgroup.png +EXTRACT_ONLY= yes + +MAINTAINER= stefan.tell@crashmail.de +COMMENT= Firefox searchplugins for the www.BSDGroup.de board + +NO_BUILD= yes +USE_GECKO= firefox + +do-extract: + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdgroup.src ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdgroup.png ${WRKSRC} + +do-install: + @${MKDIR} ${PREFIX}/lib/firefox/searchplugins + ${INSTALL_DATA} ${WRKSRC}/bsdgroup.src ${PREFIX}/lib/firefox/searchplugins + ${INSTALL_DATA} ${WRKSRC}/bsdgroup.png ${PREFIX}/lib/firefox/searchplugins + +.include diff --git a/german/bsdgroup-firefox-searchplugin/distinfo b/german/bsdgroup-firefox-searchplugin/distinfo new file mode 100644 index 000000000000..8ee353fbac7f --- /dev/null +++ b/german/bsdgroup-firefox-searchplugin/distinfo @@ -0,0 +1,6 @@ +MD5 (bsdgroup.src) = f4db258ee0da1fffe33a56d75e7c98dc +SHA256 (bsdgroup.src) = 7c84269cedb89243b591809e8071d82f9a2bdf5b3cf8fa0f331b0e0d022d790a +SIZE (bsdgroup.src) = 876 +MD5 (bsdgroup.png) = 9c9558cb49db965a3011e1e6dcd38a6a +SHA256 (bsdgroup.png) = 84e7e0f3b2777f7ee6f0962461461694b0d826ccb2c77b160e132237d4c7510e +SIZE (bsdgroup.png) = 273 diff --git a/german/bsdgroup-firefox-searchplugin/pkg-descr b/german/bsdgroup-firefox-searchplugin/pkg-descr new file mode 100644 index 000000000000..6c6569cfc88a --- /dev/null +++ b/german/bsdgroup-firefox-searchplugin/pkg-descr @@ -0,0 +1,3 @@ +This is a Firefox searchplugin for the german BSD board www.BSDGroup.de. + +WWW: http://www.crashmail.de/freebsd.html#searchplugin diff --git a/german/bsdgroup-firefox-searchplugin/pkg-plist b/german/bsdgroup-firefox-searchplugin/pkg-plist new file mode 100644 index 000000000000..73f03b7b4894 --- /dev/null +++ b/german/bsdgroup-firefox-searchplugin/pkg-plist @@ -0,0 +1,4 @@ +lib/firefox/searchplugins/bsdgroup.src +lib/firefox/searchplugins/bsdgroup.png +@dirrmtry lib/firefox/searchplugins +@dirrmtry lib/firefox -- cgit v1.2.3