Commit graph

55051 commits

Author SHA1 Message Date
wulf
b22184426d Update hamlib to 1.2.0: Support for additional radios and many bug fixes 2004-02-18 04:00:44 +00:00
minskim
e378cb807a Add and enable aget. 2004-02-18 02:01:44 +00:00
minskim
e5d4c5e3e5 Import aget from pkgsrc-wip. Packaged by Earl Gay, improved by
Roland Illig to support Solaris, and modified by me.

Aget is a multithreaded HTTP download accelerator.  It aims to imitate
Flashget for Win32.  Aget is an acronym for two Turkish words "Acele
Getir," meaning "Get it fast."
2004-02-18 02:00:34 +00:00
seb
cc5b97523c Remove info files entries from PLIST. 2004-02-18 01:48:22 +00:00
minskim
87de1091ca Add and enable liteamp. 2004-02-18 01:29:46 +00:00
minskim
5db6ea5ef0 Import liteamp-0.2.4.1 from pkgsrc-wip.
A light-weight music player for GNOME.  Liteamp plays both MP3 and Ogg
files.
2004-02-18 01:28:29 +00:00
seb
ce0def650a Remove info files entries from PLIST. 2004-02-18 01:18:59 +00:00
seb
e4b026e14a Remove info files entries from PLIST. 2004-02-18 00:35:58 +00:00
heinz
7edf41e53d Update of p5-MLDBM to 2.01 2004-02-18 00:32:40 +00:00
minskim
f2a20c68ec + ap-python-2.7.10, p5-Crypt-PasswdMD5-1.3, sqlite-2.8.12 2004-02-18 00:32:10 +00:00
seb
3b194a5ccc Remove info files entries from PLIST. 2004-02-18 00:31:58 +00:00
heinz
9980895f06 Forgot to add PKG_INSTALLATION_TYPES for pkgviews 2004-02-18 00:23:31 +00:00
seb
6a34b1e3e4 Remove info files entries from PLIST. 2004-02-18 00:22:31 +00:00
minskim
c2a1f5d5b6 Add and enable imhangul_status_applet. 2004-02-18 00:18:48 +00:00
minskim
deac3837ce Import imhangul_status_applet from pkgsrc_wip.
GNOME2 applet for imhangul.  It displays the status of imhangul, a
Hangul input module for GTK+-2.
2004-02-18 00:16:35 +00:00
jmmv
1c5c46be48 bl3ify 2004-02-18 00:13:28 +00:00
heinz
398d71f254 Depend on Data::Dumper >= 2.08 2004-02-18 00:10:32 +00:00
seb
0f71ea998a Remove info files entries from PLIST. 2004-02-18 00:06:57 +00:00
heinz
235f8f479f Update of p5-MLDBM to 2.01.
Changes since version 2.0:
==========================

item 2.01  (07 July 2002)

