X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id A7470DC03C0 for ; Sun, 18 Jan 2015 02:27:10 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id kx10so1053640pab.11 for ; Sat, 17 Jan 2015 18:27:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=ZsEdCuHPNXiiVh4Di5d5IUfNo41JbmBmfYKFbTDYnvE=; b=BWNL5sunygA+SYzspJnnQRYXMa28RtDDL0lojoYKuBKnF66T5PjCNDC5aUs7iz2zba 8iWHSMAeFal9aXN12m31IKTEWVbGsgvDL6oNgXlpXqepAL1ebOMzlUQRbVna4VKqPDhs 2TmJIGe0R1XUqZCH/gXsEWYlxW3y3FRokEo2ql74Poq0mgwUJGKg+Ij8ZL06CkK/eQO+ Kzy1G0J3akzIda4u2hW7QUU5CUJfDWcje9nUFQuEFpsgeywxzGYzWPn/VTyl8P9EEurg dGjTYXoxC6WRbiTlrrNTpl1TUtjugQWZHmvfTOlH9AcIhk7E5iEvHTbvrfNVpBz28bE2 EQKw== X-Received: by 10.70.47.161 with SMTP id e1mr34300310pdn.55.1421548029660; Sat, 17 Jan 2015 18:27:09 -0800 (PST) Received: from localhost ([74.82.134.59]) by mx.google.com with ESMTPSA id pf10sm7781576pbc.82.2015.01.17.18.27.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Jan 2015 18:27:08 -0800 (PST) From: systmkor To: alpine-aports@lists.alpinelinux.org Cc: systmkor@gmail.com Subject: [alpine-aports] [PATCH] testing/oksh: new aport Date: Sat, 17 Jan 2015 18:27:05 -0800 Message-Id: <1421548025-4638-1-git-send-email-systmkor@gmail.com> X-Mailer: git-send-email 2.2.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Korn Shell ported version of ksh from OpenBSD http://www.connochaetos.org/oksh/ --- testing/oksh/APKBUILD | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 testing/oksh/APKBUILD diff --git a/testing/oksh/APKBUILD b/testing/oksh/APKBUILD new file mode 100644 index 0000000..6b896d0 --- /dev/null +++ b/testing/oksh/APKBUILD @@ -0,0 +1,58 @@ +# Contributor: Orion