summaryrefslogtreecommitdiffstats
path: root/CVSROOT
Commit message (Collapse)AuthorAgeFilesLines
* zh-qterm --> ports/chinese/qtermclive2001-10-271-0/+1
|
* Make the 'To:' header configurable. (Defaulting to on, and offjoe2001-10-263-3/+8
| | | | for FreeBSD).
* Add a 'To:' header at email generation time.joe2001-10-261-2/+4
| | | | | | Sendmail automatically adds one but other MTA's, like postfix, don't. This should make for a more consistant email across different platforms.
* ogle-gui --> ports/graphics/ogle-guilioux2001-10-261-0/+1
|
* ogle --> ports/graphics/oglelioux2001-10-261-0/+1
|
* If a committer modifies more than one area of the tree in one commitjoe2001-10-261-9/+12
| | | | | | | cvs gives them the chance to enter different log messages for each area. If they do then it's really separate commits and so treat it as such, mailing separate emails and writing separate logs for each one.
* We don't fetch the list of email addresses from the temporary filejoe2001-10-261-1/+1
| | | | | that used to be used. Move the bit of code that gets them back into the bit-rotted commented out code block.
* Please welcome Makoto -MAR- Matsushita <matusita@FreeBSD.org> as a newkuriyama2001-10-261-0/+1
| | | | | | | | | | | | committer. He is maintaining current.jp.FreeBSD.org (and most of *.jp.FreeBSD.org machines!) so he has good knowledge around release building. He will fix release breakage and will improve src/release area. Welcome aboard! Approved by: core Mentor: kuriyama
* Initial checkin of xemacs-devel after xemacs21 was repo copied.gj2001-10-251-0/+1
| | | | | | | | | | | | | | | | | | | | Several people have requested this, so here it is. This port is intended to track the GAMMA version of the XEmacs editor. This is version is based on xemacs-21.4.4, which has a GTK binding. Note that the GTK support is buggy (at least on my system), although I haven't noticed any fatal problems, just annoying ones. There are other bugs in this version, e.g. any attempts to make font changes in the Options menu result in a Lisp error. Please do not file any PRs on XEmacs errors, the maintaine will terminate them with extreme prejudice. I haven't tested this at all on Alpha because beast won't let me in.
* spread --> ports/net/spreadsada2001-10-251-1/+2
| | | | PR: ports/28025
* Add the following repocopied modules: nessus-devel, nessus-libnasl-devel,olgeni2001-10-251-0/+4
| | | | nessus-libraries-devel, nessus-plugins-devel.
* Fix the unintentional filtering of the 'revision changes path' linejoe2001-10-251-1/+1
| | | | in the function that adds cvsweb urls.
* newkind --> ports/games/newkindwjv2001-10-241-0/+1
|
* ruby-bio --> ports/biology/ruby-bioknu2001-10-241-0/+1
|
* Rip out the final references to internat.freebsd.org.joe2001-10-243-15/+5
| | | | Requested by: will
* Change the recommendations on how to test the syntax of this file.joe2001-10-241-2/+4
|
* Migrate the FreeBSD project configuration to cfg_local.pm andjoe2001-10-242-44/+51
| | | | replace it with default entries in cfg.pm.
* Modify the comments to point to the cfg_local.pm file as the place tojoe2001-10-242-2/+5
| | | | make local configuration changes.
* Add the trailing '1;' to this file that perl requires.joe2001-10-241-0/+2
|
* Add a local configuration file, cfg_local.pm, that can be used tojoe2001-10-243-1/+22
| | | | | | override entries in cfg.pm. Suggested by: will
* I prefer colour diffs, so modify the example to use this by default.joe2001-10-231-1/+1
|
* Add an example of how to add links to cvsweb.cgi in the email atjoe2001-10-231-19/+61
| | | | commit time.
* Translate $CVSHeader$ -> $ CVSHeader $ to stop it from being expandedjoe2001-10-231-1/+1
| | | | | in repositories that haven't overriden it in CVSROOT/options, or don't have the FreeBSD specific hacks to cvs.
* Rewrite the email generation routine to feed the email through anjoe2001-10-232-11/+64
| | | | | | anonymous subroutine in the cfg.pm file if it is defined. This allows the administrator to add cvsweb URL's to the email, for instance, at time of generation.
* Clear up the handling of trailing blank lines.joe2001-10-231-3/+2
| | | | | | | All log file entries are now separated by three blank lines; previously only commits were, and directory creates weren't. Email messages now aren't terminated by two trailing blank lines.
* Remove the blanket exclusion on CVSROOT/ files. There are only ajoe2001-10-231-2/+4
| | | | | few that appear to need to be excluded so only exclude those. The rest already have $FreeBSD$ in them, and have had for some time.
* Remove the trailing ':' character from the X-FreeBSD-CVS-Branchjoe2001-10-231-2/+2
| | | | | | | header. (I mentioned this in the comments, but forgot to change it in the existing configuration). Spotted by: Dan Langille <dan@langille.org>
* Indent the mail banner by a couple of characters so that it playsjoe2001-10-231-1/+1
| | | | | better with the commitlogs/, and correct the way that its new line is done.
* leim21 --> ports/editors/leim21shige2001-10-231-0/+1
|
* emacs21 --> ports/editors/emacs21shige2001-10-231-0/+1
|
* ruby-graph --> ports/graphics/ruby-graphknu2001-10-231-0/+1
|
* Move the mail header that carries the list of branches that werejoe2001-10-232-5/+12
| | | | committed to into the config file.
* - ports/devel/py-functional -> ports/devel/py-xoltar-toolkitwjv2001-10-231-1/+1
| | | | Approved by: Jacques Vidrine <nectar@FreeBSD.org>, maintainer
* ocaml-mode.el --> ports/lang/ocaml-mode.eljkoshy2001-10-231-0/+1
|
* Back out the last commit. Looking through the cvs source code it'sjoe2001-10-222-5/+4
| | | | | | | not safe to rely on CVS_USER just yet. It doesn't get cleared in normal mode, so it would be possible for a local user to pretend that someone else made a commit in the email (even though the repository itself was correct.)
* Canonicalise the way that we obtain the username of the committer,joe2001-10-222-4/+5
| | | | | | | | | | both in the access controls and in the log message generation. Use the CVS_USER environment variable if it's defined to obtain the true username. This is set by later versions of cvs (it's in 1.11.1p1), and gets around the problem of using pserver username aliases in CVSROOT/passwd. With this fix the committer's true username is checked and reported instead of the system one.
* libudbc -> ports/databases/libudbcfjoe2001-10-221-0/+1
|
* Use single quotes instead of double ones to avoid getting trippedjoe2001-10-221-1/+1
| | | | up with @'s in email addresses.
* Tabluate to 8 characters as per style.perl(7).joe2001-10-221-37/+41
|
* Define any used variables in advance of use and switch the strictjoe2001-10-221-16/+21
| | | | pragma on.
* namazu2 --> ports/databases/namazu2knu2001-10-211-0/+1
|
* intltool --> ports/textproc/intltoolsobomax2001-10-211-0/+1
| | | | (repo-copied from ports/textproc/xml-i18n-tools)
* gkrellmseti --> ports/astro/gkrellmsetilioux2001-10-201-0/+1
|
* gkrellmss --> ports/audio/gkrellmsslioux2001-10-201-0/+1
|
* Module name of chinese/p5-Date-Chinese should be zh-p5-Date-Chinese.clive2001-10-201-1/+1
|
* id3v2 --> ports/audio/id3v2clive2001-10-201-0/+1
|
* s,hanzim,zh-hanzim,g (and reorder)clive2001-10-201-1/+1
|
* didentd --> ports/security/didentdclive2001-10-201-0/+1
|
* zh-dictd-database --> ports/chinese/dictd-databaseclive2001-10-201-0/+1
|
* p5-RPC-XML --> ports/net/p5-RPC-XMLijliao2001-10-201-0/+1
|
OpenPOWER on IntegriCloud