From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 09:18:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03998AE7; Thu, 27 Feb 2014 09:18:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C96E71FA0; Thu, 27 Feb 2014 09:18:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1R9I0S5050022; Thu, 27 Feb 2014 09:18:00 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1R9I0Zu050018; Thu, 27 Feb 2014 09:18:00 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402270918.s1R9I0Zu050018@svn.freebsd.org> From: Martin Wilke Date: Thu, 27 Feb 2014 09:18:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346292 - head/astro/rmap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 09:18:01 -0000 Author: miwi Date: Thu Feb 27 09:18:00 2014 New Revision: 346292 URL: http://svnweb.freebsd.org/changeset/ports/346292 QAT: https://qat.redports.org/buildarchive/r346292/ Log: - Update MASTER_SITES and WWW: line - Add LICENSE - Support PLIST_FILES PR: 187065 Submitted by: ports fury Deleted: head/astro/rmap/pkg-plist Modified: head/astro/rmap/Makefile head/astro/rmap/pkg-descr Modified: head/astro/rmap/Makefile ============================================================================== --- head/astro/rmap/Makefile Thu Feb 27 09:16:22 2014 (r346291) +++ head/astro/rmap/Makefile Thu Feb 27 09:18:00 2014 (r346292) @@ -5,20 +5,23 @@ PORTNAME= rmap PORTVERSION= 1.2 PORTREVISION= 12 CATEGORIES= astro geography -MASTER_SITES= http://www.reza.net/rmap/ +MASTER_SITES= http://reza.net/rmap/ MAINTAINER= ports@FreeBSD.org COMMENT= Generates images of the Earth centered at a particular location -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-07 +LICENCE= GPLv2 # (or later) LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd -GNU_CONFIGURE= yes USES= gmake +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +LDFLAGS+= -L${LOCALBASE}/lib + +PLIST_FILES= bin/rmap man/man1/rmap.1.gz %%DATADIR%%/earth.rez \ + %%DATADIR%%/rmap.colors +PLIST_DIRS= %%DATADIR%% .include Modified: head/astro/rmap/pkg-descr ============================================================================== --- head/astro/rmap/pkg-descr Thu Feb 27 09:16:22 2014 (r346291) +++ head/astro/rmap/pkg-descr Thu Feb 27 09:18:00 2014 (r346292) @@ -1,7 +1,8 @@ -This program generates, but does not display, image files containing raster -maps of the Earth. It includes public-domain, vector data from which they -are drawn, describing the continents, bodies of water, boundaries of -countries and U.S. states, and a few cities. Command-line options allow -centering the maps at a particular latitude and longitude and zooming in. +This program generates, but does not display, image files containing +raster maps of the Earth. It includes public-domain, vector data from +which they are drawn, describing the continents, bodies of water, +boundaries of countries and U.S. states, and a few cities. Command-line +options allow centering the maps at a particular latitude and longitude +and zooming in. -WWW: http://www.reza.net/rmap/ +WWW: http://reza.net/cms/index.php?page=rmap_-_Global_Vector-Based_Mapping_Software