Commit graph

15 commits

Author SHA1 Message Date
wiz
491e2a18ee Update to 0.31, closing PR 29994:
0.19 Wed Jan 02 20:59:19 2002
  - assimilate Mail::ListDetector::Detector::Fml

0.21 Mon May 06 22:19:00 2002
  - unassimilate Fml
  - Patch from Peter Oliver for list owner messages

0.22 Thu Jun 27 21:15:00 2002
  - Cleanup documentation to fix rt.cpan.org ticket 62
  - Finally assimilate Mail::ListDetector::Detector::Fml properly
  - Import into CVS

0.24 Sun Jul 06 2003
  - I've lost the CVS repository, oh well, that's what CPAN's for.
  - Add recognition for some mailman lists with minimal headers.

0.25 Mon Jul 21 2003
  - Add mention of mailing list to README file.
  - Integrate cleanup and new detector from Matthew Walker <matthew@walker.wattle.id.au>

0.28 26 Aug 2003
  - Add Patch from Mik Firestone for Mailman on freebsd mailing lists (
  	and probably others).

0.29 13 Oct 2003
  - Add patch from Matthew Walker for Communigate.

0.30 28 May 2004
  - Add patch from Simon Cozens for use of Email::Abstract.

0.31 8 June 2004
  - Add correction to previous patch from Simon Cozens.
  - Add the following from Matthew Walker:
	- tweak docs for Listbox
	- for RFC2369 List-Post has URI in <>'s but may have comments, now extract
	  text from within <>'s to give to URI
	- Majordomo now recognises lists using domo as unix user not just majordomo
	- added new detectors for AutoShare, Google Groups, LetterRip, ListSTAR,
	  Lyris and Onelist
	- added tests for all changes and additions
2005-04-18 16:46:46 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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-12-20 11:30:55 +00:00
snj
14584d0133 Convert to buildlink3. 2004-05-02 04:19:41 +00:00
martti
f928be280d COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
seb
e8328761a2 Use buildlink2. Use perl5/module.mk. 2002-10-27 20:48:55 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
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-10-18 15:20:01 +00:00
jlam
0cec9f63e0 Change foo-* dependencies into foo-[0-9]* dependencies so we match only
those packages with a base package name of "foo".
2001-09-27 07:36:12 +00:00
jlam
08f677a980 p5-Mail-ListDetector - perl5 module to detect whether a message is from a
mailing list

This module analyzses Mail::Internet objects. It returns a
Mail::ListDetector::List object representing the mailing list.

The RFC2369 mailing list detector is also capable of matching some
Mailman and Ezmlm messages. It is deliberately checked last to allow
the more specific Mailman and Ezmlm parsing to happen first, and more
accurately identify the type of mailing list involved.

Provided in pkg/13847 by Sen Nagata <sen@eccosys.com>.
2001-09-27 04:57:45 +00:00