aboutsummaryrefslogtreecommitdiffstats
path: root/www/mhonarc/Makefile
blob: 4835a58381785a61deeced7e6d2f1d52bd747484 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:    MHonArc
# Date created:             18 June 1997
# Whom:                 koshy@india.hp.com
#
# $FreeBSD$
#

PORTNAME=   mhonarc
PORTVERSION=    2.6.16
CATEGORIES= www mail
MASTER_SITES=   http://www.mhonarc.org/release/MHonArc/tar/ \
        http://www.oac.uci.edu/indiv/ehood/tar/
DISTNAME=   MHonArc-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    WWW front end for mail archives

USE_BZIP2=  Yes
USE_PERL5=  Yes
NO_BUILD=   Yes

MAN1=   mhonarc.1 mha-dbedit.1 mha-dbrecover.1 mha-decode.1

INSTALL_ARGS=   -binpath ${PREFIX}/bin \
        -libpath ${PREFIX}/share/MHonArc \
        -manpath ${PREFIX}/man \
        -batch
.if !defined(NOPORTDOCS)
INSTALL_ARGS+=  -docpath ${PREFIX}/share/doc/MHonArc
.else
INSTALL_ARGS+=  -nodoc
.endif

.include <bsd.port.pre.mk>

do-install:
    cd ${WRKSRC} && ${PERL5} install.me ${INSTALL_ARGS}

