Commit graph

22 commits

Author SHA1 Message Date
rh
637087afda Update Pantomime to 1.2.0pre3. Changes include some structural overhaul,
including a brand new mailbox caching code and other performance
improvements.  This also makes Pantomime use the fhs filesystem layout
to make it more hier(7) compliant.
2009-04-13 12:40:40 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
rh
824fc5693c Make this compile on Solaris by using -Wl,-L instead of -L as pointed out
by kwennoir at hotbox dot ru.
Bump PKGREVISION.
2007-05-25 23:37:10 +00:00
rillig
119d8ee846 The GNUstep packages have GNUmakefile instead of Makefile. 2006-09-22 07:08:15 +00:00
rillig
bf2ffdf13c Reverted the recent change that has set USE_LANGUAGES="c objc", where only
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to
handle this.
2006-07-22 05:10:54 +00:00
rillig
2fe30e1c50 Needs a C compiler. 2006-07-21 05:28:26 +00:00
rh
4b2d28c8af Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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
rh
b3da7e1bbf Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.

Noteworthy changes in gnustep-base-1.10.0:
==========================================

Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.

   * A large majority of the library classes have been documented
     thanks to the efforts of Andrew Ruder

   * URL classes support persistant connections

   * Mac OSX XML compatibility fixes.
2004-09-24 01:56:53 +00:00
rh
ad8d696017 Update Pantomime to 1.1.2. Noteable changes are:
* Added an improvement in the IMAP parsing code (_parseFetch:)
	  so it works better with lame servers like Exchange.
        * Added Folder: -setFlags: messages: and implemented a
	  version in IMAPFolder to optimize deletion of messages.
	  Modified IMAPMessage: -setFlags: to use that new method.
        * We now correctly decode/encode the Organization header
	  using quoted-printable.
        * Removed Testing/*. The tests were old and broken and
	  the small test framework should be replaced by a real
	  framework, like OCUnit.
	* Added some notes (in the README) to properly compile and
	  install Pantomime on RedHat 9 / Fedora.
        * Permuted the RETAIN/RELEASE calls in Message: -setFlags:.
	  Bug reported by Alexandre Carlhian <alex@mosx.net>.
        * Fixed a bug in Parser: +_parameterValueUsingLine: range:.
        * Finally commited a fix for the reply bork when a attachment
	  is put between to text/plain parts in a multipart/mixed
	  message (only the first part was used in the reply).
        * Modified MimeUtility to add support on OS X for
	  Hebrew, Arabic, BalticRim and Vietnamese encodings
	  using the CoreFoundation.
        * Fixed a small issue in POP3Folder: -lengthOfMessageAtIndex:
	  Bug reported by Alexandre Carlhian <alex@mosx.net>.
	* Modified NSData+Extensions: -dataFromQuotedData to be sure
	  that our initial data length has length of at least 2 (since
	  if we had only '"' we would get an range exception).
        * Modified MimeUtility: -stringEncodingForPart: so that
	  if we get _at best_ NSASCIIStringEncoding from the
	  part, we use NSISOLatin1StringEncoding instead in order
	  to give us more success when decoding things.
 	* Added POP3Folder: -prefetchMessageAtIndex: numberOfLines: and
	  added a small cache for the message sizes.
	* Renamed -authenticateWithUsername: ... to
	  -authenticate: password: mechanism: and implemented in
	  the SMTP, POP3Store and IMAPStore classes.
	* Added -supportedMechanisms to the Service protocol and
	  implemented in all the classes above.
	* Removed POP3Store: -setUseAPOP: / -useAPOP and -setTimestamp:
	* Added LOGIN and CRAM-MD5 SASL authentication mechanisms support
	  in the IMAP code.
	* Added -DBIG_ENDIAN to the list of compiler flags on OS X so that
	  the CRAM-MD5 code works.
 	* Updated the OS X project to set the version number to 1.1.2.
	* Moved -isConnected from Connection to Store. Implemented
	  in IMAPStore and provided a dumb implementations for LocalStore
	  and POP3Store. Refactored all the code to use the Store's method
	  instead of the TCPConnection's implementation. Much of the code
	  in GNUMail will have to be retested wrt the handling of being
	  disconnected from the IMAP server.
	* Added a hack so things work well with header prefetching when we
	  are using a Novell IMAP server (which is utterly broken).
	* Added and implemented IMAPStore: -capabilities to return an array
	  of the server's capabilities (result of the CAPABILITY command).
	* Added a "contents" parameter to Store: -createFolderWithName: type:
	  so we are now able to create a folder with an initial content.
	  Implemented in all Store subclasses but the only implementation
	  that works right now is the LocalStore one using the standard
	  mailbox format (maildir won't work).
2004-04-10 23:52:37 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
adam
b0d7f85f35 Changes 1.1.1:
* Added support for read-only IMAP folders.
* Improvements and bug-fixes.
2003-12-05 11:25:58 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
rh
9ee94fd29c Initial import of Pantomime-1.0.5, an Objective-C mail system class library 2002-09-29 03:41:15 +00:00