Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
user/cgit: new package
Pretty ho-hum commit. Of note is `NO_SYS_POLL_H=1` in `$_makeopts`, since Git's build system isn't detecting our `sys/poll.h`.
Aside from that, cgit passes all of its tests (needs htmltidy for a handful of them, so they were skipped by the build system) and runs live at https://git.zlg.space on `aarch64`. `asciidoctor` is a dependency for generating the manpage; I tried to package regular `asciidoc` (since the Alpine APKBUILD called for it) but it's Python-2-only and would need extensive patching to get working for Adélie.
Optional dependencies include:
* `py3-pygments`, for code highlighting (stay tuned);
* `py3-markdown`, for Markdown about-page rendering (stay tuned);
* `py3-docutils`, for `rst2html{,4,5}.py` about-page rendering
**EDIT 2018-11-28:** Lua links correctly now, clarified `<sys/poll.h>` situation and mentioned skipped tests.
See merge request !117
|
|
Package bugfix bumps for 30 November 2018
See merge request !122
|
|
user/py3-markdown: new package
Not much to say about this one. It plugs into cgit seamlessly, and Pelican can be configured to generate posts using it.
See merge request !119
|
|
user/py3-pygments: new package
Pygments is useful for cgit, Pelican, and basically anything else that's Python and involves code highlighting. Works with cgit's default code highlighting ootb.
I left the `check()` function there despite us missing nose and flake8 since we'll need that call to `sed` once we do ship them.
See merge request !118
|
|
user/tmux-bash-completion: new package
Upstream's only release was meant for Homebrew, so I used that as the base.
See merge request !115
|
|
user/bash-completion: new package
Surprisingly, other bash-comp packages were available but we were missing this one.
See merge request !114
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
user/nextcloud: new package
See merge request !110
|
|
Fix LXQt default config hiccups
See merge request !120
|
|
user/weechat: fix overzealous highlighting bug
This bug is caused by musl's default `char` type being unsigned, while weechat's codebase was assuming signed. As a result, scripts such as `urlserver.py` were triggering highlights when they shouldn't.
This fix makes the assumption explicit.
See merge request !112
|
|
|
|
|
|
|
|
|
|
user/youtube-dl: new package
See merge request !116
|
|
|
|
|
|
|
|
|
|
system/yaml: Backport emitter fix from v0.2.2-pre1
These patches fix an emitter problem that prevents PyYAML 3.13's test
suite from passing. They should not be necessary when libyaml v0.2.2 is
released.
Patch-Author: James Clarke <jrtc27@jrtc27.com>
See-Also: https://github.com/yaml/pyyaml/issues/184
See-Also: https://github.com/yaml/libyaml/issues/60#issuecomment-311836709
See merge request !111
|
|
These patches fix an emitter problem that prevents PyYAML 3.13's test
suite from passing. They should not be necessary when libyaml v0.2.2 is
released.
Patch-Author: James Clarke <jrtc27@jrtc27.com>
See-Also: https://github.com/yaml/pyyaml/issues/184
See-Also: https://github.com/yaml/libyaml/issues/60#issuecomment-311836709
|
|
user/keychain: new package
Keychain is a set of shell scripts (edited by a Perl script) that automates the handling of OpenSSH, OpenPGP, and other security keys.
Given that it's a shell script, I did not include dependencies on OpenSSH or GnuPG since it can be used with one, the other, both, or one of the more exotic options. Its behavior is completely dependent on the user telling it what to use.
See merge request !109
|
|
system/fcron: fix initd '[crashed]' message
Importing Gentoo's fcron initd script brings more options to starting
fcron and fixes the '[crashed]' message in `rc-status`.
See merge request !108
|
|
Bugfix bumps for packages owned by Kiyoshi Aman/the Adélie Perl team for 15 November 2018
See merge request !107
|
|
user/rust: Fix patch checksums
The old ones match if you run `sed -i 's/^2\.18\.0/2.19.1/ *.patch`.
See merge request !106
|
|
|
|
oops
|
|
|
|
Importing Gentoo's fcron initd script brings more options to starting
fcron and fixes the '[crashed]' message in `rc-status`.
|