Commit graph

167661 commits

Author SHA1 Message Date
markd
979d5e5ced Fix build with gcc 4.3 2011-01-29 20:51:34 +00:00
markd
0c7723e7e9 Fix build with glibc2.12 - see gentoo bug 332237 2011-01-29 20:48:07 +00:00
markd
1892f8e7d1 add explicit --tag=F77 to libtool invocation. Fixes build on ArchLinux 2011-01-29 20:37:34 +00:00
markd
3bc1e46a57 Fix build with gcc4.5
add PLIST.Linux for additional (v4l) files installed on linux.
2011-01-29 20:31:19 +00:00
spz
65b08c5ecc missed three more command line config file options
added descriptions to the patches
2011-01-29 19:39:14 +00:00
spz
a781a1b538 stop majordomo from chowning /var/tmp to user majordom due to a superannuated
default in mk/defaults/mk.conf

remove the non-shared defaults and put in the setting that actually gets
used by more than one package (namely, MAJORDOMO_HOMEDIR)

don't make the majordom user own more than it actually needs to

make resend, archive, request-answer and medit honor the MAJORDOMO_CF
environment variable over the command line option, so that someone calling
these via the wrapper (which sets the environment variable) can't make
the majordom user execute random perl code by specifying it as config file.
Thanks to salo for finding this issue.
2011-01-29 17:16:32 +00:00
wiz
3c29c53645 Note that patch has been accepted for 1.6.42. 2011-01-29 16:55:13 +00:00
adam
003c9a8dbc Fix building with libpng-1.5 2011-01-29 16:38:33 +00:00
adam
b4b0863d8f Updated graphics/vigra to 1.7.1 2011-01-29 16:32:48 +00:00
adam
c3ff8bcfd9 Fix building with libpng-1.5 2011-01-29 16:30:41 +00:00
adam
150fee57c7 Changes 1.7.1:
* Fixed the build process for MacOS X.
* Re-activeted vigra-config (script to query VIGRA installation information)
  and added VigraConfig.cmake (query VIGRA installation information from within
  cmake).
* Added CDash support (nightly builds and tests).
* Added convexHull().
* Added vigra::Box.
* Added vigra::Sampler class to sample given data in various ways.
* Added much new functionality to the vigra::RandomForest class (e.g. more
  split strategies, variable importance measures, feature selection)
* Added readSIF() (reader for the Andor SIF file format).
* Added vigra::HDF5File for easier navigation in HDF5 files.
* Added recursive approximation of the Gaussian filter
  (recursiveGaussianFilterX(), recursiveGaussianFilterY())
* vigranumpy: added Gabor filtering.
* Fixed multi-threading bugs at various places.
* Minor improvements and bug fixes in the code and documentation.
2011-01-29 16:29:03 +00:00
gdt
51617539c4 Updated net/py-foolscap to 0.6.1 [gdt 2011-01-29] 2011-01-29 15:48:33 +00:00
gdt
be0b387d30 Update to 0.6.1, triggered by pending tahoe-lafs 1.8.2 which will
require this.

* Release 0.6.1 (16-Jan-2011)

** Minor Fixes

The old "sets" module is no longer imported without wrapping the import in a
DeprecationWarning suppressor. We still import it from slicers.set for
compatibility with older code, but that import will not produce a warning.
This should make Foolscap quieter when used with Python 2.6 or later.

