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

(-)/root/ports/flphoto/Makefile (-5 / +2 lines)
Lines 6-25 Link Here
6
#
6
#
7
7
8
PORTNAME=	flphoto
8
PORTNAME=	flphoto
9
PORTVERSION=	1.2
9
PORTVERSION=	1.3.1
10
PORTREVISION=	1
11
CATEGORIES=	graphics
10
CATEGORIES=	graphics
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	fltk
12
MASTER_SITE_SUBDIR=	fltk
14
DISTNAME=	${PORTNAME}-${PORTVERSION}-source
13
DISTNAME=	${PORTNAME}-${PORTVERSION}-source
15
14
16
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	yinjieh@csie.nctu.edu.tw
17
COMMENT=	A basic image management and display program
16
COMMENT=	A basic image management and display program
18
17
19
LIB_DEPENDS=	gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
18
LIB_DEPENDS=	gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
20
		fltk.1:${PORTSDIR}/x11-toolkits/fltk
19
		fltk.1:${PORTSDIR}/x11-toolkits/fltk
21
22
BROKEN=		Does not compile
23
20
24
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
25
22
(-)/root/ports/flphoto/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (flphoto-1.2-source.tar.bz2) = 13c9b6803b2fd159e8f082b7735ce8ab
1
MD5 (flphoto-1.3.1-source.tar.bz2) = 66e9bb4813104873bd1fd3b85ba08143
2
SHA256 (flphoto-1.2-source.tar.bz2) = c6670201ab591912c33413bbae14372e4a7d355847238265b888226fa990da99
2
SHA256 (flphoto-1.3.1-source.tar.bz2) = e1e909b51efca69d554b49d3baeda8d5785c90fb919062dec84a237661d3ba2e
3
SIZE (flphoto-1.2-source.tar.bz2) = 501459
3
SIZE (flphoto-1.3.1-source.tar.bz2) = 746599
(-)/root/ports/flphoto/pkg-plist (-9 / +12 lines)
Lines 6-13 Link Here
6
%%DOCSDIR%%/contents.html
6
%%DOCSDIR%%/contents.html
7
%%DOCSDIR%%/crop.jpg
7
%%DOCSDIR%%/crop.jpg
8
%%DOCSDIR%%/download.html
8
%%DOCSDIR%%/download.html
9
%%DOCSDIR%%/export-dir.jpg
10
%%DOCSDIR%%/export-general.jpg
11
%%DOCSDIR%%/export-images.jpg
12
%%DOCSDIR%%/export-thumbnails.jpg
13
%%DOCSDIR%%/export-watermark.jpg
9
%%DOCSDIR%%/export.html
14
%%DOCSDIR%%/export.html
10
%%DOCSDIR%%/export.jpg
11
%%DOCSDIR%%/flphoto.jpg
15
%%DOCSDIR%%/flphoto.jpg
12
%%DOCSDIR%%/flphoto.png
16
%%DOCSDIR%%/flphoto.png
13
%%DOCSDIR%%/images.html
17
%%DOCSDIR%%/images.html
Lines 15-33 Link Here
15
%%DOCSDIR%%/index.html
19
%%DOCSDIR%%/index.html
16
%%DOCSDIR%%/jpeg.jpg
20
%%DOCSDIR%%/jpeg.jpg
17
%%DOCSDIR%%/license.html
21
%%DOCSDIR%%/license.html
22
%%DOCSDIR%%/options-image.jpg
23
%%DOCSDIR%%/options-memcard.jpg
24
%%DOCSDIR%%/options-slideshow.jpg
18
%%DOCSDIR%%/options.html
25
%%DOCSDIR%%/options.html
19
%%DOCSDIR%%/options1.jpg
26
%%DOCSDIR%%/print-calendar.jpg
20
%%DOCSDIR%%/options2.jpg
27
%%DOCSDIR%%/print-general.jpg
21
%%DOCSDIR%%/options3.jpg
28
%%DOCSDIR%%/print-matted.jpg
29
%%DOCSDIR%%/print-printer.jpg
22
%%DOCSDIR%%/print.html
30
%%DOCSDIR%%/print.html
23
%%DOCSDIR%%/print.jpg
24
%%DOCSDIR%%/print2.jpg
25
%%DOCSDIR%%/print3.jpg
26
%%DOCSDIR%%/print4.jpg
27
%%DOCSDIR%%/relnotes.html
31
%%DOCSDIR%%/relnotes.html
28
%%DOCSDIR%%/scale.jpg
32
%%DOCSDIR%%/scale.jpg
29
%%DOCSDIR%%/slideshow.html
33
%%DOCSDIR%%/slideshow.html
30
%%DOCSDIR%%/slideshow.jpg
31
%%DOCSDIR%%/view.html
34
%%DOCSDIR%%/view.html
32
share/locale/de/flphoto_de
35
share/locale/de/flphoto_de
33
share/locale/en_CA/flphoto_en_CA
36
share/locale/en_CA/flphoto_en_CA

Return to bug 107902