View | Details | Raw Unified | Return to bug 97249
Collapse All | Expand All

(-)/usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/Makefile (-3 / +7 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	bsdforen-firefox-searchplugin
8
PORTNAME=	bsdforen-firefox-searchplugin
9
PORTVERSION=	0.1
9
PORTVERSION=	0.2
10
CATEGORIES=	german www
10
CATEGORIES=	german www
11
MASTER_SITES=	http://www.crashmail.de/files/
11
MASTER_SITES=	http://www.crashmail.de/files/
12
DISTFILES=	bsdforen.src bsdforen.png
12
DISTFILES=	bsdforen.src bsdforen.png bsdforen-wiki.src bsdforen-wiki.png
13
EXTRACT_ONLY=	yes
13
EXTRACT_ONLY=	yes
14
14
15
MAINTAINER=	stefan.tell@crashmail.de
15
MAINTAINER=	stefan.tell@crashmail.de
16
COMMENT=	A firefox searchplugin for the german BSD board www.bsdforen.de
16
COMMENT=	Firefox searchplugins for the www.bsdforen.de board and wiki
17
17
18
USE_X_PREFIX=	yes
18
USE_X_PREFIX=	yes
19
NO_BUILD=	yes
19
NO_BUILD=	yes
Lines 23-32 Link Here
23
	@${MKDIR} ${WRKSRC}
23
	@${MKDIR} ${WRKSRC}
24
	@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.src ${WRKSRC}
24
	@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.src ${WRKSRC}
25
	@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.png ${WRKSRC}
25
	@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen.png ${WRKSRC}
26
	@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen-wiki.src ${WRKSRC}
27
	@${CP} ${DISTDIR}/${DIST_SUBDIR}/bsdforen-wiki.png ${WRKSRC}
26
28
27
do-install:
29
do-install:
28
	@${MKDIR} ${PREFIX}/lib/firefox/searchplugins
30
	@${MKDIR} ${PREFIX}/lib/firefox/searchplugins
29
	${INSTALL_DATA} ${WRKSRC}/bsdforen.src ${PREFIX}/lib/firefox/searchplugins
31
	${INSTALL_DATA} ${WRKSRC}/bsdforen.src ${PREFIX}/lib/firefox/searchplugins
30
	${INSTALL_DATA} ${WRKSRC}/bsdforen.png ${PREFIX}/lib/firefox/searchplugins
32
	${INSTALL_DATA} ${WRKSRC}/bsdforen.png ${PREFIX}/lib/firefox/searchplugins
33
	${INSTALL_DATA} ${WRKSRC}/bsdforen-wiki.src ${PREFIX}/lib/firefox/searchplugins
34
	${INSTALL_DATA} ${WRKSRC}/bsdforen-wiki.png ${PREFIX}/lib/firefox/searchplugins
31
35
32
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)/usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/distinfo (+6 lines)
Lines 4-6 Link Here
4
MD5 (bsdforen.png) = dca6da85835c1c9d4aa1767d255b6c6d
4
MD5 (bsdforen.png) = dca6da85835c1c9d4aa1767d255b6c6d
5
SHA256 (bsdforen.png) = 686d87a85d9433ff7274c3b8125359b08e088b24d3af7521ba751300371c6923
5
SHA256 (bsdforen.png) = 686d87a85d9433ff7274c3b8125359b08e088b24d3af7521ba751300371c6923
6
SIZE (bsdforen.png) = 3638
6
SIZE (bsdforen.png) = 3638
7
MD5 (bsdforen-wiki.src) = de3e1dd16f498d9f2595c8369a2c9d3c
8
SHA256 (bsdforen-wiki.src) = 4528d60aca8277cc0aaa5d805da7ee9372edbd1f4c02e2d0558f053de75f78ff
9
SIZE (bsdforen-wiki.src) = 657
10
MD5 (bsdforen-wiki.png) = dca6da85835c1c9d4aa1767d255b6c6d
11
SHA256 (bsdforen-wiki.png) = 686d87a85d9433ff7274c3b8125359b08e088b24d3af7521ba751300371c6923
12
SIZE (bsdforen-wiki.png) = 3638
(-)/usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/pkg-descr (-1 / +2 lines)
Lines 1-3 Link Here
1
This is a firefox searchplugin for the german BSD board www.bsdforen.de
1
This is a Firefox searchplugin for the german BSD board www.bsdforen.de
2
and the bsdforen.de wiki.
2
3
3
WWW: http://www.crashmail.de/freebsd.html#searchplugin
4
WWW: http://www.crashmail.de/freebsd.html#searchplugin
(-)/usr/home/stell/FreeBSD/ownports/bsdforen-firefox-searchplugin/pkg-plist (+2 lines)
Lines 1-4 Link Here
1
lib/firefox/searchplugins/bsdforen.src
1
lib/firefox/searchplugins/bsdforen.src
2
lib/firefox/searchplugins/bsdforen.png
2
lib/firefox/searchplugins/bsdforen.png
3
lib/firefox/searchplugins/bsdforen-wiki.src
4
lib/firefox/searchplugins/bsdforen-wiki.png
3
@dirrmtry lib/firefox/searchplugins
5
@dirrmtry lib/firefox/searchplugins
4
@dirrmtry lib/firefox
6
@dirrmtry lib/firefox

Return to bug 97249