Commit graph

7 commits

Author SHA1 Message Date
nia
28c1048bad misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-26 10:58:55 +00:00
nia
60e6853f70 misc: Remove SHA1 hashes for distfiles 2021-10-07 14:35:11 +00:00
rillig
191ad3f718 misc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 17:04:19 +00:00
rillig
b381c6e2f3 Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01 22:29:15 +00:00
mef
573f50b9e0 Update 4.5.1 to 4.5.3 (from ChangeLog)
-------------------------------------
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23
    Prepare for 4.5.3 release.
README-4.5
configure.ac

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23
    Prevent crash on using unknown cli options.
src/chordii.c

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23
    Improve LATIN2 generation; show in version.
configure.ac
src/chordii.c
src/common.c
src/iso.c

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-10-04
    (a2crd) Fix crash when environment HOME is not set (Windows).
    (a2crd) Add -V to print version.
    (a2crd) Update help message.
src/a2crd.c

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-05-04
    Updates.
TODO

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2014-12-04

    Handle CRLF input more elegantly.
src/chordii.c

Author: Adam Monsen <haircut@gmail.com>
Date:   2015-03-21

    TODO: fix filetype in vim modeline
    See https://github.com/vimoutliner/vimoutliner
TODO
2015-11-24 12:04:23 +00:00
agc
23064a80b9 Add SHA512 digests for distfiles for misc category
Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:49:31 +00:00
darcy
231a15168e Add chordii. This is a successor to the old misc/chord program.
Chordii reads a text file containing the lyrics of a song, the chords to
be played, their description and some other optional data. The format used
is the so called ChordPro format. Chordii produces a PostScript document
that includes:
 -  Centered titles
 -  Chord names above the words
 -  Graphical representation of the chords at the end of the songs

Chordii also provides support for:
 -  Multiple columns on a page
 -  Index of a songbook
 -  Multiple logical pages per physical pages (1, 2 or 4)
 -  Configurable fonts for the lyrics and the chord names
 -  Multiple songs inside one file
 -  The complete ISO 8859-1 character set
 -  Chorus marking
2014-05-29 08:54:02 +00:00