.include <bsd.port.post.mk>
a29798db53c58a71e09bdb0a8764b1'>pull forward Jack Jia's fix for #33672, but convert it to use unlinkChris Toshok2003-02-042-13/+22 * Get the thread_subject setting here instead of in regen_list_regen sinceJeffrey Stedfast2003-02-042-7/+13 * Just use gnome_vfs_get_mime_type_from_name() so we can forget all the crapJeffrey Stedfast2003-02-041-9/+7 * ops, buildJeffrey Stedfast2003-02-041-5/+2 * Just use gnome_vfs_get_mime_type_from_name().Jeffrey Stedfast2003-02-042-21/+8 * Just use gnome_vfs_get_mime_type_from_name() so we can forget all the crapJeffrey Stedfast2003-02-043-19/+29 * Updating Amharic translation.Daniel Yacob2003-02-042-8/+12 * Updates evolution/po/ChangeLog evolution/po/da.poKeld Jørn Simonsen2003-02-022-1752/+1884 * Updated Spanish translation from Francisco J FernandezGerman Poo-Caaman~o2003-02-022-2528/+2589 * Skip setting the "font_gdk" arg for now.Hans Petter Jansson2003-02-026-0/+29 * Use Pango to draw. (e_calendar_item_class_init): Add font_desc andHans Petter Jansson2003-02-024-17/+106 * Don't request combo boxes that are 0 pixels tall. (position_date_popup):Hans Petter Jansson2003-02-022-12/+29 * Just use gtk_widget_destroy as the G_CALLBACK function.Jeffrey Stedfast2003-02-021-14/+5 * Give gnome_vfs_get_uri_from_local_path a full path.Jeffrey Stedfast2003-02-022-10/+31 * Make .server file point to where wombat is now installed.Hans Petter Jansson2003-02-022-1/+6 * Uodates from Søren evolution/po/ChangeLog evolution/po/da.poKeld Jørn Simonsen2003-02-022-8260/+7000 * Small fix of it.poMarco Ciampa2003-02-022-12/+16 * gtk_widget_destroy the menu rather than g_object_unref'ing it.Jeffrey Stedfast2003-02-011-1/+1 * New function to return a cached list of labels.Jeffrey Stedfast2003-02-017-178/+210 * some fix of it.po fileMarco Ciampa2003-02-012-3/+7 * 30 January 2003, Aaron Weber <aaron@ximian.com>Aaron Weber2003-01-318-522/+253 * Fixes #35572Ronald Kuetemeier2003-01-312-0/+9 * Updated Hungarian translation.Andras Timar2003-01-302-2367/+2498 * Updated Ukrainian translationYuri Syrota2003-01-301-111/+77 * Install wombat to $(libexecdir)/evolution/$(BASE_VERSION)Rodney Dawes2003-01-302-1/+7 * First time of all strings translated in it.po in 2003!Marco Ciampa2003-01-291-38/+18 * Updated Ukrainian translationYuri Syrota2003-01-291-5366/+5415 * conditionally define which krb5 impl we haveJeffrey Stedfast2003-01-292-0/+4 * Pass in some default flags to gss_init_sec_context() (these default flagsJeffrey Stedfast2003-01-292-1/+9 * Updated to add gssapi libs, since this is what we use krb5 for :-)Jeffrey Stedfast2003-01-292-21/+31 * No need for the @true command. ($(IDL_GENERATED_C)): Likewise.Ettore Perazzoli2003-01-292-10/+21 * s/bin_SCRIPTS/tools_SCRIPTS/Rodney Dawes2003-01-292-1/+5 * (Evolution-impl.o): Removed unused rule.Ettore Perazzoli2003-01-292-2/+4 * Make this work with parallel make as well.Ettore Perazzoli2003-01-292-7/+24 * Use a little trick for the IDL compilation so thatEttore Perazzoli2003-01-292-7/+28 * (e_shell_construct): UseEttore Perazzoli2003-01-292-2/+13 * Updated it.po (not yet finished)Marco Ciampa2003-01-292-191/+123 * Take overFatih Demir2003-01-282-1620/+1534 * Fixes file lists. Removed. This file has been present for 2.5 years.Abel Cheung2003-01-285-4847/+4732 * If the subject or body components of the mailto url are not in UTF-8,Jeffrey Stedfast2003-01-282-2/+27 * Change strcmp(fi->path, path) to strcmp(fi->name, name) and now theJeffrey Stedfast2003-01-282-2/+10 * Set GTK_RESPONSE_OK as the default response.Ettore Perazzoli2003-01-2823-189/+227 * Port to GtkDialog. Strdup the text returned by GtkEntry after destroyingEttore Perazzoli2003-01-283-24/+43 * #include bonobo-activation instead of oaf. (main): Initialize usingEttore Perazzoli2003-01-287-36/+68 * Fixed a #warning by converting a local path into a file: uri beforeJeffrey Stedfast2003-01-285-6/+31 * Fixed a #warning by converting the filename into a uri before passing itJeffrey Stedfast2003-01-283-30/+164 * Rename wombat to evolution-wombat. Updated accordingly. Likewise.Ettore Perazzoli2003-01-284-11/+17 * (timeout_callback): Pass a the context'sEttore Perazzoli2003-01-282-1/+7 * #if 0'ed out for now, since it seems to cause trouble for localEttore Perazzoli2003-01-283-1/+22 * add a scrolled window (SHADOW_IN) around the address textview.Chris Toshok2003-01-282-25/+41 * removed a FIXME commentJeffrey Stedfast2003-01-272-1/+5 * Updated Slovak translation.Stanislav Visnovsky2003-01-272-6019/+5823 * CalClient and CalComponent are GObjects.Chris Toshok2003-01-273-19/+26 * ref/sink the pilot settings to clear up that gtk warning.Chris Toshok2003-01-272-1/+10 * add in the conduit Makefile's.Chris Toshok2003-01-272-0/+8 * fix warning. (get_default_timezone): BonoboConfigDatabase ->Chris Toshok2003-01-274-94/+36 * Make clicks, drags and resizes work, and pangoize remaining strings. FixHans Petter Jansson2003-01-274-50/+89 * rename the category entry to entry-categories.Chris Toshok2003-01-273-3/+22 * init the layout to NULL.Chris Toshok2003-01-272-0/+6 * only do the CONDUIT_CFLAGS/LIBS stuff if pilot conduits have been enabled.Chris Toshok2003-01-272-1/+10 * in the --enable-pilot-conduits stanza, use PKG_CHECK_MODULES to get theChris Toshok2003-01-272-9/+16 * Updating Amharic translation.Daniel Yacob2003-01-262-1045/+1080 * i need to sleep more.Chris Toshok2003-01-262-1/+4 * need to assign this here or else the lib doesn't get built.Chris Toshok2003-01-262-0/+6 * begin the new page after showing the last one. (complete_sequence):Chris Toshok2003-01-262-7/+21 * enable this, as building the conduit works if you have gnome-pilot2.Chris Toshok2003-01-262-3/+6 * g_file_exists -> g_file_test. (e_pilot_map_write): don't use doc->root.Chris Toshok2003-01-262-7/+10 * GObjectify the stuff in here that refers to addressbook objects. theChris Toshok2003-01-262-52/+35 * GObjectify this.Chris Toshok2003-01-263-34/+35 * Mainly making all views use PangoLayouts for text. When drawing aHans Petter Jansson2003-01-2617-125/+308 * Set the paned_size here.Jeffrey Stedfast2003-01-254-110/+22 * Enable getting the categories master list from wombat.Hans Petter Jansson2003-01-252-5/+9 * Don't insist appointment is updated if both old and new summary are blank.Hans Petter Jansson2003-01-2510-324/+373 * Updated it.po (not yet finished)Marco Ciampa2003-01-252-934/+34 * (iconsdir): Remove, this is now defined inEttore Perazzoli2003-01-254-3/+10 * Remove, this is now defined in configure.in.Ettore Perazzoli2003-01-254-5/+11 * Remove definition; this is now in configure.in. Likewise. Likewise.Ettore Perazzoli2003-01-254-4/+7 * (evolutionuidir): Define iconsdir.Ettore Perazzoli2003-01-252-0/+7 * Updated Amharic translation.Daniel Yacob2003-01-242-1066/+1039 * Doh. Use the MANUAL_[NSPR,NSS]_[CFLAGS,LIBS] variables where appropriate.Jeffrey Stedfast2003-01-242-3/+8 * Add a terminating NULL to the concatenation.Hans Petter Jansson2003-01-242-1/+4 * transfer the current acount info, which will be regarded as the sender ofleon.zhang2003-01-246-10/+50 * GTK_OBJECT -> G_OBJECT cast.Hans Petter Jansson2003-01-249-8/+28 * Use button_release instead of size_allocate, and get the position from theRodney Dawes2003-01-242-10/+17 * Load the view menu states from gconf. (e_msg_composer_set_send_html): SaveJeffrey Stedfast2003-01-243-102/+84 * Fixes some trivial, but distracting, warnings.Hans Petter Jansson2003-01-2412-20/+63 * [ fixes bug #34898 ] handle modifications to email addresses in contactSean Gao2003-01-242-0/+33 * (get_max_clipped_label_width): UseEttore Perazzoli2003-01-242-7/+7 * [ fixes bug #36375 ] use PHONE_OTHER_FAX instead of PHONE_OTHER forSean Gao2003-01-242-1/+7 * [ fixes bug #31014, roll this in from the 1.2 branch ] use "categories"Chris Toshok2003-01-242-1/+8 * fix for bug 34883 broke ssl transactions (at least those where we wereChris Toshok2003-01-242-0/+17 * more fixesJeffrey Stedfast2003-01-241-25/+25 * manually check for mozilla nspr/nss if the user specifies --enable-nss=static...Jeffrey Stedfast2003-01-241-13/+197 * Remove definition; no need to set it here since it's now defined inEttore Perazzoli2003-01-242-1/+7 * (idldir): Define componentdir instead ofEttore Perazzoli2003-01-242-2/+8 * Update for new args to e_clipped_label_new().Ettore Perazzoli2003-01-243-4/+13 * Make the label bold using the new args to e_clipped_label_new().Ettore Perazzoli2003-01-244-32/+48 * destroy canvas items to removing them, simply unrefing them is notLarry Ewing2003-01-241-4/+4 * Define componentdir instead of COMPONENT_DIR. Set it toEttore Perazzoli2003-01-247-5/+15 * Fixed bug #84257Alessio Frusciante2003-01-242-4/+8 * [Port fix for #34129 from evolution-1-2-branch, unread count inEttore Perazzoli2003-01-242-14/+28 * Update copyright year.Ettore Perazzoli2003-01-242-2/+6 * removed *.oaf.in that were leftJeffrey Stedfast2003-01-2312-665/+0 * Removed. (mail_config_set_thread_list): Removed.Jeffrey Stedfast2003-01-235-111/+27 * Update for chinese translation from Yuedong Du <yuedong.du@sun.com>Not Zed2003-01-232-1/+6 * (e_text_dispose): Renamed fromEttore Perazzoli2003-01-231-11/+9 * Simplify the whole process into about 8 lines by using pkg-config.Jeffrey Stedfast2003-01-232-168/+23 * update it.po (not yet finisced)Marco Ciampa2003-01-232-168/+108 * (e_tree_table_adapter_load_expanded_state): CallEttore Perazzoli2003-01-231-2/+0 * $(libexec) -> $(libexecdir)Hans Petter Jansson2003-01-232-1/+5 * (cal_backend_ref_categories): Do not put theEttore Perazzoli2003-01-232-1/+6 * Version using $(BASE_VERSION).Ettore Perazzoli2003-01-231-1/+1 * For now, do not install the evolution.1Ettore Perazzoli2003-01-231-10/+34 * (soundsdir): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-231-1/+1 * (widgetsincludedir): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-232-7/+10 * (gladedir): Version usingEttore Perazzoli2003-01-232-8/+14 * Likewise.Ettore Perazzoli2003-01-235-4/+13 * Install the shell executable as evolution-$(BASE_VERSION) using anEttore Perazzoli2003-01-237-66/+78 * Get my-evolution.xml from EVOLUTION_UI_DIRECTORY.Ettore Perazzoli2003-01-235-26/+44 * Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-2312-43/+85 * Install libwombat in $(privlibdir) and version theEttore Perazzoli2003-01-232-2/+7 * (netscape_import_filters): Look forEttore Perazzoli2003-01-232-1/+6 * (gladedir): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-232-2/+7 * Version using $(BASE_VERSION). (econdincludedir): Likewise.Ettore Perazzoli2003-01-233-6/+16 * (HTML_DIR): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-232-1/+5 * Version using $(BASE_VERSION). Likewise. Likewise. Likewise. Likewise.Ettore Perazzoli2003-01-2310-12/+27 * *** empty log message ***Ettore Perazzoli2003-01-233-5/+13 * Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise.Ettore Perazzoli2003-01-239-17/+41 * Use EVOLUTION_GALVIEWSDIR.Ettore Perazzoli2003-01-2314-49/+103 * (imagesdir): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-232-9/+19 * Version using $(BASE_VERSION). (etspecdir): Likewise. (iconsdir):Ettore Perazzoli2003-01-2315-115/+138 * For now, do not install the evolution.1 manpage. Install all the otherEttore Perazzoli2003-01-237-10/+39 * (uidir): Removed (this is now defined inEttore Perazzoli2003-01-232-17/+21 * put unrealized html widget into top level widget (gtk window) beforeRadek Doulik2003-01-232-3/+16 * Create a GnomePrintDialog, not a GnomePrinterDialog. They're differentHans Petter Jansson2003-01-222-1/+7 * Updated Slovenian translationAndraz Tori2003-01-221-1/+1 * don't use gnome_print_multipage_new_from_sizes and add warningRadek Doulik2003-01-222-2/+17 * Don't unref the account object, e_list_remove() apparently handles thisJeffrey Stedfast2003-01-223-2/+8 * applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>Radek Doulik2003-01-228-95/+94 * Updated the Greek translationKostas Papadimas2003-01-222-119/+128 * Set the backbuflen to 0 so that calling us again won't re-flush the sameJeffrey Stedfast2003-01-222-2/+9 * Updated Slovenian translationAndraz Tori2003-01-211-8237/+5833 * Default to hiding deleted messages. Fixes bug #35929.Jeffrey Stedfast2003-01-213-29/+29 * Don't !atoi (state) for the message_list_set_hidedeleted() call.Jeffrey Stedfast2003-01-212-1/+6 * Updated locations for EU_FI, contributed by PekkaEttore Perazzoli2003-01-212-3/+19 * Move some non-file-backend-specific stuff from cal-backend-file here so itDan Winship2003-01-204-364/+392 * updated de translation.Christian Meyer2003-01-202-1562/+1495 * Updated the Greek translationKostas Papadimas2003-01-192-12000/+10029 * e_question returns a boolean, don't test for a specific value.Larry Ewing2003-01-192-1/+4 * Updated Swedish translation.Christian Rose2003-01-192-718/+723 * update...Marco Ciampa2003-01-191-149/+111 * (on_link_clicked): call gnome_url_show with all its arguments soLarry Ewing2003-01-192-5/+13 * make the event handlers return FALSE so that gtkhtml can process theLarry Ewing2003-01-182-5/+9 * only grow the buffer when we are out of space.Larry Ewing2003-01-182-9/+16 * wrap eriched entries with a table so that they get proper indentation.Larry Ewing2003-01-182-3/+7 * Updated to use EAccountList and iterators. (evolution_composer_init):Jeffrey Stedfast2003-01-186-49/+92 * reverse part of the patch from 1/15.Chris Toshok2003-01-181-1/+1 * Updated. (request_password): Same.Jeffrey Stedfast2003-01-1820-1125/+833 * Changed signal names to use - instead of _ like the rest of Gtk2.Jeffrey Stedfast2003-01-184-3/+80 * pass pango_context_get_language to pango_context_get_metrics.Chris Toshok2003-01-181-1/+2 * pass pango_context_get_language (context) to pango_context_get_metrics.Chris Toshok2003-01-182-1/+7 * Fix destroy.Ettore Perazzoli2003-01-181-2/+1 * (e_notice): Use gtk_dialog_run()Ettore Perazzoli2003-01-181-1/+2 * New, sort of from evolution-recurid-branch.Dan Winship2003-01-184-0/+310 * update...Marco Ciampa2003-01-171-6/+3 * fixed merge conflictsJeffrey Stedfast2003-01-171-1/+0 * Connect to the toggled event on the transport_needs_auth toggle button soJeffrey Stedfast2003-01-172-35/+61 * Implement EAlarmList as CalComponentAlarm list with a GtkTreeModelHans Petter Jansson2003-01-178-60/+880 * mail_config_get_signature_list now returns a GSList.Jeffrey Stedfast2003-01-172-13/+19 * Same as below.Jeffrey Stedfast2003-01-177-149/+224 * Add a UID field (to match EAccount), which never changes and can be usedDan Winship2003-01-174-2/+28 * New class, based on MailConfigAccount, for describing an evolution (mail)Dan Winship2003-01-179-4/+990 * updating...Marco Ciampa2003-01-171-114/+87 * Silence warnings caused by missing casts.Hans Petter Jansson2003-01-163-44/+48 * Create accel groups for popup menus. Fixes crash.Hans Petter Jansson2003-01-166-88/+757 * cast to avoid warningsJeffrey Stedfast2003-01-161-1/+1 * dont re-use 'widget', its the return value!Not Zed2003-01-162-7/+12 * Change the enable/disable button when the state changes.Not Zed2003-01-162-0/+7 * apply the patch NotZed and I came up with to fix the height of theChris Toshok2003-01-161-5/+6 * reenable all the importers/loaders.Chris Toshok2003-01-165-175/+101 * Back to using e_xml_save_file().Jeffrey Stedfast2003-01-162-3/+6 * Back to using e_xml_save_file().Jeffrey Stedfast2003-01-162-3/+5 * Back to the land of the living we shall go.Jeffrey Stedfast2003-01-162-4/+65 * Same here.Jeffrey Stedfast2003-01-163-3/+3 * Added libevolution_calendar_la_LDFLAGS, and avoid versioning the shlibRodney Dawes2003-01-162-0/+8 * Here too.Jeffrey Stedfast2003-01-162-2/+2 * add call to e_table_model_pre_change here to reduce spew.Chris Toshok2003-01-161-0/+7 * Change links from ghelp links to internal apx-fdl or apx-gplAaron Weber2003-01-161-8/+7 * s/gnome-help/ghelp/Aaron Weber2003-01-164-5/+18 * Added this file to store discussion of OOA designsAnna Marie Dirks2003-01-162-0/+13 * Change dialog from Yes/No/Cancel to Discard/Cancel/Save to match the HIG.Ettore Perazzoli2003-01-1510-14/+48 * (do_exit): Make dialog HIG compliantEttore Perazzoli2003-01-152-3/+14 * Change dialog from OK/Cancel to Cancel/OK to match HIG. (rule_edit):Ettore Perazzoli2003-01-154-10/+33 * Make dialog Cancel/OK to match HIG.Ettore Perazzoli2003-01-156-10/+29 * use PangoFontMetrics here instead of using the ascent/descent of theChris Toshok2003-01-151-2/+11 * If we set a clip rectangle, clear it after we've finished.Not Zed2003-01-151-1/+6 * (init): Change dialog fromEttore Perazzoli2003-01-152-1/+6 * Make dialog New/Cancel/OK to match HIG.Ettore Perazzoli2003-01-154-13/+28 * Call mail_config_save_accounts ().Jeffrey Stedfast2003-01-154-4/+26 * reverted fe casts and added ChageLog entriesRadek Doulik2003-01-153-3/+13 * (CORBA_SOURCES_GENERATED): Renamed fromEttore Perazzoli2003-01-152-2/+12 * Change the user_data argument to be of type gpointer instead ofJeffrey Stedfast2003-01-152-2/+8 * Do not #include <e-bonobo-widget.h>. (e_set_dialog_parent): Remove theEttore Perazzoli2003-01-156-9/+23 * Only set view ID if we have an instance.Hans Petter Jansson2003-01-152-1/+4 * Cast signal handlers to GtkSignalFunc, avoid warnings.Hans Petter Jansson2003-01-152-12/+17 * (EXTRA_DIST): e-util-marshal.list, notEttore Perazzoli2003-01-152-34/+38 * (EXTRA_DIST): Add $(schema_DATA) here.Ettore Perazzoli2003-01-153-2/+8 * (EXTRA_DIST): Add $(schema_DATA).Ettore Perazzoli2003-01-152-0/+5 * (libevolution_mail_la_SOURCES): Add mail-format.h.Ettore Perazzoli2003-01-152-0/+7 * (eutilinclude_HEADERS): Add e-dialog-utils.h.Ettore Perazzoli2003-01-152-0/+5 * cal-util-marshal.list.Ettore Perazzoli2003-01-152-0/+5 * Add $(schema_DATA).Ettore Perazzoli2003-01-155-4/+16 * (ALL_LINGUAS): Remove fr for now, since it doesn'tEttore Perazzoli2003-01-152-1/+1 * Make the component be unversioned as a shlibRodney Dawes2003-01-152-1/+5 * Do not dist the .server.in files; just dist theEttore Perazzoli2003-01-152-2/+6 * Update for renamed and removed files.Ettore Perazzoli2003-01-152-2/+5 * Comment out the CONDUIT_DIR stuff for now.Ettore Perazzoli2003-01-152-6/+11 * (ALL_LINGUAS): Remove fr for now, since it doesn'tEttore Perazzoli2003-01-152-1/+6 * Switch to using GtkPaned instead of EPaned for GTK2Rodney Dawes2003-01-157-43/+49 * (EXTRA_DIST): e-util-marshal.list, notEttore Perazzoli2003-01-152-1/+6 * Updating Amharic translation.Daniel Yacob2003-01-152-71/+77 * Work around canvas crashes by ensuring rectangles have an initial width.Hans Petter Jansson2003-01-15