Commit graph

133935 commits

Author SHA1 Message Date
jmcneill
a7c1c8c890 Import policykit-gnome version 0.9.2.
PolicyKit is an application-level toolkit for defining and handling the
policy that allows unprivileged processes to speak to privileged processes:
It is a framework for centralizing the decision making process with respect
to granting access to privileged operations for unprivileged applications.
PolicyKit is specifically targeting applications in rich desktop environments
on multi-user UNIX-like operating systems. It does not imply or rely on any
exotic kernel features.

This package provides a D-Bus session bus service for bringing up
authentication dialogs used for obtaining privileges.
2008-11-22 03:34:55 +00:00
jmcneill
33380d61b2 Import policykit version 0.9.
PolicyKit is an application-level toolkit for defining and handling the
policy that allows unprivileged processes to speak to privileged processes:
It is a framework for centralizing the decision making process with respect
to granting access to privileged operations for unprivileged applications.
PolicyKit is specifically targeting applications in rich desktop environments
on multi-user UNIX-like operating systems. It does not imply or rely on any
exotic kernel features.
2008-11-22 03:33:38 +00:00
jmcneill
8620414ff9 Import consolekit version 0.3.0.
ConsoleKit is a framework for keeping track of the various users, sessions,
and seats present on a system. It provides a mechanism for software to react
to changes of any of these items or of any of the metadata associated with
them.
2008-11-22 03:32:22 +00:00
he
a593fb86a7 Another set:
Updated textproc/p5-Text-BibTeX to 0.38
Updated textproc/p5-Text-CSV_XS to 0.58
Updated textproc/p5-Text-Markdown to 1.0.24
Updated textproc/p5-Text-SimpleTable to 0.05
Updated textproc/p5-XML-AutoWriter to 0.39nb2
Updated textproc/p5-XML-LibXML to 1.69
Updated textproc/p5-XML-RSS to 1.37
2008-11-22 00:50:41 +00:00
he
e1c88b17bd Update from version 1.33nb1 to 1.37.
Upstream changes:

1.37 - November 18, 2008
    - Extracted the common parts of parse() and parsefile() into one
    method (Refactoring - Shlomi Fish)
    - Incorporated a modified version of a patch from Simon Wistow to
    add support for the "xml:base" attribute.
    - Renamed t/items-are-0.t into the more descriptive
    t/test-generated-items.t , to highlight its significance and make
    it easier to notice.
    - Enabled backwards-compatibility mode for the "description" item
    to not become a hash-ref by default if xml:base is specified.

1.36 - October 7, 2008
    - ->parse() now explicitly returns $self.
        - http://rt.cpan.org/Public/Bug/Display.html?id=34914
    - ->parsefile() now explicitly returns $self.
        - http://rt.cpan.org/Public/Bug/Display.html?id=34914
    - Applied a patch to change the RSS-0.91 DTD URL from my.netscape.com
    to rssboard.org:
        - http://rt.cpan.org/Ticket/Display.html?id=39780
    - Reformatted the Changes file to standardize on 4-space-indents.
    - Small documentation patch: (add_item with dc:date)
        - http://rt.cpan.org/Ticket/Display.html?id=39780

1.35 - September 13, 2008
    - Added a Module::Build-based Build.PL so we'll have an easier time
    with the META.yml and the Kwalitee.
    - Kwalitee - added "use warnings" to all Perl files.
        - now depending on at least perl-5.6.0.
    - Kwalitee - fixed the "use" statement of
    "Test::Run::CmdLine::Iface" to a runtime require.

1.34 - September 12, 2008
    - fixed a typo in the documentation of lib/XML/RSS.pm -
    "regardless" instead of "regarless".
        - http://rt.cpan.org/Public/Bug/Display.html?id=37916
        - (Reported by Reuben Thomas, Fixed by Shlomif).
    - fixed a code fragment - pop() instead of shift() for older
    items, and while() instead of if():
        - http://rt.cpan.org/Public/Bug/Display.html?id=39231
        - (Reported by Dave, Fixed by Shlomif).
2008-11-22 00:49:34 +00:00
he
1a4badf181 Updated from version 1.68 to 1.69.
Upstream changes:

1.69
   - fix incorrect output of getAttributeNS and possibly other methods on UTF-8
   - added $node_or_xpc->exists($xpath) method
   - remove accidental debug output from XML::LibXML::SAX::Builder
2008-11-22 00:41:19 +00:00
he
b39faf9421 Update from version 0.39nb1 to 0.39nb2.
Pkgsrc changes:
 o Fix typo in HOMEPAGE URL, bump package revision
2008-11-22 00:20:58 +00:00
he
e50e93666c Update from version 0.03nb1 to 0.05.
Pkgsrc changes:
 o No longer a Module::Build module, so adapt.

