diff --git a/mbase/dzen-git b/mbase/dzen-git new file mode 100644 index 0000000..e69de29 diff --git a/ports/guile/build b/ports/guile/build new file mode 100755 index 0000000..a3a2677 --- /dev/null +++ b/ports/guile/build @@ -0,0 +1,11 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-error-on-warning \ + --disable-static + + + +make +make DESTDIR="$1" install diff --git a/ports/guile/build~ b/ports/guile/build~ new file mode 100755 index 0000000..84249a8 --- /dev/null +++ b/ports/guile/build~ @@ -0,0 +1,13 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-dependency-tracking \ + --disable-static +# --enable-jit=yes \ +# --enable-cross-guesses=conservative \ + + + +make +make DESTDIR="$1" install diff --git a/ports/guile/ccache/3.0-LE-8-4.5/usr/share/guile/3.0/ice-9/command-line.scm.go.BJHEAH b/ports/guile/ccache/3.0-LE-8-4.5/usr/share/guile/3.0/ice-9/command-line.scm.go.BJHEAH new file mode 100644 index 0000000..e69de29 diff --git a/ports/guile/ccache/3.0-LE-8-4.5/usr/share/guile/3.0/ice-9/command-line.scm.go.fpJEBm b/ports/guile/ccache/3.0-LE-8-4.5/usr/share/guile/3.0/ice-9/command-line.scm.go.fpJEBm new file mode 100644 index 0000000..e69de29 diff --git a/ports/guile/ccache/3.0-LE-8-4.5/usr/share/guile/3.0/ice-9/command-line.scm.go.iMfhaf b/ports/guile/ccache/3.0-LE-8-4.5/usr/share/guile/3.0/ice-9/command-line.scm.go.iMfhaf new file mode 100644 index 0000000..e69de29 diff --git a/ports/guile/ccache/3.0-LE-8-4.5/usr/share/guile/3.0/ice-9/command-line.scm.go.oDGpPj b/ports/guile/ccache/3.0-LE-8-4.5/usr/share/guile/3.0/ice-9/command-line.scm.go.oDGpPj new file mode 100644 index 0000000..e69de29 diff --git a/ports/guile/checksums b/ports/guile/checksums new file mode 100644 index 0000000..fab39a2 --- /dev/null +++ b/ports/guile/checksums @@ -0,0 +1 @@ +000fc43c1b0a5cfbd85b67e01afd58e847bd1f279e3439bb7db37282b0459f56 diff --git a/ports/guile/depends b/ports/guile/depends new file mode 100644 index 0000000..334f5f7 --- /dev/null +++ b/ports/guile/depends @@ -0,0 +1,6 @@ +boehm-gc +libffi +libgmp +libunistring +ncurses +readline diff --git a/ports/guile/sources b/ports/guile/sources new file mode 100644 index 0000000..6ca57e2 --- /dev/null +++ b/ports/guile/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/guile/guile-3.0.6.tar.gz diff --git a/ports/guile/sources~ b/ports/guile/sources~ new file mode 100644 index 0000000..38a0f7a --- /dev/null +++ b/ports/guile/sources~ @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/guile/guile-3.0.7.tar.gz diff --git a/ports/guile/version b/ports/guile/version new file mode 100644 index 0000000..25af910 --- /dev/null +++ b/ports/guile/version @@ -0,0 +1 @@ +3.0.6 1 diff --git a/ports/guile/version~ b/ports/guile/version~ new file mode 100644 index 0000000..921ab8e --- /dev/null +++ b/ports/guile/version~ @@ -0,0 +1 @@ +3.0.7 1 diff --git a/ports/liburlmatch-git/build b/ports/liburlmatch-git/build new file mode 100755 index 0000000..519aae0 --- /dev/null +++ b/ports/liburlmatch-git/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +make + +make DESTDIR="$1" install diff --git a/ports/liburlmatch-git/sources b/ports/liburlmatch-git/sources new file mode 100644 index 0000000..83f466b --- /dev/null +++ b/ports/liburlmatch-git/sources @@ -0,0 +1 @@ +git+https://github.com/clbr/urlmatch diff --git a/ports/liburlmatch-git/version b/ports/liburlmatch-git/version new file mode 100644 index 0000000..a383ea1 --- /dev/null +++ b/ports/liburlmatch-git/version @@ -0,0 +1 @@ +git 1 diff --git a/ports/physfs-git/build b/ports/physfs-git/build new file mode 100755 index 0000000..4584da9 --- /dev/null +++ b/ports/physfs-git/build @@ -0,0 +1,5 @@ +#!/bin/sh -e + +cmake -DCMAKE_INSTALL_PREFIX=/usr . + +make DESTDIR="$1" install diff --git a/ports/physfs-git/sources b/ports/physfs-git/sources new file mode 100644 index 0000000..9532426 --- /dev/null +++ b/ports/physfs-git/sources @@ -0,0 +1 @@ +git+https://github.com/icculus/physfs diff --git a/ports/physfs-git/version b/ports/physfs-git/version new file mode 100644 index 0000000..a383ea1 --- /dev/null +++ b/ports/physfs-git/version @@ -0,0 +1 @@ +git 1