Commit graph

122352 commits

Author SHA1 Message Date
ghen
91e4468951 Add an option for LDAP authentication as explained on
http://www.postgresql.org/docs/8.3/static/auth-methods.html#AUTH-LDAP
2008-02-04 15:29:28 +00:00
wiz
52eed8b9e7 Reset maintainer on his request. 2008-02-04 14:42:14 +00:00
obache
cef1f81df1 - ja-less-382 2008-02-04 14:34:47 +00:00
obache
2f71edee7f Updated misc/ja-less to 382.262 2008-02-04 14:34:22 +00:00
obache
3809968193 Update ja-less to 382.262 aka less-382-iso262.
Pkgsrc changes:
Change pkg revision to include iso patch revision.

iso255 8/30/05
	Joined with less-378.
iso256 8/30/05
	Joined with less-381.
iso257 9/4/05
	Fixed problems caused by merge.
	Changed buffering mechanism to track exact POSITION through code set
	conversion. This helped hiliting routine and improved less running
	speed.
	Changed to parse text from the beginning of physical line when less
	jumps into the middle of text. This fixed major problems on stateful
	text like ISO-2022.
	Fixed JIS X 0213:2000 related problems. Thanks to Takeshi WATANABE.
	Also, fixed a problem reported by him. Less will not split one wrong
	multi-byte character into different lines even if it is not fit in first
	line. Less moves entire text to second line.
iso258 9/4/05
	Joined with less-382.
iso259 9/6/05
	Changed an algorithm to detect the gap of parsing input stream. This
	fixed a problem on long JIS/English text.
	Fixed '\r' problem.
iso260 9/19/05
	Changed the algorithm handling input and output character sets. Now
	jless use two variables, one represents supporting character sets for
	input stream, and the other represents encoding scheme for output
	stream.
	Changed to support JISX0213:2004.
iso261 2/24/06
	Changed put_wrongmark function to make it work with new iso260 buffering
	semantics. And applied a patch provied by Takuji. Thanks to Takuji.
iso262 2/24/06
	Removed POSITION variable from member variables of M_BUFDATA. It was
	added to make multi-byte character buffering function work better with
	less. However, it degraded abstraction level of data structure
	(multi.h). This time, add POSITION* as an additional argument of few
	functions and keep data structure as simple as possible.
	This modification make regex_cs-lwp9k be able to compile.
2008-02-04 14:34:09 +00:00
joerg
9866d214df pen.c only uses statvfs.h and the necessary headers are included by
libnbcompat.h already. So don't include sys/param.h and sys/mount.h in
it and remove the configure test for sys/mount.h.
While here, remove some #if 0'd code from pen.c.
2008-02-04 14:28:27 +00:00
joerg
8ada92d5fc pkg_install-20080204:
Try to remove all +* files from the pkgdb first. If the log directory is
not empty afterwards, be noisy, but try rm -rf on it for the force case.
2008-02-04 14:03:10 +00:00
wiz
f5b73ed497 Actually, pkgsrc-wip already contains ups-nut-2.2.1. 2008-02-04 13:51:53 +00:00
wiz
c5210ab663 + ups-nut-2.2.0 [pkgsrc-wip]. 2008-02-04 13:32:41 +00:00
ghen
68490e2e6a -DUSE_SASL_AUTH is defined by default in Makefile now. 2008-02-04 13:07:54 +00:00
obache
fb59c6d4fe py-sqlite2 is already 2.3.5 2008-02-04 13:04:56 +00:00
obache
1225273bb8 - wget-1.11 2008-02-04 12:59:54 +00:00
obache
18d0404be7 Updated net/wget to 1.11 2008-02-04 12:58:34 +00:00
obache
24820b914d Update wget to 1.11.
* Changes in Wget 1.11.

** Timestamping now uses the value from the most recent HTTP response,
rather than the first one it got.

** Authentication information is no longer sent as part of the Referer
header in recursive fetches.

** No authentication credentials are sent until a challenge is issued,
for improved security. Authentication handling is still not
RFC-compliant, as once a Basic challenge has been received, it will
assume it can send credentials to any URL at that same host, and not
just the ones at or below the original authenticated location.
Credentials for Digest authentication are still never saved or issued
automatically, and continue to require a challenge for each resource.

** Added --max-redirect option, allowing the user to specify what should
be the maximum number of HTTP redirects to follow.

