# New ports collection makefile for: METIS # Date created: 26 Oct 97 # Whom: Pedro Giffuni # # $FreeBSD$ # PORTNAME= metis PORTVERSION= 4.0.3 PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/OLD/ MAINTAINER= bf@FreeBSD.org COMMENT= A package for unstructured graph partitioning LICENSE= METIS LICENSE_NAME= University of Minnesota METIS License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= auto-accept CONFLICTS= metis-5* metis-edf-[0-9]* USE_LDCONFIG= yes LATEST_LINK= metis4 PORTSCOUT= limit:4.* PROGRAMS= graphchk kmetis mesh2dual mesh2nodal \ oemetis onmetis partnmesh partdmesh pmetis .include .if ${ARCH} == "sparc64" PICFLAG?= -fPIC .else PICFLAG?= -fpic .endif post-patch: ${CP} -R ${WRKSRC} ${WRKSRC}_SHARED do-build: @cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} \ COPTIONS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" \ ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} @cd ${WRKSRC}_SHARED ; ${SETENV} ${MAKE_ENV} \ COPTIONS="${CFLAGS} ${PICFLAG}" LDOPTIONS="${LDFLAGS} ${PICFLAG}" \ ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} ; \ ${LD} -Bshareable -o libmetis.so.1 -x -soname libmetis.so.1 \ --whole-archive libmetis.a --no-whole-archive check regression-test test: build cd ${WRKSRC}/Graphs ; ./mtest 4elt.graph do-install: cd ${WRKSRC} ; ${INSTALL_PROGRAM} ${PROGRAMS} ${PREFIX}/bin @${MKDIR} ${PREFIX}/include/metis ${INSTALL_DATA} ${WRKSRC}/Lib/*.h ${PREFIX}/include/metis ${INSTALL_DATA} ${WRKSRC}/libmetis.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}_SHARED/libmetis.so.1 ${PREFIX}/lib ${LN} -sf libmetis.so.1 ${PREFIX}/lib/libmetis.so .ifndef NOPORTDOCS @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Doc/manual.ps ${DOCSDIR} .endif .include r'>refslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 736476 - Space lost on the end of linemasterTomas Popela2014-09-121-13/+20
* Replace the webkit_dom_node_get_node_type function with equivalent macrosTomas Popela2014-09-123-5/+5
* ECalendarItem: Fix a memory leakMilan Crha2014-09-111-0/+1
* EHTMLEditorView - Don't try to fix the HTML structure after pasting when it i...Tomas Popela2014-09-111-0/+2
* EHTMLEditorView - Fix the leaks of the node content inside the process_elemen...Tomas Popela2014-09-101-4/+2
* EHTMLEditorView - Save the text that can be written inside the tabulator wrapperTomas Popela2014-09-101-0/+4
* format_full_headers: Avoid possible memory leakMilan Crha2014-09-101-1/+1
* Bug 724909 - Highlight module hangs on large attachmentsMilan Crha2014-09-091-110/+66
* Bug 341802 - Make Evolution installed directories names without versionMilan Crha2014-09-092-10/+10
* Bug 727618 - User docs are incorrect about command for localized Re: subjectsJannick Hemelhof2014-09-091-2/+1
* Bug 735130 - Security Information dialog needs to resize properlyFederico Mena Quintero2014-09-091-2/+2
* Bug 736123 - Refactor contact-editor: use GtkExpander instead of custom codeChristian Schaarschmidt2014-09-083-537/+439
* Fix a build break under Win32Milan Crha2014-09-083-25/+14
* Miscellaneous Win32 related changesMilan Crha2014-09-068-176/+62
* EHTMLEditorView - Fix the HTML structure after the selected text inside the q...Tomas Popela2014-09-051-0/+96
* EHTMLEditor - Use get_parent_block_node_from_child where possibleTomas Popela2014-09-052-43/+42
* EHTMLEditorView - Avoid extra new line when quoting the textTomas Popela2014-09-051-1/+6
* EHTMLEditorSelection - Disable the selection-changed callback when restoring ...Tomas Popela2014-09-051-0/+5
* EHTMLEditorSelection - Avoid the runtime warning when the caret was saved out...Tomas Popela2014-09-051-1/+2
* Bug 707647 - gnome-autoar integration in attachmentsTing-Wei Lan2014-09-035-81/+687
* Use-after-free of a full name editor when closing a contact editorMilan Crha2014-09-021-12/+11
* EMailReader - Call zoom in/out methods from EWebView instead of the WebKit onesTomas Popela2014-09-011-3/+3
* [win32/setup-env] Correct GSETTINGS_SCHEMA_DIR valueMilan Crha2014-09-011-1/+1
* EMsgComposer - Avoid crash when "editting as new" the plain text message with...Tomas Popela2014-08-281-2/+2
* EHTMLEditorView - Correctly remove all child nodes from the HEAD elementTomas Popela2014-08-271-2/+2
* Fix handling of the selection in the composer when saving the message draftTomas Popela2014-08-275-53/+56
* When changing the composer mode from HTML to Plain Text avoid reloading of th...Tomas Popela2014-08-272-40/+35
* Updated Russian translation:Yuri Myasoedov2014-08-261-28/+28
* Add Win32 build scripts into sourcesMilan Crha2014-08-2538-0/+5603
* Post-release version bumpMilan Crha2014-08-251-1/+1
* NEWS update for 3.13.5Milan Crha2014-08-251-0/+50
* Updated German help translation and screen-shotsChristian Kirbach2014-08-222-27/+12
* Updated German translationChristian Kirbach2014-08-221-2089/+3599
* EWebView - If the parent of the node that we want to remove doesn't exist, ju...Tomas Popela2014-08-171-2/+9
* EHTMLEditorView - Avoid critical warnings when pressing backspace on the begi...Tomas Popela2014-08-171-19/+23
* EHTMLEditorView - Remove classes that were used for marking the BR elements f...Tomas Popela2014-08-151-0/+7
* EHTMLEditorSelection - Simplify some loops and free more of the WebKit DOM va...Tomas Popela2014-08-141-48/+25
* EHTMLEditorView - Fix changing of the format from the list to the Address and...Tomas Popela2014-08-141-7/+6
* EHTMLEditor - Change the way how the Indent/Unindent and Alignment worksTomas Popela2014-08-142-89/+157
* EHTMLEditorView - Unset the bold font when the return is pressed in the Headi...Tomas Popela2014-08-141-0/+9
* EHTMLEditorView - Fix critical warning when creating Address and Header 1 - 6...Tomas Popela2014-08-141-1/+3
* EHTMLEditorView - Process the plain text version the right way when sending t...Tomas Popela2014-08-071-4/+7
* EHTMLEditorView - Remove the unneeded commentTomas Popela2014-08-071-1/+0
* EHTMLEditorView - Turn on the spell check if the inline spelling option is setTomas Popela2014-08-071-1/+3
* EHTMLEditorSelection - Remove just the BR elements that are used for the wrap...Tomas Popela2014-08-071-2/+6
* EHTMLEditorSelection - Limit the paragraph minimal width to 5 charactersTomas Popela2014-08-071-3/+6
* EHTMLEditorSelection - Fix the unindentation of the listTomas Popela2014-08-071-5/+12
* EHTMLEditorSelection - Fix the spell check after settings alignmentTomas Popela2014-08-071-0/+1
* Reduce the memory used by DOM variablesTomas Popela2014-08-0712-14/+106
* Bug 733973 - Calling e_html_editor_view_get_text_html() changes editors contentTomas Popela2014-08-011-5/+7
* Bug 734023 - Critical warnings from e_html_editor_view_set_changed() when sen...Tomas Popela2014-08-011-0/+2
* EHTMLEditorView - Fix the HTML structure after pasting the multiline content ...Tomas Popela2014-08-011-22/+36
* Bug 733776 - Should not digitally sign the draft messagesMilan Crha2014-08-011-8/+10
* Bug 733918 - Color chooser for citation color is not working in Composer ][Milan Crha2014-08-011-2/+4
* Bug 733918 - Color chooser for citation color is not working in ComposerMilan Crha2014-08-011-4/+15
* Bug 733917 - Critical warning when hiding the tooltip above the eventMilan Crha2014-07-311-6/+28
* EHTMLEditorSelection - Introduce e_html_editor_selection_is_collapsed and use...Tomas Popela2014-07-313-7/+31
* Bug 733724 - Paste of a text can produce runtime warning "Gtk-CRITICAL **: gt...Tomas Popela2014-07-311-0/+3
* EHTMLEditorView - Don't insert the new line character, when the empty line in...Tomas Popela2014-07-311-3/+5
* Bug 733954 - Enter doesn't delete selection with cited textTomas Popela2014-07-311-48/+83
* doap category appsOlav Vitters2014-07-301-1/+1
* Bug 733956 - Multiple quotations should be deleted by oneTomas Popela2014-07-301-34/+117
* EHTMLEditorView - Wrap just paragraphs that are not in the quoted contentTomas Popela2014-07-301-5/+6
* Bug 733953 - Citation marks incorrectly transformed on sendTomas Popela2014-07-301-0/+15
* Include 'tests' folder in the distribution tarballMilan Crha2014-07-301-1/+2
* EHTMLEditorSpellCheckDialog - Avoid crash when no iter was set in the diction...Tomas Popela2014-07-291-6/+7
* EHTMLEditorActions - Allow the action that shows the spell check dialogTomas Popela2014-07-291-1/+0
* EHTMLEditor - Fix indentation after EEditor -> EHTMLEditor renameTomas Popela2014-07-291-20/+20
* Propagate settings from Prefences to the EHTMLEditorViewTomas Popela2014-07-298-574/+358
* e_client_cache_get_client: Fix a memory leakMilan Crha2014-07-291-0/+2
* Bug 733846 - Empty lines removed on send (quoted text edited)Tomas Popela2014-07-291-14/+14
* Bug 733725 - Runtime critical when pasting test from the same composer instanceTomas Popela2014-07-291-21/+51
* EHTMLEditorView - Avoid wrapping of the preformatted block when it is inside ...Tomas Popela2014-07-291-1/+1
* EHTMLEditorView - Avoid forcing of the spell check when the body has no childrenTomas Popela2014-07-291-0/+3
* Bug 733825 - Busy loop/deadlock when changing paragraph style in quoted partTomas Popela2014-07-291-14/+21
* e_mail_folder_uri_build: Encode special characters in folder namesMilan Crha2014-07-281-1/+1
* Post-release version bumpMilan Crha2014-07-281-1/+1
* NEWS update for 3.13.4Milan Crha2014-07-281-0/+101
* Bug 733010 - Cannot split quotation after an empty lineTomas Popela2014-07-221-24/+99
* EHTMLEditorView - Select the right node for processing after the new line was...Tomas Popela2014-07-221-2/+5
* Bug 733477 - Paste can select following textTomas Popela2014-07-221-0/+17
* EHTMLEditorView - Don't put unnecessary new lines in the quoted content when ...Tomas Popela2014-07-211-14/+31
* EHTMLEditorView - When the link has non-breaking space in the prefix skip itTomas Popela2014-07-211-10/+13
* EHTMLEditorView - Don't put quote characters after the anchor when it is in t...Tomas Popela2014-07-211-3/+7
* EHTMLEditorView - Wrap and quote just the first block after newly inserted li...Tomas Popela2014-07-211-58/+74
* EHTMLEditorSelection - Avoid runtime warning when trying to cast DOMText to D...Tomas Popela2014-07-211-7/+9
* Calendar View: Use smaller icons in the Search barMilan Crha2014-07-211-1/+2
* e_day_view_show_popup_menu: Avoid runtime warning from tooltip_get_view_eventMilan Crha2014-07-211-1/+4
* Always use selected color for selected region in EDayViewMilan Crha2014-07-211-1/+1
* EHTMLEditorView - When writing into the citation rewrap and requote just when...Tomas Popela2014-07-211-1/+7
* EHTMLEditorView - Speed up quoting of the block that was wrappedTomas Popela2014-07-211-29/+72
* EHTMLEditorSelection - Optimalize the e_html_editor_selection_restoreTomas Popela2014-07-211-179/+198
* EHTMLEditorSelection - When wrapping the paragraph wrap just the text that is...Tomas Popela2014-07-211-24/+63
* EHTMLEditor - Fix e_html_editor_view_force_spell_check_for_current_paragraph ...Tomas Popela2014-07-212-15/+32
* EHTMLEditorView - Move the paragraph from citation into the body only when th...Tomas Popela2014-07-211-0/+4
* Add missing chain-up-s to parent's constructed() methodMilan Crha2014-07-1794-163/+123
* Bug 732892 - Scale-down contact images in message previewTomas Popela2014-07-162-4/+10
* Images in contact preview are not shown with webkitgtk3 2.4.xTomas Popela2014-07-161-6/+6
* Bug 733000 - Splitting quoted part changes clipboard contentTomas Popela2014-07-151-1/+3
* EHTMLEditorView - Don't leak dom-evo-draft outside evolutionYanko Kaneti2014-07-151-0/+1
* Bug 733140 - Backspace removes too much when editing quotationTomas Popela2014-07-151-1/+1
* EHTMLEditorSelection - Avoid runtime warning when there is no selection or th...Tomas Popela2014-07-151-0/+4
* EHTMLEditorView - Replace the Tab characters in the text nodes just when gene...Tomas Popela2014-07-151-25/+27
* EHTMLEditorView - Remove our attributes from blockquotes when generating the ...Tomas Popela2014-07-151-0/+2
* EHTMLEditor - Fix indent/undent of the blockTomas Popela2014-07-152-156/+227
* Bug 732608 - Composer paste issuesTomas Popela2014-07-153-61/+304
* EHTMLEditorView - Don't lose the empty lines when converting HTML to plain textTomas Popela2014-07-151-2/+25
* EHTMLEditorView - Introduce functions to register/remove the HTML "input" eve...Tomas Popela2014-07-151-12/+46
* EHTMLEditorView - Save selection instead of just caret position when forcing ...Tomas Popela2014-07-152-44/+38
* EHTMLEditorSelection - Rework how the collapsed selection is savedTomas Popela2014-07-151-27/+133
* EMsgComposer - Correctly save the composer mode into the message headersTomas Popela2014-07-151-12/+11
* Incorrect text color for selected cells in ETree/ETableMilan Crha2014-07-111-2/+2
* Bug 722068 - Make Evolution build under Win32Milan Crha2014-07-1112-32/+48
* Correct draw of all-day events in a day/work-week viewMilan Crha2014-07-101-9/+8
* Remove unused and obsolete evolution-zip.inMilan Crha2014-07-103-83/+0
* Remove usages of deprecated gtk_widget_ensure_style()Milan Crha2014-07-1011-20/+0
* Bug 732891 - Crash under process_elements() at e-html-editor-view.c:5004Tomas Popela2014-07-101-9/+15
* Bug 732541 - Small calendar print doesn't follow week-start-day optionMilan Crha2014-07-091-1/+4
* Bug 732802 - data/evolution.appdata.xml is not git-ignoredJonas Hahnfeld2014-07-091-2/+3
* Bug 732747 - alloca.h in e-util/e-color-combo.c is not neededMilan Crha2014-07-081-1/+0
* Updated Russian translationYuri Myasoedov2014-07-08