Commit graph

159191 commits

Author SHA1 Message Date
sborrill
ce3c48d103 Add -dMaxStripSize=0 to default ghostscript command line in efax.rc
configuration file so that efax continues to work with ghostscript 8.71 and
later (also tested backward compatibility with 8.63).

Bump PKGREVISION
2010-06-03 12:53:47 +00:00
pettai
54e92285ee part of PR pkg/43380 that didn't make it the first commit 2010-06-03 09:37:51 +00:00
wiz
aaa526e58e Remove patch that isn't in distinfo after 1.6.5 update. 2010-06-03 09:34:02 +00:00
wiz
6e9d91ab1b Remove patches that were not in distinfo after 2.4.5 update. 2010-06-03 09:33:23 +00:00
kefren
6c372dac1b updated p5-POE-Component-IRC-6.24 and p5-POE-Filter-IRCD-2.42 2010-06-03 09:26:35 +00:00
wiz
2235d87324 Add inform-license and use it for lang/inform (instead of unclear
"no-profit").
2010-06-03 09:26:30 +00:00
obache
082d0ffa27 used by net/gst-plugins0.10-mms/Makefile 2010-06-03 09:24:50 +00:00
obache
dd8b9f04fa + gst-plugins0.10-mms 2010-06-03 09:24:04 +00:00
wiz
cc01fa5056 Add patch-a{a,b} to distinfo. 2010-06-03 09:23:34 +00:00
kefren
ebdafdc8a2 Update to 2.42
Fixes pkg/42800
2010-06-03 09:23:07 +00:00
obache
c4dbc3f0d6 Added net/gst-plugins0.10-mms version 0.10.18 2010-06-03 09:22:58 +00:00
obache
9077842f34 Import gst-plugins0.10-mms-0.10.18 as net/gst-plugins0.10-mms.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis playback to
complex audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

GStreamer is released under the LGPL.

This package is part of the 'bad' plugins for GStreamer.  It provides the
mms plugin, for Microsoft Multi Media Server streaming protocol support.
2010-06-03 09:22:42 +00:00
kefren
6da56cf459 Security update to 6.32
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581194
2010-06-03 09:12:50 +00:00
obache
642fff436c Updated net/libmms to 0.6 2010-06-03 08:16:22 +00:00
obache
e57b4de2d1 Update libmms to 0.6.
While here, set LICENSE=gnu-lgpl-v2.1.

2010-05-30 libmms-0.6 release (Hans de Goede <j.w.r.degoede@hhs.nl>)
--------------------------------------------------------------------

* libmms hosting has moved back to sf.net and switched to git as vcs
* For mms:// uris try mmsh before mms like mediaplayer does, this avoids
  large connection delays with servers which silently drop packets to the
  mmsh port. This resolves:
  https://bugs.launchpad.net/libmms/+bug/517007
  https://bugs.launchpad.net/libmms/+bug/512089
* mmsh: allow stream ids > 23
  This brings the mms patch from below to our mmsh support code as well:
  https://sourceforge.net/tracker/?func=detail&aid=1521441&group_id=101989&atid=630609
* Add support for GUID_ASF_EXTENDED_STREAM_PROPERTIES to mms, add the
  GUID_ASF_EXTENDED_STREAM_PROPERTIES support added to the mmsh code in
  the 0.5 release to our mms code too
* Many cleanups and out of bounds buffer access checks added
* Debug printf's are now always compiled in, but they are silent by default
  set the LIBMMS_DEBUG environment variable to enable them
* Don't fall back to lowest bitrate video stream when id 0 is the one we want
* Remove percent escaping from mms uris before sending them to the server:
  http://bugs.xine-project.org/show_bug.cgi?id=99
* Testing has shown the above bugfixes also resolve:
  https://bugs.launchpad.net/libmms/+bug/540476
  https://bugs.launchpad.net/libmms/+bug/531326
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493735
  https://bugs.launchpad.net/libmms/+bug/477876

Old per change ChangeLog entries
--------------------------------

2009-11-03  Maxim Levitsky <maximlevitsky@gmail.com>

	* Rework URL handling
	* Increase buffer size for very long URLS and handle buffer overflow

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Remove out of date (not working with recent autotools) autogen.sh,
	  use: "autoreconf -i -f -v" instead.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Better tracking of seekable state in mms.c, return immediately
	  from the seek functions when they gat called on a non seekable
	  stream.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Do some minimal sanity checks on the information parsed from the
	  asf header.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Add mmsx.c / .h, mmsx.c is a small wrapper around mms.c and mmsh.c
	  The mmsx functions provide transparent access to both protocols
	  so that programs who wish to support both can do so with a single
	  code path if desired.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Add an atrribute to the mms / mmsh structs to track if the
	  stream is seekable and export it.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Add support for both time and byte offset based mmsh seeking!

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Export (add get methods for) asf header- and packet-length.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Calculate length returned by mss_get_length() instead if returning
	  the filesize from the header. The filesize usually is bigger then
	  then the header + all packets because the end of the file contains
	  time->packet offset lookup tables, however these tables are not
	  accessible through mms.

