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

(-)math/abakus/Makefile (-16 / +19 lines)
Lines 1-27 Link Here
1
# New ports collection makefile for:    abakus
1
# Created by: Andy Fawcett <andy@athame.co.uk>
2
# Date created:                         3 January 2005
3
# Whom:                                 Andy Fawcett <andy@athame.co.uk>
4
#
5
# $FreeBSD: ports/math/abakus/Makefile,v 1.16 2012/06/01 05:21:32 dinoex Exp $
2
# $FreeBSD: ports/math/abakus/Makefile,v 1.16 2012/06/01 05:21:32 dinoex Exp $
6
3
7
PORTNAME=	abakus
4
PORTNAME=	abakus
8
PORTVERSION=	0.91
5
PORTVERSION=	0.92
9
PORTREVISION=	10
10
CATEGORIES=	math kde
6
CATEGORIES=	math kde
11
MASTER_SITES=	http://purinchu.net/abakus/ \
7
MASTER_SITES=	http://purinchu.net/abakus/
12
		http://www.athame.co.uk/mirror/
13
8
14
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Michael Pyne's Abakus Calculator
10
COMMENT=	Simple KDE Calculator
16
11
17
BUILD_DEPENDS=	scons:${PORTSDIR}/devel/scons
12
LICENSE=	GPLv2
18
LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
13
14
BUILD_DEPENDS=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
15
LIB_DEPENDS=	mpfr:${PORTSDIR}/math/mpfr
19
16
20
USE_BZIP2=	yes
17
USE_BZIP2=	yes
21
USE_KDELIBS_VER=3
18
USE_KDE4=	automoc4 kdehier kdelibs kdeprefix
22
HAS_CONFIGURE=	yes
19
USE_QT4=	gui moc_build qmake_build rcc_build uic_build
23
CONFIGURE_ARGS=	bison=no flex=no prefix=${PREFIX} extraincludes=${LOCALBASE}
20
USE_BISON=	build
24
_NO_KDE_CONFTARGET_HACK=	yes
21
USE_CMAKE=	yes
25
QT_NONSTANDARD=	yes
22
CMAKE_ARGS=	-DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \
23
		-DCMAKE_REQUIRED_FLAGS:STRING="${LDFLAGS}" \
24
		-DFLEX_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/flex
25
INSTALLS_ICONS=	yes
26
MAKE_JOBS_SAFE=	yes
27
28
LDFLAGS+=	-L${LOCALBASE}/lib
26
29
27
.include <bsd.port.mk>
30
.include <bsd.port.mk>
(-)math/abakus/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (abakus-0.91.tar.bz2) = 54815bcbb49086d7c5434e33837391845bbccd24a22039f890fb2a721e609381
1
SHA256 (abakus-0.92.tar.bz2) = 9c873307bdcc8ab06a73de8bbc80fa933bf58ed64d3e1958f46635b61df39c5d
2
SIZE (abakus-0.91.tar.bz2) = 380025
2
SIZE (abakus-0.92.tar.bz2) = 278710
(-)math/abakus/files/patch-src__SConscript (-9 lines)
Lines 1-9 Link Here
1
--- ./src/SConscript.orig	2005-08-17 07:03:14.000000000 +0400
2
+++ ./src/SConscript	2009-06-21 14:26:00.000000000 +0400
3
@@ -77,5 +77,5 @@
4
 ## Warning : there is a difference between the normal destop file used for the menu
5
 ##     and the servicetype desktop file, so they go in different directories
6
 ##     you will find more information in 'test3'
7
-myenv.KDEinstall( 'KDEMENU', 'Utilities', 'abakus.desktop')
8
+myenv.KDEinstall( 'KDEXDG', '', 'abakus.desktop')
9
 
(-)math/abakus/pkg-descr (-3 / +3 lines)
Lines 1-4 Link Here
1
Abakus is a simple calculator for KDE, based on a concept of Roberto Alsina's.
1
Abakus is a simple calculator for KDE, based on a concept of Roberto
2
Think of it as bc (the command-line calculator) with a nice GUI.
2
Alsina's. Think of it as bc (the command-line calculator) with a nice GUI.
3
3
4
WWW:	http://purinchu.net/abakus/
4
WWW: http://purinchu.net/abakus/
(-)math/abakus/pkg-plist (-13 / +1 lines)
Lines 1-17 Link Here
1
bin/abakus
1
bin/abakus
2
share/applications/kde/abakus.desktop
2
share/applications/kde4/abakus.desktop
3
share/apps/abakus/abakusui.rc
3
share/apps/abakus/abakusui.rc
4
share/doc/HTML/en/abakus/abakus-degrees-mode.png
5
share/doc/HTML/en/abakus/abakus-dnd.png
6
share/doc/HTML/en/abakus/abakus-result.png
7
share/doc/HTML/en/abakus/index.cache.bz2
8
share/doc/HTML/en/abakus/index.docbook
9
share/doc/HTML/en/abakus/kcalc-degrees-mode.png
10
share/doc/HTML/en/abakus/kcalc-fifty.png
11
share/doc/HTML/en/abakus/kcalc-result.png
12
share/doc/HTML/en/abakus/kcalc-sine.png
13
share/doc/HTML/en/abakus/kcalc-three.png
14
share/icons/hicolor/64x64/apps/abakus.png
4
share/icons/hicolor/64x64/apps/abakus.png
15
@dirrm share/doc/HTML/en/abakus
16
@dirrm share/apps/abakus
5
@dirrm share/apps/abakus
17
@dirrmtry share/applications/kde

Return to bug 172723