aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gensig
Commit message (Collapse)AuthorAgeFilesLines
* On -current there's a new header: printf.h. The port picks it up, but failsnetchild2006-02-192-7/+20
| | | | | | because printf.h needs wchar.h. So: - include wchar.h - while I'm here include stdlib.h (for the prototype of exit())
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* BROKEN on 7.0: Does not compilekris2006-01-201-1/+7
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* - Update to version 2.3krion2003-11-163-13/+8
| | | | | | - Unbreak on -current - Fix WWW: line - Maintainer informed
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* URL changed.naddy2003-02-151-1/+1
| | | | | PR: 48295 Submitted by: Dunzi MA <tadalunch@sources.redhat.com>
* Update MASTER_SITES and Maintainer's email addressjedgar2000-09-171-2/+2
| | | | | PR: 21158 Submitted by: Maintainer
* portlintmharo2000-04-211-1/+1
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-2/+2
|
* Gensig is a random signature generator. It is intended to be usablecpiazza1999-10-035-0/+31
with any mail- or newsreader. PR: 14073 Submitted by: arensb@ooblick.com