Commit graph

27156 commits

Author SHA1 Message Date
taca
bb43d05fb8 Include HAVE_SETPROCTITLE in autoconf.h.in. Thought setproctitle() is
already checked in configure script, but it is need to define/undef in
a generated header file.

Bump to squid 2.4.4nb1.
2002-03-03 15:44:47 +00:00
veego
0dd156e68a Bump version to 0.1.5nb1 after the -current usb fix. 2002-03-03 15:26:58 +00:00
veego
426f42b249 Add patch-ad. 2002-03-03 15:23:10 +00:00
veego
8904212a03 Patch to build it on -current systems after the renaming in usb.h.
Use the same logic as in usbutil.
2002-03-03 15:22:28 +00:00
veego
c33c399381 Patch from sourceforge (revision 1.12 of bsd.c):
Patch from seagull at aracnet.com:

Some time ago, I identified a problem with libusb under FreeBSD.  The issue
is that the current implementation of bsd.c assumes that a particular
endpoint is unidirectional.  If you write, for example, to endpoint 2,
you can't later on read from that same endpoint and visa-versa.  Although
USB pipes are unidrectional, they can be "stacked" on the same endpoint.
Endpoint 2, for example, has two pipes: 0x02 and 0x82, with the high bit
representing the transfer direction of the pipe.

Since the BSD USB stack does not let you open two descriptors for the same
endpoint, and it does not let you close and reopen an endpoint in the middle
of a "session", I had originally proposed that the endpoint always be opened
O_RDWR so that bidirectional communication would be supported.

However, it was later pointed out that a device which really did only have a
unidrectional pipe on an endpoint would fail on ENXIO if you tried to open
it O_RDWR, so I went back to the drawing board and came up with a patch
for bsd.c which should solve the issue for both cases.  What it does is
first attempt to open the endpoint O_RDWR.  If that fails on ENXIO, then it
attempts to open the pipe in the direction appropriate for the operation
that you were committing.
2002-03-03 15:20:10 +00:00
tron
83dc6e50bf Update distribution file checksum for PHP version 4.1.2. 2002-03-03 07:47:58 +00:00
hubertf
f9d7b7d38b Update ipv6calc to 0.39. Changes:
20020227/PB:
	libipv6addr.c: fixed a bug in ipv6addr_setoctett.c regarding num limit (oops..)
	ipv6calc.c: move structure definitions to...
	libmac.h: add related structure definition ipv6calc.c
	libipv6addr.h: add related structure definition from ipv6calc.c
	libipv4addr.*: new for handling IPv4 addresses
	ipv4_to_6to4addr.*: new for handling conversion IPv4 -> IPv6to4
	librfc3056.*: library for conversion IPv4 -> IPv6to4
	libipv6calc.c: fix array index bug of compat[] (oops..)
	tag release 0.39

20020226/PB:
	add original getopt tarball into samplecode, fill related READMEs
	tag release 0.38

20020224/PB:
	move nibble string function to librfc1886
	minor fixes
	restore original samplecode files and remove CVS id to prevent CVS changes
	add original getopt code to samplecode
	tag release 0.37

20020224/PB:
	minor Makefile fixes
	fix getopt Makefile
	minor cosmetic fix in test script
	cosmetic cleanups
	some code cleanup and minor redesign, some optimizing
	fixes stupid help call bugs
	format options can be used now in more functions
	add support of "printstart" and "printend" in "ip6int", "bitstring"
	extend "showinfo", add "machine_readable" for easier postprocessing

20020223/PB:
	complete limited support of bistring labels
	change examples to 6bone dummy address (3ffe:ffff:...)
	add a trailling dot on ip6.[int|arpa] output
	migrate getopt patch for OpenBSD submitted by Vladimir Kotal <vlada at openbsd dot cz>
	minor Makefile fixes
	tag release 0.37pre1
2002-03-03 04:09:35 +00:00
zuntum
45a93df30a Add & enable pureftpd 2002-03-02 23:29:38 +00:00
zuntum
b27d53e128 Change
builtin sql support -> optional sql support
in COMMENT, since mysql support is not enabled in this very package.
2002-03-02 23:24:34 +00:00
zuntum
b2b5eb2a40 Initial import of pure-ftpd-1.0.9
Pure-FTPd is a free (GPL), secure, production-quality and standard-conformant
FTP server based upon Troll-FTPd. It doesn't provide useless bells and whistles,
but focuses on efficiency and ease of use. It provides simple answers to common
needs, plus unique useful features for personal users as well as hosting
providers.

