From owner-svn-ports-head@FreeBSD.ORG Fri Sep 6 16:22:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C3D4B2AD; Fri, 6 Sep 2013 16:22:30 +0000 (UTC) (envelope-from danfe@FreeBSD.org) 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 968FD2C85; Fri, 6 Sep 2013 16:22:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r86GMU0m010471; Fri, 6 Sep 2013 16:22:30 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r86GMUfb010469; Fri, 6 Sep 2013 16:22:30 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201309061622.r86GMUfb010469@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 6 Sep 2013 16:22:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326523 - head/games/zoom 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: Fri, 06 Sep 2013 16:22:30 -0000 Author: danfe Date: Fri Sep 6 16:22:29 2013 New Revision: 326523 URL: http://svnweb.freebsd.org/changeset/ports/326523 Log: - Trim Makefile header down to two lines - Remove defunct mirror from MASTER_SITES - Use modern LIB_DEPENDS syntax - Convert USE_GMAKE and USE_PERL5 to USES - Kill EOL space, fix formatting in pkg-descr Modified: head/games/zoom/Makefile head/games/zoom/pkg-descr Modified: head/games/zoom/Makefile ============================================================================== --- head/games/zoom/Makefile Fri Sep 6 16:11:30 2013 (r326522) +++ head/games/zoom/Makefile Fri Sep 6 16:22:29 2013 (r326523) @@ -1,28 +1,23 @@ -# New ports collection makefile for: zoom -# Date created: May 07 2003 -# Whom: Jan Stocker -# +# Created by: Jan Stocker # $FreeBSD$ -# PORTNAME= zoom PORTVERSION= 1.1.5 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ \ - http://mirror.4bit.ws/ +MASTER_SITES= http://www.logicalshift.co.uk/unix/zoom/ MAINTAINER= dhn@FreeBSD.org COMMENT= Z-Interpreter for X with full V6 support -LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/t1lib \ + libpng15.so:${PORTSDIR}/graphics/png +USES= gmake perl5 +GNU_CONFIGURE= yes USE_CSTD= gnu89 -USE_PERL5= yes USE_XORG= xft -USE_GMAKE= yes -GNU_CONFIGURE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/games/zoom/pkg-descr ============================================================================== --- head/games/zoom/pkg-descr Fri Sep 6 16:11:30 2013 (r326522) +++ head/games/zoom/pkg-descr Fri Sep 6 16:22:29 2013 (r326523) @@ -1,6 +1,6 @@ -Zoom is a Z-Machine, which means that it plays text adventure games written in -ZCode. It plays V3-V8 including V6 graphics (you need the blb-files from +Zoom is a Z-Machine, which means that it plays text adventure games written +in ZCode. It plays V3-V8 including V6 graphics (you need the blb-files from http://www.ifarchive.org/indexes/if-archiveXinfocomXmediaXblorb.html for -original Infocom V6 games) +original Infocom V6 games). WWW: http://www.logicalshift.demon.co.uk/unix/zoom/