from rc script to avoid user confusion. We can not setgid for command
invoked from rc.subr. [1]
- Change rc script to match our guideline in Porter's Handbook
Noticed by: Nicolas Rachinsky <nicolas-2007 at rachinsky.de> [1]
- Use DATADIR in pkg-plist
- Move pkg-install and pkg-deinstall to files/ and use SUB_FILES
- Change MASTER_SITES to use MASTER_SITE_PERL_CPAN
PR: ports/115281 [1]
Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> [1]
Irchat-jp is an IRC client written in Emacs Lisp, derived from irchat.
This is one of the oldest IRC client that handles ISO-2022-JP character
encoding (another one is ports/japanese/ircII).
Please note that this is irchat-JP, not irchat-PJ that is already in
FreeBSD ports repository (ports/irc/irchat-pj-*).
Reviewed by: kuriyama
This module follow the semantics used in the reference
document:
* A dump is a collection of records (SVN::Dump::Record objects).
* A record is composed of a set of headers (a SVN::Dump::Headers
object), a set of properties (a SVN::Dump::Property object) and
an optional bloc of text (a SVN::Dump::Text object).
* Some special records (delete records with a Node-kind header)
recursively contain included records.
WWW: http://search.cpan.org/dist/SVN-Dump/
notably PORTSDIR. The previous commit introduced a use-before-define
with respect to this variable, which broke things like portmaster.
* Drop support for COMMENTFILE and a vestigial remnant of NetBSD support.
KardsGT is a free sourced card game suite. We want to bring an
immersing card game environment to the free sourced world. It is
currently in a beta-level of development. Despite that it is quite
playable. Currently you can play Cribbage, Euchre, Hearts, Old Maid,
Spades, and War.
WWW: http://kardsgt.nongnu.org/
Textmail filters a mail message or mbox, replacing MS Word, MS Excel,
HTML, RTF, and PDF attachments with the plain text contained therein.
By default, the following attachments are also deleted: image, audio,
video, and MS Windows executables. MS winmail.dat attachments are
replaced by any attachments contained therein, which are then replaced
by text or deleted in the same fashion. Any of these actions can be
suppressed with the command line options. Mail headers can also be
selectively deleted.
WWW: http://raf.org/textmail/
Author: raf <raf@raf.org>