Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (8m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 12:25:43 UTC Now

2011-11-06 17:30:06 UTC MAIN commitmail json YAML

Remove BROKEN.
The package builds fine, if you have the distfile; no reason to
mark it broken.

(wiz)

2011-11-05 23:21:32 UTC MAIN commitmail json YAML

Updated chat/ysm to 2.9.9.1

(wiz)

2011-11-05 23:21:22 UTC MAIN commitmail json YAML

Update to 2.9.9.1. For Manuel.

No guarantees that it does anything more useful than the previous
version (from 2002).

+++++++++++++++++++++++++ ysm 2.9.9.1 +++++++++++++++++++++++++++++++++
++++++++++++++++++ Bringing ICQ back to life ++++++++++++++++++++++++++

19th Jan 2007
+ Fixed a messages-related bug that prevented ysm from parsing received
messages. The error was triggered due to a recent protocol change (a TLV type
5 was introduced before the actual TLV type 5 with the data showed up).

+++++++++++++++++++++++++ ysm 2.9.9 +++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++ Reviving ICQ +++++++++++++++++++++++++++++++++

25th Oct 2006
+ Again, another protocol fix. A new TLV was introduced in the initial connection packages (0x8e) and that pretty much broke our client. Reviving ICQ!

+++++++++++++++++++++++++ ysm 2.9.8 +++++++++++++++++++++++++++++++++++
+++++++++++++++++++++ Giving life to ICQ ++++++++++++++++++++++++++++++

12th Feb 2006
+ ICQ protocol fix. In the past few days, AOL changed the ICQ protocol a bit,
that way disabling a lot of clone clients. This fix re-enables ysmICQ. Have
fun!

+++++++++++++++++++++++++ ysm 2.9.7 +++++++++++++++++++++++++++++++++++
+++++++++++++++++++++ Ready for the future ++++++++++++++++++++++++++++

26th Dec 2005
+ Removed UIN registration from ysmICQ. It is no longer possible to register
UINs using ysm. Instead, a link is provided to icq.com where to register a
UIN online.

13th Sep 2005
+ New YSM_TRACE_MEMLEAK option in YSM_Config.h provides a way of tracing down
memory leaks in ysm.

3rd Sep 2005
+ fixed lots of warnings in Cygwin. ysm looks so lovely when run under cygwin..really.

19th Aug 2005
+ my 22nd birthday :) as always - it deserves a line in ysm's ChangeLog.

31st Jul 2005
+ Bug fix! fixed an exception being thrown while deleting the last slave in the slaves list. Thanks to Alexey Semonov for reporting the problem.

9th Jul 2005
+ ysmICQ is now an official package of the Debian distribution! Thanks to Ilya M. Slepnev who took all the hard work of packaging it and finding a sponsor! It's available as an unstable package by now.

12 Jun 2005
+ Bug fix! reported a few months ago by a user through sourceforge's bug
system. Pager messages generated a crash. They are now received correctly.
+ Added ucs2be_decode, meaning that KOI8-R users in windows clients might now
be decoding characters correctly. This needs confirmation!

29th Apr 2005
+ patch sent by Antony Pavloff related to the TAB completion feature. The
patch fixes a few weird behaviors - Thanks Antony.

14th Apr 2005
+ win32 warnings fix. source code cleanup.

5 Feb 2005
+ It's been a long time.. and this time for real. I've added a few missing checks on iconv_close, cleaning up a few warnings that showed up in MacOSX when running ysm.
+ Added support for WINALERT to non OS/2 - Windows operating systems. Now anything that supports ICONIFY/DECONIFY will have its WINALERT. Tested to run ok in MacOSX.
+ Updated ysm's website to add a few MacOSX screenshots.

24th Oct 2004
+ bugfix. the online slaves counter was not being reset during reconnects. Thanks to f00li5h for reporting this.
+ new language translation (CZ) submitted by Kuda Ondrej

11th Oct 2004
+ added a comment to new configuration files in CHARSET_TRANS and CHARSET_LOCAL  saying that for Windows console users, the default settings for the Russian language should be CHARSET_TRANS>1251 and CHARSET_LOCAL>866 since the Windows console uses the 866 codepage. Thanks to Alexey Zakharov for the headsup.
+ started fixing charset convertion support for Windows. Hope this does it for the russian users out there!

10th Oct 2004
+ been a long time! patch by Dominic Waesch. It adds the slave-colors to YSM_PrintSlaves, so that one can see the names of the slaves in the chosen color. Fixed a few strncat calls introduced with COMPACT_DISPLAY back in february 2003.
+ fixes on comfortable mode (broken in the CVS)

21st Aug 2004
+ fixing prompt redraw for AFK mode.
+ now incrementing the AFK message counter for messages coming from nonslaves.
+ removed the MSG_KIND setting. It was obsolete.

19th Aug 2004
+ my birthday! 21 years old now.

25th Jul 2004
+ patch sent by MSB related to Memory Leaks.
+ patch sent by MSB: clean up for YSM_ReadLog and new tokenizer.

17th Jul 2004
+ patch sent by MSB related to colors.
a. Adds the colors TERMINAL_DEFAULT and BRIGHT_TERMINAL_DEFAULT. These set the default color the user has configured for the terminal
b. Adds the colors GRAY and BRIGHT_GRAY.
+ patch sent by MSB rewrote whole ReadSlaves function making it easier to add new slave fields in the config file. New YSM_trim function.
+ new YSM_IsInvalidPtr function that should be used in all function frames. We will use this as a wrapper to include ptr checking functions from win32 and unix (if any).
+ patch sent by MSB related to slave colors. It adds a new (optional) field to the SLAVES entries that takes a color. When a color is provided, then incoming message texts as well as the comfortable message editor will use that color. This makes communication with multiple slaves at the same time much easier, since you won't confuse incoming messages and won't accidentally send messages to the wrong slave.
+ patch sent by MSB related to status colors. Now get status-dependent coloring of the status word when a slave changes status. If you wish to override the status-dependent coloring, use the new COLOR_STATUSCHANGESTATUS option in ysm's cfg.
+ patch sent by MSB related to Charsets. Rewrote YSM_Iconv() to allow error recovery, now a corrupted charset-translated message will show <REST OF TEXT POSSIBLY CORRUPTED> instead of showing up empty as it did before.
+ patch sent by MSB turns more compiler warnings on and fixes lots of warnings we were missing due to our incompetence.
+ patch sent by Alex Samorukov (samm at os2 dot ru) fixes prompt redraw on CloseDC and in general for readline/getline support.

++++++++++++++++++++++++++ ysm 2.9.6 ++++++++++++++++++++++++++++++++++
++++++++++++++++++++ Peace, Love & Dreams  ++++++++++++++++++++++++++++

10th Jul 2004
+ fix when reading the BROWSER> path from the config in win32. Path's with spaces were being cut

4th Jul 2004
+ Alex Samorukov (samm at os2) sent a patch for YSM_Thread_Sleep fixing a 10% cpu usage.
+ [ts at rot13 dot de] sent a patch for getline, fixing support for umlauts.
+ Alex Samorukov (samm at os2) sent a patch for the CtrlHandler under unix.
+ fix for Win32. The burl command and actions used with arguments should now work ok. I spotted this bug blindly thanks to Johannes.
+ blind fix for the 'Age' field on the whois command. It sometimes showed up negative, changed d to %ud lets see if its fixed now, couldn't find any erroneous test case.
+ fixed crash on 'del' command. duplicate (erroneous cfg) entries in the config lead to a crash when deleting that slave name. Thanks to f00li5h for reporting the problem.
+ fix on COMMANDSFILE> . Any commands without arguments were being ignored.
+ fix for readline! the inputrc file was only being read from ~/.ysm/inputrc. If that file doesnt exist its now read from the default locations.
+ fix on TAB cycling for slaves. now cycling alphabetically.

29th May 2004
+ started adding colors configuration support! By now you can select colors for COLOR_MESSAGE (message body colors) COLOR_STATUSCHANGENAME (nick on status changes) and COLOR_STATUSCHANGESTATUS (status on status changes).

++++++++++++++++++++++++++ ysm 2.9.5 ++++++++++++++++++++++++++++++++++
++++++++++++++++++ Unlimited, unlocked and wild +++++++++++++++++++++++

1st May 2004
+ bugfix when creating the configuration file under Win32. If proxy settings were detected automatically and the user didn't want to use a proxy, the proxy was still being added to the configuration file.
+ bugfix when trying to send an 'mplain' command to an UIN instead of a slave. Crash fixed.

28th Apr 2004
+ fixed a remaining issue in win32 introduced in 2.9.3 with crypto triggered when receiving an encrypted message from a slave you -already- had a key set with but different.

25th Apr 2004
+ now the 'auto away' status is canceled and you are put back online, when you send a message. Note this only happens for 'auto away' and not any 'away' status changes you have done manually.
+ now reading automatic messages! (away, occupied, NA, DND and FFCHAT messages). They are shown while using the 'whois' command on a slave. If the slave has an automatic message set, it will be displayed under a label named 'Auto Message'.
+ setting FISHGUI> and FISHGUI_HIDE_CONSOLE> in default configurations to 0, since for non fishgui users this could represent a pain in the behind.
+ There was a mistake in YSM_Lang.h where there was a 'PORTUGUESE_BR' instead of a 'BR_PORTUGUESE', its now fixed. (Thanks to an anonymous who reported this).
+ fixed all calls to snprintf. Now -always- adding a trailing \0 byte. (This is because under WIN32 _snprintf does not always add it, even though snprintf on unix does.)
+ New 'WEBAWARE' setting in the configuration file. If set to 1, your status will be public (hence online status scripts will work).
+ New 'MYBIRTHDAY' setting in the configuration file. If set to 1, you will have the birthday flag so that everyone knows about it.

24th Apr 2004
+ new alias for the 'hist' command, 'history'.
+ now recoding messages from users which are NOT in your contact list.
+ new NEWLOGSFIRST> setting for the configuration file. Can be set to
'1' or '0'. If enabled (1 - default), newer logs will be added at the
top of the log file (new style). Otherwise, newer logs will be added
at the bottom of the log file (old style).
+ fix for readline users, the 'readafk' and 'hist' commands had keyboard
related issues when using the menus.

++++++++++++++++++++++++++ ysm 2.9.4 ++++++++++++++++++++++++++++++++++
++++++++++++++++++ Cavernet Sauvignon Edition +++++++++++++++++++++++++

1st Apr 2004
+ fixed an introduced bug in 2.9.3 related to the win32 version and
encryption; when receiving encrypted messages from slaves in the list
to which you didn't have a key with. (thanks jrz and net23 for reporting it)
+ fixed configuration file parsing, if certain vars (i.e. PROXY_PORT) had a 0 length value, ysm would crash atoi(NULL). (thanks laura N. for reporting this)

++++++++++++++++++++++++++ ysm 2.9.3 ++++++++++++++++++++++++++++++++++
++++++++++++++++++++++ red wine and cheese ++++++++++++++++++++++++++++

28th Mar 2004
+ new auto away mode and AWAYTIME> setting in the configuration file. If you are in online or freeforchat status, your status is changed to AWAY after n minutes of no keyboard input (5 by default).
+ extended the 'command line width' for WIN32 (it was 80 now its 95)
+ console related features fixed for win2k and XP systems.
+ now accepting '0' in proxy_host during config creation to cancel proxy cfg.
+ rewrote some crypto interfacing code, also turned from ok to beautifull :).
+ now 'reason' and 'filename' on filetransfers is being charset recoded too.

21st Mar 2004
+ rewrote lots of network related code (it turned from ugly to beautifull)
+ Proxy related fixes. During UIN registration the HTTPS hack was not working.
+ Now all proxy configuration is prompted during config creation.
+ now the 'add' command works with 'add uin nick' and 'add nick uin'.
+ removed some output during log-in, we now show a poor status bar.
+ now showing the amount of online slaves in the output of the 'wo' command.

20th Mar 2004
+ re-wrote output for the 'info' and 'whois' commands.
whois command now shows: nick, first, last, email, city, state, phone
fax, street, cellular, age, sex and about information. All being decoded.
+ info command now shows which input library is being used.
+ disabled work information from being displayed in whois (lots of screen waste)

14th Mar 2004
+ UIN registration fixes. Now when registering a UIN it automagically creates the configuration file.

6th Mar 2004
+ now fingerprinting ICQ2GO - by Alex Samorukov
+ fix against ICQ2Go (who doesn't support UTF-8) - by Alex Samorukov
+ WINALERT now works on OS/2 - by Alex Samorukov
+ OS/2 API is now being used - By Alex Samorukov
+ Small fix on charsets for OS/2 with UCS2-BE - by Alex Samorukov
+ OS/2 makefile changes, reduced the binary size down to 190k - By Alex S.
+ New 'mv' alias for the 'rename' command.
+ Reversed the order of the logs. Newer logs will show up first (afk, history)

1st Mar 2004
+ OS/2 support! Thanks to Alex Samorukov who sent all patches!

28th Feb 2004
+ encoding 'whois' information if using specific charsets.

16th Feb 2004
+ new 'ls' and 'l' aliases. They do the same thing as 'w' or '2'.

8th Feb 2004
+ bug fix. Messages sent to slaves in DND status were being ignored (by the
receiver) due to a missusage of priorities. (thanks to smile for reporting this)
+ bug fix. Also related to priorities. Now checking message length before ignoring a certain type of priority. (thanks to an anonymous from the forums)

1st Feb 2004
+ added FRIBIDI support (A Free Implementation of the Unicode Bidirectional Algorithm - http://fribidi.sourceforge.net) use --with-fribidi to enable it. Thanks to David E. for sending a patch.
+ fix - we were ignoring priority messages from miranda clients.

24th Jan 2004
+ fix for Win32 (actually its for both, preventing a deadlock inside the
PRINTF call) removed busy display flag setting/clearing.
+ fix for non win32 systems, removed a mess of code from YSM_READ.

++++++++++++++++++++++++++ ysm 2.9.2 ++++++++++++++++++++++++++++++++++
+++++++++++++++ Queer protocol for the straight guy +++++++++++++++++++

10th Jan 2004
+ ctrl+c handler now tells you to type quit in order to exit ysm :)
+ now not letting encrypted messages fly in plaintext when sending to
an offline user or to a user who's not using ysm with crypto. (this is
when you have a key set with that user).

4th Jan 2004
+ fix on the 'seen' command (signon timestamps were wrong)
+ fixed the unthreaded version of ysm

3rd Jan 2004
+ IMFish modifications by aweil at mail dot ru
+ new AFKMINIMUMWAIT> setting to control seconds between AFK replies to slaves (thanks to [ts at rot13 dot de] for sending a patch!)
+ fix during config creation. Pressing enter for 'no proxy' was considered as configuring proxy settings. Thanks to Daniel Gaspary for noticing!.

30th Nov 2003
+ bugfix (i.e: sending a comfortable msg to '?' threw a segfault) Thanks to Kpzul@ for pointing it out.

22th Nov 2003
+ Not setting console title under OpenBSD (it screwed the console up) (fgsch)
+ fix on the 'chat' command, it was not working because of my fault obviously.
+ fixed slaves cycling with the TAB key.

08th Nov 2003
+ bugfix, COMMANDSFILE> commands were executed BEFORE being fully logged in.
+ now accepting multiline messages in COMMANDSFILE>
+ bugfixes for the chat command and file transfer (I had broken them for 2.9.1)

++++++++++++++++++++++++++ ysm 2.9.1 ++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++ Illuminati Release ++++++++++++++++++++++++++++

02th Oct 2003
+ I dont know if the threads bugs on win32 (hang on exit) is fixed or not,
but aweil@mail.ru sure spent some time debugging and came up with a fix, thanks!
+ new FISHGUI_HIDE_CONSOLE setting, if set to 1, ysm automatically hide when
executed with IMFish (imfish.sourceforge.net)
+ the release is coming out in these incoming days..sorry for the delay

13th Sep 2003
+ now outputting the slave status on the 'whois' command (thanks Rudolf P.)
+ extended the length of commands executed from COMMANDSFILE> to the same was any input command. - Thanks Rudolf P.

10th Sep 2003
+ fixes on BSD consoles (thanks Rudolf P.)
+ new ysm.dev <- makefile or project file for Dev c++ (free win32 compiler)
+ more work on FishGUI, a new plugable GUI for ysm.

30th Aug 2003
+ fixed a few issues with console settings and readline.

19th Aug 2003
+ my birthday!
+ now printing the 'about' information on the whois command output.
+ removed the sending of the UIN information during version check, I dont care anymore how many users I have, I know they all love ysm anyway ;).
+ removed CreateHotKey (CTRL+ALT hotkey) for WINNT 4.

10th Aug 2003
+ new 'chat' command! you can start a conversation with multiple ysm users!
just specify the nicks separated by ',' characters and optionally a message.
For example: chat mike,peter,tom I'm away in a conference, msg logged.
you can then leave the chat session by typing 'chat' again.

9th Aug 2003
+ new help on 'hotkeys'
+ fixed issues with a few proxys.

20th Jul 2003
+ fixed the scan command.
+ fixes on commands parsing (m nick  msgdata b c) (thanks jrz for the report)
+ fixes on getline + readline (clearing the line when receiving messages)
+ manpage updated by fritz@hush.com - new manpage maintainer.

12th Jul 2003
+ removed the Automatic AFK mode. no more.
+ fixes on readline and iconv detection, actually I wrote new m4 macros for all.

10th Jul 2003
+ added for unix systems 2 environment variables during exec of scripts.
YSM_STATUS with our current status and YSM_UIN with our current icq #.
+ restored 1,2,3,4,5 and 6! ysm hotkeys with those numbers.
+ updated the russian translation (thanks Aquatique)

