6f76 FreshPorts -- mail/qmhandle
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
qmhandle 1.3.2_2 mail on this many watch lists=1 search for ports that depend on this port
Tool to view and manage a qmail queue
Maintained by: bdrewery@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Aug 2007 13:21:23
License: not specified in port


qmHandle is a simple program which allows you to view and manage a qmail
message queue.

The key features of qmHandle are:
  * 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.

WWW: http://sourceforge.net/projects/qmhandle/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/perl5.12
Required To Run:
  1. mail/qmail
  2. lang/perl5.12
There are no ports dependent upon this port

To install the port: cd /usr/ports/mail/qmhandle/ && make install clean
To add the package: pkg_add -r qmhandle


Configuration Options
===> The following configuration options are available for qmhandle-1.3.2_2:
     DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  3. http://freefr.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  4. http://garr.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  5. http://heanet.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  6. http://hivelocity.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  7. http://ignum.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  8. http://internode.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  9. http://iweb.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  10. http://jaist.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  11. http://nchc.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  12. http://ncu.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  13. http://netcologne.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  14. http://osdn.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  15. http://space.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  16. http://sunet.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  17. http://superb-dca3.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  18. http://switch.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  19. http://tenet.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  20. http://ufpr.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
  21. http://waix.dl.sourceforge.net/project/qmhandle/qmhandle-1.3/qmhandle-1.3.2/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-08-27
    Affects: users of mail/qmhandle
    Author: garga@FreeBSD.org
    Reason: 
      A qmHandle.conf file was created, for now, is not needed to edit
      ${PREFIX}/bin/qmHandle to change stopqmail and startqmail variables.
      Just remember to edit configuration file after upgrade.
    
    

Number of commits found: 15

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
15 Mar 2013 22:03:43
Original commit files touched by this commit  1.3.2_2
bdrewery search for other commits by this committer
- Convert USE_QMAIL_RUN, USE_QMAIL_BUILD and WANT_QMAIL into USES feature
  bapt contributed to the qmail.mk as well
- Trim headers

USES= qmail:run will add qmail into RUN_DEPENDS
USES= qmail:build will add qmail into BUILD_DEPENDS
USES= qmail[:both] will add qmail into both RUN and BUILD DEPENDS
USES= qmail:vars will set QMAIL_PREFIX

With hat:	portmgr
18 Dec 2012 13:56:18
Original commit files touched by this commit  1.3.2_2
garga search for other commits by this committer
Pass maintainership of qmail ports and bsd.mail.mk to bdrewery@. It was funny,
but I'm not using qmail for a long time.
05 Oct 2012 12:41:46
Original commit files touched by this commit  1.3.2_2
garga search for other commits by this committer
Change headers of all ports maintained by me to new format
03 Aug 2012 18:39:21
Original commit files touched by this commit  1.3.2_2
garga search for other commits by this committer
Remove unecessary OPTIONS_DEFAULT definitions added on r301957

Reported by:	sunpoet@
03 Aug 2012 15:34:46
Original commit files touched by this commit  1.3.2_2
garga search for other commits by this committer
Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
02 Jul 2012 22:24:51
Original commit files touched by this commit  1.3.2_2
garga search for other commits by this committer
Remove MAKE_JOBS_SAFE since port has NO_BUILD set and silence portlint
03 Jul 2011 13:53:52
Original commit files touched by this commit  1.3.2_2
ohauer search for other commits by this committer
- remove MD5
22 Aug 2009 00:28:34
Original commit files touched by this commit  1.3.2_2
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
28 Mar 2009 17:53:24
Original commit files touched by this commit  1.3.2_2
garga search for other commits by this committer
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
27 Aug 2008 14:24:45
Original commit files touched by this commit  1.3.2_2
garga search for other commits by this committer
- Split a piece of code that contain user configuration variables and create a
  configuration file qmHandle.conf installed under ${PREFIX}/etc. This avoids
  user needs to edit qmHandle file at ${PREFIX}/bin and lost changes every
  upgrade
- Bump PORTREVISION
20 May 2008 18:26:27
Original commit files touched by this commit  1.3.2_1
garga search for other commits by this committer
- Use pgrep to get qmail-send pid and prevent some problems when pid has less
  than 5 digits
- Bump PORTREVISION

PR:             ports/123724
Submitted by:   mitsuru@riken.jp
11 Dec 2007 19:19:00
Original commit files touched by this commit  1.3.2
garga search for other commits by this committer
- Update to 1.3.2
- Fix WWW
08 Sep 2007 01:01:47
Original commit files touched by this commit  1.3.0
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
13 Aug 2007 13:50:55
Original commit files touched by this commit  1.3.0
garga search for other commits by this committer
Repocopy mail/qmHandle to mail/qmhandle to reflect correct project's name

PR:             ports/115310
Submitted by:   garga
13 Aug 2007 13:21:07
Original commit files touched by this commit  1.3.0
garga search for other commits by this committer
Forced commit to note it was repocopied from ports/mail/qmHandle

PR:             ports/115310
Submitted by:   garga
Repocopied by:  marcus

Number of commits found: 15

2804
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10Aug 14
linux-f10-flashplugin11Aug 14
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04
libGLJun 04

11 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24566
Broken 190
Deprecated 460
Ignore 564
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 445
Interactive 33
new 24 hours 3
new 48 hours10
new 7 days30
new fortnight94
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0