diff options
author | makc <makc@FreeBSD.org> | 2013-01-07 10:07:26 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-01-07 10:07:26 +0800 |
commit | 57a41e98ddc08896ece93315c5f8deb70b0a9934 (patch) | |
tree | 4e5353da2c1d4f4f59bf9fc12fe364c7887a9f49 /math | |
parent | 87fe1fcae9056b2d3319ad33c8c2e1777857ec28 (diff) | |
download | freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.tar.gz freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.tar.zst freebsd-ports-gnome-57a41e98ddc08896ece93315c5f8deb70b0a9934.zip |
- Update DESKTOP_ENTRIES:
* rephrase Comment field or use port ${COMMENT} if appropriate
* adjust Icon field according to the Desktop Entry Specification
* update Categories field: remove deprecated category Application;
set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
Diffstat (limited to 'math')
-rw-r--r-- | math/convertall/Makefile | 2 | ||||
-rw-r--r-- | math/qtiplot/Makefile | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/math/convertall/Makefile b/math/convertall/Makefile index 173684497f2e..3531fb2f9f63 100644 --- a/math/convertall/Makefile +++ b/math/convertall/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/ConvertAll USE_PYTHON= 2.4+ -DESKTOP_ENTRIES="ConvertAll" "${COMMENT}" "${DATADIR}/icons/${PORTNAME}.svg" \ +DESKTOP_ENTRIES="ConvertAll" "Unit converter" "${DATADIR}/icons/${PORTNAME}.svg" \ "${PORTNAME}" "Utility;Calculator;" true .include <bsd.port.options.mk> diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 63628143b351..991d234160e6 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qtiplot -# Date created: 2005-05-09 -# Whom: Jie Gao <gaoj@cpsc.ucalgary.ca> -# +# Created by: Jie Gao <gaoj@cpsc.ucalgary.ca> # $FreeBSD$ -# PORTNAME= qtiplot DISTVERSION= 0.9.8.9 @@ -12,7 +8,7 @@ CATEGORIES= math science MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ MAINTAINER= makc@FreeBSD.org -COMMENT= An Origin clone for data analysis and scientific plotting +COMMENT= Data analysis and scientific plotting BUILD_DEPENDS= ${LOCALBASE}/lib/libmuparser.a:${PORTSDIR}/math/muparser LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl \ |