summaryrefslogtreecommitdiff
path: root/mail/p5-IMAP-Admin
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-07-22This package requires no compiler.jlam1-1/+2
2004-05-02Convert to buildlink3.snj1-2/+2
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-07Convert to buildlink2. Use perl5/module.mk.seb1-7/+3
Remove apparently not needed "touch".
2002-01-31Updated p5-IMAP-Admin to 1.6.1martti2-5/+5
- bug report/fix (thanks to Arkadi Shishlov and Oleg Gawrilof) for CRAM setting being uninitialized before use for the default case. - added error condition for CRAM capability, cram use wanted without fallback, but cram not available
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-4/+5
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-09Updated to version 1.6.0. Changes since 1.4.3:martti2-5/+5
1.5.0 Thu Aug 2 12:50:21 CDT 2001 - re-formatted to make vi friendly (I use emacs and vi, but mostly emacs) added these lines to my .emacs to keep it friendly (custom-set-variables '(perl-indent-level 2) '(perl-continued-statement-offset 2) '(perl-continued-brace-offset 0) '(indent-tabs-mode nil) '(tab-width 2)) basically sets the indent level to 2 and converts tabs to spaces of course this will hose some diffs (unless you ignore whitespace diffs) - bug report/fix (thanks to Lupe Christoph) some older perls don't support (?{ code }), so get_acl splitting expression was re-vamped. - removed use IO::Socket::INET (again some older perls) - removed Text::Parsewords dependency (wasn't using it anymore anyway) 1.5.1 Thu Aug 2 14:43:27 CDT 2001 - bug report/fix (thanks to Paul Kranenburg) in get_quotaroot, removes extraneous line 1.6.0 Sun Nov 4 10:19:44 CST 2001 - bug report/fix (thanks to Dylan Martin and Alain Turbide) for the botch I made of the get_quotaroot fix I made in 1.5.1 - bug report () motd's weren't handled, I put some code in that doesn't break the current, but is also untested against motd's (feedback anyone?) - added CRAM-MD5 support as an authentication method, send it in the new call 0 off, 1 on, 2 on with LOGIN fallback, this also adds the requirement of Digest::MD5, Digest::HMAC, MIME::Base64 if you use this option
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-06-05Update to 1.4.3, provided by Martti Kuparinen in pkg/13116.wiz2-5/+5
Changes: SSL support and bug fixes.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-16Initial import of p5-IMAP-Admin-1.3.7, a perl module for basic IMAP serverrh5-0/+33
administration