2007-12-11  Hans de Goede <j.w.r.degoede@hhs.nl>

	* Some off_t changes so that applications no longer need to be
	  have _FILE_OFFSET_BITS defined to 64 when compiling, when they
	  will be linked against a libmms which did have _FILE_OFFSET_BITS
	  defined to 64 during its compile (which gets defined by default
	  by configure on systems which support it).

2007-09-10  Soren Hansen <shawarma@users.sourceforge.net>

	* Fix libmms to work with URL's that contain a query string.
	  Many thanks to Bob Richmond for discovering this and providing
	  a patch!

2007-09-10  Soren Hansen <shawarma@users.sourceforge.net>

	* Fix hardcoded path in pkgconfig. Thanks to Ronald Bultje for
	  the patch!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Make libmms C89 compliant. Thanks to Jens Granseuer for the
	  patch!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Fix discarded first mmsh packet. Thanks to
	  azwemmer@users.sourceforge.net for the patch!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Fix URL handling. Thanks to Gabriel Velo for the patch!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Added seeking support. Many thanks to Anon Sricharoenchai
	  for this excellent work!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Fix stream ID > 23. Thanks to Fabrizio Gennari for the patch!

2007-09-09  Soren Hansen <shawarma@users.sourceforge.net>

	* Double the acceptable size of ASF headers. Thanks to Sjoerd
	  Simons for the patch!
2010-06-03 08:16:09 +00:00
tnn
e739c994da Let configure accept bdb 4.8. 2010-06-03 07:58:37 +00:00
obache
900a5d689d gst-plugins0.10-x264 is in gst-plugins0.10-ugly, not gst-plugins0.10-bad. 2010-06-03 07:50:57 +00:00
obache
ed736475e9 * Fix building with db5.
* Bump PKGREVISION for db4 ABI bump, because bdb option is enabled by default.
2010-06-03 06:55:54 +00:00
obache
2ec9ef0c63 Bump PKGREVISION for db4 update. 2010-06-03 06:50:25 +00:00
dholland
2fbd2c3574 lang/inform 2010-06-03 05:25:08 +00:00
dholland
395bc3b0c7 Add my patch from PR 35548, to fix the path buffer sizes. 2010-06-03 05:24:27 +00:00
jnemeth
fda8af338e sort 2010-06-03 04:57:34 +00:00
dholland
38f0cbd0be PR 43393: security/gsasl-1.1 fails to build on solaris 2010-06-03 02:28:31 +00:00
dsainty
f588a3ad3a Pull in devel/zlib explicitly. Fixes build on systems requiring libz out of
Pkgsrc.
2010-06-03 01:00:46 +00:00
jym
50c47db3b0 Change the wording in MESSAGE; DAViCal could be installed on a host
different from the one where the database server is running.

Change the configuration files permissions. administration.yml is really
for davical_dba, config.php is for davical_app (web application). While
here, fix the Apache example.

No revision bump; package content is the same.
2010-06-02 23:27:56 +00:00
minskim
1043a8e2b7 emacs was updated to 23.2. 2010-06-02 20:12:02 +00:00
minskim
d1b5e7df10 Add tex-asyfig{,-doc}. 2010-06-02 20:11:25 +00:00
minskim
4a53001113 Import tex-asyfig-doc-0.1c as graphics/tex-asyfig-doc.
This is documentation for tex-asyfig.
2010-06-02 20:09:09 +00:00
minskim
b0fd3e1c9b Import tex-asyfig-0.1c as graphics/tex-asyfig.
The package provides a means of reading Asymptote figures from separate
files, rather than within the document, as is standard in the asymptote
package, which is provided as part of the Asymptote bundle. The
asymptote way can prove cumbersome in a large document; the present
package allows the user to process one picture at a time, in simple test
documents, and then to migrate (with no fuss) to their use in the target
document.
2010-06-02 20:08:58 +00:00
wiz
5d48768672 Updated devel/boehm-gc to 7.1nb4 2010-06-02 20:00:01 +00:00
jakllsch
0b535467bc Updated fonts/dejavu-ttf to 2.31 2010-06-02 19:59:54 +00:00
wiz
95db0c401f Fix self-tests on NetBSD/sparc64. From Chris Ross on pkgsrc-users.
Bump PKGREVISION, even if it only affects sparc64.
2010-06-02 19:59:52 +00:00
jakllsch
2f538a17ca Update dejavu-ttf to 2.31.
Changes from 2.30 to 2.31:
- Fixed bug where Serif Condensed Italic wouldn't get proper subfamily tags
- Added math operators U+2234-U+2237 to Mono
- Removed buggy instructions of U+032D
- added U+2C70, U+2C7E, U+2C7F to Sans and Sans Mono
- added U+2C7D to Sans Mono
- added U+2C6D, U+2C70-2C73, U+2C7E-2C7F to Serif
- added extremas to alpha U+03B1 in Serif-Italic
- added U+4A4, U+4A5 to Mono
- added Arabic letters U+0657, U+0670, U+0688-U+0690, U+0693-U+0694,
  U+0696-U+0697, U+0699-U+06A0, U+06A2-U+06A3, U+06A5, U+06A7-U+06A8,
  U+06AA-U+06AE, U+06B0-U+06B4, U+06B6-U+06B9, U+06BB-U+06BE
  and their contextual forms to Sans
