Nagy Karoly Gabriel
15 years ago
committed by
Alejandro Mery
4 changed files with 134 additions and 0 deletions
@ -0,0 +1,28 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../qmailanalog/error.h.patch
|
||||
# Copyright (C) 2009 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
Patch from teh Debian package
|
||||
--- ./error.h.orig 1998-08-30 23:39:27.000000000 +0200
|
||||
+++ ./error.h 2006-10-22 21:09:02.000000000 +0200
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef ERROR_H
|
||||
#define ERROR_H
|
||||
|
||||
-extern int errno;
|
||||
+#include <errno.h>
|
||||
|
||||
extern int error_intr;
|
||||
extern int error_nomem;
|
@ -0,0 +1,24 @@
|
||||
|
||||
[TIMESTAMP] 1255262444 Sun Oct 11 15:00:44 2009 |
||||
[BUILDTIME] 5 (5) |
||||
[SIZE] 0.10 MB, 49 files |
||||
|
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] groff |
||||
[DEP] make |
||||
[DEP] patch |
||||
[DEP] runit |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux-ng |
@ -0,0 +1,42 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../qmailanalog/qmailanalog.conf |
||||
# Copyright (C) 2009 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
if [ "$prefix_auto" == 1 ]; then |
||||
prefix=opt/qmailanalog |
||||
set_confopt |
||||
fi |
||||
|
||||
makeopt= |
||||
makeinstopt="setup check" |
||||
|
||||
# the author loves to use head -1 and tail -1 |
||||
# so we borow a gentoo fuction lookalike |
||||
# |
||||
ht_fix_file() { |
||||
for x in auto_home.c.do default.do Makefile ; do |
||||
sed -i -e 's,head -,head -n ,g' -e 's,tail -,tail -n ,g' ${x} |
||||
done |
||||
|
||||
} |
||||
|
||||
pkg_qmailan_configure() { |
||||
echo /$prefix > conf-home |
||||
echo $CC > conf-cc |
||||
echo $CC > conf-ld |
||||
|
||||
} |
||||
|
||||
hook_add preconf 5 "ht_fix_file" |
||||
hook_add premake 5 "pkg_qmailan_configure" |
||||
|
@ -0,0 +1,40 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../qmailanalog/qmailanalog.desc |
||||
[COPY] Copyright (C) 2009 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A collection of qmail related tools |
||||
|
||||
[T] A collection of tools to help you analyze qmail's activity record. |
||||
[T] It supplies statistics to answer a wide variety of questions: |
||||
[T] overall: how many messages? recipients? attempts? etc. |
||||
[T] ddist: how soon were 50% of the messages delivered? 90%? 95%? 99%? |
||||
[T] rxdelay: what's the best order of recipients for mailing lists? |
||||
[T] recipients, rhosts: who's getting mail? bytes? messages? attempts? |
||||
[T] successes, failures, deferrals: why? how often? how much delay? |
||||
[T] senders, suids: messages? bytes? load? recipients? attempts? delay? |
||||
[T] qmailanalog also includes several tools to focus attention on |
||||
[T] particular senders, recipients, or messages. |
||||
|
||||
[U] http://cr.yp.to/software |
||||
|
||||
[A] D. J. Bernstein <djb@cr.yp.to> |
||||
[M] Nagy Karoly Gabriel <nagy.karoly@opensde.org> |
||||
|
||||
[C] extra/tool |
||||
|
||||
[L] PublicDomain |
||||
[S] Beta |
||||
[V] 0.70 |
||||
[P] X -----5---9 800.000 |
||||
|
||||
[D] 251702967 qmailanalog-0.70.tar.gz http://cr.yp.to/software/ |
Loading…
Reference in new issue