summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2006-01-27+ john-1.7, zile-2.2.11.wiz1-2/+3
2006-01-27Whoops, I forgot to actually fix the PLIST when I last "fixed" this. Bumpmarkd2-4/+4
PKGREVISION again.
2006-01-27I will be the maintainer for now.xtraeme3-6/+6
2006-01-27Updated multimedia/avidemux to 2.1.1xtraeme2-3/+3
2006-01-27Update to 2.1.1 (latest stable version).xtraeme4-11/+30
Please see the Changelog file, because our previous version was really out of date (maybe 1 year) and there were a lot of changes.
2006-01-27Added lang/spidermonkey (required by the newer avidemux pkg)xtraeme2-2/+4
2006-01-27Initial import of spidermonkey-1.5.xtraeme7-0/+206
SpiderMonkey is the code-name for the Mozilla's C implementation of JavaScript.
2006-01-27Updated lang/coq to 8.0pl3tonio2-3/+3
2006-01-27Update lang/coq to 8.0pl3tonio5-113/+99
Changelog: - Coq sources made compatible with ocaml 3.09.0 and lablgtk 2.6.0. - The search depth argument of auto can be parameterised in the Ltac language - Added entry constr_may_eval for tactic extensions (new syntax) - A couple of lemmas of ZArith were renamed: O -> 0 - many bugfixes, for extraction, Ltac, tactics...
2006-01-27link fixes for p5-gettextjoerg1-1/+2
2006-01-27The perl framework didn't look in /usr/pkg/lib when searching for -lintljoerg1-1/+7
and therefore, dropped it ultimately. Hack around this by explicitly including the library path. Bump revision.
2006-01-27Do not use the wrapper for ocaml (the wrapper is incorrect then, it tries to ↵tonio1-2/+7
pass -cclib as argument, but this is not an argument for ocaml) Instead, create a symlink for ocaml (this was causing problems in coq configure, which runs ocaml to detect its version)