Commit Graph

175 Commits

Author SHA1 Message Date
Matteo Cypriani 73916dc3f3 [textproc] shellcheck 2018-04-11 23:32:56 +02:00
Matteo Cypriani 8170f37c7a [graphics] shellcheck bypass 2018-04-11 23:30:46 +02:00
Matteo Cypriani 81b60c133a [git] shellcheck, minor changes 2018-04-11 23:28:36 +02:00
Matteo Cypriani 849f7d29fa [debian] fix grep_dd_sigs & shellcheck
Without quoting "$sigs", this was making the script output nothing:
    echo $sigs | while read
2018-04-11 23:07:45 +02:00
Matteo Cypriani b00b2eb16b [cluster] minor improvements & shellcheck 2018-04-11 22:56:01 +02:00
Matteo Cypriani ae8456fa96 [backup] shellcheck 2018-04-11 22:31:14 +02:00
Matteo Cypriani aca5e08738 metaflac-field2field: minor improvements, shellcheck 2018-04-11 22:11:13 +02:00
Matteo Cypriani 22783997cc metaflac-field2field: reindent with 4 spaces 2018-04-11 21:48:55 +02:00
Matteo Cypriani d06558144b mp3car: use printf instead of echo 2018-04-11 21:47:10 +02:00
Matteo Cypriani ff3da6cdee just-play-something: reindent, shellcheck 2018-04-11 21:46:47 +02:00
Matteo Cypriani e28443a12e [archivers] shellcheck 2018-04-11 21:30:19 +02:00
Matteo Cypriani 8f71967758 lz: reindent with 4 spaces 2018-04-11 21:22:07 +02:00
Matteo Cypriani cc66a46cc1 mvparent: rename variables, shellcheck 2018-04-11 21:09:21 +02:00
Matteo Cypriani bd52bca0e2 mvparent: reindent with 4 spaces 2018-04-11 20:59:48 +02:00
Matteo Cypriani b08187c113 Add file_utils/prefixsubdirs.sh 2018-04-11 20:55:01 +02:00
Matteo Cypriani 79157b7a4f Add misc/searchproviders2html.sh 2018-02-25 21:30:45 +01:00
Matteo Cypriani b8619f8d0b tiff-batch-convert: quality is now an argument 2017-10-06 10:32:04 -04:00
Matteo Cypriani d9fd78cdee More markdownification of READMEs 2017-09-23 00:27:51 -04:00
Matteo Cypriani cf6c8d2c63 Merge latex and make_html2text into textproc 2017-09-22 23:42:50 -04:00
Matteo Cypriani 934fdcc3e9 [graphics] Add tiff-batch-convert.sh 2017-09-22 23:31:23 -04:00
Matteo Cypriani a7c8880230 Split multimedia into audio and graphics
Also to mimic pkgsrc categories.

