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

(-)gnochm/Makefile (-8 / +7 lines)
Lines 1-13 Link Here
1
# New ports collection makefile for:	gnochm
1
# New ports collection makefile for:	gnochm
2
# Date created:                		25 November 2004
2
# Date created:				25 November 2004
3
# Whom:                    		Radek Kozlowski <radek@raadradd.com>
3
# Whom:					Radek Kozlowski <radek@raadradd.com>
4
#
4
#
5
# $FreeBSD: ports/deskutils/gnochm/Makefile,v 1.8 2006/02/23 10:35:16 ade Exp $
5
# $FreeBSD: ports/deskutils/gnochm/Makefile,v 1.8 2006/02/23 10:35:16 ade Exp $
6
#
6
#
7
7
8
PORTNAME=	gnochm
8
PORTNAME=	gnochm
9
PORTVERSION=	0.9.5
9
PORTVERSION=	0.9.7
10
PORTREVISION=	1
11
CATEGORIES=	deskutils python gnome
10
CATEGORIES=	deskutils python gnome
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 16-29 Link Here
16
COMMENT=	A GNOME viewer for CHM files
15
COMMENT=	A GNOME viewer for CHM files
17
16
18
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm
17
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm
19
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm
18
RUN_DEPENDS=	${BUILD_DEPENDS}
20
19
21
USE_GMAKE=	yes
20
USE_GMAKE=	yes
22
USE_GNOME=	gnomehack gnomeprefix intlhack pygnome2 pygnomeextras
21
USE_GNOME=	gnomehack gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras
23
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
24
USE_PYTHON=	yes
23
USE_PYTHON=	2.2+
25
USE_REINPLACE=	yes
26
USE_X_PREFIX=	yes
24
USE_X_PREFIX=	yes
25
USE_GETTEXT=	yes
27
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
28
		LDFLAGS="-L${LOCALBASE}/lib"
27
		LDFLAGS="-L${LOCALBASE}/lib"
29
28
(-)gnochm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gnochm-0.9.5.tar.gz) = 3acf586f7dbaa971f57f6f93f24eb131
1
MD5 (gnochm-0.9.7.tar.gz) = 799cd06cc44f2380266b2172277ce217
2
SHA256 (gnochm-0.9.5.tar.gz) = 52f522eb46a1c6f7f1c3342bab252c765b4a3f83637ae7a39f215ce93280c5bb
2
SHA256 (gnochm-0.9.7.tar.gz) = 92cba228f6a902c5572874129527d85fd4c3d043dbf7a0676b0363c4e75e3aab
3
SIZE (gnochm-0.9.5.tar.gz) = 311337
3
SIZE (gnochm-0.9.7.tar.gz) = 360182
(-)gnochm/pkg-plist (+3 lines)
Lines 14-23 Link Here
14
share/locale/cs/LC_MESSAGES/gnochm.mo
14
share/locale/cs/LC_MESSAGES/gnochm.mo
15
share/locale/de/LC_MESSAGES/gnochm.mo
15
share/locale/de/LC_MESSAGES/gnochm.mo
16
share/locale/it/LC_MESSAGES/gnochm.mo
16
share/locale/it/LC_MESSAGES/gnochm.mo
17
share/locale/ja/LC_MESSAGES/gnochm.mo
18
share/locale/pl/LC_MESSAGES/gnochm.mo
17
share/locale/pt_BR/LC_MESSAGES/gnochm.mo
19
share/locale/pt_BR/LC_MESSAGES/gnochm.mo
18
share/locale/ru/LC_MESSAGES/gnochm.mo
20
share/locale/ru/LC_MESSAGES/gnochm.mo
19
share/locale/tr/LC_MESSAGES/gnochm.mo
21
share/locale/tr/LC_MESSAGES/gnochm.mo
20
share/locale/zh_CN/LC_MESSAGES/gnochm.mo
22
share/locale/zh_CN/LC_MESSAGES/gnochm.mo
23
share/locale/zh_TW/LC_MESSAGES/gnochm.mo
21
share/mime/application/x-chm.xml
24
share/mime/application/x-chm.xml
22
share/mime/packages/gnochm.xml
25
share/mime/packages/gnochm.xml
23
@dirrm share/gnome/omf/gnochm
26
@dirrm share/gnome/omf/gnochm

Return to bug 96654