From 3b6c2e97e83244b9a2b96e943b2137f24997d857 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sat, 13 May 2006 11:57:35 +0000 Subject: This is a firefox searchplugin for the german BSD board www.bsdforen.de WWW: http://www.crashmail.de/freebsd.html#searchplugin PR: 94923 Submitted by: Stefan 'Steve' Tell --- german/Makefile | 1 + german/bsdforen-firefox-searchplugin/Makefile | 32 ++++++++++++++++++++++++++ german/bsdforen-firefox-searchplugin/distinfo | 6 +++++ german/bsdforen-firefox-searchplugin/pkg-descr | 3 +++ german/bsdforen-firefox-searchplugin/pkg-plist | 4 ++++ 5 files changed, 46 insertions(+) create mode 100644 german/bsdforen-firefox-searchplugin/Makefile create mode 100644 german/bsdforen-firefox-searchplugin/distinfo create mode 100644 german/bsdforen-firefox-searchplugin/pkg-descr create mode 100644 german/bsdforen-firefox-searchplugin/pkg-plist (limited to 'german') diff --git a/german/Makefile b/german/Makefile index ef0ea29..2d210b0 100644 --- a/german/Makefile +++ b/german/Makefile @@ -6,6 +6,7 @@ SUBDIR += BBBike SUBDIR += acroread SUBDIR += aspell + SUBDIR += bsdforen-firefox-searchplugin SUBDIR += citrix_ica SUBDIR += dict SUBDIR += ding diff --git a/german/bsdforen-firefox-searchplugin/Makefile b/german/bsdforen-firefox-searchplugin/Makefile new file mode 100644 index 0000000..3bac5c3 --- /dev/null +++ b/german/bsdforen-firefox-searchplugin/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: bsdforen-firefox-searchplugin +# Date created: 2006-03-24 +# Whom: Stefan 'Steve' Tell +# +# $FreeBSD$ +# + +PORTNAME= bsdforen-firefox-searchplugin +PORTVERSION= 0.1 +CATEGORIES= german www +MASTER_SITES= http://www.crashmail.de/files/ +DISTFILES= bsdforen.src bsdforen.png +EXTRACT_ONLY= yes + +MAINTAINER= stefan.tell@crashmail.de +COMMENT= A firefox searchplugin for the german BSD board www.bsdforen.de + +USE_X_PREFIX= yes +NO_BUILD= yes +USE_GECKO= firefox + +do-extract: + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.src ${WRKSRC} + @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.png ${WRKSRC} + +do-install: + @${MKDIR} ${PREFIX}/lib/firefox/searchplugins + ${INSTALL_DATA} ${WRKSRC}/bsdforen.src ${PREFIX}/lib/firefox/searchplugins + ${INSTALL_DATA} ${WRKSRC}/bsdforen.png ${PREFIX}/lib/firefox/searchplugins + +.include diff --git a/german/bsdforen-firefox-searchplugin/distinfo b/german/bsdforen-firefox-searchplugin/distinfo new file mode 100644 index 0000000..3c347f3 --- /dev/null +++ b/german/bsdforen-firefox-searchplugin/distinfo @@ -0,0 +1,6 @@ +MD5 (bsdforen.src) = b522af094ba6262914b7fcd510227b68 +SHA256 (bsdforen.src) = e5c0b2f2e1ba452ca90b572f022f75d921f0f102fc08f0d158bc18b65c40eeb0 +SIZE (bsdforen.src) = 874 +MD5 (bsdforen.png) = dca6da85835c1c9d4aa1767d255b6c6d +SHA256 (bsdforen.png) = 686d87a85d9433ff7274c3b8125359b08e088b24d3af7521ba751300371c6923 +SIZE (bsdforen.png) = 3638 diff --git a/german/bsdforen-firefox-searchplugin/pkg-descr b/german/bsdforen-firefox-searchplugin/pkg-descr new file mode 100644 index 0000000..8f744d7 --- /dev/null +++ b/german/bsdforen-firefox-searchplugin/pkg-descr @@ -0,0 +1,3 @@ +This is a firefox searchplugin for the german BSD board www.bsdforen.de + +WWW: http://www.crashmail.de/freebsd.html#searchplugin diff --git a/german/bsdforen-firefox-searchplugin/pkg-plist b/german/bsdforen-firefox-searchplugin/pkg-plist new file mode 100644 index 0000000..9b7ca37 --- /dev/null +++ b/german/bsdforen-firefox-searchplugin/pkg-plist @@ -0,0 +1,4 @@ +lib/firefox/searchplugins/bsdforen.src +lib/firefox/searchplugins/bsdforen.png +@dirrmtry lib/firefox/searchplugins +@dirrmtry lib/firefox -- cgit v1.1