# Created by: gahr # $FreeBSD$ PORTNAME= fox PORTVERSION= 1.7.50 PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ PKGNAMESUFFIX= ${PORTVERSION:R:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Fast and extensive C++ GUI toolkit (development version) USES= libtool pathfix GNU_CONFIGURE= yes USE_GL= glut USE_XORG= sm xft USE_LDCONFIG= yes CONFIGURE_ARGS= --with-opengl=yes \ --bindir=${PREFIX}/bin/${PORTNAME}-${MAJORVER} CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= * MAJORVER= ${PORTVERSION:R} PLIST_SUB+= MAJORVER=${MAJORVER} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${MAJORVER} BROKEN_aarch64= Fails to compile: cannot initialize a parameter of type void * with an lvalue of type long BROKEN_powerpc= missing __sync_bool_compare_and_swap_8() OPTIONS_DEFINE= DOCS JPEG PNG TIFF WEBP OPTIONS_DEFAULT= JPEG PNG TIFF WEBP .include .if ${PORT_OPTIONS:MJPEG} USES+= jpeg .else CONFIGURE_ARGS+=--disable-jpeg .endif .if ${PORT_OPTIONS:MPNG} LIB_DEPENDS+= libpng.so:graphics/png .else CONFIGURE_ARGS+=--disable-png .endif .if ${PORT_OPTIONS:MTIFF} LIB_DEPENDS+= libtiff.so:graphics/tiff .else CONFIGURE_ARGS+=--disable-tiff .endif .if ${PORT_OPTIONS:MWEBP} LIB_DEPENDS+= libwebp.so:graphics/webp .else CONFIGURE_ARGS+=--disable-webp .endif post-patch: # Rename man pages as in manpage.1 --> manpage-17.1 to avoid # conflicts with fox14 and fox16 files=$$(${FIND} ${WRKSRC} -name *.1); \ for f in $$files; do \ ${MV} $$f `echo $$f | sed -e 's|\.1|-17.1|'`; \ done; ${FIND} ${WRKSRC} -name Makefile.am -o -name Makefile.in | ${XARGS} \ ${REINPLACE_CMD} -i '' -e '/man_MANS/s|\.1|-17.1|g' ${REINPLACE_CMD} -e '/^Libs:/s|$$| -pthread|; s|"||g' ${WRKSRC}/fox17.pc.in .if !${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e '/^SUBDIRS/s/ doc//' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libFOX-${MAJORVER}.so \ ${STAGEDIR}${PREFIX}/lib/libCHART-${MAJORVER}.so .include ?h=EVOLUTION_3_6_3'>commitdiffstats
path: root/help
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update German help translation"Christian Kirbach2012-11-271-68/+26
| | | | | This reverts commit 673e6c14baa32296a6c22cb9ea7f35a07d755bee. Pushed accidentally to the wrong branch.
* Update German help translationChristian Kirbach2012-11-271-26/+68
|
* Update German help translationChristian Kirbach2012-11-271-295/+220
|
* Updated German help translation (bug 688629)Paul Menzel2012-11-261-1/+1
|
* Update French translationAlexandre Franke2012-09-243-10089/+10257
|
* Updated Spanish translationDaniel Mustieles2012-09-171-17/+20
|
* Updated Hungarian help translationGabor Kelemen2012-09-171-9895/+10108
|
* Updated Spanish translationDaniel Mustieles2012-09-171-55/+40
|
* Updated Greek translation,cherry-pick from masterTom Tryfonidis2012-09-171-328/+129
|
* Fix broken tag in German help translationPiotr Drąg2012-09-151-1/+1
|
* User Docs: Clarify scope of aplying same view for all foldersAndre Klapper2012-09-141-3/+2
|
* User Docs: Clarify requirements for delegationAndre Klapper2012-09-141-4/+2
|
* Updated German help translationMario Blättermann2012-09-141-10002/+10355
|
* Fix broken tag in German help translationPiotr Drąg2012-09-141-1/+1
|
* Updated Greek translationDimitris Spingos2012-09-041-10226/+10704
|
* Updated Spanish translationDaniel Mustieles2012-08-271-96/+42
|
* Updated Spanish translationDaniel Mustieles2012-08-261-118/+115
|
* Updated Spanish translationDaniel Mustieles2012-08-211-430/+704
|
* User Docs: Mention that SyncEvolution uses ActiveSyncAndre Klapper2012-08-211-2/+2
|
* User Docs: Add a TODOAndre Klapper2012-08-201-0/+1
|
* User Docs: Update TODO, instructions are clearly wrongAndre Klapper2012-08-181-1/+1
|
* User Docs: Remove obsolete TODOAndre Klapper2012-08-181-1/+0
|
* User Docs: Document searching inside of one task/memoAndre Klapper2012-08-182-4/+24
|
* User Docs: Document searching inside of one contactAndre Klapper2012-08-181-2/+13
|
* User Docs: Document searching inside of one messageAndre Klapper2012-08-181-1/+11
|
* User Docs: Update a TODOAndre Klapper2012-08-181-1/+1
|
* User Docs: Update instructions for enabling search foldersAndre Klapper2012-08-181-12/+3
|
* User Docs: Update the Makefile.am. I'd love to get rid of this task.Andre Klapper2012-08-181-5/+15
|
* User Docs: Link to old manual for Groupwise-specific Spam Handling instead ↵Andre Klapper2012-08-181-0/+2
| | | | for the time being.
* User Docs: Remove Groupwise-specific Spam Handling sections. This should be ↵Andre Klapper2012-08-186-165/+0
| | | | provided by the Groupwise package instead.
* User Docs: Split long Message Templates page into subpagesAndre Klapper2012-08-174-84/+157
|
* User Docs: Clarify/Simplify some stringsAndre Klapper2012-08-171-9/+10
|
* Updated Spanish translationDaniel Mustieles2012-08-161-282/+353
|
* User Docs: Document Global Search in Calendar. Fixes bug #673929Andre Klapper2012-08-161-1/+4
|
* User Docs: Describe handling localized Re: prefixes. Fixes bug #678392Andre Klapper2012-08-161-0/+32
|
* User Docs: Add hint about dconf-editorAndre Klapper2012-08-161-1/+2
|
* User Docs: Finally split formatting options into Plain Text and HTMLAndre Klapper2012-08-168-52/+100
|
* User Docs: Initial rewrite of HTML Composer settingsAndre Klapper2012-08-1611-13/+37
|
* Updated Spanish translationDaniel Mustieles2012-08-131-10050/+9983
|
* Bug 681641 - Port to new documentation infrastructureJavier Jardón2012-08-116-12/+12
| | | | https://live.gnome.org/GnomeGoals/NewDocumentationInfrastructure
* Updated Spanish translationDaniel Mustieles2012-08-101-23/+62
|
* User Docs: Link to Network section of Desktop HelpAndre Klapper2012-08-091-3/+2
|
* Revert "User Docs: Add page about automatic marking of messages as read"Matthew Barnes2012-08-081-41/+0
| | | | | | | This reverts commit fefea320e0ea5e92ba0b52a3c8ad403b5b71f0b3. Andre and I and a mid-air collision. I just restored the option to Preferences in commit 0ae8e9e7b7c224915f474a4e635a8ccecd476c40.
* User Docs: Remove old Save as PDF fileAndre Klapper2012-08-081-33/+0
|
* User Docs: Rename Save as PDF pageAndre Klapper2012-08-081-0/+33
|
* User Docs: Add page about automatic marking of messages as readAndre Klapper2012-08-081-0/+41
|
* User Docs: Add page about saving emails as PDFAndre Klapper2012-08-081-0/+33
|
* User Docs: Fix a typoAndre Klapper2012-08-081-1/+1
|
* User Docs: Link to Seahorse User ManualAndre Klapper2012-08-081-2/+2
|
* User Docs: Add style hints to notesAndre Klapper2012-08-0823-32/+30
|
* Updated Spanish translationDaniel Mustieles2012-08-081-57/+72
|
* Updated Greek translationDimitris Spingos2012-08-061-962/+844
|
* Updated Greek help-translationDimitris Spingos2012-08-031-7473/+8157
|
* User Docs: Remove browser interaction documentation and link to Desktop Help ↵Andre Klapper2012-08-011-6/+22
| | | | instead. Fixes bug #678144
* Updated Spanish translationDaniel Mustieles2012-07-171-52/+161
|
* Fixed typo in stringDaniel Mustieles2012-07-171-1/+1
|
* User Docs: Use better Mallard markupAndre Klapper2012-07-101-3/+3
|
* Document logging mail filter actions. Fixes bug #669471Andre Klapper2012-07-101-11/+32
|
* User Help: Add tint2 as system tray option as mentioned on evolution-listAndre Klapper2012-07-091-2/+2
|
* User Docs: Add TODO for bug ID to add labels to main menuAndre Klapper2012-06-211-0/+1
|
* Updated Spanish translationDaniel Mustieles2012-06-191-27/+34
|
* User Docs: Clarify which Exchange connector is recommendedAndre Klapper2012-06-181-6/+6
|
* User Docs: Update a bug report URL in a commentAndre Klapper2012-06-171-2/+2
|
* Updated Spanish translationDaniel Mustieles2012-06-151-14/+15
|
* User Docs: Fixing broken link to EmpathyAndre Klapper2012-06-151-3/+2
|
* User docs: Add translator comment as suggested in bug 673070Andre Klapper2012-06-141-2/+2
|
* Updated French doc translationBruno Brouard2012-06-141-130/+195
|
* Updated Spanish translationDaniel Mustieles2012-06-111-49/+108
|
* User Docs: Add TODO to recheck in 3.5.3Andre Klapper2012-06-101-1/+6
|
* user Docs: Add note about mass-saving attachments. Fixes bug #671633#c1Andre Klapper2012-06-091-1/+2
|
* User Docs: Add 3.6 location for account settingsAndre Klapper2012-06-091-2/+6
|
* User Docs: Update Message Templates helpAndre Klapper2012-06-091-4/+15
|
* Updated German help translationChristian Kirbach2012-05-291-53/+264
|
* Updated French doc translationBruno Brouard2012-05-201-5/+16
|
* Updated Spanish translationDaniel Mustieles2012-04-271-5/+22
|
* User Docs: Fix logic to not display empty <note> containers on library.gnome.orgAndre Klapper2012-04-253-23/+23
|
* Revert "User Docs: Cover the Magic Spacebar"Andre Klapper2012-04-251-3/+1
| | | | This reverts commit 391db81e51dc418223359c4e650b88f1750d0ba7.
* User Docs: Cover the Magic SpacebarAndre Klapper2012-04-251-1/+3
|
* Updated French doc translationBruno Brouard2012-04-211-6/+6
|
* Updated Spanish translationDaniel Mustieles2012-04-201-13/+10
|
* Updated French doc translationBruno Brouard2012-03-311-3/+10
|
* [l10n] Updated German doc translationMario Blättermann2012-03-271-960/+1525
|
* Updated spanish translationDaniel Mustieles2012-03-261-26/+16
|
* User docs: Fix typo. Fixes bug #672764Andre Klapper2012-03-261-1/+1
|
* Added Telugu help TranslationsSasi Bhushan2012-03-252-1/+10385
|
* Updated French doc translationBruno Brouard2012-03-241-16995/+5975
|
* Updated Hungarian translationGabor Kelemen2012-03-201-821/+1340
|
* Updated German help translationChristian Kirbach2012-03-151-41/+104
|
* Updated Spanish translationDaniel Mustieles2012-03-101-69/+52
|
* Updated Spanish translationDaniel Mustieles2012-03-081-66/+20
|
* User Docs: Link 'Deleting attachments' into Attachments overview page. See ↵Andre Klapper2012-03-081-1/+2
| | | | bug #671633
* Updated Spanish translationDaniel Mustieles2012-03-081-358/+559
|
* User Docs: Clarify Bogofilter usage again. Fixes bug #665008Andre Klapper2012-03-081-1/+4
|
* User Docs: Rewrite Spam Marking. Fixes bug #665008Andre Klapper2012-03-082-8/+19
|
* User Docs: Explain how Bogofilter and SpamAssassin work and link to their ↵Andre Klapper2012-03-081-1/+12
| | | | FAQs. See bug #665008
* User Docs: Move page to Advanced sectionAndre Klapper2012-03-081-2/+2
|
* User Docs: Add page about message source and all mail headers viewAndre Klapper2012-03-081-0/+26
|
* User Docs: Add 'Advanced' section for Message Displaying to dump all the ↵Andre Klapper2012-03-081-1/+5
| | | | Headers/Source stuff
* User Docs: Remove Source and Headers stuff from 'Message list sorting' ↵Andre Klapper2012-03-081-4/+2
| | | | section. Wrong place.
* User Docs: Explain order in mail folder list pane and how to change. Fixes ↵Andre Klapper2012-03-081-0/+43
| | | | bug #661654
* User Docs: Link also into mail-layout-changingAndre Klapper2012-03-081-2/+2
|
* User Docs: Fix wrong syntaxAndre Klapper2012-03-072-5/+5
|
* User Docs: Add missing markupAndre Klapper2012-03-071-3/+3
|
* User Docs: Mention 'Apply the same view settings to all folders' mail ↵Andre Klapper2012-03-071-1/+3
| | | | setting. Fixes bug #669246
* User Docs: Use conditional processing for package install links; Add EWS to ↵Andre Klapper2012-03-076-22/+110
| | | | first start page. Fixes bug #671068.
* Updated Spanish translationDaniel Mustieles2012-03-021-45/+24
|
* User Docs: Fix typo in last commitAndre Klapper2012-02-291-1/+1
|
* User Docs: Directly link to Empathy help for using IRCAndre Klapper2012-02-291-3/+2
|
* User Docs: Fix broken linkAndre Klapper2012-02-291-2/+2
|
* Updated Spanish translationDaniel Mustieles2012-02-221-467/+427
|
* User Docs: Apparently l10n.gnome.org uses xml2po and ignores ITS stuff, so ↵Andre Klapper2012-02-201-0/+1
| | | | putting comment back in
* User Docs: Mark names and emails as non-translatableAndre Klapper2012-02-20216-568/+568
|
* User Docs: Use ITS style instead of HTML commentsAndre Klapper2012-02-201-2/+1
|
* User Docs: Fix duplicated IDAndre Klapper2012-02-201-1/+1
|
* User Docs: Add Translators section. Fixes bug #665813Andre Klapper2012-02-201-2/+8
|
* User Docs: Exchange calendar Free/Busy info must be published to top-level ↵Andre Klapper2012-02-201-3/+4
| | | | calendar. Fixes bug #538604
* Fixed a build break in help/Chenthill Palanisamy2012-02-201-1/+1
|
* Bug 670414 - Whitespace following backslash in Makefile.amJiro Matsuzawa2012-02-201-1/+1
|
* Updated Spanish translationDaniel Mustieles2012-02-201-328/+530
|
* User Docs: Add missing markupAndre Klapper2012-02-202-4/+4
|
* User Docs: Document improved ways to add/edit mail accounts. Fixes bug #670301Andre Klapper2012-02-2013-40/+53
|
* User Docs: Update list of files in Makefile.amAndre Klapper2012-02-191-1/+2
|
* User Docs: Add sorting for available Exchange providers. Fixes bug #670389Andre Klapper2012-02-192-4/+4
|
* User Docs: Remove outdated info about version specific common errorsAndre Klapper2012-02-192-79/+0
|
* User Docs: Fix several issues. See bug #670389Andre Klapper2012-02-1910-28/+21
|
* User Docs: Fix typos in intro-applicationEkaterina Gerasimova2012-02-191-3/+2
|
* Updated Hungarian help translationGabor Kelemen2012-02-191-280/+154
|
* User Docs: Fix a typoAndre Klapper2012-02-191-2/+2
|
* User Docs: Update gconf locations to GSettings/dconfAndre Klapper2012-02-193-9/+21
|
* User docs: Fix broken sentenceAndre Klapper2012-02-191-2/+2
|
* User Docs: Fix inappropriate usage of <em> tagsAndre Klapper2012-02-189-17/+17
|
* User Docs: Fix broken markupAndre Klapper2012-02-182-4/+4
|
* User Docs: Fix inappropriate usage of <code> tagAndre Klapper2012-02-186-12/+12
|
* User Docs: Use <cmd> tag consistentlyAndre Klapper2012-02-188-13/+13
|
* User Docs: Use <app> tag consistentlyAndre Klapper2012-02-185-11/+11
|
* User Docs: Explain how to enable Search Folders. Fixes bug #668620Andre Klapper2012-02-181-0/+31
|
* User Docs: Fix dconf path; recommend using terminal command instead of ↵Andre Klapper2012-02-181-4/+5
| | | | dconf-editor
* User Docs: Use consistent terminology (folder pane vs folder list)Andre Klapper2012-02-181-2/+2
|
* User Docs: Fix position of <note> so it is actually displayedAndre Klapper2012-02-181-1/+2
|
* User Docs: Clarify the 'Account' term in mail quick search scope. Fixes bug ↵Andre Klapper2012-02-181-1/+2
| | | | #670252.
* User Docs: Also cover mail composer in 'Character Encodings' page. See bug ↵Andre Klapper2012-02-181-4/+16
| | | | 552873.
* [l10n] Updated German doc translationChristian Kirbach2012-02-181-1954/+5815
|
* Updated Spanish translationDaniel Mustieles2012-02-181-48/+92
|
* User docs: Actually describe how to set up the Free/Busy querying URLAndre Klapper2012-02-171-1/+1
|
* User help: Replace the term program by application, as recommended by the ↵Andre Klapper2012-02-175-7/+7
| | | | GDP style guide
* Updated Spanish translationDaniel Mustieles2012-02-101-21/+31
|
* User docs: Small typo fixAndre Klapper2012-02-101-2/+2
|
* Updated Spanish translationDaniel Mustieles2012-01-211-19/+25
|
* [docs] Fix wrong tab name. Fixes bug #668359Andre Klapper2012-01-211-2/+2
|
* Updated Spanish translationDaniel Mustieles2012-01-191-15/+14
|
* [Docs] Postpone GtkHtml funeral to 3.5Andre Klapper2012-01-191-2/+2
|
* [doc] Fix some spaces (bug #666409)Christian Kirbach2012-01-182-3/+3
|
* Updated Spanish translationDaniel Mustieles2012-01-161-45/+136
|
* Add introduction. Fixes bug #657026Brian Grohe2012-01-152-0/+31
|
* Add new offline.page help pageAndre Klapper2012-01-131-0/+1
|
* Docs: Add page about Offline issues. Fixes bug #658810Brian Grohe2012-01-131-0/+30
|
* Updated Hungarian help translationGabor Kelemen2011-12-181-1198/+1299
|
* Updated German help translation and added 3 new screen-shots.Christian Kirbach2011-12-174-5180/+2009
|