09th Jul 2003
+ Argentina's Independence day.
+ added a croatian translation by fritz@hush.com, thanks!
+ added decoding of sent UCS-2BE messages (I find icq lite..guilty of charge!)

28th Jun 2003
+ Improved packets dump! they are now easier to read :).
+ fixed crash when deleting the last slave in the list.
+ fixed multiple issues on lists which contained only 1 slave.
+ fixed an infinite loop problem when pressing TAB for completion on the last
slave in the list.

14th Jun 2003
+ fix on DC_DISABLE, if it was set, cpu usage incremented considerably. Thanks to MSB for reporting this.
+ fix on zombie processes, seems we were leaving a few zombies behind. thanks to MSB for reporting this.
+ now reading readline macros from ~/.ysm/inputrc (thanks ccastig)
+ now by using the 'burl' command with '!' as an argument you can launch your browser for the last received url without having to type it yourself. (only applied to URL type messages, read about the 'url' command).
+ fix on prompt parsing, now filtering any extra spaces BEFORE an argument/command

08th Jun 2003
+ removed the 'send client information' functionality during config creation.
Moved the request inside the version checking system. Now when checking
the client version, your UIN is sent with the request for statistic purposes.
it will not be open to the public in order to preserve your privacy.
This is detailed in the configuration file and will be detailed in the docs
of the next incoming release.

07th Jun 2003
+ bugfix on offline messages. There was a condition where offline messages weren't being sent correctly.

2nd Jun 2003
+ now readline, getline and ysmline support!
+ new --disable-readline for the configure script. The default used is readline.
Non threaded systems will use ysmline. (the old console handling) (win32 uses getline by default)

31st May 2003
+ possible bugfix to win32 threads hang on exit (closing a few sockets
in order to make a blocking READ() exit with -1 while exiting)

++++++++++++++++++++++++++ YSM 2.9.0 ++++++++++++++++++++++++++++++++++
++++++++++++ Supercalifragilisticexpialidocious Release +++++++++++++++

11th May 2003
+ new EXEC_ONCOMING EXEC_OFFGOING and EXEC_LOGOFF action event settings.
+ new SOUND_* settings in the configuration file. I've started a sound system
in ysm! you will now be able to download sounds to a sounds/ directory in your
ysm's home path. new SOUND_PROGRAM setting in the configuration file.
+ new "sounds" command to globally enable or disable the usage of sounds in runtime. and new SOUNDS> setting in the cfg to do the same.

10th May 2003
+ new DC_DISABLE setting in the cfg to disable direct connections
(previously called DISABLEDC)
+ new DC_LAN setting to speed up negotiations in a local area network
(it connects first to the internal address and not the external)
+ new DC_PORT1 and DC_PORT2 settings which allows the user to force
direct connection ports in order to make ports redirection behind nat
a simple task.
+ now EXEC_INCOMING and EXEC_OUTGOING receive as extra arguments the
remote uin, remote nick, message length and message data. (thanks to msb for the idea) You may now implement useful scripts rather than just playing sounds.

04th May 2003
+ ysm now supports UTF8 encoding. It will encode and decode utf8 with clients that are utf8 compatible.
+ ysm charset support on win32 is now running.
+ ysm now clears the terminal title after leaving your session.

26th Apr 2003
+ Fix in the SEND command. Now by specifying a filename enclosed in "" chars you can transfer files with spaces.
+ removed an initial sleep of 2 seconds that should speed up the login to the IM network.
+ Created a new PROXY_RESOLVE setting in the configuration file to let the proxy resolve hostnames. (thanks to Federico Renolfi).
+ bugfix: added checks on the FD_x() functions for negative sockets. I was reported a Reconnect segfault on OpenBSD's many times due to negative socks.
+ removed the BEEPAMOUNT setting in the configuration file, its functionality is now included in the BEEP setting.
+ bugfix: now ysm doesn't hang on empty configuration files.
+ fixed the command history, it should now act normally.

20th Apr 2003
+ Fix on Win32 - now implementing an exit CtrlHandler which receives signals when the user shutdowns his workstation, closes the console window, etc. making possible a clean exit when no quit command is issued.
+ Fixes on file transfer speeds. Now transfering up to 1mb/sec.

14th Apr 2003
+ Now notifying the user when sending/receiving ENCRYPTED file transfers.

13th Apr 2003
+ now showing the amount of kilobytes per sec transfered/received on file transfers.
+ new ENCRYPTED file transfers between ysm clients if an encryption key is set!

05th Apr 2003
+ fixed further opendc's after a closedc has been issued. Informing the user whenever the DC session is closed.
+ Now parsing out correctly slave nicknames which contained extended ascii characteres difficult to type.

31st Mar 2003
+ enabled direct connections by default. ysm now supports file transfers
and receiving of different type of direct messages with v8 clients.
(including Mirabilis ICQ 2002/2003pro, Trillian, mICQ, etc..)
+ new DISABLEDCON> parameter which allows to keep private your internal address
and direct connection port without publishing it to other icq users.
You will still be able to establish direct connections but at your will,
only if you want to. Once you establish a connection to another slave, the
other user will be able to send you files.
+ Huge code cleanup (Modified function names and parameters according to
the current icq protocol documentation to allow a quicker understanding)
I re-wrote a lot of code and put up a Type2Common for DC messages and Type2
messages since both share the same body.
+ bugfix: AFK messages weren't being sent to incoming type2 nor type4 messages.
(thats why you sometimes didn't read the message sent line)
+ bugfix: Forwarding wasn't working for incoming type2 and type4 messages.
+ bugfix: Now receiving different type of offline messages, we were only allowing normal offline messages before. (Thanks to MSB for noticing this)
+ bugfix: Now TAB also works for incoming DC messages.
+ Wrote a new ysmICQ Users' Guide in XML with DocBook extensions, I'll commit the xml document and the html will be available in the next 2.9.0 release.

25th Mar 2003
+ fix on slaves downloading (now it should download those missing slaves).
+ huge code cleanup. (removing old ugly code!)
+ Fixed a typo in a help output. thanks Roeland Th. Jansen.

23rd Mar 2003
+ Added support for client fingerprinting over Capabilities and added support for simICQ fingerprinting.
+ oh btw i didn't mention i did ok in the exams a week and a half ago and i finally finished highschool :) Never ever try homeschool at least not in the last year!

20th Mar 2003
+ More fixes on File transfers, we still aren't ready though. Soon will.
+ Fixed the beeping/flashing during a comfortable message when a new message arrived, possibly screwing things up. Plus reduced the amount of ms the output thread waited before printing the new message on screen.

16th Mar 2003
+ Now showing our external ip address on the 'info command'
+ I finally have File transfers working, but! wait, they are disabled, i want to implement encrypted file transfers and fix a few bugs.
+ New faccept and fdecline commands to accept or decline an incoming. file transfer request.
+ New fstatus command to show info on the ongoing file transfers. (lovely).
+ New fcancel command to cancel an ongoing transfer.

08th Mar 2003
+ Huge advances on file transfers, i was already able to SEND! a file to a mirabilis client (of course some bugs showed up, but the file was sent ;P). Im still not able to receive files but ill fix this with time. I won't have a 2.9.0 release until i get file transfers working.
+ New URL command. (for sending urls).
+ fixes on the contacts command (buggy when sending more than allowed contacts).
+ fixed type 2 message sending, as well as A and B (replaced messageid with respective timestamp+id -though they are random- )
+ new rtf command sends a smily face to a mirabilis client.
+ now identifying ourselves as an icq 2003a to mirabilis servers.

02th Mar 2003
+ Lots of advances on file transfers.
+ Im having exams in the following 2 weeks so ill be busy i guess. Wish me luck!
+ Now setting the console title for unix terminals

21th Feb 2003
+ Now the slaves list is sorted in alphabetic order! (by alejo, thank you!)
+ New YSM_Config.h! I moved all pre compiling configuration settings there!.
+ New COMPACT_OUTPUT pre compiling configuration setting. If activated,
YSM output (such as slave lists, status changes, etc) are more compact.
+ bugfix: when adding a slave the whole list went offline, my mistake :) recently introduced on 20th Feb changes.

20th Feb 2003
+ bugfix: Now clearing the status of the slaves when reconnecting.
+ Added lots of improvements, such as the initial splash screen.
(made it win32 and non win32 portable!)
+ New 'opendc, closedc' commands.
+ New 'loadconfig' command for loading the configuration file on runtime!.
+ New COMMANDSFILE> setting in the configuration file for running commands from a file!
+ Rewrote Unicode/Charset support for win32 and non win32 systems!. I need configure.in to detect iconv automatically yet.
+ Now supporting UTF-8 Messages! (not yet implemented though)
+ New command not found error shown when using invalid commands.
+ New Help output! Check it out, its sorted in groups CLIENT/SETTINGS/etc..
+ Fixed a bug in DC_FileA, we are close to sending files over DC!
+ Now ACKing incoming DC messages.
+ New 'mplain' command for forcing plain messages if an encryption key is set.
+ Now the console title directly shows the UIN (it showed the pid in nt/2k systems)
+ New fingerprint -> Mirabilis ICQ Pro 2003A

02th Feb 2003
+ Added support for url's and contact lists received through DC
+ Fixed backspace bug for some systems where if you left the backspace key pressed ysm went crazy.
+ Told the openbsd team about a bug in writing to stdout with the pthreads libc.
(nothing harmfull for us, dont worry!) Will be fixed as soon as they fix it.

28th Jan 2003
+ Added a 'Contacts Sent' message after sending contacts.
+ Added a few fixes to the WINHOTKEY feature.
+ Added some FD checks.
+ Fix on showing received contacts.

27th Jan 2003
+ Now alert/log flags are saved in the configuration file!
+ New way of displaying the slaves list. 3 slaves per line now :)
+ Fixed pthreads leak on BSD systems!
+ Fixed reconnect problems on win32!
+ Finally! Implemented the HotKey for win32! Now using ctrl+alt+ a key specified in the WINHOTKEY> parameter in your configuration file (default is 's') the YSM Console window will restore if minimized and show up active.
+ removed win32 warnings.

23th Jan 2003
+ New 'contact' or 'contacts' command for sending contacts!.
+ Now YSM support receiving contacts! It didnt before, now it does!.

22th Jan 2003
+ lots of code cleanup.
+ lots of work on direct connections, still not available directly in the
cvs version since it needs a few more touches, but im able to receive
direct connections and messages via tcp. im still missing file transfers.
+ re-worked the Verbosity levels:
# Normal output -> 5
# - Remove status changes -> 0
# - Remove connecting information -> 1
# + Add direct connections information -> 20
# + Add data checking information -> 21
# + Add incoming/outgoing packets dump -> 22
# + Add slaves downloading processing -> 23

16th Jan 2003
+ new EXEC_INCOMING and EXEC_OUTGOING config params for executing commands
on incoming messages and outgoing messages.

14th Jan 2003
+ Code cleanup, ill be soon implementing actions on incoming/outgoing events.
+ replaced a realloc() call with the corresponding alloc, memcpy, free. -somehow- realloc wasn't working 100% ok in OpenBSD. probably my fault of course :)
+ added checks and fixes on saving contacts to the server, works ok for me!.
+ fix on logging, missing memset so new log entries had old stuff in it.

12th Jan 2003
+ Fixed comfortable messages input. backspace didn't allow re-editing of a previous line and if a '.' was inserted as character 81 (not as char 0) the message was sent directly.
+ Fixed YSM_Connect for the kill command. actually for any usage which specified only an ip address without a hostname to resolve.
+ small fix on showing /me actions, a double space was shown.

06th Jan 2003
+ Fixed input, sometimes prompt was eraseable.
+ Added a new prompt look. In AFK now the new amount of messages are shown.

03th Jan 2003
+ Started working on File transfers (first packet works at least ;P)
+ Fixed slave cycling bugs in <tab>
+ added a new fingerprint -> Mirabilis ICQ lite
+ fixed Proxy configuration for Win32.
+ Fixed Scrolling (Page up/Page down) for Win32.
+ fixed proxy authentication code.

31th Dec 2002
+ Almost New Year!
+ Now the 'msg' command takes any amount of dests! as in msg a,b,c,d message.
+ Multiple line messages are now fixed (\n chars were filtered)

30th Dec 2002
+ New version check fix by fgsch ! pre-releases are now marked as pre-releases.
+ Huge cleanup, the commands array is now a linked list, so I kinda organized all linked lists into YSM_Lists.c and .h
+ Fixed tab slaves cycling
+ Added support for the 'z' command (or minimize) in unix too! (for xterms)

26th Dec 2002
+ Changed maximum message len! Seems we are now able to send messages
up to 2547 bytes before the server starts ignoring them!.
+ Added a <press any key to exit> to YSM_Exit on win32.

21th Dec 2002
+ Added proxy authentication scheme! Thanks to Federico Renolfi for the diffs!
+ Fixes for QNX! pthreads do exist but integrated in the libc!.
  Thanks to Vincent Lonngren for the patch.
+ Win32 compilation fixes and code cleanup.

17th Dec 2002
+ Now failing connects dont neccesary exit ysm.
+ handlign SIGPIPE signal to YSM_Reconnect on unix systems.
+ new 'reconnect' command, guess for what ;)
+ removed ASK_DOWNLOAD, won't be around no more.
+ fixed config file comments

12th Dec 2002
+ Tried to fix reconnects, the thing is that a closesocket was issued
as soon as the connection went down, so the FIN couldnt reach destination
its now sent every time reconnect gets out of the sleep.
+ Added timestamp on the YSM Sent Msg line
+ Added the STATUS of the remote slave on the YSM Sent Msg line
+ Fixed TYPES, now we have int8, int16, int32 (_t) and u_ everything.
+ Added the new reconnect command for reconnecting manually too.
+ Fixed a bug on UPDATENICKS, if you had a key with the slave you were updating, it got lost :) now it doesn't.
+ Fixed proxy request issue, if it found an internet explorer setting, just hitting enter would exit the proxy configuration

09th Dec 2002
+ new UPDATENICKS> setting. If set to 1 (default) your slave names will be
updated whenever you run a whois on them with their current nick names.
+ fixed clonning problems in your contact list, there was a problem when
adding duplicate slaves, it would mark the slave as downloaded and then throw
an error when deleting the slave.
+ mostly code cleanup, lots.
+ Fixed an UNK status code bugging around, now you probably see more people online when doing 'w' ;) it was an unknown NA status.
+ Fixed the status command, it wasnt recognizing invisible, instead, it was turning into online or something else.

6th Dec 2002
+ ######### YSM FIRST BIRTHDAY ############ YSM IS ONE YEAR OLD! ######

01th Dec 2002
+ Fixed direct connections, seems we might be able to start doing something.

30th Nov 2002
+ Fixed autoafk mode, it now uses the default specified in the cfg, not the YSM_AFK_MESSAGE definition in YSM.h
+ Fixed message receiving of messages type B and C (type B can be a url, etc and type C is a new type of message)

28th Nov 2002
+ fixed messaging problems.
+ fixed autoafk, the default message used was the last one, not the default.

27th Nov 2002
+ Fixed reconnects on win32. actually on non win32 too.
+ updated ysm's name shown.
+ fixed some thread sleeps allowing faster network times.
+ added a thread for cycle, it should realise of disconnects with
the keepalive packet and automatically reconnect.
+ fixed the 'r' and 'a' commands (they just sent the first argv of the specified message if any)
+ added a space after slave/command completition

26th Nov 2002
+ Commands now get autocompleted when using <tab>! yeah!
+ re-wrote tab handling so bugs might show up.
+ fixed a bug where unfunctioned commands were calling nulled functions.
+ Iconv fixes sent by Yuri Y. Bushmelev. offline messages are now converted too.

25th Nov 2002
+ Ok! I added a new statistical feature. If the user agrees, YSM will send
Client information (only the UIN by now) for having ysm statistics, when
logging in the icq network. Its fully disable by the configuration file
or by typing 'no' when creating ysm's cfg file for the first time.
Its default value anyways is OFF. so don't go paranoid!
+ Fixed /me where a remote user with a short nick could impersonate someone else as in "/meave says you suck" if the slave was called "d" you would read "dave says you suck" and you would hit hard dave instead of 'd'.
+ reduced timeouts in waitforsingleobject for terminating threads (win32)
+ now proxied clients can check for newer versions too.
+ Now statistics are only sent once. When you create your cfg for the first time.

