Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -2322,7 +2322,7 @@ libgnunettransport.so.2 gnunet-0.12.2_1
libgnunettransportapplication.so.0 gnunet-0.12.2_1
libgnunettransportcore.so.0 gnunet-0.12.2_1
libgnunettransportcommunicator.so.0 gnunet-0.12.2_1
libskarnet.so.2.13 skalibs-2.13.0.0_1
libskarnet.so.2.14 skalibs-2.14.1.1_1
libKF5BalooWidgets.so.5 baloo-widgets5-17.04.3_1
libtidy.so.58 libtidy5-5.8.0_1
libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
Expand Down Expand Up @@ -3596,7 +3596,7 @@ libltc.so.11 libltc-1.3.1_1
libvpd-2.2.so.2 libvpd-2.2.6_1
libvpd_cxx-2.2.so.2 libvpd-2.2.6_1
liblcf.so.0 liblcf-0.6.0_1
liboblibs.so.0.1 oblibs-0.1.1.1_1
liboblibs.so.0.2 oblibs-0.2.1.0_1
libaal-1.0.so.7 libaal-1.0.7_1
libaal-minimal.so.0 libaal-1.0.7_1
libcli.so.1.9 libcli-1.9.8.4_1
Expand Down
12 changes: 6 additions & 6 deletions srcpkgs/66-tools/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for '66-tools'
pkgname=66-tools
version=0.0.8.0
revision=3
version=0.1.0.1
revision=1
build_style=configure
configure_args="--prefix=/usr
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
Expand All @@ -12,10 +12,10 @@ makedepends="oblibs-devel execline-devel skalibs-devel"
short_desc="Small tools and helpers for service scripts execution"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="http://web.obarun.org/software/index.html"
changelog="https://framagit.org/Obarun/66-tools/-/raw/master/doc/upgrade.md"
distfiles="https://framagit.org/Obarun/66-tools/-/archive/v${version}/66-tools-v${version}.tar.gz"
checksum=58f072ce1bbc6b6440046d3dc860ca31bb3f39801d09853141006dd5f7041dbb
homepage="https://git.obarun.org/Obarun/66-tools"
changelog="https://git.obarun.org/Obarun/66-tools/-/raw/master/doc/upgrade.md"
distfiles="https://git.obarun.org/Obarun/66-tools/-/archive/${version}/66-tools-${version}.tar.gz"
checksum=88205786acaaf4d3c4b49a182b0ae36f9da64117612cdecb89cad72d9be4eb4a

