Bug 67118 - New port: mail/p5-Mail-SRS
Summary: New port: mail/p5-Mail-SRS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-24 11:40 UTC by snowchyld
Modified: 2004-05-27 13:01 UTC (History)
0 users

See Also:


Attachments
p5-Mail-SRS.shar (1.86 KB, text/plain)
2004-05-25 13:10 UTC, snowchyld
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description snowchyld 2004-05-24 11:40:20 UTC
	p5-Mail-SRS port submission
--- p5-Mail-SRS.shar begins here ---
# 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:
#
#	Makefile
#	distinfo
#	pkg-descr
#	pkg_plist
#	work
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:   Mail-SRS
X# Date created:        24 May 2004
X# Whom:                snowchyld
X#
X# $FreeBSD$
X#
X
XPORTNAME=      Mail-SRS
XPORTVERSION=	0.30
XCATEGORIES=	mail perl5
XMASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=     Mail
X
XMAINTAINER=    mail-srs-freebsd-port@snowchyld.org
XCOMMENT=       Sender Rewriting Scheme
X
XPERL_CONFIGURE= yes
X
XMAN3=          Mail::SRS.3
XMANCOMPRESSED= yes
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (Mail-SRS-0.30.tar.gz) = 042c49598e0a71b8dfeb78d9e642e032
XSIZE (Mail-Sender-0.8.10.tar.gz) = 26296
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XMail::SRS port
END-of-pkg-descr
echo x - pkg_plist
sed 's/^X//' >pkg_plist << 'END-of-pkg_plist'
X%%SITE_PERL%%/Mail/SRS
X%%SITE_PERL%%/Mail/SRS/DB.pm
X%%SITE_PERL%%/Mail/SRS/Daemon.pm
X%%SITE_PERL%%/Mail/SRS/Guarded.pm
X%%SITE_PERL%%/Mail/SRS/Reversable.pm
X%%SITE_PERL%%/Mail/SRS/Reversible.pm
X%%SITE_PERL%%/Mail/SRS/Shortcut.pm
X%%SITE_PERL%%/Mail/SRS.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/mach/auto/Mail/SRS
X%%SITE_PERL%%/%%PERL_ARCH%%/mach/auto/Mail/SRS/.packlist
END-of-pkg_plist
echo c - work
mkdir -p work > /dev/null 2>&1
exit
--- p5-Mail-SRS.shar ends here ---
Comment 1 Oliver Eikemeier 2004-05-24 18:20:01 UTC
snowchyld wrote:

> XMANCOMPRESSED= yes
sure?

> sed 's/^X//' >pkg_plist << 'END-of-pkg_plist'
> X%%SITE_PERL%%/Mail/SRS

have you tested packaging (make clean install package deinstall)? See

  <http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting-testing.html>

-Oliver
Comment 2 Oliver Eikemeier freebsd_committer freebsd_triage 2004-05-24 23:26:31 UTC
State Changed
From-To: open->feedback

asked submitter to review the port
Comment 3 snowchyld 2004-05-25 13:10:15 UTC
relevent changes made

thanks
Comment 4 Oliver Eikemeier 2004-05-25 13:26:11 UTC
snowchyld wrote:

> relevent changes made
> 
> thanks

It seems like this port requires at least perl 5.6, and the modules

  Digest::HMAC_MD5
  MLDBM
  Storable
  DB_File 

Also <http://www.anarres.org/projects/> might be a more appropriate
home page, but this is up to you.

Please do a `portlint -A' too.

-Oliver
Comment 5 Oliver Eikemeier freebsd_committer freebsd_triage 2004-05-27 13:01:18 UTC
State Changed
From-To: feedback->closed

Committed, with small modifications. 

Thanks mat!