#38240: Port request: Tiled ---------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Keywords: | Port: tiled ---------------------+-------------------------------- Tiled is an open-source, Qt-based map editor for 2D video games, using the custom .tmx map format. Links: Homepage: http://www.mapeditor.org SourceForge: http://sourceforge.net/projects/tiled/ GitHub: https://github.com/bjorn/tiled I had started writing a portfile for it myself, but I gave up on it because I find the Qt portgroup too difficult. I suppose I can paste what I have so far though: {{{ # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c -basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup qt4 1.0 name tiled version 0.9.0 revision 0 categories devel games aqua platforms darwin license {BSD GPL-2 LGPLv2} maintainers nomaintainer description ${name} is a general purpose tile map editor, built to be flexible and easy to use. long_description \ ${description} In addition to its own map format, Tiled supports read/write plugins for using it with \ proprietary map formats or formats used by other editors. homepage http://www.mapeditor.org # sourceforge project name is different from port name, so not using sourceforge fetch group master_sites http://sourceforge.net/projects/tiled/files/tiled- qt/${version}/ # Have to specify the .tar.gz dist because otherwise it might grab the .dmg binary # (note: haven't actually tested this; just speculating) distname ${name}-qt-${version}.tar.gz checksums md5 e2e21a54ff17e34b49b8a330cc8b657e \ sha1 389c846bf81adf411cb004329028924432b4b2cd \ rmd160 3faf36f22187b82943640bfb833d14c617487c01 \ sha256 ffc8831be72eede7a2fca64909560124452370457214d811d6c7030e057a1a33 }}} (I did'''n't''' make this an attachment because it's incomplete and I do'''n't''' want anyone to try using it as an actual portfile as is) -- Ticket URL: <https://trac.macports.org/ticket/38240> MacPorts <http://www.macports.org/> Ports system for Mac OS