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

Collapse All | Expand All

(-)Makefile (-5 / +12 lines)
Lines 2-18 Link Here
2
# Date created:				1 May 1999
2
# Date created:				1 May 1999
3
# Whom:					Andrey Zakhvatov
3
# Whom:					Andrey Zakhvatov
4
#
4
#
5
# $FreeBSD: ports/deskutils/genius/Makefile,v 1.61 2009/08/02 19:32:53 mezz Exp $
5
# $FreeBSD: ports/deskutils/genius/Makefile,v 1.59 2009/06/03 05:14:49 marcus Exp $
6
#
6
#
7
7
8
PORTNAME=	genius
8
PORTNAME=	genius
9
PORTVERSION=	1.0.6
9
PORTVERSION=	1.0.7
10
PORTREVISION=	2
11
CATEGORIES=	deskutils gnome
10
CATEGORIES=	deskutils gnome
12
MASTER_SITES=	GNOME \
11
MASTER_SITES=	GNOME \
13
		http://ftp.5z.com/pub/genius/
12
		http://ftp.5z.com/pub/genius/
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	scjamorim@bsd.com.br
16
COMMENT=	Arbitrary precision calculator for Gnome Desktop Environment
15
COMMENT=	Arbitrary precision calculator for Gnome Desktop Environment
17
16
18
BUILD_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
17
BUILD_DEPENDS=	rarian-sk-config:${PORTSDIR}/textproc/rarian
Lines 21-27 Link Here
21
20
22
USE_BZIP2=	yes
21
USE_BZIP2=	yes
23
USE_GNOME=	gnomehack gnomeprefix gnomevfs2 gtksourceview2 intlhack vte
22
USE_GNOME=	gnomehack gnomeprefix gnomevfs2 gtksourceview2 intlhack vte
24
USE_GETTEXT=	yes
25
USE_GMAKE=	yes
23
USE_GMAKE=	yes
26
USE_AUTOTOOLS=	libtool:22
24
USE_AUTOTOOLS=	libtool:22
27
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
Lines 31-34 Link Here
31
INSTALLS_ICONS=	yes
29
INSTALLS_ICONS=	yes
32
INSTALLS_OMF=	yes
30
INSTALLS_OMF=	yes
33
31
32
.if defined(WITHOUT_NLS)
33
CONFIGURE_ARGS+=	--disable-nls
34
PLIST_SUB+=	NLS="@comment "
35
.else
36
USE_GETTEXT=	yes
37
CONFIGURE_ARGS+=	--enable-nls
38
PLIST_SUB+=	NLS=""
39
.endif
40
34
.include <bsd.port.mk>
41
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (genius-1.0.6.tar.bz2) = 9253dfa2490ff5fda0c118d9322c6608
1
MD5 (genius-1.0.7.tar.bz2) = 117a2e575affab3367bfc0ead158a0d2
2
SHA256 (genius-1.0.6.tar.bz2) = ea95cb0e5484e9d23f2a8bc2047e0e8d6da7ddbc89e103de738c590d165beb64
2
SHA256 (genius-1.0.7.tar.bz2) = 8034a142291beafeca9e94d0449ebcd8f26f27458aa697e745a409469c37fce2
3
SIZE (genius-1.0.6.tar.bz2) = 1657977
3
SIZE (genius-1.0.7.tar.bz2) = 1605216
(-)pkg-plist (+1 lines)
Lines 21-26 Link Here
21
share/application-registry/genius.applications
21
share/application-registry/genius.applications
22
share/applications/gnome-genius.desktop
22
share/applications/gnome-genius.desktop
23
%%DATADIR%%/gel/calculus/differentiation.gel
23
%%DATADIR%%/gel/calculus/differentiation.gel
24
%%DATADIR%%/gel/calculus/fourier.gel
24
%%DATADIR%%/gel/calculus/integration.gel
25
%%DATADIR%%/gel/calculus/integration.gel
25
%%DATADIR%%/gel/calculus/limits.gel
26
%%DATADIR%%/gel/calculus/limits.gel
26
%%DATADIR%%/gel/calculus/loader.gel
27
%%DATADIR%%/gel/calculus/loader.gel

Return to bug 137350