Commit graph

119715 commits

Author SHA1 Message Date
rillig
e7132cb17f The example configuration file has a different name. PKGREVISION++ 2007-11-23 11:48:56 +00:00
rillig
42b63489d3 After a package is installed, make sure that the example files for
CONF_FILES and similar exist, since the pkginstall framework skips them
silently, which is not a good idea.

For example I just installed dovecot, and there was neither a
configuration file installed nor a message that a configuration file
exists at all.
2007-11-23 11:36:19 +00:00
tron
813d7e3271 Note updates of "libtorrent" and "rtorrent" packages. 2007-11-23 09:51:38 +00:00
tron
24eb420373 Update "libtorrent" package to version 0.11.9 and "rtorrent" package
to version 0.7.9. Changes since 0.11.8 respectively 0.7.8:
- Improved detection of unnecessary handshakes to decrease the load when
  using PEX.
- Limit the number of PEX connections to 8 per download.
- Fixed several bugs in PEX.
- Fixed several sigc++ 2.1 compile errors.
- Print to the log when close_on_diskspace gets triggered.

This is not a stable version. The update was however necessary after
the premature update of the "libsigc++" package which broke the build
of these packages.
2007-11-23 09:49:04 +00:00
tron
0a05041d1c Note update of the "p5-libwww" package to version 5.808nb3. 2007-11-23 08:46:48 +00:00
tron
0168d01108 Don't install aliases "GET", "HEAD" and "POST" under Mac OS X.
At least "HEAD" causes problems on a case-insensitive filesystem because
it will be confused with "/usr/bin/head". Bump package revision.
2007-11-23 08:46:32 +00:00
dsainty
9b3751e63e The official site HTTP download URL has changed, catch up to it. 2007-11-23 08:38:05 +00:00
bjs
ac2b57f8a3 - o mksh-32 2007-11-23 08:01:13 +00:00
bjs
bc7f64005b + Updated shells/mksh to 32 [bjs 2007-11-23] 2007-11-23 08:00:04 +00:00
bjs
7ac931559a Update from version R30 to R32, with myriad changes:
R32:
     * Make checks for symbol declarations compile checks instead of link
       checks, as the binding may not succeed due to different symbol types,
       for instance on AIX, if the declaration does not match
     * Widen the range of array indices to [0..2^3ý-1], with negative values
       being mapped into the high-bit31 range for simplicity
     * Fix the pipeline-as-coprocess internal error
     * Do not require certain integer types to be defined any more
R31d:
     * Support pcc (the ragge version of the Portable C Compiler)
     * Add pushd/popd/dirs functions (csh) and precmd/chpwd hooks (zsh) to
       dot.mkshrc which now requires readlink(1) with -f; requested by many
       (e.g. some Gentoo users; XTaran of symlink.ch)
     * Enable colour escapes in dot.mkshrc since almost nobody groks how to
       do it right from the manual
     * Remove -DMKSH_NEED_MKNOD checks from Build.sh, people should use the
       HAVE_MKNOD environment variable
     * Implement parallel make in Build.sh
     * Fix another busy-loop spinning problem introduced by an icc warning,
       thanks to spaetzle@freewrt.org for keeping to bug me to look for it,
       as it affected GNU/Linux most, followed by Solaris, rarely BSD
     * Improve standard integer type detection in Build.sh
     * Cleanups in code, build script and manual page
R31b:
     * Fix typo (blsk -> bksl) in check.t test naming
     * Autoscan for uint32_t, u_int etc. presence
     * Fix some memory leaks, mostly by NetBSD(R) via OpenBSD
     * The "unset" builtin always returns zero, even if the variable was
       already unset, as per SUSv3 (reported by Arkadiusz Miskiewicz via
       pld-linux -> oksh)
     * In tab-completion, escape the question mark, reminded by
       cbiere@netbsd.org, via oksh
     * Fix a busy-loop problem, Debian #296446 via oksh
     * Fix a few display output problems in the build script
     * Shut up some gcc warnings on Fedora; beautify some code
     * Support OSF/1 with gcc2.8, thanks to Jupp Schugt
     * Fix gcc4 detection of __attribute__() on non-SSP targets
