# Created by: David O'Brien # $FreeBSD$ PORTNAME= lprps PORTVERSION= 2.5 PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.jclark.com/pub/lprps/ EXTRACT_SUFX= .tar.Z MAINTAINER= hrs@FreeBSD.org COMMENT= PostScript printer filter supporting a bidirectional serial channel LIB_DEPENDS= libpaper.so:${PORTSDIR}/print/libpaper PORTDOCS= INSTALL OPTIONS_DEFINE= DOCS do-install: @${MKDIR} ${STAGEDIR}${DATADIR} cd ${WRKSRC} && \ ${INSTALL_PROGRAM} textps psrev ${STAGEDIR}${PREFIX}/bin && \ ${INSTALL_PROGRAM} psif lprps psof ${STAGEDIR}${PREFIX}/libexec && \ ${INSTALL_SCRIPT} psif-text psif-ps ${STAGEDIR}${PREFIX}/libexec && \ ${INSTALL_DATA} banner.ps ${STAGEDIR}${DATADIR} && \ ${INSTALL_MAN} textps.n ${STAGEDIR}${PREFIX}/man/man1/textps.1 && \ ${INSTALL_MAN} psrev.n ${STAGEDIR}${PREFIX}/man/man1/psrev.1 && \ ${INSTALL_MAN} lprps.n ${STAGEDIR}${PREFIX}/man/man8/lprps.8 && \ ${INSTALL_MAN} psif.n ${STAGEDIR}${PREFIX}/man/man8/psif.8 && \ ${INSTALL_MAN} psof.n ${STAGEDIR}${PREFIX}/man/man8/psof.8 @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include t type='hidden' name='id' value='f7547cc6ac347ea5e9dd92034264a23e6fd48ac4'/> Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the search UI for express mode.Matthew Barnes2010-03-2720-175/+421
| | | | | | | | | | | | | | | For express mode: - Move the search bar up to the toolbar. - Hide the "filter" combo box and lock down the first item. - Hide the "scope" combo box and lock down the first item. (This is the combo box with "Current Folder" only in the mailer.) - EShellView owns the search bar widget now instead of EShellContent. - Insert several nasty hacks that will likely come back to bite me.
* [win32] Remove the C++ dependencyFridrich Štrba2010-03-273-134/+250
| | | | Implement the Windows SENS network monitoring in plain C
* [win32] Converting the Windows SENS from C++ to plain CFridrich Štrba2010-03-272-11/+10
|
* Move the day start / day end widgets to the same lineFederico Mena Quintero2010-03-271-45/+59
| | | | | | | | | This saves us one whole row of widgets. We put both labels in a size group so that they attain the same amount of space between the label and their date-edit widget, hopefully. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Remove a superfluous row in a GtkTableFederico Mena Quintero2010-03-271-172/+95
| | | | | | | This was causing the General page of the calendar's preferences notebook tab to have an extra 12 pixels of vertical space Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Fix build break due to GTK+ deprecations.Matthew Barnes2010-03-261-0/+4
|
* Minor EMailReader cleanup.Matthew Barnes2010-03-264-30/+51
| | | | | | | Add a load_string() method to EWebView. Have EMailDisplay override load_string() and check that the formatter is not busy before loading the string. Have EMailReader call e_web_view_load_string() directly on the EMailDisplay instance, and eliminate update_webview_content().
* Updated Telugu Translationskrishnababu k2010-03-261-10377/+12470
|
* Updated Telugu Translationskrishnababu k2010-03-261-2/+3
|
* Ensure that the width of the mail sidebar is not too wideFederico Mena Quintero2010-03-261-1/+48
| | | | | | | We just clamp this to one fourth of the screen's width; we do some voodoo to guess the monitor we are in. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Switch back to an older version with my changes.Michael Meeks2010-03-261-471/+1491
|
* Adapt and further compact the UI with new expander-alikeMichael Meeks2010-03-261-39/+87
|
* Add expander button to E-mail pieces.Michael Meeks2010-03-261-0/+66
|
* Add vertical orientation properties to make glade-3 happy.Michael Meeks2010-03-261-0/+62
|
* Add ConnMan support (words fail me ...)Michael Meeks2010-03-264-2/+245
|
* [win32] Fix on-the-fly UUID creation and change names of functionsFridrich Štrba2010-03-261-9/+24
| | | | and variables so that they look more like what we do in Evolution
* Avoid warning about redefined localtime_rFridrich Štrba2010-03-261-0/+3
|
* [win32] Generate UUID on the fly in Windows SENS moduleFridrich Štrba2010-03-252-9/+16
|
* Updated Greek translationΜάριος Ζηντίλης2010-03-251-2704/+3111
|
* [win32] Miscellaneous fixes to Windows SENS moduleFridrich Štrba2010-03-251-99/+120
| | | | | | | | | Check actually the return values and bail out if the registration to receive system events failed. Reformat the code to be consistent wrt tabs vs. space use. Extract frequently used patterns into an inline function.
* Mention Windows SENS in configure summary informationFridrich Štrba2010-03-251-0/+1
|
* Refresh contact-editor.ui.Matthew Barnes2010-03-251-1558/+461
| | | | | Just letting Glade have its way with the file. No manual changes other than setting GtkVBox orientations to "vertical".
* Add a Glade 3 catalog.Matthew Barnes2010-03-254-0/+93
| | | | | | Evolution maintainers should install this so they can safely open GtkBuilder files in Glade 3 without Glade silently deleting custom widgets it doesn't understand. The catalog makes it understand.
* Bug 613798 - Marcus Bains line is greyMatthew Barnes2010-03-243-2/+16
|
* Updated French doc translationBruno Brouard2010-03-241-2980/+2846
|
* [win32] Little modifications to Windows SENS moduleFridrich Strba2010-03-241-7/+30
| | | | | | | | | | | Make the MySensNetwork class inherit from ISensNetwork interface instead of IDispatch (this assures, inter alia, that we use the right function signatures for the callbacks). Make the subscription to the network status notification receive the event only if the ownerof the subscription is logged on to the same computer as the publisher. This makes this module work on Windows Vista and Windows 7 with normal user account.
* [win32] Implement network status detectionFridrich Strba2010-03-244-1/+304
| | | | | | | | The implementation is done using System Event Notification Service by implementing ConnectionMade ConnectionMadeNoQOCInfo and ConnectionLost methods of ISensNetwork interface. Introduces C++ dependency for Windows port only
* [win32] Avoid warnings about redefined localtime_rFridrich Strba2010-03-241-0/+3
|
* [win32] Don't bother with overriding .gnome2 directoryFridrich Strba2010-03-241-5/+6
|
* Clear one more instance of lockdown settingsFridrich Strba2010-03-241-0/+2
|
* Bug 613639 - Evolution hard codes .gnome2Matthew Barnes2010-03-234-8/+32
|
* Bug 613639 - Evolution hard codes .gnome2Matthew Barnes2010-03-231-2/+7
|
* Alter UI conditional syntax to be more familiar cpp style, whichMichael Meeks2010-03-237-47/+47
| | | | avoids the need for intltool changes.
* Oops, remove debug printfFederico Mena Quintero2010-03-231-9/+0
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Don't hardcode a width, but compute a suitable oneSrinivasa Ragavan2010-03-232-16/+10
| | | | | | | | | | | | We do this by measuring a template string, which contains a sample name for an email account. This is what normally gets displayed in the folder tree, so such a sample string should give a reasonable width. Signed-off-by: Federico Mena Quintero <federico@novell.com> Conflicts: modules/mail/e-mail-shell-sidebar.c
* Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-231-1/+16
| | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Close only the current window than the entire shell.Srinivasa Ragavan2010-03-231-3/+8
|
* Updated Serbian translationsИгор Несторовић2010-03-232-24036/+19896
|
* Start the mailer's folder sidebar with a reasonable widthFederico Mena Quintero2010-03-231-0/+37
| | | | | | | | We do this by measuring a template string, which contains a sample name for an email account. This is what normally gets displayed in the folder tree, so such a sample string should give a reasonable width. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* Updated Basque languageInaki Larranaga Murgoitio2010-03-231-45/+45
|
* Updated Greek translation.Kostas Papadimas2010-03-231-9039/+8022
|
* Add an extension to configure EWebView.Matthew Barnes2010-03-238-63/+310
| | | | | Make EWebView extensible and register an extension to automatically bind every EWebView instance to the appropriate EShellSettings.
* More API documentation tweaking.Matthew Barnes2010-03-2231-5386/+22
|
* Demonstrate extending the EExtension API.Matthew Barnes2010-03-229-142/+115
| | | | | | | | | | | | | | | Introduce e_extensible_list_extensions(), which provides extensible objects access to their own extensions, or a subset of them. Convert EShellBackend to an abstract EExtension subtype. EShell will load its extensions with e_extensible_load_extensions(), and then obtain a list of EShellBackend extensions as follows: shell_backends = e_extensible_list_extensions ( E_EXTENSIBLE (shell), E_TYPE_SHELL_BACKEND); Because EShellBackend is abstract, its GType is skipped while traversing the GType hierarchy to find EShell extensions.
* Fix build breakage.Matthew Barnes2010-03-221-0/+1
|
* Updated Catalan translationDavid Planella2010-03-221-337/+336
|
* Updated Catalan translationDavid Planella2010-03-221-713/+918
|
* Update Romanian translationAdi Roiban2010-03-221-11824/+10743
|
* Move "section" documentation out of header files.Matthew Barnes2010-03-2234-101/+101
|
* Document EExtensible and EExtension.Matthew Barnes2010-03-228-0/+196
| | | | | | The mechanism here is simple but hard to explain without leaning heavily on object-oriented jargon. Consider this a rough draft. Illustrations would certainly help clarify.
* [win32] Be consistent in disabling the lockdown options.Fridrich Strba2010-03-215-0/+12
|
* Updated Lithuanian translationŽygimantas Beručka2010-03-211-8700/+9756
|
* update Punjabi TranslationA S Alam2010-03-211-2578/+2263
|
* Convert NetworkManager integration to an EShell extension.Matthew Barnes2010-03-207-207/+285
| | | | | | | | | This demonstrates how to extend EShell without having to modify and recompile e-shell.c. If NetworkManager integration is enabled, the extension is loaded automatically when the EShell is created. The same pattern can be applied to integrate other network monitoring software like ConnMan or Microsoft's Wireless Zero Configuration.
* Make EShell and related classes extensible.Matthew Barnes2010-03-208-243/+101
|
* Add extensions to configure calender widgets.Matthew Barnes2010-03-2045-432/+843
| | | | | | Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore, and EMeetingTimeSelector extensible and register extensions to automatically bind every instance to the appropriate EShellSettings.
* Add an extension to configure EMFormatHTML.Matthew Barnes2010-03-206-22/+141
| | | | | Make EMFormatHTML extensible and register an extension to automatically bind every EMFormatHTML instance to the appropriate EShellSettings.
* Introduce a simple extension system for objects.Matthew Barnes2010-03-20