Commit graph

8 commits

Author SHA1 Message Date
xtraeme
2a86a40efb * Fix run-time linker flags for libetpan-config and libetpan.
* Add pthread.bl3.mk into the buildlink file.
2005-08-05 20:55:19 +00:00
xtraeme
00113e043a Update to 0.38.
* release 0.37 - Deadwing

        * fixed SSL
        * IMAP improvements
        * SASL
        * windows port
        * fixed IMAP implementation (for sylpheed)

    * release 0.36 - Silver Drop

        * memory leak
        * fixed maildir support

    * release 0.35 - Dimebag Darrell

        * minor bugfixes.

    * release 0.34 - edge

        * general
           - support for debian systems mbox
           - ability to disable thread-safe support
2005-08-05 19:29:56 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +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
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
xtraeme
2c133554ac Initial import of libetpan-0.32 from pkgsrc-wip, contributed by
<dwaszy at arhea.pl>.

The purpose of this mail library is to provide a portable, efficient
middleware for different kinds of mail access. When using the drivers
interface, the interface is the same for all kinds of mail access,
remote and local mailboxes.

Current implemented drivers are mbox, MH, maildir, POP3, IMAP4rev1
and NNTP.
2004-07-08 14:41:34 +00:00