# New ports collection makefile for: X11-Protocol # Date created: Mon Jan 1 21:49:44 2001 # Whom: will # # $FreeBSD$ # PORTNAME= X11-Protocol PORTVERSION= 0.52 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= X11 PKGNAMEPREFIX= p5- MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= Perl module that provides an interface roughly equivalent to Xlib PERL_CONFIGURE= yes MAN3= X11::Auth.3 \ X11::Keysyms.3 \ X11::Protocol.3 \ X11::Protocol::Connection.3 \ X11::Protocol::Connection::Socket.3 \ X11::Protocol::Connection::FileHandle.3 \ X11::Protocol::Connection::INETFH.3 \ X11::Protocol::Connection::INETSocket.3 \ X11::Protocol::Connection::UNIXFH.3 \ X11::Protocol::Connection::UNIXSocket.3 \ X11::Protocol::Ext::BIG_REQUESTS.3 \ X11::Protocol::Ext::DPMS.3 \ X11::Protocol::Ext::SHAPE.3 \ X11::Protocol::Ext::XC_MISC.3 \ X11::Protocol::Ext::XFree86_Misc.3 .include a/cgit.png' alt='cgit logo'/> index : gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* New regression test for word splitting/search input parsing code.Not Zed2002-09-206-29/+187
* Take new session arg. Update callers. (symbols[]): changed get-source toNot Zed2002-09-195-39/+70
* Don't increment the response pointer when deciding what type of headerJeffrey Stedfast2002-09-192-4/+17
* fixed a merge conflictJeffrey Stedfast2002-09-191-1/+0
* Include MIME-VERSION and CONTENT-TYPE.Jeffrey Stedfast2002-09-192-1/+6
* If we get an ALERT, pass it to the user. An rfc2060 MUST, and bug #22496.Not Zed2002-09-192-0/+16
* Handle when the response is from a HEADER.FIELDS (if so, we don't want toJeffrey Stedfast2002-09-192-5/+26
* If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-152-4/+6
* If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-142-2/+22
* Revert a patch that I had not meant to commit that was aimed at fixing bugJeffrey Stedfast2002-09-112-30/+13
* Same as below. Also save errno before closing the file so our caller canJeffrey Stedfast2002-09-114-6/+34
* Do proper error checking and return -1 on fail.Jeffrey Stedfast2002-09-114-42/+63
* Clear the exception even if we failed to get the message (part) from theJeffrey Stedfast2002-09-112-0/+8
* Remove the hash table entry using the right path. Related to #29731.Not Zed2002-09-102-2/+8
* Fixes bug #4224Jeffrey Stedfast2002-09-106-23/+73
* Use e_mktime_utc.Dan Winship2002-09-054-29/+18
* clear nonfatal stuff.Not Zed2002-09-0410-45/+137
* If we fake the from eof file boundary, also make sure we say we matchedNot Zed2002-09-042-3/+15
* Lots of changes, too numerous to list. Changed to useNot Zed2002-09-0313-574/+1379
* Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-297-84/+112
* updated readmeMichael Zucci2002-08-291-0/+1
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-292-8/+11
* simplifiedJeffrey Stedfast2002-08-291-1/+1
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-292-2/+5
* Match file: urls too.Jeffrey Stedfast2002-08-292-1/+6
* fix exposes a regression in mbox :-/Not Zed2002-08-282-5/+9
* some utf7/utf8 tests.Not Zed2002-08-283-2/+111
* fixes a crash on systems that dont have utf7 in iconv.Not Zed2002-08-285-251/+300
* Now takes a third argument to specify whether or not to group messages byJeffrey Stedfast2002-08-283-9/+26
* oops, my deadlock fix wasn't quite right. this should work nowJeffrey Stedfast2002-08-271-19/+19
* If the response is NULL, just return. (now works the same way asJeffrey Stedfast2002-08-272-0/+10
* removed a no-longer needed #defineJeffrey Stedfast2002-08-271-3/+0
* Lock the CamelService->priv->connect_lock instead of using our ownJeffrey Stedfast2002-08-277-103/+98
* If we fail to send the EHLO/HELO command successfully, setJeffrey Stedfast2002-08-242-3/+38
* If current_folder is not NULL and the summary for that folder is dirty,Jeffrey Stedfast2002-08-233-8/+36
* Workaround for Courier imap's brokeness when LSUBing the INBOX folder whenJeffrey Stedfast2002-08-233-11/+43
* Don't register the noop timeout here anymore, we're gonna handle all thisJeffrey Stedfast2002-08-224-109/+11
* up the timeout to 10 minutesJeffrey Stedfast2002-08-211-1/+1
* Override the default noop implementation.Jeffrey Stedfast2002-08-215-3/+100
* Plug some large leaks in the indexing code.Peter Williams2002-08-213-4/+18
* Don't let the minimum recursive depth be negative. (get_folders): PassJeffrey Stedfast2002-08-212-6/+12
* Set CAMEL_URL_NEED_PATH for the vFolder provider.Jeffrey Stedfast2002-08-213-7/+12
* Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't -Jeffrey Stedfast2002-08-202-1/+5
* If the diagnostics are empty, just explain that gpg failed to execute.Jeffrey Stedfast2002-08-202-6/+25
* Updated to pass the needed arguments to camel_init() and to init gthreadsJeffrey Stedfast2002-08-2032-357/+206
* If the passed-in URL contains a path, but the service doesn't allow paths,Dan Winship2002-08-192-0/+12
* err, oops.Chris Toshok2002-08-171-2/+0
* remove the outer parens from the expansion of camel_argv_{start,end} sinceChris Toshok2002-08-172-2/+10
* Ugh, actually do what i just said i did, last patch wasMichael Zucci2002-08-161-1/+1
* Fix the logic check for working out if we add inbox or not, we do it if weNot Zed2002-08-162-2/+10
* added a flags field, defined some flags, currently only used by imap. ThisNot Zed2002-08-156-193/+318
* New function, generate a UID that has better chances of being unique.Peter Williams2002-08-102-6/+26
* Tweak how we build the tree based on whether a full tree or a subtree isPeter Williams2002-08-102-1/+31
* When renaming our cache, add the "/folders" to the path.Peter Williams2002-08-102-1/+9
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-082-3/+16
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-082-0/+9
* Oops - outbuf pointed to alloca'd memory but we were g_free'ing it afterJeffrey Stedfast2002-08-083-7/+14
* Only add the stream to the gdatalist if it is non-NULL.Jeffrey Stedfast2002-08-08