summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-29Include mplex in the mjpegtools package, and bump PKGREVISION.ben9-95/+7
Remove mplex as a standalone package, to reduce maintenance.
2006-01-29Fixed pkglint -Wall warnings.rillig2-877/+877
2006-01-29devel/cvs updated to 1.11.21.wiz2-4/+4
2006-01-29Update to 1.11.21:wiz19-101/+86
Changes since 1.11.20: ********************** BUG FIXES * Thanks to Serguei E. Leontiev, CVS with Kerberos 5 GSSAPI should automatically link on FreeBSD 5.x. (bug #14639). * Thanks to Rahul Bhargava, heavily loaded systems suffering from a disk crash or power failure will not lose data they claimed to have committed. * CVS server now handles conflict markers in Entry requests as documented. * CVS now remembers that binary file merge conflicts occurred until the timestamp of the updated binary file changes. * CVS client now saves some bandwidth by not sending the contents of files with conflicts to the server when it isn't needed. * CVS now does correct locking during import. * A problem where the server could block indefinitely waiting for an EOF from the client when compression was enabled has been fixed. * `cvs diff' no longer splits its arguments on spaces. * Thanks to an old report and patch from Stewart Brodie, a potential crash in response to a corrupt RCS file has been fixed. * CVS now locks the history and val-tags files before writing to them. Especially with large repositories, users should no longer see new warnings about corrupt history records when using the `cvs history' command. Existing corrupt history records will still need to be removed manually. val-tags corruption should have had less obvious effects, but removing the CVSROOT/val-tags file and allowing a 1.11.21 or later version of CVS to regenerate it may eliminate a few odd behaviors and possibly cause a slight speed up of read transactions in large repositories over time.
2006-01-29s/wip/devel/xtraeme1-2/+2
2006-01-29aspell-ukrainian updated to 1.1.wiz2-3/+3
2006-01-29Update to 1.1, aspell6 version of the dictionary.wiz3-8/+12
Probably other changes too.
2006-01-29Fixed all but one pkglint -Wall warnings.rillig1-13/+14
2006-01-29aspell-faroese updated to 0.2.24.wiz2-3/+3
2006-01-29Update to 0.2.24, changes undocumented.wiz4-36/+44
2006-01-29Note update to hpijs-2.1.4.gavan1-1/+2
2006-01-29Update to hpijs 2.1.4.gavan3-10/+99
This release contains support for a number of new printers.
2006-01-29aspell-danish updated to 1.4.52.wiz2-3/+3
2006-01-29Update to 1.4.52. Changes unknown, but since it is a wordlist,wiz4-35/+44
I expect better words :)
2006-01-29add a missing .PHONY: Now if you do something likedmcmahill1-1/+2
cd pkgsrc/foo touch fetch make fetch you get the correct behaviour.
2006-01-29Fixed the remaining pkglint -Wall warnings.rillig2-13/+15
2006-01-29- Variables whose name end in DIR, DIRS, FILE, FILES, as well as PATH,rillig1-1/+4
PREFIX, LOCALBASE and PKGNAME may appear in single quotes.
2006-01-29- Fixed some pkglint warnings.rillig3-70/+73
- Replaced absolute directories like /usr/pkg and /var with ${PREFIX} and ${VARBASE}. - USE_TOOLS+=perl:run, since there is one Perl program installed with the package. - Bumped PKGREVISION.
2006-01-29Note update of autocue to 20060129 (bug fixes).agc1-1/+2
2006-01-29Fix some nits and bugs, update to autocue-20060129:agc2-7/+7
+ make the output buffer the same size as the input buffer, useful for longer paragraphs + separate paragraphs with a " -" line + make fast scrolling a bit faster
2006-01-28+ leafpad-0.8.7.wiz1-2/+2
2006-01-28gtk2+ updated to 2.8.11.wiz1-1/+2
2006-01-28Update to 2.8.11:wiz3-8/+9
Overview of Changes from GTK+ 2.8.10 to GTK+ 2.8.11 =================================================== * Avoid memory overruns in the pixbuf theme engine with nonsensical gradient specifications. [Matthias] * Bugs fixed: 326003 Cursor doesn't move as expected [Evert Verhellen] 326806 Segfault from combination of gtk_container_set_resize_mode() and GtkComboBox [Sebastien Bacher] 327751 segfault in update_cursor on amd64 [Ryan Lovett] 327538 eog crashes at launch under AIX [Christophe Belle] 153213 "~" should bring up the location dialog [Dan Winship] 327934 gtk_text_layout_get_cursor_locations() chokes on layout=0x0 [Christian Kirbach] * Documentation improvements [Federico Mena Quintero] * Translation updates (es,pt_BR,zh_HK,zh_TW)
2006-01-28Add zh_HK locale for gtk2+-2.8.11.wiz22-22/+110
2006-01-28Note the addition of misc/autocue 20060128agc1-1/+2
2006-01-28Add and enable autocue.agc1-1/+2
2006-01-28Initial import of autocue-20060128 into the Packages Collection.agc7-0/+305
autocue is a program which takes a simple text file as input, and outputs its contents, broken up into paragraphs, and formatted by fmt, into xcb's cut buffers. From there, the text can be pasted with a simple mouse click. autocue will then wait for a period of time relative to the size of the text, before moving onto the next paragraph. Successive cut buffers will be used, and then will wrap to the beginning. The speed can be varied whilst the program is running - by sending a SIGUSR1 to the process, autocue will go faster. Sending a SIGUSR2 to the process will make it go slower. This program can be used to scroll a presentation, along with timing information (a beep is sounded when the next buffer should be pasted), and the presenter can simply paste into the presentation window.
2006-01-28Added a forgotten include file in our patch for auction.c. This way, theheinz2-5/+13
compiler does not complain (or abort) about "int to pointer conversion" anymore. This should fix the build on IRIX with the mipspro compiler.
2006-01-28Fix another typo. Will avoid this problem in the future with pkglint.ben1-2/+2
2006-01-28- PkgLint::String::substring accepts an undefined second argument.rillig1-9/+34
- Added PkgLint::String::match_all. - Make(1) variables of the form $(...) are detected properly. - The shellword parser's state is printed in --debug mode. - In double quoted strings, normal text is processed faster. - The proof of concept for match_all is done with finding absolute pathnames in patch files.
2006-01-28- Added a comment above get_regex_plurals, explaining what it does.rillig1-1/+7
2006-01-28- Added PkgLint::Util::min and PkgLint::Util::max.rillig1-31/+44
- Rewrote PkgLint::String::substring to make it look less like a Brainf*** program. I guess this will greatly improve execution speed.
2006-01-28- Removed PkgLint::Util::match.rillig1-24/+64
- Added PkgLint::Match, which represents the result of matching a regular expression against a PkgLint::String. - Fixed the arguments to substr in PkgLint::String::substring. - Added PkgLint::String::match. - Added a proof of concept in checkfile_patch, in the warning about RCS tags. Run pkglint -s --klickibunti to see it.
2006-01-28print/latex-mk to 1.5dmcmahill1-1/+2
2006-01-28update to latex-mk-1.5dmcmahill4-28/+9
* When using tex2page or HeVeA for html output, do not force the running of LaTeX. With latex2html, LaTeX will still be run because latex2html makes use of the .aux files generated by LaTeX. * Fixed a bug where if the BibTeX input file was modified LaTeX would be run again but not BibTeX. * Added a --tex2page mode for latex-mk (the script) which allows latex-mk to run tex2page the appropriate number of times to resolves all references. * Improve the cleaning of tex2page generated output. * Added latex.subdir.mk to support recursive builds.
2006-01-28Added chewing module support.rxg11-50/+651
Taken the patches form - http://chewing.csie.net/download/xcin/xcin-chewing-20041004.diff Used PKG_SYSCONFDIR schema. Used ${PAX} to do post-install. Bump PKGREVISION.
2006-01-28Added a patch for MIPSpro.rillig2-1/+20
2006-01-28Added libchewing.rxg1-1/+2
2006-01-28Added & enable libchewing.rxg1-1/+2
2006-01-28Initial import libchewing-0.2.7.rxg5-0/+63
The intelligent phonetic input method library. Ok'ed by wiz.
2006-01-28Note graphics/ImageMagick PKGREVISION bump: security fixes.salo1-1/+2
2006-01-28Security fixes for CVE-2006-0082 and Debian bug #345595:salo9-2/+255
"Format string vulnerabilities in ImageMagick allow user-complicit attackers to cause a denial of service (crash) and possibly execute arbitrary code via a numeric format string specifier such as %d in the file name, a variant of CVE-2005-0397, and as demonstrated using the convert program." Patches from Debian. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0082 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345876 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345595
2006-01-28Added a patch to support MIPSpro.rillig2-1/+23
2006-01-28Added p5-UNIVERSAL-require.rillig1-1/+2
2006-01-28Actually heed the value of IMAKE if it is set by the user.jlam1-2/+2
2006-01-28Correct typo in distinfo.ben1-2/+2
2006-01-27Note update of xchm.minskim2-3/+3
2006-01-27Update xchm to 1.3.minskim3-8/+9
Changes: + added Czech translation. + added Slovak translation. + updated Russian translation. + updated French translation. + removed useless mouse scroll patch for Mac OS X. + fixed the About dialog on Mac OS X. + fixed the HTML link to Pabs' chmspec page. + now allowing the 'back' button to get to the welcome page. + the code compiles on Win32 with MinGW without patches + added Win32 resource and icon files + applied GCC 4.1 related patch
2006-01-27Take care to quote PATH variables: they may contains path with spacestonio3-1/+73
Fix PR pkg/32654, applying the proposed patches, thanks Peter Bex
2006-01-27Remove some superfluous entries.wiz1-4/+1