diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-10-19 01:22:35 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-10-19 01:22:35 +0800 |
commit | 9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082 (patch) | |
tree | 81e0de1cf21ddaecde85001eb3dcccbb81d0b7b0 /math | |
parent | 1446b2e51625a1f9a1eeffb5848c4003eeceb822 (diff) | |
download | freebsd-ports-gnome-9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082.tar.gz freebsd-ports-gnome-9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082.tar.zst freebsd-ports-gnome-9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082.zip |
Introduce new extensible virtual categories for KDE
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.
Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
* kde-kde4
In the future, this will be extended to
* kde-frameworks
* kde-plasma
* kde-applications
PR: 213406
Differential Revision: https://reviews.freebsd.org/D7645
Exp-run by : antoine
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
Diffstat (limited to 'math')
-rw-r--r-- | math/analitza/Makefile | 4 | ||||
-rw-r--r-- | math/cantor/Makefile | 4 | ||||
-rw-r--r-- | math/kalgebra/Makefile | 4 | ||||
-rw-r--r-- | math/kbruch/Makefile | 4 | ||||
-rw-r--r-- | math/kcalc/Makefile | 4 | ||||
-rw-r--r-- | math/kig/Makefile | 4 | ||||
-rw-r--r-- | math/kmplot/Makefile | 4 | ||||
-rw-r--r-- | math/rocs/Makefile | 4 |
8 files changed, 8 insertions, 24 deletions
diff --git a/math/analitza/Makefile b/math/analitza/Makefile index c1093c6e077e..d8ba5f8da156 100644 --- a/math/analitza/Makefile +++ b/math/analitza/Makefile @@ -3,9 +3,7 @@ PORTNAME= analitza PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= math kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Library from KDE Education project diff --git a/math/cantor/Makefile b/math/cantor/Makefile index 8212115ddea7..dcfa6ab64df9 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -3,9 +3,7 @@ PORTNAME= cantor PORTVERSION= ${KDE4_VERSION} PORTREVISION= 2 -CATEGORIES= math kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 frontend to mathematical software diff --git a/math/kalgebra/Makefile b/math/kalgebra/Makefile index 154ff7c93e5c..38831374ac1e 100644 --- a/math/kalgebra/Makefile +++ b/math/kalgebra/Makefile @@ -2,9 +2,7 @@ PORTNAME= kalgebra PORTVERSION= ${KDE4_VERSION} -CATEGORIES= math kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE graph calculator diff --git a/math/kbruch/Makefile b/math/kbruch/Makefile index 0e734b345b19..fe782e0341db 100644 --- a/math/kbruch/Makefile +++ b/math/kbruch/Makefile @@ -2,9 +2,7 @@ PORTNAME= kbruch PORTVERSION= ${KDE4_VERSION} -CATEGORIES= math kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 application to exercise fractions diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 6fd5a50ae8ef..acd202e4c1f6 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -2,9 +2,7 @@ PORTNAME= kcalc PORTVERSION= ${KDE4_VERSION} -CATEGORIES= math kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Scientific calculator for KDE diff --git a/math/kig/Makefile b/math/kig/Makefile index 36912f3562db..1072b4857d2c 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -2,9 +2,7 @@ PORTNAME= kig PORTVERSION= ${KDE4_VERSION} -CATEGORIES= math kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 interactive geometry application diff --git a/math/kmplot/Makefile b/math/kmplot/Makefile index 745b5496dfc1..b6771c1ed9fb 100644 --- a/math/kmplot/Makefile +++ b/math/kmplot/Makefile @@ -2,9 +2,7 @@ PORTNAME= kmplot PORTVERSION= ${KDE4_VERSION} -CATEGORIES= math kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Mathematical function plotter for KDE 4 diff --git a/math/rocs/Makefile b/math/rocs/Makefile index b9515df4b230..12ad3a21d554 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -3,9 +3,7 @@ PORTNAME= rocs PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= math kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= math kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE Graph theory IDE |