Commit graph

205504 commits

Author SHA1 Message Date
Cheng-Lung Sung
1cc44e380b - Update to 0.29 2008-11-03 05:42:38 +00:00
Greg Lewis
159b59c8c2 . Update to tzupdate 1.3.9-2008g. 2008-11-03 05:27:52 +00:00
Xin LI
8594911aa6 Update to wqy font set:
* Update Chinese bitmap font to 0.9.9.
 * Add Unicode bitmap font "Unibit".
 * Add TrueType font "Zenhei".

Submitted by:	maintainer
PR:		ports/128534
2008-11-03 04:35:52 +00:00
Jeremy Messenger
1aecb014df -LOCALBASE -> (MAN)PREFIX to install its own files.
-No need the bsd.port.pre.mk and bsd.port.post.mk.
-Minor clean up.

Approved by:	wen heping <wenheping@gmail.com> (maintainer)
2008-11-03 04:34:56 +00:00
Juergen Lock
6bc005ce59 Fix heap overflow in Cirrus emulation
Obtained from:	qemu svn
Security:	http://www.vuxml.org/freebsd/07bb3bd2-a920-11dd-8503-0211060005df.html
2008-11-02 22:59:10 +00:00
Juergen Lock
f512263469 Document qemu -- Heap overflow in Cirrus emulation 2008-11-02 22:47:41 +00:00
Lars Balker Rasmussen
5dc1abbd56 Update to 0.11 2008-11-02 20:56:06 +00:00
Wesley Shields
d0b44f6041 Update to 1.3.4
PR:		ports/128533
Submitted by:	Yarodin <yarodin@gmail.com> (maintainer)
2008-11-02 20:53:28 +00:00
Greg Lewis
48dc0834b2 . Update to 4.2.4.
PR:		128361
Submitted by:	bf <bf2006a@yahoo.com>
2008-11-02 20:39:23 +00:00
Wesley Shields
23131ae2f6 Apply a vendor patch that corrects over-zealous rejection of open file
listing when no options are specificed to lsof and lsof security options
are enabled.

PR:		ports/128538
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2008-11-02 20:06:43 +00:00
Kirill Ponomarev
749cd85c1a - Update to 2.05.01
- Sort plist

PR:		ports/128500
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2008-11-02 19:48:03 +00:00
Greg Lewis
839d1b49c4 . Update to tzupdater 1.3.9 2008g.
PR:		128195, 128387
Submitted by:	Christian Sturm <athaba@inode.at>, Vaclav Haisman <v.haisman@sh.cvut.cz>
2008-11-02 19:11:06 +00:00
Wesley Shields
b9cdf1a11c Make note of git-shell location change. 2008-11-02 19:09:34 +00:00
Wesley Shields
52aa4b62a0 - Install git.1 [1]
- Fix location of git-shell in post-install target.

PR:		ports/128495
Submitted by:	mtbakerguy@yahoo.com [1]
2008-11-02 19:09:12 +00:00
Norikatsu Shigemura
aaeaa7c379 o Update to 2008.11.03 based 1.2.3.
o Fix configure error by autoconf. [1]

Pointed out by:	QAT and pointyhat via erwin [1]
2008-11-02 18:41:42 +00:00
Wesley Shields
f9c2d4f5b0 Update to 0.13.1
PR:		ports/128488
Submitted by:	Chess Griffin <chess@chessgriffin.com> (maintainer)
2008-11-02 18:41:16 +00:00
Greg Lewis
c49c6176e1 . Update to tzupdater 1.3.9-2008g. 2008-11-02 17:31:29 +00:00
Greg Lewis
414ab7656e . Fix some portlint warnings. 2008-11-02 17:04:26 +00:00
Hiroki Sato
ad57c993a8 - Disable TCP transport by default (WITH_TCP knob) because unix
domain socket is used in most cases.

