summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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)
2006-01-27DragonFly has libutil.h like FreeBSD. Include sys/time.h to getjoerg5-14/+63
struct timeval on DragonFly. Use BSD_INSTALL_PROGRAM, removing the unportable -r flag at the same time. Fix build with newer OpenSSL versions by including openssl/sha.h explicitly.
2006-01-27Needs openssl/md5.h.joerg2-1/+14
2006-01-27Fix errno. Replace uchar_t usage with unsigned char directly, the filejoerg7-12/+100
got patched anyway. Add DragonFly. Nuke some more prototypes in files already touched.
2006-01-27Make the setup.py hack a bit more likely to work:joerg3-6/+13
/usr/pkg/include and /usr/include can appear in any order, PREFIX can be != /usr/pkg. XXX Why this hack and not split + filter to remove the include pathes?
2006-01-27Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-27Add DragonFly support. Fix errno.joerg8-6/+96
2006-01-27Added a description for INSTALLATION_DIRS. Reworded the text of therillig1-11/+41
build.install section.
2006-01-27Note update of ns.minskim1-1/+2
2006-01-27Update ns to 2.29.minskim6-3365/+230
Changes: - updated SCTP implementation. - added new retransmission policy for sending fast retransmissions to the same destination and timeout retransmissions to an alternate destination - added experimental feature: changePrimaryThresh_ sets a threshold for when the primary destination is changed automatically - added the ability to specify one of three dormant state actions - added the ability to track the number of times fast retransmit, multiple fast retransmit, and timeouts are invoked - new TCL bindable variables: initial RTO, min RTO, max RTO, fast rtx trigger, and sack delay - bug fixes.
2006-01-27- Found the one variable that slipped through when renaming $file torillig1-3/+3
$fname.
2006-01-27Note update of tcl-tclcl.minskim1-1/+2
2006-01-27Update tcl-tclcl to 1.17.minskim5-15/+430
Changes: - Support more platforms: Mac OS X, Fedora Core 4, and Debian.
2006-01-27Note update of otcl.minskim1-1/+2
2006-01-27Update tcl-otcl to 1.11.minskim6-42/+66
Changes: - Support more platforms: Mac OS X, Debian, and Fedora.
2006-01-27- Fixed inconsistent use of white-space.rillig1-3/+3
2006-01-27- Reformatted simple getter/setter methods to save some space.rillig1-46/+19