summaryrefslogtreecommitdiff
path: root/mail/qmHandle
AgeCommit message (Collapse)AuthorFilesLines
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-07-22Update to 1.2.0. From the changelog:schmonz3-13/+23
1.2.0 * CHANGED SWITCH NAME: "-m" is now used to view messages (no more "-v") * Added "-V" switch to print program version * Added switch to delete messages based on subject [thanks Arne Bernin] * Included GPL licence in the distribution * Now qmail is stopped only once for multiple deletions of messages, which makes things a bit faster * Corrected a bug which might have caused wrong messages to be deleted * Corrected several minor bugs 1.1.1 (July 10, 2003) * Corrected a bug which caused the -a switch not not work. 1.1.0 (June 4, 2003) * First release as a Sourceforge.Net community project... development resumes!!! * Added -a option to immediately send queued messages. Notable pkgsrc changes: * Configure using subst.mk. * Remove RESTRICTED (it no longer appears to be true). * Take MAINTAINER.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2001-12-17Update qmHandle to 1.0.0zuntum2-7/+7
Changes: Several functional and stylish adjustments to the code, and better handling of qmail start/stop.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-08-17We don't really need to depend on qmail -- remove it from DEPENDS.zuntum1-3/+1
This unbreaks this package in bulk builds.
2001-08-13Update qmHandle to 0.5.1zuntum2-10/+8
Changes: 0.5.1 (July 23, 2001) * Added a -D option which deletes al message in both local and remote queue. [Thanks Kasper Holtze] * Fixed a bug with the CC field when displaying message list. o depend on qmail>=1.03 o use REPLACE_PERL instead of ${SED}
2001-06-04Contact author before reselling.jtb1-1/+3
2001-05-14Update qmHandle to 0.5.0zuntum2-5/+5
Changes: A syntax check on the parameters and display of Cc fields was added. Some other minor enhancements and bugfixes were also made.
2001-04-27Actually it's perl script, not program.zuntum1-1/+1
2001-04-27Initial import of qmHandle-0.4.1zuntum4-0/+45
qmHandle is a simple perl script which allows you to view and manage the qmail message queue. The key features of qmHandle are: * Freeware and open source, under the GNU General Public License * You can read the qmail queue, like you do with the qmail-qread program. However, the output of this program is improved over qmail-qread, with the output of the message subjects and color capabilities * You can print queue statistics, like qmail-qstat with color capabilities * You can view a message in the queue * You can remove a message from the queue