Commit graph

133952 commits

Author SHA1 Message Date
jmcneill
7803c0231f Add usbids 2008-11-22 13:07:59 +00:00
jmcneill
dd6d682c56 add hal-info 2008-11-22 13:07:51 +00:00
jmcneill
00ba82677c Import usbids version 20081118.
This package contains a public list of all known IDs used in USB devices;
that is ID's of vendors, devices, subsystems and device classes.  These ID
lists (usually in form of a usb.ids file) are used in various programs
to display full device names instead of the numeric IDs.
2008-11-22 13:06:40 +00:00
jmcneill
75c71fbdae Import hal-info version 20081022.
hal-info is a small hal sub-package that provides the hardware data and
quirks. These quirks are currently things like what mice support reporting
battery status, what music players are supported and what cameras are
detected.
2008-11-22 13:04:41 +00:00
ghen
4120dab48b Updated www/seamonkey, www/seamonkey-bin and www/seamonkey-gtk1 to 1.1.13. 2008-11-22 10:49:13 +00:00
ghen
dae4807b48 Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.13.
Security fixes in this version:

MFSA 2008-59 Script access to .documentURI and .textContent in mail
MFSA 2008-58 Parsing error in E4X default namespace
MFSA 2008-57 -moz-binding property bypasses security checks on codebase principals
MFSA 2008-56 nsXMLHttpRequest::NotifyEventListeners() same-origin violation
MFSA 2008-55 Crash and remote code execution in nsFrameManager
MFSA 2008-54 Buffer overflow in http-index-format parser
MFSA 2008-53 XSS and JavaScript privilege escalation via session restore
MFSA 2008-52 Crashes with evidence of memory corruption (rv:1.9.0.4/1.8.1.18)
MFSA 2008-50 Crash and remote code execution via __proto__ tampering
MFSA 2008-49 Arbitrary code execution via Flash Player dynamic module unloading
MFSA 2008-48 Image stealing via canvas and HTTP redirect
MFSA 2008-47 Information stealing via local shortcut files

For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.13/
2008-11-22 10:48:28 +00:00
kefren
5a92a79fe6 Mention mono-basic 2.0 import 2008-11-22 08:57:28 +00:00
kefren
bd05fe3142 add mono-basic 2008-11-22 08:56:16 +00:00
kefren
3654a86841 Initial import of Mono VB.NET framework 2008-11-22 08:55:28 +00:00
kim
b17d480a8a Updated audio/mstream to 1.3 2008-11-22 08:05:19 +00:00
kim
1bddec4990 Update to mstream-1.3:
- bundles silence.mp3 and uses BINDIR to locate mservcmd
2008-11-22 08:03:30 +00:00
hira
082d656fdf Note PKGREVISION bump of misc/openoffice3. 2008-11-22 07:58:22 +00:00
hira
4cc311f8f0 - Install hicolor and locolor icons.
- Install gnome icons (with gnome option only).
 - Install MIME info files.
 - Fix name of .dekstop files.
 - Add missing file to REPLACE_PERL.
 - Use startup scripts in OOo (don't generate these in Makefile).
 - Remove java option from FreeBSD and NetBSD/amd64.

This should fix PR pkg/39994.  Bump PKGREVISION.
2008-11-22 07:57:03 +00:00
jmcneill
6cd59fc039 Add a MESSAGE explaining that procfs is required for policykit 2008-11-22 03:55:53 +00:00
jmcneill
67266731fb Added sysutils/consolekit version 0.3.0
Added security/policykit version 0.9
Added security/policykit-gnome version 0.9.2
2008-11-22 03:38:14 +00:00
jmcneill
a84bdf7be5 Add policykit, policykit-gnome 2008-11-22 03:36:20 +00:00
jmcneill
527dfbb608 Add consolekit 2008-11-22 03:35:54 +00:00
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