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

(-)astro/gpscorrelate/Makefile (-12 / +19 lines)
Lines 3-10 Link Here
3
3
4
PORTNAME=	gpscorrelate
4
PORTNAME=	gpscorrelate
5
PORTVERSION=	1.6.1
5
PORTVERSION=	1.6.1
6
PORTREVISION=	1
6
CATEGORIES=	astro geography
7
CATEGORIES=	astro geography
7
MASTER_SITES=	http://freefoote.dview.net/linux/
8
MASTER_SITES=	GH
9
DIST_SUBDIR=	repacked
8
10
9
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	Correlate digital camera photos with GPS data in GPX format
12
COMMENT=	Correlate digital camera photos with GPS data in GPX format
Lines 12-21 Link Here
12
LICENSE=	GPLv2
14
LICENSE=	GPLv2
13
15
14
LIB_DEPENDS=	exiv2:${PORTSDIR}/graphics/exiv2 \
16
LIB_DEPENDS=	exiv2:${PORTSDIR}/graphics/exiv2 \
15
		gtkmm-2:${PORTSDIR}/x11-toolkits/gtkmm24
17
		gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24
16
18
17
OPTIONS_DEFINE=	DOCS
19
OPTIONS_DEFINE=	DOCS
18
20
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	freefoote
23
GH_COMMIT=	a36646b
24
19
USE_GNOME=	libxml2
25
USE_GNOME=	libxml2
20
USE_GMAKE=	yes
26
USE_GMAKE=	yes
21
MAKE_JOBS_SAFE=	yes
27
MAKE_JOBS_SAFE=	yes
Lines 29-43 Link Here
29
35
30
post-patch:
36
post-patch:
31
	@${REINPLACE_CMD} -e \
37
	@${REINPLACE_CMD} -e \
32
	's|^CFLAGS|#CFLAGS| ; \
38
		's|^CFLAGS|#CFLAGS| ; \
33
	s|^override CFLAGS|override IFLAGS| ; \
39
		 s|^override CFLAGS|override IFLAGS| ; \
34
	s|gtk+-2.0)|gtk+-2.0 exiv2)| ; \
40
		 s|gtk+-2.0)|gtk+-2.0 exiv2)| ; \
35
	s|-I/usr/include/exiv2|| ; \
41
		 s|-I/usr/include/exiv2|| ; \
36
	s|-lexiv2|| ; \
42
		 s|-lexiv2|| ; \
37
	/^all:/s|gpscorrelate.1|| ; \
43
		 /^all:/s|gpscorrelate.1|| ; \
38
	s|g++ $$(OFLAGS)|$$(CXX) $$(OFLAGS)| ; \
44
		 s|g++ $$(OFLAGS)|$$(CXX) $$(OFLAGS)| ; \
39
	s|g++ $$(CFLAGS)|$$(CXX) $$(CXXFLAGS) $$(IFLAGS)| ; \
45
		 s|g++ $$(CFLAGS)|$$(CXX) $$(CXXFLAGS) $$(IFLAGS)| ; \
40
	s|gcc $$(CFLAGS)|$$(CC) $$(CFLAGS) $$(IFLAGS)|' ${WRKSRC}/Makefile
46
		 s|gcc $$(CFLAGS)|$$(CC) $$(CFLAGS) $$(IFLAGS)|' \
47
		${WRKSRC}/Makefile
41
48
42
do-install:
49
do-install:
43
	${INSTALL_PROGRAM} ${WRKSRC}/gpscorrelate ${PREFIX}/bin
50
	${INSTALL_PROGRAM} ${WRKSRC}/gpscorrelate ${PREFIX}/bin
Lines 45-51 Link Here
45
	${INSTALL_MAN} ${FILESDIR}/gpscorrelate.1 ${MANPREFIX}/man/man1
52
	${INSTALL_MAN} ${FILESDIR}/gpscorrelate.1 ${MANPREFIX}/man/man1
46
.if ${PORT_OPTIONS:MDOCS}
53
.if ${PORT_OPTIONS:MDOCS}
47
	@${MKDIR} ${DOCSDIR}
54
	@${MKDIR} ${DOCSDIR}
48
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
55
	${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR}
49
	${INSTALL_DATA} ${WRKSRC}/RELEASES ${DOCSDIR}
56
	${INSTALL_DATA} ${WRKSRC}/RELEASES ${DOCSDIR}
50
	@${MKDIR} ${DOCSDIR}/html
57
	@${MKDIR} ${DOCSDIR}/html
51
	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/html
58
	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}/html
(-)astro/gpscorrelate/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gpscorrelate-1.6.1.tar.gz) = 966285c0a6df5ac2cc63c1f9650e65c70e303cf11d08dc283357bcd745cb5201
1
SHA256 (repacked/gpscorrelate-1.6.1.tar.gz) = 8c47bc7e5a8c41f5f172cdf740ed06b09144217eaaf79d4254406830f8ce91dd
2
SIZE (gpscorrelate-1.6.1.tar.gz) = 154531
2
SIZE (repacked/gpscorrelate-1.6.1.tar.gz) = 154548
(-)astro/gpscorrelate/pkg-descr (-3 / +3 lines)
Lines 1-4 Link Here
1
A tool to "stamp" photos taken with digital camera with a location, where they
1
A tool to "stamp" photos taken with digital camera with a location,
2
were taken.  It uses the GPS coordinates saved in GPX format.
2
where they were taken. It uses the GPS coordinates saved in GPX format.
3
3
4
WWW: http://freefoote.dview.net/linux_gpscorr.html
4
WWW: https://github.com/freefoote/gpscorrelate

Return to bug 179583