Commit graph

84965 commits

Author SHA1 Message Date
wulf
bea0900a06 New package fftwf-3.0.1: A single precision library version of math/fftw 2005-10-02 12:06:42 +00:00
joerg
3cb54ed23e Replace getopt with equivalent code. This unbreaks bmake on DragonFly.
Obtained-from: src/usr.bin/make/main.c, rev 1.98
2005-10-02 11:43:34 +00:00
wiz
2c86cb721d More master sites updates from Leonard Schmidt in PR 31271. 2005-10-02 11:23:08 +00:00
wiz
801011db01 Added textproc/convertlit version 1.8 2005-10-02 11:12:16 +00:00
wiz
3e861c06fe Add and enable convertlit. 2005-10-02 11:11:27 +00:00
wiz
0d0d3e90e8 Initial import of convertlit:
Convert LIT, the program which allows you to convert Microsoft
Legal Reader format eBooks into open format for use with software
or devices which are not Download directly compatible with Microsoft's
Reader.

Approved by wennmach@
2005-10-02 11:10:45 +00:00
jmmv
bae24bbba8 Note revision bump for cairo to 2. 2005-10-02 10:55:02 +00:00
jmmv
50977d333c Cairo uses pthreads, so link it against the threading library.
Fixes build problems of other packages using cairo (nothing could be linked
with -lcairo before), at least under NetBSD 2.0.  Bump PKGREVISION to 2.
2005-10-02 10:54:37 +00:00
recht
1da55da943 sync with new Python 2.4 version 2005-10-02 10:50:57 +00:00
jmmv
e7a9d3677d Note update of pkg_comp to 1.23. 2005-10-02 09:38:59 +00:00
jmmv
a13cc4da40 Update to 1.23:
- Sync SETS_X11's default value with recent NetBSD versions: xcontrib.tgz
  and xmisc.tgz disappeared while xetc.tgz was added, starting in NetBSD 2.0.
2005-10-02 09:38:39 +00:00
jmmv
5bc1ce5139 Note update of verifypc to 1.1. 2005-10-02 09:29:53 +00:00
jmmv
d5be86ac47 Update to 1.1:
- Raise an appropriate warning if pkg_admin pmatch fails due to an incorrect
  pattern (e.g., cairo>=0.5.2-head is unrecognized).
2005-10-02 09:29:29 +00:00
jmmv
42be372868 Add missing article in comment. 2005-10-02 09:09:31 +00:00
rh
054bb2f138 Note PKGREVISION bump for cairo 2005-10-02 08:10:42 +00:00
rh
735a98c216 Enable the quartz backend on Darwin if Quartz.framework exists.
Bump PKGREVISION.
2005-10-02 08:09:43 +00:00
taca
0dc2ef9a6e Note update of graphics/ruby-RMagick package to 1.9.2. 2005-10-02 06:42:48 +00:00
taca
2d0ceba29e Update ruby-RMagick package to 1.9.2 based on PR pkg/31408 from OBATA Akio.
pkgsrc's change is to use bz2 archive.

RMagick 1.9.2
    o Feature 2412, add the virtual_pixel_method attribute and the
		    VirtualPixelMethod enumeration
    o Feature 2462, add the ticks_per_second attribute
2005-10-02 06:41:47 +00:00
taca
98d76dd613 Fix last adzap's entry. 2005-10-02 06:37:23 +00:00
taca
5b815e2035 Note update of security/ruby-digest and security/ruby-openssl pacakge to
1.8.2nb2.
2005-10-02 06:22:38 +00:00
taca
9480c9965a Fix portability problem with newer OpenSSL (on DragonFlyBSD) reported by
PR pkg/31405 from Todd Willey.

Bump PKGREVISION.
2005-10-02 06:20:47 +00:00
taca
66c08b4186 Portability fixes from ruby-1.8's CVS fixing PR pkg/31400 by Todd Willey.
Bump PKGREVISION.
2005-10-02 06:17:43 +00:00
taca
1f5c630267 +samba-3.0.20a (has released.) 2005-10-02 06:12:55 +00:00
taca
aa7cf938e3 Note update of converters/libiconv package to 1.10nb3. 2005-10-02 06:11:15 +00:00
taca
70126d8847 Update libiconv-1.10-cp932.patch to libiconv-1.10-ja-1.patch,
approved by wiz.

Bump PKGREVISION.

 New in libiconv-1.10-ja.patch:

 * Changed EUC-JP, SHIFT_JIS, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2,
   ISO-2022-JP-3, DEC-KANJI converters, so that JIS X 0208 1-29(0x815C )EM DASH
   is converted into U+2014 EM DASH instead of U+2015 HORIZONTAL BAR.
 * Changed SHIFT_JIS, SHIFT_JISX0213, ISO-2022-JP, ISO-2022-JP-1, ISO-2022-JP-2,
   ISO-2022-JP-3 converters, so that JIS X 0201 5/12(0x5C) YEN SIGN is
   converted into U+005C REVERSE SOLIDUS instead of U+00A5 YEN SIGN and
   JIS X 0201 7/14(0x7E) OVER LINE is converted into U+007E TILDE instead of
   U+203E OVER LINE.
 * Changed EUC-JP, SHIFT_JIS converters to exclude UDC mappings.
 * Added Shift_JIS-MS, SJIS-MS,
   MS932 as aliases for CP932.
 * Added CP51932 converter.
 * Added ISO-2022-JP-MS converter.
 * Added CP50221 as aliases for ISO-2022-JP-MS.

 New in libiconv-1.10-ja-1.patch:

