Skip site navigation (1)Skip section navigation (2)
Date:      25 Sep 2000 11:26:31 -0000
From:      guy@rucus.ru.ac.za
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/21538: update of p5-Mail-Ezmlm port
Message-ID:  <20000925112631.65006.qmail@rucus.ru.ac.za>

next in thread | raw e-mail | index | archive | help

>Number:         21538
>Category:       ports
>Synopsis:       update of p5-Mail-Ezmlm port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 25 04:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Guy Antony Halse
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
Rhodes University Computer Users Society
>Environment:

>Description:

Perl module to allow object methods for ezmlm-idx mailing lists

>How-To-Repeat:

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/mail/p5-Mail-Ezmlm
#	/usr/ports/mail/p5-Mail-Ezmlm/files
#	/usr/ports/mail/p5-Mail-Ezmlm/files/md5
#	/usr/ports/mail/p5-Mail-Ezmlm/pkg
#	/usr/ports/mail/p5-Mail-Ezmlm/pkg/COMMENT
#	/usr/ports/mail/p5-Mail-Ezmlm/pkg/DESCR
#	/usr/ports/mail/p5-Mail-Ezmlm/pkg/PLIST
#	/usr/ports/mail/p5-Mail-Ezmlm/Makefile
#	/usr/ports/mail/p5-Mail-Ezmlm/patches
#	/usr/ports/mail/p5-Mail-Ezmlm/patches/patch-aa
#
echo c - /usr/ports/mail/p5-Mail-Ezmlm
mkdir -p /usr/ports/mail/p5-Mail-Ezmlm > /dev/null 2>&1
echo c - /usr/ports/mail/p5-Mail-Ezmlm/files
mkdir -p /usr/ports/mail/p5-Mail-Ezmlm/files > /dev/null 2>&1
echo x - /usr/ports/mail/p5-Mail-Ezmlm/files/md5
sed 's/^X//' >/usr/ports/mail/p5-Mail-Ezmlm/files/md5 << 'END-of-/usr/ports/mail/p5-Mail-Ezmlm/files/md5'
XMD5 (Ezmlm-0.03.tar.gz) = 265c4f1ceb3876ab9c066103369e23bc
END-of-/usr/ports/mail/p5-Mail-Ezmlm/files/md5
echo c - /usr/ports/mail/p5-Mail-Ezmlm/pkg
mkdir -p /usr/ports/mail/p5-Mail-Ezmlm/pkg > /dev/null 2>&1
echo x - /usr/ports/mail/p5-Mail-Ezmlm/pkg/COMMENT
sed 's/^X//' >/usr/ports/mail/p5-Mail-Ezmlm/pkg/COMMENT << 'END-of-/usr/ports/mail/p5-Mail-Ezmlm/pkg/COMMENT'
XPerl module to allow object methods for ezmlm-idx mailing lists
END-of-/usr/ports/mail/p5-Mail-Ezmlm/pkg/COMMENT
echo x - /usr/ports/mail/p5-Mail-Ezmlm/pkg/DESCR
sed 's/^X//' >/usr/ports/mail/p5-Mail-Ezmlm/pkg/DESCR << 'END-of-/usr/ports/mail/p5-Mail-Ezmlm/pkg/DESCR'
X$Id: README,v 1.1 2000/01/26 06:08:13 guy Exp $
X
XEzmlm.pm
X
XObject methods for ezmlm mailing lists.
X
XThis software is beta release. As such, please treat it with the appropriate 
Xamount of caution. Let me know if you find any bugs, etc.
X
XThe main reason for release is to sort of 'test the waters' ... Does anyone
Xapart from me think this is a good idea??
X
XInstall by doing the following ...
X# perl Makefile.PL
X# make test
X# make install
X
XOne thing. For some reason MakeMaker doesn't like symlinks. Please make sure
Xyou use the full cantonical path for the qmail and ezmlm binaries.
X
XDocumentation is in pod format. Please run perldoc Mail::Ezmlm after you have
Xinstalled it.
X
X- Guy Antony Halse <guy-ezmlm@rucus.ru.ac.za>
END-of-/usr/ports/mail/p5-Mail-Ezmlm/pkg/DESCR
echo x - /usr/ports/mail/p5-Mail-Ezmlm/pkg/PLIST
sed 's/^X//' >/usr/ports/mail/p5-Mail-Ezmlm/pkg/PLIST << 'END-of-/usr/ports/mail/p5-Mail-Ezmlm/pkg/PLIST'
Xlib/perl5/site_perl/%%PERL_VER%%/Mail/Ezmlm.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Ezmlm/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mail/Ezmlm
END-of-/usr/ports/mail/p5-Mail-Ezmlm/pkg/PLIST
echo x - /usr/ports/mail/p5-Mail-Ezmlm/Makefile
sed 's/^X//' >/usr/ports/mail/p5-Mail-Ezmlm/Makefile << 'END-of-/usr/ports/mail/p5-Mail-Ezmlm/Makefile'
X# New ports collection makefile for:	Mail::Ezmlm
X# Date Created: 			25 September 2000
X# Whom: 				Guy Antony Halse <guy@rucus.ru.za.za>
X#
X# $FreeBSD: ports/mail/p5-Mail-Ezmlm/Makefile,v 1.1 2000/08/09 19:09:02 will Exp $
X#
X
XPORTNAME=	Mail-Ezmlm
XPORTVERSION= 	0.03
XCATEGORIES=	mail perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN} \
X		ftp://rucus.ru.ac.za/pub/mail/ezmlm/
XMASTER_SITE_SUBDIR=	Mail
XPKGNAMEPREFIX=	p5-
XDISTNAME=	Ezmlm-${PORTVERSION}
X
XMAINTAINER=	guy-ezmlm@rucus.ru.ac.za
X
XBUILD_DEPENDS=	${EZMLM_DIR}/bin/ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx
X
XEZMLM_DIR?=	${LOCALBASE}
XUSE_PERL5=	YES
XMAN3=		Mail::Ezmlm.3
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
Xdo-configure:
X.if defined(BATCH)
X		@cd ${WRKSRC}; ${SETENV} BSD_BATCH_INSTALL=yes ${PERL5} Makefile.PL
X.else
X		@cd ${WRKSRC}; ${PERL5} Makefile.PL
X.endif
X
X.include <bsd.port.mk>
END-of-/usr/ports/mail/p5-Mail-Ezmlm/Makefile
echo c - /usr/ports/mail/p5-Mail-Ezmlm/patches
mkdir -p /usr/ports/mail/p5-Mail-Ezmlm/patches > /dev/null 2>&1
echo x - /usr/ports/mail/p5-Mail-Ezmlm/patches/patch-aa
sed 's/^X//' >/usr/ports/mail/p5-Mail-Ezmlm/patches/patch-aa << 'END-of-/usr/ports/mail/p5-Mail-Ezmlm/patches/patch-aa'
X--- Makefile.PL.orig	Wed Jan 26 08:08:01 2000
X+++ Makefile.PL	Thu May 18 14:00:48 2000
X@@ -1,4 +1,7 @@
X # $Id: Makefile.PL,v 1.1 2000/01/26 06:07:42 guy Exp $
X+#
X+# Modified for FreeBSD Ports BATCH mode
X+#
X 
X use ExtUtils::MakeMaker;
X # See lib/ExtUtils/MakeMaker.pm for details of how to influence
X@@ -14,6 +17,8 @@
X 
X sub set_paths {
X    my($qmail_path, $ezmlm_path);
X+
X+	return if $ENV{BSD_BATCH_INSTALL};
X 
X    print << 'EOM';
X 
END-of-/usr/ports/mail/p5-Mail-Ezmlm/patches/patch-aa
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000925112631.65006.qmail>