- added U+A78D LATIN CAPITAL LETTER TURNED H for coming Unicode 6.0
2010-06-02 19:59:37 +00:00
drochner
e363dd4bdb also look in ${PREFIX}/share/fonts/urw for postscript standard fonts
which used to be part of ghostscript-fonts -- not strictly necessary
for me because x11 provides them as well, but done for compatibility
bump PKGREVISION
2010-06-02 19:12:53 +00:00
drochner
fde911b8b3 Don't install the "ghostscript-fonts-std" part -- these are buggy and
do harm external applications. ghostscript itself doesn't need them
because it comes with its own standard font files, for the others
I've just added a "urw-fonts" pkg which contains better versions.
2010-06-02 19:09:25 +00:00
drochner
45afeee6e4 +urw-fonts 2010-06-02 19:02:11 +00:00
drochner
0f72c2b5c7 Add urw-fonts-1 which contains newer and fixed versions of the fonts
which were distributed with ghostscript as ghostscript-fonts-std.
The latter are unmaintained and buggy - this caused problems with programs
using "fontconfig", confusing bold and regular fonts. (noticed with
documents processed by latex->dvips->ps2pdf where "Times-Roman" used
by the article body started to be rendered in bold letters by evince)
2010-06-02 19:00:36 +00:00
adam
14f9b6b07c Added graphicsmagick as an option, fixing PR#43218 2010-06-02 18:35:38 +00:00
gls
c0e57d3585 Updated py-paramiko to 1.7.6nb1 2010-06-02 18:33:47 +00:00
gls
4aeb031c84 This is a Python egg.
Don't hardwire paths in PLIST.

As noted by Ryo HAYASAKA in PR/43405.
2010-06-02 18:31:41 +00:00
tnn
07af535d0f gtk+ 2.20 deprecated some macros, causing fallout (surprise, surprise!) 2010-06-02 18:24:47 +00:00
adam
06e04950a8 Updated glibmm, pangomm, gtkmm 2010-06-02 16:51:11 +00:00
adam
fab94836f5 Changes 2.20.3):
* Documentation: Added main page text at index.html.

Changes 2.20.2:
* Documentation: Strip out the gobject-introspection annotations, and use
  other improvements made to docextract_to_xml.py

Changes 2.20.1:
Gtk:
* RecentAction: Fix the constructor that takes a RecentManager.
* TreeRowReference::get_model(): Correct the reference counting.
2010-06-02 16:45:41 +00:00
adam
beb26bdd12 Changes 2.26.2:
* Documentation: Added main page text at index.html.

Changes 2.26.1:
* Minor documentation improvements.
2010-06-02 16:45:11 +00:00
adam
d47fb17544 Changes 2.24.2:
* Reference Documentation: Add main page text for index.html.

Changes 2.24.1:
* UnixOutputStream: Fix the constructor to use the correct property name.
* Documentation: Strip out the gobject-introspection annotations, and use
  other improvements made to docextract_to_xml.py
* Fix the Windows MSVC build.

Changes 2.24.0:
* Changes in glibmm 2.24 compared to glibmm 2.22:
Glib:
* BalanceTree: New class, wrapping GTree.
* Fix ustring::format(non-const char*) and add regression test.
Gio:
* Added InetAddress, NetworkAddress, NetworkService, Resolver, Socket,
  SocketAddress, SocketAddressEnumerator, SocketClient, SocketConnectable,
  SocketConnection, SocketListener, SocketService, SrvTarget, TcpConnection,
  Threaded SocketService, UnixConnection
* AsyncResult: Add get_source_object_base(), deprecating get_source_object()
  because it usually can never work.
* Cancellable: Added release_fd() and make_polldf().
2010-06-02 16:43:26 +00:00
tnn
8c42fb8a1f add mozilla-enigmail option for building the Enigmail OpenPGP extension.
Defaults to off for now ...
2010-06-02 15:39:26 +00:00
adam
96b799cc1c Updated print/php-pdflib to 2.1.8 2010-06-02 15:23:23 +00:00
adam
14372807cc Changes 2.1.8:
* support PHP 5.3 (don't use deprecated functions)
* added php_check_open_basedir
* added missing functions to oo php wrapper
2010-06-02 15:22:01 +00:00
adam
21670f1a6f Patch-aa isn't needed any more 2010-06-02 15:07:53 +00:00
taca
99cd91002d Note update of www/typolight28-translations package to 20100527. 2010-06-02 13:38:22 +00:00