aboutsummaryrefslogtreecommitdiffstats
path: root/net/rubygem-openid/Makefile
blob: 809e04ef026a961499fc8217e114b0778ec510a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    openid
# Date created:             Dec 19, 2006
# Whom:                 Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   openid
PORTVERSION=    1.1.4
CATEGORIES= net rubygems
MASTER_SITES=   http://www.openidenabled.com/resources/downloads/ruby-openid/
DISTNAME=   ruby-${PORTNAME}-${PORTVERSION}

MAINTAINER= clsung@FreeBSD.org
COMMENT=    An OpenID library written in pure Ruby

BUILD_DEPENDS=  rubygem-yadis>=0.3.4:${PORTSDIR}/net/rubygem-yadis
RUN_DEPENDS=    ${BUILD_DEPENDS}

USE_RUBY=   yes
USE_RUBYGEMS=   yes
GEM_NAME=   ${DISTNAME}
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>
ess up theDamon Chaplin2001-08-181-0/+4 * Remember the filename is in utf8, so use the e_utf8 functions to set theJeffrey Stedfast2001-08-161-6/+9 * Pass the O_TRUNC flag to open so that we don't leave trailing garbage atJeffrey Stedfast2001-07-251-5/+6 * Don't expunge the source folder if we have a cache.Jeffrey Stedfast2001-07-211-1/+1 * Fix #4605: "Save Image as" should be "Save Image as...".Jason Leach2001-07-201-1/+1 * Set the vertical scrolling policy for the mail display to AUTOMATIC, onlyJason Leach2001-07-201-1/+2 * Cleaned up a bit. (handle_multipart_encrypted): Replace the encrypted partJeffrey Stedfast2001-07-181-2/+2 * Use our own display_style member instead of the global setting.Peter Williams2001-07-171-5/+4 * no longer need to set a my address propertyJP Rosevear2001-07-121-17/+10 * Set the CLIPBOARD selection as well as the primary selection so thatFederico Mena Quintero2001-07-111-3/+23 * Took the logic of whether or not to make the attachment header out of thePeter Williams2001-07-111-12/+7 * g_strdup the result of g_get_home_dir since this variable will get free'dDan Winship2001-07-101-1/+1 * Use gnome_vfs_mime_get_short_list_applications rather thanDan Winship2001-07-101-34/+65 * Use mkdtemp if we have it, else use mktemp but make the code safer than itJeffrey Stedfast2001-07-041-0/+1 * Added an MailAccountEditorNews, for NNTP configuratuion. Based onSam Creasey2001-07-031-1/+19 * i2001-07-02 Larry Ewing <lewing@ximian.com>Larry Ewing2001-07-031-15/+101 * Changed to return the created window. (find_socket): Added. Copied fromJon Trowbridge2001-07-011-33/+39 * remove redundant logic.Larry Ewing2001-06-301-2/+1 * Capitalize words in the link right-click menu to make it consistentEttore Perazzoli2001-06-291-2/+2 * Implement the "Copy link location" right-click menu item in theEttore Perazzoli2001-06-291-35/+62 * Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1 * Remove empty "name" property setting from the popup control.Jon Trowbridge2001-06-221-1/+0 * #include "folder-browser-factory.h"Jeffrey Stedfast2001-06-201-0/+1 * We can't output "<html>" and "</html>" here because it gets calledDan Winship2001-06-161-4/+3 * (Fix bug #314: Display URLs in statusbar on mouseover)Jason Leach2001-06-061-1/+91 * If http mode is HTTP_SOMETIMES, use e_book_query_address_locally to checkDan Winship2001-05-231-7/+34 * Deal with full-header mode in addition to source modeDan Winship2001-05-171-2/+5 * Load http images if the user has force-loaded images too.Dan Winship2001-05-161-5/+19 * callback to use GNOME-VFS to load http data. (on_url_requested): HandleDan Winship2001-05-121-17/+149 * I'm an idiot.Jon Trowbridge2001-05-111-1/+0 * Use the ESearchingTokenizer to highlight search matches for folder-levelJon Trowbridge2001-05-111-0/+3 * signature changingRadek Doulik2001-04-251-2/+0 * Removed attempts to use Radek's evil <DATA> hacks, which were just causingJon Trowbridge2001-04-241-7/+178 * #if 0'd out my not-working selection codeGediminas Paulauskas2001-04-201-0/+7 * Remove some redundant LIBS variables... purify complained that the commandDan Winship2001-04-141-1/+3 * Use the homedir as the default filename.Jeffrey Stedfast2001-04-121-1/+0 * Change to the user's home dir before opening the filesel.Jeffrey Stedfast2001-04-121-1/+2 * it seems it did not get into last commitGediminas Paulauskas2001-04-041-6/+28 * Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-311-0/+1 * reset last_activeRadek Doulik2001-03-311-0/+1 * Ignore "funky" button clicks (like scroll wheel scrolls)Dan Winship2001-03-301-0/+6 * Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-17/+21 * remove a debugging printf that got awayDan Winship2001-03-271-1/+0 * Make fake content-id URLs be guaranteed unique: the old way (with %p onDan Winship2001-03-261-20/+30 * Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-231-23/+11 * (update_active): move to absolute coordinatesRadek Doulik2001-03-231-6/+10 * (html_enter_notify_event): take care of enter eventRadek Doulik2001-03-231-13/+34 * (html_motion_notify_event): new handler, highlights addresses byRadek Doulik2001-03-231-0/+50 * added simple debug g_printRadek Doulik2001-03-231-0/+1 * connect to button_press_event and iframe_created events of GtkHTML widgetRadek Doulik2001-03-231-0/+98 * set color in html citationRadek Doulik2001-03-211-4/+6 * Remove a stray camel_object_ref that was causing messages to never beDan Winship2001-03-151-1/+0 * Call gtk_html_end() on the stream so things happen. Fixes a problem withDan Winship2001-03-141-0/+2 * Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-091-0/+33 * Cast the CamelMedium to a CamelMimePart before performing actions on it asJeffrey Stedfast2001-02-091-1/+1 * Change how the attachments are displayed.Iain Holmes2001-02-071-5/+82 * Changed to use mail_save_part to save the data in another thread.Not Zed2001-01-281-57/+18 * Try a control before an embeddable instead of an embeddable before aEttore Perazzoli2001-01-271-15/+20 * GNOME_Evolution_Mail.oafinfoIain Holmes2001-01-261-0/+2 * Check if a message part's content is available, and if it's not, queue aDan Winship2001-01-261-41/+23 * Update for e_popup_menu_run change.Dan Winship2001-01-201-1/+1 * Don't do thumbnails for offline imagesDan Winship2001-01-171-5/+8 * Unref the property bag when we are done with it.Miguel de Icaza2001-01-121-49/+67 * Update to reflect past changes to the mail-config API.Jeffrey Stedfast2001-01-121-1/+1 * Bugfix for #1077: scrollwheel doesn't work while hovering over anJason Leach2001-01-101-7/+10 * Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-1/+1 * Reverted mail-config changes temporarily until I get it working correctly.Jeffrey Stedfast2001-01-091-1/+1 * Updated to reflect changes to the mail-config API.Jeffrey Stedfast2001-01-081-1/+1 * add font color setting for table, changed border behaviorRadek Doulik2001-01-031-2/+1 * Use header_content_type_simple, not header_content_type_format.Dan Winship2001-01-031-1/+1 * Use CamelContentType, and use header_content_type_is instead of doing itDan Winship2000-12-291-5/+5 * Return of the thumbnail cache.Iain Holmes2000-12-281-9/+79 * Deal with the possibility that we have an icon-filename listed for a MIMEDan Winship2000-12-221-6/+18 * Dont blindly convert all parts to utf8, e.g. image/jpg. We only convertNot Zed2000-12-151-26/+31 * call gtk_html_set_default_content_type to make gkthtml default to utf-8Larry Ewing2000-12-151-0/+3 * Make the iTip hack spew a g_warning and not crash if you have no identityDan Winship2000-12-081-3/+3 * Use e_filename_make_safe (which used to be e_str_make_safe).Jeffrey Stedfast2000-12-071-3/+1 * Use a charset filter to make sure the data is written out in the charsetJeffrey Stedfast2000-12-061-8/+36 * Don't display a dialog, instead inform the user that there was no new mailJeffrey Stedfast2000-12-011-7/+5 * Removed some unecessary debugging printf'sJeffrey Stedfast2000-11-281-2/+0 * Big patch. Evolution-services rewrite, services updated for new system,Iain Holmes2000-11-221-0/+1 * New function to return if user wants to view message source.Jeffrey Stedfast2000-11-221-6/+21 * #include <gtkhtml/gtkhtml-embedded.h>Radek Doulik2000-11-211-0/+1 * A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-0/+2 * (on_object_requested): passed the user's default email addressJesse Pavel2000-11-081-0/+8 * modified some of the EPopupMenu structures to account for differences inJesse Pavel2000-11-081-3/+3 * God, I sure wish people would listen when i'm saying i'm changing and API.Not Zed2000-11-071-14/+5 * used Camel to parse the full address before passing the email address toJesse Pavel2000-11-071-1/+13 * added property bag support for BonoboJesse Pavel2000-11-021-1/+29 * Lots of fixes and simplifications. Should get rid of the "missing icon"Dan Winship2000-11-021-107/+98 * Don't destroy a dialog after run_and_close'ing it.Dan Winship2000-10-271-1/+0 * lots of i18n fixesDan Winship2000-10-241-14/+19 * Made the top of the folder browser a little prettier.Christopher James Lahey2000-10-241-0/+1 * Make the vertical toolbar always visible in the message list and theEttore Perazzoli2000-10-231-1/+1 * Make all the CLists have passive titles. (identity_dialog): Make theIain Holmes2000-10-191-1/+0 * No, we REALLY dont want to perform an immediate search as the keys areNot Zed2000-10-181-1/+1 * Add the stuff to make evolution-mail a summary providing component. :)Iain Holmes2000-10-051-45/+14 * Add a cache for the pixbufs, hashed on CID, so that we only have to make aIain Holmes2000-10-021-81/+161 * Eye-candy, eye-candy.Iain Holmes2000-10-011-10/+100 * Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-2/+2 * Fixed some warnings.Christopher James Lahey2000-09-121-4/+4 * Another big rewrite of this stuff. Now all (well, most) attachments get aDan Winship2000-09-121-90/+225 * camel_mime_part_get_filename now deals with both Content-Disposition andDan Winship2000-09-061-6/+1 * Goodbye, GDK_THREADS!Peter Williams2000-08-281-6/+1 * Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ...Peter Williams2000-08-251-18/+19 * Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-171-1/+4 * Redo this again. Get rid of struct mail_format_data and move most of thatDan Winship2000-08-121-59/+96 * Don't call e_setup_base_dir. It was wrong and it doesn't exist any more.Dan Winship2000-08-111-1/+0 * Merge with camel-async.Peter Williams2000-08-111-15/+14 * Support controls as well as embeddables.Dan Winship2000-08-101-0/+2 * Fixed some warnings.Christopher James Lahey2000-08-091-2/+2 * s/strncasecmp/g_strncasecmpJeffrey Stedfast2000-08-081-5/+5 * New code to spawn off GPG/PGP to do stuff. Currently only deals withDan Winship2000-08-021-0/+42 * Update for OAF and for external apps as well as components.Dan Winship2000-07-261-88/+127 * Fix bug #390: default attachment save dir should be ~Peter Williams2000-07-121-3/+3 * Use the gnomevfs sniff buffer interface to try to identify the MIME typeDan Winship2000-07-061-2/+4 * call mail_display_set_message with NULL if the message we tried to selectDan Winship2000-07-041-14/+14 * if the document requests an unknown URL, it's not an error; just ignoreDan Winship2000-06-151-1/+2 * Make the mail folder browser use EScrollFrame for a nicer look.Ettore Perazzoli2000-06-011-11/+10 * Initialize the "urls" hash table stored on the message and store cid andDan Winship2000-06-011-41/+50 * Redo this back to the old way: a single GtkHTML with various things inlineDan Winship2000-05-311-73/+140 * Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-211-6/+5 * Fixes for stream stuff.NotZed2000-05-201-12/+5 * Use camel_data_wrapper_write_to_stream rather thanDan Winship2000-05-181-29/+19 * Call a kludge a kludge. (And an insecure kludge at that.)Dan Winship2000-05-121-0/+5 * Update for CamelStream CamelException changes.Dan Winship2000-05-09