** Wget now supports saving HTTP downloads using file names specified by
the `Content-Disposition' header.  This is a standard way of specifying
the file name used by many web dynamically generated pages. However, the
current implementation is inefficient, and known to have bugs. It is
EXPERIMENTAL only, and not enabled by default. Use --content-disposition
to enable it.

** The new option `--ignore-case' makes Wget ignore case when
matching files, directories, and wildcards.  This affects the -X, -I,
-A, and -R options, as well as globbing in FTP URLs.

** ETA projection is now displayed in "dot" progress output as well as
in the default progress bar.  (The dot progress is used by default when
logging Wget's output to file using the `-o' option.)

** The "lockable boolean" argument type is no longer supported.  It
was only used by the passive_ftp .wgetrc setting.  If you're running
broken scripts or Perl modules that unconditionally specify
`--passive-ftp' and your firewall disallows it, you can override them
by replacing wget with a script that execs wget "$@" --no-passive-ftp.

** The source code has been migrated to Mercurial. The repositories are
available at http://hg.addictivecode.org/. Prior to this, the source
code was hosted on Subversion (migrated from the original CVS); you can
still get access to older tags and branches for Wget in the Subversion
repository at http://addictivecode.org/svn/wget/.
2008-02-04 12:58:19 +00:00
wiz
27035d68cc + clisp-2.44 [pkgsrc-wip], curl-7.18.0, fuse-ntfs-3g-1.2129,
gmime-2.2.16, gnet-2.0.8, ikiwiki-2.30, libtasn1-1.3, libtool-1.5.26,
  libtorrent-0.12.0, links-2.1.0.33, links-gui-2.1.0.33, luit-1.0.3,
  p5-Apache-Session-1.86, p5-Devel-StackTrace-1.16, p5-IO-Socket-SSL-1.13,
  p5-XML-LibXML-1.66, p5-XML-LibXSLT-1.66, pcre-7.6, rt3-3.6.6,
  rtorrent-0.8.0, scm-5e5, slib-3b1.
2008-02-04 12:53:07 +00:00
obache
84352f4334 - phppgadmin-4.1.3 [pkg/37679] (hi tnn!) 2008-02-04 12:00:18 +00:00
obache
108545895e Note update of MeCab packages to 0.97. 2008-02-04 05:01:36 +00:00
obache
198e32f400 Update mecab to 0.97.
Pkgsrc changes:
* fix some pkglint warining
* add DESTDIR support.

Changes:
* Fix a bug of exclusive control when dictionary is opened in MultiThreading environment.
* When installing the Windows version, it came to be able to specify the character-code of the dictionary.
* Fix a problem that was not able to be compiled correctly by some compilers.
* Add API that changes partial, analytical mode (Tagger::set_partial())
* Add API that changes generation level of lattice (Tagger::set_lattice_level())
* Add API that changes temperature parameter (Tagger::set_theta())
* Add API that changes all candidate output mode (Tagger::set_all_morphs())
2008-02-04 04:58:52 +00:00
tnn
3abd1a38e8 Remove ftp.informatik.hu-berlin.de from MASTER_SITES_GNU since it doesn't
seem to support passive mode. From Alver on #pkgsrc
In it's place, add mirrors.kernel.org and ftp.sunet.se instead.
2008-02-03 22:23:30 +00:00
tnn
082e811cfa Enable compression (-z) in report_rsync_args.
Partially addresses PR pkg/37946.
2008-02-03 21:20:46 +00:00
markd
754a899fcc Fix segfault on NetBSD-current. 2008-02-03 19:36:33 +00:00
tnn
33ad651d2f Fix build on NetBSD-current 2008-02-03 16:10:22 +00:00
tnn
765438726a Honour PKGMANDIR. 2008-02-03 15:54:27 +00:00
tnn
e0a55ac43f Fix check interpreter warnings. 2008-02-03 14:07:40 +00:00
tnn
011ab3dcff Honour PKGMANDIR. 2008-02-03 13:24:22 +00:00
tnn
b1fb85fc63 Fix broken curl test. 2008-02-03 13:01:11 +00:00
drochner
e25f47d096 fix: missing documentation files 2008-02-03 12:23:33 +00:00
drochner
5103b81a5b needs py-docutils to build documentation 2008-02-03 12:22:26 +00:00
drochner
830db26134 update to 2.18.2
changes:
-Fix a crash in gedit
-Remove unneeded popt usage
-Cleanups

pkgsrc note: we still depend on popt indirectly
2008-02-03 12:20:58 +00:00
drochner
8faa98f235 update to 2.3.20
change: a fix including art_misc.h from C++ (which pkgsrc had a patch
for) was included upstream
2008-02-03 12:17:09 +00:00
drochner
e6b9b891cb update to 2.12.7
changes:
-GtkBuilder supports accessibility properties and relations now
-bugfixes
-translation updates
2008-02-03 11:20:20 +00:00
drochner
15b546ee23 update to 1.4.12
changes:
-fix a crash when selecting news bins
-add compatibility with non-standard "xmlURL" OPML attributes
 used by LiveJournal
-bugfixes
2008-02-03 11:14:27 +00:00
heinz
5c30782a19 Added reference to upstream bug report. 2008-02-03 03:37:32 +00:00
heinz
518a58b530 The package supports installation to DESTDIR. 2008-02-03 03:02:32 +00:00
obache
1391913a05 Updated net/libupnp to 1.6.5 2008-02-03 03:02:03 +00:00
obache
2ece1d7dee Update libupnp to 1.6.5.
Changes:
*******************************************************************************
Version 1.6.5
*******************************************************************************

2008-02-02 Marcelo Jimenez <mroberto(at)users.sourceforge.net>
	* Peter Hartley's fix for wrong sized variable beeing passed to
	http_MakeMessage() on 64 bit architectures.
2008-02-03 03:01:51 +00:00
reed
5501a24289 Fix homepage. 2008-02-03 02:49:19 +00:00
reed
f9a9f1605d New package: rtf2latex2e-1.0fc2 2008-02-03 02:47:35 +00:00
reed
9b8a03fc26 Import new package: rtf2latex2e
rtf2latex already exists in pkgsrc but didn't work for me and this
is different (but maybe derived from same?) and installs different files.

This is rtf2latex2e by Ujwal Sathyam and Scott Prahl.  It uses the
RTF reader by Paul DuBois and converts RTF files into the LaTeX2e
format. Its main features are:

1. detects text style: bold, italic, color, big, small,...
2. reads embedded figures: PICT, WMF, PNG, JPEG, converts to EPS
3. reads tables: simple to semi-complex
4. equations: converts embedded MathType < 3.0 equations
5. symbols: converts most greek and math symbols
6. reads footnotes (not in tables yet)
7. support for use of the fontenc package
8. translates hyperlinks using the hyperref package
2008-02-03 02:45:23 +00:00
heinz
c4fad5a26a The package supports installation to DESTDIR. 2008-02-03 02:38:13 +00:00
heinz
44878a2c64 Without a data segment size of ~ 270MB cmDependsJavaParser.cxx cannot be
compiled.
2008-02-03 02:12:11 +00:00
heinz
ab37ed6cd8 The package supports installation to DESTDIR. 2008-02-03 02:10:40 +00:00
adam
7a745a0447 Updated x11/gtkmm to 2.12.4 2008-02-02 22:13:45 +00:00
adam
499a7a509d Cganges 2.12.4:
* Gtk::RecentAction: Derive from RecentChooser - this class was
  unusable before and we didn't want to wait for the next
  major GTK+ and gtkmm versions to fix it.
* Build fix with gcc 4.3 pre-releases.
2008-02-02 22:12:31 +00:00
gdt
e291bc20b2 add
# used by chat/pidgin/Makefile
per pkglint
2008-02-02 21:55:53 +00:00
gdt
5f2c81fc6c Most TODO items are now ok, and remaining ones noted in Makefile comments. 2008-02-02 21:52:52 +00:00
gdt
f1d06f1c9d Use ncursesw. Remove TODO as the package is now functional.
PKGREVISION++.

Patch from Jonathan Scheifer on pkgsrc-users@.
2008-02-02 21:43:27 +00:00
gdt
ad904adba9 fix whitespace error in previous 2008-02-02 21:37:45 +00:00
gdt
d9894da60b add
# used by chat/finch/Makefile
per pkglint
2008-02-02 21:37:11 +00:00
heinz
9d2996c3ec Added support for installation to DESTDIR. 2008-02-02 21:04:00 +00:00