pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-Ezmlm Initial import of p5-Mail-Ezmlm-0.0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bbab1185348
branches:  trunk
changeset: 504946:5bbab1185348
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Dec 28 06:08:12 2005 +0000

description:
Initial import of p5-Mail-Ezmlm-0.05.1, a Perl5 module providing
object methods to manipulate ezmlm mailing lists.

diffstat:

 mail/p5-Mail-Ezmlm/DESCR            |   1 +
 mail/p5-Mail-Ezmlm/Makefile         |  31 +++++++++++++++++++++++++++++++
 mail/p5-Mail-Ezmlm/PLIST            |   1 +
 mail/p5-Mail-Ezmlm/distinfo         |   6 ++++++
 mail/p5-Mail-Ezmlm/patches/patch-aa |  17 +++++++++++++++++
 5 files changed, 56 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 5d4f3599ce3e -r 5bbab1185348 mail/p5-Mail-Ezmlm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Ezmlm/DESCR  Wed Dec 28 06:08:12 2005 +0000
@@ -0,0 +1,1 @@
+Perl5 object methods for ezmlm mailing lists.
diff -r 5d4f3599ce3e -r 5bbab1185348 mail/p5-Mail-Ezmlm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Ezmlm/Makefile       Wed Dec 28 06:08:12 2005 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/12/28 06:08:12 schmonz Exp $
+#
+
+DISTNAME=              Ezmlm-0.05.1
+PKGNAME=               p5-Mail-${DISTNAME}
+CATEGORIES=            mail perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Mail/}
+
+MAINTAINER=            schmonz%NetBSD.org@localhost
+HOMEPAGE=              http://guy.rucus.net/ezmlm/
+COMMENT=               Perl5 module for managing ezmlm mailing lists
+
+DEPENDS+=              qmail>=1.03:../../mail/qmail
+DEPENDS+=              {ezmlm>=0.53,ezmlm-idx>=0.40}:../../mail/ezmlm
+
+WRKSRC=                        ${WRKDIR}/Ezmlm-0.05
+
+MAKE_ENV+=             BSD_BATCH_INSTALL=1     # skip interactive config stage
+
+SUBST_CLASSES+=                paths
+SUBST_STAGE.paths=     do-configure
+SUBST_FILES.paths=     Ezmlm.pm
+SUBST_SED.paths=       -e 's|@LOCALBASE@|${LOCALBASE}|g'
+SUBST_SED.paths+=      -e 's|@QMAILDIR@|${QMAILDIR}|g'
+SUBST_SED.paths+=      -e 's|@MYSQLBASE@|${LOCALBASE}/bin|g'
+SUBST_MESSAGE.paths=   "Configuring paths."
+
+PERL5_PACKLIST=                auto/Mail/Ezmlm/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5d4f3599ce3e -r 5bbab1185348 mail/p5-Mail-Ezmlm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Ezmlm/PLIST  Wed Dec 28 06:08:12 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/28 06:08:12 schmonz Exp $
diff -r 5d4f3599ce3e -r 5bbab1185348 mail/p5-Mail-Ezmlm/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Ezmlm/distinfo       Wed Dec 28 06:08:12 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/12/28 06:08:12 schmonz Exp $
+
+SHA1 (Ezmlm-0.05.1.tar.gz) = bd28a8e992b177caf7ae41ed471d9ac2704db53f
+RMD160 (Ezmlm-0.05.1.tar.gz) = b7f365a5c8d42b396877765c060410c819fd36ae
+Size (Ezmlm-0.05.1.tar.gz) = 11619 bytes
+SHA1 (patch-aa) = 8a16b2164aeab5aa4bd2a2c3ab4f52eef638b183
diff -r 5d4f3599ce3e -r 5bbab1185348 mail/p5-Mail-Ezmlm/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-Ezmlm/patches/patch-aa       Wed Dec 28 06:08:12 2005 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/12/28 06:08:12 schmonz Exp $
+
+--- Ezmlm.pm.orig      2005-03-08 08:10:46.000000000 -0500
++++ Ezmlm.pm
+@@ -56,9 +56,9 @@ $VERSION = '0.05';
+ require 5.005;
+ 
+ # == Begin site dependant variables ==
+-$EZMLM_BASE = '/usr/local/bin'; #Autoinserted by Makefile.PL 
+-$QMAIL_BASE = '/var/qmail'; #Autoinserted by Makefile.PL 
+-$MYSQL_BASE = ''; #Autoinserted by Makefile.PL 
++$EZMLM_BASE = '@LOCALBASE@/bin';
++$QMAIL_BASE = '@QMAILDIR@';
++$MYSQL_BASE = '@MYSQLBASE@';
+ # == End site dependant variables ==
+ 
+ use Carp;



Home | Main Index | Thread Index | Old Index