Add the libpuffy helper library and jot, patch, and printf utils

from OpenBSD.
This commit is contained in:
Brian Callahan 2020-03-14 16:59:55 -04:00 committed by Andreas Kling
parent 5967262d81
commit a521d2f950
Notes: sideshowbarker 2024-07-19 08:18:18 +09:00
4 changed files with 19 additions and 0 deletions

5
Ports/jot/package.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash ../.port_include.sh
port=jot
version=6.6
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/jot-${version}.tar.gz jot-${version}.tar.gz"
depends=libpuffy

4
Ports/libpuffy/package.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash ../.port_include.sh
port=libpuffy
version=1.0
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-${version}/libpuffy-${version}.tar.gz libpuffy-${version}.tar.gz"

5
Ports/patch/package.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash ../.port_include.sh
port=patch
version=6.6
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/patch-${version}.tar.gz patch-${version}.tar.gz"
depends=libpuffy

5
Ports/printf/package.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash ../.port_include.sh
port=printf
version=6.6
files="https://github.com/ibara/libpuffy/releases/download/libpuffy-1.0/printf-${version}.tar.gz printf-${version}.tar.gz"
depends=libpuffy