24th Nov 2002
+ My brother's birthday, fixed a bug in the 'w' command (actually all
*argv's outside the argc range werent nulled, now they are) (thanks to gustavo for reporting it!)
+ Finished re-writing help output, each command now follows a usage.
+ Now SECURE is replaced with an empty password! if you dont specify a password
you will be prompted for one when you run ysm!
+ Fixes when reading variables from the configuration file
+ Fixed incoming TypeA messages (now trillian's AFK thing is read correctly)

19th Nov 2002
+ Performed all Win32 fixes on the new code, added support for stricmp
instead of strcasecmp.
+ Fixed the max amount of cmd args constant.
+ Fixed command line parsing (this way is better, believe me :P)
+ Now commands are case insensitive.

18th Nov 2002
+ finished re-coding commands handling, also re-written the help system.
Its now in a lovely more automatic way. added support for command aliases.
+ fixed tab and commands which required long input such as 'msg' where
each word was sepparated as a different **arg, they are now re-chained.

17th Nov 2002
+ New /me actions supported! Whenever you receive a message with a
/me something it displays as an action, for example "/me runs away"
will be shown as * rad runs away *, pretty cool huh :)
+ At last! fixed Reconnects! Try it out. Yes it reconnects 3 times
per reconnection (at least for me) I believe this is because the server
didn't yet close the connection and thinks you are still alive, so
it has to kick you from the main and the BoS server first.
+ I started re-coding the whole implementation of commands handling
with function pointers for each command and argc/**argv params, pretty
nice looking and usefull, hope i finish it soon :).

15th Nov 2002
+ Fix for win32, \e isnt recognized as an escape sequence, hence we were
parsing out all 'e' characters from incoming messages.
+ Contacts downloading minor fixing (bounds checking to avoid faults when
the process fails)

14th Nov 2002
+ Tested YSM on Irix! (thank you adji!) We have some new screenshots I'll
be uploading soon.
+ Tested YSM on QNX! (thank you beto!), screens too!.

10th Nov 2002
+ More sparc fixing, terminal reading is now byte per byte, padding fixes
on the rijndaell code (!) Bus error when accessing an unaligned structure
and more endianess fixes on ysm code.
as far as i could test it, encryption, messaging and downloading contacts
is working perfectly in sparc.

09th Nov 2002
+ fixed endianess problems! Thanks to LiquidK for giving me a test account
on his university sparc for debugging!. Now ysm is tested to run in a big
endian Ultra-Enterprise Sparc with SunOS 5.7 system!. Though all the
endianness fixes should let ysm run ok in sparc, irix, ppc, etc.

05th Nov 2002
+ Worked on a single function for singing in the ICQ network, hence
allowing real reconnects when the connection goes down. I also added
incrementing retries. My kernel packets arent timing out so until now
this is a 'should work' fix. Hope it works though. =)

28th Oct 2002
+ New YSM_Exit wrapper for freeing every unfreed heap block on exit.
+ The slaves list is now being freed on exit (duh!, sorry)
+ slaves list code cleanup (new free functions)
+ new unfreed_blocks variable for debugging purposes.
+ Now only beeping birthdays if BEEP is ON. (heh started bothering!)

(wiz)

2011-11-03 00:52:31 UTC MAIN commitmail json YAML

Updated games/gbrainy to 2.05

(wiz)

2011-11-03 00:52:20 UTC MAIN commitmail json YAML

Update to 2.05:

Version 2.05
* 1 bug fix
* Updated translation

Version 2.04
* 3 bug fixes
* Fixes to translations

Version 2.03
* Several translations updated to fix bugs
* Add Esperanto translation
* Fixes assembly versioning

Version 2.02
* 7 bugs fixed
* Updated translations for many languages

(wiz)

2011-11-03 00:51:44 UTC MAIN commitmail json YAML

+ clutter-gst-1.4.4, etm-881, fluxbox-1.3.2, font-arabic-misc-1.0.3
  [pkg/45549], font-bh-100dpi-1.0.3 [pkg/45549], font-bh-75dpi-1.0.3
  [pkg/45549], font-bh-lucidatypewriter-100dpi-1.0.3 [pkg/45549],
  font-bh-lucidatypewriter-75dpi-1.0.3 [pkg/45549], font-bh-ttf-1.0.3
  [pkg/45549], font-bh-type1-1.0.3 [pkg/45549], font-bitstream-100dpi-1.0.3
  [pkg/45549], font-bitstream-75dpi-1.0.3 [pkg/45549],
  font-bitstream-type1-1.0.3 [pkg/45549], font-cronyx-cyrillic-1.0.3
  [pkg/45549], font-cursor-misc-1.0.3 [pkg/45549], font-daewoo-misc-1.0.3
  [pkg/45549], font-dec-misc-1.0.3 [pkg/45549], font-ibm-type1-1.0.3
  [pkg/45549], font-isas-misc-1.0.3 [pkg/45549], font-jis-misc-1.0.3
  [pkg/45549], font-micro-misc-1.0.3 [pkg/45549], font-misc-cyrillic-1.0.3
  [pkg/45549], font-misc-ethiopic-1.0.3 [pkg/45549], font-misc-meltho-1.0.3
  [pkg/45549], font-misc-misc-1.1.2 [pkg/45549], font-mutt-misc-1.0.3
  [pkg/45549], font-screen-cyrillic-1.0.4 [pkg/45549], font-sony-misc-1.0.3
  [pkg/45549], font-sun-misc-1.0.3 [pkg/45549],
  font-winitzki-cyrillic-1.0.3 [pkg/45549], font-xfree86-type1-1.0.4
  [pkg/45549], gbrainy-2.05, gcc44-4.4.7, hiawatha-7.8, kde4-4.7.3,
  ltris-1.0.18, nut-17.3, pioneers-0.12.5, tesseract-3.01, xdm-1.1.11
  [pkg/45554], xf86-video-ati-6.14.3, xmag-1.0.4 [pkg/45551].

(wiz)

2011-11-03 00:22:34 UTC MAIN commitmail json YAML

Updated devel/diffuse to 0.4.6

(wiz)

2011-11-03 00:22:24 UTC MAIN commitmail json YAML

Update to 0.4.6:
Among other improvements, this release adds support for Subversion 1.7.

(wiz)

2011-11-02 23:14:44 UTC MAIN commitmail json YAML

Updated devel/mercurial to 2.0

(wiz)

2011-11-02 23:14:33 UTC MAIN commitmail json YAML

Update to 2.0:
1.1. Major features
    New core graft command (similar to transplant extension)
    New largefiles extension

1.2. Core changes

    commit: abort when there are uncommitted subrepos, use the -S option to recurse
    help: most commands now have usage examples with help -v
    import: add --edit switch
    revset: add more keywords for bisection
    revert: introduce short option -C for --no-backup
    log: add new 'bisect' style that prints the bisection status
    hgweb: add a "web/logoimg" setting to customize the web logo image
    subrepo: pull revisions on demand when archiving hg subrepos

1.3. Extension changes

    color: add styles for tags
    convert: added bookmarks support in filemap
    eol: add new eol.fix-trailing-newline setting
    eol: eol.only-consistent can now be specified in .hgeol
    export: add %m to file format string (first line of the commit message)
    mq: make qqueue print current queue name
    rebase: add --edit switch
    rebase: add --rev option to rebase
    rebase: allow rebase on ancestor
    share: introduce unshare command
    transplant: add --edit option

1.4. Bug fixes

    alias: don't shadow commands that we only partially matched (issue2993) (BC)
    commit: suppress spurious new head message for duplicate commit (issue2893)
    contrib: some support for named branches in zsh_completion (issue2988)
    progress: add a changedelay to prevent parallel topics from flapping (issue2698)
    rebase: allow rebase to ancestor (issue3010)
    rollback: avoid unsafe rollback when not at tip (issue2998)
    subrepo: fix git branch tracking logic (issue2920)
    subrepo: fix repo relative path calculation for root directories (issue3033)
    summary: show bookmarks separate from tags and note active mark (issue2892)
    util: wrap lines with multi-byte characters correctly (issue2943)
    verify: filter messages about missing null manifests (issue2900)
    wireproto: do not call pushkey module directly (issue3041)
    auth: fix realm handling with Python < 2.4.3 (issue2739)
    diffstat: be more picky when marking file as 'binary' (issue2816)
    dirstate: don't fail when dropping a not-tracked file (issue3080)
    grep: correct handling of matching lines without line ending (issue3050)
    hgweb: fix dynamic date calculation not working under Safari
    mq: avoid data loss upon qfold + qmv (issue3058)
    setup: set whole env for running hg even if .hg doesn't exist (issue3073)

(wiz)

2011-10-31 22:32:41 UTC MAIN commitmail json YAML

Add p5-Test-Deep as build dependency.
Actually, it should be a test dependency, but pkgsrc doesn't support this.

(wiz)

2011-10-30 23:59:02 UTC MAIN commitmail json YAML

+ blender-2.60a, dvdstyler-2.0.0, eggdrop-1.6.21, gcc46-4.6.2,
  gtkwave-3.3.27, kdbg-2.5.1, libmemcached-1.0.2, libraw-0.14.3,
  stunnel-4.45.

(wiz)

2011-10-30 23:11:33 UTC MAIN commitmail json YAML

README.C not README.c, says veego who seems to be afraid to use his commit bit.

(wiz)

2011-10-30 22:38:36 UTC MAIN commitmail json YAML

+ bdftopcf-1.0.3 [pkg/45536], font-adobe-100dpi-1.0.3 [pkg/45537],
  font-adobe-75dpi-1.0.3 [pkg/45537], font-adobe-utopia-100dpi-1.0.4
  [pkg/45537], font-adobe-utopia-75dpi-1.0.4 [pkg/45537],
  font-adobe-utopia-type1-1.0.4 [pkg/45537], font-util-1.2.0
  [pkg/45537], py-qt4-4.8.6, py-sip-4.13, texlive-tetex-20110705.

(wiz)

2011-10-30 22:12:45 UTC MAIN commitmail json YAML

Add support for groff-1.18. From norc on pkgsrc-users.

(wiz)

2011-10-30 22:08:17 UTC MAIN commitmail json YAML

Undocument :pkgsrc in USE_TOOLS. Description was incorrect and it should
not be used by packagers anyway. Addresses PR 45538 by Sergey Svishchev.

(wiz)

2011-10-30 22:07:19 UTC MAIN commitmail json YAML

Describe @FOO@ replacement in INSTALL/DEINSTALL. Addresses PR 45513 by John Marino.

(wiz)

2011-10-30 22:04:58 UTC MAIN commitmail json YAML

2011-10-30 22:04:40 UTC MAIN commitmail json YAML

Check for /usr/var/README.c as well.
>From Brian A Seklecki on pkgsrc-users.

(wiz)

2011-10-30 21:47:03 UTC MAIN commitmail json YAML

+ ImageMagick-6.7.3.3, appres-1.0.3 [pkg/45526], libcdio-0.83,
  libdrm-2.4.27, p5-PerlMagick-6.7.3.3, poppler-0.18.1,
  py-gstreamer0.10-0.10.22, scmgit-1.7.7.1, scmgit-base-1.7.7.1,
  scmgit-docs-1.7.7.1, x264-devel-20111029.

(wiz)

2011-10-27 21:17:13 UTC MAIN commitmail json YAML

+ ImageMagick-6.7.3.2, farsight2-0.0.31, p5-PerlMagick-6.7.3.2,
  x264-devel-20111022.

(wiz)

2011-10-27 21:10:31 UTC MAIN commitmail json YAML

+ gbrainy-2.04, gcal-3.6.1, gthumb-2.14.0, guile-2.0.3, libtasn1-2.10,
  parallel-20111022, solfege-3.20.4, texmaker-3.1 [pkg/45521],
  weechat-0.3.6, xfontsel-1.0.3 [pkg/45523].

(wiz)

2011-10-25 07:34:04 UTC MAIN commitmail json YAML

Updated www/davical to 0.9.9.7

(wiz)

2011-10-25 07:33:55 UTC MAIN commitmail json YAML

Update to 0.9.9.7. Supposedly improves iOS support and:
Functionality Enhancements

    Add support for incoming requests to be content-encoded with gzip, deflate or compress.
    Add page for listing external calendar binds.
    Implement basic support for supported-calendar-component-set in MKCALENDAR/MKCOL.

Bug Fixes

    Additional work on CalDAV scheduling extensions should now make this usable.
    Further fixes to the handling of time-range queries in the calendar-query report.
    Fixes to the timezone service introduced in 0.9.9.6
    Fix multi-calendar import in tools.php
    Fix casting to handle integers as usernames.
    Fix default_permissions errors with LDAP updates.
    Fix LOCK handling when no timeout is supplied.
    Ensure default addressbook collections are, in fact, created as addressbook collections.
    Fix handling of BYMONTHDAY=-N in RRULEs
    Fix handling of RRULE with COUNT=X and FREQ=WEEKLY where X is not divisible by the number of values in a BYDAY part.

Other Changes

    Minor changes to handle Kerberos authentication provided by the webserver.
    Most use of the deprecated iCalendar class has been switched to use the new vCalendar class.
    Make sync-token a URI to comply with most recent definition of webdav sync.

Depend on libawl-0.49.
Remove legacy pgsql dependencies, I think they're not needed since 0.9.9.4.

(wiz)

2011-10-25 07:32:31 UTC MAIN commitmail json YAML

Updated devel/php-libawl to 0.49

(wiz)

2011-10-25 07:32:19 UTC MAIN commitmail json YAML

Update to 0.49, needed by davical-0.9.9.7.
Changes not found.

(wiz)

2011-10-23 08:05:05 UTC MAIN commitmail json YAML

Updated finance/gnucash to 2.4.8

(wiz)

2011-10-23 08:04:55 UTC MAIN commitmail json YAML

Update to 2.4.8:

Between 2.4.7 and 2.4.8, the following bugfixes were included:

  * Bug #655901 - Fix build with guile 2.0
  * Fix handling a directory as a dataset file.
  * Bug #626970 - Crash when saving a transaction whose destination account
    was deleted in the meantime
  * Bug #661721 - Exposed Password
  * Bug #651522 - crash in query_free_compiled, gnc_query_list_reset_query
  * Use "Nimbus" gtk theme on Windows. A previous attempt failed to set this
    in the installer.
  * Bug #644977 - Add new Quicken Check 21 format. Thanks to Steve Holland
    <sholland@napervillegi.com>
  * Update Mac customizations for gtk-mac-integration-1.0.0. Mac integration
    has had a name and api change from ige-mac-integration as part of
    migration from Sourceforge to Gnome.
  * Bug #553432 - Status line of edit invoice page mixes invoice currency
    amount with default currency symbol
  * Bug #365928 - Jobs do not stick in Expense Vouchers
  * Find the python libraries and includes even if the path to them includes a
    symlink. When python is installed using MacPorts there is a symlink in the
    path.
  * Bug #612562 - Transfer Funds dialog - 'Show Income/Expense' checkboxes are
    not working. Subaccounts of income and expense are not always shown.
  * Make sure that exiting conn_test_dbi_library on a failure doesn't leave
    the locale at "C".
  * Bug #645216 - Fix wrong permissions on server result in bogus error
    message.
  * Change default post date:
    * customer invoices: post at the current date
    * bills/vouchers: post at the last date on the bill/voucher
  * Bug #658244 - Custom css stylesheet and logo in Tax Invoice report require
    protocol in exported HTML
  * Bug #655901 - Fix build with guile 2.0 Patch by Petr Gajdos
  * Fix critical error regarding the color tabs when trying to display the
    search results and also on the scheduled transactions template.
  * Patch by Robert Fewell

In 2.4.8, the following languages had their translations updated: Japanese,
Lithuanian, Latvian, Russian, Hungarian.

(wiz)

2011-10-22 18:38:59 UTC MAIN commitmail json YAML

Updated net/clive to 2.3.1.1nb2

(wiz)

2011-10-22 18:09:37 UTC MAIN commitmail json YAML

+ TeXmacs-1.0.7.14, accerciser-3.2.1, anjuta-3.2.1, at-spi-2.2.1,
  blender-2.60, calibre-0.8.22 [pkg/45493], calibre-0.8.23,
  cdialog-1.1.20111020, cheese-3.2.1, cherokee-1.2.101, clutter-1.8.2,
  dnsmasq-2.59, erlang-14.04, fossil-1.20, freeciv-2.3.0, gnome-3.2.1,
  gnome-games-3.2.1, gnome-keyring-3.2.1, gnome-packagekit-3.2.1,
  gnome-power-manager-3.2.1, gtk2-2.24.7, imp-5.0.14, lapack-3.3.1,
  lftp-4.3.3, libfolks-0.6.4.1, mousetweaks-3.2.1, mpich-1.4.1p1,
  nut-17.2, pcre-8.20, proxsmtp-1.10, seahorse-3.2.1, sessreg-1.0.7,
  ucarp-1.5.2 [pkg/45508], vinagre-3.2.1, vino-3.2.1, wine-devel-1.3.31.

(wiz)

2011-10-22 18:07:19 UTC MAIN commitmail json YAML

Add a MESSAGE:

For downloading from vimeo using curl (default), add the following line
to your ~/.curlrc:

user-agent = "Mozilla/5.0"

Bump PKGREVISION.

(wiz)

2011-10-20 11:32:11 UTC MAIN commitmail json YAML

2011-10-20 11:30:10 UTC MAIN commitmail json YAML

Remove unnecessary OWN_DIRS.

(wiz)

2011-10-20 11:29:08 UTC MAIN commitmail json YAML

Added fonts/uni-vga version 1

(wiz)

2011-10-20 11:28:59 UTC MAIN commitmail json YAML

2011-10-20 11:28:43 UTC MAIN commitmail json YAML

Initial import of uni-vga-1, packaged for wip by Moritz Wilhelmy

Monospaced X11 bitmap font; Descendant of the original IBM VGA font with
additional Unicode glyphs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20111020

(wiz)

2011-10-18 17:34:15 UTC MAIN commitmail json YAML

+ evince-3.2.1, ingo-2.0.6, libtool-2.4.2, libtool-base-2.4.2,
  libtool-info-2.4.2.

(wiz)

2011-10-18 10:36:04 UTC MAIN commitmail json YAML

+ abcm2ps-6.5.1, clamav-0.97.3, echinus-0.4.9, glib2-2.30.1,
  gtk3-3.2.1, mpop-1.0.25, sox-14.3.2, xfstt-1.8 [pkg/45478]

(wiz)

2011-10-16 20:43:56 UTC MAIN commitmail json YAML

PKGREVISION does not belong in Makefile.common.

(wiz)

2011-10-16 13:44:47 UTC MAIN commitmail json YAML

+ glade3-3.10.2, gnutls-3.0.4, gthumb-2.12.4, libFS-1.0.3 [pkg/45468],
  pingus-0.7.4, xorg-cf-files-1.0.4 [pkg/45471].

(wiz)

2011-10-15 14:49:02 UTC MAIN commitmail json YAML

2011-10-15 14:48:49 UTC MAIN commitmail json YAML

Update to 0.81:

  V0.81 Fix for https://bugs.launchpad.net/mtr/+bug/776211
        don't have time right now to integrate some submitted patches.
        Sorry.

(wiz)

2011-10-13 23:42:26 UTC MAIN commitmail json YAML

+ rcs-5.8 (Snader_LB).

(wiz)

2011-10-13 23:41:12 UTC MAIN commitmail json YAML

+ aria2-1.13.0, cflow-1.4, feh-2.0, fixesproto-5.0 [pkg/45463],
  glade3-3.8.1 [GNOME 2.34], glproto-1.4.14 [pkg/45462], highlight-3.6,
  horde-4.0.10, libraw-0.14.1, mkfontdir-1.0.6 [pkg/45461],
  mkfontscale-1.0.9 [pkg/45460], nas-1.9.3 [pkg/45449], octave-3.4.3,
  py-cups-1.9.60, subversion-1.7, wine-devel-1.3.30, xextproto-7.2.0
  [pkg/45464], xproto-7.0.22 [pkg/45465], xterm-276.

(wiz)

2011-10-13 16:37:12 UTC MAIN commitmail json YAML

Updated www/davical to 0.9.9.6nb1

(wiz)

2011-10-13 16:37:03 UTC MAIN commitmail json YAML

2011-10-13 15:57:20 UTC MAIN commitmail json YAML

Updated www/davical to 0.9.9.6

(wiz)

2011-10-13 15:57:03 UTC MAIN commitmail json YAML

Update to 0.9.9.6. Changes:
0.9.9.6:
Functionality Enhancements

    Implementation of the Timezone Service Protocol (draft)

Bug Fixes

    Fixes to the handling of time-range queries in the calendar-query report.
    Fixes to LDAP authentication regressions introduced in 0.9.9.5.
    Fix ability to save blank default privileges.

Other Changes

    Add a script which can be run from cron to sync users from LDAP.
    Most use of the deprecated iCalendar class has been switched to use the new vCalendar class.

0.9.9.5:
Functionality Enhancements

    Experimental 'memcached' support is added to help large sites improve scalability.
    The /setup.php URL is improved to provide better information
    When a new user is created an 'addressbook' collection will be created in addition to their 'home' calendar.
    Scheduling Extensions for CalDAV: When a meeting is scheduled with another person on the same server it should automatically appear in their calendar and scheduling inbox.
    Implemented the principal-match REPORT.
    Only include calendar-data (or addressbook-data) in the response to a sync-collection if there are fewer than 50 changes outstanding.
    Add support for Digest authentication.
    Add support for using IMAP as an auth source.
    Add support for binding remote calendars External Bind(Rob Ostensen).

Bug Fixes

    Repeat rule expansion now handles floating date-time and date correctly.
    Access to calendar resources by users with only read-free-busy access should always be obfuscated.
    The first user to log in after setting up a system using pam_auth or LDAP will no longer fail.
    Correct handling for PUT of a VCALENDAR with unreferenced VTIMEZONE components.
    Only include override components in an expanded report if they override in the expand period (or otherwise affect within the period).
    Correct output of XML <error> responses containing error tags in the DAV namespace.
    Correct handling of calendar-query REPORT where <prop> follows <filter>
    Setup tests now handle where PHP config values are set to '0' or 'off' as equivalent.
    Various bugfixes to caldav-client-v2.php script.
    Don't restrict password character set for LDAP auth users.
    Don't allow BIND to succeed with an empty password.
    Correct sort ordering of members of a group.
    Block access by expired tickets.

Other Changes

    Group membership now always confers the group's 'Default privileges' to members of the group.
    The handling of reading users from the database is refactored from old PHP4 code into some better object oriented classes.
    Refactoring of the handling of PUT requests.
    Add a workaround to let Apple Addressbook log in and use CardDAV even when account names contain '@'
    Updated translations.
    New translations for Norwegian, Brazilian Portuguese and Mexican Spanish.
    Allow expansion to return expanded floating time events in floating time (extension to spec).
    When an event is added but has no UID (invalid) we now add one.
    Add support in the archive for building RPMs of DAViCal

(wiz)

2011-10-13 15:55:33 UTC MAIN commitmail json YAML

Updated devel/php-libawl to 0.48

(wiz)

2011-10-13 15:55:19 UTC MAIN commitmail json YAML

Update to 0.48: needed for newer davical. Changes not found.

(wiz)

2011-10-12 09:49:13 UTC MAIN commitmail json YAML

Be much less restrictive in accepted thunderbird versions for plugins.
Bump PKGREVISION.

(wiz)

2011-10-11 22:16:52 UTC MAIN commitmail json YAML

Make path absolute. Addresses PR 45450.

(wiz)

2011-10-10 13:54:57 UTC MAIN commitmail json YAML

Updated sysutils/cdrtools to 3.01alpha06

(wiz)

2011-10-10 13:54:47 UTC MAIN commitmail json YAML

Update to 3.01a06:

All:

- A new rule RULES/profiled.lnk allows to call:

smake COPTX=-pg LDOPTX=-pg LINKMODE=profiled

to create binaries that use gprof.

- The Makefile System is now able to switch gmake-3.82 into a more POSIX
compliant mode to tell the shell to report problems back to gmake.

- New autocof tests on whether printf supoorts %lld and %jd

- Fixed the vc9-setup files to make VC9 work.

- Newer Cygwin "tail" versions do no longer support UNIX syntax.
change tail +2 to tail -n +2 in RULES/cc-mcs.rul to allow to use
the Microsoft compiler again

- A new environment variable MKLINKS_COPY allows to tell all
MKLINS scripts to generate file copies rather than symlinks.
Call:
MKLINKS_COPY=true
export MKLINKS_COPY
to enable this feature

- Run an additional test -h command in MKLNKS to verify whether mingw
supports symlinks

- MKLINKS now creates copies instead of symlink when we use MSC
as MSC does not support to read symlinks files

- Fixed a typo in include/schily/libport.h (group functions have been
defined to return struct passwd* instead of struct group*

- Fixed wrong bracketing for C++ in include/schily/stdlib.h

- Fixed wrong bracketing for C++ in include/schily/utypes.h

- Added a workaround for MSC to include/schily/utypes.h
MSC believes that a 32 bit int and a 32 bit long are incompatible
and cannot even be casted, so we need to make uint32_t a n unsigned long

- Let include/schily/archdefs.h define the standard processor #defines
when compiling with MSC.

- New include file include/schily/windows.h works around the oddities
from the MSC include file windows.h

- include/schily/stdio.h now defines popen()/pclose() to _popen()/_pclose()
if on WIN-DOS

- include/schily/limits.h now defines PIPE_BUF

- include/schily/utsname.h now defines struct utsname for our MSC uname()
emulation.

- The setup for the PATHs needed by Visual Studio 9 has been
corrected.

- autoconf has been modified to avoid optimizing away code that
is intended for testing. This help to work against a problem
with detecting mbrtowc() on MinGW

- autoconf now tests for mbtowc() and wctomb()

- RULES/i*86-mingw32_nt-gcc.rul now link against -lmingw32 instead
of -lmgw32.

- include/schily/stat.h now defines S_IREAD/S_IWRITE/S_IEXEC
These macros are available on typical UNIX systems but not
on Android. The definition comes from UNIX V7 and is not in
POSIX. Needed by SCCS and the Bourne Shell

- include/schily/wait.h now defines WIFCONTINUED() if needed

- include/schily/wchar.h now defines mbtowc() to mbrtowc() if
needed (e.g. on Android)

- include/schily/ccomdefs.h now correctly knows about the GCC
release that introduced __attribute__ (used).

- Android is not POSIX (by not defining various functions as functions
in libc as required by POSIX) because it tries to define many
functions that are part of the standard as inline macros in
include files only. This breaks autoconf, so we needed to rewrite
some tests (e.g for getpagesize, tcgetpgrp, tcsetpgrp)

- The Schily autoconf system has been enhanced to support cross
compilation. Schily autoconf is based on GNU autoconf and
GNU autoconf does not support cross compilation because it needs
to run scripts on the target system for some of the tests.

The "configure" script that is delivered with the Schily makefile
system runs 718 tests and 68 of them need to be run on the target
system.

The Schily autoconf system now supports a method to run these 65
tests natively on a target system. You either need a machine with
remote login features or you need an emulator with a method to
copy files into the emulated system and to run binaries on the
emulated system as e.g. the Android emulator.

We currently deliver three scripts for "remote" execution of
programs on the target system:

runrmt_ssh runs the commands remove via ssh
runrmt_rsh runs the commands remove via rsh
runrmt_android runs the commands remove via the debug bridge

If you need to remotely run programs on a system that is not
supported by one of there three scripts, you need to modify one
of them to match your needs.

To enable Cross Compilation use the following environment variables:

CONFIG_RMTCALL= Set up to point to a script that does
the remote execution, e.g.:

CONFIG_RMTCALL=`pwd`/conf/runrmt_ssh

CONFIG_RMTHOST= Set up to point to your remote host, e.g.:

CONFIG_RMTHOST=hostname
or
CONFIG_RMTHOST=user@hostname

use a dummy if you like to use something
like to the Android emulator.

CONFIG_RMTDEBUG= Set to something non-null in order to
let the remote execution script mark
remote comands. This will result in
configure messages like:

checking bits in minor device number... REMOTE 8

Note that smake includes automake features that automatically
retrieve system ID information. For this reason, you need to overwrite
related macros from the command line if you like to do a
cross compilation.

Related make macros:

K_ARCH= # (sun4v) Kernel ARCH filled from uname -m / arch -k
M_ARCH= # (sun4)  Machine filled from arch
P_ARCH= # (sparc) CPU ARCH filled from uname -p / mach
OSNAME= # sunos, linux, ....
OSREL= # 5.11
OSVERSION= # snv_130
CCOM= # generic compiler name (e.g. "gcc")
CC_COM= # compiler to call (name + basic args)

ARCH= overwrites M_ARCH and P_ARCH

It is usually suffucient to set ARCH and OSNAME.

In order to use a cross compiler environment instead of a native compiler,
set the make macro CC_COM to something different than "cc".

If you are on Linux and like to compile for Android, do the following:

1) set up CC acording to the instructions from the cross compiler
tool chain

2) set environment variables CONFIG_RMTCALL / CONFIG_RMTHOST, e.g.:
setenv CONFIG_RMTCALL `pwd`/conf/runrmt_android
setenv CONFIG_RMTHOST NONE

3) call smake:

smake ARCH=armv5 OSNAME=linux CCOM=gcc "CC_COM=$CC"

- Several programs no longer test for HAVE_DEV_* but for HAVE__DEV_*
as we did switch from hand written tests for /dev/tty, /dev/null
and similar to  AC_CHECK_FILES(/dev/tty /dev/null /dev/zero)

- The Makefile system now links dynamic libraries on Mac OS X against
libgcc_s.1 instead of libgcc.

Libschily:

- New function permtostr() in libschily allows to convert a
mode_t like stat.st_mode into a chmod compliant string like:

u=rw,g=r,o=r

that is accepted by libschily::getperm() to allow a  conversion
back to a mode_t variable.

- libschily::rename() now uses mktemp() to temorarily save the
rename target file.

- comerr() now maps exit codes that would fold to '0' to EX_CLASH
which is -64

- New functions zerobytes() and cmpmbytes() added to libschily.

- New functions strstr() and wcsstr() added to libschily.

- libschily/fexec.c moved the workaround against the Mac OS X linker
for "environ" upwards to cover the new code also.

- Fixed libschily/gettimeofday.c to compile with MSC

- Fixed libschily/sleep.c to compile with MSC

- Fixed libschily/usleep.c to be empty with MSC as sleep.c includes
a working usleep()

- libschily/gethostname.c enhanced to support Win-DOS with cl.exe

- libschily/uname.c New function to support Win-DOS with cl.exe

- libschily/dirent.c New functions: opendir()/closedir()/readdir()
to support Win-DOS with cl.exe

- libschily/kill.c New function to support Win-DOS with cl.exe

- libschily/stdio/fgetline.c 64 bit speedup by calling fgets() in
case that getc() is not a macro.

- libschily/stdio/fgetstr.c 64 bit speedup by calling fgets() in
case that getc() is not a macro.

- libschily/chown.c new to support Win-DOS with cl.exe

Libfind:

- libfind/find.c disables -exec in case there is no fork().
This is in order to support MINGW

Libscg:

- libscg::scsi-aix.c was updated with some experimental code to support
two new SCSI kernel interfaces on AIX.

- Allow to disable the SCSI low level transport adoption layer
from libscg by adding -DNO_SCSI_IMPL

- libscg/scsihack.c now supports the MSC compiler

- Several small changes to work around oddoties fount in MS include files

- Trying to better support AIX again.

Cdrecord:

- Several changes to support mingw and MSC

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

- Several changes to support mingw and MSC

Readcd:

- Better algorithm for -edc-corr

Scgcheck:

- Several changes to support mingw and MSC

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

- The mkisofs diagnostic tools now support MSC that does not support
POSIX terminal handling.

(wiz)

2011-10-10 13:21:19 UTC MAIN commitmail json YAML

+ ImageMagick-6.7.2.9, cherokee-1.2.100, clutter-gst-1.4.2,
  cxref-1.6d, digikam-2.2.0, eigen3-3.0.3, ejabberd-2.1.9,
  electric-9.01, epiphany-extensions-3.2.0, gdl-3.2.0, gentoo-0.19.12,
  global-6.1, gnome-commander-1.2.8.14, hiawatha-7.7, hugin-2011.2.0,
  intltool-0.50.0, jwm-2.1.0, liquidwar-6.0.0.11, mk-configure-0.21.1,
  mkvtoolnix-5.0.1, mpfr-3.1.0, mtr-0.81, orc-0.4.16,
  p5-PerlMagick-6.7.2.9, phppgadmin-5.0.3, py-cups-1.9.59, sbcl-1.0.52,
  scmgit-base-1.7.7, scmgit-docs-1.7.7, webmin-1.570, wwwoffle-2.9h,
  x264-devel-20111008, xf86-video-savage-2.3.3, xkeyboard-config-2.4.1,
  zile-2.4.2.

(wiz)

2011-10-10 13:09:42 UTC MAIN commitmail json YAML

Updated games/powder to 116

(wiz)

2011-10-10 13:09:33 UTC MAIN commitmail json YAML

Update to 116:

Nine months since the last release, so much for the weekly release
schedule POWDER started with! You will notice that I have at least
maintained the same size release, minor fixes and a new spell. I'm
particularly happy with finally finding a compromise for god-induced
flamestrikes - you get a warning now so they are less just an
insta-death out of the blue.

You may thank the Annual Roguelike Release Party (ARRP) for this
release - it provided the impetus to get something out. If you like
POWDER, but are frustrated at the slow rate of development, I
strongly recommend checking the rest of the roguelike scene!

    MSVC Express Edition 2008 project files and instructions added,
    created by Andreas Bohm.
    Tower shields are large. (Claudio)
    "You cannot hide from I!" is now "You cannot hide from Me!"
    (B. Perry)
    Looking at a square will also describe any smoke there.
    The dig spell now has the side effect of spraying the excavated
    rock shards, damaging those around you.
    Create Pit spell is now 10 MP rather than 15.
    Blizzards fill the air with sleet and snow, not sleet and slow.
    Though the latter does describe their special effect nicely.
    New spell: Sandstorm
    If a god decides to flamestrike you, you now get a few turns
    warning to prepare yourself.
    Monsters properly check safety of squares before stepping on
    them.
    If trapped inside a wall without Phase or Breathess, you will
    suffocate. (Strange Child, Julian Agloro)
    Helmets should be sorted together now. (Aapo)
    Empty bottles will be filled by down pour now. (Aapo)
    Entomb has a better message when blocked. (Aapo)
    Rocks are created when rocks fall on your head. (Aapo)
    Spells you can't cast have (!) after them in the zap list (Aapo)
    Saving when out of disk space should no longer corrupt your
    last save game. (Aapo)
    Tossing an item hand to hand no longer takes a turn. (Aapo)
    Spears, knives, and daggers no longer let you equip stacks.
    (Aapo)
    You are only prompted to throw one spear of a stack. (Aapo)
    The animate forest spell now has its own icon.

(wiz)

2011-10-10 13:04:23 UTC MAIN commitmail json YAML

Updated www/libmicrohttpd to 0.9.15

(wiz)

2011-10-10 13:04:14 UTC MAIN commitmail json YAML

Update to 0.9.15. Use better master sites.

Wed Sep 28 08:37:55 CEST 2011
Releasing libmicrohttpd 0.9.15. -CG

Tue Sep 27 13:07:36 CEST 2011
Added ability to access URL arguments of the form 'url?foo' (without
'=').  Added testcase and updated documentation accordingly. -CG

Mon Sep 26 21:24:00 CEST 2011
Only run response cleanup testcase if curl binary was found by
configure. -CG

Wed Sep 21 09:53:18 CEST 2011
Reverting to using pipes for signalling select on non-Linux
platforms where shutdown-on-listen-sockets does not work. -WB/CG

Mon Sep 19 14:06:30 CEST 2011
Fixing problem introduced with prompt response cleanup code. -CG

Wed Sep 14 13:43:26 CEST 2011
Fixing minor memory leak if daemon with HTTPS support failed to
initialize (#1766). -CG

Tue Sep 13 09:47:58 CEST 2011
Try to release responses more promptly upon connection termination. -CG

Mon Sep 12 10:20:28 CEST 2011
Releasing libmicrohttpd 0.9.14. -CG

Mon Sep 12 10:05:36 CEST 2011
Added new function to allow setting of a custom timeout value
for an individual connection (the MHD_set_connection_option is
more generic, but this is currently the only use). -CG

Sat Sep 10 07:30:12 CEST 2011
Documenting that MHD_CONNECTION_INFO_GNUTLS_CLIENT_CERT is not
implemented and will not be implemented, and what to use instead. -CG

Fri Sep  9 13:42:20 CEST 2011
Added testcase to demonstrate that response cleanup calling is
working. No bug was found. -CG

Thu Aug 18 11:05:16 CEST 2011
Fixed bug with wrong state transition if callback returned
MHD_CONTENT_READER_END_OF_STREAM causing spurious extra callbacks
to the handler (thanks to Jan Seeger for pointing it out). -CG/JS

Thu Aug 11 11:40:03 CEST 2011
Changing sockets to be non-blocking as suggested by Eivind Sarto
on the mailinglist. -CG

Mon Jul 25 16:13:15 CEST 2011
Added a logo. -CG

Sat Jul 16 22:42:10 CEST 2011
Change type of nonce to 'unsigned long int' to match return type
from 'strtoul'.  Fixes ERANGE check which would have previously
failed. -CG

Wed Jul 13 09:26:17 CEST 2011
Fixing HTTP error status strings for certain high-numbered status codes.
Added support for some more (non-standard) status codes.
Releasing libmicrohttpd 0.9.13. -CG

Thu Jul  7 10:24:20 CEST 2011
Adding performance measurements. -CG

Thu Jun 23 14:21:13 CEST 2011
Releasing libmicrohttpd 0.9.12. -CG

Wed Jun 22 14:32:23 CEST 2011
Force closing connection if either the client asked it or
if the response contains 'Connection: close' (so far,
only the client's request was considered). -CG/RV

Wed Jun 22 10:37:35 CEST 2011
Removing listen socket from poll/select sets in
MHD_USE_THREAD_PER_CONNECTION mode; using 'shutdown'
on connection sockets to signal termination instead. -CG

Wed Jun 22 10:25:13 CEST 2011
Eliminate unnecessary (and badly synchronized) calls to
MHD_get_timeout in MHD_USE_THREAD_PER_CONNECTION mode.
Document that this is not acceptable. -CG

Tue Jun 21 13:54:59 CEST 2011
Fixing tiny memory leak in SSL code from 'gnutls_priority_init'.
Fixing data race between code doing connection shutdown and
connection cleanup.
Changing code to reduce connection cleanup cost from O(n) to O(1).
Cleaning up logging code around 'connection_close_error'. -CG

Sat Jun 11 13:05:12 CEST 2011
Replacing use of sscanf by strtoul (#1688). -CG/bplant

Fri Jun  3 15:26:42 CEST 2011
Adding MHD_CONNECTION_INFO_DAEMON to obtain MHD_Daemon
responsible for a given connection. -CG

Wed May 25 14:23:20 CEST 2011
Trying to fix stutter problem on timeout described by
David Myers on the mailinglist (5/10/2011). -CG

Fri May 20 22:11:55 CEST 2011
Fixed bug in testcase setup code causing crashes in
tls_session_timeout_test on some systems.
Releasing libmicrohttpd 0.9.11. -CG

Fri May 20 19:34:59 CEST 2011
Fixed bug in parsing multipart/form-data with post processor where
the code failed to add a 0-terminator in the correct position. -PP

Thu May 12 14:40:46 CEST 2011
Fixed bug where if multiple HTTP request messages are piped in at once,
microhttpd would call the handler with the wrong upload_data_size. -HZM

Thu May 12 14:40:08 CEST 2011
Documented possible issue with off_t being sometimes
32-bit and sometimes 64-bit depending on #includes. -CG

Sun May  8 21:52:47 CEST 2011
Allow MHD_SIZE_UNKNOWN to be used in conjunction with
MHD_create_response_from_fd (fixing #1679). -TG

Wed Apr 27 16:11:18 CEST 2011
Releasing libmicrohttpd 0.9.10. -CG

Fri Apr  8 11:40:35 CEST 2011
Workaround for cygwin poll brokenness. -TS

Sun Apr  3 13:56:52 CEST 2011
Fixing compile error on OS X. -CG

Wed Mar 30 12:56:09 CEST 2011
Initialize tv_usec in MHD_USE_THREAD_PER_CONNECTION with select
and per-connection timeout. -CG

(wiz)

2011-10-10 13:01:39 UTC MAIN commitmail json YAML

Updated devel/mercurial to 1.9.3

(wiz)

2011-10-10 13:01:30 UTC MAIN commitmail json YAML

Update to 1.9.3:

This is a regular bugfix release.

    setup: build inotify for sys.platform='linux*'
    bundlerepo: add argument check before unlink
    hgweb: properly check for bookmarks when drawing graph
    http: handle push of bundles > 2 GB again (issue3017)
    keyword: preserve file mode when overwriting
    osutil: avoid accidentally destroying the True object in isgui (issue2937)
    patch: correctly handle non-tabular Subject: line
    patch: handle 'gitpatches' being empty, but not none
    record: use command wrapper properly for qnew/qrefresh (issue3001)
    setdiscovery: fix hang when #heads>200 (issue2971)
    ui: also swap sys.stdout with self.fout in _readline
    ui: write traceback to self.ferr
    url: Remove the proxy env variables only when needed (issue2451)
    url: parse fragments first (issue2997)
    util: fix crash converting an invalid future date to string
    util: wrap lines with multi-byte characters correctly (issue2943)

(wiz)

2011-10-10 12:32:06 UTC MAIN commitmail json YAML

Updated textproc/mdocml to 1.12.0

(wiz)

2011-10-10 12:31:56 UTC MAIN commitmail json YAML

Update to 1.12.0:

08-10-2011: version 1.12.0

This version features a new, work-in-progress mandoc output mode:
-Tman. This mode allows a system maintainer to distribute man media
for older systems that may not natively support mdoc, such as old
Solaris systems. The -Ofragment option was added to mandoc's -Thtml
and -Txhtml modes.

While adding features, an apropos utility has been merged from the
mandoc-tools sandbox. This interfaces with mandocdb for semantic
search of manual content. apropos is different from the traditional
apropos primarily in allowing keyword search (such as for functions,
utilities, etc.) and regular expressions. Note that the calling
syntax for apropos is likely to change as it settles down.

In documentation news, the mdoc and man manuals have been made
considerably more readable by adding MACRO OVERVIEW sections, by
moving the gory details of the LANGUAGE SYNTAX to the roff manual,
and by moving the very technical MACRO SYNTAX sections down to the
bottom of the page.

Furthermore, for tbl, the -Tascii mode horizontal spacing of tables
was rewritten completely. It is now compatible with groff, both
with and without frames and rulers. Nesting of indented blocks is
now supported in man, and several bugs were fixed regarding
indentation and alignment. The page headers in mdoc are now nicer
for very long titles.

(wiz)

2011-10-10 10:29:58 UTC MAIN commitmail json YAML

Add makedepend to tools. From Makoto Fujiwara in PR 45434.

(wiz)

2011-10-10 08:32:54 UTC MAIN commitmail json YAML

Updated www/py-gdata to 2.0.14nb1

(wiz)

2011-10-10 08:32:20 UTC MAIN commitmail json YAML

Add more files to REPLACE_PYTHON. Bump PKGREVISION.

(wiz)

2011-10-08 14:11:36 UTC MAIN commitmail json YAML

Updated www/py-gdata to 2.0.14

(wiz)

2011-10-08 14:11:22 UTC MAIN commitmail json YAML

Update to 2.0.14:

=== 2.0.14 ===
7 Mar 2011

- Bug Fixes:
  * 491. 302 redirect on some gsessionids
  * 501. Remove support for deprecated Maps Data API.
  * 462. Bug in samples/analytics/data_feed_demo.py (using segments)
  * 482. String exception in service.py
  * 414. http proxy url containing properly formatted user-name and password not accepted
- Turn on SSL for Codesearch, Photos, Project Hosting, Analytics,
    Contacts, Marketplace Licensing, and Docs.
- Add batch default URL to the Contacts API and clean the sample code. (issue4000058)
- Added support for Content API for Shopping
- Added Calendar V2 API support
- Add Google Marketplace Licensing API to the Gdata Python Client
- Added patch from Alexandre Vivien that fixes calendar resource email support that somehow went missing in a previous release.

=== 2.0.13 ===
16 Nov 2010 (revision 902:73f3fbb5ea88)

- Bug Fixes:
  * Issue 315: Correctly constructs queries based on categories for Blogger APIs.
  * Issue 323: YouTubeUserQuery constructor passes incorrect overridden parameter to base class.
- Accept proxy username and password in http(s)_proxy environment variables.
- Adding support for specifying URI to v3 docs client.
- Adding tests for revisions for arbitrary file types in Documents List API.
- Google Base, added bucket node to attributes.
- Adding ContainsSampledData XML Element to Analytics Data Feed and updating samples

=== 2.0.12 ===
17 Sep 2010 (revision 892:e949a7cf9a31)

- Bug Fixes:
  * Issue 437: PATCH request generates incorrect Content-Type
  * Issue 428: get_blog_name() does not correctly handle blog URLs containing hyphens
  * Issue 443: Packages should contain gdata.apps.audit in setup.py
  * Issue 430: Lots of memory usage when uploading big video files
  * Issue 423: gdata.contacts.client.ContactsClient.get_profiles_feed() broken
  - Turn on SSL be default for the spreadsheet API
  - Added support for new Analytics feeds
  - All V3 code and development has been out of this project and into http://code.google.com/p/google-api-python-client/
  - Added partial support for the YouTube API in v2

=== 2.0.11 ===
Jul 29, 2010 (revision fa49231cc8)

- Added the following new APIs:
  * Apps Audit APIs from Jay Lee
  * Apps Organization from Alexandre Vivien
  * Added Email Settings API client library v2.0 from Claudio Cherubino
- Fixes to file permissions for samples.
- Fixing a broken calendar resource client from r983, removing a superfluous call to MakeResourceFeedUri(), adding regression tests for edit links.
- Abstracting out AppsProperty so that it's usable by other libs.  Thanks to Claudio Cherubino <ccherubino@google.com> for this change.
- Added optional change_password parameter to AppsService.CreateUser
- Fixing minor bugs in analytics samples
- http://codereview.appspot.com/1677050 Switch default connection type back to non-SSL connections.
- Switch the repository from subversion to mercurial
- Added OAuth test cases thanks Samuel Cyprian
- Many APIs now use SSL, and some require it, so the following APIs now default to using HTTPS:
  * Spreadsheets
  * Sites
  * Calendar Resource

=== 2.0.10 ===
May 12, 2010 (revision 980)

- Add check for liveness of proxy in live tests. Also add in upload-diffs.py to make using codereview.appspot.com easier.
- Patch from Alexandre Vivien adds the ResourceEmail attribute to CalendarResourceEntry
- Adding new single page methods to apps.groups.service. Thanks Jeremy Selier!
- Cleanup in service GetWithRetries. Thanks Will Charles!
- Adding much more test coverage for calendar_resource.client.
- Fixing Calendar Resource get_resource to use correct feed URI generator.  Thanks to Alexandre Vivien for reporting.
- Adds support for Blogger Pages. Thanks Wiktor Gworek!

(wiz)

2011-10-06 08:35:02 UTC MAIN commitmail json YAML

Remove zaptel option, zaptel-netbsd was removed.

(wiz)

2011-10-05 20:02:48 UTC MAIN commitmail json YAML

2011-10-04 12:06:24 UTC MAIN commitmail json YAML

Mention datapkg rename.

(wiz)

2011-10-04 12:05:12 UTC MAIN commitmail json YAML

2011-10-04 12:04:44 UTC MAIN commitmail json YAML

2011-10-04 12:02:41 UTC MAIN commitmail json YAML

Reimport pkgsrc/databases/datapkg.
On request by joerg, prefix PKGNAME with py??- since it installs a python
library; this way all binary packages can coexist.
The separate packages will still conflict due to bin/datapkg though.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20111004

(wiz)

2011-10-03 11:14:27 UTC MAIN commitmail json YAML

Added databases/datapkg version 0.8

(wiz)

2011-10-03 11:14:05 UTC MAIN commitmail json YAML

Added databases/py-ckanclient version 0.9

(wiz)

2011-10-03 11:13:44 UTC MAIN commitmail json YAML

+ datapkg, py-ckanclient.

(wiz)

2011-10-03 11:13:22 UTC MAIN commitmail json YAML

Initial import of datapkg-0.8:

datapkg is a Python library and command line tool for working with
Data Packages and interacting with data hubs like CKAN.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20111003

(wiz)

2011-10-03 11:04:33 UTC MAIN commitmail json YAML

Initial import of py-ckanclient-0.9.0:

ckanclient is a Python module to read and write to a CKAN server
via the API.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20111003

(wiz)

2011-10-03 11:03:14 UTC MAIN commitmail json YAML

Added sysutils/ts version 0.7.0

(wiz)

2011-10-03 11:02:48 UTC MAIN commitmail json YAML

2011-10-03 11:02:28 UTC MAIN commitmail json YAML

Initial import of ts-0.7.0, packaged for wip by Jan Å mydke.

A simple and flexible batch system for a single machine. Each user uses a
personal queue which can run several jobs in parallel.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20111003

(wiz)

2011-10-03 09:37:15 UTC MAIN commitmail json YAML

Note freeze end for pkgsrc-2011Q3.

(wiz)

2011-10-03 09:36:17 UTC pkgsrc-2011Q3 commitmail json YAML

Add CHANGES file for pkgsrc-2011Q3

(wiz)

2011-10-03 08:42:00 UTC MAIN commitmail json YAML

+ ffmpeg-20111001.0.7.6, fotoxx-11.10, geany-0.21, gramps3-3.3.1,
  xboard-4.5.3, xmlstarlet-1.3.0.

(wiz)

2011-10-02 19:00:49 UTC MAIN commitmail json YAML

Update for nessus*.

(wiz)

2011-10-02 14:38:53 UTC MAIN commitmail json YAML

+ davical-0.9.9.6, dbus-1.4.16, dbus-glib-0.98, denemo-0.9.2,
  dmenu-4.4.1, gworkspace-0.9.0, libmicrohttpd-0.9.15, mercurial-1.9.3,
  orc-0.4.15, php-libawl-0.48, polkit-qt-0.99.0, scmgit-1.7.7,
  x264-devel-20111001.

(wiz)

2011-10-02 14:37:04 UTC MAIN commitmail json YAML

Add branch announce proposal.

(wiz)

2011-10-02 14:35:02 UTC MAIN commitmail json YAML

Mention package removals.

(wiz)

2011-10-02 14:32:34 UTC MAIN commitmail json YAML

2011-10-02 14:31:14 UTC MAIN commitmail json YAML

2011-10-02 14:13:21 UTC MAIN commitmail json YAML

Note package removals accounced in pkgsrc-2011Q2 release notes.

(wiz)

2011-10-02 14:12:07 UTC MAIN commitmail json YAML

2011-10-01 10:00:29 UTC MAIN commitmail json YAML

+ at-spi-2.2.0, atk-2.2.0, calibre-0.8.21, cheese-3.2.0, eog-3.2.0,
  eog-plugins-3.2.0, evince-3.2.0, firefox-7.0, glib2-2.30.0,
  gnome-3.2.0, gnome-games-3.2.0, gnome-keyring-3.2.0,
  gnome-packagekit-3.2.0, gnome-power-manager-3.2.0, libfolks-0.6.3.2,
  libgnomekbd-3.2.0, mkvtoolnix-5.0.0, mousetweaks-3.2.0, nut-17.0,
  p5-Net-SNMP-5.7.1, poppler-0.18.0, powder-116, pulseaudio-1.0,
  quagga-0.99.20, seahorse-2.32.0 [GNOME 2.32], seahorse-3.2.0,
  tellico-2.3.4, thunderbird-7.0, vinagre-3.2.0, vino-3.2.0,
  webkit-gtk-1.6.1, worker-2.18.1, xkeyboard-config-2.4.

(wiz)

2011-09-29 23:30:21 UTC MAIN commitmail json YAML

pkg_delete -R does not remove all leaves.
Fix from Anthony Mallet on tech-pkg.

While here, fix a typo in a comment.

(wiz)

2011-09-29 22:04:32 UTC MAIN commitmail json YAML

Fix build on -current with fuse option turned on (default off).
>From B.ICT A.P. deBROUWER Jr. in PR 45401.

(wiz)

2011-09-29 21:10:33 UTC MAIN commitmail json YAML

2011-09-29 21:00:19 UTC MAIN commitmail json YAML

2011-09-29 20:57:30 UTC MAIN commitmail json YAML

Fix installation for rename of vfs option to mc-vfs.
Bump PKGREVISION since it's default-on.

(wiz)

2011-09-29 20:46:59 UTC MAIN commitmail json YAML

Remove -Werror so this builds on -current.
While here, fix some pkglint warnings and set LICENSE.

(wiz)

2011-09-29 20:33:28 UTC MAIN commitmail json YAML

Updated www/gallery2 to 2.3.1nb2

(wiz)

2011-09-29 20:33:17 UTC MAIN commitmail json YAML

2011-09-29 20:24:16 UTC MAIN commitmail json YAML

Remove -Werror from compilation flags to fix build on NetBSD-current.

(wiz)

2011-09-29 20:22:26 UTC MAIN commitmail json YAML

2011-09-29 20:14:46 UTC MAIN commitmail json YAML

Remove -Werror from flags to make this build.

(wiz)

2011-09-29 19:46:27 UTC MAIN commitmail json YAML

Add pkg-config to tools, seems to be needed (according to
bulk build logs provided by joerg.

(wiz)

2011-09-29 18:25:13 UTC MAIN commitmail json YAML

2011-09-29 18:20:13 UTC MAIN commitmail json YAML

Fix build on NetBSD-current by renaming getline() to get_line().

(wiz)

2011-09-29 18:00:57 UTC MAIN commitmail json YAML

Add pkg-config for gtk2 detection to address bulk build failure.
Untested since I can't build a dependency.

(wiz)

2011-09-28 05:34:19 UTC MAIN commitmail json YAML

Updated graphics/png to 1.5.5

(wiz)

2011-09-28 05:34:09 UTC MAIN commitmail json YAML

Update to 1.5.5 to fix CVE-2011-3328, requested by tron.

Version 1.5.5beta01 [July 13, 2011]
  Fixed some typos and made other minor changes in the manual.
  Updated contrib/pngminus/makefile.std (Samuli Souminen)

Version 1.5.5beta02 [July 14, 2011]
  Revised Makefile.am and Makefile.in to look in the right directory for
    pnglibconf.h.prebuilt

Version 1.5.5beta03 [July 27, 2011]
  Enabled compilation with g++ compiler.  This compiler does not recognize
    the file extension, so it always compiles with C++ rules.  Made minor
    changes to pngrutil.c to cast results where C++ expects it but C does not.
  Minor editing of libpng.3 and libpng-manual.txt.

Version 1.5.5beta04 [July 29, 2011]
  Revised CMakeLists.txt (Clifford Yapp)
  Updated commentary about the png_rgb_to_gray() default coefficients
    in the manual and in pngrtran.c

Version 1.5.5beta05 [August 17, 2011]
  Prevent unexpected API exports from non-libpng DLLs on Windows.  The "_DLL"
    is removed from the test of whether a DLL is being built (this erroneously
    caused the libpng APIs to be marked as DLL exports in static builds under
    Microsoft Visual Studio).  Almost all of the libpng building configuration
    is moved from pngconf.h to pngpriv.h, but PNG_DLL_EXPORT remains in
    pngconf.h, though, so that it is colocated with the import definition (it
    is no longer used anywhere in the installed headers).  The VStudio project
    definitions have been cleaned up: "_USRDLL" has been removed from the
    static library builds (this was incorrect), and PNG_USE_DLL has been added
    to pngvalid to test the functionality (pngtest does not supply it,
    deliberately).  The spurious "_EXPORTS" has been removed from the
    libpng build (all these errors were a result of copy/paste between project
    configurations.)
  Added new types and internal functions for CIE RGB end point handling to
    pngpriv.h (functions yet to be implemented).

Version 1.5.5beta06 [August 26, 2011]
  Ensure the CMAKE_LIBRARY_OUTPUT_DIRECTORY is set in CMakeLists.txt
    (Clifford Yap)
  Fixes to rgb_to_gray and cHRM XYZ APIs (John Bowler):
    The rgb_to_gray code had errors when combined with gamma correction.
    Some pixels were treated as true grey when they weren't and such pixels
    and true grey ones were not gamma corrected (the original value of the
    red component was used instead).  APIs to get and set cHRM using color
    space end points have been added and the rgb_to_gray code that defaults
    based on cHRM, and the divide-by-zero bug in png_handle_cHRM (CERT
    VU#477046, CVE-2011-3328, introduced in 1.5.4) have been corrected.
  A considerable number of tests has been added to pngvalid for the
    rgb_to_gray transform.
  Arithmetic errors in rgb_to_gray whereby the calculated gray value was
    truncated to the bit depth rather than rounded have been fixed except in
    the 8-bit non-gamma-corrected case (where consistency seems more important
    than correctness.)  The code still has considerable inaccuracies in the
    8-bit case because 8-bit linear arithmetic is used.

Version 1.5.5beta07 [September 7, 2011]
  Added "$(ARCH)" option to makefile.darwin
  Added SunOS support to configure.ac and Makefile.am
  Changed png_chunk_benign_error() to png_warning() in png.c, in
    png_XYZ_from_xy_checked().

Version 1.5.5beta08 [September 10, 2011]
  Fixed 64-bit compilation errors (gcc). The errors fixed relate
    to conditions where types that are 32 bits in the GCC 32-bit
    world (uLong and png_size_t) become 64 bits in the 64-bit
    world.  This produces potential truncation errors that the
    compiler correctly flags.
  Relocated new HAVE_SOLARIS_LD definition in configure.ac
  Constant changes for 64-bit compatibility (removal of L suffixes). The
    16-bit cases still use "L" as we don't have a 16-bit test system.

Version 1.5.5rc01 [September 17, 2011]
  Removed "L" suffixes from constants in pngpriv.h

Version 1.5.5 [September 22, 2011]
  No changes.

(wiz)

2011-09-27 14:48:07 UTC MAIN commitmail json YAML

+ dillo-3.0.1, feh-1.16.2, ffmpeg-20110925.0.7.5, file-5.09,
  gbrainy-2.03, gobject-introspection-1.30.0, gtk3-3.2.0, imp-5.0.13,
  john-1.7.8jumbo7, kronolith-3.0.10, lftp-4.3.2, libebml-1.2.2,
  libfolks-0.6.3.1, libmatroska-1.3.0, libraw-0.14.0,
  modular-xorg-server-1.11.1, py-urwid-1.0.0, quagga-0.99.19,
  rsync-3.0.9, scmgit-base-1.7.6.4, scmgit-docs-1.7.6.4, turba-3.0.9,
  vigra-1.8.0, wine-devel-1.3.29, x264-devel-20110924, xdm-1.1.11,
  xorp-1.8.4, zile-2.4.1.

(wiz)

2011-09-26 12:46:29 UTC MAIN commitmail json YAML

Mention that -x also searches in /usr/X11R7. Noted by jmc@openbsd. Bump date.

(wiz)

2011-09-22 15:18:40 UTC MAIN commitmail json YAML

Fix build with gcc-4.2. Problem reported and fix tested by joerg.

(wiz)

2011-09-22 11:54:22 UTC MAIN commitmail json YAML

Fix build on NetBSD-4. From Robert Elz in PR 45337.

(wiz)

2011-09-20 19:35:49 UTC MAIN commitmail json YAML

+ TeXmacs-1.0.7.13, ap-xslt-1.4.0, clutter-1.8.0, exiv2-0.22,
  gnutls-3.0.3, gtk-gnutella-0.97.1, json-glib-0.14.0, libaudiofile-0.3.1,
  libfolks-0.6.3, librep-0.92.1b, openttd-1.1.3, p5-ack-1.96,
  puzzles-9306, rep-gtk-0.90.7, sawfish-1.8.2, scala-2.9.1 [pkg/45379],
  tea-31.0.0, zim-0.53.

(wiz)

2011-09-18 15:05:47 UTC MAIN commitmail json YAML

+ calibre-0.8.19, clutter-1.6.18, libgdata-0.10.1, libgee-0.6.2,
  libssh-0.5.2 [www.libssh.org], php-libawl-0.47, stunnel-4.44,
  vala-0.14.0, wdiff-1.0.1, wget-1.13.4.

(wiz)

2011-09-18 15:05:11 UTC MAIN commitmail json YAML

+ davical-0.9.9.5, farsight2-0.0.30, gbrainy-2.02, libmicrohttpd-0.9.14,
  tor-0.2.2.33, x264-devel-20110917.

(wiz)

2011-09-18 10:45:15 UTC MAIN commitmail json YAML

Mention freeze start for pkgsrc-2011Q3.

(wiz)

2011-09-17 14:12:12 UTC MAIN commitmail json YAML

Revert previous and disable automatic gssapi/gnutls detection instead.
Confirmed to fix the issue by christos.

(wiz)

2011-09-16 13:19:40 UTC MAIN commitmail json YAML

2011-09-15 21:45:53 UTC MAIN commitmail json YAML

Update description for cce, from Snader_LB.

(wiz)

2011-09-15 13:59:49 UTC MAIN commitmail json YAML

+ abcmidi-20110913, colortail-0.3.3, diffutils-3.2, munin-doc-1.4.6,
  munin-node-1.4.6, munin-server-1.4.6.

Most noted by Snader_LB.

(wiz)

2011-09-15 12:33:49 UTC MAIN commitmail json YAML

Add a line describing which part of munin is in this package.
Requested by Snader_LB.

(wiz)

2011-09-15 09:49:14 UTC MAIN commitmail json YAML

+ cdrtools-3.01alpha06, curl-7.22.0, digikam-2.1.1, libaudiofile-0.3.0,
  solfege-3.20.2.

(wiz)

2011-09-15 09:32:32 UTC MAIN commitmail json YAML

Remove CVS keywords from patch, so that distinfo has a chance of ever
being right.
XXX: this patch should be split up, it contains more than one file.

(wiz)

2011-09-15 09:15:44 UTC MAIN commitmail json YAML

2011-09-15 09:15:34 UTC MAIN commitmail json YAML

2011-09-15 09:05:11 UTC MAIN commitmail json YAML

Fix pgbuildfarm PKGVERSION.

(wiz)

2011-09-15 09:04:26 UTC MAIN commitmail json YAML

Fix PKGVERSION, noted by obache.

(wiz)

2011-09-15 01:05:40 UTC MAIN commitmail json YAML

Added audio/pd version 0.43.0

(wiz)

2011-09-15 01:05:28 UTC MAIN commitmail json YAML

2011-09-15 01:05:06 UTC MAIN commitmail json YAML

Initial import of pd-0.43.0.

Pd (aka Pure Data) is a real-time graphical programming environment
for audio, video, and graphical processing. It is the third major
branch of the family of patcher programming languages known as Max
(Max/FTS, ISPW Max, Max/MSP, jMax, etc.) originally developed by
Miller Puckette and company at IRCAM. The core of Pd is written
and maintained by Miller Puckette and includes the work of many
developers, making the whole package very much a community effort.

Pd was created to explore ideas of how to further refine the Max
paradigm with the core ideas of allowing data to be treated in a
more open-ended way and opening it up to applications outside of
audio and MIDI, such as graphics and video.

It is easy to extend Pd by writing object classes ("externals") or
patches ("abstractions"). The work of many developers is already
available as part of the standard Pd packages and the Pd developer
community is growing rapidly. Recent developments include a system
of abstractions for building performance environments; a library
of objects for physical modeling; and a library of objects for
generating and processing video in realtime.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110915

(wiz)

2011-09-13 10:49:42 UTC MAIN commitmail json YAML

Added databases/pgbuildfarm version 4_5

(wiz)

2011-09-13 10:49:32 UTC MAIN commitmail json YAML

2011-09-13 10:49:04 UTC MAIN commitmail json YAML

Initial import of pgbuildfarm-4.5, packaged for wip by Nicolas Thauvin.

The PostgreSQL BuildFarm is a distributed build system designed to
detect build failures of the source code of PostgreSQL on a large
collection of platforms and configurations. This is the client
software that enables to perform automated test builds and checks.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110913

(wiz)

2011-09-13 10:29:56 UTC MAIN commitmail json YAML

Added fonts/fntsample version 3.2

(wiz)

2011-09-13 10:29:41 UTC MAIN commitmail json YAML

+ fntsample.

(wiz)

2011-09-13 10:29:20 UTC MAIN commitmail json YAML

Initial import of fntsample-3.2, packaged for wip by Timothy E. Larson.

FntSample is a tool that can be used to make font samples that show coverage
of the font and are similar in appearance to Unicode Charts.
# Support for various font formats using FreeType library, including
  TrueType, OpenType, and Type1.
# Creating samples in PDF, PostScript, and SVG formats.
# Adding outlines with Unicode block names for PDF samples.
# Selection of code ranges to show in charts.
# Comparing of two font files with highlighting of added glyphs.

Status:

Vendor Tag: TNF
Release Tags: pkgsrc-20110913

(wiz)

2011-09-12 22:32:11 UTC MAIN commitmail json YAML

Updated editors/emacs to 23.3a

(wiz)

2011-09-12 22:31:58 UTC MAIN commitmail json YAML

2011-09-12 22:01:59 UTC MAIN commitmail json YAML

Updated devel/py-gobject to 2.28.6

(wiz)

2011-09-12 22:01:46 UTC MAIN commitmail json YAML

Updated devel/py-gobject-shared to 2.28.6

(wiz)

2011-09-12 22:01:34 UTC MAIN commitmail json YAML

Update to 2.28.6:

2.28.6 11-Jun-1011
        - closure: avoid double free crash (Ignacio Casal Quinteiro)
        - [gi] backport of "GVariant has a GType" fe386a (John (J5) Palmieri)
        - [gi] fixes to backport commit 6b5a65 - in older glib GVariants are still structs (John (J5) Palmieri)
        - GVariantType is a boxed struct (Tomeu Vizoso)
        - Use _gi.Struct to wrap fundamentals (Tomeu Vizoso)
        - Added __eq__ method for Gdk.Color and Gdk.RGBA (Jason Siefken)
        - Remove useless import (Ignacio Casal Quinteiro)
        - Revert "[gi] Removed hack to avoid using GLib.Variant.new_variant." (Ignacio Casal Quinteiro)
        - closure: Check the out arg is not null. Fixes bug #651812 (Ignacio Casal Quinteiro)
        - Fix GC-related crash during PyGObject deallocation (Daniel Drake)
        - Fix symbol names to be locale independent (Martin Pitt)
        - Updated DOAP file (Sebastian Pæ—¦lsterl)

(wiz)

2011-09-12 21:46:22 UTC MAIN commitmail json YAML

Updated net/gst-plugins0.10-libnice to 0.1.1

(wiz)

2011-09-12 21:46:13 UTC MAIN commitmail json YAML

Update to 0.1.1, for changes see libnice.

(wiz)

2011-09-12 21:45:52 UTC MAIN commitmail json YAML

Updated net/libnice to 0.1.1

(wiz)

2011-09-12 21:45:43 UTC MAIN commitmail json YAML

Update to 0.1.1:

libnice 0.1.1 (2011-09-07)
==========================

Fixed BSD and Solaris compatibility
Fixed PPC64 symbol test
Removed a few possible leak/bugs
Fixed compatibility with google's recent protocol change

(wiz)

2011-09-12 21:39:03 UTC MAIN commitmail json YAML

Updated graphics/potrace to 1.10

(wiz)

2011-09-12 21:38:52 UTC MAIN commitmail json YAML

Update to 1.10, set LICENSE.

August 19, 2011: Release 1.10

A DXF backend was added. The output is in the drawing interchange
format used by computer aided design software. Thanks to Jonas
Benedett Dorr for testing. The Gimppath backend was changed to be
compatible with current versions of Gimp. The EPS, PDF, and SVG
backends now use high-resolution bounding boxes. The default scaling
of the EPS, PDF, and SVG backends is now fixed at 72dpi. A new option
--flat was added to the SVG backend. A new option --tight was added
to remove whitespace around the input image before calculating its
scaling and placement.

December 21, 2010: Release 1.9

The xfig and eps backends were improved, and a fixed pagesize PDF
backend was added. Support for BMP version 4 and version 5 files, as
well as top-down BMP files, was added. Minor speed improvements to
Potrace and major speed improvements to mkbitmap. A Gaussian blur
option was added to mkbitmap. Libtool is now used to build and
optionally install the Potrace library. An optional simplified
progress bar was added for dumb terminals. This release also contains
some portability improvements, cross-compilation improvements, and
minor bug fixes.

(wiz)

2011-09-12 21:36:56 UTC MAIN commitmail json YAML

Updated devel/guile-www to 2.32

(wiz)

2011-09-12 21:36:45 UTC MAIN commitmail json YAML

Update to 2.32:

- 2.32 | 2011-07-08
  - bugfix: make (www cgi) work (again) with GET request method

(wiz)

2011-09-12 21:35:26 UTC MAIN commitmail json YAML

Updated sysutils/vcdimager-devel to 0.7.24

(wiz)

2011-09-12 21:35:10 UTC MAIN commitmail json YAML

Update to 0.7.24, set LICENSE, remove patch that was integrated and another
one that's unnecessary.

version 0.7.24
=====================================
2011-03-17

* Add cdinfo_get_track_last_lsn() which is like cdinfo_get_track_last_lsn()
* Make libvcdinfo work when called from C++, add C++ example program
* Fail less severely when trying to determine if medium is VCD
* Documentation and doxygen improvements
* Guard against various srncat buffer overflows
* Correct copyright and GPL version indication a containingReed-Solomon encoding
* Patch for memory exhaustion for VCD 2.0 disks SR 105012

(wiz)

2011-09-12 21:27:37 UTC MAIN commitmail json YAML

Updated audio/mp3diags to 1.0.09.063

(wiz)

2011-09-12 21:27:26 UTC MAIN commitmail json YAML

Update to 1.0.09.063:

10.09.2011 - 1.0.09.063
- made Discogs queries work again, after a Discogs API change
- added close button for windows on Gnome 3

(wiz)

2011-09-12 21:23:05 UTC MAIN commitmail json YAML

Updated mail/gmime24 to 2.4.26

(wiz)

2011-09-12 21:22:34 UTC MAIN commitmail json YAML

Update to 2.4.26:

2011-08-08  Jeffrey Stedfast  <fejj@gnome.org>

* README: Bumped version

* configure.in: Bumped version to 2.4.26

* build/vs2008/gmime.vcproj: Bumped version.

2011-07-17  Jeffrey Stedfast  <fejj@gnome.org>

* gmime/gmime-utils.c (charset_convert): Don't skip validation of
UTF-8 text.

2011-07-17  Jeffrey Stedfast  <fejj@gnome.org>

* gmime/gmime-utils.c (charset_convert): Handle ERANGE the same as
EILSEQ.

* gmime/gmime-filter-charset.c (filter_filter): Handle ERANGE the
same as EILSEQ.

* gmime/gmime-charset.c (g_mime_charset_map_init): Improved logic
for Win32 (and even Linux) systems. Don't rely on setlocale().

2011-06-15  Jeffrey Stedfast  <fejj@gnome.org>

* gmime/gmime-gpg-context.c: Define nfds_t on OSX.

2011-06-09  Jeffrey Stedfast  <fejj@gnome.org>

Fix for bug #652056

* gmime/gmime-param.c (decode_value): If STRICT_PARSER isn't
defined, don't require the value to start with a valid character.

2011-06-08  Jeffrey Stedfast  <fejj@gnome.org>

* README: Bumped version

* configure.in: Bumped version to 2.4.25

* build/vs2008/gmime.vcproj: Bumped version.

* gmime/gmime-session.c: Don't crash if the request_passwd()
virtual method is set to NULL. Fixes bug #651825.

2011-06-08  Jeffrey Stedfast  <fejj@gnome.org>

* gmime/gmime-gpg-context.c: If building on Apple, force the use
of our own implementation of poll() because Apple's poll() is
broken on some versions of MacOS.

(wiz)

2011-09-12 19:15:47 UTC MAIN commitmail json YAML

Updated net/mldonkey-gui to 3.1.0

(wiz)

2011-09-12 19:15:04 UTC MAIN commitmail json YAML

Updated net/mldonkey to 3.1.0

(wiz)

2011-09-12 19:14:43 UTC MAIN commitmail json YAML

Update to 3.1.0:
    Bittorrent: DHT support
    small fixes

Inspired by Stefano Marinelli in PR 45348.

(wiz)

2011-09-12 19:11:26 UTC MAIN commitmail json YAML

Updated misc/gaupol to 0.19.1

(wiz)

2011-09-12 19:10:55 UTC MAIN commitmail json YAML

Update to 0.19.1:

Gaupol 0.19.1
=============

* Fix gettext initialization in aeidon package to not make global
  changes (Olivier Aubert, Osmo Salomaa, Debian bug #639668)
* Fix speech recognition advance length handling so that subtitles
  don't start too early
* Update Russian translation (Alexandre Prokoudine)

(wiz)

2011-09-12 19:07:58 UTC MAIN commitmail json YAML

- libraw-0.13.8, py-qt4-4.8.5, py-sip-4.12.4, vlc-1.1.11.

(wiz)

2011-09-12 17:12:10 UTC MAIN commitmail json YAML

+ bzr-2.4.1, calibre-0.8.18, digikam-2.1.0, emerillon-0.1.90,
  feh-1.16.1, firefox-6.0.2, glpk-4.47, gnuchess-6.0.1, libfolks-0.6.2.1,
  mp3diags-1.0.09, wine-devel-1.3.28, xterm-275.

(wiz)

2011-09-11 19:06:36 UTC MAIN commitmail json YAML

+ ffmpeg-20110906.0.8.3, libnice-0.1.1, mupdf-0.9, py-simplejson-2.2.1,
  x264-devel-20110910.

(wiz)

2011-09-09 15:20:59 UTC MAIN commitmail json YAML

2011-09-09 15:19:44 UTC MAIN commitmail json YAML

2011-09-09 15:18:28 UTC MAIN commitmail json YAML

Accept '+' in option names; currently used by the gcc-c++ option.

(wiz)

2011-09-09 15:16:27 UTC MAIN commitmail json YAML

Accept '~' in patch names. Some programs actually have files
with it in their names.

(wiz)

2011-09-09 15:13:19 UTC MAIN commitmail json YAML

Updated net/vsftpd to 2.3.4

(wiz)

2011-09-09 15:13:09 UTC MAIN commitmail json YAML

Update to 2.3.4, based on a patch by Stephan Tesch
<s.tesch@science-computing.de> on pkgsrc-users.

- Avoid consuming excessive CPU when matching filenames to patterns. Thanks to
Maksymilian Arciemowicz <cxib@securityreason.com>.
- Some bugfixes from Rapha
no apparent security impact.

At this point: v2.3.3 released!
===============================

- Fix compile. Extreme suckage.

At this point: v2.3.4 released!
===============================

(wiz)

2011-09-09 13:44:25 UTC MAIN commitmail json YAML

Fix build on NetBSD-4. From Robert Elz on tech-pkg.

(wiz)

2011-09-09 13:32:32 UTC MAIN commitmail json YAML

+ TeXmacs-1.0.7.12, byacc-20110908, dillo-3.0, dvtm-0.7, gaupol-0.19.1,
  global-6.0, gmime24-2.4.26, mpg123-1.13.4, openssl-1.0.0e,
  stunnel-4.43, xf86-video-glint-1.2.6.

(wiz)

2011-09-09 06:43:05 UTC MAIN commitmail json YAML

Include ../../sysutils/desktop-file-utils/desktopdb.mk per pkglint.

(wiz)

2011-09-09 06:42:27 UTC MAIN commitmail json YAML

Include ../../sysutils/desktop-file-utils/desktopdb.mk per pkglint.

(wiz)

2011-09-08 21:57:56 UTC MAIN commitmail json YAML

Reset maintainer.

(wiz)

2011-09-08 21:10:37 UTC MAIN commitmail json YAML

Updated multimedia/libdvbpsi to 0.2.1

(wiz)

2011-09-08 21:10:26 UTC MAIN commitmail json YAML

Update to 2.1:

Changes between 0.2.0 and 0.2.1:
--------------------------------

  * ignore initial discontinuity
  * Build fixes for BSD builds
  * Build fixes for MSYS builds

Changes between 0.1.7 and 0.2.0:
--------------------------------

  * Relicense libdvbpsi from GPLv2 to LGPLv2.1
  * bump version number to 0.2.0 (skipping 0.1.8 and 0.1.9) to indicate
    GPL -> LGPL license change
  * new CUE Identifier descriptor support (0x8a)
  * new Splice Information Section table support (0xFC) (SCTE 35 2004)
  * new BAT table (decoder and generator)
  * new descriptor 0x44
  * depreceated all API's in preparation for 1.0.0 release with revamped API
    packagers and application developers should anticipate:
    - structure renames dvbpsi_handle to dvbpsi_t
    - prototype changes
    - removal of printf for message printing
    - message callback function
    For more information see changes in libdvbpsi-ng branch.

(wiz)

2011-09-08 20:59:09 UTC MAIN commitmail json YAML

Updated www/davical to 0.9.9.4

(wiz)

2011-09-08 20:58:58 UTC MAIN commitmail json YAML

Update to 0.9.9.4:

2010-12-28  Andrew McMillan  <andrew@morphoss.com>
* Release 0.9.9.4

2010-12-27  Andrew McMillan  <andrew@morphoss.com>
* Refactor PUT functions to set modified/created dates more correctly.

2010-12-27  Leho Kraav  <leho@kraav.com>
* add et_EE to support locales

2010-12-26  Andrew McMillan  <andrew@morphoss.com>
* Fix errors in po files pointed out by Transifex uploading.
* A new AtomFeed class for building an Atom feed.
* Switch to creating an atom feed, which is a better feed standard.

2010-12-26  Leho Kraav  <leho@kraav.com>
* A new URL to provide an RSS feed of a calendar's changes.

2010-12-26  Andrew McMillan  <andrew@morphoss.com>
* Refactored RRule to add support for initialisation from a vProperty.

2010-12-25  Andrew McMillan  <andrew@morphoss.com>
* Remove all reference to PgQuery
* Extensive refactoring of principal-edit, plus support for creating tickets.
* Add support for writing scheduling resources on PUT.
* Improve support for handling floating time.
* Add cil for internal issue tracking.

2010-12-08  Andrew McMillan  <andrew@morphoss.com>
* Cut access with invalid/expired tickets out immediately.

2010-12-07  Andrew McMillan  <andrew@morphoss.com>
* Handle empty PROPFIND, don't blow up on invalid XML.

2010-11-30  Andrew McMillan  <andrew@morphoss.com>
* /.well-known/* now returns a 301 redirect, per spec.
* Use text/vcard for content type in advance of ratification of spec.
* Properly handle addressbooks in multiget.
* Hide authorization headers in logging.
* Update sync-collection REPORT to match -04 of draft.
* Replace index.php with caldav.php when we find it in our path.

2010-11-27  Andrew McMillan  <andrew@morphoss.com>
* Be pedantic about checking user is active before we let them in.
* Specify the SRV record examples with leading _ as they should be.

2010-11-21  Andrew McMillan  <andrew@morphoss.com>
* Fix SQL for group handling from Michael Braun.
* Add principal-collection-set to standard responses for DAVResource.
* Correct typo in POST handling.

2010-11-20  Andrew McMillan  <andrew@morphoss.com>
* Also update displayname if fullname is changed.

2010-10-02  Daniel Aleksandersen  <daniel@>
* remove old screenshots
* updated iPhone client configuration with new screenshots

2010-11-19  Andrew McMillan  <andrew@morphoss.com>
* Handle stuff like DTSTART;TZID=America/New_York:20101119T231307

2010-11-14  Andrew McMillan  <andrew@morphoss.com>
* Script to refresh calendar_alarms with next instance time.

2010-11-09  Andrew McMillan  <andrew@morphoss.com>
* Don't let auth functions create duplicate home calendars.

2010-11-06  Andrew McMillan  <andrew@morphoss.com>
* Patch for caldav sync from Pierre-Arnaud Poudret.
* Add ACL to the supported methods.
* Change regression runner to look for sample data with tests.
* Correct version number typo.
* Always grant 'DAV::read' privilege from principal to group members.

2010-11-05  Andrew McMillan  <andrew@morphoss.com>
* Use expanded time specifiers in format since %Y doesn't work on Windows.
* Support recursive REPORT query if configured to allow it.

2010-11-04  Andrew McMillan  <andrew@morphoss.com>
* Add a new WritableCollection object which we will use for PUT.
* Use text/vcard rather than older text/x-vcard.
* Support event properties in changed part of sync-response.
* Rename variable to work around Pg 9.0 reserved name.

2010-11-01  Andrew McMillan  <andrew@morphoss.com>
* Switch from regular expression which may not work in old/odd PHP.

2010-10-31  Andrew McMillan  <andrew@morphoss.com>
* Support getlastmodified property in REPORT requests.

2010-10-16  Andrew McMillan  <andrew@morphoss.com>
* Fix typo in iTIP CANCEL handling.

2010-10-15  Andrew McMillan  <andrew@morphoss.com>
* Turn on calendar-auto-schedule header if $c->enable_auto_schedule
* Add various additional checks into /setup.php
* Add knowledge of desired parallel AWL version to setup.

2010-10-10  Andrew McMillan  <andrew@morphoss.com>
* Fix various minor CardDAV bugs.
* Omit the <response> for event outside the time range - when expanded.
* Fix privilege_to_bits function to set 'all' correctly & work with recent postgres

2010-10-08  Andrew McMillan  <andrew@morphoss.com>
* Don't supply freebusy for 0-duration events.
* Another regression test for free/busy catching many events.
* Add an event with a thoroughly bogus tzid to ensure we cope.
* Check for some supported stuff very early so we can show it is missing.
* Better display of bindings.
* Add postgreSQL 9.0 as a possibility.
* Fix warning when using basic authentication fallback.
* Fix handling of iCalendar durations containing negative elements.
* Handle events which don't have either DTEND *or* DURATION.
* Rewrite __construct() method of RepeatRuleDateTimeZone to be more robust.

(wiz)

2011-09-08 20:46:48 UTC MAIN commitmail json YAML

Updated devel/php-libawl to 0.46

(wiz)

2011-09-08 20:46:37 UTC MAIN commitmail json YAML

Update to 0.46:

2010-12-28  Andrew McMillan  <andrew@morphoss.com>
* Release 0.46
* [classBrowser] Fix checking of ordering fieldname.
* [Validation] Remove references to outdated ereg() functions.
* [AWLUtlities] Rename regex checking function more appropriately.
* [Session] Don't use ereg() for parsing regex.
* [XMLDocument] Use __construct style for constructor.

2010-12-24  Andrew McMillan  <andrew@morphoss.com>
* [AwlQuery] Make the quote() method public/static.

2010-12-23  Andrew McMillan  <andrew@morphoss.com>
* Convert everything except PgQuery to use AwlQuery
* [AwlQuery] Add minor missing functionality so we can switch.
* [vComponent] Improve parameter splitting to allow for escapes.
* [classEditor] Avoid uninitialised variable warning.

2010-11-27  Andrew McMillan  <andrew@morphoss.com>
* [vComponent] Add __toString() methods.
* [Session] If someone is made inactive then their long-term login should cease.

2010-10-15  Andrew McMillan  <andrew@morphoss.com>
* [AWLUtilities] Add an awl_version() function.

2010-10-10  Andrew McMillan  <andrew@morphoss.com>
* [vComponent] It is OK to SetComponents() to an empty set.

(wiz)

2011-09-08 20:32:33 UTC MAIN commitmail json YAML

Updated audio/mp3diags to 1.0.08.053

(wiz)

2011-09-08 20:32:22 UTC MAIN commitmail json YAML

Update to 1.0.08.053, add comment to patch.

Discogs queries work again, after a Discogs API change. The track
numbering when querying multi-volume albums from Discogs was
incorrect and is fixed in this version.

(wiz)

2011-09-08 20:22:24 UTC MAIN commitmail json YAML

Updated security/nettle to 2.4

(wiz)

2011-09-08 20:22:14 UTC MAIN commitmail json YAML

Update to 2.4:

NEWS for the 2.4 release

This is a bugfix release only. It turned out ripemd160 in the
2.3 release was broken on all big-endian systems, due to a
missing include of config.h. nettle-2.4 fixes this.

The library is intended to be binary compatible with
nettle-2.2 and nettle-2.3. The shared library names are
libnettle.so.4.3 and libhogweed.so.2.1, with sonames still
libnettle.so.4 and libhogweed.so.2.

NEWS for the 2.3 release

* Support for the ripemd-160 hash function.

* Generates and installs nettle.pc and hogweed.pc files, for
          use with pkg-config. Feedback appreciated. For projects
          using autoconf, the traditional non-pkg-config ways of
          detecting libraries, and setting LIBS and LDFLAGS, is still
          recommended.

* Fixed a bug which made the testsuite fail in the GCM test on
  certain platforms. Should not affect any documented features
  of the library.

* Reorganization of the code for the various Merkle-Damg
  hash functions. Some fields in the context structs for md4,
  md5 and sha1 have been renamed, for consistency.
  Applications should not peek inside these structs, and the
  ABI is unchanged.

* In the manual, fixed mis-placed const in certain function
          prototypes.

The library is intended to be binary compatible with
nettle-2.2. The shared library names are libnettle.so.4.2 and
libhogweed.so.2.1, with sonames still libnettle.so.4 and
libhogweed.so.2.

(wiz)

2011-09-08 20:15:23 UTC MAIN commitmail json YAML

Updated print/poppler-data to 0.4.5

(wiz)

2011-09-08 20:15:14 UTC MAIN commitmail json YAML

Update to 0.4.5.  Changes since 0.4.4:
Updated cMap/Adobe-GB1/UniGB-UTF16-H
Updated cMap/Adobe-GB1/UniGB-UTF32-H
Updated cMap/Adobe-GB1/UniGB-UTF8-H
Updated cMap/Adobe-Japan1/UniJIS-UTF16-H
Updated cMap/Adobe-Japan1/UniJIS-UTF32-H
Updated cMap/Adobe-Japan1/UniJIS-UTF8-H
Updated cMap/Adobe-Japan1/UniJIS2004-UTF16-H
Updated cMap/Adobe-Japan1/UniJIS2004-UTF32-H
Updated cMap/Adobe-Japan1/UniJIS2004-UTF8-H
Updated cMap/Adobe-Japan1/UniJISX0213-UTF32-H
Updated cMap/Adobe-Japan1/UniJISX02132004-UTF32-H
Updated unicodeMap/Big5
Updated unicodeMap/Big5ascii

(wiz)

2011-09-08 20:12:04 UTC MAIN commitmail json YAML

Updated games/puzzles to 9179

(wiz)

2011-09-08 20:11:53 UTC MAIN commitmail json YAML

2011-09-08 20:06:58 UTC MAIN commitmail json YAML

Updated mail/gmime24 to 2.4.24

(wiz)

2011-09-08 20:06:48 UTC MAIN commitmail json YAML

Update to 2.4.24:

2011-03-26  Jeffrey Stedfast  <fejj@novell.com>

* README: Bumped version

* configure.in: Bumped version to 2.4.24

* build/vs2008/gmime.vcproj: Bumped version.

* gmime/gmime-gpg-context.c (gpg_ctx_parse_signer_info): Fixed to
actually set the signer status. Fixes bug #645787, based on an
initial patch by Thomas Jost.

2011-03-14  Jeffrey Stedfast  <fejj@novell.com>

* configure.in: Check for glib-sharp-2.0 instead of gtk-sharp-2.0
since we really only depend on glib-sharp. Also check for gapi-2.0
via pkgconfig.

* mono/gmime-sharp.dll.config.in: Dll map the .so.MajorVersion
instead of .so.Version.

(wiz)

2011-09-08 19:49:54 UTC MAIN commitmail json YAML

Updated www/p5-CGI-Simple to 1.113

(wiz)

2011-09-08 19:49:45 UTC MAIN commitmail json YAML

Update to 1.113 based on a patch by Stephan Tesch.

1.113  2010-12-27
      - (thanks to Yamada Masahiro) randomise multipart boundary string
        (security).

      - Numerous changes from Mark Stosberg:

        Port max-age support from CGI.pm, to improve compatibility and
        RFC-compliance

        Correct header comment in cookie.t

        It claims that is a simple copy/paste/modify from CGI.pm's test
        by the same name, but this has not been true for some time--
        CGI::Simple added

        httponly tests that CGI.pm lacks, for example.

        Sync cookie references with CGI.pm: add reference to the
        newer RFC 2695

        "Interface to browse cookies" looks like it was typo for
        "browser". HTTP is more precise.

        Fix awkward "CGI::Simple.pm" language. It looks like it probably
        originated from the CGI.pm form. "CGI::Simple" is used instead.

        Best Practice: eliminate indirect object notation from new(),
        parse() and fetch() calls

        Security: Fix handling of embedded malicious newlines in header
          values This is a direct port of the same security fix that

        Security: use a random MIME boundary by default in
          multipart_init(). This is a direct port of the same issue
          which was addressed in CGI.pm, preventing some kinds of
          potential header injection attacks.

        Port from CGI.pm: Fix multi-line header parsing.
          This fix is covered by the tests in t/header.t added in
          the previous patch. If you run those tests without this
          patch, you'll see how the headers would be malformed
          without this fix.

        Port CRLF injection prevention from CGI.pm

        Optimize Vars(): Don't build %hash if we aren't going to use it.

        Micro-optimization to Vars(): Don't call "tie" unless we need to.

      - Numerous changes from K. Berov:

        Added "+" to the mime character class.

        Added tests for C<$mime = $q->upload_info( $filename, 'mime' );>

        Fixed wrong match for mimetypes. Example: matched only
        'application/vnd' instead of 'application/vnd.ms-excel'.

        Added "\." to the mime character class

(wiz)

2011-09-08 19:46:42 UTC MAIN commitmail json YAML

Updated devel/cgdb to 0.6.5

(wiz)

2011-09-08 19:46:31 UTC MAIN commitmail json YAML

Update to 0.6.5. From Peter Tworek on pkgsrc-users.

cgdb-0.6.5 (01/01/2010)

  * Turn autosourcereload to on by default. This matches GDB's behavior.

  * CGDB should successfully build on Mac OS X 10.5.
    Thanks Kyle McKay for sending in this patch.

  * Add support for :up and :down in the cgdb status bar.
    Thanks Benoit Pierre for reporting this.

  * Enhanced tgdb in a2 mode. It now understands GNAT's
    pre-instance-choice, instance-choice, post-instance-choice extension.

  * Made searching and :commands a little more vi-like. If you abort a
    search, you can still recall the last search with 'n' or 'N'.  If you
    backspace to the beginning of the line, a :command or /search is
    aborted.

  * Added some new cgdb commands.
      :c is now a synonym for :continue
      :f is now a synonym for :finish
      :n is now a synonym for :next
      :r is not a synonym for :run
      :s is now a synonym for :step
      :start is a new command that will send "start" to the debugger
      :kill is a new command that will send "kill" to the debugger

  * Shortcut mode has been removed from cgdb. If you liked it, you can
    put these commands in your cgdbrc file,
      map r :run<CR>
      map c :continue<CR>
      map f :finish<CR>
      map n :next<CR>
      map s :step<CR>
    and you will get the same functionality. Do not forget that,
      F5 is the same as 'run'.
      F6 is the same as 'continue'.
      F7 is the same as 'finish'.
      F8 is the same as 'next'.
      F10 is the same as 'step'.
    are always available.

  * Added a feature to CGDB which allows it to ask readline what key
    sequence it uses for the Home and End keys. That way, if the terminfo
    database is wrong, but the OS vendor modified /etc/inputrc, CGDB will
    have a working Home and End key.

  * CGDB fully supports the use of maps now. The feature is similar in
    nature to the vim map feature.  It supports map, unmap, imap
    and iunmap. The map/unmap work in CGDB mode and the imap/iunmap
    work in GDB mode.

  * Added the cgdbmodekey configuration option. This allows the user to
    change the key that switches them from GDB mode to CGDB mode. The
    default value is the Escape key. This is useful for users that want
    to use readline in vi-mode.

  * Fixed a bug in CGDB where the Insert and Delete keys were not
    recognized properly all of the time.

cgdb-0.6.4 (04/28/2007)

  * CGDB can now be compiled with -jN option. It would fail previously.

  * CGDB should now build on freebsd with out any patches.

  * Added a new highlighting group, SelectedLineNr. From the documentation:
    This represents the group that is used when CGDB is displaying the
    currently selected line.  This is the line that the cursor is on.

  * CGDB shuts down now when it receives C-d (control d), just like GDB
    does.

  * Changed the GDB prompt from "(tgdb)" to "(gdb)". I think users
    will be more comfortable with "(gdb)".

  * Fixed a serious bug in CGDB. After the user entered a command
    CGDB would not accept any more commands. This would only
    happen sometimes, if at all. This is due to the fact that CGDB
    had a bug in it that was sensitive to the amount of data that
    the read system call returns to it.

  * Fixed a bug in CGDB where it would not show a file in the
    source viewer if there was a space in the path.

  * Removed the escdelay option. It has been replaced by the
    timeout, timeoutlen, ttimeout and ttimeoutlen options. Please
    see the CGDB manual for more documentation on these options.

  * Fixed a bug in libkui. If the user quickly typed ESC followed
    by an 'o' while in the GDB window, the 'o' character would not
    get processed by CGDB until another character was hit.

  * CGDB has improved it's -d (Set debugger to use) command line
    option. CGDB used to force the user to have a space between the
    -d and the debugger to use, like "cgdb -d /usr/bin/gdb". Now the
    user can also start CGDB like "cgdb -d/usr/bin/gdb".

  * CGDB now honor's the '--' command line option, which will allow the
    user to explicitly say when they want to end passing arguments to
    CGDB and begin passing arguments to the debugger.

  * Fixed another bug in the configure script. If the getopt.h header
    file is not available on the system, then CGDB will fail to configure.
    It should finish, and most likely build successfully.

  * Fixed yet another bug in the auto tools scripts. cgdb-0.6.3 would
    improperly install gdbmi_driver if make was invoked like
    'make DESTDIR=/foo install'.

  * Fixed another bug in the configure script. If the curses.h header
    file is not available on the system, then CGDB will fail to configure.
    It would previously configure and then end up with a compile error.

cgdb-0.6.3 (06/03/2006)

  * CGDB will no longer crash if you attempt to do a regular expression
    search with / when there is no file in the source viewer.

  * CGDB now uses a psuedo terminal (PTY) to start GDB on, instead of
    using a pipe. Jens Frederich reported that on a Mac, typing Ctrl-C
    while the inferior was running would cause GDB to shut down, thus
    causing CGDB to shut down. This patch fixes that problem. At the
    same time, this patch caused GDB to ask the user several other
    questions regarding shared breakpoints, and quiting while the
    inferior is running. Thus, CGDB acts more as if you were just using
    GDB.

  * CGDB is now maintained in a subversion repository instead of a
    CVS repository. Although this might not appear to effect end users,
    it is possible that there will be problems associated with this
    switch. For this reason, I have documented this here.

  * Fixed another bug in the configure script. CGDB should now be able
    to configure itself on a Mac. Thanks to Jens Frederich for finding
    and reporting this problem.

  * CGDB no longer packages the generated auto tool files in CVS. However,
    the distributions will have these files. This means you will need
    autoconf, autoheader and automake installed to compile CGDB from CVS.

  * CGDB now compiles according to the c89 standard. This should help with
    porting to older systems.

  * The file cgdb.txt is now installed into $PREFIX/share/cgdb/cgdb.txt. This
    is the file CGDB will now use to display the manual when :help is typed.
    This prevents CGDB from copying the data into the users home directory.

cgdb-0.6.2 (04/09/2006)

  * CGDB should run on solaris 2.5 again. I don't think it would since
    CGDB .6.0.

  * Fixed a bug in the configure script that was probably added in .6.0
    when the large readline integration was done. It was possible for
    readline to choose the wrong termcap library, because of a bad
    autoconf macro that CGDB was using. This could potentially cause the
    screen to get corrupted.

  * Fixed a bug in the syntax highlighter for C strings. A line like
    char *s = "\""; would cause the highlighter to break and most of the
    file after that would be displayed in red (string literal color).

  * The message 'CGDB had unexpected results, ...' will no longer be
    displayed when CGDB can not parse a breakpoint. This message was being
    displayed when a watchpoint was issued by the user. It does not fix any
    bugs though, just stops the message from being displayed.

cgdb-0.6.1 (03/06/2006)

  * An improvement for tab completion support. With certain versions of GDB,
    an extra line "server complete ..." would be added to the list of
    possible completions. This is no longer added. I believe this would
    only happen with really old versions of GDB.

  * Improved tab completion support in readline for quoted data. For
    instance tab completing C++ member functions like b 'foo::b<tab>
    will now produce b 'foo::bar()'.

  * Improved tab completion support. This comes in 2 forms. First, CGDB
    honors the readline variable rl_completion_query_items. If the number
    of completions is greater than this variable, then the user will be
    asked if they want the completion to happen. Second, after each page of
    completions, the user will be asked if they want more completions to be
    displayed or not.

  * Thanks to Steve Folta for sending in a patch which added support in CGDB
    for configuring the syntax colors. The colors used to be hard coded and
    could not be changed. Now just use the ":highlight" command to change
    the default colors.  There is a new section in the manual called
    "CGDB highlighting groups" that describes the new functionality.

  * Again, thanks to Steve Folta for getting CGDB to run on terminals with
    background colors besides black. CGDB used to paint the terminal
    background color black regardless of what it was. Now it respects the
    background color. This feature only works when linked to ncurses. If you
    have curses, CGDB will force the background black.

  * CGDB broke it's terminal resizing functionality in cgdb-0.6.0. This is
    now working again. The bug was introduced while bringing readline into
    the same address space as CGDB.

  * The man page now get's installed when 'make install' is done.

cgdb-0.6.0 (01/30/2006)

  * There is a new manual for CGDB. The text version is located in
    cgdb/doc/cgdb.txt. The info version is available at cgdb/doc/cgdb.info.
    The text, html, pdf, info and possibly other versions are avialable at
    http://cgdb.sourceforge.net/documentation.shtml

  * There is a new CGDB man page. It is located in cgdb/doc/cgdb.1.

  * Fix a crash in CGDB if the user would type ':e' or ':edit' in the
    source window, and the source window was empty. This crash is considered
    not very significant, since I can't understand why the user would try to
    refresh the file, if it didn't exist.

  * Removed the :q! and :quit! commands, since they don't do anything
    different than :q or :quit.

  * Fix a bug regarding the CGDB source viewer displaying breakpoints. If you
    used the file dialog to open a file, and the file was an absolute
    path, CGDB would display the file. If it was the first time CGDB
    encountered this file, then when you set a breakpoint, CGDB would not
    display the line as having a breakpoint in the source window, even though
    the breakpoint was actually being set. This is now fixed.

  * CGDB now supports getting the initial line, as well as the initial
    file that GDB is on when it first starts the inferior. It used to only
    determine the initial file.

  * CGDB now supports when the terminal does not have control flow turned
    on. If control flow (XON/XOFF) is off, the ^s and ^q will go directly
    to readline instead of freezing and restarting the terminal.

  * CGDB now allows the user to use the \ character for line continuation
    purposes. GDB handles this and now CGDB also handles this. Before this,
    CGDB would break if the user attempted to do line continuation.

  * CGDB no longer needs to do a fork to communicate data back and forth to
    readline, it runs readline in it's own process context. This is a huge
    improvement because it means that when you run CGDB you should only see 1
    process executing instead of the usual 2.

  * CGDB now supports tab completion. This has been a long awaited missing
    feature of CGDB.

  * CGDB now depends on readline 5.1.

  * Fix a bug in the c/c++ syntax highlighter. If a file had "\\" as a
    string literal, the CGDB syntax tokenizer would be built incorrectly
    resulting in incorrect file highlighting.

cgdb-0.5.3 (08/08/2005)

  * CGDB now can detect the version of readline that it is going to link against.
  By doing this, it can alert the user at configure time if the readline version
  is OK to build CGDB with. If it is not OK, configure will fail.

  * CGDB has changed it's user interface in a way that is not backwards compatible.
  The 't' key, now sets a temporary breakpoint. The 't' key used to put CGDB into
  insert mode in the TTY window. Now 'I' does that.

  * CGDB is now capable of setting a temporary breakpoint thanks to Marcel Lanz.
  He sent in a patch with the functionality. Hitting 't' set's a temporary breakpoint.

  * It was reported that the "Windows" Key would cause CGDB to shut down.
  This has been fixed.

  * Added a new 'arrowstyle' option, see README for documentation

  * Add the ^l command to the Source window. CGDB will now clear and redraw
  the screen when this command is received.

  * It is now required to have the GNU history library in order
  to configure CGDB successfully. This was always the case, but the
  configure checks wouldn't catch it.

  * Get readline configure check to only look for libreadline. Not libedit, ...
  Future version of CGDB will depend on functionality that only readline will
  contains.

cgdb-0.5.2 (05/21/2005)

  * Attempt to get autoconf/automake machinery working with command,
  make DESTDIR=... install. This should simplify the job of package maintainers.

  * Added the --with-readline-prefix autoconf option. This makes configuring CGDB
  much easier when readline is in a non standard place.

  * Fixed major bug in CGDB-0.5.1 that prevented it from running on Solaris 9,
  FreeBSD 5.2.1 and probably many others. CGDB would hang when trying to read
  input. This bug made it impossible to use CGDB on those platforms. libkui is
  the cause of this problem and was a replacement input library for CGDB in
  cgdb-0.5.1. The bug is now fixed.

cgdb-0.5.1 (04/02/2005)

  * fixed crash when user tries to set a breakpoint on a file that's not
  a source file. This would happen if you typed ':help' to get into the
  help, and then tried to set a breakpoint using the spacebar.

  * obsolete the b and f commands. These were responsible for moving between
  the previous and the next source file. They made CGDB unstable and I don't
  think they were in the spirit of a vi/vim clone.

  * fixed an annoying bug that appeared while searching for a string. If you
  canceled the source view regex search by hitting ESC, 2 bad things would happen.
  You would end up on the line that you cancelled at
  The currently displayed line would stay the line you can cancelled at, even when
  you start moving around again.

  * reworked the signal handling code when GDB dies. Now CGDB handles the SIGCHLD
  and passes the signal notification to TGDB. This fixes a race condition that
  occurred, even though the race condition appeared to be harmless.

  * Several memory runtime fixes found thanks to valgrind. This could potentially
  fix crash's that I just never ran into.

  * Fix a bug in the c/c++ syntax highlighter. If a file had a dos file format
  and the C++ style comment // was used, then the file displayed would be
  completely unreadable. This is because the trailing '\r' would get grouped with
  the comment.

  * Fix CGDB command line interface. If the user invoked CGDB like this,
  'cgdb --args ./main one two three', then CGDB would hang or crash. This
  was because it use to add extra command line options to GDB on the end.
  Now it prepends the options to GDB, so that the --args command line
  can still be honored.

  * Added new logger interface. This traps all errors to a file or
  a file descriptor. There is now a mechanism to write warnings and
  errors to a file for inspection by the user.

  * Removed deprecated libinput from the various subdirectory. It has been
  replaced by libkui.

  * Added 'set asr' or autosourcereload option to CGDB. It is off by default.
  It is capable of reloading a source file when CGDB detects that a file has
  been modified. To turn this feature on do ':set asr'.

  * The :edit [:e] colon command has been implemented. It forces CGDB to
  reload the current file in the source viewer.

cgdb-0.5.0 (07/14/2004)

  * "progs" directory is no longer installed in a potentially
  read-only directory. It is installed now in top_builddir, instead of
  top_srcdir.

  * Added libkui into CGDB. This is the fisrt of the 4 new libraries
  designed to make CGDB flexible and modular. Because of this, the version
  number has been bumped up to .5.0.

  * Fixed crash in TGDB when buffering commands. If the user hit
  'n' <Enter> <Enter> ... fast, while GDB was not responding, or working
  on a command, the buffering code in TGDB would enter a bad command into
  a queue, causing it to crash when it tries to execute the command.

  * Fix crash in CGDB when parsing command line parameters. I think this crash
    showed up when I starting compiling CGDB with 3.3 instead of 2.95. It would
    crash when trying to pass the --pid argument to GDB through CGDB.

cgdb-0.4.2 (05/10/2004)

    * CGDB now compiles again on AIX 4.3.  Fixed Makefile.am in various/util/src
      to not have a space between the -L and the path.

cgdb-0.4.1 (04/26/2004)

  * Removed a memory leak from CGDB. When debugging applications that output
  a lot of text, CGDB would reportedly grow well over 400MB. Thanks to the
  sender of this patch, who decided to keep themselves anonymous.

  * Removed all instances of PATH_MAX and replaced with FSUTIL_PATH_MAX.
  PATH_MAX is not defined on HURD, and thus CGDB wouldn't compile in that
  environment.

  * Fixed TGDB bug. Tab completion was broken during cgdb-0.4.0 release.

(wiz)

2011-09-07 09:24:08 UTC MAIN commitmail json YAML

Remove inet6 option -- the configure script doesn't recognize the argument
the option added.

(wiz)

2011-09-06 22:59:43 UTC MAIN commitmail json YAML

+ apache2-2.2.20, bzr-2.2.5, calibre-0.8.17, flightgear-2.4,
  kdiff3-0.9.96, openssh-5.9p1.

(wiz)

2011-09-06 20:45:05 UTC MAIN commitmail json YAML