# New ports collection makefile for: tcl-getopt # Version required: 1.0 # Date created: Mar 18, 1999 # Whom: mi # # $FreeBSD$ # DISTNAME= tclGetOpts PKGNAME= tclGetOpts-1.0 CATEGORIES= devel tcl76 tcl80 tcl82 MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/sorted/packages-7.6/devel/ \ http://www.neosoft.com/tcl/ftparchive/sorted/packages-7.6/devel/ MAINTAINER= mi@aldan.algebra.com NO_BUILD= YES MANN= getopt.n typedopts.n do-install: ${MKDIR} ${PREFIX}/lib/foxGetOpt ${INSTALL_SCRIPT} \ ${FILESDIR}/pkgIndex.tcl \ ${WRKSRC}/foxTypedOpts.tcl \ ${WRKSRC}/foxGetOpt.tcl ${PREFIX}/lib/foxGetOpt/ ${INSTALL_MAN} ${WRKSRC}/getopt.n ${WRKSRC}/typedopts.n \ ${PREFIX}/man/mann/ .include w.csie.ntu.edu.tw/~b01902062/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added 'Delete' and 'Rename' menu items. (delete_task_list_cb,Rodrigo Moya2003-11-172-1/+86
* try first to create the icon from the stock, and then from a file.Rodrigo Moya2003-11-173-4/+92
* use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-173-6/+3
* remove the AlarmNotify service, no more need for it, since the alarmRodrigo Moya2003-11-178-171/+83
* Make ending count of occurrences of Recurrence tab numeric only.Harry Lu2003-11-172-0/+6
* add a uriJP Rosevear2003-11-174-69/+10
* emit the added signal for the correct rowsJP Rosevear2003-11-172-8/+10
* copy in here (update_uris_for_selection): save the selectionJP Rosevear2003-11-174-13/+132
* add it via e-tasks (remove_uri_for_source): remove it via e-tasksJP Rosevear2003-11-178-85/+284
* set up a event to be edited (impl_requestCreateItem): implementJP Rosevear2003-11-172-17/+90
* OopsJP Rosevear2003-11-151-0/+4
* include e-source* from e-d-sJP Rosevear2003-11-154-5/+4
* config accessor (calendar_config_set_calendars_selected): dittoJP Rosevear2003-11-155-22/+147
* New. (impl_requestCreateItem): New. (tasks_component_class_init): Install.Ettore Perazzoli2003-11-133-2/+43
* (impl__get_userCreatableItems): New.Ettore Perazzoli2003-11-132-2/+64
* Add a component_aliasEttore Perazzoli2003-11-132-0/+9
* Use non-deprecated gtk_menu_shell_append ().Hans Petter Jansson2003-11-132-1/+6
* Fixes #50808Bolian Yin2003-11-122-0/+16
* use a standard calendar status (backend_cal_opened_online): dittoJP Rosevear2003-11-128-30/+48
* load the calendar synchronouslyJP Rosevear2003-11-123-61/+9
* return boolean not ECalStatus (update_objects): ditto (process_item_fn):JP Rosevear2003-11-113-25/+30
* use proper change list free function name (post_sync): dittoJP Rosevear2003-11-113-4/+13
* Remove get-vtype check from the completed-tasks query (and don't leak theDan Winship2003-11-114-56/+18
* remove includes for toplevel libical dirJP Rosevear2003-11-084-4/+8
* Shush.JP Rosevear2003-11-073-5/+7
* Add forgotten file.JP Rosevear2003-11-071-0/+15
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-07164-31396/+3228
* fix typoJP Rosevear2003-11-052-8/+5
* add a unimplemented warning so we at least avoid relocation errors.Larry Ewing2003-11-052-0/+13
* added more menu items. (delete_calendar_cb): callbacks for new popup menuRodrigo Moya2003-11-044-13/+41
* added more menu items. (delete_calendar_cb): callbacks for new popup menuRodrigo Moya2003-11-042-12/+79
* add new signal "selected_time_changed" a11y initialization new publicBolian Yin2003-11-0410-39/+89
* Append "_2". Likewise. Likewise. Likewise. LikewiseEttore Perazzoli2003-11-046-5/+13
* use "evolution2:config_item" properties instead of "evolution:config_item"Ettore Perazzoli2003-11-042-5/+11
* Fix for #50387.Harry Lu2003-11-032-1/+12
* Add the webcal source group.Hans Petter Jansson2003-11-017-46/+921
* Add CAL_STATIC_CAPABILITY_NO_THISANDFUTURE andDan Winship2003-11-017-38/+76
* set up vars and rules for versioning the .server filesJP Rosevear2003-10-313-20/+18
* fixed mismatched condition in if/else statement.Rodrigo Moya2003-10-311-2/+2
* fixed mismatched condition in if/else statement.Rodrigo Moya2003-10-312-2/+7
* removed.Rodrigo Moya2003-10-315-25/+31
* use bonobo_main_quit, not gtk_main_quit.Rodrigo Moya2003-10-311-1/+1
* use bonobo_main_quit, not gtk_main_quit.Rodrigo Moya2003-10-313-1/+26
* removed, since we dont save the file anymore in idle callbacks.Rodrigo Moya2003-10-302-49/+18
* implemented THIS and ALL recurrences cases, blowing away or detachingRodrigo Moya2003-10-302-40/+195
* build new filesJP Rosevear2003-10-305-4/+353
* set an exception if we fail, so evo won't crash.Dan Winship2003-10-302-0/+11
* no need to update config settings everywhere explicitlyJP Rosevear2003-10-2913-201/+144
* set the format on the cal viewJP Rosevear2003-10-294-2/+41
* unref config manager (init_widgets): create config manager for theJP Rosevear2003-10-294-111/+38
* set the timezone for all clients (timezone_changed_cb): callback forJP Rosevear2003-10-2919-64/+1537
* fixed typo in menu item label.Rodrigo Moya2003-10-2915-91/+119
* connect to "fill_popup_menu" on the ESourceSelector.Rodrigo Moya2003-10-292-1/+9
* connect to "fill_popup_menu" on the ESourceSelector.Rodrigo Moya2003-10-292-0/+44
* no need to keep the timezone here, it is already stored in the model.Rodrigo Moya2003-10-283-22/+24
* New; tell each query about a created/modified/removed object.Dan Winship2003-10-288-118/+171
* store config objects as well (gnome_calendar_set_default_uri): returnJP Rosevear2003-10-2812-180/+1158
* changed fill_component_from_model virtual method to get an ETableModel,Rodrigo Moya2003-10-275-20/+32
* pass FALSE as the 'only_if_exists' parameter, so that the calendar getsRodrigo Moya2003-10-272-1/+7
* initialize private structure on TasksComponent.Rodrigo Moya2003-10-252-0/+7
* removed repeated initialization. (calendar_component_peek): use G_STRLOCRodrigo Moya2003-10-259-12/+455
* build libpcs.la and libpcsfile.la instead of just .a. (libpcs_la_LIBADD):Dan Winship2003-10-242-4/+16
* Remove type argDan Winship2003-10-2412-28/+46
* new functions for individual instances management.Rodrigo Moya2003-10-245-16/+297
* update protosJP Rosevear2003-10-244-53/+172
* if the component received is an instance, add it to the recurrences hashRodrigo Moya2003-10-243-24/+117
* just uses the views array and the current view type (setup_widgets): dittoJP Rosevear2003-10-243-64/+37
* accept also text/calendar for D&D.Rodrigo Moya2003-10-246-7/+12
* use the internal client list to create the queriesJP Rosevear2003-10-241-41/+38
* fix typo (e_day_view_on_main_canvas_drag_data_received): fix C99 issue,JP Rosevear2003-10-242-3/+23
* remove and free op before return.Harry Lu2003-10-247-57/+276
* update g_date calls to non-deprecated callsJP Rosevear2003-10-238-71/+61
* Fix c/p typo - call removed instead of modifyJP Rosevear2003-10-232-1/+6
* guard against irrelevant args (ie if there was an error)JP Rosevear2003-10-238-20/+64
* connect also to ETableModel's "model_cell_changed" signal.Rodrigo Moya2003-10-233-2/+38
* new function to remove calendars from the views.Rodrigo Moya2003-10-233-0/+43
* Add an "evolution:button_icon" attribute.Ettore Perazzoli2003-10-232-0/+6
* Add an "evoution:button_sort_order" attribute.Ettore Perazzoli2003-10-232-0/+6
* Make the scrolled window have a GTK_SHADOW_IN shadow. Likewise.Ettore Perazzoli2003-10-233-0/+9
* (impl_createControls): Set theEttore Perazzoli2003-10-232-0/+8
* Add an "evolution:button_label" property on the component for use in theEttore Perazzoli2003-10-232-0/+8
* Fix typo in libcal_client_la_SOURCESRodney Dawes2003-10-222-1/+5
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-2244-4926/+5420