svn commit: r307215 - in head/math/abakus: . files
Max Brazhnikov
makc at FreeBSD.org
Thu Nov 8 22:56:39 UTC 2012
Author: makc
Date: Thu Nov 8 22:56:38 2012
New Revision: 307215
URL: http://svnweb.freebsd.org/changeset/ports/307215
Log:
- Update to 0.92 for KDE 4
- Reformat description
- Trim Makefile header
PR: ports/172723
Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
Feature safe: yes
Deleted:
head/math/abakus/files/
Modified:
head/math/abakus/Makefile
head/math/abakus/distinfo
head/math/abakus/pkg-descr
head/math/abakus/pkg-plist
Modified: head/math/abakus/Makefile
==============================================================================
--- head/math/abakus/Makefile Thu Nov 8 22:56:00 2012 (r307214)
+++ head/math/abakus/Makefile Thu Nov 8 22:56:38 2012 (r307215)
@@ -1,27 +1,29 @@
-# New ports collection makefile for: abakus
-# Date created: 3 January 2005
-# Whom: Andy Fawcett <andy at athame.co.uk>
-#
+# Created by: Andy Fawcett <andy at athame.co.uk>
# $FreeBSD$
PORTNAME= abakus
-PORTVERSION= 0.91
-PORTREVISION= 10
+PORTVERSION= 0.92
CATEGORIES= math kde
-MASTER_SITES= http://purinchu.net/abakus/ \
- http://www.athame.co.uk/mirror/
+MASTER_SITES= http://purinchu.net/abakus/
MAINTAINER= ports at FreeBSD.org
-COMMENT= Michael Pyne's Abakus Calculator
+COMMENT= Simple KDE Calculator
-BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons
-LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp
+LICENSE= GPLv2
+
+BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
+LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr
USE_BZIP2= yes
-USE_KDELIBS_VER=3
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= bison=no flex=no prefix=${PREFIX} extraincludes=${LOCALBASE}
-_NO_KDE_CONFTARGET_HACK= yes
-QT_NONSTANDARD= yes
+USE_KDE4= automoc4 kdehier kdelibs kdeprefix
+USE_QT4= moc_build qmake_build rcc_build uic_build
+USE_BISON= build
+USE_CMAKE= yes
+CMAKE_ARGS= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \
+ -DCMAKE_REQUIRED_FLAGS:STRING="${LDFLAGS}" \
+ -DFLEX_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/flex
+MAKE_JOBS_SAFE= yes
+
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
Modified: head/math/abakus/distinfo
==============================================================================
--- head/math/abakus/distinfo Thu Nov 8 22:56:00 2012 (r307214)
+++ head/math/abakus/distinfo Thu Nov 8 22:56:38 2012 (r307215)
@@ -1,2 +1,2 @@
-SHA256 (abakus-0.91.tar.bz2) = 54815bcbb49086d7c5434e33837391845bbccd24a22039f890fb2a721e609381
-SIZE (abakus-0.91.tar.bz2) = 380025
+SHA256 (abakus-0.92.tar.bz2) = 9c873307bdcc8ab06a73de8bbc80fa933bf58ed64d3e1958f46635b61df39c5d
+SIZE (abakus-0.92.tar.bz2) = 278710
Modified: head/math/abakus/pkg-descr
==============================================================================
--- head/math/abakus/pkg-descr Thu Nov 8 22:56:00 2012 (r307214)
+++ head/math/abakus/pkg-descr Thu Nov 8 22:56:38 2012 (r307215)
@@ -1,4 +1,4 @@
-Abakus is a simple calculator for KDE, based on a concept of Roberto Alsina's.
-Think of it as bc (the command-line calculator) with a nice GUI.
+Abakus is a simple calculator for KDE, based on a concept of Roberto
+Alsina's. Think of it as bc (the command-line calculator) with a nice GUI.
-WWW: http://purinchu.net/abakus/
+WWW: http://purinchu.net/abakus/
Modified: head/math/abakus/pkg-plist
==============================================================================
--- head/math/abakus/pkg-plist Thu Nov 8 22:56:00 2012 (r307214)
+++ head/math/abakus/pkg-plist Thu Nov 8 22:56:38 2012 (r307215)
@@ -1,17 +1,5 @@
bin/abakus
-share/applications/kde/abakus.desktop
+share/applications/kde4/abakus.desktop
share/apps/abakus/abakusui.rc
-share/doc/HTML/en/abakus/abakus-degrees-mode.png
-share/doc/HTML/en/abakus/abakus-dnd.png
-share/doc/HTML/en/abakus/abakus-result.png
-share/doc/HTML/en/abakus/index.cache.bz2
-share/doc/HTML/en/abakus/index.docbook
-share/doc/HTML/en/abakus/kcalc-degrees-mode.png
-share/doc/HTML/en/abakus/kcalc-fifty.png
-share/doc/HTML/en/abakus/kcalc-result.png
-share/doc/HTML/en/abakus/kcalc-sine.png
-share/doc/HTML/en/abakus/kcalc-three.png
share/icons/hicolor/64x64/apps/abakus.png
- at dirrm share/doc/HTML/en/abakus
@dirrm share/apps/abakus
- at dirrmtry share/applications/kde
More information about the svn-ports-head
mailing list