- Use "localhost" when TCP transport enabled.
2008-11-02 16:14:55 +00:00
Hiroki Sato
1e51e1aaf7 Update to 8.63. Changes include (quoted from doc/News.htm):
|Approximately 238 bugs have been fixed since version 8.62. Of particular note
|are robustness and performance improvements with large files, invalid PDF, and
|font handling.
|
|The major new feature of this release is multithreaded rendering. This can be
|requested by passing -dNumRenderingThreads=n on the command line. The input
|document is first parsed, and then each page is split into n bands which are
|rendered concurrently. This can provide a significant reduction in processing
|time on multi-core systems.
|
|Images are now always interpolated in their source colorspace. This improves
|correctness for XPS documents and avoids bypassing the custom color management
|callbacks for interpolated images. Interpolation and color management are both
|expensive operations, so this affects performance with large images. The effect
|can be positive or negative depending on the file and the target resolution. If
|performance is a problem, we suggest running with -dNOINTERPOLATION.
|
|Support for OpenPrinting Vector devices has been upgraded to version 1.0.
|
|There are two new devices in this release, both experimental. Behdad Esfahbod
|has contributed a cairo output device which uses the cairo graphics library to
|generate PDF, SVG, EPS, or PNG files, based on the requested filename
|extension. The svgwrite device directly outputs Scalable Vector Graphics, the
|W3C XML vector graphics format. Both support only vector art at this point;
|text and images will not be represented efficiently.
|
|Incompatible changes
|
|The maximum number of color components has been reduced to 8 (from 252) as a
|performance improvement. Eight is the largest number commonly used and the
|largest number for which we support continuous tone images. Users with special
|needs can restore the previous behavior by setting the
|GS_CLIENT_COLOR_MAX_COMPONENTS preprocessor symbol to the required number of
|components at compile time.
|
|The -Z: debugging option now uses 'realtime' instead of 'usertime' when
|reporting timing information on unix-like systems. This has always been the
|case on windows-like systems.
|
|Obsolete makefiles for the DesqView environment have been removed.
2008-11-02 15:42:29 +00:00
Jimmy Olgeni
867964eda1 Add correct exit code patch. 2008-11-02 14:26:41 +00:00
Jimmy Olgeni
562b026c99 Retire incorrect patch (QAT). 2008-11-02 13:59:27 +00:00
Jimmy Olgeni
a8e1a611fe Create missing empty directory from pkg-plist to avoid a pkg_delete warning.
Make sure that Install exits with 0 (restore previous patch).

No PORTREVISION change needed.
2008-11-02 13:50:08 +00:00
Sergey Matveychuk
78ba134b32 - Update to 2.3.5 2008-11-02 13:46:09 +00:00
Henrik Brix Andersen
85f7869a4c - Update to v1.0.9 2008-11-02 13:19:31 +00:00
Dirk Meyer
a0398862bc - Fix package for option WITH_NLS
Submitted by:	Sergey A. Osokin (osa)
2008-11-02 11:37:49 +00:00
Dmitry Marakasov
bd709d8a78 - Update to 2.07
PR:		128527
Submitted by:	Vladimir Timofeev <vovkasm at gmail dot com>
2008-11-02 11:07:16 +00:00
Dmitry Marakasov
c39ad68cac - Update to 3.48
PR:		128526
Submitted by:	Vladimir Timofeev <vovkasm at gmail dot com>
2008-11-02 11:07:14 +00:00
Dmitry Marakasov
15e461c8af - Add support for large files (>4Gb) 2008-11-02 02:14:39 +00:00
Jeremy Chadwick
6c8915f368 This library provides Boyer-Moore and Knuth-Morris-Pratt string search
implementations for Haskell bytestrings (with support for all strict and
lazy ByteString permutations).

WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stringsearch

Submitted by:	sbahra on EFnet #bsdports
2008-11-02 01:32:14 +00:00
Hajimu UMEMOTO
da0e1e77c6 Update to 0.23. 2008-11-02 01:06:01 +00:00
Martin Wilke
84acfe7a28 - Update to 1.1.1
- Pass maintainership to submitter