A new RemoteReference method named getDataLastReceivedAt() was added, which
will tell you when data was most recently received on the connection
supporting that reference. This can be compared against time.time() to see
how "live" the connection is. For performance reasons, this is only enabled
when keepalives are turned on, otherwise it returns None. (#169)

Some unreachable code was removed. (#165)


* Release 0.6.0 (28-Dec-2010)

** API Changes

*** "foolscap.api" now mandatory

The old import names from foolscap/__init__.py have been removed, finishing
the transition begun with 0.5.0 . Applications must now import Tub,
Referenceable, and so on from "foolscap.api". (#122)

** Compatibility Fixes

Foolscap-0.6.0 is compatible with Twisted-10.2 (released 29-Nov-2010). The
0.5.1 release was not: pb.Listener was depending upon the behavior of an
internal Twisted function that changed, causing an AttributeError in
"StreamServerEndpointService". This is fixed, but the code is still using an
undocumented internal attribute to handle port=0 which will need to be
replaced eventually. (#167)

The first unit test ("test__versions") spuriously failed against Twisted-10.1
and 10.2, mistakenly believing that 10.1 was older than 8.1.0 due to a
lexicographic comparison that should have been numeric.

** Other Changes

Incident filenames are now like "2008-08-22--16:20:28Z.flog" which are in UTC
and mostly ISO-8601 format (the real ISO-8601 would use "_" instead of "--").
This is also used for log-gatherer filenames. (#111)

The logging code now honors FLOGLEVEL= when using FLOGTOTWISTED=1; previously
FLOGLEVEL= was ignored when deciding which log events should be bridged to
the twisted logger. (#154)

Some minor packaging bugs were fixed.
2011-01-29 15:46:58 +00:00
gdt
d440df00b2 + py-mock 2011-01-29 15:00:44 +00:00
wiz
3b03e07643 Add upstream bug report URL. 2011-01-29 14:58:50 +00:00
gdt
ae05bf0482 +mock 2011-01-29 14:57:09 +00:00
gdt
2c27e3e253 Import py26-mock-0.7.0b4 as devel/py-mock.
mock is a Python module that provides a core Mock class.  It removes
the need to create a host of stubs throughout your test suite.  After
performing an action, you can make assertions about which methods /
attributes were used and arguments they were called with.  You can
also specify return values and set needed attributes in the normal
way.
2011-01-29 14:53:14 +00:00
wiz
883991cbd6 Comment out MASTER_SITES and HOMEPAGE, they're gone.
Set LICENSE.
2011-01-29 14:50:24 +00:00
adam
87b90bf0d9 Fix buildling with clang 2011-01-29 14:46:48 +00:00
wiz
6f8a065f9d Add upstream bug report URL. 2011-01-29 14:42:51 +00:00
wiz
9b671c5752 Fix build with png-1.5. 2011-01-29 14:17:33 +00:00
wiz
b46db273dd Fix build with png-1.5.
Includes upstream bug report URL.
2011-01-29 12:40:14 +00:00
wiz
1295ef346e Fix build with png-1.5. 2011-01-29 12:34:39 +00:00
obache
d13d68fd9c RUBY_HAS_ARCHLIB is deprecated. 2011-01-29 11:58:04 +00:00
obache
e25f45a15e Fix automatic BUILDLINK_ABI_DEPENDS pattern update. 2011-01-29 11:53:17 +00:00
obache
8a930068c9 fixes automatic ABI_DEPENDS pattern update. 2011-01-29 11:47:27 +00:00
wiz
a4a29195b5 Fix build with png-1.5. 2011-01-29 11:24:43 +00:00
wiz
55878b768c Fix build with png-1.5. 2011-01-29 11:09:44 +00:00
wiz
20b6724df9 + etm-698, libgee-0.6.1, mathomatic-15.4.2, png-1.5.1rc01,
poppler-0.16.1, postfix-2.8.0, rasqal-0.9.23, totem-pl-parser-2.32.2.
2011-01-29 11:01:54 +00:00
obache
848a06a162 Updated textproc/gnome-subtitles to 1.1 2011-01-29 09:09:49 +00:00
obache
d48a60acca Update Gnome Subtitles to 1.1.
===============

1.1 (31/10/10)
==============

- New feature for quickly setting times with a single button: pressing sets the
  start time, releasing sets the end time, then moves to the next subtitle
- Periodically backup subtitle files, configurable in the preferences
- New features for video seeking and subtitle selection:
  * Video->Loop Selection - loop the video playback to the selected subtitles
  * Video->Seek to Selection - seek the video to the selected subtitle
  * Video->Select Nearest Subtitle - select the subtitle for the video position
  * Video->Auto Select Subtitle - auto select subtitles as the video is playing
- Changes in the Timings Synchronize dialog:
  * Fixed a bug using the Synchronize All Subtitles option
  * Activating a sync point now seeks to its new time instead of the old one
- Fixed a bug drag-and-dropping files with spaces in their path
- Use ISO-8859-1 as the fallback and default encoding in the File Open list

Translations:
- Carles Ferrando, Joan Duran (ca@valencia)
- Lucas Lommer, Marek Černocký, Petr Kovar (cs)
- Mario Blättermann (de)
- Jorge González (es)
- Bruno Brouard, Claude Paroz (fr)
- Fran Diéguez (gl)
- Yaron Shahrabani (he)
- Gabor Kelemen, Laszlo Csordas (hu)
- A S Alam (pa)
- Piotr Drąg (pl)
- António Lima (pt)
- Daniel Șerbănescu, Lucian Grijincu (ro)
- Andrej Žnidaršič (sl)
- Baris Cicek, Serkan Yılmaz (tr)
- Aron Xu (zh_CN)

Bug fixes:
- Automatically select subtitles on video playback (#453220)
- Quick subtitle timing during playback (#547984)
- Periodically backup subtitle files (#565360)
- Subtitle loop (#601195)
- Seek Subtitle->Time; Time->Subtitle with kb shortcut; Follow subs. (#605402)
- Bug in help (#612400)
- Untranslated strings (#619364)
- Crash when shifting selected subtitles (#620027)
- Synchronize timings for all subtitles (#622248)
- Crash when searching backwards (#628427)

Contributors:
- Arx Cruz, Valmir Sena

Additional thanks:
- A. G. Luz, Carlos Troncoso, Daniel, Gabor Kelemen, Marcin Zajaczkowski


1.0 (18/02/10)
==============

- Added drag-and-drop support for loading subtitle and video files
- Allow to set new options in the preferences:
  * Whether to save the translation when saving subtitles
  * Default and fallback character codings for opening files
  * Default subtitle format, character coding and newline type for saving files
  * Allow to remember the last used settings
- Fixed timings synchronization issue when "Sync All Subtitles" was used
- Activating (double-clicking) a sync point in the synchronization dialog now
  selects the corresponding subtitle and seeks the video to its position
- Allow to edit spinbutton's time text up to millisecond precision
- Wrap the subtitle text to fit the video area
- Changed the default newline type to Windows (CR+LF) to improve compatibility
  with other platforms (including external video players)
- Fixed support for video filenames with special characters
- Fixed bug with the title bar showing the previously loaded file
- Fixed bug with the timings "seek to" dialog not reflecting timing mode changes
- Fixed use of LDADD when building
- Use libtool to produce shared libraries

Translations:
- Alexander Shopov, Svetoslav Stefanov (bg)
- Marek Černocký, Petr Kovar, Rinu (cs)
- Joe Hansen (da)
- Mario Blättermann (de)
- Jorge González (es)
- Antón Méixome, Lois (gl)
- Mark Krapivner (he)
- Claudio Arseni (it)
- Piotr Drąg (pl)
- António Lima (pt)
- Andrej Žnidaršič, Matej Urbančič (sl)
- Daniel Nylander (sv)

Bug fixes:
- Set defaultsubtitle format, character coding and newline type in
  preferences (#504656)
- Option to save Translation when saving Subtitles (#511167)
- The ability to manually change "from", "to" and "during" fields (#549060)
- Selecting subtitles in the Synchronize dialog (#585064)
- Ability to open files drag-dropping them onto the window (#585477)
- Use libtool to produce shared libraries (#592784)
- Title app bar shows previous srt played/viewed information (#596355)
- Crash when using video files with special characters (#608631)
- Srt files saved as Unix text (LF) (#609345)
- Window collapses the screen with a large subtitle (#610170)

Contributors:
- Arx Cruz, Ildar Mulyukov, Peter Alfredsen

Additional thanks:
- A. Luz, Federico, Frederico Camara, ΙΟΑΝΝΗΣ ΜΠΟΥΡΔΑΚΗΣ, Yann Basly
2011-01-29 09:09:35 +00:00
jmmv
0889ac9d51 Fix build with png-1.5. 2011-01-28 22:05:02 +00:00
adam
34418be547 Updated graphics/pngcrush to 1.7.14 2011-01-28 20:47:46 +00:00
adam
c0ee3b1330 Changes 1.7.14:
* Built with libpng-1.5.1beta06 and zlib-1.2.5
* Removed WIN32_WCE support (libpng has dropped it already)
* Include zlib.h and define png_memcpy, etc., and revise the
  png_get_iCCP() and png_set_iCCP() calls to be able to build
  with bundled libpng-1.5.x.  Pngcrush cannot be built yet with
  a system libpng-1.5.x.
2011-01-28 20:46:11 +00:00
is
6116da4020 note ether2dns 1.6 2011-01-28 20:33:14 +00:00
is
74f121e7dd ether2dns-1.6: typo in README, noticed by jnemeth. 2011-01-28 20:28:33 +00:00
adam
380bc98775 Pass LDFLAGS for linking 2011-01-28 13:42:21 +00:00
adam
2e06503f5f * force linking against pthread, so some modules do not fail to dlopen()
* sed, rather than patch, config files to meet pkgsrc needs
2011-01-28 13:35:49 +00:00
obache
2abc04421f Updated sysutils/pdumpfs to 1.3nb3 2011-01-28 13:28:27 +00:00
obache
c7ea96b37c * fixes for ruby-1.9.
`ftools' is not recommented prior ruby-1.8 and removed prior 1.9.
* As man page section is 8, install executables in sbin.

Bump PKGREVISION.
2011-01-28 13:28:08 +00:00
taca
a15c5abfde Note update of mail/ruby-mail package to 2.2.15. 2011-01-28 13:24:01 +00:00
taca
dbcc4b5209 Update ruby-mail package to 2.2.15.
== Wed 26 Jan 2011 02:23:09 UTC Mikel Lindsaar <mikel@rubyx.com>

* Update addresses passed into sendmail to escape them (Andy Lindeman)
* Version bump to 2.2.15 and gem release
2011-01-28 13:23:20 +00:00
wiz
570fa4c21e + bzr-2.2.3, cssc-1.3.0 [pkg/44475], etm-697, feh-1.11.1, gcal-3.6
[pkg/44477], gettext-lib-0.18.1.1, icewm-1.3.7, kde4-4.6.0,
  kipi-plugins-1.8.0, png-1.5.1beta10, sdlmame-0.141, sdlmess-0.141,
  spim-8.0 [pkg/44465], texmaker-2.2, xkeyboard-config-2.1,
  zsh-current-4.3.11 [pkg/44460].
2011-01-28 13:20:44 +00:00
adam
a06f345f0e Updated misc/xchm to 1.18 2011-01-28 10:37:14 +00:00
adam
8da2dd4392 Changes 1.18:
* updated PT translation.
* added --notopics and --noindex as command line parameters.
  They inhibit loading the topics tree and the index list, respectively.
* added Vim-like document scrolling key bindings.
* made the source code wxWidgets 2.9 friendly.
* documents using Chinese simplified now display properly.
* fixed Windows application crash that happened when the user clicked the
  "Fonts.." button.
* made the source code compatible with Unicode/MSVC wxMSW builds.
* fixed loading of search-in-titles results.
2011-01-28 10:35:23 +00:00
ahoka
3274846332 Updated www/opera to 11.01 2011-01-28 09:34:19 +00:00
ahoka
70d8032869 Update to 11.01
Fixes the following security issues:

	http://www.opera.com/support/kb/view/982/
	http://www.opera.com/support/kb/view/983/
	http://www.opera.com/support/kb/view/984/
	http://www.opera.com/support/kb/view/986/
2011-01-28 09:33:35 +00:00
adam
124a38a304 Switch to INSTALL_LIB 2011-01-28 09:09:40 +00:00
adam
f80a1361f1 Changes 0.1:
* bugfix: udns_new(old) - when actually cloning another context -
  makes the new context referencing memory from old, which leads
  to crashes when old is modified later
* use random queue IDs (the 16bit qID) in queries instead of sequentional
  ones, based on simple pseudo-random RNG by Bob Jenkins (udns_jran.[ch]).
  Some people believe that this improves security (CVE-2008-1447).  I'm
  still not convinced (see comments in udns_resolver.c), but it isn't
  difficult to add after all.
* deprecate dns_random16() function which was declared in udns.h
  (not anymore) but never documented.  In order to keep ABI compatible
  it is still exported.
* library has a way now to set query flags (DNS_SET_DO; DNS_SET_CD).
* dnsget now prints non-printable chars in all strings in DNS RRs using
  decimal escape sequences (\%03u) instead of hexadecimal (\%02x) when
  before - other DNS software does it like this.
* recognize a few more record types in dnsget, notable some DNSSEC RRs;
  add -f option for dnsget to set query flags.
* udns is not a Debian native package anymore (was a wrong idea)
2011-01-28 08:29:34 +00:00
adam
160ab27346 Updated devel/libntlm to 1.2; devel/scmgit to 1.7.3.5 2011-01-28 08:20:35 +00:00