Upstream changes:

0.05  2008-08-28 00:00:00
        - Adden new contact information
        - No more os x garbage files (hopefully)

0.04  2008-08-28 00:00:00
        - Removed Build.PL
2008-11-22 00:19:17 +00:00
he
ca41162e8c Update from version 1.0.21nb1 to 1.0.24.
Upstream changes:

1.0.24 2008-11-16T14:33:30
        - Add trust_list_start_value patch from Ricardo Signes (RT#40814)
          to enable <li value='X'> output for list numbering.
          This feature is disabled by default.

1.0.23 2008-11-02T18:24:30
        - Ship a release with the correct contents so that the tests pass.

1.0.22 2008-10-23T18:24:44
        - RT#37909 - Fix + in email addresses.
        - RT#40303 - Fix use in Mason by adding "use re 'eval'" to both files.
        - Add SVN repository to Makefile.PL
        - Remove META.yml from source control so it is regenerated
          automatically.
2008-11-22 00:15:22 +00:00
he
5bc5b96564 Updated from version 0.52nb1 to 0.58.
Upstream changes:

2008-10-30 0.58 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Small typo in test message (RT#40410, JPL)
	* Parse error test on "\0 (RT#40507)
	* Fixed allow_loose_escapes bug disclosed by RT#40507

2008-10-21 0.57 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Don't bootstrap twice. Don't know how/when it came in there

2008-10-21 0.56 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Update to ppport.h 3.14_01
	* Updated docs (Unicode, TODO, Release Plan)
	* As Text::CSV::Encoded is about to be released, refer to it
	  in the documentation
	* Default for eol is "", undef now treated as ""
	* Don't print $\ twice (eol prevails over $\ in ->print ())
	  Fix only works in perl5.8 and up
	* Undef treated as 0 for boolean attributes
	* Trailing whitespace in pod removed
	* Sync up doc with latest Text::CSV::Encoded
	* YAML declared 1.4 (META.yml) instead of 1.1 (YAML)

2008-10-15 0.55 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Improve documentation on eol
	* Unicode on perl-5.8.[0-2] sucks. Don't use it!
	* Test error codes in expected IO failures
	* Allow SetDiag to be used as class method
	* Document the MS/Excel separation character
	* Hint that eof is not an error per se (RT#40047)

2008-09-04 0.54 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* IO failure in print () was not propagated (ilmari, RT#38960)

2008-09-01 0.53 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* SvUPGRADE is a safer choice than sv_upgrade (Lubomir Rintel, RT#38890)
	* bring docs in sync with reality for msg 2023
	* Default eol for print is $\
	* examples/csv-check should default to CSV , not to ;
	* Tests for SetDiag (0)
	* Tests for error 2030
	* Code cleanup (Devel::Cover++)
2008-11-22 00:11:41 +00:00
wiz
34f1ac7b8d Add devel to CATEGORIES. From Robert Elz. 2008-11-22 00:07:21 +00:00
he
8ce167ecb4 Add commented-out HOMEPAGE using search.cpan.org. 2008-11-22 00:07:12 +00:00
he
0f001d831d Update from version 0.37nb1 to 0.38.
Upstream changes:

Release 0.38 - 8 March, 2008
----------------------------
* fixed problem when creating an empty Entry.
  Thanks to Frank Wiegand.
2008-11-22 00:06:30 +00:00
wiz
d5e2fe4f87 Updated ham/usrp-docs to 3.0.4nb2 2008-11-21 23:33:04 +00:00
wiz
92a7524700 Fix PLIST for doxygen-1.5.7.1, depending on that version.
Bump PKGREVISION.
2008-11-21 23:32:50 +00:00
wiz
681040d7a6 Updated ham/gnuradio-core-docs to 3.0.4nb2 2008-11-21 23:18:35 +00:00
wiz
b7194f0ced Depend on doxygen-1.5.7.1, and fix PLIST for it.
Bump PKGREVISION.
2008-11-21 23:18:16 +00:00
wiz
80fc0db1d3 Avoid compiling in example directory path into executables.
Noted by jmcneill.

Bump PKGREVISION.
2008-11-21 21:27:36 +00:00
chuck
a4a49d8f2d fix compile time error on Darwin in player/lib/audio/portaudio:
In file included from pa_mac_core.c:124:
pa_host.h:55: error: conflicting types for 'uint32'
/System/Library/Frameworks/Security.framework/Headers/cssmconfig.h:64: error: previous declaration of 'uint32' was here

use <inttypes.h> and uint32_t instead.

note that according to player/lib/audio/Makefile.am, this old portaudio
lib is used only if HAVE_MAC_OSX.
2008-11-21 21:09:57 +00:00
adam
e7974d1e52 Updated fonts/fontforge; emulators/wine-devel 2008-11-21 18:56:55 +00:00
adam
943a7b7a45 Changes 1.1.9:
- A large number of regression test fixes.
- Performance improvements in memory management.
- Improved POP3 support in inetcomm.
- Initial implementation of the XInput DLL.
- Various bug fixes.
2008-11-21 18:54:56 +00:00
adam
e0cc0e4b68 Changes 20081117:
* First release with Pango and Cairo
* The first time you run fontforge with Pango something takes several minutes
  to initialize itself. This delay does not occur on subsequent invocations.
* Displaying magnified bitmap strikes in the font view often caused a crash.
* Non-English translations of "%d pixel bitmap" in the View menu of the font
  view came out garbled. There were interpreted as latin1 rather than utf8.
2008-11-21 18:54:19 +00:00
adam
0fcb2e3880 Added emulators/wine-devel version 1.1.8 2008-11-21 17:42:36 +00:00
adam
ad73ee177d Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x and Win32 executables) on Unix.  It consists
of a program loader which loads and executes an Microsoft Windows binary,
and a library that implements Windows API calls using their Unix or X11
equivalents.  The library may also be used for porting Win32 code into
native Unix executables.
2008-11-21 17:40:29 +00:00
chuck
b2e7ca1fdd in do-install:
Only attempt to install files (check with if [-f $BIN]).
	on Darwin "cc -g -O" generates *.dSYM directories that
	we should not try and install.
2008-11-21 17:36:43 +00:00
adam
412a675880 Updated multimedia/transcode to 1.0.7 2008-11-21 17:36:27 +00:00
adam
b30bfe4cb6 Changes 1.0.7:
* bump FFmpeg libraries requisite to SVN >= 20080705. Drop old header
  layout support. Drop static linking support (unsupported from ages).
  Update user documentation accordingly.
* make AVIStreamHeader structure (more) 64 bit safe.
* keep up with lastest ffmpeg API changes.
PkgSrc:
* Fix buildling with newer ImageMagick
2008-11-21 17:35:12 +00:00
adam
426878bc1e Updated graphics/ImageMagick to 6.4.6.0 2008-11-21 17:15:08 +00:00
adam
a225ead252 Changes 6.4.6.0:
* Fixed bug for RGBO image @ line, plane and partition interlace.
* Deprecate pixel methods: AcquireImagePixels(), GetImagePixels(), etc.
* New pixel methods: GetVirtualPixels(), GetAuthenticPixels(), etc.
* GPS and multivalued EXIF properties support
* Add TransparentPaintImageChroma() to MagickCore and transparentChroma()
  to Magick++.
* Correct DPX frame position property label
* Textures are no longer painted as the background color.
* Update both fields of an EXIF resolution.
* Support query-font-metrics MSL tag.
* Do not set image colorspace for the MSL modulate tag.
* Off by one error when computing affine in DrawAffineImage()
* Fixed local adaptive thresholding  when using an offset
* Set SetImagePixels() rather than SyncImagePixelCache() to update
  the pixel cache morphology.
* Set explicit image format for BlobToImage()
* p_thread_t is an aggregate under MinGW.
2008-11-21 17:13:43 +00:00
adam
cdd322a9e5 Updated games/xbomb to 2.2 2008-11-21 16:52:00 +00:00
adam
83443e16a5 Changes 2.2:
* Have different colours for each of the numbers.
* Allow left click on exposed number to clear adjacent unmarked areas.
* Several compilation fixes for portability.
2008-11-21 16:48:33 +00:00
adam
910883f1b6 Unify package names for bacula 2008-11-21 15:30:40 +00:00
wiz
151f732bbb Add "devel" to CATEGORIES.
PR 39997 from Robert Elz.
2008-11-21 14:56:24 +00:00
jnemeth
be4d29ccc3 fixup backula entries 2008-11-21 14:44:40 +00:00
is
167ec063b6 Fix Makefile formatting problem pointed out by uwe@. 2008-11-21 14:43:56 +00:00
is
9b699ff016 fix PLIST problem preventing clean deinstallation - pointed out by uwe@ 2008-11-21 14:30:35 +00:00
adam
4008d3581a Updated sysutils/bacula to 2.4.3 2008-11-21 14:13:28 +00:00
adam
acfcd1d701 Changes 2.4.3:
* Apply 2.4.2-cancel-non-running-jobs.patch to be able to cancel
  a non created job faster.
* Fix typo in configure.in that breaks --with-db-password option
* Remove all double quotes from SQLite creating script and
  replace by single quotes as suggested by John Huttley.
* Fix SQL case problem that may cause the failure of DiskToCatalog.
* Copy missing storage name into edit buffer. As far as I can tell
  this never caused a bug.
* Remove catalog dependency for bcopy
* Modify catalog scripts to have an easier packaging integration,
  using default variables.
  Make difference between SQLite3 and SQLite in db_get_type()
  job when reading from one autochanger and writing to another.
* Add more information to SD acquire.c INFO messages.
* Fix NULL Volume name error when reading and the drive must
  be switched.
* Fix a Verify InitCatalog problem where in certain cases
  a garbage filename may be entered in the verification database.
* Add space after version before date in bat about dialog.
* Fix seg fault in Dir during estimate command with no level value given.
* Add message to migration job when the target job is already migrated.
2008-11-21 14:09:30 +00:00
jmcneill
110bb1473c regen 2008-11-21 13:12:12 +00:00
adam
92eae8b562 Updated databases/sqlite3 to 3.6.6 2008-11-21 12:23:11 +00:00
adam
67e61f2d40 Changes 3.6.6:
* Fix a define that prevented memsys5 from compiling
* Fix a problem in the virtual table commit mechanism that was causing
  a crash in FTS3.
* Add the application-defined page cache
* Added built-in support for VxWorks

Changes 3.6.5:
* Add the MEMORY option to the journal_mode pragma.
* Added the sqlite3_db_mutex() interface.
* Added the SQLITE_OMIT_TRUNCATE_OPTIMIZATION compile-time option.
* Fixed the truncate optimization so that sqlite3_changes() and
  sqlite3_total_changes() interfaces and the count_changes pragma return
  the correct values.
* Added the sqlite3_extended_errcode() interface.
* The COMMIT command now succeeds even if there are pending queries. It returns * SQLITE_BUSY if there are pending incremental BLOB I/O requests.
* The error code is changed to SQLITE_BUSY (instead of SQLITE_ERROR) when
  an attempt is made to ROLLBACK while one or more queries are still pending.
* Drop all support for the experimental memory allocators memsys4 and memsys6.
* Added the SQLITE_ZERO_MALLOC compile-time option.
2008-11-21 12:22:21 +00:00
bjs
f6a795b504 Updated devel/gmp to 4.2.4nb1 2008-11-21 11:28:15 +00:00
bjs
38518cebd8 PKGREVISION++ 2008-11-21 11:27:31 +00:00
bjs
35b3219257 Enable building the fat binary unless we're using Darwin;
this seems to make the most sense for bulk builds to me.
Should any other platforms fail, we can make a note of it
and exclude them along with Darwin.

Also, add two distribution patches from upstream:

[2008-11-09]
	When calling mpf_set_str (perhaps indirectly via
	mpf_init_set_str or mpf_inp_str, or via the C++ interface) with the
	argument for the base set to 0, any exponent will be ignored.
[2008-11-08]
	The mpf_eq function sometimes compares too few bits, not
	just too many (the latter is documented).
	This might lead to precision loss. When the experimental
	--enable-nails feature is enabled at the same time --enable-cxx is
	enabled, make check fails. This failure is actually due to bugs
	in tests/cxx/t-prec.cc, which makes it use mpf_eq incorrectly.
	This patch makes mpf_eq compare the right number of bits,
	neither too few, nor to many.
	The patch also fixes the test case, and documentation.

	(not strictly necessary, but I figured I'd keep in line with
	their recommendations)

PKGREVISION++
2008-11-21 11:27:30 +00:00
drochner
a54d1f643d fixa possible heap overflow due to wrong buffer length check
(CVE-2008-5030), from Debian, bump PKGREVISION
2008-11-21 10:38:19 +00:00
tnn
7ddd99c7f4 Fix path to python interpreter.
Bump revision of scons and scons-devel.
2008-11-21 09:47:39 +00:00
martti
7b78b0efa4 Updated vim and proftpd 2008-11-21 08:01:18 +00:00
kefren
faebc10d59 correct general register state indexes for NetBSD/amd64
Bump PKGREVISION
2008-11-21 08:00:48 +00:00
martti
943448f6bd Updated net/proftpd to 1.3.2rc3
* Bug fixes
2008-11-21 08:00:36 +00:00
martti
aa8e77d197 Updated editors/vim-share to 7.2.49
22993  7.2.041  diff messed up when editing a diff buffer in another tab page
  4987  7.2.042  restoring view in autocmd sometimes doesn't work completely
  2550  7.2.043  VMS: Too many chars escaped in filename and shell commands
  5639  7.2.044  crash because of gcc 4 being over protective for strcpy()
  2056  7.2.045  the Python interface has an empty entry in sys.path
  1704  7.2.046  wrong check for filling buffer with encoding
  2470  7.2.047  using -nb while it is not supported makes other side hang
  4758  7.2.048  v:count and v:prevcount are not set correctly
 32552  7.2.049  (extra) Win32: the clipboard doesn't support UTF-16
2008-11-21 08:00:31 +00:00