While there:
- Convert the READMEs to MarkDown to make forges happier.
- Split French README section to audio/README-fr.md.
- Rewrap READMEs at 80 characters.
2017-09-22 22:19:48 -04:00
Matteo Cypriani 58b409b82f Rename compression_utils -> archivers
Mimics pkgsrc categories.
2017-09-22 16:50:25 -04:00
Matteo Cypriani fcdd7dc02c Add TODOs 2017-09-22 16:45:16 -04:00
Matteo Cypriani 6ebe287e2f Improve READMEs 2017-09-22 16:44:57 -04:00
Matteo Cypriani 514c044088 Convert README to Markdown (README.md) 2016-11-01 16:34:23 -04:00
Matteo Cypriani 88ea67d493 [multimedia] README: note about lowercase FLAC fields 2016-10-13 12:47:32 -04:00
Matteo Cypriani aaf2e3b7ef [multimedia] metaflac-field2field: clarifications
Improved top comment and usage message (move/rename).
Added some extra debug messages.
2016-10-13 12:46:06 -04:00
Matteo Cypriani d6acb4cd3f [multimedia] Add apply-exif-orientation.sh 2016-01-22 15:19:18 +01:00
Matteo Cypriani 336f9160f7 [file_utils] mvparent: don't overwrite files
Use mv's -n option to avoid overwriting files.
2016-01-22 14:53:52 +01:00
Thomas Preud'homme 519303988c [ssl_mgmt] Set ownership and rights of keycert 2014-11-04 23:02:27 +00:00
Thomas Preud'homme ccfdd24ff3 [ssl_mgmt] Set CA:FALSE constraint for certs 2014-11-04 22:18:42 +00:00
Thomas Preud'homme d991b290bf [ssl_mgmt] Install cert before taking its hash
Install the certificate before taking the fingerprint of the installed
certificate for mailing the administrators.
2014-11-04 21:19:51 +00:00
Thomas Preud'homme 87f906c6a7 [ssl_mgmt] Ensure version 3 certificate are used 2014-09-12 22:04:58 +08:00
Thomas Preud'homme df4dc8863e [ssl_mgmt] Create workdir before running tests 2014-09-12 21:52:18 +08:00
Matteo Cypriani 5ae1f56d65 [xzize] Use default (not max) compression level
It's not recommended to always use -9 with xz.
2014-09-10 11:05:51 -04:00
Matteo Cypriani 7acba0398e [compression_utils] Document existence of atool 2014-09-10 10:52:55 -04:00
Matteo Cypriani 071c283091 [file_utils] README: add note about CD-R capacity 2014-06-02 21:21:00 -04:00
Matteo Cypriani 20a9f40261 [file_utils] dirpacker: --first-bin-number
The option --first-bin-number (-n) allows to select the number at which
the numbering of the volumes starts.
2014-06-01 22:48:28 -04:00
Matteo Cypriani f67cb3253a [file_utils] dirpacker: fix verbose list printing 2014-06-01 21:53:42 -04:00
Matteo Cypriani 3148df9356 [file_utils] unln: typos 2014-06-01 21:46:29 -04:00
Matteo Cypriani 718d4c5c95 [file_utils] dirpacker: --machine-readable
The option --machine-readable allows to print the list of bins in a
machine-readable format.
2014-06-01 21:43:27 -04:00
Matteo Cypriani 235a22aba1 [file_utils] dirpacker: rework message printing 2014-06-01 21:26:00 -04:00
Matteo Cypriani ace92010ec [file_utils] dirpacker: --move, --prefix, -v/-q
dirpacker can now create a directory for each volume and move the
corresponding files in it (option --move).

The option --prefix allows the user to specify a custom prefix for the
volumes' names.

The options -v (--verbose) and -q (--quiet) enable or disable displaying
the list of volumes.
2014-06-01 21:23:04 -04:00
Matteo Cypriani e382dace97 [file_utils] mvparent: allow multiple arguments 2014-06-01 20:47:36 -04:00
Matteo Cypriani 83e5bfddeb [file_utils] dirpacker: refactoring (class Bin) 2014-05-31 18:57:00 -04:00
Matteo Cypriani 61e115c4b9 [file_utils] Add dirpacker.py
This program helps grouping a bunch of files into fixed-size volumes
(e.g. to burn them on CD-ROMs).
2014-05-31 15:45:14 -04:00
Matteo Cypriani 6940427a62 [multimedia] Add mp3car.sh
Utility to convert audio files to low-quality MP3s.
2014-05-30 15:28:18 -04:00
Matteo Cypriani 9d58956e77 Fix some typos; add TODO for just-play-something 2014-05-30 15:27:46 -04:00
Thomas Preud'homme 72c930a8b8 [ssl_mgmt] Sign email sent to notifiedUsers 2014-05-19 23:21:20 +08:00
Thomas Preud'homme de8cb3e014 [ssl_mgmt] Use nobody to test email
nobody should be present on most (all?) unix system and is thus better
for test. However it's still not ideal as it might be connected to an
account that is not the one running the testsuite and the mail might
surprise that user.
2014-05-19 21:11:28 +08:00