#30782: efte: update to 1.1 ---------------------------+------------------------ Reporter: ryandesign@… | Owner: reiffert@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch Port: efte | ---------------------------+------------------------ Comment (by mojca@…): Please note that there is `packaging/macports/Portfile` in sources: {{{ # $Id$ PortSystem 1.0 name efte version 1.1 categories editors platforms darwin maintainers jeremy@cowgar.com description configurable programmers editor long_description \ eFTE is a lightweight, extendable, folding text editor \ geared toward the programmer. eFTE is a fork of FTE with goals of \ taking FTE to the next step, hence, Enhanced FTE. homepage http://efte.cowgar.com master_sites http://downloads.sourceforge.net/sourceforge/efte/ checksums efte-${version}.tar.gz md5 20c5ca30ed1990f473581e6cafda6a4b depends_build bin:cmake:cmake configure.args -DCMAKE_BUIL_TYPE=Release \ -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \ -DUSE_GPM=OFF -DBUILD_CONSOLE=ON -DBUILD_X=OFF configure { system "cd ${worksrcpath} && ${configure.env} cmake ${configure.args} ${worksrcpath}" } variant x11 { depends_build-append lib:libX11:XFree86 configure.args-delete "-DBUILD_X=OFF" configure.args-append "-DBUILD_X=ON" } }}} They seem to have removed the last system line. My blind guess (apart from the fact that the project doesn't seem active any longer) is that they had a good reason to remove `cefte` from the available commands, most probably special configuration is not needed any longer. Please also note that there is `macosx/eFTE.xcodeproj` in the sources, but I have no idea how it works if it works at all. The changes on http://efte.cowgar.com/cgi-bin/wiki.pl?Changes also list native Cocoa GUI, but it would help to let an actual user of the software comment. -- Ticket URL: <https://trac.macports.org/ticket/30782#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X