Commit graph

122561 commits

Author SHA1 Message Date
tnn
bd484f092b Needs -lrt on NetBSD-current 2008-02-04 21:52:16 +00:00
joerg
a2626f3542 Add DESTDIR support. 2008-02-04 20:41:40 +00:00
jmmv
89ced860fd Note update of atf to 0.4. 2008-02-04 20:20:13 +00:00
jmmv
85b0a0fc60 Update to 0.4.
Changes:

* Added two new manual pages, atf-c++-api and atf-sh-api, describing the
  C++ and POSIX shell interfaces used to write test programs.

* Added a pkg-config file, useful to get the flags to build against the
  C++ library or to easily detect the presence of ATF.

* Added a way for test cases to require a specific architecture and/or
  machine type through the new 'require.arch' and 'require.machine'
  meta-data properties, respectively.

* Added the 'timeout' property to test cases, useful to set an upper-bound
  limit for the test's run time and thus prevent global test program stalls
  due to the test case's misbehavior.

* Added the atf-exec(1) internal utility, used to execute a command after
  changing the process group it belongs to.

* Added the atf-killpg(1) internal utility, used to kill process groups.

* Multiple portability fixes.  Of special interest, full support for SunOS
  (Solaris Express Developer Edition 2007/09) using the Sun Studio 12 C++
  compiler.

* Fixed a serious bug that prevented atf-run(1) from working at all under
  Fedora 8 x86_64.  Due to the nature of the bug, other platforms were
  likely affected too.
2008-02-04 20:19:33 +00:00
tnn
6538a067b9 PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS 2008-02-04 20:10:34 +00:00
tnn
e99aec31b2 PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages 2008-02-04 19:52:54 +00:00
joerg
3f438c392c Add DESTDIR support. 2008-02-04 18:07:53 +00:00
tnn
7d1989c3c8 Move inclusion of graphics/glu/buildlink3.mk from Makefile to
Makefile.common. This should hopefully fix x11/wxGTK-contrib from failing:
checking for -lGLU... no
checking for -lMesaGL... no
configure: error: OpenGL libraries not available

XXX: buildlink3.mk doesn't include glu, is that really OK?
2008-02-04 17:46:13 +00:00
obache
22d1b7ff78 New SJ3 is in Google Code. 2008-02-04 16:16:54 +00:00
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