summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2006-01-27- Globally renamed all variables called $file into $fname. The identifierrillig1-66/+66
$file is reserved for variables of the type PkgLint::File.
2006-01-27- Added the two data types PkgLint::File and PkgLint::Location. I will needrillig1-1/+57
them soon.
2006-01-26Updated editors/abiword[-plugins] to 2.4.2nb2adam1-1/+3
2006-01-26Buildlink clean-up + new plug-insadam4-26/+63
2006-01-26- Gorm (thanks, adam), radmind (thanks, joerg), spamprobe (thanks, hubertf),wiz1-5/+1
tor (thanks, jschauma).
2006-01-26Buildlink fixadam2-20/+9
2006-01-26- Added the PkgLint::Util::match function that matches a string against arillig1-2/+18
regular expression and saves the values of the volatile @- and @+ arrays.
2006-01-26Added devel/ruby-ncurses and www/raggle.xtraeme1-1/+3
2006-01-26+ ragglextraeme1-1/+2
2006-01-26Initial import of raggle-0.4.4 from pkgsrc-wip, packaged by Rasputnik.xtraeme5-0/+74
Raggle is a console RSS aggregator, written in Ruby. Features include customizable keybindings, basic HTML rendering, HTTP proxy support, OPML import/export, themes, support for various versions of RSS, screen (pkgsrc/misc/screen) support, browser auto-detection, and more...
2006-01-26+ ruby-ncursesxtraeme1-1/+2