* Fixed output JIS X 0201 kata-kana character as raw 8bit when converted to
  iso-2022-jp-ms.
* Fixed check tests/SHIFT_JISX0213.TXT
* Add WINDOWS-932 as alias of CP932.
* Add WINDOWS-51932 and MS51932 as alias of CP51932.
* Add WINDOWS-50221 and MS50221 as alias of ISO-2022-JP-MS.
* Add eucjpms (from MySQL) as alias of eucJP-ms.
* Introduce CHARSET_ALIAS environment variable support.
  Example)
    with /bin/sh:

      $ CHARSET_ALIAS="Shift_JIS=WINDOWS-932:EUC-JP=EUC-JP-MS:ISO-2022-JP=ISO-2022-JP-MS"
      $ export CHARSET_ALIAS
2005-10-02 06:09:47 +00:00
seb
0a6d1f007f Fix build with qt-3.3.5. 2005-10-02 05:09:52 +00:00
simonb
2c6e7fe436 Note update of adzap to version 20050921.
Only changes are more ad patterns.
2005-10-02 05:06:20 +00:00
simonb
4c3bf273e8 Note myself as maintainer of this package. 2005-10-02 05:04:48 +00:00
simonb
4c14019a95 Update to version 20050921. Only changes are more ad patterns. 2005-10-02 05:03:24 +00:00
seb
3b5a5bb78e Fix build with qt-3.3.5. 2005-10-02 04:55:05 +00:00
heas
852277e6aa Solaris 2.9's nawk does not like the syntax ($0 ~ /=/); it seems as if the
parser interprets this as the division operator '/=', so escape the =.
2005-10-02 02:05:29 +00:00
wiz
eccd1cc951 Note elinks update PR and remove mozilla-bin-1.7.11 (thanks, tron). 2005-10-02 01:22:55 +00:00
wiz
640adf6bd9 + micq-0.5.0.4, thunderbird{-gtk1}-1.0.7. 2005-10-02 01:09:35 +00:00
wulf
a01f1e47d5 Changed MASTER_SITES and HOMEPAGE to current URL 2005-10-02 00:09:40 +00:00
jdolecek
8115e89ff3 Use devel/libidn rather than bundled version, since compilation of the
latter bombs if devel/libidn is installed, and it's preferable to use
the non-bundled, pkgsrc libidn rather than fix build of the bundled version

Fixes PR pkg/30336 by Perry E. Metzger and PR pkg/31413 by Steven M. Bellovin
2005-10-01 22:02:00 +00:00
jdolecek
1bff001b69 add missing entries, and sort the file list 2005-10-01 22:00:07 +00:00
recht
323e501da4 note update of lang/python24 and lang/python24-pth to 2.4.2 2005-10-01 21:18:10 +00:00
recht
5d71b63ce0 Update to Python 2.4.2
Python 2.4.2 is a bugfix release of Python 2.4 - Python 2.4 is now in
bugfix-only mode, no new features are being added. More than 60 bugs have
been squashed since Python 2.4.1, including bugs that prevented Python working
properly on 64 bit AIX and HP/UX.

For a detailed list of changes see:
http://python.org/2.4.2/NEWS.html
2005-10-01 21:12:05 +00:00
kristerw
6ed8b4a91c Note PKGREVISION bump for net/ttt. 2005-10-01 20:46:22 +00:00
jdolecek
3edc65cffe g/c - it's not used and even incorrect 2005-10-01 20:45:54 +00:00
kristerw
ef36223ed8 Ensure that there are no empty runtime library search path to the -R flag.
Bump PKGREVISION.
2005-10-01 20:45:05 +00:00
recht
6a732960a0 Add a patch for CAN-2005-2491 (buffer overflow vulnerability in the PCRE
library) from ubuntu Linux (via gentoo).
For details see:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491
2005-10-01 19:59:39 +00:00
smb
b24b080cf6 Alphabetize and otherwise reorder some entries 2005-10-01 19:54:41 +00:00
recht
bd2ff29fe1 Add a patch for CAN-2005-2491 (uffer overflow vulnerability in the PCRE
library) from ubuntu Linux (via gentoo).
For details see:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2491

Bump PKGREVISION's.
2005-10-01 19:36:01 +00:00
is
5437a6d5bc http download redirects to the download page again. As the machine name
is the same anyway, use ftp download only as a workaround.
2005-10-01 18:54:10 +00:00
kristerw
0444b78396 Note PKGREVISION bump for editors/hnb. 2005-10-01 18:54:05 +00:00
kristerw
e7ea54b462 Make sure -Wl,-R${PREFIX}/lib is added when linking, so that this work
on platforms (such as NetBSD 1.6) where ncurses from pkgsrc is needed.

Bump PKGREVISION.
2005-10-01 18:52:03 +00:00
agc
b55ac92233 Note addition of sysutils/fs-kit 2005-10-01 18:30:36 +00:00
agc
6ec6a43903 Add the fs-kit licence. 2005-10-01 18:29:30 +00:00
agc
b12fc4f7e9 Add and enable fs-kit 2005-10-01 18:29:04 +00:00