Provided by Dawid Szymanski <dawszy@arhea.net> in PR/15762,
slightly modified by me.
2002-03-02 23:22:54 +00:00
jlam
c346323bb4 PHP3 modules should depend on php-{BASE_VERS}* (BASE_VERS == 3.0.18) so
that it will match php-3.0.18nb1.
2002-03-02 18:48:24 +00:00
wiz
962f3ae515 Use show-all-depends-dirs-excl for build-depends-list target.
Makes e.g. "make readme" awfully faster.
TODO: Similar change for run-depends-list.
2002-03-02 16:09:14 +00:00
mrauch
9f90cf4a46 Remove the "lpstat: command not found" warning when starting OpenOffice.
Fixes PR# pkg/15678.
2002-03-02 09:18:49 +00:00
taca
bc45afa583 Update ruby-mode package to ruby 1.6.7 base.
o Many bug fixes.
o Add URI module.
2002-03-02 09:14:36 +00:00
taca
4f782cb246 Update ruby-tk package to ruby 1.6.7 base.
o Many bug fixes.
o Add URI module.
2002-03-02 09:13:33 +00:00
taca
d87de2c499 Update ruby-readline package to ruby 1.6.7 base.
o Many bug fixes.
o Add URI module.
2002-03-02 09:12:14 +00:00
mrauch
b26bef1210 Remove the "lpstat: command not found" warning when starting OpenOffice. Fixes PR# pkg/15678 2002-03-02 09:12:13 +00:00
taca
c2dbf9a56f Ruby 1.6.7 is Ruby's stable release.
ChangeLog is too large, so I don't attach it here.
In detail, See ChangeLog which is contained in the package.

o Many bug fixes.
o Add URI module.
2002-03-02 09:10:56 +00:00
taca
7be7902ffc Update ruby package to 1.6.7.
Ruby 1.6.7 is Ruby's stable release.
ChangeLog is too large, so I don't attach it here.
In detail, See ChangeLog which is contained in the package.
2002-03-02 09:10:55 +00:00
taca
d3f6db38ac Ruby 1.6.7 is Ruby's stable release.
ChangeLog is too large, so I don't attach it here.
In detail, See ChangeLog which is contained in the package.

o Many bug fixes.
o Add URI module.
2002-03-02 09:10:54 +00:00
mrauch
9d259cf53f OpenOffice does need tcsh. The removal was in error. 2002-03-02 09:09:38 +00:00
rxg
ab8b7a7632 add mp32ogg 2002-03-02 02:54:40 +00:00
rxg
c6eb3a0125 Add mp32ogg-0.11 - Convert MP3 files to Ogg Vorbis files
A perl script to convert MP3 files to Ogg Vorbis files, retaining ID3
information, bitrate, and optionally renaming the output files, as well
as deleting the originals.
2002-03-02 02:51:02 +00:00
rxg
eca1905a8a add p5-String-ShellQuote 2002-03-02 02:43:56 +00:00
rxg
694071e7dd Add p5-String-ShellQuote-1.00 - quote strings for passing through the shell
This module contains some functions which are useful for quoting strings
which are going to pass through the shell or a shell-like object.

close pkg/15624, submitted by me.
2002-03-02 02:40:00 +00:00
rxg
753d5a36e5 add p5-MP3-Info 2002-03-02 02:36:39 +00:00
rxg
f6c65eb501 Add p5-MP3-Info-1.00 - Manipulate / fetch info from MP3 audio files
This is MP3::Info, for getting info out of and into MP3 files.

This release has two small bugfixes, one for better rendering of ID3v2
data in get_mp3tag, and one for dealing with some possibly broken MP3s.

A wrapper module is included so scripts calling MPEG::MP3Info (the
old name) will still work.

close pkg/15623, submitted by me.
2002-03-02 02:30:34 +00:00
kei
0069d9bd68 * Update w3m package from 0.2.1-m17n-0.19 to 0.2.5-m17n-20020216 version.
Significant changes has been made.  More info is in the ChnagLog file
  (~3000 lines) in distributed archive.

  Users of older versions are recommended to update.  From NEWS file:

------------
w3m 0.3?