R31:
     * Support the TenDRA compiler (possibly also Ten15, not tried)
     * Begin supporting Fabrice Bellard's Tiny C Compiler (tcc on Debian
       cannot link due to duplicate symbols in GNU libc, thus unfinished)
     * Improve some mirtoconf checks (most notably, mknod(2) and macros)
     * Add new emacs editing command "clear-screen" (ESC ^L) as requested by
       D. Adam Karim <archite@midnightbsd.org>
     * Support building for MidnightBSD
     * Add new shell alias "source", semantics like the GNU bash builtin
     * Add new shell option "set ño arc4random", controlling whether rand(3)
       or arc4random(3) is used for the $RANDOM value, use
       arc4random_pushb(3)
     * Add new builtin "rename" (just calls rename(2) on its arguments)
     * Fix the inofficial OpenBSD port, from D. Adam "Archite" Karim, 10x
     * Disable the less(1) history file by default (privacy issues) in the
       sample dot.mkshrc file; mention other things in etc_profile
     * Fix a syntax error in Build.sh checking for TenDRA
2007-11-23 07:58:57 +00:00
bjs
ffd8126d65 Update x11/xrestop to version 0.4 and remove the corresponding entry
from doc/TODO.
2007-11-23 07:49:56 +00:00
bjs
4e2fc75562 Update to xrestop-0.4. Add DESTDIR support. Changes:
2006-02-27  Matthew Allum  <mallum@openedhand.com>

        * doc/xrestop.1:
        Add docs for --max-samples options
        * xrestop.c: (window_get_utf8_name), (usage), (recurse_win_tree),
        (main):
        Fix gcc 4 compiler warnings. Minor source cleanups.
        Fix missing PIDs due to window recursing bug ( John Tapsell )
        Handle 'q' key to quit ( Moray Allan )
        '--max-samples' option ( Jeremy C Reed )
2007-11-23 07:48:55 +00:00
bjs
2b51831f7f + Updated net/aria2 to 0.11.5 [bjs 2007-11-23] 2007-11-23 07:47:18 +00:00
bjs
5503c5a98c Update to version 0.11.5. Remove interim patches from SVN.
Changes (patches took us to ~2007-11-11):

2007-11-17  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

	Synchronized translation files with launchpad.
	* po/fr.po
	* po/ru.po
	* po/de.po: Now utf-8 encoding
	* po/ja.po: Now utf-8 encoding

	* Release 0.11.5

2007-11-11  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

	urlencode the given url inside Request::parseUrl(...)
	* src/Request.{h, cc}
	* src/Util.{h, cc}
	* test/RequestTest.cc

	Removed #!metalink3! notation support because it is deleted from
	the metalink specification.
	* src/Request.{h, cc}
	* test/RequestTest.cc

2007-11-10  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

	* src/SocketCore.cc (writeData): Fixed send error with GnuTLS.

2007-10-29  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>

	* src/HttpRequest.cc (createProxyRequest): Removed urlencode from
	user-agent.
	* test/HttpRequestTest.cc (testUserAgent): Added.
2007-11-23 07:46:34 +00:00
bjs
2623b35649 Add aria2-metalink option. 2007-11-23 07:43:54 +00:00
bjs
c92acb1b78 The option for using libmodplug is modplug, not libmodplug. 2007-11-23 05:40:02 +00:00
rillig
2154cd740b + asprintf 2007-11-23 01:29:28 +00:00
bjs
638fa0556f Add rtunes. 2007-11-23 00:41:22 +00:00
bjs
f312f87613 + Added audio/rtunes version 20071122 [bjs 2007-11-23] 2007-11-23 00:19:46 +00:00
bjs
d8b0ac6d1a Import rtunes CVS snapshot (v0.6 plus a few bug fixes).
The makefiles for this should really be rewritten to use libtool;
using two makefiles for two different platforms isn't the way we
tend to do things around here ... ;)

Blurb:

Rtunes streams files containing Apple Lossless audio data to
an Apple AirPort Express device.  If a '-' is given as the
file(s) argument, rtunes expects raw PCM audio data on stdin
and encodes it to the Apple Lossless format prior to streaming
it.  With this method it is possible to stream audio data from
any source that can output raw PCM audio data on stdout.

