aboutsummaryrefslogtreecommitdiffstats
path: root/games/bugsx/Makefile
blob: 1ae2a554a349136cb6cc1b52837856f481d3f9bd (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
# Created by: Don Croyle <croyle@gelemna.org>
# $FreeBSD$

PORTNAME=   bugsx
PORTVERSION=    1.08
PORTREVISION=   2
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
DISTNAME=   bugsx108
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Breed bugs using genetic algorithms

LICENSE=    GPLv1

USES=       imake
USE_XORG=   x11 xext
WRKSRC=     ${WRKDIR}/bugsx
PLIST_FILES=    bin/bugsx man/man1/bugsx.1.gz

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bugsx

.include <bsd.port.mk>
feaa820882499ffad95f67937b40'>Added gal-view-instance.c and gal-view-instance.h.Christopher James Lahey2002-02-014-72/+573 * Made this function much more readable. Got rid of all the gotos. Fixed aChristopher James Lahey2002-02-012-37/+54 * ignore spell checking of words in addresses, move set_body_text after allRadek Doulik2002-02-013-6/+37 * new method, tells composer to ignore all word in str string (next_word):Radek Doulik2002-02-013-80/+140 * Converted French translation to UTF-8.Christophe Merlet2002-01-312-1748/+1752 * Make this function take a bitfield of parameters instead of two bools.Christopher James Lahey2002-01-312-6/+12 * Added this simple accessor function.Christopher James Lahey2002-01-314-0/+49 * New function to do a search through a tree in one direction or the other.Christopher James Lahey2002-01-312-89/+206 * Oops, this was converting foo@[blah] to foo@[ blah ], fixed.Not Zed2002-01-312-2/+7 * Updated Norwegian (bokmål) translation.Kjartan Maraas2002-01-312-1008/+1062 * Pass the parent window to mail_account_editor_new().Jeffrey Stedfast2002-01-316-14/+28 * Use "pop" instead of "pop3" so current configurations continue to work.Jeffrey Stedfast2002-01-312-1/+6 * if this is a reply, print the attendee statusJP Rosevear2002-01-312-0/+39 * print quoted text in italicRadek Doulik2002-01-312-6/+10 * compute the change db filename based on our contact db filename.Chris Toshok2002-01-312-6/+25 * Updated French translation.Christophe Merlet2002-01-311-1/+1 * Updated French translation.Christophe Merlet2002-01-312-12055/+9084 * re-enable popup menu. (populate_folder_context_menu): If we're on aNot Zed2002-01-302-8/+31 * Use right_click_row_path rather than selected_row_path, so clients get theNot Zed2002-01-302-1/+7 * Changed name from "NT Login" to simply "Login".Not Zed2002-01-3014-671/+1645 * Updated Norwegian nynorsk translationRoy-Magne Mo2002-01-301-574/+451 * Changed the function signature so that we can pass in whom we want toDave West2002-01-302-6/+27 * Started writing an LDAP config exampleKevin Breit2002-01-302-0/+19 * Make X-Evolution-Account take priority over X-Evolution-Transport. ShouldJeffrey Stedfast2002-01-302-3/+8 * ignore evolution-addressbook-abuseJeffrey Stedfast2002-01-301-0/+1 * Updated russian translation.Valek Frob2002-01-302-3603/+3156 * Added more kludge to an existing Exchange IMAP 5.5 kludge to work aroundJeffrey Stedfast2002-01-302-1/+11 * Don't pass NULL text to gtk_entry_set_text. Maybe this will fix bugJeffrey Stedfast2002-01-302-3/+12 * New function that implements the Redirect feature.Jeffrey Stedfast2002-01-306-4/+143 * Add MessageRedirect.Jeffrey Stedfast2002-01-302-0/+10 * (footer_info_free): unref footer fontRadek Doulik2002-01-302-1/+10 * (do_mail_print): get rid of static global variables, as they areRadek Doulik2002-01-302-21/+38 * If we are in redirect mode, use the original message and set the resent-*Jeffrey Stedfast2002-01-305-148/+210 * initialize line to 0 to make everybody happy ;-) ops, set local_font toRadek Doulik2002-01-302-2/+8 * Handle Resent headers too.Jeffrey Stedfast2002-01-293-5/+14 * Added Resent-* #defines.Jeffrey Stedfast2002-01-292-0/+6 * Use while (node->next) instead of while (node)Jeffrey Stedfast2002-01-292-1/+4 * Don't bother checking for invalid recipients anymore. If a recipient isJeffrey Stedfast2002-01-292-41/+12 * New function to decode an enhanced status code. (smtp_set_exception): SetsJeffrey Stedfast2002-01-293-97/+142 * print footer (footer_print_cb): print page number and number of pagesRadek Doulik2002-01-292-16/+35 * Use flags rather than a bunch of gboolean variables. (smtp_connect): Same.Jeffrey Stedfast2002-01-294-73/+171 * Skip over illegal whitespace in Microsoft-generated BYDAY rules.Dan Winship2002-01-292-10/+12 * Revert my previous change as trow says this will break auto-completionJeffrey Stedfast2002-01-292-1/+7 * added DB3_LDADDRadek Doulik2002-01-292-1/+6 * added bonobo to filter flags to avoid compile errorRadek Doulik2002-01-292-1/+6 * Updated Hungarian translationAndras Timar2002-01-282-2156/+13923 * Added missing file. Updated and converted to UTF-8.Christian Rose2002-01-283-4903/+5056 * Added information regarding types of search scopesKevin Breit2002-01-283-4/+38 * Added Search Base as an entry Added Search Scope as an entryKevin Breit2002-01-285-100/+154 * Use `-f' instead of `-e' so installation of topic.dat works on non-GNUEttore Perazzoli2002-01-282-3/+7 * Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-2836-346/+326 * Updated Norwegian nynorsk translationRoy-Magne Mo2002-01-271-3416/+2520 * check if re->edit != NULL before trying to unref it. Fixes a segfault whenMikael Hallendal2002-01-272-1/+10 * Updated Slovenian translationAndraz Tori2002-01-271-4221/+15656 * nl.po Minor translation update....we're getting thereVincent van Adrighem2002-01-271-48/+25 * Updated Norwegian (bokmål) translation. Updated.Kjartan Maraas2002-01-263-3129/+3275 * AIX and IRIX are like Sun systems - they use ISO8859-1 rather than namesJeffrey Stedfast2002-01-261-2/+2 * Don't check for an @ in the email address. This is to fix bug #10960.Jeffrey Stedfast2002-01-262-1/+11 * We need to return a value here. I think FALSE is fine (I hope).Jeffrey Stedfast2002-01-262-0/+5 * [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-262-10/+28 * Save the pathname. (save_part): Use the new mail_config cruft to get theJeffrey Stedfast2002-01-264-14/+58 * Do some NULL checking on the url before using it.Jeffrey Stedfast2002-01-262-3/+13 * Use 1 instead of zero as the minimum value for the repetitions spin buttonFederico Mena Quintero2002-01-263-1/+10 * Require gal 0.19.99.1.Ettore Perazzoli2002-01-262-1/+5 * nl.po Massive translation update All untranslated has been done FuzziesVincent van Adrighem2002-01-251-2017/+2343 * [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-2511-117/+445 * Updated Norwegian (nynorsk) translationRoy-Magne Mo2002-01-252-4716/+15114 * Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS. Likewise.Ettore Perazzoli2002-01-252-2/+3 * Use EVOLUTION_CALENDAR_CFLAGS and EVOLUTION_CALENDAR_LIBS.Ettore Perazzoli2002-01-252-10/+13 * Remove some old cruft.Ettore Perazzoli2002-01-252-16/+4 * Ooops. Forgot to use EVOLUTION_CALENDAR_LIBS here.Ettore Perazzoli2002-01-252-1/+6 * Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-2532-348/+358 * This wrapper for gdk_beep().Jeffrey Stedfast2002-01-252-2/+9 * Call the beep callback function.Jeffrey Stedfast2002-01-253-6/+31 * Just use BONOBO_HTML_GNOME_CFLAGS and BONOBO_HTML_GNOME_LIBS forEttore Perazzoli2002-01-252-18/+14 * Don't bother trying to see if the domain looks like a FQDN.Jeffrey Stedfast2002-01-252-7/+7 * If the mail-display is in focus, then select-all in the mail displayJeffrey Stedfast2002-01-252-3/+13 * Add missing files. Ooops!Ettore Perazzoli2002-01-252-0/+178 * Applied modified UK locations patchIain Holmes2002-01-243-1/+35 * Fix the mail order stuffIain Holmes2002-01-243-3/+11 * nl.po Translation updateVincent van Adrighem2002-01-241-5525/+4771 * More updates to the Italian translation.Ettore Perazzoli2002-01-242-25/+27 * Updated translation by Clara Tattoni <clara.tattoni@libero.it>.Ettore Perazzoli2002-01-242-1535/+12774 * Pass a NULL icon to `evolution_shell_component_add_user_creatable_item()'.Ettore Perazzoli2002-01-242-1/+8 * Pass a NULL @icon toEttore Perazzoli2002-01-243-8/+13 * Pass a NULL @icon toEttore Perazzoli2002-01-242-2/+12 * [Implement an Outlook-style "New" dropdown button. It is basicallyEttore Perazzoli2002-01-2418-301/+744 * Implements bug #15692Jeffrey Stedfast2002-01-242-11/+67 * [Patch by Michael Meeks <michael@ximian.com>.]Ettore Perazzoli2002-01-242-0/+8 * #include <locale.h>.Ettore Perazzoli2002-01-242-0/+6 * Define CAMEL_PROVIDERDIR to be the configure.in-defined camel_providerdir.Dan Winship2002-01-242-2/+7 * lv.po - Recommited for two stupid mistakes by me.Peteris Krisjanis2002-01-231-2/+2 * lv.po - Updated Latvian translation.Peteris krisjanis2002-01-232-3147/+15788 * [ fixes bug # 16864 ] create and return a GString here, instead of writingChris Toshok2002-01-232-24/+32 * Now takes a boolean notify argument. If this is *not* set, then remove theJeffrey Stedfast2002-01-233-3/+16 * New function to remove a filter rule by name.Jeffrey Stedfast2002-01-233-1/+30 * Simplified.Jeffrey Stedfast2002-01-232-30/+34 * Yet Another Stupid Marshaller.Ettore Perazzoli2002-01-232-0/+20 * Updated Slovak translation.Stanislav Visnovsky2002-01-222-1415/+792 * As a temporary solution, just printf ("\a"); to make a beep :-)Jeffrey Stedfast2002-01-228-47/+84 * If the first "token" in the body is "<html>", then treat this as aJeffrey Stedfast2002-01-223-1/+19 * Buffers Files Tools Edit Search Mule HelpJP Rosevear2002-01-223-11/+31 * Implement max_width_by_row.Christopher James Lahey2002-01-224-126/+211 * UpdatedAlastair McKinstry2002-01-222-1532/+1389 * Updated russian translation.Valek Frob2002-01-212-2355/+14303 * Set the number of cards to return to the value specified in the ldap uri,Christopher James Lahey2002-01-216-10/+190 * Stop the importer dialog going behind the main windowIain Holmes2002-01-212-1/+7 * Request a reflow and an update when the text model changes. Fixes XimianChristopher James Lahey2002-01-211-3/+4 * Readded.Carlos Perelló Marín2002-01-201-0/+1195 * *** empty log message ***Rodrigo Moya2002-01-201-1195/+0 * New function to decode an IMAP mailbox name from modified UTF-7 encodingJeffrey Stedfast2002-01-193-1/+274 * Updated Greek translationSimos Xenitellis2002-01-192-3926/+2861 * Made username match with no domain match be vague instead of partial.Christopher James Lahey2002-01-182-1/+7 * From addressbook/ChangeLog:Christopher James Lahey2002-01-189-35/+163 * Sort country list. Country list moves from fulladdr.glade toChristopher James Lahey2002-01-183-236/+293 * typos.Aaron Weber2002-01-182-2/+6 * save the alarm string in the correct variable (str), so it actually getsDamon Chaplin2002-01-182-2/+7 * Fixes #17725Zbigniew Chyla2002-01-182-4/+16 * Update to match new uudecode interface (ie, no longer need a uulen stateJeffrey Stedfast2002-01-182-3/+8 * Stop uudecoding once the CAMEL_UUDECODE_STATE_END state bit gets set. SetJeffrey Stedfast2002-01-185-73/+93 * default component classification to PUBLIC. Fixes internal bug #1066Rodrigo Moya2002-01-172-3/+10 * If we don't want to corrupt the uuencoded data by overwriting it withJeffrey Stedfast2002-01-174-0/+23 * Fixed slight logic error to find the uuencode begin line. Fixes bugJeffrey Stedfast2002-01-172-1/+7 * Remove "Dump" menu item.Ettore Perazzoli2002-01-172-1/+4 * Use soup to transfer HTTP files and other bugs fixedIain Holmes2002-01-179-340/+221 * SOUP stuffIain Holmes2002-01-173-0/+15 * move all functions here, get rid of header files, use e-pilot-settings toJP Rosevear2002-01-176-280/+256 * new file, implements the ECellProgress object.Krisztian Pifko2002-01-172-0/+524 * Added #include <libgnome/gnome-defs.h>.Christopher James Lahey2002-01-17