Compare commits

...

2 Commits

Author SHA1 Message Date
1bcb8af5f5 Added dropbear. 2021-05-11 13:53:46 +00:00
f78f8dc44b Added some new packages. 2021-05-11 13:52:48 +00:00
9 changed files with 54 additions and 0 deletions

13
ports/dropbear/build Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh -e
autoconf;autoheader
./configure \
--prefix=/usr \
--enable-static
make
make scp
make DESTDIR="$1" install
ln -s /usr/bin/dbclient "$1/usr/bin/ssh"

1
ports/dropbear/checksums Normal file
View File

@ -0,0 +1 @@
c7cfc687088daca392b780f4af87d92ec1803f062c4c984f02062adc41b8147f

26
ports/dropbear/manifest Normal file
View File

@ -0,0 +1,26 @@
/var/db/kiss/installed/dropbear/version
/var/db/kiss/installed/dropbear/sources
/var/db/kiss/installed/dropbear/manifest
/var/db/kiss/installed/dropbear/checksums
/var/db/kiss/installed/dropbear/build
/var/db/kiss/installed/dropbear/
/var/db/kiss/installed/
/var/db/kiss/
/var/db/
/var/
/usr/share/man/man8/dropbear.8
/usr/share/man/man8/
/usr/share/man/man1/dropbearkey.1
/usr/share/man/man1/dropbearconvert.1
/usr/share/man/man1/dbclient.1
/usr/share/man/man1/
/usr/share/man/
/usr/share/
/usr/sbin/dropbear
/usr/sbin/
/usr/bin/ssh
/usr/bin/dropbearkey
/usr/bin/dropbearconvert
/usr/bin/dbclient
/usr/bin/
/usr/

1
ports/dropbear/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/mkj/dropbear/archive/refs/tags/DROPBEAR_2020.81.tar.gz

1
ports/dropbear/version Normal file
View File

@ -0,0 +1 @@
2020.81 1

9
ports/xf86-input-mouse/build Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh -e
./autogen.sh
./configure \
-prefix=/usr
make
make DESTDIR="$1" install

View File

@ -0,0 +1 @@
fc2449119fb0395cff72997fde3da582a8c30b08ce14c6affbd1e7dd1466a66d

View File

@ -0,0 +1 @@
https://github.com/freedesktop/xorg-xf86-input-mouse/archive/refs/tags/xf86-input-mouse-1.9.3.tar.gz

View File

@ -0,0 +1 @@
1.9.3 1