aboutsummaryrefslogtreecommitdiffstats
path: root/libversit
Commit message (Collapse)AuthorAgeFilesLines
* Check if we're trying to build with the old libversit module borrowed fromDan Winship2002-07-222-3/+4
| | | | | | | | | | | * configure.in: Check if we're trying to build with the old libversit module borrowed from gnome-pim instead of our own new one, and refuse to build if so. * libversit/Makefile.am: Remove libversit.la stuff since we don't want it and it messes up the build slightly. svn path=/trunk/; revision=17526
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-07-09 Peter Williams <peterw@ximian.com> * libversit/Makefile.am (privlib_LIBRARIES): Install libversit.a so that people compiling against the addressbook can do so successfully. * Makefile.am: create our *Conf.sh files and dist them and install them. * configure.in: Define and subst some variables that the Conf.sh file need. 2002-07-08 Peter Williams <peterw@ximian.com> * backend/ebook/Makefile.am: Install libebook-static.la. Also change --all-static to -all-static, which is the right flag. * backend/pas/Makefile.am: Install the PAS headers in $(includedir)/evolution/pas. Install libpas.a 2002-07-08 Peter Williams <peterw@ximian.com> * cal-util/Makefile.am: Install libcal-util-static.la and fix the -all-static flag to make it install statically. * pcs/Makefile.am: Install libpcs.a and its headers. * pcs/cal-backend-util.h: Same sort of include namespacing fix, but for pcs. * pcs/cal.h: * pcs/query.h: * pcs/cal-factory.h: * pcs/cal-backend.h: * pcs/cal-backend-file.h: Same. 2002-07-17 Peter Williams <peterw@ximian.com> * calendar/cal-util/Makefile.am (GTKDOC_LIBS): Because we're using libtool as our LD, we can reference .la's and libtool will DTRT for us. * calendar/cal-client/Makefile.am (GTKDOC_LIBS): Same here. 2002-07-03 Peter Williams <peterw@ximian.com> * Makefile.am: Install libeutil, libeconduit, and libedb3util and their headers. 2002-07-08 Peter Williams <peterw@ximian.com> * Makefile.am: Reference the new libefilterbar.a. 2002-07-12 Peter Williams <peterw@ximian.com> * Makefile.am (INCLUDES): Add -I$(builddir)/libical/src/libical for the generated ical.h (some headers rely on this because they too get installed.) 2002-07-09 Peter Williams <peterw@ximian.com> * e-timezone-dialog/Makefile.am: Add -I$(top_builddir)/libical/src/libical; some headers that we rely on get installed, so they point to the ical.h that gets generated and installed; consequently we need to be able to find the generated ical.h * misc/Makefile.am: Install libemiscwidgets.a and its headers. However, break EFilterBar into a separate libefilterbar.a because we don't want the installed library to depend on libfilter. svn path=/trunk/; revision=17496
* fix a braindead typo that caused us to leak strings in certainChris Toshok2002-06-161-1/+1
| | | | | | | | | | | 2002-06-14 Chris Toshok <toshok@ximian.com> * libversit/vobject.c (unUseStr): fix a braindead typo that caused us to leak strings in certain circumstances (when the string being freed was second in the list, the head of the list would get lost.) svn path=/trunk/; revision=17194
* Re-added libversit stuff.Sebastian Rittau2002-04-2411-0/+4935
| | | | svn path=/trunk/; revision=16566
* Moved libversit to a separate module.Sebastian Rittau2002-04-2412-4945/+0
| | | | svn path=/trunk/; revision=16565
* only include if USE_STRTBL is defined. (deleteStrItem): same. (hashStr):Chris Toshok2002-04-021-1/+16
| | | | | | | | | | | | | | 2002-04-01 Chris Toshok <toshok@ximian.com> * libversit/vobject.c (newStrItem): only include if USE_STRTBL is defined. (deleteStrItem): same. (hashStr): same. (lookupStr): if USE_STRTBL is defined, use existing behavior. if not defined, just dup the string. (unUseStr): if USE_STRTBL is defined, use existing behavior. if svn path=/trunk/; revision=16314
* ignore .pureChris Toshok2002-04-021-2/+3
| | | | svn path=/trunk/; revision=16312
* Darwin/OS X portability from Max Horn <max@quendi.de>Dan Winship2002-04-022-7/+1
| | | | | | | | * libversit/vcc.y: Remove #include <malloc.h>. * libversit/vobject.c: Likewise, and #include <stdlib.h> svn path=/trunk/; revision=16308
* Christian: Fix linker errors on SGI IRIX 6.5 by not using libtool forSebastian Rittau2002-03-122-11/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libversit/Makefile.am: * gncal/Makefile.am: * gnomecard/Makefile.am: Christian: Fix linker errors on SGI IRIX 6.5 by not using libtool for libversit.a. (Bugzilla #61031) -rpath removal and some small cleanups by me. * gncal/corba-cal-factory.c: (init_corba_server, unregister_calendar_services): Christian: Fix startup crashes. * gncal/calobj.c: (ical_object_to_vobject): Christian: Don't save dtend if it's 0 (i.e. the epoch 1970-01-01 00:00). Partly addresses Bugzilla #6058. * gncal/calendar.c: (calendar_open): Store errno privately so that the displayed error message is correct. * gncal/gncal-week-view.c: (gncal_week_view_set): Put %W time format string in week_end part, since otherwise we get problems when the week start is set to Sunday. Also use %V instead of %W to get the ISO week number, instead of the C week number. This makes the week number consistent with the one from GtkCalendar. * libversit/vcc.y: Christian: Fix a problem with locale-dependent string comparisons. (Bugzilla #64801) svn path=/trunk/; revision=16114
* The main window's title is now just one localized string. This should makeSebastian Rittau2002-03-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gncal/main.c: The main window's title is now just one localized string. This should make l10n easier. * gncal/calendar-conduit.c: Move #define of G_LOG_DOMAIN to the top of the file. * gncal/calendar.h: * gncal/calendar.c: (calendar_save): Rewrote function. Does now try to restore the backup file if writing the calendar file failed. (Bugzilla #51662) Also, make fname argument const. * gncal/gncal-full-day.c: Renamed get_tm_range() to time_row_usage(), documented this function and cleaned it up. * gncal/gncal-week-view.c: Christian/me: Show week numbers. (Bugzilla #26377) * gncal/corba-cal-factory.h: s/corba_server_init/init_corba_server/ * gnomecard/sort.c: (gnomecard_do_sort_cards): Christian: Fixed a crash that occured if an empty card list was sorted. Also increased sort speed a bit. * libversit/vobject.c: (fakeCString): Christian: Fixed possible crashes by just returning an empty string if NULL is passed in. * gncal/calobj.c: (ical_object_create_from_vobject): Christian: Remove a now redundant error check. * gncal/main.h: * gncal/main.c: * gncal/calendar.c: (calendar_day_change): * gncal/prop.c: Christian/me: Calendar roll over at midnight. (Bugzilla #6435) svn path=/trunk/; revision=16090
* Change id of gnomecal chapter grom gcal to gnomecal, since that's whatSebastian Rittau2002-02-141-951/+951
| | | | | | | | | | | | | | | | | | | | | * gncal/doc/C/gnomecal.sgml: Change id of gnomecal chapter grom gcal to gnomecal, since that's what topic.dat expects and what is nicer anyways. * libversit/README.TXT: * libversit/vobject.h: * libversit/vcaltmp.c: * libversit/vcaltmp.h: * libversit/vcaltest.c: * libversit/vctest.c: * libversit/vcc.h: Removed DOS-style line endings. (Bugzilla #16741) * gncal/gncal-todo.c: (make_todo_style), (insert_in_clist): * gncal/main.c: (parse_an_arg): Added break's to empty case blocks. (Bugzilla #16741) svn path=/trunk/; revision=15712
* yadayadaEskil Heyn Olsen2001-10-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-10-07 Eskil Heyn Olsen <eskil@eskil.dk> * NEWS: yadayada * gncal/Makefile.am: * gncal/allday.xpm: Added decor for allday events * gncal/calendar-conduit.c: (ical_from_remote_record), (transmit): Better conversion to/from allday events * gncal/calobj.c: (ical_object_new), (ical_object_create_from_vobject), (ical_object_to_vobject): * gncal/calobj.h: Added a gboolean field to indicate a timeless allday event * gncal/eventedit.c: (ee_check_all_day), (check_times), (set_all_day): Twiddled to use the icalobject->allday boolean field * gncal/gncal-full-day.c: (child_realize), (child_draw_decor), (child_compute_decor), (gncal_full_day_init), (gncal_full_day_unrealize): * gncal/gncal-full-day.h: Draw decor for allday events * gncal/gnome-cal.c: (mark_gtk_calendar_day): Correct marking for recurring events. * gncal/main.c: * gncal/main.h: Set up a color for days with events in year view * gncal/mark.c: (get_item_bg_color), (colorify_month_item), (mark_event_in_month), (mark_month_item), (mark_month_item_index), (day_event): * gncal/mark.h: * gncal/prop.c: (fake_mark_days): * gncal/year-view.c: (do_quick_view_popup): Tricks for display days with notime allday events with a different colored number label in the year view (also proper popups). * gncal/month-view.c: (do_quick_view_popup), (add_event): Print monthview with allday events without time, and proper popups. * gncal/quick-view.c: (create_items_for_event): * gncal/view-utils.c: (view_utils_draw_events): Stuff for displaying allday events without time. * gnome-pim.spec.in: Don't quiet configure * gnomecard/Makefile.am: Readded SUBDIRS, couldn't tell why it was removed, but the files were expected to be there. * libversit/vobject.h: Defined XPilotNoTimeProp to X-PILOT-NOTIME svn path=/trunk/; revision=13494
* Changed buf to an int here. (lexGetQuotedPrintable): Changed cur to an intChristopher James Lahey2001-06-201-5/+5
| | | | | | | | | 2001-06-19 Christopher James Lahey <clahey@ximian.com> * libversit/vcc.y (LexBuf): Changed buf to an int here. (lexGetQuotedPrintable): Changed cur to an int here. svn path=/trunk/; revision=10292
* Changed int to char when returning a character from a stream (since itChristopher James Lahey2001-03-101-1/+1
| | | | | | | | | 2001-03-09 Christopher James Lahey <clahey@ximian.com> * libversit/vcc.y: Changed int to char when returning a character from a stream (since it needs to be able to hold EOF.) svn path=/trunk/; revision=8617
* Fixed some warnings. Fixed a bug where quoted printable fields wereChristopher James Lahey2000-09-221-23/+28
| | | | | | | | | | | | | | | | | | 2000-09-22 Christopher James Lahey <clahey@helixcode.com> * libversit/vcc.y: Fixed some warnings. Fixed a bug where quoted printable fields were reading in semi-colons that should have been field separators. From addressbook/ChangeLog: 2000-09-22 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-card.c: Made addresses be quoted printable again so that they will encode properly if they have carriage returns in them. This is possible now because of a fix in libversit. svn path=/trunk/; revision=5550
* call finiLex in error case to avoid a memleak.Chris Toshok2000-05-081-1/+3
| | | | svn path=/trunk/; revision=2895
* Fix off by one error.Vadim Strizhevsky2000-05-081-1/+1
| | | | svn path=/trunk/; revision=2877
* New function (borrowed from Korganizer's libversit code) to combineRussell Steinthal2000-03-291-2/+39
| | | | | | | | | | | | | | | | 2000-03-28 Russell Steinthal <rms39@columbia.edu> * libversit/vcc.y (appendValue): New function (borrowed from Korganizer's libversit code) to combine semicolon-separated multiple-value properties into one long semicolon-delimited string (which can then be parsed by the application code). This works around a bug in libversit by which multiple values would overwrite each other. NOTE: This change seems to work, but could use as much testing as possible before GNOME 1.2 (and gnome-pim 1.2) is released.... Hopefully, this fixes the multiple CATEGORIES bug I've been complaining about for the last few weeks. svn path=/trunk/; revision=2237
* avoid yyconflict with libicalSeth Alves2000-02-241-0/+2
| | | | svn path=/trunk/; revision=1910
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | + minicard-test, and reflow-test. + + * shell/.cvsignore: added files autogenerated from Evolution.idl. + + * libversit/.cvsignore: Added .libs, vcc.c, vcc.lo, vobject.lo, + vcaltmp.lo, libversit.la + + * libical/src/test/.cvsignore: New file. + + * libical/src/libical/.cvsignore: New file. + + * libical/src/libicalss/.cvsignore: New file. + + * libical/.cvsignore: New file, with config.log in it. + + * calendar/.cvsignore: Added tlacuache and tl-test. + + * libibex/.cvsignore: added lookup. + + * mail/.cvsignore: added test-mail. svn path=/trunk/; revision=1859
* Removed the VFS crap; my mistake, it should not go here.Federico Mena Quintero2000-01-224-79/+4
| | | | | | | | | | | 2000-01-21 Federico Mena Quintero <federico@helixcode.com> * libversit/vcc.y: Removed the VFS crap; my mistake, it should not go here. * configure.in: Added yacc requirements for libversit. svn path=/trunk/; revision=1603
* Libversit / VFS work - FedericoArturo Espinosa2000-01-215-2186/+119
| | | | svn path=/trunk/; revision=1601
* Fix handling of QUOTED-PRINTABLE strings. writeQPString has been fixed toVadim Strizhevsky2000-01-011-11/+35
| | | | | | | | | | | | | | | * libversit/vobject.c: Fix handling of QUOTED-PRINTABLE strings. writeQPString has been fixed to escape all chars according to rfc 1521. writeString has been added for writing regular non-quoted strings. * gmomecard/card.c: Fix infinite file growth problems, by not adding the same attribute to the vcard property more than once. * gnomecard/address-conduit.[ch]: Remove custom \n escaping and always use QUOTED-PRINTABLE when necessary because libversit has been fixed appropriately. Also remove various compiler warnings. svn path=/trunk/; revision=1527
* 1.1.0Arturo Espinosa1999-12-031-83/+154
| | | | svn path=/trunk/; revision=1457
* When finding a colon, the lex consumed all line separators, making itArturo Espinosa1999-10-111-5/+6
| | | | | | | | | * libversit/vcc.y (yylex): When finding a colon, the lex consumed all line separators, making it impossible to have empty values (bug 1260). Arturo svn path=/trunk/; revision=1324
* changed to be a .la file instead of .a, this allows lib*_conduit to useEskil Heyn Olsen1999-09-191-2/+2
| | | | | | | | | | | | * libversit: changed to be a .la file instead of .a, this allows lib*_conduit to use the library. * gncal/calendar-conduit: implemented iterate and iterate_specific. * gncal/corba-cal: fixed warnings. svn path=/trunk/; revision=1239
* Added call to GNOME_COMPILE_WARNINGS.Miguel de Icaza1999-09-027-28/+28
| | | | | | | | | | | | | | | | 1999-09-01 Miguel de Icaza <miguel@gnu.org> * configure.in: Added call to GNOME_COMPILE_WARNINGS. * libversit: Removed all the rest of the C++ comments from C sources (per David's suggestion). 1999-09-01 David Kaelbling <drk@sgi.com> * card.c (strtoCardRev): Off by one error fix. svn path=/trunk/; revision=1153
* Added new ids XPilotId and XPilotStatusMiguel de Icaza1999-07-301-0/+4
| | | | | | | | 1999-07-29 Miguel de Icaza <miguel@gnu.org> * libversit/vcc.h: Added new ids XPilotId and XPilotStatus svn path=/trunk/; revision=1044
* Wed, 30 Dec 1998 23:04:25 +0100 [Vincent]Vincent Renardias1998-12-311-4/+4
| | | | | | * Major translation updates. svn path=/trunk/; revision=567
* Changed a sprintf to a snprintf in vcc.yMichael Fulbright1998-11-082-4/+4
| | | | | | | | | | | Should vcc.c be under CVS control? I thought it was a derived file. This fixes gnomecard segfaulting when it tried to load a non-existant file on startup. Dr Mike <msf@redhat.com> svn path=/trunk/; revision=466
* Missing files - FedericoArturo Espinosa1998-06-061-0/+1
| | | | svn path=/trunk/; revision=250
* New file.Carsten Schaar1998-04-061-0/+3
| | | | | | * versit/.cvsignore: New file. svn path=/trunk/; revision=108
* GnomeCalendar toplevel GnomeApp; versit code -migArturo Espinosa1998-04-0212-0/+6887
svn path=/trunk/; revision=89
Vasil Dimov2006-12-143-9/+7 * - maintainer lost his motivationCheng-Lung Sung2006-12-071-1/+1 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-148-14/+16 * Remove usage of OSVERSION in BROKEN message. I introduced this usage butMark Linimon2006-09-181-1/+1 * BROKEN on 6.x: Incorrect pkg-plistKris Kennaway2006-09-171-1/+7 * KDE 3.5.4 / KOffice 1.5.2Michael Nottebrock2006-09-134-8/+6 * Remove expired leaf ports:Vasil Dimov2006-09-125-60/+0 * Schedule these broken ports for termination on 2006-12-01Kris Kennaway2006-09-032-0/+4 * temporarily, I mark it BROKEN in 4.x.CHOI Junho2006-08-131-0/+4 * Update to 7.0.8.Hiroki Sato2006-08-022-5/+5 * Deprecate this port, the dependency is deprecated and this port is notAlexander Leidinger2006-06-301-0/+3 * This port may not be needed anymore. The maintainer is checking this. InAlexander Leidinger2006-06-141-2/+2 * Register conflicts with the FC linux base ports (fixes experimental portsAlexander Leidinger2006-06-101-2/+4 * Update to KDE 3.5.3Michael Nottebrock2006-06-064-20/+18 * - Remove single-locale firefox l10n ports, please use www/firefox-i18n nowAndrew Pantyukhin2006-06-015-77/+0 * Bump PORTREVISION to reflect the fact that the .desktop file is noJean-Yves Lefort2006-05-211-1/+1 * Bump PORTREVISION to reflect the fact that these ports may nowJean-Yves Lefort2006-05-191-1/+1 * Remove USE_REINPLACE from categories starting with a KEdwin Groothuis2006-05-094-4/+0 * Update to 7.3Hye-Shik Chang2006-04-222-4/+4 * Reset hollywar@mail.holywar.net due to no response to email about maintainerMark Linimon2006-04-053-3/+3 * Update to KDE 3.5.2Michael Nottebrock2006-03-314-126/+20 * Update to 7.1Hye-Shik Chang2006-03-193-6/+8 * Downgrade to 7.0.1 temporarily mainly because the printing featureHiroki Sato2006-03-082-4/+5 * Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-074-4/+4 * - Fix build breakage due to print/adobe-cmaps updating.Hiroki Sato2006-02-273-21/+23 * Fix devel/libytnef[1] and others[2] after libtool commit.Ade Lovett2006-02-241-1/+1 * Conversion to a single libtool environment.Ade Lovett2006-02-235-3/+7 * Fix pkg-plist.Hiroki Sato2006-02-221-0/+1 * - Use a distfile in tarball instead of one in rpm.Hiroki Sato2006-02-223-23/+7 * - Remove ak12.tar.Z and use print/adobe-cmaps instead.Hiroki Sato2006-02-213-50/+19 * Bump PORTREVISION because of print/ghostscript-gnu-commfont update.Hiroki Sato2006-02-211-0/+1 * * Remove print/acroread - it has expired on 2006-01-03Vasil Dimov2006-02-104-24/+0 * Upgrade to 1.5a.Vanilla I. Shu2006-02-083-14/+9 * - Remove USE_REINPLACESimon Barner2006-02-061-4/+2 * - Fix bug(updater.ini).Vanilla I. Shu2006-02-042-4/+2 * - UnbreakVanilla I. Shu2006-02-024-35/+30 * Update to KDE 3.5.1.Michael Nottebrock2006-02-012-6/+6 * Update to 6.5Hye-Shik Chang2006-02-013-6/+5 * SHA256ifyEdwin Groothuis2006-01-305-2/+24 * SHA256ify, and remove file from filesdirEdwin Groothuis2006-01-301-1/+2 * BROKEN when WITHOUT_X11: Broken dependencyKris Kennaway2006-01-261-0/+4 * SHA256ifyEdwin Groothuis2006-01-2239-0/+59 * eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-226-11/+11 * BROKEN: UnfetchableKris Kennaway2006-01-201-0/+2 * Update to KDE 3.5.0Michael Nottebrock2006-01-096-76/+98 * Hash with SHA-256.Trevor Johnson2006-01-081-0/+1 * Add firefox-ko 1.5, Firefox Korean(ko) Language Pack.Sam Lawrance2005-12-196-0/+87 * Update to 6.2Hye-Shik Chang2005-12-173-11/+12 * Update to 0.2.1.CHOI Junho2005-12-082-4/+5 * - Update to 1.1.1-a021.Hiroki Sato2005-12-072-4/+4 * - Add SHA256Pav Lucistnik2005-11-252-0/+2 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-154-6/+4 * Update to KDE 3.4.3 / KOffice 1.4.2Michael Nottebrock2005-11-052-10/+0 * Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-055-4/+5 * Fix pkg-plistEdwin Groothuis2005-11-032-5/+2 * Update to 0.5.4.Norikatsu Shigemura2005-11-036-24/+55 * Drop maintainership.Jung-uk Kim2005-10-171-1/+1 * SCIM updated to 1.4.2.Norikatsu Shigemura2005-10-152-2/+2 * Enable Korean support for xpdf.Jung-uk Kim2005-10-151-0/+1 * Enable korean support for xpdf.Jung-uk Kim2005-10-156-0/+85 * activate scim-hangul, Korean imengine for scim.CHOI Junho2005-10-136-0/+75 * Update to 5.4Hye-Shik Chang2005-10-103-7/+8 * localized versions of Adobe Reader (formerly Acrobat Reader)Trevor Johnson2005-10-084-0/+36 * Canonicalize name of null maintainer.Mark Linimon2005-10-041-1/+1 * Update to 0.9.13Hye-Shik Chang2005-09-112-4/+4 * BROKEN: Broken dependencyKris Kennaway2005-08-312-0/+4 * - Unbreak on 5.X and 6.XPav Lucistnik2005-08-063-4/+40 * - Fix broken behavior that overwrites some files from x11/xterm.Hye-Shik Chang2005-08-044-14/+27 * - Fix plistHye-Shik Chang2005-08-013-10/+5 * Update to KDE 3.4.2 / KOffice 1.4.1Michael Nottebrock2005-08-016-6/+36 * o Update to 1.4.0.Norikatsu Shigemura2005-07-301-1/+1 * Fix fetch problem. Oops!CHOI Junho2005-07-281-6/+2 * This port is scheduled for deletion on 2005-09-22 if it is still brokenKris Kennaway2005-07-234-0/+8 * BROKEN: UnfetchableKris Kennaway2005-07-181-0/+2 * Remove port for korean/mplayer-fonts. It's not so useful now becauseHye-Shik Chang2005-07-146-234/+0 * Chase master site URL change.Hye-Shik Chang2005-07-142-5/+4 * Update to 4.5Hye-Shik Chang2005-07-143-5/+5 * Update to 1.0.1 and follow teTeX-3.0 scheme.CHOI Junho2005-07-084-4325/+4363 * Remove openoffice.org localized ports as I announced:Maho Nakata2005-06-293-34/+0 * Update to KDE 3.4.1Michael Nottebrock2005-06-262-2/+0 * Mega-patch to cleanup the ports infrastructure regarding our linux bits:Alexander Leidinger2005-06-181-5/+3 * fix pkg-plistOliver Lehmann2005-06-031-1/+0 * - Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12Pav Lucistnik2005-05-311-1/+1 * IIIMF-related ports: fix build failDaichi GOTO2005-05-272-2/+30 * IIIMF-related ports:Daichi GOTO2005-05-246-102/+95 * Added slave port of lang/php_doc for the Korean languageEdwin Groothuis2005-05-232-0/+14 * * add CONFLICTSSergey Skvortsov2005-05-141-2/+5 * o UpdateNorikatsu Shigemura2005-05-101-1/+1 * At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-123-3/+3 * Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-113-3/+3 * Replace "%" in patch filenames with "_".Anton Berezin2005-04-072-0/+0 * BROKEN: Does not buildKris Kennaway2005-03-271-0/+2 * Fixed iiimf-related ports build failDaichi GOTO2005-03-254-117/+55 * Update to KDE 3.4Michael Nottebrock2005-03-212-0/+2 * Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-124-1/+4 * - update to 0.5.1, use scim-table-imengine nowCheng-Lung Sung2005-03-076-25/+43 * IIIMF-related portDaichi GOTO2005-03-058-0/+226 * Name is not correct. iiimf-le-hanbul must be iiimf-le-hangul.Daichi GOTO2005-03-058-226/+0 * IIIMF-related ports:Daichi GOTO2005-03-048-0/+226 * Respect the user's USE_LINUX setting.Trevor Johnson2005-03-021-1/+1 * BROKEN: Removes files installed by another portKris Kennaway2005-02-281-0/+2 * BROKEN: Incomplete pkg-plistKris Kennaway2005-02-282-0/+4 * - Update distinfo because some font files on site are updated.Hye-Shik Chang2005-02-202-8/+5 * As previously announced, remove ports that have reached their expiry date,Kris Kennaway2005-02-19