Pav Lucistnik
524df8a95e
- Update maintainer's address
...
PR: ports/65701
Submitted by: Takahiro MORISHITA <morishita@skywing.org> (maintainer)
2004-04-18 14:38:13 +00:00
Pav Lucistnik
ea58ae8533
- Register installed .info file
...
- Install one more doc file
PR: ports/65706
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
2004-04-18 14:35:27 +00:00
Pav Lucistnik
1c58bcd122
- Improve rc script: if samba_enable is not set, use fine grained control
...
using smbd_enable and nmbd_enable and silence warning about samba_enable
not being set.
PR: ports/65598
Submitted by: Timur I. Bakeyev <timur@com.bat.ru> (maintainer)
Requested by: obrien
2004-04-18 14:26:11 +00:00
Thierry Thomas
acc84a6ae8
Add root 4.00.03, an Object-Oriented Data Analysis Framework.
...
PR: 65453
Submitted by: Simon Lang <slang@freebsd.org>
Approved by: mat (mentor).
2004-04-18 13:52:23 +00:00
Norikatsu Shigemura
4048ba5aed
Add qcamview 0.40d, Logitech Quickcam Express USB Utilities
...
for NetBSD/FreeBSD.
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
2004-04-18 13:32:47 +00:00
Oliver Lehmann
357abde461
update to 2.3.6
2004-04-18 12:24:35 +00:00
Hye-Shik Chang
4c4640f654
Mark DEPRECATED. These ports are quite old and useless in these
...
days. They will be removed in June 18th.
Suggested by: linimon
No-objection from: python@
2004-04-18 12:06:01 +00:00
Clement Laforet
8e39190123
- Remove blank line at the end of pkg-plist
...
- Cosmetic changes in Makefile
2004-04-18 11:49:33 +00:00
Hye-Shik Chang
1a830c3a8c
Reduce configure warning.
...
PR: 55180 [1], 65680 [2]
Submitted by: Rui Lopes <rui@ruilopes.com> [1],
Roman Neuhauser <neuhauser@chello.cz> [2]
2004-04-18 11:42:37 +00:00
Pav Lucistnik
a9433bf853
After repocopy from math/fftw, add fftw 3.0.1, a fast C library for computing
...
Discrete Fourier Transform. Version 3.x is API incompatible with fftw 2.x
PR: ports/65559
Submitted by: michael johnson <ahze@ahze.net>
2004-04-18 10:48:23 +00:00
Clement Laforet
ef5cd63aba
Add mod_jk2-apache2 (mod_jk2 slave port), apache JK2 module for
...
connecting to Tomcat using AJP1X.
PR: ports/56662
Submitted by: Palle Girgensohn <girgen@pingpong.net>
2004-04-18 10:43:06 +00:00
Clement Laforet
1eab0dc9d9
Oops, make MAINTAINER and COMMENT overridable for mod_jk1-apache2 slave
...
port.
Forgotten by: clement
2004-04-18 10:36:55 +00:00
Ying-Chieh Liao
9ace06ab44
fix plist and unbreak
...
Noticed by: bento via kris
2004-04-18 10:34:21 +00:00
Clement Laforet
396e6c634d
- mod_jk2 is now mod_jk 2.x branch.
...
People who wants to use mod_jk with apache2 must use mod_jk-apache2
commit monthes ago.
PR: 56661
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Approved by: previous maintainer
Reviewed/updated by: clement
2004-04-18 10:33:14 +00:00
Pav Lucistnik
1004432606
- Update to 0.8.0
...
PR: ports/65576
Submitted by: HAYASHI Yasushi <yasi@yasi.to>
Approved by: maintainer
2004-04-18 10:27:12 +00:00
Ying-Chieh Liao
1b40ea0bb6
support for flow-tools data format
...
PR: 65064
Submitted by: Viktor Fomichev <vfom@sicex.ru>
2004-04-18 10:12:15 +00:00
Alex Dupre
46e991cb54
- Add another MASTER_SITE
...
PR: ports/65700
Submitted by: Matt Lancereau <matt@bsd-blax.org> (maintainer)
2004-04-18 10:06:22 +00:00
Alex Dupre
cd8a832b5d
- Fix the quit dialog box by using dynamic detection of gtk version
...
- Add another MASTER_SITE
PR: ports/65698
Submitted by: Matt Lancereau <matt@bsd-blax.org> (maintainer)
2004-04-18 10:05:00 +00:00
Alex Dupre
43dab9bec6
- Add another MASTER_SITE
...
- Fix WWW site
PR: ports/65699
Submitted by: Matt Lancereau <matt@bsd-blax.org> (maintainer)
2004-04-18 09:57:06 +00:00
Kirill Ponomarev
f5bc2a757e
- Assign maintainership to submitter
...
- strip(1) binary
PR: ports/65692
Submitted by: michael johnson <ahze at ahze dot net>
2004-04-18 07:42:30 +00:00
Kris Kennaway
d68eef4d15
Add missing directory
2004-04-18 07:18:05 +00:00
Kirill Ponomarev
0fe9f1edfe
- Fix package build
2004-04-18 06:51:43 +00:00
Kris Kennaway
2edc8c1966
Add missing directory
2004-04-18 06:46:01 +00:00
Kris Kennaway
523a4d4a9b
Don't remove directories we didn't create
2004-04-18 06:43:19 +00:00
Kris Kennaway
1ebe72a0c1
Add missing file
2004-04-18 06:41:32 +00:00
Lev A. Serebryakov
9a1d6fcd5f
Update to 0.24.5
2004-04-18 06:38:48 +00:00
Greg Lewis
b97389634f
Add a port of jakarta-commons-discovery.
...
The Discovery Component is about discovering, or finding, implementations for
pluggable interfaces. It provides facilities intantiating classes in general,
and for lifecycle management of singleton (factory) classes.
Fundamentally, Discovery locates classes that implement a given Java interface.
The discovery pattern, though not necessarily this package, is used in many
projects including JAXP (SaxParserFactory and others) and commons-logging
(LogFactory). By extracting this pattern, other projects can (re)use it and
take advantage of improvements to the pattern as Discovery evolves.
Discovery improves over previous implementations by establishing facilities for
working within managed environments. These allow configuration and property
overrides without appealing to the global System properties (which are scoped
across an entire JVM).
PR: 65490
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2004-04-18 06:18:19 +00:00
Kirill Ponomarev
99b8b64f4d
- Fix build on 4-x
2004-04-18 06:12:16 +00:00
David E. O'Brien
11b611cda5
Update to a snap release that fixes the build on 5.2-CURRENT.
2004-04-18 05:32:41 +00:00
Joe Marcus Clarke
b4a4814268
Fix some packaging permission issues on GDM internal directories.
2004-04-18 05:08:08 +00:00
Joe Marcus Clarke
12d51abc48
Check for the eexec keyword in type1 fonts. This fixes a potential hang
...
when viewing certain PDF documents.
Submitted by: Jeremy Messenger <mezz7@cox.net>
Obtained from: FreeType CVS
More info: http://bugzilla.gnome.org/show_bug.cgi?id=129400
2004-04-18 04:53:13 +00:00
Brian Feldman
34c2d2d1f7
Unbreak olvwm for -CURRENT.
...
Submitted by: Serge Gagnon <gagnon_s@sympatico.ca>
PR 64819
2004-04-18 04:12:59 +00:00
Brian Feldman
92e25f4467
Previously, cfsd would screw up if you used 8-bit filenames. Fix the
...
checksum mechanism for pathnames so that it works for those paths.
Submitted by: Olof Samuelsson <olof@s8n.pp.se>
PR: 35353
2004-04-18 03:12:05 +00:00
Joe Marcus Clarke
ef59092fa1
Drop the coalescence timeout from 50 to 15 to compromise between actual
...
rendering speed, and typing speed. The previous setting caused some jerkiness
during key repeat.
Basically, this gives the feeling of better terminal responsiveness.
Submitted by: Jeremy Messenger <mezz7@cox.net>
2004-04-18 01:57:20 +00:00
Joe Marcus Clarke
1b1cabdb9d
Unbreak on ia64 and alpha by linking directly with libc.
2004-04-18 01:29:33 +00:00
Pav Lucistnik
537dfb22eb
- Update to 2.1.19
...
PR: ports/65686
Submitted by: Munish Chopra <chopra@soulwax.net> (maintainer)
2004-04-17 23:31:28 +00:00
Pav Lucistnik
7cb3d94eb6
Add gkrelltop, a GKrellM 2.x plugin that displays top three processes.
...
PR: ports/65476
Submitted by: David Gardner <david@pinko.net>
2004-04-17 23:17:33 +00:00
Edwin Groothuis
f3983bc2b1
When running ngrep as non-root, the program tried to drop the
...
priveleges too. This is now disabled via a configure option.
2004-04-17 23:02:28 +00:00
Pav Lucistnik
56657359d6
- Fix parameters passed to /bin/ps which is used by check_procs and check_nagios
...
- Port change: support environment value NAGIOS_PLUGINS_OPTIONS which can be used
to preselect compile options
PR: ports/65144
Submitted by: Blaz Zupan <blaz.zupan@amis.net> (maintainer)
2004-04-17 22:24:55 +00:00
Pav Lucistnik
fe31eb5e25
- Update to 3.10
...
PR: ports/65507
Submitted by: Jim Shewmaker <jims@bluenotch.com> (maintainer)
2004-04-17 22:15:42 +00:00
Pav Lucistnik
fc6e2d9880
- Avoid changing permissions of system directories on install
...
- Unmark BROKEN
- Portlint
PR: ports/65575
Submitted by: David Siebörger <drs@rucus.ru.ac.za> (maintainer)
2004-04-17 22:08:11 +00:00
Kirill Ponomarev
dbd99a26ca
- Update to version 1.4.0
2004-04-17 21:58:11 +00:00
Pav Lucistnik
02405b3eba
Add nzbget, a NZB binaries format downloader from Usenet groups.
...
PR: ports/65509
Submitted by: Lewis Thompson <purple@lewiz.net>
2004-04-17 21:26:30 +00:00
Pav Lucistnik
5c993dc1ae
- Update to 1.0.5
...
PR: ports/65525
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
2004-04-17 20:09:12 +00:00
Pav Lucistnik
3b94e00784
- Update to 1.2
...
PR: ports/65526
Submitted by: <possamai@xs4all.nl> (maintainer)
2004-04-17 19:45:44 +00:00
Pav Lucistnik
2409930a44
- Update to 0.11.6.7
...
- Hand maintainership to submitter
PR: ports/65550
Submitted by: Travis Poppe <tlp@LiquidX.org>
Approved by: maintainer
2004-04-17 19:37:24 +00:00
Kirill Ponomarev
ea264ff932
- Update to version 0.2
...
PR: ports/65666
Submitted by: maintainer
2004-04-17 19:26:58 +00:00
Kirill Ponomarev
b8864c4e1e
- Fix configure warning
...
PR: 65674 65675 65676 65677 65678 65679
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
2004-04-17 19:20:31 +00:00
Akinori MUSHA
da659ff83a
Update lang/ruby16 to the latest snapshot as of 2004-04-16, which
...
fixes getaddrinfo() check failure on KAME.
Requested by: suz
2004-04-17 19:17:35 +00:00
Kirill Ponomarev
c83a0c91ce
- Fix configure warning
...
PR: 65668 65669 65670 65671 65672 65673
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
2004-04-17 19:12:38 +00:00