pete created a tag v0.1 in pete/awki
pete starred argosopentech/argos-translate
Open-source offline translation library written in Python
Python 2.7k 29 issues need help Updated Nov 23
pete starred robertknight/tesseract-wasm
JS/WebAssembly build of the Tesseract OCR engine for use in browsers and Node
TypeScript 151 1 issue needs help Updated Jul 13
pete starred clockworkpi/apt
pete created a repository pete/pkgutils
Mirror of the crux.nu pkgutils. It looks like I patch them only once every 13 years.
Updated Nov 18
pete created a branch master in pete/pkgutils
Updated Nov 18
pete created a branch retain-old-libs in pete/pkgutils
Updated Nov 18
pkgmk: use --compression=none for wget by default.
pkgmk: use --compression=none for wget by default.
bump version
bump version
pkgadd.conf: Don't overwrite rc.d/wlan on update
pkgadd.conf: Don't overwrite rc.d/wlan on update
pkgmk: dropped bzip2 support, added support for lzip
pkgmk: dropped bzip2 support, added support for lzip
pkgutils 5.40.7
pkgutils 5.40.7
faster strip_files() function
faster strip_files() function Tested with a port with 5500 output files, from which 53 candidates for stripping. The timing was: - 30 secs (old code) - 0.2 secs (new code - current patch) - 1.4 secs (new code with proper quoting - not commited) Most of the time is spent in getting the output from the file program. The old code started the file program for every file. The new/present code starts N=$(nproc) processes in parallel with 10 input files for each 'file' process. The output of the file program is feed to an awk process which filters-out only the candidates for stripping. This process runs in parallel too (but with one file per strip process). The --no-buffer options is used because it sounds good (the strip should start as soon as one of the file processes has a verdict for one of their 10 files), but I didn't measure it. The "xargs -r -L10 -P$N" command will miss the files with spaces. For a file named "a b" it will spawn: file "a" "b" A slower version, with proper quoting, "xargs -r -L1 -P$N -I{} file ... '{}'", will spawn: file "a b" * xargs will force -L1 if -I{} is used Given that the file process doesn't return error codes for non-existing files, and that there is a very low probability that we have ports with filenames constaining spaces that are worth stripping them, I choose to keep the faster (non perfect) version.
pkgadd: add lzip support (closes FS#1638)
pkgadd: add lzip support (closes FS#1638) It should complete the commit ae5df6094b41 ('pkgmk: dropped bzip2 support, added support for lzip'). Signed-off-by: Fun
readd bz2 support - don't commit while drunk
readd bz2 support - don't commit while drunk
pkgmk: add possibility to change the name of downloaded tarballs
pkgmk: add possibility to change the name of downloaded tarballs
pkgfile.5: new man-page, initial work by fun
pkgfile.5: new man-page, initial work by fun
Makefile: add new man-page pkgfile.5
Makefile: add new man-page pkgfile.5
pkgmk: call signify with absolute path
pkgmk: call signify with absolute path
Makefile: bump version
Makefile: bump version
adjust copyright year
adjust copyright year
pkgmk: set LC_ALL to C.UTF-8
pkgmk: set LC_ALL to C.UTF-8
pkgmk: use curl as the default download program
pkgmk: use curl as the default download program
pkgmk: added '--format=gnutar' to bsdtar call in build_package() to deal with some...
pkgmk: added '--format=gnutar' to bsdtar call in build_package() to deal with some locale issues
Makefile: fixed version, tweaked dist target
Makefile: fixed version, tweaked dist target
Replaced egrep call, bumped to version 5.40.10
Replaced egrep call, bumped to version 5.40.10
Ignore extended attributes when untarring packages.
Ignore extended attributes when untarring packages. The author of sshfs shoved a bunch of OSX metadata into his tarball, and this caused bsdtar to exit with an error, despite successfully extracting the files. In general, it seems unwise to respect external filesystem metadata in a tarball you get from the internet.
pete starred fediversespace/fediverse.space
pete starred malyn/MFORTH
Don't use hardware cursor for rotated desktop
Don't use hardware cursor for rotated desktop Fixes https://github.com/ssvb/xf86-video-fbturbo/issues/30 Signed-off-by: Siarhei Siamashka
vdpau: Report DRI2 VDPAU driver name as 'sunxi' on Allwinner hardware
vdpau: Report DRI2 VDPAU driver name as 'sunxi' on Allwinner hardware Try to load the 'sunxi_cedar_mod' kernel module. And if it loads successfully, then report the DRI2 VDPAU name as 'sunxi'. This allows to use libvdpau-sunxi without setting the VDPAU_DRIVER environment variable. Signed-off-by: Siarhei Siamashka
Check if the kernel framebuffer driver returns errors on bad ioctls
Check if the kernel framebuffer driver returns errors on bad ioctls When probing for the copyarea ioctl, we want to be sure that the kernel just does not return 0 (success) for any unsupported ioctls. The rockchip vendor kernels have been reported to have this issue. In the case if the support for the Raspberry Pi specific copyarea ioctl was detected by mistake, moving windows or scrolling was broken. Signed-off-by: Siarhei Siamashka
sunxi: probe both screen layers at disp probing
sunxi: probe both screen layers at disp probing Some boards use an inverted screen layer configuration, making the original code unable to enable disp layers functionality properly. This commit adds a fallback mechanism to the actual disp probing sequence, allowing those cases to be properly handled. Signed-off-by: Jérôme Oufella
sunxi_x_g2d: drop unused dri2 include
sunxi_x_g2d: drop unused dri2 include The driver doesn't use DRI for anything. Signed-off-by: Peter Korsgaard
Merge pull request #45 from jacmet/drop-dri2-include
Merge pull request #45 from jacmet/drop-dri2-include sunxi_x_g2d: drop unused dri2 include
remove neon assembly, backing_store_tuner, mali, ump
remove neon assembly, backing_store_tuner, mali, ump
update ioctl headers
update ioctl headers
add test-display2 playground:
add test-display2 playground:
benchmarking new g2d
benchmarking new g2d
add fullscreen rotation test
add fullscreen rotation test
g2d rotation is working. g2d bitblt is not (glitches), disabled that.
g2d rotation is working. g2d bitblt is not (glitches), disabled that.
fix g2d bitblt return values
fix g2d bitblt return values
figured out g2d bitblt x forward error pattern
figured out g2d bitblt x forward error pattern
implement corner fixup
implement corner fixup
figured out g2d bitblt y forward error pattern
figured out g2d bitblt y forward error pattern
add json compile database
add json compile database
wrap up for release
wrap up for release
further probe y forward mitigation metrics
further probe y forward mitigation metrics
Had to build this for Slackware.
Had to build this for Slackware. Not great to do this without hooking into autotools.
pete pushed to pete in pete/inferno
-
c5051e2
An implementation of whois.
-
9eace00
A couple of small tools for the web.
- 13 more commits »