New testing method MLDBM::_compare($a, $b) used in t/*.t
scripts to verify data structures are identical.  In
perl 5.8.0 RC2, the order of hashes changed, making the prior
hard coded test case string comparisons invalid, so created
this more flexible method for testing that should work in
future releases, without relying on specific hash ordering.
2004-02-18 00:06:07 +00:00
seb
5cdfe81e39 Remove info files entries from PLIST. 2004-02-17 23:58:52 +00:00
heinz
001526af36 Note updates of p5-Storable to 2.09 and p5-FreezeThaw to 0.43 2004-02-17 23:58:02 +00:00
heinz
fe634effb6 Update p5-FreezeThaw to version 0.43.
Changes since version 0.41:
===========================

Version 0.42:
	Fix test for a change of string representation of Math::BigInt.
	Support qr// objects (via UNIVERSAL, so if Regexp supports
		(de)serialization methods, they will be used instead).
	`use strict'-complient.
Version 0.43:
	Correct save/restore of overloaded values, including repeated refs.
2004-02-17 23:55:38 +00:00
jmmv
5ff6a00f23 bl3ify. 2004-02-17 23:52:45 +00:00
seb
29d06a46ee Remove info files entries from PLIST. 2004-02-17 23:51:13 +00:00
jmmv
a6665532b5 Dependancies are appended, not set (me using old version of createbuildlink). 2004-02-17 23:50:33 +00:00
heinz
ae94ed7082 Update of p5-Storable to version 2.09.
Changes since version 2.04:
===========================

Sat Jan  3 18:49:18 GMT 2004   Nicholas Clark <nick@ccl4.org>

    Version 2.09

	Fix minor problems with the CPAN release
	1: Make Storable.xs work on 5.8.2 and later (already in the core)
	2: Ship the linux hints file
	3: Ship Test::More for the benefit of Perls pre 5.6.2
	4: Correct Makefile.PL to only install in core for 5.8.0 and later

Sat Sep  6 01:08:20 IST 2003   Abhijit Menon-Sen <ams@wiw.org>

    Version 2.08

        This release works around a 5.8.0 bug which caused hashes to not
        be marked as having key flags even though an HEK had HEK_WASUTF8
        set. (Note that the only reasonable solution is to silently drop
        the flag from the affected key.)

        Users of RT 3 who were seeing assertion failures should upgrade.
        (Perl 5.8.1 will have the bug fixed.)

Mon May  5 10:24:16 IST 2003   Abhijit Menon-Sen <ams@wiw.org>

    Version 2.07

        Minor bugfixes (self-tied objects are now correctly stored, as
        are the results of additions larger than INT_MAX).

Mon Oct  7 21:56:38 BST 2002   Nicholas Clark  <nick@ccl4.org>

    Version 2.06

	Remove qr// from t/downgrade.t so that it will run on 5.004
	Mention $File::Spec::VERSION a second time in t/forgive.t so that it
	runs without warnings in 5.004 (this may be a 5.00405 bug I'm working
	round)
	Fix t/integer.t initialisation to actually generate 64 bits of 9c
	Fix comparison tests to use eval to get around 64 bit IV conversion
	issues on 5.6.x, following my t/integer.t ^ precedence bug found by
	Rafael Garcia-Suarez
	Alter t/malice.t to work with Test/More.pm in t/, and skip individual
	subtests that use $Config{ptrsize}, so that the rest of the test can
	now be run with 5.004
	Change t/malice.t and the error message in check_magic in Storable.xs
	from "Pointer integer size" to "Pointer size"
	Remove prerequisite of Test::More from Makefile.PL
	Ship Test::Builder, Test::Simple and Test::More in t

Thu Oct  3 08:57:22 IST 2002   Abhijit Menon-Sen <ams@wiw.org>

    Version 2.05

        Adds support for CODE references from Slaven Rezic
        <slaven.rezic@berlin.de>.
2004-02-17 23:46:36 +00:00
seb
553ff8ac6c Remove info files entries from PLIST. 2004-02-17 23:37:12 +00:00
jmmv
d51c4ee649 Note update of conglomerate to 0.7.12. 2004-02-17 23:26:42 +00:00
jmmv
714d6b32f9 Update to 0.7.12:
Enhancements
* New translations: Croatian (hr) (Robert Sedak), Japanese (ja) (Mitsuru Oka)
* Updated translations: Albanian (sq) (Laurent Dhima), Serbian (sr.po,
  sr@Latn.po) (Danilo ?egan), nl (Daniel van Eeden), Czech (cs) (Miloslav
  Trmac), Greek (el) (Kostas Papadimas), German (de) (Christian Neumair),
  Croatian (hr) (Robert Sedak)
* Added preliminary support for the TEI Lite format (Roberto Rosselli Del
  Turco)
* Big fix of XML namespace handling. Dispspecs now refer to elements using a
  namespace URI (if any) and the local name within that namespace.
  Element-matching code now uses namespaces rather than prefixes in various
  places, including the XSL-FO and RELAX NG plugins, which should lead to
  more robust handling of arbitrary documents. (me)
* When determining which dispspec to use, calculate coverage of the document
  elements and pick the best (above a certain threshold percentage) (me)
* New dialog for selecting which child element to insert when a DTD requires
  such a choice. The new dialog lists both the XML names and the translated
  names with icons where available (me)
* Added a workaround for bug #124507 which pops up a dialog explaining what
  the problem is and tells you which elements are causing it. The problem
  elements will not appear in the editor widget. The dialog repeats every
  time the document is editor, but this is better behaviour than a silent
  crash :-) (me)

Fixes
* Reorganised source tree so that the xds files live in their own "dispspecs"
  subdirectory, rather than sharing the "examples" folder with the sample
  instance documents (Geert Stappers)
* Tidying up of plugin management code to use Service IDs to identify
  instances and GType to identify classes (me)
* Big warning fix, should now compile cleanly on "-Wall -Werror" (me)
* Big cleanup of the insides of the popup context menu, replacing lots of
  obcure hackery with a more maintainable system. (me)
2004-02-17 23:25:45 +00:00
heinz
2d0eac56f3 Record addition of p5-Net-CIDR-Lite and p5-Mail-SPF-Query. 2004-02-17 23:04:29 +00:00
heinz
491e54a9e3 SPF means "Sender Policy Framework" now 2004-02-17 22:57:35 +00:00
heinz
3a2195b48a Enable p5-Mail-SPF-Query 2004-02-17 22:53:28 +00:00
jmmv
ae4a53ee1c Not used any more. 2004-02-17 22:52:24 +00:00
heinz
18d457b125 Initial import of Perl module Mail::SPF::Query.
The SPF (Sender Permitted From) protocol relies on sender domains to publish
a DNS whitelist of their designated outbound mailers. Given an envelope
sender, Mail::SPF::Query determines the legitimacy of an SMTP client IP.
2004-02-17 22:48:18 +00:00
heinz
81efab6c61 Enable p5-Net-CIDR-Lite 2004-02-17 22:42:53 +00:00
heinz
7de1e2d517 Initial import of Net::CIDR::Lite.
Net::CIDR::Lite is a Perl extension for merging IPv4/v6 CIDR addresses.
Faster alternative to Net::CIDR when merging a large number of CIDR address
ranges. Works for IPv4 and IPv6 addresses.
2004-02-17 22:41:44 +00:00
jmmv
316bc9ec21 Note revision bump for gnopernicus to 4. 2004-02-17 22:41:24 +00:00
jmmv
c73658c72a Honour PKG_SYSCONFDIR. Bump PKGREVISION to 4.
While here, note in the PLIST where shared directories are removed.
2004-02-17 22:40:30 +00:00
kristerw
e63ff4f2e8 Add build dependency on perl. 2004-02-17 22:28:47 +00:00
jmmv
3071ba4e37 Not used any more. 2004-02-17 22:18:26 +00:00
jmmv
b5c4bbd8d9 bl3ify. 2004-02-17 22:13:19 +00:00
jmmv
5a70d77a65 Add some more dependencies, used by the .pc file. 2004-02-17 22:09:07 +00:00
jmmv
32f705378a bl3ify. 2004-02-17 22:02:02 +00:00
jmmv
319fd272de Update to 0.10.6 and bl3ify. Changes:
2004-02-09  Bill Haneman <billh@gnome.org>

	* configure.in: Revved to 0.10.6.

	Re-dist to fix libtool problem.

2004-02-06  Robert Sedak  <robert.sedak@sk.htnet.hr>

        * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.

2003-01-08  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.c: Fix pan test so that it does not
	call zoom_region_process_updates if the delta is 0.  This
	should fix the problem with Frame Rate being assigned
	unreasonable values.  Also fixed the counter so it exits
	the pan test after the correct number of iterations.

2003-01-06  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.c: Properly reset max totals.

2003-12-20  Arafat Medini <lumina@silverpen.de>

	* configure.in: Added Arabic locale "ar"  to ALL_LINGUAS

2003-12-17  Brian Cameron <Brian.Cameron@sun.com>

	* magnifier/zoom-region.c:
	Now cache gc's, so there is less X-traffic.
	* magnifier/magnifier-main.c:
	Properly abort if user specifies a pantest but does not supply
	a number of iterations via --timing-iterations.  Corrected bug
	with exit-magnifier property not being set properly during the
	update test.

2003-12-11  Bill Haneman <billh@gnome.org>

	* magnifier/magnifier.c:
	Fixed compile issue in magnifier_expose_filter.
	Thanks to Kaushal Kumar for catching the problem.

2003-12-10  Tõivo Leedjärv  <toivo@linux.ee>

	* configure.in: Added et to ALL_LINGUAS.

2003-12-10  Bill Haneman <billh@gnome.org>

	* magnifier/zoom-region.c:
	(zoom_region_update): Changed use of deprecated
	gdk_pixbuf_render_to_drawable to
	gdk_draw_pixbuf.

	* magnifier/magnifier.c:
	(magnifier_transform_cursor):
	Replaced gdk_pixbuf_render_to_drawable with gdk_draw_pixbuf (as above).

	* magnifier/magnifier-main.c, zoom-region.c, magnifier.c:
	Silenced some other compiler warnings introduced by timing patch.

2003-12-10  Bill Haneman <billh@gnome.org>

	* magnifier/zoom-region.c:
	Add #include <gdk/gdk.h>
	(zoom_region_clip_to_target): New function, clips a rectangle
	in the source screen to the zoom-region's target.  Used for
	processing expose/dirty notifications on the source.
	(impl_zoom_region_mark_dirty): Fixed implementation; it was
	using the wrong coordinate system for the 'dirty' notification.

	* idl/GNOME_Magnifier.idl:
	Improved docs for markDirty.

	* magnifier/magnifier.c:
	(magnifier_expose_filter): New  method, filters
	'GdkExpose' events that are passed in on a source
	window for which notifications are selected by the
	client.  Useful if we have the ability to 'snoop' exposes on
	the source.
	(magnifier_set_expose_listener):
	Add the expose filter (above) to a specified GdkWindow.
	(magnifier_realize): Add the expose filter (above) to the source root window
	on set_source_display.
	(impl_magnifier_add_zoom_region): Add the expose filter to the source
	root when the first zoom region is added.

2003-12-08  Brian Cameron <Brian.Cameron@sun.com>
	* magnifier/zoom-region.c
	Cleaned the timing report, now more code reuse.

2003-12-09  Åsmund Skjæveland  <aasmunds@fys.uio.no>

	* configure.in: Added nn to ALL_LNGUAS.
	* nn.po: Added Norwegian Nynorsk translation.
2004-02-17 21:57:58 +00:00
snj
bca846e452 Pass "--with-freetype-src=no" to configure in order to avoid a nasty
"find /".  From Ron Roskens in PR pkg/23262.

Okayed by wiz.
2004-02-17 20:41:56 +00:00
jschauma
aae0a342be Note update of blender to 2.32 2004-02-17 20:40:41 +00:00
jschauma
da4199cb37 Add patch missed in last commit. 2004-02-17 20:39:01 +00:00
jschauma
dc7b8dc1c4 Upgrade this package to blender-2.32. Changes since 2.31:
Blender rendering improvements
- new: ray tracing
- area lights
- soft shadow
- improved bumpmapping
- gaussian filter

Displacement mapping
- any texture actually deforms rendered geometry
- including new procedural subdivision

Yafray support
- external rendering engine
- Global Illumination
- photonmapping

Other release notes
- Mesh beveling
- Python pulldown menus for import/export
- Armature speed improvements
- Etc etc etc
- And bugs fixed!

(More details at http://www.blender.org/docs/2.32_release/release232_rest.html)
2004-02-17 20:35:53 +00:00
wiz
306ae1163f Convert to buildlink3.mk.
Newer libtool demands autoconf-2.50+, so update dependency.
2004-02-17 20:21:38 +00:00
minskim
c6ba7805d3 Correct MASTER_SITES. Pointed out by diro at mail dot nixsys dot bz
in PR pkg/24304.
2004-02-17 20:09:33 +00:00