ports/contrib (3.7): sox: dropped
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 9697904940ad976044121904492d07cef5180e04 Author: Tim Biermann <tbier@posteo.de> Date: Thu Dec 22 09:51:52 2022 +0000 sox: dropped diff --git a/sox/.footprint b/sox/.footprint deleted file mode 100644 index 482182c51..000000000 --- a/sox/.footprint +++ /dev/null @@ -1,27 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/play -> sox -lrwxrwxrwx root/root usr/bin/rec -> sox --rwxr-xr-x root/root usr/bin/sox -lrwxrwxrwx root/root usr/bin/soxi -> sox -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/sox.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libsox.a --rwxr-xr-x root/root usr/lib/libsox.la -lrwxrwxrwx root/root usr/lib/libsox.so -> libsox.so.3.0.0 -lrwxrwxrwx root/root usr/lib/libsox.so.3 -> libsox.so.3.0.0 --rwxr-xr-x root/root usr/lib/libsox.so.3.0.0 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/sox.pc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ -lrwxrwxrwx root/root usr/share/man/man1/play.1.gz -> sox.1.gz -lrwxrwxrwx root/root usr/share/man/man1/rec.1.gz -> sox.1.gz --rw-r--r-- root/root usr/share/man/man1/sox.1.gz --rw-r--r-- root/root usr/share/man/man1/soxi.1.gz -drwxr-xr-x root/root usr/share/man/man3/ --rw-r--r-- root/root usr/share/man/man3/libsox.3.gz -drwxr-xr-x root/root usr/share/man/man7/ --rw-r--r-- root/root usr/share/man/man7/soxformat.7.gz diff --git a/sox/.signature b/sox/.signature deleted file mode 100644 index a1c940e71..000000000 --- a/sox/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39B9uKG+kCG/icreHZUiuqct+NIGjlpT/88LuWCkrUNRfxd2XZDednEryN6aXqhEYvQxWeFI9JBtqcojqWjJwAg= -SHA256 (Pkgfile) = 379b9811f45324afb0e3cf3c83e18a393684f979a46756e18b2c9e464c1c3ad5 -SHA256 (.footprint) = 1590bcfcc2ffa6f67dfdeea547c1594473c9bd4dface43b3d91c2af5259f4dde -SHA256 (sox-code-42b3557e13e0fe01a83465b672d89faddbe65f49.zip) = bfe00d1530cd69431d16511ddc83b266889187fd2cad0cd7d2c2c140ab3c4009 diff --git a/sox/Pkgfile b/sox/Pkgfile deleted file mode 100644 index 343f2b354..000000000 --- a/sox/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Sound eXchange, the Swiss Army knife of audio manipulation -# URL: http://sox.sourceforge.net/ -# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu - -name=sox -version=20211029 -release=1 -xtarget=sox-code-42b3557e13e0fe01a83465b672d89faddbe65f49 -source=(https://sourceforge.net/code-snapshots/git/s/so/${name}/code.git/\ -${xtarget}.zip) - -build() { - cd "${xtarget}" - - sed -i'' -e /^AX_APPEND/d configure.ac - autoreconf -vis - - ./configure --prefix=/usr --disable-openmp - - make - make DESTDIR="${PKG}" install -} - -# s-sh-mode
participants (1)
-
crux@crux.nu