diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
commit | 816503d0c5051e291b1c9d153597bec2c0d90e3e (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /math | |
parent | 422d267e1126322ee1278071a404f04be2383f95 (diff) | |
download | freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.gz freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.zst freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.zip |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Diffstat (limited to 'math')
-rw-r--r-- | math/drgeo/Makefile | 8 | ||||
-rw-r--r-- | math/drgeo/files/patch-drgeo__adaptDialog.cc (renamed from math/drgeo/files/patch-drgeo_adaptDialog.cc) | 0 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-descr | 2 | ||||
-rw-r--r-- | math/p5-Math-Polygon-Tree/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-Polygon-Tree/pkg-descr | 2 |
6 files changed, 6 insertions, 18 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index 3578b12f8d02..b797b456761f 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: drgenius -# Date created: 11 January 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= drgeo PORTVERSION= 1.1.0 @@ -14,7 +10,7 @@ MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= GTK interactive geometry software -LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile:${PORTSDIR}/lang/guile USES= gettext USE_GNOME= gnomehack gnomeprefix intlhack libglade2 diff --git a/math/drgeo/files/patch-drgeo_adaptDialog.cc b/math/drgeo/files/patch-drgeo__adaptDialog.cc index 2f4e03aca3ca..2f4e03aca3ca 100644 --- a/math/drgeo/files/patch-drgeo_adaptDialog.cc +++ b/math/drgeo/files/patch-drgeo__adaptDialog.cc diff --git a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile index a6aa389114d9..2a7360abeef0 100644 --- a/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile +++ b/math/p5-Math-Geometry-Planar-GPC-Polygon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Math-Geometry-Planar-GPC-Polygon -# Date created: 03 Mar 2011 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Math-Geometry-Planar-GPC-Polygon PORTVERSION= 0.05 diff --git a/math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-descr b/math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-descr index 1371789f18d9..b9ab60cd13a9 100644 --- a/math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-descr +++ b/math/p5-Math-Geometry-Planar-GPC-Polygon/pkg-descr @@ -1,3 +1,3 @@ Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc library -WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/ +WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/ diff --git a/math/p5-Math-Polygon-Tree/Makefile b/math/p5-Math-Polygon-Tree/Makefile index 3d34b5442b29..6ad34b57f611 100644 --- a/math/p5-Math-Polygon-Tree/Makefile +++ b/math/p5-Math-Polygon-Tree/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Math-Polygon-Tree -# Date created: 03 Mar 2011 -# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> -# +# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Math-Polygon-Tree PORTVERSION= 0.05 diff --git a/math/p5-Math-Polygon-Tree/pkg-descr b/math/p5-Math-Polygon-Tree/pkg-descr index 78fb916fb2b6..fdecb93d723e 100644 --- a/math/p5-Math-Polygon-Tree/pkg-descr +++ b/math/p5-Math-Polygon-Tree/pkg-descr @@ -2,4 +2,4 @@ Math::Polygon::Tree creates a B-tree of polygon parts for fast check if object is inside this polygon. This method is effective if polygon has hundreds or more segments. -WWW: http://search.cpan.org/dist/Math-Polygon-Tree/ +WWW: http://search.cpan.org/dist/Math-Polygon-Tree/ |