# Created by: Matthew Gibson # $FreeBSD$ PORTNAME= cuyo PORTVERSION= 2.0.0 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SAVANNAH MAINTAINER= games@FreeBSD.org COMMENT= Nice, innovative, challenging Tetris-like game LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib \ libmikmod.so:${PORTSDIR}/audio/libmikmod USES= iconv GNU_CONFIGURE= yes USE_SDL= mixer image USE_XORG= xdmcp xau x11 INSTALLS_ICONS= yes PORTDOCS= AUTHORS NEWS OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext:run # Do not use older versions PORTSCOUT= skipv:2.~-1.2~beta1 .include post-install: .if ${PORT_OPTIONS:MNLS} . for f in de @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${f}/LC_MESSAGES ; \ ${INSTALL_DATA} ${WRKSRC}/po/${f}.gmo \ ${STAGEDIR}${PREFIX}/share/locale/${f}/LC_MESSAGES/${PORTNAME}.mo . endfor .endif ${LN} -sf ${PREFIX}/share/icons/hicolor/64x64/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include n' name='id' value='70df9e5f0139016a592d911ae00167eeb900b307'/> Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/mail
Commit message (Expand)AuthorAgeFilesLines
* Dont double-register this operation, mail-mt will do it for us.Not Zed2001-08-093-19/+16
* New function. Set the sensitivity of the subscribe buttons based onPeter Williams2001-08-092-0/+30
* [ Change this gtk_object_ref on the storage to a bonobo_object_ref ]Peter Williams2001-08-093-2/+6
* Change this gtk_object_ref on the storage to a bonobo_object_ref.Peter Williams2001-08-082-1/+6
* Free the dbkey if we found the config option.Not Zed2001-08-084-11/+36
* Hide the app->window. (do_mail_print): Set the parent of the gnome-dialogJeffrey Stedfast2001-08-083-43/+28
* Revert Jeff's changes to subscribe-dialog.[ch]. It's not a widget, it's anPeter Williams2001-08-083-5/+10
* Hide the app->window.Jeffrey Stedfast2001-08-082-1/+3
* [ Use bonobo_object_unref on the storage since it's a bonobo object. ]Peter Williams2001-08-083-4/+8
* This should return a GtkWidget not a GtkObject.Jeffrey Stedfast2001-08-0810-142/+319
* Use bonobo_object_unref on the storage since it's a bonobo object.Peter Williams2001-08-082-4/+9
* Unref the e_storage since lookup_store gives us a ref.Peter Williams2001-08-082-1/+7
* Move fe_create_root_node farther down, so we can check for its childrenPeter Williams2001-08-082-100/+105
* Added key accelerators to a bunch of the config options and moved the BccJeffrey Stedfast2001-08-077-86/+91
* Set the message-display message to NULL if we can't get an info too.Jeffrey Stedfast2001-08-073-31/+35
* Make vtrash folders on other storages with a "vtrash" type, so they getJason Leach2001-08-072-4/+17
* Reimplement to be asynchronous and pretty, with progressive folder loadingPeter Williams2001-08-077-905/+1395
* Yuck. Special case whether or not we want to expunge all the trash foldersJeffrey Stedfast2001-08-073-11/+33
* Removed this function, it's not needed anymore.Jason Leach2001-08-072-29/+11
* Fix a minor glitch with how it started a backwards wraparound at the 2ndJason Leach2001-08-072-1/+7
* s/character set/character encodingJeffrey Stedfast2001-08-072-1/+5
* Make the title of the window "subject - Message" instead of justEttore Perazzoli2001-08-062-1/+24
* Back to using `bonobo_generic_factory_new()'. (component_fn): UpdatedEttore Perazzoli2001-08-062-8/+14
* Use `e_bonobo_generic_factory_multi_display_new()' instead of justEttore Perazzoli2001-08-052-5/+15
* oops, s/#ifdef/#endifJeffrey Stedfast2001-08-051-1/+1
* forgot to commit a fileJacob Leach2001-08-051-8/+10
* Add yet another special-case hack for application/pgp.Jeffrey Stedfast2001-08-052-9/+31
* Add a @wraparound argument, so the 'n' and 'p' keypresses (or anythingJason Leach2001-08-054-6/+33
* Updates for EvolutionStorage API changes.Jason Leach2001-08-046-42/+46
* Try to restore the choice the user had chosen before hitting the "CheckJeffrey Stedfast2001-08-043-3/+20
* return the source url for popb4smtp auth request.Not Zed2001-08-032-0/+16
* Added. Provide description for filter_folder_op. (fetch_mail_describe):Jon Trowbridge2001-08-035-5/+52
* handle null paths in the dialog so that we avoid printing NULL stringsLarry Ewing2001-08-032-1/+8
* Raise the filter-editor window if it's already created.Jeffrey Stedfast2001-08-032-1/+4
* I obviously can't spell recieved, er, received...uh, yea.Jeffrey Stedfast2001-08-032-2/+7
* Set history_id's for the sig and html sig gnome file entry boxes so it canJason Leach2001-08-032-1/+11
* Connect to the folder_remove signal on the storage. (vfolder_remove): NewJeffrey Stedfast2001-08-032-7/+8
* Connect to the folder_remove signal on the storage. (vfolder_remove): NewJeffrey Stedfast2001-08-035-66/+113
* Add EVOLUTION_BUTTONSDIR to get to some different icons.Not Zed2001-08-024-69/+116
* Do the Right Thing (tm) if the message list is not the widget in focusJeffrey Stedfast2001-08-022-0/+13
* More updates to icons, this time the Save, Save As, and Search icons forJacob Leach2001-08-012-0/+5
* Don't move cursors around when deleting last message and Hide DeletedJason Leach2001-08-012-3/+12
* Changed the title of this dialog to "Enter Password".Anna Marie Dirks2001-08-012-0/+7
* We are not guarenteed to have a non-NULL service (ie. PGP) thus check forJeffrey Stedfast2001-07-313-23/+38
* When writing out a CamelException to the HTML stream, be sure to translateJeffrey Stedfast2001-07-313-148/+205
* Restore old security settings from the saved configuration. Fixes bugJeffrey Stedfast2001-07-314-40/+49
* Actually add the timeout, this time in the gtk thread.Not Zed2001-07-302-7/+46
* Added (unused) table with strings intended to be translated (i18n toolsChyla Zbigniew2001-07-282-0/+9
* Don't need this anymore. (do_get_pass): Since we already have the entryJeffrey Stedfast2001-07-285-62/+56
* Figure out whether we're getting the password for the source or thePeter Williams2001-07-274-5/+60
* glade beautificationsJeffrey Stedfast2001-07-272-29/+31
* If we don't have any messages selected, break out. This fixes bug #5612.Jeffrey Stedfast2001-07-273-8/+43
* Implemented. (setup_mime_tables): Setup the application/pgp handler to useJeffrey Stedfast2001-07-272-10/+79
* Use magic to make the password remembering checkbutton come after thePeter Williams2001-07-272-2/+33
* Respect Gtk theme colors for the fonts and calculate a new table gbcolorJeffrey Stedfast2001-07-274-13/+61
* Make the date column smaller and the subject column larger, relatively.Peter Williams2001-07-272-1/+4
* Don't display "0 hidden".Peter Williams2001-07-272-1/+4
* Make 'q' a toggle, not one-way.Peter Williams2001-07-262-2/+5
* Rename "Date" column to "Sent".Peter Williams2001-07-262-1/+5
* fixed a mis-spelling of "Fashion" in the mail accounts window. (See bugAnna Marie Dirks2001-07-262-5/+20
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-265-30/+14
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-263-62/+73
* Make it so Enter always opens the message in another window.Peter Williams2001-07-262-6/+6
* Now take a CamelService parameter (as passed by Camel). Allows us to havePeter Williams2001-07-266-5/+61
* Now takes a check_supported gboolean argument saying whether or not toJeffrey Stedfast2001-07-263-9/+25
* Initialize `me' to NULL. (forward_attached): If we are only forwarding aJeffrey Stedfast2001-07-262-12/+44
* Initialize `me' to NULL.Jeffrey Stedfast2001-07-263-12/+16
* Um, write the HTML signature settings in the right place. Whoops.Peter Williams2001-07-25