NOTE: the patch and mplayer helper library for this package are
untested; it is installed merely as a convenience.
2007-11-23 00:18:41 +00:00
wiz
3fc77ac323 + abcm2ps-5.6.1, claws-mail-3.1.0, devilspie-0.21, dwm-4.7, ede-1.2,
glpk-4.24, glproto-1.4.9, gnumeric-current-1.7.90, gob2-2.0.15,
  goffice0.5-0.5.3, ikiwiki-2.12, ircservices-5.1.9, libICE-1.0.4,
  libXaw-1.0.4, libXcursor-1.1.9, libXpm-3.5.7, libXrender-0.9.4,
  libXtst-1.0.3, libXxf86dga-1.0.2, mednafen-0.8.5, memtester-4.0.8,
  modular-xorg-server-1.4, p5-Test-WWW-Mechanize-1.16, phpmyadmin-2.11.2.2,
  py-clearsilver-0.10.5, renderproto-0.9.3, rxvt-unicode-8.5,
  silc-server-1.1, xf86-input-keyboard-1.2.2, xf86-input-mouse-1.2.3,
  xf86-video-intel-2.2.0, xf86-video-nv-2.1.6, xf86dgaproto-2.0.3,
  xmms-crossfade-0.3.13, xproto-7.0.11, zile-2.2.52.
2007-11-22 23:08:09 +00:00
agc
df9b611e20 Note update of netbsd-iscsi-{initiator,target} to 20071122 2007-11-22 23:03:40 +00:00
agc
9b377f5298 Update the NetBSD iSCSI initiator and target to version 20071122.
Only change is that the target returns MAXLBA in a READ_CAPACITY command
response, and the initiator adds one to it to find out the size.
2007-11-22 23:02:19 +00:00
adrianp
5da26dfeca Fix build on OS/X
PKGREVISION++
2007-11-22 23:00:39 +00:00
adrianp
447c0f375b Fix the path when SpeedyCGI is installed 2007-11-22 22:56:01 +00:00
adrianp
ea1cb229a6 Change to my NetBSD.org address 2007-11-22 21:53:16 +00:00
bouyer
3f5c975c8e Make it build on NetBSD/amd64. This packages requires bash on this platform;
if someone feels bored he can look at fixing the script :)
2007-11-22 21:49:54 +00:00
drochner
6497434a98 +notecase 2007-11-22 21:05:21 +00:00
drochner
911d1258a9 +djview4 2007-11-22 21:04:21 +00:00
drochner
6e826156e2 import djview4-4.2.2, a djvu file viewer, from Paulo Matias per pkgsrc-wip 2007-11-22 21:02:00 +00:00
drochner
eac4e73f27 import notecase-1.7.2, a Hierarchical note manager
pkgsrc notes:
-modified to use system libz instead of a bundled copy
-disabled the option to create self-extracting combinations of
 the executable with a data file. This relies on reliable deduction
 of the currrent executable's path which cannot be done in a portable
 way, and it doesn't make much sense anyway because that thing needs
 a zillion of shared libraries.
2007-11-22 20:50:09 +00:00
drochner
cba0168a54 update to 2.1.1
This switches to the gnome-2.20 tree.
2007-11-22 20:41:56 +00:00
drochner
919535c7e0 update to 2.2.11
changes: many bugfixes
2007-11-22 20:39:24 +00:00
drochner
a56b18c649 reset PKGREVISION for gst update 2007-11-22 20:35:53 +00:00
drochner
5a819fecc4 update to 1.0.2
this is a major update: Lots of new stuff, both feature-wise and
bugfix wise
2007-11-22 20:31:44 +00:00
drochner
8283ba4c59 update to 0.10.15
changes:
RTP/RTSP/RTCP/SDP support improved
New FFT support library libgstfft, based on Kiss FFT
New formats supported in volume and audiotestsrc
Fixes in audiorate and videorate
Audio capture fixes
Playbin and decodebin fixes
New tagdemux base class for ID3/APE style tag readers
Fix a nasty crash in the X sinks on shutdown
New tags supported
Add support for multichannel WAV files.
Preserve channel layout information when up/down-mixing.
Many bug-fixes and improvements
2007-11-22 20:28:44 +00:00
adrianp
6a1d08d5ff -smokeping 2007-11-22 20:27:25 +00:00
adrianp
cb5a1363f4 Updated net/smokeping to 2.2.7 2007-11-22 20:26:18 +00:00
adrianp
4e9978bbe9 Update to 2.2.7
New in Version 2.2
* Ajax based ineractive graph zooming.
Click on any graph in detail mode and use the mouse to mark your area of
interest in navigator graph.
* Multi Target Graphs
Show information from multiple targts in a graph.
* Master/Slave setup for multi source smokeping deployments.
With one central Smokeping Master node, you can run a series of Slave nodes,
taking their configuration from the master. This allows you to ping a single
target from multiple locations.
* Standard Deviation
The standard deviation is now used in several places to give a number for
the variation in round trip times as depicted by the smoke.

