./games/fortune-strfile, Tool to prepare a fortune database

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0, Package name: fortune-strfile-0, Maintainer: pkgsrc-users

This is a pkg version of NetBSD's strfile utility.
(tool to prepare a cookie database for fortune(6))


Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2018-06-23 13:15:55 by Leonardo Taccari | Files touched by this commit (1)
Log message:
fortune-strfile: Add LICENSE
   2018-01-14 18:34:02 by Roland Illig | Files touched by this commit (58)
Log message:
games/*: fix alignment of variable values

pkglint -Wall -r --autofix --only aligned

After running the above command, three packages had to be adjusted
manually:

In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.

In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.

In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.
   2012-10-06 13:55:05 by Aleksej Saushev | Files touched by this commit (310)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2009-04-09 02:48:18 by Joerg Sonnenberger | Files touched by this commit (109)
Log message:
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
   2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134)
Log message:
Add DESTDIR support.
   2008-02-10 00:42:59 by Tobias Nygren | Files touched by this commit (1)
Log message:
Needs nroff
   2007-03-15 21:46:51 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Don't depend on mtree.
   2007-01-07 14:39:44 by Roland Illig | Files touched by this commit (1)
Log message:
Uses USE_BSD_MAKEFILE. That is needed to compile the manual page on
Solaris.