Commit graph

555 commits

Author SHA1 Message Date
wiz
e07af69121 gsed updated to 4.1.5. 2007-03-08 18:54:21 +00:00
wiz
84529736bb unrar updated to 3.7.4. 2007-03-08 18:25:47 +00:00
wiz
ed75a0ff67 xsane updated to 0.99.4. 2007-03-08 18:25:14 +00:00
wiz
c25ccc9048 libtasn1 updated to 0.3.9. 2007-03-08 18:24:33 +00:00
wiz
3f9fc8f775 dialog updated to 1.1.20070227. 2007-03-08 18:21:48 +00:00
dmcmahill
dd264f1f30 note thunderbird/firefox/seamonkey pkgrevision bump 2007-03-07 21:40:14 +00:00
gson
f9d92704f2 note update of p5-Net-RawIP to 0.21_03 2007-03-07 16:49:55 +00:00
joerg
b115e037ea + x11/appres
+ x11/beforelight
+ x11/bitmap
2007-03-07 15:06:46 +00:00
jmmv
aaf61db584 Update the hugs additional modules (hugs-HUnit, hugs-unix and hugs-HaXml)
to the versions corresponding to the 2006-09 release.  This should have
been done when the main hugs package was updated to this version back in
October of past year.
2007-03-07 12:51:16 +00:00
ghen
f99582a652 Updated mail/dovecot to 1.0rc26. 2007-03-07 09:51:18 +00:00
salo
490dbcd426 Note net/lftp update. 2007-03-07 09:26:15 +00:00
salo
354de9fe43 Note chat/silc-server security update. 2007-03-06 22:34:41 +00:00
martti
06b5a154da vim-7.0.207 2007-03-06 14:07:02 +00:00
martti
628570b1fc rrdtool-1.2.19 2007-03-06 10:49:23 +00:00
martti
7690a42775 clamav-0.90.1 2007-03-06 10:32:41 +00:00
jonb
0b4dd59240 Update SBCL to 1.0.3...
New version has NetBSD/powerpc support (although I haven't adjusted
the Makefile due to lack of test machines) and now builds the
sb-posix package properly.
2007-03-06 05:40:33 +00:00
rillig
04eacf1b60 Updated checkperms to 1.7. 2007-03-05 23:07:04 +00:00
adam
97afcc471a Updated emulators/wine to 0.9.32 2007-03-05 22:13:54 +00:00
adrianp
7f2edaef4f Update security/p0f to 2.0.8 2007-03-05 20:35:44 +00:00
sborrill
cec2b85660 Update net/citrix_ica to v10 client 2007-03-05 18:02:15 +00:00
rmind
1c1b1557de sysbench was added, not updated. Thanks obache@ for pointing out. 2007-03-05 16:24:38 +00:00
obache
cc9349bf4d Note update of qdbm and hyperestraier. 2007-03-05 16:09:50 +00:00
rmind
ac68d9abb9 Fix the style of few entries: 8 spaces -> 1 tab. 2007-03-05 16:04:50 +00:00
rmind
3fe66a778c Add benchmarks/sysbench. 2007-03-05 16:01:53 +00:00
ghen
2688985918 Updated www/seamonkey, www/seamonkey-bin and www/seamonkey-gtk1 to 1.1.1. 2007-03-05 11:51:17 +00:00
tonio
7f5b377d8d Updated mail/mutt-devel to 1.5.14 2007-03-04 13:47:15 +00:00
taca
d321790c70 Note update of www/squid package to 2.6.10. 2007-03-04 11:34:30 +00:00
dogcow
85401cea82 update dnstop to version 20070219.
IPv6 support is now included; less CPU is required; miscellaneous bugfixes.
See CHANGES for more detailed information.
2007-03-04 06:49:43 +00:00
obache
b4f2271ac8 Updated graphics/ruby-RMagick to 1.15.4. 2007-03-04 01:58:10 +00:00
grant
3d2443abf8 note update of p5-DBD-Oracle to 1.19. 2007-03-04 01:05:04 +00:00
simonb
68e31dfd62 Note update of adzap to version 20070225. Only changes are to ad patterns. 2007-03-03 20:56:34 +00:00
adrianp
7851bd5a1f Update to php 4.4.6 2007-03-03 13:22:16 +00:00
uebayasi
c10d0cbc3e Note update of global 5.4.
Version 5.4 - January 29 2007, by Shigio YAMAGUCHI