See http://oss.oetiker.ch/smokeping/pub/CHANGES for all the details.

OK'ed bouyer@
2007-11-22 20:25:54 +00:00
drochner
05a38e7a6f update to 0.10.15
changes:
Changes for asynchronous sink management
New ts-offset property on basesink for adjusting clock synchronisation
New GstController LFO feature
Fixes and improvements in latency measurement for live pipelines
Additional documentation and docs fixes
Faster typefinding
More tag types added
Improvements in various core elements and parent classes
New unit tests
Allow dumping pipelines as dot graphs
GstStructures now support nesting
URIHandler interface can now be implemented in bindings
Many other bug-fixes and improvements
2007-11-22 20:25:20 +00:00
drochner
0229edbe39 update to 1.1.8
This has improved DVB subtitles support, implements simple subtitle scaling
and bold & italics for text subtitles, and allows control of XxMC bob
deinterlacing. It also has fixes for an audio resampling problem (which
manifested as regular clicking), a problem which would cause the goom
plugin to stop working, and URL escape handling (use of %) in DVD and
Video CD MRLs. Some memory leaks are also fixed, and there are some
build fixes for Solaris users.
2007-11-22 20:20:21 +00:00
drochner
fc4fe5a85c update to 2.20.1
only change is "Fix dns-sd crash" which is not relevant to pkgsrc,
so the update is cosmetical
2007-11-22 20:16:27 +00:00
drochner
258612980a update to 2.20.1
changes:
-minor bugfixes and memory leak fixes
-improvements to focus stealing prevention
-translation updates
2007-11-22 20:13:15 +00:00
drochner
c3f4d6f9af update to 1.4.7
changes: bugfixes
2007-11-22 20:10:50 +00:00
drochner
ae0d4203a7 Depend on docbook-xml. While it seems not necessary technically, it makes
things easier: Some clients of gnome-doc-utils need it, and since
"xsltproc" has the habit to load missing entities per HTTP this is
difficult to keep track of in pkgsrc. This avoids intermittent build
failures depending on network connectivity.
bump PKGREVISION
2007-11-22 20:09:38 +00:00
drochner
e76d0edf15 make sure that the .desktop file is registered, ride on yesterday's
revision bump
2007-11-22 19:23:23 +00:00
drochner
e819d48998 add a plugin for TIFF support in qt4, this time using the common libtiff 2007-11-22 18:54:47 +00:00
drochner
14a3292858 -Deal with the iconv(3) mess a bit differently: allow NetBSD'd imake(3)
to be recognized as non-gnu, otherwise the make system tries to pull
 in an additional libiconv which for some unknown reason does not break
 the standard build but leads to trouble with addon components.
 Specialcase NetBSD (which has different const'ification than what they
 consider classical iconv) in the code calling iconv(3) instead.
-Don't build TIFF support which was using an internal copy of libtiff.
 I'll commit a plugin for TIFF support in a minute.
-bump PKGREVISION
2007-11-22 18:51:24 +00:00
tron
10ee7e1d90 This package needs "Perl::XML-Parser" to build. Add the "p5-XML-Parser"
as a build dependence to provide this module.
2007-11-22 18:12:45 +00:00
tron
8947480a20 Don't try to use "/usr/bin/perl" as a tool under Darwin.
This breaks packages (e.g. "gimp") which need Perl with a certain module
that is only provided by "pkgsrc" as a build tool.
2007-11-22 16:39:47 +00:00