1
0
forked from ports/contrib

nawk: dropped

This commit is contained in:
Tim Biermann 2022-12-22 09:53:30 +00:00
parent f963978e15
commit 8d84d472f6
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 36 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nawk
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/nawk.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/60CVezIN80R4aytb56QHEcNyaq6IFMgqa4nc0rsDKJXg4NVKl/jGFbyBHc9dqSjS90GWR9b2whYkTJ/UfFEQY=
SHA256 (Pkgfile) = 2ef3724dc1a9ca82b392198c203a9462763e29409a8a70b36f34874e8933b505
SHA256 (.footprint) = 1ae93a1207e7107fff9f52ff9a0d9185794ad437058fce391fe5f1582080f5c2
SHA256 (awk-20220912.tar.gz) = 2d3caaf18df921697b8bfdc781300fba1afd60acc112a22ef5644e75e1fe3dc3

View File

@ -1,24 +0,0 @@
# Description: The one, true implementation of AWK
# URL: https://github.com/onetrueawk/
# (Really: https://www.cs.princeton.edu/~bwk/btl.mirror/)
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
name=nawk
version=20220912
realn=awk
gitver=9e248c317b88470fc86aa7c988919dc49452c88c
release=1
source=(
https://github.com/onetrueawk/${realn}/archive/\
${gitver}/${realn}-${version}.tar.gz
)
build() {
cd ${realn}-${gitver}
make
install -D a.out "${PKG}"/usr/bin/${name}
install -D -m 0644 awk.1 "${PKG}"/usr/share/man/man1/${name}.1
}
# s-sh-mode