# New ports collection makefile for: yadis # Date created: Dec 19, 2006 # Whom: Cheng-Lung Sung # # $FreeBSD$ # PORTNAME= yadis PORTVERSION= 0.3.4 CATEGORIES= net rubygems MASTER_SITES= http://www.openidenabled.com/resources/downloads/ruby-yadis/ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org COMMENT= A Yadis Service discovery library written in pure Ruby USE_RUBY= yes USE_RUBYGEMS= yes GEM_NAME= ${DISTNAME} post-install: @${FIND} ${PREFIX}/${GEM_LIB_DIR} -name "*~" -delete .include 'https://phantom.tfcis.org/~lantw44/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Gediminas Paulauskas2000-11-011-0/+2
* modified or added a bunch of .cvsignore to ignore generated files, whichGediminas Paulauskas2000-11-013-1/+6
* calendar: made all gui show localizedGediminas Paulauskas2000-11-012-0/+8
* Hmmm. SHRT_MAX changed to ICAL_RECURRENCE_ARRAY_MAX in libical. Deal withFederico Mena Quintero2000-11-012-6/+21
* this is a generated file. remove itDan Winship2000-11-011-369/+0
* Let the warning make sense (compute_pid): removeJP Rosevear2000-11-015-159/+235
* New function. We split it from the radio callback so that we can call itFederico Mena Quintero2000-11-012-7/+28
* Removed the geometry and hidden arguments. This code is ancient.Federico Mena Quintero2000-10-314-54/+20
* Do not take in an extra data pointer. (summary_changed_cb): Use a singleFederico Mena Quintero2000-10-312-25/+45
* New function. (general_summary_changed_cb): Sync the general summary toFederico Mena Quintero2000-10-284-1331/+522
* Connect to the recurrence ending menu. (recur_ending_selection_done_cb):Federico Mena Quintero2000-10-284-330/+256
* fixed problems in which I allocated CORBAJesse Pavel2000-10-282-0/+7
* Check boundary case of fast sync72000-10-283-2/+9
* Remove invalid test. (local_record_from_comp): If the event is all day,72000-10-273-6/+20
* Get archive field while parsing (map_write_foreach): Write out archiveJP Rosevear2000-10-273-3/+8
* SHUT THE FUCK UP, DONNIE. DUDE, THEY PEED YOUR FUCKING RUG.Federico Mena Quintero2000-10-275-18/+4
* This is the new recurrence page, partially finished. I just want it on CVSFederico Mena Quintero2000-10-278-255/+1478
* unsigned chars to isalphaMichael Meeks2000-10-274-4/+9
* Small fixes.Jesse Pavel2000-10-273-25/+60
* updating some pt_BR <ricardo@conectiva.com.br>Jorge Godoy2000-10-271-0/+2
* User bonobo_control_get_remote_uid_container, not the old version52000-10-261-0/+1
* Fix ChangeLog bustage - FedericoFederico Mena Quintero2000-10-261-143/+145
* removed the Evolution-Composer generated files, due to a tip on how we doJesse Pavel2000-10-264-98/+10
* Removed generated files.Jesse Pavel2000-10-265-1868/+9
* added this from the composer IDL sourcesJesse Pavel2000-10-268-6/+2440
* I've added code to interact with the mailer's CORBA interfaces, thoughJesse Pavel2000-10-252-15/+121
* Lookup a pid by uid. (e_pilot_map_lookup_uid): Lookup a uid by pid. NowJP Rosevear2000-10-253-36/+21
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-246-5/+13
* Use new libeconduit calls and abstractionJP Rosevear2000-10-245-57/+37
* Add libeconduit-static.laJP Rosevear2000-10-243-123/+22
* Pilot map functions grabbed from existing conduitsJP Rosevear2000-10-243-124/+22
* removed conflict indicatorDamon Chaplin2000-10-211-1/+0
* removed debug message.Damon Chaplin2000-10-217-12/+113
* added more (working) integration with theJesse Pavel2000-10-213-37/+29
* added more (unworking) integration with theJesse Pavel2000-10-213-3/+67
* Pulling up stuff from the 0.6 branchJP Rosevear2000-10-219-40/+103
* s/BonoboUIHandler/BonoboUIComponent/Michael Meeks2000-10-213-17/+23
* use cal_component_has_alarms().Damon Chaplin2000-10-202-15/+6
* added _click-to-add-message, though I'm not sure if i18n will work.Damon Chaplin2000-10-2014-44/+124
* *** empty log message ***Jesse Pavel2000-10-204-5/+100
* *** empty log message ***Jesse Pavel2000-10-204-1/+27
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-202-0/+7
* remove; redundant.Michael Meeks2000-10-193-268/+60
* Updated Spanish translationHector Garcia2000-10-183-0/+6
* die. (debug_xml_cb): add debugging hook.Michael Meeks2000-10-183-295/+43
* Add definesJP Rosevear2000-10-187-57/+82
* Added focus to the general_summary text entry.Anna Marie Dirks2000-10-171-0/+8
* Minor update to the icon /tigertTuomas Kuosmanen2000-10-171-25/+25
* *** empty log message ***Jesse Pavel2000-10-173-7/+194
* Remove pilot cruft. All pilot stuff is in the conduits now and uses theJP Rosevear2000-10-1611-435/+73
* new versions of the calendar view icons - comments welcome.Tuomas Kuosmanen2000-10-166-187/+157
* Move a bunch of CPPFLAGS defs into INCLUDES so they doesn't overrideDan Winship2000-10-162-3/+5
* Icon property for the calendar component.Ettore Perazzoli2000-10-156-1/+16
* *** empty log message ***Jesse Pavel2000-10-141-2/+2
* *** empty log message ***Jesse Pavel2000-10-143-13/+440
* set the 2 icon columns to a min width of 18 and resizable to FALSE.Damon Chaplin2000-10-132-2/+7
* set the pixmaps of the toolbar buttons for the views, and removed a lot ofDamon Chaplin2000-10-123-59/+66
* got 12/24 hour format the wrong way round.Damon Chaplin2000-10-122-2/+7
* Store recurrence stuff on the desktop properly (get_ical_day): UtilityJP Rosevear2000-10-122-0/+97
* Disable stuffIain Holmes2000-10-122-2/+4
* Disable executive-summaryIain Holmes2000-10-125-8/+25
* Take CalObjType as a param because its impossible to determine after aJP Rosevear2000-10-124-139/+144
* *** empty log message ***Jesse Pavel2000-10-122-9/+46
* New versions of the task icons /tigertTuomas Kuosmanen2000-10-126-473/+112
* don't free evolution_dir as we need it to save the config settings.Damon Chaplin2000-10-123-2/+5
* call calendar_config_write_on_exit() to write out some special configDamon Chaplin2000-10-1225-139/+2846
* Fixed the column elements here.Christopher James Lahey2000-10-112-3/+7
* Updated to use the new ETable specification stuff.Christopher James Lahey2000-10-112-51/+35
* The element is "pilot_id" not "pilotid". Update both maps (compute_pid):JP Rosevear2000-10-116-83/+124
* *** empty log message ***Jesse Pavel2000-10-1111-54/+480
* Adjust to using gnome-pilot-sync-abs conduit which is based on the latestJP Rosevear2000-10-1012-1937/+1305
* new round-and-around-and-around-and-arou..duh. New icon. For repeatingTuomas Kuosmanen2000-10-101-78/+16
* Added the executive-summary library and cflagsIain Holmes2000-10-1011-3/+354
* New widget to pick weekdays.Federico Mena Quintero2000-10-073-0/+608
* Updated French translation.Christophe Merlet2000-10-072-0/+4
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-052-38/+31
* when the user types in a new event, don't create it until the user hitsDamon Chaplin2000-10-059-494/+341
* As a temporary solution to the to-do printing, just print the summaries.Federico Mena Quintero2000-10-052-34/+44
* Use g_list_append() correctly. (print_todo_details_cb): Likewise.Federico Mena Quintero2000-10-052-20/+33
* Fix strftime() %a versus %b confusion. Fixes bugzilla #644.Federico Mena Quintero2000-10-052-38/+22
* *** empty log message ***Jesse Pavel2000-10-043-137/+508
* kill.Michael Meeks2000-10-031-0/+4
* *** empty log message ***Jesse Pavel2000-10-035-140/+411
* updated to support RDATE end times or durations. Note that if you have twoDamon Chaplin2000-09-3010-226/+621
* *** empty log message ***Jesse Pavel2000-09-286-7/+627