From 14052e8a1a03d83a6689997ea6a6f44a515032a7 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Wed, 27 May 2020 21:11:55 -0500 Subject: [PATCH] Remove MacPorts Portfile noahstrap is now in the main MacPorts ports collection so there is no reason to have a local Portfile. --- Portfile | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 Portfile diff --git a/Portfile b/Portfile deleted file mode 100644 index e9e6769..0000000 --- a/Portfile +++ /dev/null @@ -1,40 +0,0 @@ -# -*- 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 - -PortSystem 1.0 -PortGroup GitHub 1.0 - -github.setup linux-noah noahstrap 2.0.0 - -categories emulators -maintainers nomaintainer -platforms darwin -# others do not make sense at this point -supported_archs x86_64 - -description Bootstrap a Linux ABI implementation for OSX - -homepage http://github.com/linux-noah/noahstrap - -long_description Noah is a Darwin subsystem for Linux, or \"Bash on Ubuntu on Mac OS X\". Noah is implemented as a hypervisor that traps linux system calls and translates them into Darwin's system calls. Noah also has an interpreter of ELF files so that binary executables of Linux run directly and flawlessly without any modifications. \ -\ - I.e. it's effectively an OSX Linux Execution Flavour, similar to that of FreeBSD Linuxolator, aka Linux Emulation, aka Linux ABI. \ -\ - In other words, it's the exact reverse of the Linux Darling project: https://github.com/darlinghq. - -license Dual MIT/GPL - -checksums rmd160 7eb7168d4211255e3ff6e603b68d36a1746ecda8 \ - sha256 616a05c9eb3c12bfcfe12933652a27663c56c46fe91b5d799061742e0973f3fe - -configure {} - -build { - reinplace "s|gtar|gnutar|g" ${worksrcpath}/noahstrap - } - -destroot { - xinstall -m 555 ${worksrcpath}/noahstrap ${destroot}${prefix}/bin/noahstrap - } - -depends_lib port:pv \ - port:gnutar