[INCOMPATIBLE CHANGES]
* Further compression of tag file (format version 5).
  Though new global can read older tag file since version-5.0, older
  global cannot read new format. It might say like follows:
	"GTAGS seems new format. Please install the latest GLOBAL."

[OTHER CHANGES]
* global: Improved performance when the -x option is not specified.
* globash.rc: Added new option -l for tag search command (x,r,s,g,P,I,f).
  This option invokes less(1) directly without tag stack.
* Verbose messages are unified.
  P option      file not found
		<n> files located
  others        object not found
		path format: <n> files located
		other format:<n> objects located

[BUG FIXED]
* Gtags(1) and global(1) didn't work well in the system root directory('/').

Version 5.3 - November 20 2006, by Shigio YAMAGUCHI

[INCOMPATIBLE CHANGES]
* global: Changed not to locate other symbols (-s) in GTAGSLIBPATH.
  This is the original specification of GLOBAL.
* global: Stop sorting when the -I(--idutils) option specified.
  The output of gid(idutils) is sorted by the suitable way. Though the order is
  slightly differ from global(1), it need not be sorted again.

[OTHER CHANGES]
* global:  Added new option -O(--only-other).
* htags: Added some new options and new arguments which are synonyms of config variable.
  This decreases dependence on configration file.

  new option              | config variable
  ------------------------+-------------------------
  --disable-grep          | disable_grep
  --table-list            | table_list
  --tabs=<n>              | tabs
  --full-path             | full_path

  new argument            | config variable
  ------------------------+-------------------------
  --line-number [columns] | ncol
  --func-header [position]| definition_header
  --xhtml [version]       | xhtml_version

	(*=default)
	position: before, right, *after
	version: *1.0, 1.1

* htags: Changed to use each 'CVS/Repository' file to generate URLs if it is available.
* htags: Added '.gitignore' to the default skip file list.

* gtags.el:
  - Shorten path names in [GTAGS SELECT MODE]:
    If project directory is specified using 'gtags-visit-rootdir', gtags.el print path
    using the relative path name from the project directory, else print absolute path name.
  - Support dynamic completing-read of tag name.
    gtags-make-complete-list is deprecated. You can enjoy tag name completetion without
    invoking this command.

[BUG FIXED]
* gtags: gtags had exited when it encountered dead symbolic link.
2007-03-03 05:05:12 +00:00
tonio
ae7dffa5f9 Updated converters/bibtex2html to 1.85 2007-03-02 21:21:03 +00:00
drochner
b596a53b21 mention recent updates/addition 2007-03-02 16:31:53 +00:00
ghen
a039fd6710 Updated mail/thunderbird and mail/thunderbird-gtk1 to 1.5.0.10. 2007-03-02 14:14:15 +00:00
grant
c9baef25f1 note PKGREVISION bump of mail/perdition (SSL fix). 2007-03-02 12:06:19 +00:00
grant
3ec2614161 note PKGREVISION bump of vanessa_logger to nb2 (Solaris/sunpro fix). 2007-03-02 11:31:44 +00:00
abs
17e0a98df3 Added mail/p5-Mail-Sender version 0.8.13
Added mail/p5-Mail-Sender-Easy version 0.0.5
2007-03-02 10:58:29 +00:00
grant
3689583cfc note import of p5-Proc-ProcessTable and p5-Proc-Pidfile. 2007-03-02 10:24:20 +00:00
wiz
e13253daa8 Note pkgmanpages package removal. 2007-03-02 09:47:25 +00:00
ghen
11b15cf555 Updated time/sunbird to 0.3.1. 2007-03-02 09:34:58 +00:00
dmcmahill
32c50bb711 update cad/dinotrace{,-mode} to 9.3c 2007-03-02 02:47:00 +00:00
dmcmahill
6d6606400a note import of devel/confuse and cad/nelma 2007-03-02 02:02:35 +00:00
hira
76ec216277 Note PKGREVISION bump of misc/openoffice2. 2007-03-01 16:28:11 +00:00
wiz
c4cf9bbe57 Mention esound and libart2 updates. 2007-03-01 14:28:14 +00:00
salo
6c06e58327 Note net/tnftpd update. 2007-03-01 14:03:15 +00:00
ghen
2ebb1632fc Updated mail/dovecot to 1.0rc25. 2007-03-01 13:27:09 +00:00
jmmv
927ba3e230 Note update of monotone and monotone-server to 0.33. 2007-03-01 08:49:27 +00:00
dmcmahill
1855298bb7 Updated cad/verilog-current to 20070227 2007-03-01 01:05:59 +00:00