summaryrefslogtreecommitdiffstats
path: root/german
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-19 13:22:57 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-07-19 13:22:57 +0800
commit3d073e8a769999f202b336e717feb61055978dab (patch)
tree6604cb17f9376c6c28acdd93ccdc6550c42bbafa /german
parent92cf218b8ab2bf5e4d03a4d5d9d6416db9febc08 (diff)
downloadmarcuscom-ports-3d073e8a769999f202b336e717feb61055978dab.tar
marcuscom-ports-3d073e8a769999f202b336e717feb61055978dab.tar.gz
marcuscom-ports-3d073e8a769999f202b336e717feb61055978dab.tar.bz2
marcuscom-ports-3d073e8a769999f202b336e717feb61055978dab.tar.lz
marcuscom-ports-3d073e8a769999f202b336e717feb61055978dab.tar.xz
marcuscom-ports-3d073e8a769999f202b336e717feb61055978dab.tar.zst
marcuscom-ports-3d073e8a769999f202b336e717feb61055978dab.zip
- Chase gecko move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6658 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'german')
-rw-r--r--german/bsdforen-firefox-searchplugin/Makefile39
-rw-r--r--german/bsdforen-firefox-searchplugin/distinfo12
-rw-r--r--german/bsdforen-firefox-searchplugin/pkg-descr4
-rw-r--r--german/bsdforen-firefox-searchplugin/pkg-plist6
4 files changed, 61 insertions, 0 deletions
diff --git a/german/bsdforen-firefox-searchplugin/Makefile b/german/bsdforen-firefox-searchplugin/Makefile
new file mode 100644
index 000000000..8d5267e83
--- /dev/null
+++ b/german/bsdforen-firefox-searchplugin/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: bsdforen-firefox-searchplugin
+# Date created: 2006-03-24
+# Whom: Stefan 'Steve' Tell <stefan.tell@crashmail.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bsdforen-firefox-searchplugin
+PORTVERSION= 0.2
+PORTREVISION= 1
+CATEGORIES= german www
+MASTER_SITES= http://www.crashmail.de/files/
+DISTFILES= bsdforen.src bsdforen.png bsdforen-wiki.src bsdforen-wiki.png
+EXTRACT_ONLY= yes
+
+MAINTAINER= stefan.tell@crashmail.de
+COMMENT= Firefox searchplugins for the www.bsdforen.de board and wiki
+
+NO_BUILD= yes
+USE_GECKO= firefox
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
+
+do-extract:
+ @${MKDIR} ${WRKSRC}
+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.src ${WRKSRC}
+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.png ${WRKSRC}
+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen-wiki.src ${WRKSRC}
+ @${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen-wiki.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
+ ${INSTALL_DATA} ${WRKSRC}/bsdforen-wiki.src ${PREFIX}/lib/firefox/searchplugins
+ ${INSTALL_DATA} ${WRKSRC}/bsdforen-wiki.png ${PREFIX}/lib/firefox/searchplugins
+
+.include <bsd.port.post.mk>
diff --git a/german/bsdforen-firefox-searchplugin/distinfo b/german/bsdforen-firefox-searchplugin/distinfo
new file mode 100644
index 000000000..12a81f7fa
--- /dev/null
+++ b/german/bsdforen-firefox-searchplugin/distinfo
@@ -0,0 +1,12 @@
+MD5 (bsdforen.src) = b522af094ba6262914b7fcd510227b68
+SHA256 (bsdforen.src) = e5c0b2f2e1ba452ca90b572f022f75d921f0f102fc08f0d158bc18b65c40eeb0
+SIZE (bsdforen.src) = 874
+MD5 (bsdforen.png) = dca6da85835c1c9d4aa1767d255b6c6d
+SHA256 (bsdforen.png) = 686d87a85d9433ff7274c3b8125359b08e088b24d3af7521ba751300371c6923
+SIZE (bsdforen.png) = 3638
+MD5 (bsdforen-wiki.src) = de3e1dd16f498d9f2595c8369a2c9d3c
+SHA256 (bsdforen-wiki.src) = 4528d60aca8277cc0aaa5d805da7ee9372edbd1f4c02e2d0558f053de75f78ff
+SIZE (bsdforen-wiki.src) = 657
+MD5 (bsdforen-wiki.png) = dca6da85835c1c9d4aa1767d255b6c6d
+SHA256 (bsdforen-wiki.png) = 686d87a85d9433ff7274c3b8125359b08e088b24d3af7521ba751300371c6923
+SIZE (bsdforen-wiki.png) = 3638
diff --git a/german/bsdforen-firefox-searchplugin/pkg-descr b/german/bsdforen-firefox-searchplugin/pkg-descr
new file mode 100644
index 000000000..d2e7376d8
--- /dev/null
+++ b/german/bsdforen-firefox-searchplugin/pkg-descr
@@ -0,0 +1,4 @@
+This is a Firefox searchplugin for the german BSD board www.bsdforen.de
+and the bsdforen.de wiki.
+
+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 000000000..9a8da5ed6
--- /dev/null
+++ b/german/bsdforen-firefox-searchplugin/pkg-plist
@@ -0,0 +1,6 @@
+lib/firefox/searchplugins/bsdforen.src
+lib/firefox/searchplugins/bsdforen.png
+lib/firefox/searchplugins/bsdforen-wiki.src
+lib/firefox/searchplugins/bsdforen-wiki.png
+@dirrmtry lib/firefox/searchplugins
+@dirrmtry lib/firefox