View | Details | Raw Unified | Return to bug 239642 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-11 / +6 lines)
Lines 3-12 Link Here
3
#    $MCom: ports/biology/gperiodic/Makefile,v 1.1 2006/09/29 23:42:13 ahze Exp $
3
#    $MCom: ports/biology/gperiodic/Makefile,v 1.1 2006/09/29 23:42:13 ahze Exp $
4
4
5
PORTNAME=	gperiodic
5
PORTNAME=	gperiodic
6
PORTVERSION=	2.0.10
6
PORTVERSION=	3.0.3
7
PORTREVISION=	8
8
CATEGORIES=	biology
7
CATEGORIES=	biology
9
MASTER_SITES=	http://www.frantz.fi/software/
8
MASTER_SITES=	https://sourceforge.net/projects/gperiodic/files/
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Displays a periodic table of the elements
11
COMMENT=	Displays a periodic table of the elements
Lines 14-28 Link Here
14
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
15
LICENSE_FILE=	${WRKSRC}/gpl.txt
14
LICENSE_FILE=	${WRKSRC}/gpl.txt
16
15
17
BROKEN=		unfetchable
16
USES=		pkgconfig
18
19
USE_GNOME=	gtk20
17
USE_GNOME=	gtk20
20
USES=		pkgconfig
21
18
22
LANGS=		da fr gl it pl ru sv tr
23
24
PORTDOCS=	AUTHORS ChangeLog README
19
PORTDOCS=	AUTHORS ChangeLog README
25
20
21
LANGS=		be cs da de es fi fr gl is it ms pl pt ru sv tr uk zh_CN
22
26
OPTIONS_DEFINE=	DOCS NLS
23
OPTIONS_DEFINE=	DOCS NLS
27
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
28
25
Lines 39-47 Link Here
39
36
40
do-install:
37
do-install:
41
	${INSTALL_PROGRAM} ${WRKSRC}/gperiodic ${STAGEDIR}${PREFIX}/bin
38
	${INSTALL_PROGRAM} ${WRKSRC}/gperiodic ${STAGEDIR}${PREFIX}/bin
42
	${INSTALL_DATA} ${WRKSRC}/gperiodic.desktop \
39
	(cd ${WRKSRC}/icons && ${INSTALL_DATA} gperiodic-crystal.png gperiodic.png \
43
		${STAGEDIR}${PREFIX}/share/applications
44
	(cd ${WRKSRC} && ${INSTALL_DATA} gperiodic.png gperiodic-crystal.png \
45
		${STAGEDIR}${PREFIX}/share/pixmaps)
40
		${STAGEDIR}${PREFIX}/share/pixmaps)
