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

(-)graphics/fotofix/Makefile (-16 / +22 lines)
Lines 2-31 Link Here
2
# $FreeBSD: head/graphics/fotofix/Makefile 400160 2015-10-25 19:35:28Z antoine $
2
# $FreeBSD: head/graphics/fotofix/Makefile 400160 2015-10-25 19:35:28Z antoine $
3
3
4
PORTNAME=	fotofix
4
PORTNAME=	fotofix
5
PORTVERSION=	0.01.1.79
5
PORTVERSION=	0.01.1.88
6
PORTREVISION=	2
7
CATEGORIES=	graphics
6
CATEGORIES=	graphics
8
MASTER_SITES=	http://mirror.mcx2.org/ \
7
MASTER_SITES=	GH
9
		http://prima.eu.org/cgi-bin/cvsweb.cgi/apps/fotofix/fotofix/
10
8
11
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Simple image viewer
10
COMMENT=	Simple image viewer
13
11
14
BROKEN=		No public distfiles
12
RUN_DEPENDS=	IPA>=1.03:${PORTSDIR}/graphics/IPA \
15
DEPRECATED=	Broken for more than 6 months
13
		p5-Prima>=1.22:${PORTSDIR}/x11-toolkits/p5-Prima
16
EXPIRATION_DATE=	2015-11-26
17
18
RUN_DEPENDS=	p5-Prima>=1.21:${PORTSDIR}/x11-toolkits/p5-Prima \
19
		IPA>=1.03:${PORTSDIR}/graphics/IPA
20
21
USES=		perl5 shebangfix tar:bzip2
22
USE_PERL5=	run
23
NO_BUILD=	yes
24
14
15
NO_ARCH=	yes
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	dk
19
GH_TAGNAME=	2a4706c
20
21
USES=		perl5 shebangfix
25
SHEBANG_FILES=	fotofix
22
SHEBANG_FILES=	fotofix
26
PLIST_FILES=	bin/${PORTNAME}
23
24
PLIST_FILES=	bin/fotofix man/man1/fotofix.1.gz
25
26
DESKTOP_ENTRIES="FotoFix" "" "" "fotofox" "" ""
27
28
do-build:
29
	(cd ${WRKSRC} && pod2man fotofix fotofix.1)
27
30
28
do-install:
31
do-install:
29
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
32
	(cd ${WRKSRC} && ${INSTALL_SCRIPT} fotofix \
33
		${STAGEDIR}${PREFIX}/bin)
34
	(cd ${WRKSRC} && ${INSTALL_MAN} fotofix.1 \
35
		${STAGEDIR}${MANPREFIX}/man/man1)
30
36
31
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)graphics/fotofix/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (fotofix-0.01.1.79.tar.bz2) = d24f502aa6d31cdbb5bdfee70795b56f07f0877691b2ccdfb3590fe805e7ae69
1
SHA256 (dk-fotofix-0.01.1.88-2a4706c_GH0.tar.gz) = 81d521aa8b602f49c54e0d1b3e075c4a980418e3572517e6ed858b6f1aa9d3cb
2
SIZE (fotofix-0.01.1.79.tar.bz2) = 21652
2
SIZE (dk-fotofix-0.01.1.88-2a4706c_GH0.tar.gz) = 28817

Return to bug 204196