PR:		128394
Submitted by:	Wen heping <wenheping@gmail.com>
2008-11-01 23:17:03 +00:00
Martin Wilke
1d66f67919 - Update to 4.2.2
PR:		128506
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2008-11-01 23:15:33 +00:00
Martin Wilke
2c0052068c - Update to 1.27
PR:		128517
Submitted by:	Lapo Luchini <lapo@lapo.it> (maintainer)
2008-11-01 23:14:22 +00:00
Martin Wilke
3948399652 - Update to 1.1.3
PR:		128508
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2008-11-01 23:13:35 +00:00
Martin Wilke
08fe7c3926 - Update to 3.3.2
PR:		128507
Submitted by:	maintainer
2008-11-01 23:12:42 +00:00
Martin Wilke
bb74971956 - Update to 0.17 2008-11-01 23:12:07 +00:00
Martin Wilke
5019aad173 - Update to 20081026 2008-11-01 23:11:42 +00:00
Martin Wilke
c10c6e3869 - Update to 20081031 2008-11-01 23:11:16 +00:00
Martin Wilke
0a7e8b8458 - Update to 0.55 2008-11-01 23:10:45 +00:00
Martin Wilke
07f64d0350 djmount is a UPnP AV client. It mounts as a Linux filesystem the media
content of compatible UPnP AV devices.
Djmount discovers automatically all UPnP AV Media Servers on the network,
and make the content available in a directory tree. All shared files
(e.g. Audio or Video files) are directly visible and can be played using
your favorite media player.

djmount is written in C for the Linux operating system.
It is free software, licensed under the terms of the GNU General Public
License (GNU GPL).

WWW: http://djmount.sourceforge.net/

PR:		ports/128112
Submitted by:	Eric L. Chen <d9364104 at mail.nchu.edu.tw>
2008-11-01 22:53:45 +00:00
Martin Wilke
0fdde35172 - Update to 2.30
PR:		128395
Submitted by:	Wen heping <wenheping@gmail.com> (maintainer)
2008-11-01 22:25:46 +00:00
Martin Wilke
bfc12e6f94 MonteCarlo is a bitmap font suitable for code editors. All the characters
have the same width, which is ideal for alignment. It is loosely derived
from the look of the Monaco screen font that was available on the old MacOS
systems. Some changes have been made to make it easier to differentiate
certain symbols.

WWW: http://bok.net/MonteCarlo/

PR:		ports/128249
Submitted by:	Dennis Herrmann <adox at mcx2.org>
2008-11-01 22:21:13 +00:00
Martin Wilke
ff0f78c1bb - Update to 4.5.1
PR:		128391
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2008-11-01 22:19:09 +00:00
Martin Wilke
3376f0cca9 - Update to 1.0.2
PR:		128392
Submitted by:	maintainer
2008-11-01 22:17:46 +00:00
Martin Wilke
61a41d684d The ruby-ole library provides a variety of functions primarily for
working with OLE2 structured storage files, such as those produced by
Microsoft Office - eg *.doc, *.msg etc.

WWW: http://rubyforge.org/projects/ruby-ole

PR:		ports/128471
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-11-01 22:16:32 +00:00
Martin Wilke
0a2da17733 - Update to 0.4.2
- Pass maintainership to submitter

PR:		128281
Submitted by:	Dennis Herrmann <adox@mcx2.org> (maintainer)
2008-11-01 22:13:32 +00:00
Martin Wilke
037f10e855 - Update to 3.100
- Pass maintainership to submitter

PR:		128435
Submitted by:	Wen Heping <wenheping@gmail.com>
2008-11-01 22:12:48 +00:00
Martin Wilke
ef8b30dced - Update to 1.7.30
PR:		128388
Submitted by:	maintainer
2008-11-01 22:11:23 +00:00
Martin Wilke
c92c5e1dd4 - Update to 20081023
Note:
	- now builds against the new MPSAFE TTY layer
	  (and still builds against the old one)
	- new product IDs added (0x7011 and 0x7501)
	- hsoctl now forks into background after a successful connection
	  (use -d to disconnect, -n to get the old behavior)

PR:		128422
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2008-11-01 22:10:20 +00:00