aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2005-01-26 17:24:59 +0800
committerperky <perky@FreeBSD.org>2005-01-26 17:24:59 +0800
commit094603145ef82ba7a3c4af4ce8ff6acde7231f62 (patch)
treeaa3af4e43e7a9fee3b39d824960ec5ad34442486
parent49f6de216685039b983bfd36e7df9a0ceca8e4c8 (diff)
downloadfreebsd-ports-gnome-094603145ef82ba7a3c4af4ce8ff6acde7231f62.tar.gz
freebsd-ports-gnome-094603145ef82ba7a3c4af4ce8ff6acde7231f62.tar.zst
freebsd-ports-gnome-094603145ef82ba7a3c4af4ce8ff6acde7231f62.zip
Update to 0.5.2
-rw-r--r--audio/py-mad/Makefile3
-rw-r--r--audio/py-mad/distinfo4
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/py-mad/Makefile b/audio/py-mad/Makefile
index 95a125291d73..76dbd63e7042 100644
--- a/audio/py-mad/Makefile
+++ b/audio/py-mad/Makefile
@@ -5,8 +5,7 @@
# $FreeBSD$
PORTNAME= mad
-PORTVERSION= 0.5.1
-PORTREVISION= 2
+PORTVERSION= 0.5.2
CATEGORIES= audio python
MASTER_SITES= http://spacepants.org/src/pymad/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/audio/py-mad/distinfo b/audio/py-mad/distinfo
index 994e4d6acf74..98f0b23be88e 100644
--- a/audio/py-mad/distinfo
+++ b/audio/py-mad/distinfo
@@ -1,2 +1,2 @@
-MD5 (pymad-0.5.1.tar.gz) = 9b9a6c77d1b7a7706e77fd2e7e964c01
-SIZE (pymad-0.5.1.tar.gz) = 21592
+MD5 (pymad-0.5.2.tar.gz) = dd966ebbc1e600ee8d971aaf3e5a38c9
+SIZE (pymad-0.5.2.tar.gz) = 21577
w44/cgit/gsoc2013-evolution/commit/camel?h=before-new-aspell&id=5903013def71c0e877282944272f1d0b8dfc36ef'>Fixed a warning.Christopher James Lahey2000-08-122-2/+6 * remove get_name and get_full_name assignments, since the camel-folder.cChris Toshok2000-08-122-16/+7 * use g_get_home_dir, since evolution_dir isn't available in the providers.Chris Toshok2000-08-122-3/+8 * Fix the camel-folder's thaw handler. Implement event forwarding into the main...Peter Williams2000-08-122-1/+6 * Implement. (mh_get_message_user_tag): Implement.Not Zed2000-08-115-4/+142 * Yay so lets fix an already fixed fix, again. (copy_message_to): and hereNot Zed2000-08-112-18/+19 * Fixed some warnings.Christopher James Lahey2000-08-1120-22/+70 * t Zed <NotZed@HelixCode.com>Michael Zucci2000-08-112-28/+23 * Removed unecessary change and fixed indenting.Michael Zucci2000-08-111-231/+214 * If we go over the max number of messages, don't keep requesting newJeffrey Stedfast2000-08-112-13/+23 * Merge with camel-async.Peter Williams2000-08-11106-2641/+3455 * A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-1116-1041/+1170 * Fix the NNTP provider's Makefile.am so that it does not use installedEttore Perazzoli2000-08-093-5/+17 * Reorder search result in summary order if we searched with a summary.Not Zed2000-08-092-3/+26 * New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-0911-42/+303 * Add another subject g_strstrip that fejj's earlier commit missed.Dan Winship2000-08-092-1/+6 * Only retry another uid if we had a name clash, otherwise fail.Not Zed2000-08-089-12/+212 * If we are trying to get a subfolder listing of the root folder, alwaysJeffrey Stedfast2000-08-083-10/+33 * Strip all \n's from the expressionJeffrey Stedfast2000-08-084-8/+36 * Do a g_strstrip on the subject so we can stop getting those annoyingJeffrey Stedfast2000-08-082-1/+7 * Fix this to not require NULL-termination of the array.Dan Winship2000-08-072-2/+10 * If we fail to get a dir_sep, then supply the default of "/". (get_folder):Jeffrey Stedfast2000-08-052-28/+37 * Coredump fix when IMAP get_folder with NULL dir_sepPeter Williams2000-08-052-1/+6 * Indexes into the flags array are message_number minus 1, not justDan Winship2000-08-052-2/+6 * add a debugging macro for doing protocol tracing.Dan Winship2000-08-042-2/+29 * Only call imap_get_summary_internal if the folder can hold messagesJeffrey Stedfast2000-08-043-7/+13 * Initialize the service_cache for the news/nntp providersJeffrey Stedfast2000-08-042-6/+15 * srcdir != builddir fixPeter Williams2000-08-032-0/+6 * Kill this. It doesn't have any code to do anything the new mh providerDan Winship2000-08-0315-2068/+9 * Trim trailing space from the subject. I've now seen replies from twoDan Winship2000-08-032-1/+10 * When forced to use the IP, place it in square brackets.Jeffrey Stedfast2000-08-022-7/+15 * New and improved sexp parser. An honest try at using e-sexp is wrapped inJeffrey Stedfast2000-08-023-224/+327 * cvsignore filePeter Williams2000-08-011-0/+7 * Initial cut at mh provider. Well, it already does everythingNot Zed2000-08-0111-1/+1225 * Some IMAP servers don't wrap the UID in ()'s so don't depend on thatJeffrey Stedfast2000-08-013-208/+257 * Oops, forgot to free node->function - not good.Jeffrey Stedfast2000-08-012-0/+6 * Buffer overrun fix in g_strfreev -- two more that I forgotPeter Williams2000-08-011-0/+2 * Buffer overrun fix in g_strfreevPeter Williams2000-08-012-0/+6 * New convenience function to translate a Camel sexp into the equivalentJeffrey Stedfast2000-08-015-46/+340 * A few string overrun checks for the mime parserPeter Williams2000-08-012-6/+21 * Make sure the third word/token (whatever) is "EXPUNGE" and not somethingJeffrey Stedfast2000-07-292-24/+44 * fixed a few logic errorsJeffrey Stedfast2000-07-292-8/+8 * Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended):Jeffrey Stedfast2000-07-293-35/+100 * Get message count when STATUS is not available. (imap_init):Jeffrey Stedfast2000-07-294-55/+153 * Fixed my routine to only fetch new headers, my IDs were off by 1 on theJeffrey Stedfast2000-07-282-1/+9 * If the path doesn't begin with a / and there is a host, prepend a / to theJeffrey Stedfast2000-07-282-2/+8 * Added camel-imap-utils.[c,h]Jeffrey Stedfast2000-07-286-108/+196 * Now uses a hash table for looking up message info rather than a linearJeffrey Stedfast2000-07-283-18/+41 * Fix Makefile.am booboo.Peter Williams2000-07-2810-18/+5 * Make the mime parser a bit less reckless. More reckful?Matthew Loper2000-07-273-3/+13 * routine to call an external movemail program. (camel_movemail): NukeDan Winship2000-07-273-48/+141 * Should now always prepend a '/' before the path if it doesn't alreadyJeffrey Stedfast2000-07-262-14/+19 * Fixed a few compiler warningsJeffrey Stedfast2000-07-262-2/+6 * Fixed the real problem that Peter was running into.Jeffrey Stedfast2000-07-262-21/+29 * Don't add a Mime-Version header to a message that already has one.Dan Winship2000-07-263-5/+14 * IMAP expunge crash prevention... still not right...Peter Williams2000-07-262-0/+8 * Optimized to try and get the new message headers without reloading theJeffrey Stedfast2000-07-254-87/+81 * Updated to give special attention to the root folder.Jeffrey Stedfast2000-07-254-24/+50 * Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-259-471/+318 * Updated to port easily to the new Camel API (imap_init): Don't SELECTJeffrey Stedfast2000-07-252-36/+34 * Initialize the summary and subfolder listing. (imap_summary_free): NowJeffrey Stedfast2000-07-255-103/+194 * Remove camel_folder_get_message_uid, which was not used, and notDan Winship2000-07-244-54/+6 * Bye bye bye.Dan Winship2000-07-247-1536/+7 * Made it a little more forgiving. Also set current_folder to NULL as thereJeffrey Stedfast2000-07-244-107/+159 * Clear CamelExceptions when appropriate (eg when folder is marked asJeffrey Stedfast2000-07-233-40/+57 * Updated to not strip out subfolders that are marked as \NoSelect becauseJeffrey Stedfast2000-07-223-7/+61 * Updated with some of the same fixes I've made to camel-imap-folder.c likeJeffrey Stedfast2000-07-222-3/+7 * Rewrote the code to check for "* %d RECENT". Still needs to be modified,Jeffrey Stedfast2000-07-222-7/+17 * Oops. Fix UID parser to allow 0 and 9 to be in the range of valid UIDJeffrey Stedfast2000-07-202-2/+8 * General cleanup working towards getting Actions->Expunge workingJeffrey Stedfast2000-07-203-96/+61 * If the folder's message count is not the same as the number of summaries,Jeffrey Stedfast2000-07-202-9/+26 * Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info):Jeffrey Stedfast2000-07-192-50/+115 * Added in imap_[g,s]et_message_user_flag() methodsJeffrey Stedfast2000-07-193-28/+45 * Send a "LOGOUT" command.Jeffrey Stedfast2000-07-183-4/+21 * Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-182-3/+4 * oops, s/status/s in imap_sync()Jeffrey Stedfast2000-07-181-2/+2 * Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-182-3/+3 * Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-182-6/+13 * minor fixes that came up when building with gcc -ansi -pedanticJeffrey Stedfast2000-07-171-4/+4 * All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-172-5/+8 * All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-173-24/+60 * One last fix to get rid of hard-coded "/" directory separatorsJeffrey Stedfast2000-07-152-1/+9 * Oops, minor fix to make any dir_sep work.Jeffrey Stedfast2000-07-151-2/+2 * New convenience function to unquote a string if it's encapsulated by "'sJeffrey Stedfast2000-07-156-27/+138 * If the summary is for a smaller mbox, and rebuilding from the last-knownDan Winship2000-07-142-8/+15 * If a SELECT fails, set imap_store->current_folder to NULL so a SELECT isJeffrey Stedfast2000-07-143-49/+28 * Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, andJeffrey Stedfast2000-07-144-20/+26 * Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-143-15/+30 * Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-142-0/+12 * define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_*Dan Winship2000-07-143-6/+31 * New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-132-0/+4 * New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-132-166/+119 * Don't fetch the entire RFC822 header, just fetch the fields we want.Jeffrey Stedfast2000-07-132-4/+13 * Remove some text cruft i was using for testing.Michael Zucci2000-07-131-2/+1 * Reset filter on setup. (reset): When resetting qp encoding, set the stateNot Zed2000-07-133-24/+96 * Oops, missed a source file.Jeffrey Stedfast2000-07-131-1/+3 * Chris forgot to add #include <e-util/e-util.h> to the source filesJeffrey Stedfast2000-07-136-32/+8 * Undid clahey's e_strstrcase because e_strstrcase DOES NOT EXIST inJeffrey Stedfast2000-07-135-11/+44 * From addressbook/ChangeLog:Christopher James Lahey2000-07-135-28/+13 * get the article num out of our uid and mark it read in the newsrc.Chris Toshok2000-07-134-41/+56 * Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-138-66/+90 * Solaris fixes: make sure not to pass NULL to printf's %sMatthew Loper2000-07-132-2/+11 * Use mbox_set_message_flags () instead of setting the flags by hand. ThisJeffrey Stedfast2000-07-134-23/+23 * don't add test-newsrc to the build since it needs libcamel (which isn'tChris Toshok2000-07-135-179/+244 * Fix bug #378: last displayed message is still shown in an empty folderPeter Williams2000-07-132-1/+7 * Fix bug #394: Refiling messages does not update the viewPeter Williams2000-07-122-0/+16 * Use size_t and ssize_t for read/write methodsJeffrey Stedfast2000-07-123-14/+14 * Updated to emit the message_changed signal. (imap_delete_message): UpdatedJeffrey Stedfast2000-07-123-8/+54 * fix %08x to %04xJeffrey Stedfast2000-07-121-1/+1 * Now takes a flags argument to specify the flags to be set on the messageJeffrey Stedfast2000-07-125-16/+46 * This shouldn't return NULL, it should return g_ptr_array_new () so theJeffrey Stedfast2000-07-122-1/+7 * Oops, an unsigned integer can never be < 0Jeffrey Stedfast2000-07-112-1/+6 * Initialize a variable to make this not crash again. And fix a bug so itDan Winship2000-07-112-2/+8 * Cleaned up a bunch of compile warningsJeffrey Stedfast2000-07-112-12/+23 * kill more debugging messagesDan Winship2000-07-113-22/+4 * Implemented.Jeffrey Stedfast2000-07-106-0/+124 * New function to copy a header_references structure.Dan Winship2000-07-10