* rc: max_load_image
* rc: display_image, auto_image, image_scale, imgdisplay, imgsize
* func: DISPLAY_IMAGE, STOP_IMAGE
* w3m-img merged: w3m now can display images! see doc/README.img

----------------------------------------------------------------
w3m 0.2.5.1 - 2002-02-05

* backport from w3m/0.2.5+cvs-1.299
 - fix inputAnswer() and no "ssl_forbid_method" [w3m-dev 02985]
 - fix SunOS 4.1.4 build problem [w3m-dev 02972]
 - fix problem with Netscape-Enterprise WWW-authenticate [w3m-dev 02968]

----------------------------------------------------------------
w3m 0.2.5 - 2002-01-31

* RFC2617: HTTP Digest authentication
* rc: default_url=0(empty) 1(current URL) 2(link URL)
* GOTO_RELATIVE (M-u)
* highlight for incremental search
* support migemo (romaji search)
* use w3mmail.cgi for mailto: URL
* support external URI loader
* support -dump_extra ftp://
* new regex implementation

----------------------------------------------------------------
w3m 0.2.4 - 2002-01-07

* RFC2818 server identity check
* incremental search (C-s, C-r)

----------------------------------------------------------------
w3m 0.2.3.2 - 2001-12-22

* fix security hole in w3m/scripts

----------------------------------------------------------------
w3m 0.2.3.1 - 2001-12-20

* sync with cvs repository
* fix bug in configure

----------------------------------------------------------------
w3m 0.2.3 - 2001-12-20

* command line option: -help, -version
* new libgc included
* new runtime option use_mark, nextpage_topline, label_topline, vi_prec_num
   emacs_like_lineedit, ftppass_hostnamegen
* RFC2732 support (IPv6)
* new w3mhelp system
* several configure changes
* code cleanups, now gcc -Wall -Werror safe

----------------------------------------------------------------
w3m 0.2.2 - 2001-11-15

* sync with w3m 0.2.1-inu-1.5
* w3m maintained in sourceforge.net/projects/w3m

------------
2002-03-02 00:08:15 +00:00
jlam
f2e9870864 Replace some = with ?= so that the values may be overridden in PHP4 module
package Makefiles.  This fixes breakage in php4-apc noted by Jon Buller
in private e-mail.
2002-03-01 22:51:42 +00:00
bouyer
abac0c82a6 Fix path to the mysql conversion script. 2002-03-01 20:46:06 +00:00
bouyer
a8534af1b5 Horde also requires php-session, php-gettext and php-xml 2002-03-01 20:44:11 +00:00
skrll
f948ebf12d Require the new libtool. 2002-03-01 15:59:16 +00:00
skrll
bc353bae49 Pull in a change from libtool-current that changes the dependency
recording strategy and a flag (--preserve-dup-deps) to provide the old
stratey if needed. The new strategy reduces the length of the
dependency_libs information stored in .la files and therefore the length
of link lines. This has a positive effect on performance.

Pull across the documentation updates for the change.

Bump the PKGREVISION.

This was tested by building and running both KDE and Gnome.
2002-03-01 15:40:43 +00:00
fredb
1e2d9d4843 Fix a typo. 2002-03-01 13:27:35 +00:00
agc
192d43cb23 Fix for PR 15761 from Jonathan Perkin <sketch@rd.bbc.co.uk> - only print
the number of bytes about to be downloaded, as gleaned from the distinfo
file, if a distinfo file exists.
2002-03-01 13:16:45 +00:00
martti
21b9852e7c Updated cvsgraph to 1.2.0 (provided by Amitai Schlair in pkg/15764)
* The entire tree can now be drawn upside-down. This is usefull if you have
many revisions in a trunk and want to see the latest first. The configuration
includes an option 'upside_down' with a boolean argument. You can override the
default value on the command-line with the '-u' switch, which will negate the
configured value. The imagemap generation also supports this, so you will still
be able to point and shoot on and between the revisions.

* You can now instruct CvsGraph to ommit all revisions that are not tagged.
This is highly usefull for very large trees/trunks to reduce the produced image
size. Note that the first and the last revision in a trunk are not hidden. A
new configuration option 'strip_untagged' with boolean argument enables this
feature. Alternatively, the command-line provides option '-s' wich negates the
value set in the configuration file. You can also strip the first revision if
it is untagged using '-S' and/or strip_first_rev.

