# New ports collection makefile for: kde3-i18n-nb # Date created: 05 April 2002 # Whom: Lauri Watts # # $FreeBSD$ # PORTNAME= kde-i18n PORTVERSION= ${KDE_VERSION} CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src/kde-i18n PKGNAMEPREFIX= nb- DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Norwegian Bokmål messages and documentation for KDE3 BUILD_DEPENDS= xgettext:${PORTSDIR}/devel/gettext USE_KDELIBS_VER=3 USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes KDE_I18N= yes .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include link rel='vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* guard against multiple destroy callsJP Rosevear2003-04-052-7/+14
* Don't free static string.Dan Winship2003-04-052-1/+6
* guard against empty uri as wellJP Rosevear2003-04-052-1/+6
* Fixes #40722JP Rosevear2003-04-042-5/+17
* Add a check to see if the view should be the day-view and change theJeffrey Stedfast2003-04-033-6/+20
* Fixes #39262Rodrigo Moya2003-04-032-7/+40
* added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-032-0/+7
* Fixes #39955JP Rosevear2003-04-022-2/+6
* Fixes #40661Rodrigo Moya2003-04-022-0/+7
* Nuke GdkFont and use Pango's font measuring.Hans Petter Jansson2003-04-0211-172/+263
* Fix for #17231 (Evo portion)JP Rosevear2003-04-023-2/+12
* added filename (tasks.ics/calendar.ics) to the URI if it does not containRodrigo Moya2003-04-022-2/+30
* Fixes #39961Rodrigo Moya2003-04-012-22/+13
* Fixes #39895Not Zed2003-03-304-3/+25
* the shell client is a g_object now, ref appropriatelyJP Rosevear2003-03-292-2/+7
* Hold weak references to the CalComponent instead of connecting to theHans Petter Jansson2003-03-293-29/+30
* Fixes #39954Hans Petter Jansson2003-03-292-4/+11
* init new members (get_current_account): get a matching account for theJP Rosevear2003-03-284-59/+149
* use g_object_unref for CalClient's. (create_checkboxes_control): useRodrigo Moya2003-03-272-8/+12
* return correct values in g_return_val_if_fail.Rodrigo Moya2003-03-273-3/+8
* add a parameter(TC_CORBA_string) to the bonobo_widget_get_property.Jack Jia2003-03-262-1/+7
* Update for e_notice moveDan Winship2003-03-255-15/+38
* Utility wrapper around icalparser.Dan Winship2003-03-256-85/+54
* Fixes #32248JP Rosevear2003-03-222-1/+10
* Fixes #31660JP Rosevear2003-03-222-11/+88
* calcomponents are gobjects now (calconduit_load_configuration): ref andJP Rosevear2003-03-213-2/+20
* use a GtkMessageDialog and deal correctly with the dialog's reponses.Rodrigo Moya2003-03-212-4/+14
* Fixes #39770Rodrigo Moya2003-03-202-5/+15
* removed activation of shell_client. (importer_destroy_cb): no need toRodrigo Moya2003-03-202-28/+7
* removed. (load_file_fn, vcal_load_file_fn): use physical_uri instead ofRodrigo Moya2003-03-203-92/+14
* Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]Ettore Perazzoli2003-03-202-2/+8
* use GtkMessageDialog instead of gnome_question_dialog, and deal correctlyRodrigo Moya2003-03-192-4/+15
* Fixes #34505Rodrigo Moya2003-03-182-7/+34
* Fixes #34095Hans Petter Jansson2003-03-189-7/+46
* Fixes #39757Hans Petter Jansson2003-03-182-6/+18
* Fixes #39736Hans Petter Jansson2003-03-182-1/+8
* Fixes #39740Rodrigo Moya2003-03-156-342/+18
* set_release on the sequence we create.Rodrigo Moya2003-03-152-0/+4
* don't leak the string sequence returned by CalFactory_uriList.Rodrigo Moya2003-03-142-1/+8
* use a weak ref instead of connecting to backend's "destroy" signal.Rodrigo Moya2003-03-132-9/+12
* don't use GNOME_STOCK_* defines, but GTK_STOCK_*.Rodrigo Moya2003-03-132-3/+8
* corrected button ordering and changed the return type to be aRodrigo Moya2003-03-134-10/+25
* Update for timezone dialog API changes.Dan Winship2003-03-123-102/+38
* issue more descriptive warnings.Rodrigo Moya2003-03-122-2/+7
* if we already have the client loaded, don't remove it, just increment itsRodrigo Moya2003-03-103-50/+72
* create the array to be returned only once.Rodrigo Moya2003-03-072-3/+8
* ref the CalClient. (notify_dialog_cb): unref the CalClient.Rodrigo Moya2003-03-062-0/+7
* new function. (alarm_notify_dialog): made it return a pointer to theRodrigo Moya2003-03-064-37/+144
* Fixes #31382Rodrigo Moya2003-03-062-2/+10
* fix defaults and descriptions to match what calendar-config wants them toJP Rosevear2003-03-062-30/+35
* g_objectify ref/unrefJP Rosevear2003-03-054-7/+16
* override finalize, not destroy (start_calendar_server): take itip as aJP Rosevear2003-03-052-46/+138
* cast CalClient's to GObject, not GtkObject.Rodrigo Moya2003-03-052-4/+9
* don't let the user change to an email organizer if the back end is not anJP Rosevear2003-03-052-3/+11
* Fixes #37881JP Rosevear2003-03-052-2/+52
* Fixes #37881JP Rosevear2003-03-052-1/+8
* Fixes #37883JP Rosevear2003-03-052-1/+8
* Fixes #37806, #37697JP Rosevear2003-03-052-4/+14
* implementJP Rosevear2003-03-059-20/+164
* call cal_client_get_cal_address instead of cal_client_get_email_addressJP Rosevear2003-03-0510-44/+75
* fix commentJP Rosevear2003-03-052-1/+5
* update FIXME noteJP Rosevear2003-03-052-3/+6
* fix copyrightJP Rosevear2003-03-053-7/+15
* Partially Fixes #23606 (from Jack Jia <jack.jia@sun.com>)JP Rosevear2003-03-053-2/+22
* Shush.JP Rosevear2003-03-051-1/+3
* Commit missed files.JP Rosevear2003-03-052-0/+126
* If only the pipe wouldn't break.JP Rosevear2003-03-0551-2399/+3298
* Merging in 1.2 stuffJP Rosevear2003-03-053-32/+237
* Fixes #35598JP Rosevear2003-03-051-0/+463
* gui/dialogs/alarm-page.c gui/dialogs/event-page.cHans Petter Jansson2003-03-048-7/+19
* Do importers after the other dirs, as it relies on generated files fromHans Petter Jansson2003-03-022-1/+7
* Shlibify.Hans Petter Jansson2003-03-015-60/+59
* build libcal-dialogs as an uninstalled shared library ($(IDL_GENERATED_H),Dan Winship2003-03-014-13/+19
* Forgot to mention server file move.Hans Petter2003-03-011-0/+3
* Add calendar/importers/Makefile to output.Hans Petter Jansson2003-03-015-6/+20
* Remove libalarm.a, which was not being used by the calendar.Dan Winship2003-03-014-17/+23
* link to versist libtool objectJP Rosevear2003-02-283-2/+8
* This makes alarm notification work.Hans Petter Jansson2003-02-272-1/+8
* This makes creating appointments and tasks from the "New" button work.Hans Petter Jansson2003-02-272-6/+16
* Fixes Ximian #37895.Hans Petter Jansson2003-02-273-3/+13
* Fixes Ximian #38306.Hans Petter Jansson2003-02-272-19/+44
* Use fixed margins of 5% of page width/height. This is the same cheat asHans Petter Jansson2003-02-262-12/+43
* Get default view from correct key.Hans Petter Jansson2003-02-262-1/+6
* Show start/end-of-day widgets.Hans Petter Jansson2003-02-262-0/+7
* Don't warn if calendar isn't loaded... Doesn't seem to hurt, but thisHans Petter Jansson2003-02-245-5/+28
* gconf settings upgradesMichael Zucci2003-02-2413-419/+224
* dont unref accounts anymore. (change_status): itipAddress -> EAccount.Not Zed2003-02-241-1/+1
* dont unref accounts anymore. (change_status): itipAddress -> EAccount.Not Zed2003-02-242-2/+148
* Appease the compiler. (gnome_calendar_update_paned_quanta): Don't actuallyHans Petter Jansson2003-02-24