diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-08-02 09:20:37 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-08-02 09:20:37 +0000 |
commit | 8c641b77457944c43957759cccede7d8c81390ff (patch) | |
tree | 760dcc13818804227b53c782c6943499256af62a /mail | |
parent | 592b7bcbab29db21e1b93b44d1f6cd2856054110 (diff) | |
download | ports-8c641b77457944c43957759cccede7d8c81390ff.tar.gz ports-8c641b77457944c43957759cccede7d8c81390ff.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/qmrtg/Makefile | 59 | ||||
-rw-r--r-- | mail/qmrtg/distinfo | 2 | ||||
-rw-r--r-- | mail/qmrtg/pkg-descr | 11 | ||||
-rw-r--r-- | mail/qmrtg/pkg-message | 19 | ||||
-rw-r--r-- | mail/qmrtg/pkg-plist | 27 |
6 files changed, 0 insertions, 119 deletions
diff --git a/mail/Makefile b/mail/Makefile index 49d1463b604d..73a21025c0b8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -575,7 +575,6 @@ SUBDIR += qmailmrtg7 SUBDIR += qmhandle SUBDIR += qmqtool - SUBDIR += qmrtg SUBDIR += qpopper SUBDIR += qscan SUBDIR += qsf diff --git a/mail/qmrtg/Makefile b/mail/qmrtg/Makefile deleted file mode 100644 index 7bcf2df4fa8f..000000000000 --- a/mail/qmrtg/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# Created by: Mij -# $FreeBSD$ - -PORTNAME= qmrtg -PORTVERSION= 2.1 -PORTREVISION= 6 -CATEGORIES= mail net-mgmt -MASTER_SITES= http://dev.publicshout.org/qmrtg/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple tool for monitoring and graphing qmail activity through MRTG - -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - mrtg:${PORTSDIR}/net-mgmt/mrtg - -DEPRECATED= lacks an upstream source -EXPIRATION_DATE= 2013-08-01 - -.include <bsd.port.options.mk> - -USE_BZIP2= yes - -MAN8= qfilt.8 qmrtg-concurrency.8 qmrtg-dnsbl.8 \ - qmrtg-queue.8 qmrtg-regex.8 qmrtg-throughput.8 \ - qmrtg.8 qtaif.8 -MANCOMPRESSED= no - -GNU_CONFIGURE= yes - -QMRTG_DBDIR:= /var/db/${PORTNAME} - -PLIST_SUB= QMRTG_DBDIR=${QMRTG_DBDIR} - -.if !defined(PACKAGE_BUILDING) && !defined(BATCH) -IS_INTERACTIVE= yes -.endif # !defined(PACKAGE_BUILDING) - -.include <bsd.port.pre.mk> - -post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR} -.endif - -.if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${DATADIR}/html - ${INSTALL_DATA} ${WRKSRC}/html/* ${DATADIR}/html - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/examples/mrtg.cfg ${EXAMPLESDIR} -.endif - - ${MKDIR} ${QMRTG_DBDIR} - ${MKDIR} ${PREFIX}/etc - ${CP} ${WRKSRC}/examples/qmrtg.conf.sample ${PREFIX}/etc/qmrtg.conf.dist - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/mail/qmrtg/distinfo b/mail/qmrtg/distinfo deleted file mode 100644 index e0233d0e44c0..000000000000 --- a/mail/qmrtg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qmrtg-2.1.tar.bz2) = 2319aa1afcb8c136d27ad62b9e7a34fc7d626c7bc8039ec3e4c3b63bb09d4626 -SIZE (qmrtg-2.1.tar.bz2) = 68697 diff --git a/mail/qmrtg/pkg-descr b/mail/qmrtg/pkg-descr deleted file mode 100644 index 44ce45117141..000000000000 --- a/mail/qmrtg/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Qmrtg is a free tool to help monitoring the activity of processes. -It's intended to be used with MRTG. - -Qmrtg is modular. Each module carries out a different log analysis. -A super-module lets the user easily request any analysis without to -know anything about the modules themselves. -Qmrtg has been originally written for monitoring qmail servers, but -its modules are general enough to parse any kind of log file passed -through multilog (see daemontools). - -Qmrtg is a modern alternative to qmailmrtg7. diff --git a/mail/qmrtg/pkg-message b/mail/qmrtg/pkg-message deleted file mode 100644 index 0eb108331094..000000000000 --- a/mail/qmrtg/pkg-message +++ /dev/null @@ -1,19 +0,0 @@ -============================================================================== - -QMRTG has been installed. -Generation 2 is no longer compatible with older releases (< 2.0) !!! - -There's still some steps you may need to do manually: -1) QMRTG SETUP. If you're coming from older versions, re-adjust the -configuration file (start from the .dist one) -2) WWW SETUP. HTML templates are now installed as shared data -[ share/qmrtg ]. Copying them in some http-reachable dir is your -job by now. This is cleaner and less intrusive. -3) MRTG SETUP. Possibly adjust the mrtg.cfg example provided in examples. -You may need to set the path of qmail' queue if non-standard. -4) RUN. The file RUNNING.txt in the shared doc dir tells you how - -You can sign a usersbook at http://dev.publicshout.org/qmrtg/usersbook/ . -You can get support and announcements by subscribing to - qmrtg-subscribe@lists.dev.publicshout.org -============================================================================== diff --git a/mail/qmrtg/pkg-plist b/mail/qmrtg/pkg-plist deleted file mode 100644 index c1d4a81aeeff..000000000000 --- a/mail/qmrtg/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -bin/qmrtg.sh -bin/qmrtgsync.sh -bin/qmrtgcheckconf.sh -bin/qmrtg-regex -bin/qmrtg-queue -bin/qmrtg-throughput -bin/qmrtg-dnsbl -bin/qmrtg-concurrency -bin/qfilt -bin/qtaif -etc/qmrtg.conf.dist -%%EXAMPLESDIR%%/mrtg.cfg -@dirrm %%EXAMPLESDIR%% -%%DATADIR%%/html/details.html -%%DATADIR%%/html/help.html -%%DATADIR%%/html/mail.html -%%DATADIR%%/html/style.css -@dirrm %%DATADIR%%/html -@dirrm %%DATADIR%% -%%PORTDOCS%%%%DOCSDIR%%/CONFIGURE.txt -%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/RUNNING.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@exec mkdir -p %%QMRTG_DBDIR%% -@dirrmtry %%QMRTG_DBDIR%% |