post_install() {
vlicense LICENSE
Expand Down
27 changes: 0 additions & 27 deletions srcpkgs/66/patches/shutdown_posixsh.diff

This file was deleted.

23 changes: 10 additions & 13 deletions srcpkgs/66/template
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# Template file for '66'
pkgname=66
version=0.6.2.0
revision=4
version=0.7.0.0
revision=1
build_style=configure
configure_args="--prefix=/usr
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
--with-lib=${XBPS_CROSS_BASE}/usr/lib
--with-s6-log-timestamp=iso
--with-s6-log-user=_s6log
--with-system-dir=/etc/66/lib"
--with-lib=${XBPS_CROSS_BASE}/usr/lib --with-s6-log-timestamp=iso
--with-s6-log-user=_s6log --with-system-dir=/etc/66/lib"
hostmakedepends="pkg-config lowdown"
makedepends="oblibs-devel skalibs-devel execline-devel s6-devel s6-rc-devel"
depends="s6-rc"
short_desc="Small tools built around s6 and s6-rc programs"
makedepends="oblibs-devel skalibs-devel execline-devel s6-devel"
short_desc="Service manager based on s6 for init and service supervision"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="http://web.obarun.org/software/"
homepage="https://git.obarun.org/Obarun/66"
changelog="https://git.obarun.org/Obarun/66/-/raw/master/doc/upgrade.md"
distfiles="https://git.obarun.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
checksum=f63600e9f8e53211e421707aae7f98d2fa9d1b0d0b4b39162cf180df12b99c28
distfiles="https://git.obarun.org/Obarun/66/-/archive/${version}/66-${version}.tar.bz2"
checksum=9c396b26697b7b16f4cf8bf70ecf45bda944080d09e558b4ed11aa931d39d37e
patch_args="-Np1"

conf_files="/etc/66/init.conf"
Expand All @@ -28,7 +25,6 @@ system_accounts="_s6log"
make_dirs="/var/log/66 0750 _s6log _s6log"

pre_configure() {

# Clean the default $PATH for service scripts
vsed -i "s@PATH=/usr/bin:/usr/sbin:/bin:/sbin:/usr/local/bin@PATH=/usr/bin:/usr/sbin@" \
"${wrksrc}/skel/init.conf"
Expand All @@ -37,6 +33,7 @@ pre_configure() {
post_install() {
vdoc README.md
vlicense LICENSE
mv "${DESTDIR}"/usr/bin/init "${DESTDIR}"/etc/66/init
}

66-doc_package() {
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/execline-man-pages/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 'execline-man-pages'
pkgname=execline-man-pages
version=2.9.2.0.2
version=2.9.4.0.1
revision=1
build_style=gnu-makefile
hostmakedepends="mdocml"
short_desc="Mdoc versions of the documentation for the execline suite"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://github.com/flexibeast/execline-man-pages"
distfiles="https://github.com/flexibeast/execline-man-pages/archive/v${version}.tar.gz"
checksum=bc8ce8814b1e2c3b4b66dfb35cff8c38364877fe90f0b6fe4446dce130d43355
homepage="https://git.sr.ht/~flexibeast/execline-man-pages"
distfiles="https://git.sr.ht/~flexibeast/execline-man-pages/archive/v${version}.tar.gz"
checksum=96ab14161b4b6a912b03144be174e80c4d6560d1299b11c6b7ac9e47141f9400

post_install() {
vlicense LICENSE
Expand Down
9 changes: 4 additions & 5 deletions srcpkgs/execline/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# Template file for 'execline'
pkgname=execline
version=2.9.2.0
version=2.9.4.0
revision=1
build_style=configure
configure_args="--libdir=/usr/lib --bindir=/usr/bin
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
--with-lib=${XBPS_CROSS_BASE}/usr/lib
$(vopt_if static --enable-static-libc)
--with-lib=${XBPS_CROSS_BASE}/usr/lib $(vopt_if static --enable-static-libc)
$(vopt_if multicall --enable-multicall)"
makedepends="skalibs-devel"
short_desc="Non-interactive scripting language"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://skarnet.org/software/execline/"
changelog="https://skarnet.org/software/execline/upgrade.html"
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=9365012558a1e3c019cafc6eb574b0f5890495fb02652f20efdd782d577b1601
distfiles="https://skarnet.org/software/execline/execline-${version}.tar.gz"
checksum=9ab55d561539dfa76ff4a97906fa995fc4a288e3de5225cb1a9d8fa9e9ebc49b

CFLAGS="-fPIC"

Expand Down
7 changes: 3 additions & 4 deletions srcpkgs/mdevd/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Template file for 'mdevd'
pkgname=mdevd
version=0.1.6.2
version=0.1.6.3
revision=1
build_style=configure
configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
--with-lib=${XBPS_CROSS_BASE}/usr/lib
$(vopt_if static --enable-static-libc)"
--with-lib=${XBPS_CROSS_BASE}/usr/lib $(vopt_if static --enable-static-libc)"
makedepends="skalibs-devel"
short_desc="Small mdev-compatible kernel hotplug daemon similar to udevd"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://skarnet.org/software/mdevd/"
changelog="https://skarnet.org/software/mdevd/upgrade.html"
distfiles="https://skarnet.org/software/mdevd/mdevd-${version}.tar.gz"
checksum=ac2fcf9004f07904592c5894e2c401e15bb027ecf37bcb8ea661e2a7993447be
checksum=f6ecf0ef7cd48d04efc75acb2dad967d850bc8815bdb0098f1c9ef043394d430

build_options="static"
desc_option_static="Build static binaries"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/nsss/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'nsss'
pkgname=nsss
version=0.2.0.3
version=0.2.0.4
revision=1
# Only available for musl
archs="*-musl"
Expand All @@ -16,7 +16,7 @@ license="ISC"
homepage="https://skarnet.org/software/nsss/"
changelog="https://skarnet.org/software/nsss/upgrade.html"
distfiles="https://skarnet.org/software/nsss/nsss-${version}.tar.gz"
checksum=b1e397ed5b327611a7c2c8c1dc60e91fef353c54fead464f887720bc0914148e
checksum=39b504f85bd8f6b523d334e5cfa62c02a395db35991b75f206df0abbd6761aad

build_options="static"

Expand Down
11 changes: 6 additions & 5 deletions srcpkgs/oblibs/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Template file for 'oblibs'
pkgname=oblibs
version=0.1.4.0
revision=3
version=0.2.1.0
revision=1
build_style=configure
configure_args="--prefix=/usr --libdir=/usr/lib --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps"
makedepends="skalibs-devel execline-devel"
short_desc="Obarun library"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://framagit.org/Obarun/oblibs"
distfiles="https://framagit.org/Obarun/oblibs/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
checksum=0ebb6024b9b2c737b0e065e2d49a98965db116c04caff4289acde332316b781a
homepage="https://git.obarun.org/Obarun/oblibs"
changelog="https://git.obarun.org/Obarun/oblibs/-/blob/master/NEWS.md"
distfiles="https://git.obarun.org/Obarun/oblibs/-/archive/${version}/oblibs-${version}.tar.gz"
checksum=bf36c266167502d6d73ebf9e5119564f9aea063b6d8a9cba9422fd61f91a9427

post_install() {
vlicense LICENSE
Expand Down
10 changes: 5 additions & 5 deletions srcpkgs/s6-dns/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Template file for 's6-dns'
pkgname=s6-dns
version=2.3.5.5
version=2.3.7.1
revision=1
build_style=configure
configure_args="--prefix=/usr --libdir=/usr/lib
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
--with-lib=${XBPS_CROSS_BASE}/usr/lib
$(vopt_if static --enable-static-libc)"
--with-lib=${XBPS_CROSS_BASE}/usr/lib $(vopt_if static --enable-static-libc)"
makedepends="execline-devel skalibs-devel"
short_desc="Suite of DNS client programs and libraries for Unix systems"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://skarnet.org/software/s6-dns"
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
checksum=56979b5d5125c38071a80b5e3df0d4a6b2a7c52bb863a2410b6e3d797ffe1ee8
changelog="https://skarnet.org/software/s6-dns/upgrade.html"
distfiles="https://skarnet.org/software/s6-dns/s6-dns-${version}.tar.gz"
checksum=cf0258574ec7d62b654e0c2ad78af4c7d67ac4c9cb37f781480f597e54b30f6d

build_options="static"

Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/s6-linux-utils/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Template file for 's6-linux-utils'
pkgname=s6-linux-utils
version=2.6.1.0
version=2.6.2.0
revision=1
build_style=configure
configure_args="--libdir=/usr/lib --includedir=/usr/include
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
--with-lib=${XBPS_CROSS_BASE}/usr/lib --bindir=/usr/bin
$(vopt_if static '--enable-static-libc')
$(vopt_if multicall '--enable-multicall') "
$(vopt_if multicall '--enable-multicall')"
makedepends="skalibs-devel"
short_desc="Minimalistic Linux-specific system utilities (s6-chroot, s6-mount etc.)"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://skarnet.org/software/s6-linux-utils"
changelog="https://skarnet.org/software/s6-linux-utils/upgrade.html"
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
checksum=2accb5a443dd04203a6358534bdcf0dd369aceb4733e322612c2b8329260b7a2
distfiles="https://skarnet.org/software/s6-linux-utils/s6-linux-utils-${version}.tar.gz"
checksum=8f944633ca87d3d23e0f03c9c383d1502d508c9bac16d38c3fbf723a5eab2bb7

build_options="static multicall"
desc_option_static="Build static binaries"
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/s6-man-pages/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 's6-man-pages'
pkgname=s6-man-pages
version=2.11.3.0.1
version=2.12.0.3.1
revision=1
build_style=gnu-makefile
short_desc="Ports of the HTML documentation for the s6 supervision suite to mdoc(7)"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://github.com/flexibeast/s6-man-pages"
distfiles="https://github.com/flexibeast/s6-man-pages/archive/v${version}.tar.gz"
checksum=223e7c843e3996338efe1aee8d2779ae5b4b30e9140fd625021dda5c403b88be
homepage="https://git.sr.ht/~flexibeast/s6-man-pages"
distfiles="https://git.sr.ht/~flexibeast/s6-man-pages/archive/v${version}.tar.gz"
checksum=64fe52743d122d6f110967bf4b3311a82b35e6e5d7be03e8bdc15b31fb31516f

post_install() {
vlicense LICENSE
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/s6-networking-man-pages/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 's6-networking-man-pages'
pkgname=s6-networking-man-pages
version=2.5.1.3.1
version=2.7.0.1.1
revision=1
build_style=gnu-makefile
hostmakedepends="mdocml"
short_desc="Mdoc versions of the documentation for the s6-networking suite"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://github.com/flexibeast/s6-networking-man-pages"
distfiles="https://github.com/flexibeast/s6-networking-man-pages/archive/refs/tags/v${version}.tar.gz"
checksum=6cff17453dc7946a2a5b94b8a4a48965db6c52c6000420acaedd443f9d069e8f
homepage="https://git.sr.ht/~flexibeast/s6-networking-man-pages"
distfiles="https://git.sr.ht/~flexibeast/s6-networking-man-pages/archive/v${version}.tar.gz"
checksum=163d85bcc682114a6aefef3ddcff1fd3376c52ca488730c95ca96f32ccd76fc1

post_install() {
vlicense LICENSE
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/s6-networking/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 's6-networking'
pkgname=s6-networking
version=2.5.1.3
version=2.7.0.2
revision=1
build_style=configure
configure_args="--libdir=/usr/lib $(vopt_if libtls --enable-ssl=libtls)
Expand All @@ -15,8 +15,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://skarnet.org/software/s6-networking"
changelog="https://skarnet.org/software/s6-networking/upgrade.html"
distfiles="${homepage}/${pkgname}-${version}.tar.gz"
checksum=a09e43c959ff9e0caa8ff4002608e73c0f57f87f04a8d9c24e6c9afefe45e977
distfiles="https://skarnet.org/software/s6-networking/s6-networking-${version}.tar.gz"
checksum=c33c6f1b2be16f89a21af946cfd06242a12f98184c898b755ddb24338671ceb1

build_options="bearssl libtls static"
build_options_default="bearssl"
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/s6-portable-utils-man-pages/template
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Template file for 's6-portable-utils-man-pages'
pkgname=s6-portable-utils-man-pages
version=2.3.0.0.1
version=2.3.0.3.1
revision=1
build_style=gnu-makefile
hostmakedepends="mdocml"
short_desc="Documentation for s6-portable-utils in mdoc(7) format"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://github.com/flexibeast/s6-portable-utils-man-pages"
distfiles="https://github.com/flexibeast/s6-portable-utils-man-pages/archive/refs/tags/v${version}.tar.gz"
checksum=1e1e5c53550bb11a2d7c12c1c745be9b1a68846a868bb8b3671d70450084c120
homepage="https://git.sr.ht/~flexibeast/s6-portable-utils-man-pages"
distfiles="https://git.sr.ht/~flexibeast/s6-portable-utils-man-pages/archive/v${version}.tar.gz"
checksum=763a1609aefc118adeb48eac0f88db79d49456721bbb8e53e359b0ced86853e2

post_install() {
vlicense LICENSE
Expand Down
9 changes: 4 additions & 5 deletions srcpkgs/s6-portable-utils/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
# Template file for 's6-portable-utils'
pkgname=s6-portable-utils
version=2.3.0.0
version=2.3.0.3
revision=1
build_style=configure
configure_args="--prefix=/usr --libdir=/usr/lib --includedir=/usr/include
--with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
--with-lib=${XBPS_CROSS_BASE}/usr/lib
$(vopt_if static '--enable-static-libc')
--with-lib=${XBPS_CROSS_BASE}/usr/lib $(vopt_if static '--enable-static-libc')
$(vopt_if multicall '--enable-multicall')"
makedepends="skalibs-devel"
short_desc="Tiny portable generic utilities (s6-cat, s6-chmod, etc.)"
maintainer="mobinmob <mobinmob@disroot.org>"
license="ISC"
homepage="https://skarnet.org/software/s6-portable-utils/"
changelog="https://skarnet.org/software/s6-portable-utils/upgrade.html"
distfiles="https://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=1e9066c430c1cb39a3a7b7004cd379ffebe566bd3d698db18de6125783002005
distfiles="https://skarnet.org/software/s6-portable-utils/s6-portable-utils-${version}.tar.gz"
checksum=3e4492055d160c25fb90153f0efc277d7d52bf981bbe3ea2e9dfe51c493561ff

build_options="static multicall"
desc_option_static="Build static binaries"
Expand Down
Loading