* The boxes to identify the branches can now be drawn on both sides of the
trunk. Configuration option 'branch_dupbox' with boolean argument activates
this feature, which is usefull when the tree is drawn upside-down.The
command-line option '-b' negated the configured value.

* Configuration no longer requires a configuration file. All options can now be
entered on the commandline using '-O'. CvsGraph will still read the
configuration file if one is avaliable, but it is no longer an error if none is
found.

* If no file is entered on the command-line, then the input is taken from
standard input, like all decent *nix programs.

* ViewCVS (http://viewcvs.sourceforge.net) is now officially supporting the use
of CvsGraph in their code as of version 0.8. So, no bad hacks needed anymore to
get it working, and it always looks nice :-)

* Implemented string drawing using freetype interface of libgd. It looks very
nice, but it is significantly slower than gd's standard bitmap fonts. Extra
configuration parameters *_ttfont and *_ttsize set font and size. Option
use_ttf enables ttf rendering. Note that gd's bitmap fonts are used as a
fallback in case where the ttfont contains errors or is not found.

* The branch tag color and font can now be set separately using branch_tag_*
configuration options.

* It is now possible to draw the connector lines between the boxes thicker by
setting thick_lines to something else than 1. Maximum thickness is limited to
lines of 11 pixels wide.

* Transparent backgrounds can now be generated by setting transparent_bg option
to true in the configuration.
2002-03-01 12:24:43 +00:00
markd
7afd956cdf Make local copy of R's package list writable before trying to append
to it.  From PR# pkg/15773 from Ray Brownrigg.
2002-03-01 11:11:35 +00:00
martti
95ec51883d Added some .if ... .endif glue to detect the gcc version. Now systems with
gcc 2.95.3 in /usr/bin don't need to build lang/gcc (pkg/15620).
2002-03-01 10:56:51 +00:00
markd
2b2f1f68c7 Update to version 1.4.1 from PR pkg/15757 by Ray Brownrigg with minor mods
by me.

Changes and bug fixes from 1.3.1 are numerous.  See the NEWS file in
the distribution for details.
2002-03-01 10:46:53 +00:00
mrauch
ced48aa9f3 More instances of improper quoting which cause problems (only) in the
bulk build.
2002-03-01 09:52:45 +00:00
fredb
14dc3cee71 Don't install the gnome control panel twice -- that's ugly. 2002-03-01 07:36:05 +00:00
fredb
76e11f5f11 Add webcollage-helper, now that we're building it. 2002-03-01 06:51:13 +00:00
fredb
66b4265065 Make the demo and some of the hacks slightly more featureful,
by helping it find "libxml" and "libjpeg" and adding depencencies
for them. Also, "gdk_pixbuf" gets favored now over "Xpm" anyway,
so add an explicit dependency for it, too.
2002-03-01 06:46:49 +00:00
abs
f0f261bf58 Added p5-Class-ObjectTemplate-0.4
Class::ObjectTemplate is a utility class to assist in the
    building of other Object Oriented Perl classes.
    It was described in detail in the O\'Reilly book,
    "Advanced Perl Programming" by Sriram Srinivasam.
2002-03-01 02:34:51 +00:00
abs
cb68fb0b5d Import Class-ObjectTemplate-0.4
Class::ObjectTemplate is a utility class to assist in the
    building of other Object Oriented Perl classes.
    It was described in detail in the O\'Reilly book,
    "Advanced Perl Programming" by Sriram Srinivasam.
2002-03-01 02:32:35 +00:00
fredb
46543ebd35 Update Pan to 0.11.2. Literally *hundreds* of bug fixes and refinements
documented in the "NEWS" file since the release of 0.10.0.93, only four
months ago! Still point-oh, but more usable than ever before.
2002-03-01 02:25:36 +00:00
abs
c90ffd0d11 If we find ourself on Linux-*-i686, deal with it. 2002-03-01 01:58:35 +00:00
wiz
03192295c0 .Dt should have uppercase argument; explain what happens when -outfile is not
given; punctuation nit and markup improvement.
2002-03-01 01:55:01 +00:00
wiz
26a75053d4 Make last more pkglint-friendly. 2002-03-01 01:51:53 +00:00
jmc
39848914ee Make this a nb1 version 2002-03-01 01:46:27 +00:00