summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-17The CPAN module DB_File tries to link against -ldb, but NetBSD does notbrook2-1/+9
provide a separate library so compilation fails. Add a hints file to correct the list of libraries used on NetBSD.
2011-09-17Updated inputmethod/scim-input-pad to 0.1.3obache1-1/+2
2011-09-17Add missing patches at updated to 0.1.3.obache2-0/+28
2011-09-17Update scim-input-pad to 0.1.3.obache3-10/+51
The new features of scim-input-pad are the the next tables who are included: korea.pad includes from Korean the letters, Hangul Jamo, Hangul Compatibility Jamo, Halfwith/fullwith arabian.pad includes the Arabian script armenian.pad includes the Armenian script georgian.pad includes the Georgian script from Georgia russian.pad includes the Russian script hebrew.pad includes the Hebrew script from Israel india_bengali.pad includes the Bengali script from India india_chiki.pad includes the Ol Chiki script from India india_devanagari.pad includes the Devanagari script from India india_gujarati.pad includes the Gujarati script from India india_gurmukhi.pad includes the Gurmukhi script from India india_kannada.pad includes the Kannada script from India india_lepcha.pad includes the Lepcha script from India india_limbu.pad includes the Limbu script from India india_malayalam.pad includes the Malayalam script from India india_oriya.pad includes the Oriya script from India india_saurashtra.pad includes the Saurashtra script from India india_sinhala.pad includes the Sinhala script from India india_syloti_nagri.pad includes the Syloti Nagri script from India india_tamil.pad includes the Tamil script from India india_telugu includes the Telugu script from India balinese.pad includes the Balinese script from Indonesia buginese.pad includes the Buginese script from Sulawesi in Indonesia cham.pad includes the Cham script from Vietnam and Cambodia kayah.pad includes the Kayah Li script from the Karen in Myanmar (Birma) and in Thailand khmer.pad includes the Khmer script from Cambodia mongolian.pad includes the Mongolian script from Mongolia lao.pad includes the Lao script from Laos myanmar.pad includes the Myamar script from Birma philipine_buhid.pad includes the Buhid script from the Philipines philipine_hanunoo.pad includes the Hanunoo script from the Philipines philipine_tagalog.pad includes the Tagalog script from the Philipines tai_lue.pad includes the old Thai script from China, Thailand,Birma and Vietnam rejang.pad includes the Rejang script from Sumatra in Indonesia sundanese.pad includes the Sundanese script from west Java in Indonesia tai_le.pad includes the new Thai script from China, Thailand,Birma and Vietnam thai.pad includes the Thai script from Thailand tibet.pad includes the Tibet script from Tibet ethiopic.pad includes the ethiopian script from ethiopia
2011-09-17Revert previous and disable automatic gssapi/gnutls detection instead.wiz1-3/+3
Confirmed to fix the issue by christos.
2011-09-17Remove etmryoon1-2/+1
2011-09-17Updated time/etm to 877ryoon1-1/+2
2011-09-17Update to 877ryoon2-6/+6
Changelog: 877 2011-09-05 Fixed no_regex to only match 'no' or 'none' and not, for example, 'note'. Added the ability to specify RGB colors for the gui outline and html window fonts. When displaying output in the html window, do not change the outline panel display. Fixed bug in parsing alerts in which a single alert would be treated as a list, e.g. '@a 12' would give the list (1, 2). Skip 'showDay' when displaying html output. 876 2011-09-02 Provide a leading '+' for action @e entries that do not have one. 875 2011-09-02 When using '-gF' in outline view, prefix item titles with the leader, i.e., the character(s) from ['~', '*', '!', '-', '+'] that begin the item entry. 874 2011-09-02 Fixed missing color key 14 (details color) in the GUI. 873 2011-09-02 Fixed sorting and display with '-g F' to sort by file path and then line number. 872 2011-08-31 Fixed bug in expanding children. Changed role of 'monthly' variables such as etmActions. If an empty string is given then monthly files will not be created and, e.g., 'actns.text' in the etmdata directory will be used as the default. If not an empty string, then in August 2011, e.g., 'etmActions/2011/08/actns.text' would be created, if necessary, and used as the default. (Note the addition of the month directory.) The same directory can be specified for etmActions, etmEvents, etmNotes and etmTasks, e.g., 'monthy' in the etmdata directory and, if this is done, then 'actns.text', 'evnts.text', 'notes.text' and 'tasks.text' for August would all be placed in the directory '../etmdata/2011/08/'. Introduced new variables, 'minutes_msg', 'oneminute_msg' and 'rightnow_msg' with defaults 'begins %s minutes from now', 'begins one minute from now' and 'begins now'. The '%s' can be placed anywhere in the expression for 'minutes_msg' and will be replaced by the number of minutes. Added ability (experimental) to use foreign language characters in the etmrc settings. 871 2011-08-29 Fixed codecs error under Windows. Fixed html printing under Windows and Linux. Allow parsing option strings with embedded minus signs such as searches for hyphenated words. Added term_print for terminal output using term_encoding. Added < 2.0.0 to the setup requirement for dateutils to avoid the Windows "_thread" problem. 870 2011-08-26 MS Windows fix. Changed locale to support the 3-manth calendar in the CLI and the 12-month calendar in the GUI. 869 2011-08-25 Only load data in e.py when necessary and not, for example, when doing a version check or displaying a three month calendar. 868 2011-08-25 Windows fixes for missing color attributes and bug in scrolling. 867 2011-08-25 When selecting a date in the monthly calendar scroll to the top of the outline display. Save and restore outline expansion state after making changes. 866 2011-08-24 In the interactive CLI, added edit, create, delete, finish, unfinish and move using 'item numbers' from the interactive display. Added 'jump to date' (fuzzy parsed or relative) to both the CLI and the GUI. Added a three month calendar display to the CLI. In in the GUI change the monthy calendar to reflect a change in the 'begin_date'. Fixed various bugs in parsing options, particularly for busy view. 865 2011-08-19 Removed unneeded fieldNames and fixed code for details to allow the inclusion of any regular field. Reset totalsfirst to False when restoring defaults by pressing "space". Added CenterOnScreen to gui init. 864 2011-08-18 Cleaned up currentPage and char2PageMode. Removed spurious 'py_modules=['ez_setup'] from setup.py and setup_app.py. 863 2011-08-15 Added abbreviationsFile to etmrc and abbreviation expansion to entry processing. 862 2011-08-15 For dated items without occurances within the beg_year, end_year interval, add the last of the occurances before the interval and the first of the occurances after the interval so that these items will be available, e.g, for search and for grouping by file path. 861 2011-08-14 Cleaned up and simplified templates, hotkey shortcuts and histories. Ctrl-Tab and Space-Tab are now bound to the same "smart" completion routine which looks first for entries such as "@c" or "-g" and, if found, indentifies possible completions. If no such match is possible, then completions are sought for entries that begin with "o", "b", "~", "*", "-", "+" or "!". Entries from contexts.txt, keywords.txt, locations.txt and timezones are available as are current file entries if the "addFile" switches are True. Current session entries for "o" and "b" are also available. 860 2011-08-13 Added F (filepath) to grouby options. Modified afterChange to restore view using current options. 859 2011-08-09 Remove item count from group header unless greater than 1. 858 2011-08-08 Added busyfontsize setting to etmRC - Windows needs a smaller font size than the one used before.
2011-09-17Only make "readlink" a run-time dependence if we are actually buildingtron1-1/+5
the embedded server which is the only binary that requires the library. No revision bump as there is no changed to the default binary package.
2011-09-17Updated x11/xlockmore to 5.34ryoon1-1/+3
Updated x11/xlockmore-lite to 5.34
2011-09-17Update to 5.34ryoon3-9/+8
* This change also bumps the version of x11/xlockmore-lite. * Change primary MASTER_SITES to http, ftp is not fetchabel for me. Changes: sssss changed from 30 sec to 5 sec. Define -DMIN_DPMS=3 at compile-time if you would like to change it to be sooner. life mode fix for hexagons, life forms would not map certain screen sizes life mode: Added new neighbor 9 ship, added asym ships for neighbor 12 S356/B46, and added some new oscillators including a neighbor 6 p16. Now (mostly) use generated file from java app and life2d.xml. life3d mode: Added new some new oscillators including a neighbor 12 p10 S456/B3. Also new puffers and gliders found. Now use generated file from java app and life3d.xml. loop mode: made new small loops less frequent 5.33 Took out mode description on screen for WIN32 as it seems to mess up the screen frequently. life updates: added 2 more triangle rules from Carter Bays' applet. added a few more life forms to life (hexagonal) added a non-totalistic rule to life (square) known as Rule 3/2ab3 but for consistency it is known here as S2a2b2c2d3/B3. life3d added new life forms to truncated octahedral. ant/demon/life updates for -neighbors 5 or 7. Now with better pentagons. ant with -neighbors 5 should now work properly (7 removed). loop update added Byl and Chou-Reggia (1&2) loops, changed colors to be more traditional 5.32 life3d update for -neighbors 14, new truncated octahedral life form. ant & demon updates for -neighbors 5 or 7 5.31 -xinerama option added off by default. [Untested as I do not have true multiscreen. I tried with Xnest but I do not think this ever worked with Xinerama.] cppcheck fixed minor issues in xlock subdirectory and with pyro2 and invert. 5.30 atlantis, atunnel, biof, bubble3d, cage, fire, gears, invert, lament, moebius, morph3d, noof, pipes, rubik, sballs, sierpinski3d, skewb, sproingies, stairs, and superquadrics added to Windows version (atunnel, fire, lament, and sballs lack textures). skewb mode now scrambles, taken out of unstable category. Undo a cleanup in vroot.h, as xlock exits on startup with a BadWindow on pievwm and tvtwm.
2011-09-17Updated misc/elscreen to 1.4.6.mef1-1/+2
2011-09-17Remove elscreen update to 1.4.6mef1-2/+1
2011-09-17Following commit based on PR pkg/43967. Ok'ed by uebayasi@mef3-27/+35
(I have added 'LICENSE= gnu-gpl-v2a' after that) List of Changes: -elscreen-1.4.5 +elscreen-1.4.6 +elscreen-color-theme-0.0.0.tar.gz -elscreen-gf-1.5.2.tar.gz +elscreen-gf-1.5.3.tar.gz -elscreen-howm-0.1.0.tar.gz +elscreen-howm-0.1.3.tar.gz -elscreen-server-0.0.1.tar.gz +elscreen-server-0.2.0.tar.gz -elscreen-wl-0.7.0.tar.gz +elscreen-wl-0.8.0.tar.gz elscreen-1.4.6/ChangeLog ------------------------- 2007-12-30 Naoto Morishima <naoto@morishima.net> ElScreen 1.4.6 released. 2007-12-29 Naoto Morishima <naoto@morishima.net> * elscreen.el (elscreen-delete-frame-confs): Don't call elscreen-notify-screen-modification which potentially causes an error when frame has been created via make-frame-on-display. 2007-11-22 Naoto Morishima <naoto@morishima.net> * elscreen.el (elscreen-display-tab): Change type from boolean to choice of boolean and integer. t means display with automatic width calculation, and integer means display with fixed width. (elscreen-tab-width): Removed. (elscreen-e21-tab-width,elscreen-xmas-tab-width): New functions. (elscreen-e21-tab-update,elscreen-xmas-tab-update): Use them. (elscreen-default-window-configuration): Set dedicated-p of selected-window to nil instead of splitting it. 2007-11-21 Naoto Morishima <naoto@morishima.net> * elscreen.el (elscreen-default-window-configuration): Split window first to avoid error in case that the selected window is dedicated. (elscreen-copy-tree-1, elscreen-copy-tree): Split elscreen-copy-tree to two functions, backported from trunk. (elscreen-save-screen-excursion) (elscreen-notify-screen-modification-suppress) (elscreen-screen-modified-hook-setup) (elscreen-get-alist-to-nickname): Eliminate old-style backquotes, backported from trunk. (elscreen-get-alist-to-nickname): Define as subst instead of macro, backported from trunk. (elscreen-get-screen-to-name-alist): Rewritten to improve performance, backported from trunk. (elscreen-kill-internal): Returns killed screen, backported from trunk. (elscreen-tab-display-kill-screen): Now it's used to set the location of the icon to kill a screen. Possible values are: 'left, 'right and nil (to hide icons). Backported from trunk. (elscreen-e21-tab-create-keymap): Take arguments forming a sequence of KEY FUNCTION pairs, backported from trunk. (elscreen-e21-tab-update): Follow above changes, and M-mouse-1 on the icon [X] now calls elscreen-kill-screen-and-buffers.
2011-09-17note sqlite3 option.obache1-0/+1
2011-09-17Note update of cyrus-sasl and related packages to 2.1.25.obache1-1/+14
2011-09-17Note update of the "mysql55-server" package to version 5.5.16nb1.tron1-1/+2
2011-09-17Change "readline" to a run-time dependence as it is used by at leasttron1-6/+2
"bin/mysql_embedded". This fixes the build in pkgsrc developer mode. Bump package revision because the dependence changed.
2011-09-17+cy2-scramobache1-1/+2
2011-09-17Update cyrus-sasl to 2.1.25.obache36-865/+112
Take maintainership. New in 2.1.25 ------------- * Make sure that a failed authorization doesn't preclude further server-side SASL authentication attempts from working. * Fixed a crash caused by aborted SASL authentication and initiation of another one using the same SASL context. * (Windows) Fixed the random number generator to actually produce random output on each run. * Be protective against calling sasl_server_step once authentication has failed (multiple SASL plugins) * Fixed several bugs in the mech_avail callback handling in the server side code. * Added support for channel bindings * Added support for ordering SASL mechanisms by strength (on the client side), or using the "client_mech_list" option. * server_idle needs to obey server's SASL mechanism list from the server context. * Better server plugin API mismatch reporting * Build: - Updated config to the latest GNU snapshot - Fixed SASL's libtool MacOS/X 64-bit file magic * New SASL plugin: SCRAM * New SASL plugin: GS2 * DIGEST-MD5 plugin: - Allow DIGEST-MD5 plugin to be used for client-side and server-side HTTP Digest, including running over non-persistent connections (RFC 2617) - Use the same username for reauthentication cache lookup and update - Minimize the number of auxprop lookups in the server side DIGEST-MD5 plugin for the most common case when authentication and authorization identities are the same. - Updated digestmd5_server_mech_step2() to be more defensive against empty client input. - Fixed some memory leaks on failed plugin initialization. Prevent potential race condition when freeding plugin state. Set the freed reauthentication cache mutex to NULL, to make errors due to mutex access after free more obvious. - Test against broken UTF-8 based hashes if calculation using special ISO-8859-1 code fails. - Fixed an interop problem with some LDAP clients ignoring server advertised realm and providing their own. * GSSAPI plugin: - Fix to build GSSAPI with Heimdal - Properly set serveroutlen to 0 in one place. Don't send empty challenge once server context establishment is done, as this is in violation of the RFC 2222 and its successor. - Don't send maxbuf, if no security layer can be established. Added additional checks for buffer lengths. * LDAPDB plugin: - build fixes New in 2.1.24 ------------- * Order advertised server-side SASL mechanisms per the specified 'mech_list' option or by relative "strength" * Make sure that sasl_set_alloc() has no effect once sasl_client_init() or sasl_server_init() is called * Fixed sasl_set_mutex() to disallow changing mutex management functions once sasl_server_init()/sasl_client_init() is called (bug # 3083) * Removed unused mutexes in lib/client.c and lib/server.c (bug # 3141) * Added direct support for hashed password to auxprop API * Don't treat a constraint violation as an error to store an auxprop property * Extended libsasl (auxprop) to support user deletion * Extended SASL auxprop_lookup to return error code * Updated sasl_user_exists() so that it can handle passwordless accounts (e.g. disabled) * (Windows) Free handles of shared libraries on Windows that were loaded but are not SASL plugins (bug # 2089) * Prevent freeing of common state on a subsequent call to _sasl_common_init. Make sure that the last global callback always wins. * Implemented sasl_client_done()/sasl_server_done() * Added automatic hostname canonicalization inside libsasl * Made sasl_config_init() public * Strip trailing spaces from server config file option values (bug # 3139, bug # 3041) * Fixed potential buffer overflow in saslautd_verify_password(). * Fixed segfault in dlclose() on HPUX * Various bugfixes for 64bit platforms * Fixed bug # 2895 (passing LF to sasl_decode64) in sample/sample-client.c, sample/sample-server.c, utils/smtptest.c * pluginviewer: Code cleanup, improved human readable messages * Build: - (Windows) Updated makefiles to build with VC 8.0 (VC++ 2005) - (Windows) Added Windows64 build - Updated to use .plugin extension on MacOS - Changed 64bit HP-UX build to use .so for shared libraries * saslauthd: - Fixed bug counting double-quotes in username/password in auth_rimap.c. Also fixed bug zeroing password. - auth_krb.c: improved diagnostic in the k5support_verify_tgt() function. - auth_sasldb.c: pid_file_lock is created with a mask of 644 instead of 0644 - auth_shadow.c: Define _XOPEN_SOURCE before including unistd.h, so that crypt is correctly defined - auth_getpwent.c: Fixed Solaris build * SASLDB plugin: - Fixed spurious 'user not found' errors caused by an attempt to delete a non-existent property - Added direct support for hashed password to auxprop API - Sleepycat driver: Return SASL_NOUSER instead of SASL_FAIL when the database file doesn't exist - Ignore properties starting with '*' in the auxprop store function * SQL plugin: - Added support for SQLITE3 - Uninitialized variables can cause crash when the searched user is not found - Added direct support for hashed password - Ignore properties starting with '*' in the auxprop store function * LDAPDB plugin: - Added code to extend LDAPDB into a canon_user plugin in addition to its existing auxprop plugin functionality * PLAIN plugin: - Advertise SASL_SEC_PASS_CREDENTIALS feature * LOGIN plugin: - Advertise SASL_SEC_PASS_CREDENTIALS feature * DIGEST-MD5 plugin: - Fixed a memory leak in the DIGEST-MD5 security layer - Fixed memory leaks in client-side reauth and other places - More detailed error reporting. - Fixed parsing of challenges/responses with extra commas. - Allow for multiple qop options from the server and require a single qop option from the client. * GSSAPI plugin: - Check that params->serverFQDN is not NULL before using strlen on it - Make auxprop lookup calls optional * EXTERNAL plugin: - Make auxprop lookup calls optional * NTLM plugin: - allow a comma separated list of servernames in 'ntlm_server' option - Fixed crash in calculating NTv2 reponse * OTP plugin: - Don't use a stack variable for an OTP prompt (bug # 2822) - Downgrade the failure to store OTP secret to debug level * KERBEROS_V4 plugin: - Make auxprop lookup calls optional
2011-09-17PR/39143 -- use generic 'perl' option instead of private one.shattered2-6/+8
2011-09-17IRIX 6 made it to X11R6, but never X11R7, so default to X11_TYPE=modularabs1-3/+1
2011-09-17UnixWare 7 has move dup to X11R6, still less than X11R7, so default toabs1-3/+1
X11_TYPE=modular
2011-09-17Sinc BSD/OS has been oprhaned since 2004, default to modular X11_TYPEabs1-3/+1
2011-09-17Since Interix appears to use X11R5, switch to modular X11_TYPE by defaultabs1-3/+1
2011-09-17doc/istgt.1 does not exist at pre-configure, now it is istgt.1.in.obache1-2/+2
2011-09-17Fixes for the case that PKG_SYSCONFBASE is not ${PREFIX}/etc.obache1-1/+2
2011-09-16set LICENSE.hiramatsu1-1/+2
2011-09-16Add MirBSD support here, too, same as in python26.bsiegert4-13/+53
2011-09-16Don't need PKGREVISION for new version.darcy1-2/+1
2011-09-16Update of devel/generate to 2.7.darcy1-1/+2
2011-09-16Upgrade to version 2.7.darcy3-19/+10
Should fix the bulk build for this package.
2011-09-16Updated archivers/pbzip2 to 1.1.5.fhajny3-8/+18
Changes in 1.1.5 (Jul 16, 2011) - Fixed excessive output permissions while compress/decompress is in progress (bug #807536) Changes in 1.1.4 (Apr 22, 2011) - Fixed hang on decompress with --ignore-trailing-garbage=1 when producer is interrupted on trailing garbage (bug #762464) - Added example to help for decompression piped to tar (bug #746806) - Fixed typo in Trailing Garbage printed message (bug #746799) Changes in 1.1.3 (Mar 27, 2011) - Print trailing garbage errors even when in quiet mode (bug #743635) - Default extension on decompress of .tbz2 changed to .tar for bzip2 compatibility (bug #743639) - Fixed hang on decompress with --ignore-trailing-garbage=1 and higher numCPU (e.g. > 2) (bug #740502) Changes in 1.1.2 (Feb 19, 2011) - Fix directdecompress segfault when destination file can't be opened (e.g. read-only) (bug #717852) - Implemented --ignore-trailing-garbage feature (bug #594868) - Fixed hang on decompress of some truncated archives (bug #590225) - Pulled an error check out of normal logic block for clarity - Debug print added after BZ2_bzDecompress to track it's return code. - A debug print fixed in queue::remove - Increased max memory usage limit from 1GB to 2GB - If no -m switch given on command line, default max memory limit will now automatically increase from 100 MB to minimum amount of memory required to support the number of CPUs requested - Improved performance when output buffer is full - Fixed bug which caused hang while decompressing prematurely truncated bzip2 stream - Consumer_decompress throttling modified to prevent potential deadlock/infinite loop in certain situations (Thanks to Laszlo Ersek for finding and helping track down the cause of this bug) - Fixed deadlock bug and performance issue when consumer working with long bzip2 sequences (Thanks to Tanguy Fautre for finding) - Fixed error message for block size range (max size was wrong) - Moved #include <pthread.h> from pbzip2.cpp to pbzip2.h to fix OS/2 compiler issue Changes in 1.1.1 (Apr 17, 2010) - Modified decompression to use low-level libbz2 API to improve performance of long bzip2 streams of large single-stream bzip2 blocks - This release should now decompress files created with bzip2 at least as fast as bzip2 or slightly faster - Handle decompression of long bzip2 streams incrementally instead of loading whole stream in memory at once - Fixed issue in safe_cond_timed_wait which caused segmentation fault when compiled in DEBUG mode - Fixed issue with Sun Studio compiler - required explicit declaration of static const members in .cpp Changes in 1.1.0 (Mar 13, 2010) - Added support for multi-threaded decompression using STDIN/pipes - Added code to support throttling compression to prevent memory exhaustion with slow output pipe - Added -m switch to specify max memory usage amount before throttling starts (default 100MB) - Fixed bug that did not allow command line parameters to be used when compressing data from STDIN - Added long options to man page and -h output - Added --loadavg, --read long options - Added support for CPU detection on Win32 - Major improvements to protection of shared variables, error and signal handling, program termination - Added -S switch for thread stack size customization (needs USE_STACKSIZE_CUSTOMIZATION defined when compiling) - Fixed command line parsing bug for -b, -p, -m switches - Fixed infinite loop when fileWriter fails to create output file at start - Fixed bug that deleted input filename (with .bz2 extension for compression and without .bz2 extension for decompression) when a user interrupts process with CTRL-C while outputting to STDOUT - Fixed bug where 0 byte files were not processed properly when data input from STDIN - Ignores fwrite return and passes chown errors in writeFileMetaData if effective uid root - OutputBuffer usage redesigned as fixed-size circular buffer - Lots of minor bugs fixed (see AUTHORS or pbzip2.cpp for full details) - Special thanks to Yavor Nikolov for providing the majority of contributions to this release and a significant amount of testing
2011-09-16Revert. Doesn't follow the patch rules for libtool, wasn't discussedjoerg2-53/+5
with the OWNER.
2011-09-16Updated mail/dovecot2 to 2.0.15.ghen1-1/+2
2011-09-16Update to Dovecot 2.0.15.ghen2-6/+6
+ doveadm altmove: Added -r parameter to move mails back to primary storage. - v2.0.14: Index reading could have eaten a lot of memory in some situations - doveadm index no longer affects future caching decisions - mbox: Fixed crash during mail delivery when mailbox didn't yet have GUID assigned to it. - zlib+mbox: Fetching last message from compressed mailboxes crashed. - lib-sql: Fixed load balancing and error handling when multiple hosts are used.
2011-09-16add missing dependencies so that it builds.christos1-1/+3
2011-09-16Make patch apply.wiz2-7/+7
2011-09-16Not just CONFLICTS with , but SUPERSEDES ctorrent.obache1-1/+2
2011-09-16Project Home should be set to HOMEPAGE, instead of noted in DESCR.obache2-4/+2
2011-09-16Note removal of mail/cyrus-imapd21.obache1-1/+2
2011-09-16Remove cyrus-imapd21, unsupported version by upstream.obache22-735/+1
2011-09-16Note removal of net/hobbit{mon,client}, successor net/xymon{,client}.obache1-1/+3
2011-09-16Hobbit Monitor has been renamed to Xymon.obache20-711/+1
2011-09-16Added games/lincity-ng version 2.0ryoon1-1/+2
2011-09-16Add lincity-ngryoon1-1/+2
2011-09-16Import lincity-ng-2.0 as games/lincity-ng from wip/lincity-ng.ryoon5-0/+1680
LinCity-NG is a City Simulation Game. It is a polished and improved version of the classic LinCity game. Within the scope of the GoTM project at happypenguin we have created a new iso-3D graphics engine, with a completely redone and modern GUI.
2011-09-16Remove umefont-ttfryoon1-2/+1
2011-09-16Updated fonts/umefont-ttf to 0.431ryoon1-1/+2
2011-09-16Update to 0.431ryoon2-6/+6
Changelog: In Gothic (Sans-serif) family * Fix glyphs in Unicode : 0020-668f, 9b4d-ffff (first check) * Fix glyphs in SJIS : second check completed In Minchi (Serif) family * Fix glyphs in Unicode : 0020-668f, 9b4d-ffff (first check) * Fix glyphs in SJIS : second check completed