46
41
47
do-install-NLS-on:
42
do-install-NLS-on:
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (gperiodic-2.0.10.tar.gz) = 78d72870c51c39e4a35c804c05b8ef5e39f88d42eced52b2934e21d74fb8d096
1
TIMESTAMP = 1564926393
2
SIZE (gperiodic-2.0.10.tar.gz) = 131213
2
SHA256 (gperiodic-3.0.3.tar.gz) = 5e70128f61a311bd6b4ad129bd726ccc0e3731573cb0050201293e2a5389b29a
3
SIZE (gperiodic-3.0.3.tar.gz) = 451559
(-)pkg-plist (-10 / +19 lines)
Lines 1-12 Link Here
1
bin/gperiodic
1
bin/gperiodic
2
share/applications/gperiodic.desktop
2
share/locale/be/LC_MESSAGES/gperiodic.mo
3
%%NLS%%share/locale/da/LC_MESSAGES/gperiodic.mo
3
share/locale/cs/LC_MESSAGES/gperiodic.mo
4
%%NLS%%share/locale/fr/LC_MESSAGES/gperiodic.mo
4
share/locale/da/LC_MESSAGES/gperiodic.mo
5
%%NLS%%share/locale/gl/LC_MESSAGES/gperiodic.mo
5
share/locale/de/LC_MESSAGES/gperiodic.mo
6
%%NLS%%share/locale/it/LC_MESSAGES/gperiodic.mo
6
share/locale/es/LC_MESSAGES/gperiodic.mo
7
%%NLS%%share/locale/pl/LC_MESSAGES/gperiodic.mo
7
share/locale/fi/LC_MESSAGES/gperiodic.mo
8
%%NLS%%share/locale/ru/LC_MESSAGES/gperiodic.mo
8
share/locale/fr/LC_MESSAGES/gperiodic.mo
9
%%NLS%%share/locale/sv/LC_MESSAGES/gperiodic.mo
9
share/locale/gl/LC_MESSAGES/gperiodic.mo
10
%%NLS%%share/locale/tr/LC_MESSAGES/gperiodic.mo
10
share/locale/is/LC_MESSAGES/gperiodic.mo
11
share/locale/it/LC_MESSAGES/gperiodic.mo
12
share/locale/ms/LC_MESSAGES/gperiodic.mo
13
share/locale/pl/LC_MESSAGES/gperiodic.mo
14
share/locale/pt/LC_MESSAGES/gperiodic.mo
15
share/locale/ru/LC_MESSAGES/gperiodic.mo
16
share/locale/sv/LC_MESSAGES/gperiodic.mo
17
share/locale/tr/LC_MESSAGES/gperiodic.mo
18
share/locale/uk/LC_MESSAGES/gperiodic.mo
19
share/locale/zh_CN/LC_MESSAGES/gperiodic.mo
20
share/pixmaps/gperiodic-crystal.png
11
share/pixmaps/gperiodic.png
21
share/pixmaps/gperiodic.png
12
share/pixmaps/gperiodic-crystal.png
(-)Makefile (-11 / +13 lines)
Lines 3-12 Link Here
3
#    $MCom: ports/biology/gperiodic/Makefile,v 1.1 2006/09/29 23:42:13 ahze Exp $
3
#    $MCom: ports/biology/gperiodic/Makefile,v 1.1 2006/09/29 23:42:13 ahze Exp $
4
4
5
PORTNAME=	gperiodic
5
PORTNAME=	gperiodic
6
PORTVERSION=	2.0.10
6
PORTVERSION=	3.0.3
7
PORTREVISION=	8
8
CATEGORIES=	biology
7
CATEGORIES=	biology
9
MASTER_SITES=	http://www.frantz.fi/software/
8
MASTER_SITES=	https://sourceforge.net/projects/gperiodic/files/
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	Displays a periodic table of the elements
11
COMMENT=	Displays a periodic table of the elements
Lines 14-28 Link Here
14
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
15
LICENSE_FILE=	${WRKSRC}/gpl.txt
14
LICENSE_FILE=	${WRKSRC}/gpl.txt
16
15
17
BROKEN=		unfetchable
16
USES=		pkgconfig
18
19
USE_GNOME=	gtk20
17
USE_GNOME=	gtk20
20
USES=		pkgconfig
21
18
22
LANGS=		da fr gl it pl ru sv tr
23
24
PORTDOCS=	AUTHORS ChangeLog README
19
PORTDOCS=	AUTHORS ChangeLog README
25
20
21
LANGS=		be cs da de es fi fr gl is it ms pl pt ru sv tr uk zh_CN
22
26
OPTIONS_DEFINE=	DOCS NLS
23
OPTIONS_DEFINE=	DOCS NLS
27
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
28
25
Lines 39-47 Link Here
39
36
40
do-install:
37
do-install:
41
	${INSTALL_PROGRAM} ${WRKSRC}/gperiodic ${STAGEDIR}${PREFIX}/bin
38
	${INSTALL_PROGRAM} ${WRKSRC}/gperiodic ${STAGEDIR}${PREFIX}/bin
42
	${INSTALL_DATA} ${WRKSRC}/gperiodic.desktop \
39
	(cd ${WRKSRC}/icons && ${INSTALL_DATA} gperiodic-crystal.png gperiodic.png \
43
		${STAGEDIR}${PREFIX}/share/applications
44
	(cd ${WRKSRC} && ${INSTALL_DATA} gperiodic.png gperiodic-crystal.png \
45
		${STAGEDIR}${PREFIX}/share/pixmaps)
40
		${STAGEDIR}${PREFIX}/share/pixmaps)
