Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2013 16:11:34 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314582 - in head: graphics/epstool math/alt-ergo math/fftw3 print/gsview
Message-ID:  <201303181611.r2IGBYAX006333@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bf
Date: Mon Mar 18 16:11:34 2013
New Revision: 314582
URL: http://svnweb.freebsd.org/changeset/ports/314582

Log:
  update master sites; trim headers; reposition LICENSE, WWW

Modified:
  head/graphics/epstool/Makefile   (contents, props changed)
  head/math/alt-ergo/Makefile
  head/math/alt-ergo/pkg-descr   (contents, props changed)
  head/math/fftw3/Makefile
  head/math/fftw3/pkg-descr   (contents, props changed)
  head/print/gsview/Makefile   (contents, props changed)

Modified: head/graphics/epstool/Makefile
==============================================================================
--- head/graphics/epstool/Makefile	Mon Mar 18 15:51:39 2013	(r314581)
+++ head/graphics/epstool/Makefile	Mon Mar 18 16:11:34 2013	(r314582)
@@ -1,22 +1,17 @@
-# New ports collection makefile for:	epstool
-# Date created:		23 October 1999
-# Whom:			Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
-#
+# Created by: Yuzo FURUKAWA <hurukawa@kuee.kyoto-u.ac.jp>
 # $FreeBSD$
-#
 
 PORTNAME=	epstool
 PORTVERSION=	3.08
 PORTREVISION=	4
 CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_TEX_CTAN:S/$/:1/} \
-		ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/:2
-MASTER_SITE_SUBDIR=	support/ghostscript/ghostgum/:1
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:1,2
+MASTER_SITES=	LOCAL/bf
 
 MAINTAINER=	bf@FreeBSD.org
 COMMENT=	Create or extract preview bitmaps in EPS files
 
+LICENSE=	GPLv2
+
 USE_GHOSTSCRIPT_RUN=	yes
 
 USE_GMAKE=	yes
@@ -30,8 +25,6 @@ MAKE_JOBS_UNSAFE=	yes
 MAN1=		epstool.1
 PLIST_FILES=	bin/epstool
 
-LICENSE=	GPLv2
-
 .if !defined(NOPORTDOCS)
 PORTDOCS=	epstool.htm gsview.css
 .endif

Modified: head/math/alt-ergo/Makefile
==============================================================================
--- head/math/alt-ergo/Makefile	Mon Mar 18 15:51:39 2013	(r314581)
+++ head/math/alt-ergo/Makefile	Mon Mar 18 16:11:34 2013	(r314582)
@@ -5,7 +5,7 @@ PORTNAME=	alt-ergo
 PORTVERSION=	0.94
 PORTREVISION=	2
 CATEGORIES=	math
-MASTER_SITES=	http://alt-ergo.lri.fr/http/ LOCAL/bf
+MASTER_SITES=	http://alt-ergo.lri.fr/http/alt-ergo-${PORTVERSION}/ LOCAL/bf
 
 MAINTAINER=	bf@FreeBSD.org
 COMMENT=	An automatic theorem prover dedicated to program verification

Modified: head/math/alt-ergo/pkg-descr
==============================================================================
--- head/math/alt-ergo/pkg-descr	Mon Mar 18 15:51:39 2013	(r314581)
+++ head/math/alt-ergo/pkg-descr	Mon Mar 18 16:11:34 2013	(r314582)
@@ -7,4 +7,4 @@ home made SAT-solver and an instantiatio
 Alt-Ergo is compact, safe, and modular. Each component is described by a small
 set of inference rules and is implemented as an Ocaml functor.
 
-WWW:	http://alt-ergo.lri.fr
+WWW: http://alt-ergo.lri.fr

Modified: head/math/fftw3/Makefile
==============================================================================
--- head/math/fftw3/Makefile	Mon Mar 18 15:51:39 2013	(r314581)
+++ head/math/fftw3/Makefile	Mon Mar 18 16:11:34 2013	(r314582)
@@ -6,8 +6,8 @@ PORTNAME=	fftw3
 PORTVERSION=	3.3.3
 PORTREVISION?=	1
 CATEGORIES=	math
-MASTER_SITES=	ftp://ftp.fftw.org/pub/fftw/ \
-		ftp://ftp.fftw.org/pub/fftw/old/
+MASTER_SITES=	http://www.fftw.org/ \
+		ftp://ftp.fftw.org/pub/fftw/
 PKGNAMESUFFIX=	${FFTW3_PKGNAMESUFFIX}
 DISTNAME=	fftw-${PORTVERSION}
 

Modified: head/math/fftw3/pkg-descr
==============================================================================
--- head/math/fftw3/pkg-descr	Mon Mar 18 15:51:39 2013	(r314581)
+++ head/math/fftw3/pkg-descr	Mon Mar 18 16:11:34 2013	(r314582)
@@ -13,4 +13,4 @@ track of users and send you information 
 version of FFTW, benchmarks, links, and other information can be found at
 the FFTW home page.
 
-WWW:	http://www.fftw.org/
+WWW: http://www.fftw.org/

Modified: head/print/gsview/Makefile
==============================================================================
--- head/print/gsview/Makefile	Mon Mar 18 15:51:39 2013	(r314581)
+++ head/print/gsview/Makefile	Mon Mar 18 16:11:34 2013	(r314582)
@@ -1,15 +1,11 @@
-# New ports collection makefile for:   gsview
-# Date created:        13 July 2008
-# Whom:                bf <bf2006a@yahoo.com>
-#
+# Created by: bf <bf2006a@yahoo.com>
 # $FreeBSD$
-#
 
 PORTNAME=	gsview
 PORTVERSION=	4.9
 PORTREVISION=	4
 CATEGORIES=	print
-MASTER_SITES=	http://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/
+MASTER_SITES=	LOCAL/bf
 
 MAINTAINER=	bf@FreeBSD.org
 COMMENT=	A GUI to view, search, print, and convert PostScript and PDF documents
@@ -24,6 +20,8 @@ NO_CDROM=	Can only be distributed for fr
 
 MAKE_ENV+=	PTHREAD_LIBS=${PTHREAD_LIBS} PTHREAD_CFLAGS=${PTHREAD_CFLAGS}
 
+MAKE_JOBS_UNSAFE=	yes
+
 MAN1=		gsview.1
 PLIST_FILES=	bin/gsview \
 		bin/gsview-help \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303181611.r2IGBYAX006333>