Commit graph

92042 commits

Author SHA1 Message Date
rillig
88967cb916 Added a patch for MIPSpro. 2006-01-28 02:54:32 +00:00
rxg
4e2e060367 Added libchewing. 2006-01-28 02:47:23 +00:00
rxg
d8aea2b5f6 Added & enable libchewing. 2006-01-28 02:43:53 +00:00
rxg
ccda03637f Initial import libchewing-0.2.7.
The intelligent phonetic input method library.
Ok'ed by wiz.
2006-01-28 02:42:06 +00:00
salo
bb56cb872b Note graphics/ImageMagick PKGREVISION bump: security fixes. 2006-01-28 02:41:41 +00:00
salo
5c81dfe171 Security fixes for CVE-2006-0082 and Debian bug #345595:
"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-28 02:36:55 +00:00
rillig
5607de5e2e Added a patch to support MIPSpro. 2006-01-28 02:03:57 +00:00
rillig
2ae8a8abd0 Added p5-UNIVERSAL-require. 2006-01-28 00:37:40 +00:00
jlam
63b6d811e1 Actually heed the value of IMAKE if it is set by the user. 2006-01-28 00:32:31 +00:00
ben
a6527a54a8 Correct typo in distinfo. 2006-01-28 00:19:56 +00:00
minskim
818f1eb7f4 Note update of xchm. 2006-01-27 23:21:59 +00:00
minskim
788b6c355d Update xchm to 1.3.
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-27 23:21:17 +00:00
tonio
99bbf9490e Take care to quote PATH variables: they may contains path with spaces
Fix PR pkg/32654, applying the proposed patches, thanks Peter Bex
2006-01-27 23:13:54 +00:00
wiz
102afff866 Remove some superfluous entries. 2006-01-27 22:35:13 +00:00
wiz
28dd897126 + john-1.7, zile-2.2.11. 2006-01-27 22:34:11 +00:00
markd
e2fe14385e Whoops, I forgot to actually fix the PLIST when I last "fixed" this. Bump
PKGREVISION again.
2006-01-27 21:50:41 +00:00
xtraeme
de090f5b5a I will be the maintainer for now. 2006-01-27 20:35:54 +00:00
xtraeme
87f19fd68f Updated multimedia/avidemux to 2.1.1 2006-01-27 20:30:06 +00:00
xtraeme
e2ae66f416 Update to 2.1.1 (latest stable version).
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-27 20:28:56 +00:00
xtraeme
bc22a20b5c Added lang/spidermonkey (required by the newer avidemux pkg) 2006-01-27 19:48:53 +00:00
xtraeme
345b920039 Initial import of spidermonkey-1.5.
SpiderMonkey is the code-name for the Mozilla's C implementation of
JavaScript.
2006-01-27 19:47:21 +00:00
tonio
f12cd15a40 Updated lang/coq to 8.0pl3 2006-01-27 19:24:51 +00:00
tonio
d5b5fb65e4 Update lang/coq to 8.0pl3
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-27 19:22:58 +00:00
joerg
3df0ea74f6 link fixes for p5-gettext 2006-01-27 19:22:40 +00:00
joerg
b127b8dd01 The perl framework didn't look in /usr/pkg/lib when searching for -lintl
and therefore, dropped it ultimately. Hack around this by explicitly
including the library path. Bump revision.
2006-01-27 19:21:59 +00:00
tonio
157eae4b8e Do not use the wrapper for ocaml (the wrapper is incorrect then, it tries to 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-27 19:03:16 +00:00
joerg
2646e50baa DragonFly has libutil.h like FreeBSD. Include sys/time.h to get
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-27 18:08:10 +00:00
joerg
9d2800c9e7 Needs openssl/md5.h. 2006-01-27 17:48:22 +00:00
joerg
67630b6afe Fix errno. Replace uchar_t usage with unsigned char directly, the file
got patched anyway. Add DragonFly. Nuke some more prototypes in files
already touched.
2006-01-27 17:33:55 +00:00
joerg
601ef90e28 Make the setup.py hack a bit more likely to work:
/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-27 17:13:56 +00:00
joerg
fcbfa948bb Has BROKEN_GETTEXT_DETECTION. 2006-01-27 16:41:44 +00:00
joerg
27c42e0d7e Add DragonFly support. Fix errno. 2006-01-27 16:34:36 +00:00
rillig
ff0341dde1 Added a description for INSTALLATION_DIRS. Reworded the text of the
build.install section.
2006-01-27 04:06:25 +00:00
minskim
5201658fa1 Note update of ns. 2006-01-27 02:33:12 +00:00
minskim
aad2643a57 Update ns to 2.29.
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 02:31:43 +00:00
rillig
0d54162e3d - Found the one variable that slipped through when renaming $file to
$fname.
2006-01-27 02:25:52 +00:00
minskim
0b40edee1d Note update of tcl-tclcl. 2006-01-27 01:35:05 +00:00
minskim
5efdfdfd7a Update tcl-tclcl to 1.17.
Changes:
- Support more platforms: Mac OS X, Fedora Core 4, and Debian.
2006-01-27 01:34:38 +00:00
minskim
56d9940113 Note update of otcl. 2006-01-27 01:18:48 +00:00
minskim
c7ed0bb1a4 Update tcl-otcl to 1.11.
Changes:
- Support more platforms: Mac OS X, Debian, and Fedora.
2006-01-27 01:18:19 +00:00
rillig
a45550b4ce - Fixed inconsistent use of white-space. 2006-01-27 00:56:26 +00:00
rillig
825e4abfb6 - Reformatted simple getter/setter methods to save some space. 2006-01-27 00:55:08 +00:00
rillig
48fa42a5a7 - Globally renamed all variables called $file into $fname. The identifier
$file is reserved for variables of the type PkgLint::File.
2006-01-27 00:48:57 +00:00
rillig
f833e97ec7 - Added the two data types PkgLint::File and PkgLint::Location. I will need
them soon.
2006-01-27 00:07:07 +00:00
adam
f14e43d91f Updated editors/abiword[-plugins] to 2.4.2nb2 2006-01-26 23:24:29 +00:00
adam
7306c014e8 Buildlink clean-up + new plug-ins 2006-01-26 23:23:08 +00:00
wiz
31208b95d6 - Gorm (thanks, adam), radmind (thanks, joerg), spamprobe (thanks, hubertf),
tor (thanks, jschauma).
2006-01-26 23:08:51 +00:00
adam
78a763e2d0 Buildlink fix 2006-01-26 23:06:16 +00:00
rillig
3a4982c5f2 - Added the PkgLint::Util::match function that matches a string against a
regular expression and saves the values of the volatile @- and @+ arrays.
2006-01-26 23:05:49 +00:00
xtraeme
466aba8f5a Added devel/ruby-ncurses and www/raggle. 2006-01-26 23:04:03 +00:00