From owner-svn-ports-head@FreeBSD.ORG Tue Jun 25 12:47:08 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 631181E4; Tue, 25 Jun 2013 12:47:08 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3ACDE1946; Tue, 25 Jun 2013 12:47:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5PCl8SM003732; Tue, 25 Jun 2013 12:47:08 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5PCl7Jv003730; Tue, 25 Jun 2013 12:47:07 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306251247.r5PCl7Jv003730@svn.freebsd.org> From: William Grzybowski Date: Tue, 25 Jun 2013 12:47:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321741 - head/graphics/founts X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jun 2013 12:47:08 -0000 Author: wg Date: Tue Jun 25 12:47:07 2013 New Revision: 321741 URL: http://svnweb.freebsd.org/changeset/ports/321741 Log: graphics/founts: minor fixes - Trim Makefile header [1] - Remove leading article from COMMENT [1] - Add DOCS option [1] - Install desktop entry/icon [1] - Fix build with clang PR: ports/179948 Submitted by: nemysis [1] (maintainer) Modified: head/graphics/founts/Makefile head/graphics/founts/distinfo Modified: head/graphics/founts/Makefile ============================================================================== --- head/graphics/founts/Makefile Tue Jun 25 12:36:58 2013 (r321740) +++ head/graphics/founts/Makefile Tue Jun 25 12:47:07 2013 (r321741) @@ -1,27 +1,34 @@ -# New Ports collection makefile for: founts -# Date created: 2012-05-01 -# Whom: nemysis@gmx.ch -# +# Created by: nemysis # $FreeBSD$ -# PORTNAME= founts PORTVERSION= 12 +PORTREVISION= 1 CATEGORIES= graphics games -MASTER_SITES= http://www.linuxmotors.com/founts/downloads/ -EXTRACT_SUFX= .tgz +MASTER_SITES= http://www.linuxmotors.com/founts/downloads/ \ + SF/nemysisfreebsdp/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}.tgz \ + ${PORTNAME}.png:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}.tgz MAINTAINER= nemysis@gmx.ch -COMMENT= A demo/program inspired by Erics cascade +COMMENT= Demo/program inspired by Erics cascade LICENSE= GPLv2 USE_SDL= sdl +CFLAGS= -Wno-return-type -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png PORTDOCS= Changelog README +OPTIONS_DEFINE= DOCS + +DESKTOP_ENTRIES="Founts" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Graphics;Game;" false + .include do-build: @@ -29,15 +36,12 @@ do-build: -lm `${SDL_CONFIG} --cflags --libs` founts.c do-install: -# Executable ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps -# Documentation .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include Modified: head/graphics/founts/distinfo ============================================================================== --- head/graphics/founts/distinfo Tue Jun 25 12:36:58 2013 (r321740) +++ head/graphics/founts/distinfo Tue Jun 25 12:47:07 2013 (r321741) @@ -1,2 +1,4 @@ SHA256 (founts-12.tgz) = 46da7a97eef91c162c946914dc81ab523963b4a5faebdf2bfd8482f32a485a8a SIZE (founts-12.tgz) = 21447 +SHA256 (founts.png) = a8e1dd4ddd78fef3b60e858d4fdc38cdb1388c999031f9306849a09ae0a977d6 +SIZE (founts.png) = 6266