46
41
47
do-install-NLS-on:
42
do-install-NLS-on:
Lines 50-55 Link Here
50
	${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
45
	${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \
51
		${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
46
		${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo
52
.endfor
47
.endfor
48
	${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/gperiodic
49
	${INSTALL_DATA} ${WRKSRC}/table_data.h \
50
		${STAGEDIR}${PREFIX}/share/locale/gperiodic
51
	${INSTALL_DATA} ${WRKSRC}/po/gperiodic.pot \
52
		${STAGEDIR}${PREFIX}/share/locale/gperiodic
53
	${INSTALL_DATA} ${WRKSRC}/po/README \
54
		${STAGEDIR}/${PREFIX}/share/locale/gperiodic	
53
55
54
do-install-DOCS-on:
56
do-install-DOCS-on:
55
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
57
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (gperiodic-2.0.10.tar.gz) = 78d72870c51c39e4a35c804c05b8ef5e39f88d42eced52b2934e21d74fb8d096
1
TIMESTAMP = 1564926393
2
SIZE (gperiodic-2.0.10.tar.gz) = 131213
2
SHA256 (gperiodic-3.0.3.tar.gz) = 5e70128f61a311bd6b4ad129bd726ccc0e3731573cb0050201293e2a5389b29a
3
SIZE (gperiodic-3.0.3.tar.gz) = 451559
(-)pkg-plist (-10 / +25 lines)
Lines 1-12 Link Here
1
bin/gperiodic
1
bin/gperiodic
2
share/applications/gperiodic.desktop
2
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
3
%%NLS%%share/locale/da/LC_MESSAGES/gperiodic.mo
3
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
4
%%NLS%%share/locale/fr/LC_MESSAGES/gperiodic.mo
4
%%PORTDOCS%%%%DOCSDIR%%/README
5
%%NLS%%share/locale/gl/LC_MESSAGES/gperiodic.mo
5
share/locale/be/LC_MESSAGES/gperiodic.mo
6
%%NLS%%share/locale/it/LC_MESSAGES/gperiodic.mo
6
share/locale/cs/LC_MESSAGES/gperiodic.mo
7
%%NLS%%share/locale/pl/LC_MESSAGES/gperiodic.mo
7
share/locale/da/LC_MESSAGES/gperiodic.mo
8
%%NLS%%share/locale/ru/LC_MESSAGES/gperiodic.mo
8
share/locale/de/LC_MESSAGES/gperiodic.mo
9
%%NLS%%share/locale/sv/LC_MESSAGES/gperiodic.mo
9
share/locale/es/LC_MESSAGES/gperiodic.mo
10
%%NLS%%share/locale/tr/LC_MESSAGES/gperiodic.mo
10
share/locale/fi/LC_MESSAGES/gperiodic.mo
11
share/locale/fr/LC_MESSAGES/gperiodic.mo
12
share/locale/gl/LC_MESSAGES/gperiodic.mo
13
share/locale/gperiodic/README
14
share/locale/gperiodic/gperiodic.pot
15
share/locale/gperiodic/table_data.h
16
share/locale/is/LC_MESSAGES/gperiodic.mo
17
share/locale/it/LC_MESSAGES/gperiodic.mo
18
share/locale/ms/LC_MESSAGES/gperiodic.mo
19
share/locale/pl/LC_MESSAGES/gperiodic.mo
20
share/locale/pt/LC_MESSAGES/gperiodic.mo
21
share/locale/ru/LC_MESSAGES/gperiodic.mo
22
share/locale/sv/LC_MESSAGES/gperiodic.mo
23
share/locale/tr/LC_MESSAGES/gperiodic.mo
24
share/locale/uk/LC_MESSAGES/gperiodic.mo
25
share/locale/zh_CN/LC_MESSAGES/gperiodic.mo
26
share/pixmaps/gperiodic-crystal.png
11
share/pixmaps/gperiodic.png
27
share/pixmaps/gperiodic.png
12
share/pixmaps/gperiodic-crystal.png

Return to bug 239642