Commit graph

5577 commits

Author SHA1 Message Date
jmcneill
365dfaaa2a install vcos_attr.h header, bump pkg revision 2015-01-18 21:41:36 +00:00
wiz
31acf7da15 Update to 7.2.1. Switch to qt5.
2014-12-23  tim <gyunaev@ulduzsoft.com>
    - Version 7.2 released
    - Ported to Qt5 (but still builds and works with Qt4)
    - Added support for 3rd party integration
    - Fixed some minor issues
2015-01-16 10:46:00 +00:00
wiedi
80382f33bb bulk build tries to link libiconv 2015-01-14 00:00:39 +00:00
gson
16ed8937cd Update misc/py-anita to 1.34. Changes from 1.33:
Do not require releases to contain install floppies, since amd64 no
longer has them.

The default value of the --boot-from option is now "cdrom" if the
install floppies are missing.

When reporting a failed download of optional files, be clearer that
this is not an error.  Also, don't treat arbitrary exceptions during
downloads as indicating a missing file, only the expected IOError.

Increase the default disk size from 768M to 1G, as 768M is no
longer sufficient for amd64.

New command line option --structured-log-file.  This is like
--structured-log but takes the name of a log file as an
argument, and the structured logging is in addition to, not
instead of, the traditional logging to stdout.

Increase installation timeout from 1 hour to 3 hours so that
a system built with DEBUG and LOCKDEBUG can be installed under
qemu without timing out.

Unconditionally print a greeting message including the version number
of startup, so that logs from automated anita runs will always
indicate the version used.

In --structured-log mode, log the string matched by expect() instead
of the return value, as the latter is always zero and therefore
conveys no useful information.
2015-01-13 14:07:37 +00:00
he
80963a0a9f Remove patch for a generated(!) file. Remove the old-style-named patch
which already tweaked the tty.sh file, name it according to the new rules.

This is to actually get the netbsd-5 branch working with this, since
realpath() insists on a non-NULL second argument.
2015-01-13 08:27:28 +00:00
he
fb358cfbc0 The NetBSD -5 branch's version of realpath() insists on a non-NULL
second argument, so make the usage cater for that.
Bump PKGREVISION.
2015-01-12 14:24:40 +00:00
wiz
b65b63f568 Recursive PKGREVISION bump for poppler shlib major bump. 2015-01-08 10:20:34 +00:00
jperkin
44a5047867 Avoid conflict with 'sun' definition on SunOS. 2015-01-07 13:14:30 +00:00
ryoon
01d2f8bf97 Remove debugging code. 2015-01-06 11:27:15 +00:00
ryoon
4d3a900090 Add missing patch 2015-01-06 11:24:58 +00:00
ryoon
96b7ed07a7 Update to 3.01b
From  @tristelo, https://gist.github.com/steleto/7767b954611888aaa67d

Changelog:
Ver. 3.01b	Abortion with sparc64 architecture is fixed.
 (05/06/14)	Failure to expand macros with Linux kernel >=2.6.23 is fixed.
		Failure to overwrite some macro with 'bind' is fixed.
		Infinite loop by some builtin with %M macro is fixed.

Ver. 3.01a	Change 'IMELARNING' internal variable to 'IMELEARNING'.
 (06/08/13)	Sorting rule for tree screen is adjusted to browser screen.
		Bug that any invalid UID/GID breaks file list is fixed.
		Bug that file list is not updated with lost directory is fixed.
		Failure to compile with environments using termio is fixed.

Ver. 3.01	Add 'WIDEDIGIT', 'SIZEUNIT' internal variables.
 (08/03/12)	Add 'HISTUMASK', 'DIRHISTUMASK' internal variables.
		Add 'IMELARNING', 'FREQFILE', 'FREQUMASK' internal variables.
		Add 'getfreq', 'setfreq' builtins.
		The object tables of 'IMEBUFFER' internal variable is extended.

Ver. 3.00m	Add the identifier UTF8LANG for compile.
 (07/27/12)	Abortion when save file on customizer with some OS is fixed.
		Wrong priority with IME translation candidates is fixed.
		Unavailable dictionary in DICTSRC with ShiftJIS OS is fixed.
		Failure to compile with gcc-4.2 is fixed.
		Bug that some pipes cause infinite loop is fixed.
		Ineffective suspend key in any pipes is fixed.
		Wrong manual page for 'wait' builtin with no argument is fixed.

Ver. 3.00l	Support Android 4.0.
 (06/30/12)	Support MINIX 3.2.
		Add the identifiers DEFKCODE, UTF8DOC, LANGWIDTH for compile.
		Add the identifiers _NOUNICDTBL, _NODICTTBL for compile.
		The cross-compiling is supported more carefully.
		Strange attribute-changing screen in narrow terminal is fixed.
		Some abortion when open archive browser is fixed.
		Some abortion when access MS-DOS formed path is fixed.
		Persistence of "Wait a minute" when TRADLAYOUT=1 is fixed.
		Ineffective sequence to save cursor when PTYMODE=1 is fixed.
		Unreadable file starting with "./" in archive browser is fixed.

Ver. 3.00k	Support Cygwin 1.7.13.
 (04/21/12)	The cursor position after changing directory upward is changed.
		Failure by PageUp/PageDown key on the tree screen is fixed.
		Unsupported second resolution on the floppy drive is fixed.
		Some abortions by Bs key on the tree screen is fixed.
		Broken tree screen on the MS-DOS formed path is fixed.
		Failure to get HTTP log on some environments is fixed.
		Ineffective command result just before NEXT_WINDOW is fixed.
		Abortion with LOG_DIR in archive browser is fixed.
		Unexpected result of LOG_DIR in archive browser is fixed.
		Overflow by the too long path name is suppressed.
		Some commands in archive browser is restricted.
2015-01-06 11:24:17 +00:00
dholland
d440b78daa Set USE_BSD_MAKEFILE instead of limiting to netbsd. 2015-01-04 09:25:36 +00:00
dholland
8a853df269 Instead of ONLY_FOR_PLATFORM, fix the PLIST for non-Linux. 2015-01-04 09:21:40 +00:00
dholland
e145662884 document ONLY_FOR_PLATFORM 2015-01-04 09:10:06 +00:00
dholland
aee9a51701 Remove ONLY_FOR_PLATFORM and fix amd64 netbsd build. The package appears
to support at least some other OSes and machines, so leave it unrestricted
until we find what it really does and doesn't work on.
2015-01-04 09:06:17 +00:00
dholland
ed1cd06b8f Use BROKEN_ON_PLATFORM for "needs sysctl bits". 2015-01-04 03:39:57 +00:00
dholland
af89ff928b document NOT_FOR_PLATFORM 2015-01-04 03:39:11 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
plunky
e329d0ee45 update MAINTAINER email address
bump PKGREVISION for zyGrib update to 6.2.4
2014-12-30 14:47:45 +00:00
plunky
a18e28dc01 Update to zyGrib 6.2.4, ChangeLog as follows:
2014-11-02 : zyGrib Version 6.2.4

    Reading grib files at high resolution from model SKIRON (University
      of Athens, Department of Physics, Atmospheric Modelling and Weather
      Forecasting Group) available here : http://wild-silk.org/en.

2014-01-09 : zyGrib Version 6.2.3

    New color scale for the waves, with a max range of 20m instead of 15m.
    Bug fixed: the arrows winds was not always displayed when the map
      contained the longitude of 180°.

2014-01-04 : zyGrib Version 6.2.2

    Bug fixed: the wave model was not always displayed correctly in the
    headers (confusion between FNMOC-WW3-GLOBAL and FNMOC-WW3-MEDIT).
    Fortunately, the displayed data were correct.

2013-11-25 : zyGrib Version 6.2.1

    Bug fixed: it was impossible to disable isolines.

2013-11-13 : zyGrib Version 6.2.0

    Map scrolling with the mouse (+Ctrl).
      Note: this first version is not really optimized. The movements
        are jerky if the grib file is too large or if the machine
        is too slow.
      Reminder: click with the middle button to move the target point to
        the center of the window.
    Enhancements of the curves module (thank you François-X): the main
      window remains active, other curves can be opened.
    wind gust display with lines.
    temperature display is correct even if the grib does not contain the
      min/max temperatures.
    deflection curve of the wind no longer interferes with the pressure
      and cloudiness.
    More accurate display of jet streams with a color scale modified
      (adaptation of a proposal from Sailingyachto2 aka ON3CHD). the wind
      below 40 kts is ignored and the scale goes up to 240 kts.
      Use key combination 'Ctrl+Maj+J' to toggle between jet stream
      colormap and the standard one, or navigate in the menu 'Weather
      map'->'Options'.
    Bug fixed: loss of the altitude displayed at startup or when
      loading a new file.
    Pseudo bug fixed: a stable version of the qwt library is installed
      with source files, because it is not compatible with itself from
      one version to another.

2013-04-28 : zyGrib Version 6.1.4

    Bug fixed: the levels 400 and 600 hPa are fully taken into account.

2013-04-08 : zyGrib Version 6.1.3

    New russian translation (####### Yaroslav Zavarzin).
    Export SkewT data in a spreadsheet format.
    2 new levels of altitude : 400 hPa and 600 hPa.
    Warning : you have to check "SkewT" in the tab "Altitude" to retreive
      data, so files are big.

2013-01-06 : zyGrib Version 6.1.2

    Update spanish translation (muchas gracias Luis Mederos).

2013-01-02 : zyGrib Version 6.1.1

    Display of color scales in saved images.
    SkewT-LogP diagrams more complete :
    Color display of areas of convection.
    Display of surface level (mean altitude moyenne in the grid).
    Convection indices calculation :
      LI: Lifted Index
      SI: Showalter Index
      KI: K-Index
      TT: Total Totals Index
      SW: SWEAT Index
    CAPE / CIN: pseudo-graphical method very approximate, for
      comparison with the values ##given by the model forecast.
    Bug fixed : with Windows, sometimes, it was impossible to put
      forward the main window when meteotable or skewt was displayed.

2012-12-10 : zyGrib Version 6.1.0

    Color maps an isolines for the theta-e (Equivalent potential
      temperature) at levels 925, 850, 700, 500, 300, 200 hPa.
    Isotherms at levels 925, 850, 700, 500, 300, 200 hPa, in addition to 2m.
    Sun and Moon rise and set in the meteotables.
    Restructuring menus that became too long.
    Start a new instance with the same geographic parameters (Ctrl+Shift+N).
    Zoom on Grib area becomes an option (menu Earth) to keep the current position and scale.
    Possibility to choose run GFS (Last, 0h, 6h, 12h, 18h) at download. Warning : it is slow, except for the last run.
    The maximum size of the files generated by the server is 100 MB (instead of 50).
    The values panel is in a scrollable area.
    Bug fixed in the curve drawer module (thanks François-X).
    Less bad estimate of the size of the files.
    Indication of the absence of data in the diagrams SkewT.
    Remove external libraries from source (must install them separately to compile in Windows).
    Improved zyGrib.pro file to compile without change in Debian and Ubuntu.

2012-09-30 : zyGrib Version 6.0.2

    Update spanish translation (muchas gracias Luis Mederos).
    Bug fixed: bad wind unit in the curve drawer module (merci François X).
    Bug fixed: loss of the grib file directory.
    And a few minor bugs fixed.
2014-12-30 08:50:55 +00:00
dholland
222a482a5f If LOWER_OPSYS is "darwin", don't pass this as the OS type as this
package unsurprisingly has no idea what a "darwin" is. Instead use
"netbsd" in the hopes that the netbsd config is adequate for all
pkgsrc use. (If this doesn't work, try "macosx".)

I'm going to continue passing the contents of LOWER_OPSYS everywhere
else, because there's some chance it might actually be working as is
and we're in a freeze.

Might fix PR 37513.
2014-12-27 00:56:46 +00:00
mef
8d7c914804 Update HOMEPAGE and MASTER_SITES, both were 'Server not found' status. 2014-12-26 23:43:52 +00:00
ryoon
53749d450e Update to 4.3.5.2
Changelog:
* 75 bugfixes.
In detail, see
https://wiki.documentfoundation.org/Releases/4.3.5/RC1
https://wiki.documentfoundation.org/Releases/4.3.5/RC2
2014-12-24 12:59:38 +00:00
mef
9d8ae68409 Correct the error on previous commit.
(1) ${PREFIX} handling was not correct
(2) It is said ascii.cgi is deleted in ChangeLog, it was not taken care
   properly.
   3.14: 2013-11-27
      ascii.cgi deleted: the <isindex> it relies on is archaic and nonconformant.
Thanks joerg@ for review.
2014-12-20 23:51:52 +00:00
mef
3bb3d7e9bc PLIST was left unupdated, sorry. Thanks joerg@. 2014-12-15 23:31:48 +00:00
jperkin
c24ed9c54f The "rename" rule is a published synonym for the "opt" transform rule, however
only the latter is supported by cwrappers.  Change them all to "opt" rules for
consistency and to gain compatibility with cwrappers.
2014-12-15 11:46:34 +00:00
obache
e758e06db7 Removed misc/m17n-contrib, merged back to m17n-db-1.7.0. 2014-12-14 08:01:41 +00:00
obache
cb44ff3878 Add SUPERSEDES notification. 2014-12-14 07:56:04 +00:00
obache
4b37e02248 Update m17n-db to 1.7.0.
* Changes in the m17n database 1.7.0

** New input methods are added.

ar-translit.mim: Arabic input method based on Roman transliteration.

latn1-pre.mim: Latin input method simulating "US International Keyboard".

ssymbol.mim, lsymbol.mim: Input method for various symbols.

** A new global variable is added.

fallback-input-method: Comma separated fallback input method names.

* Changes in the m17n database 1.6.5

** All input methods in the m17n contrib package are merged.

** New input methods are added.

sa-itrans.mim: Sanskrit input method with ITRANS method

ml-remington.mim: Malayalam input method.
2014-12-14 07:51:27 +00:00
mef
3aba38b352 (pkgsrc)
- Removing two patches, seems included (or no point to patch)
(upstream)
  - Update 2.3.4 to 2.3.9
Tellico 2.3.9 is available. Sun, 06/22/2014 - 14:06
---------------------------
Features
    Improved GCstar import and export to handle custom GCstar fields.
    Updated TheMovieDB fetcher to API version 3.

Bug Fixes
    Fixed bug with writing link-only images in HTML exporter (Bug 330649).
    Fixed character encoding in Allocine fetcher (Bug 334527).
    Removed IMDb country choice since it's now unavailable (Bug 330641).
    Fixed CSV importer bug, causing a hang (Bug 329677, Debian Bug 729503).
    Fixed crashing bug in IMDB fetcher (Bug 330591).
    Fixed crashing bug in command-line importing (Debian Bug 729499).
    Corrected user dialog text with Google Book Search results (Bug 323475).
    Fixed error in setting modified date for entry in certain cases (Bug 326911).
    Updated IMDb fetcher for website changes (Bug 325673).

Tellico 2.3.8 is available. Sun, 07/07/2013 - 20:24
---------------------------
Features
    Updated ISBNdb.com fetcher to use v2 of API.
    Updated GiantBomb fetcher for XML changes in responses.
    Added coverartarchive.org to MusicBrainz data source.
    Updated Allocine fetcher for website changes.
    Added fetcher for VNDB.org.
    Added Dewey Decimal and LCC to ISBNdb.com results.

Bug Fixes
    Added Bibtex importing for drag/drop text (Bug 319182).
    Fixed Entrex/Pubmed fetcher for summary requests (Bug 319501).
    Fixed bug with retaining allowed values when adding entries from data sources (Bug 317905).
    Fixed bug with not properly escaping text in CSV exporter (Bug 317473).
    Fixed regexp in Google Scholar fetcher to set cookie (Bug 316550).
    Fixed character encoding in IMDB results list (Bug 314113).
    Fixed crashing bug with OpenLibrary and DVDfr fetcher (Bug 319681).
    Fixed memory leak when updating entries (Bug 316449).

Tellico 2.3.7 is available. Wed, 01/23/2013 - 21:10
---------------------------
Features
    Added data sources for DBLP.org and TheGamesDB.net.
    Added import capability for VinoXML files.
    Added capability to enter Google API key for book search.

Bug Fixes
    Fixed a bug with adding new fields when importing bibtex (Bug 304767).
    Updated the IMDB fetcher.
    Corrected character encoding and title data for DVDfr search.
    Corrected actor and role results from Allocine search.
    Improved the Delicious Library importer.
    Fixed a bug with editing the toolbar configuration in KDE 4.9.2+.
    Fixed a bug with a number field not detecting a modified value (Bug 313304).
    Fixed a bug that caused loans to fail to get checked-in (Bug 307958).

Tellico 2.3.6 is available. Sat, 07/14/2012 - 14:14
---------------------------
Features
    Added simple importer for CIW files from ISI.
    Added data sources for IMDb in French, Spanish, German, Italian, and Portuguese.
    Added API data source for Hathitrust.
    Added API data sources for Allocine, ScreenRush, FilmStarts, SensaCine and Beyazperde.
    Added API data source for Springer Link.
    Added API data source for Microsoft Academic Search.
    Updated KDE library dependency so Tellico works with KDE 4.4 and KDE 4.5 again.

Bug Fixes
    Fixed an intermittent crash when entering multiple ISBN values in search.
    Improved Amazon search for US UPC values from non-UPC sites.
    Fixed formatting bugs in IBS.it search.
    Fixed a bug for saving images when using a local image directory (Bug 299130).
    Fixed a bug with loading images from Google Book Search (Bug 299789).

Update: While the code compiles fine on KDE 4.5, it looks like
there's a documentation incompatibility. You might need to
edit the doc/CMakeLists.txt file and remove the line for
Portuguese (pt) translation if you have problems compiling
with KDE 4.4 or 4.5.  Website Hacked Submitted by Robby on
Fri, 06/01/2012 - 12:12

Tellico 2.3.5 is available. Sun, 01/15/2012 - 15:15
---------------------------
Features
    Added Amazon.com data sources for China, Spain, and Italy.
    Added filter rules for dates before and after.
    Updated GCstar exporter to include images.
    Updated Discogs fetcher to use API v2.
    Updated Wine.com fetcher to use API v2.
    Updated fetcher for Allocine.fr.

Bug Fixes
    Fixed bug that always showed checkmark for boolean field values (Bug 283444).
    Fixed importing of multi-line notes from Alexandria (Bug 289022).
    Fixed bug with merging entries (Bug 289346).
    Fixed bug with Cancel not working in the Entry Merge dialog.
    Fixed broken script for searching Dark Horse Comics.
    Fixed a crashing bug when using the scanner dialog.
    Improved support for importing movies and music from Delicious Library.

Update: I didn't realize that I had added code to Tellico that
effectively raised the minimum KDE version to 4.6. I didn't
intend to do that. If you want to compile on KDE versions
earlier than 4.6, please grab this patch.
2014-12-13 07:37:34 +00:00
mef
84295eb758 (pkgsrc)
- Add HOMEPAGE
(upstream)
 - Upddate 1.38 to 1.41
--------------------
1.41 - Fri Sep 12 06:15:56 2014
	* Fix up some metadata (GitHub #4)

1.40 - Fri Jan  3 13:57:08 2014
	* Get rid of MYMETA

1.39 - Fri Sep 27 16:28:21 2013
	* Bump to full release

1.38_02 - Mon Sep 23 19:52:20 2013
	* Fix non-portable strftime format (RT #83460)

1.38_01 - Sun Feb 10 17:08:57 2013
	* Wim Lewis improved the binary reader / writer and made better
	tests for it.
2014-12-13 04:17:44 +00:00
mef
740a5abac8 Update 0.91 to 1.00
[Changes for 1.00 - 2014-03-06]
* Add missing support for c.loc()

[Changes for 0.99 - 2014-02-03]
* Localise $/ correctly (TOKUHIROM)
  This change was missing from 0.97

[Changes for 0.98 - 2014-01-22]
* Exclude POT files (gerhardj)

[Changes for 0.97 - 2014-01-09]
* Localise $/ correctly (TOKUHIROM)

[Changes for 0.96 - 2013-06-28]
* Bumping - bad release

[Changes for 0.95 - 2013-06-28]
* Handle Haml blocks too (Calum Halcrow)

[Changes for 0.94 - 2013-05-07]
* Corrected spelling of Text::Haml
* xgettext.pl was not being installed

[Changes for 0.93 - 2013-03-28]
* Moved to Dist::Zilla
* Added support for HAML (Calum Halcrow)

[Changes for 0.92 - 2012-12-05]
* Fixed test for Perl 5.17.6+. (ANDK)
2014-12-13 04:13:49 +00:00
mef
9c041b1e97 (pkgsrc)
- Convert PERL5_PACKLIST from Local-MakeText to Local/Maketext
   (pkglint flags)
  - Add patch-Makefile.PL to adjust above, the patch not submitted yet.
(upstream)
Update 1.25 to 1.26
2014-06-17
    * Correct two subtle typos in Locale::Maketext POD.

2013-04-13
    * No changes. Switch to version 1.25 for release to CPAN.

2013-04-13
    * Update to 1.25_01 from upstream blead for release testing
2014-12-13 04:11:18 +00:00
mef
406277ffcd Update 3.31 to 3.33, ChangeLog or NEWS unknown. 2014-12-13 03:56:22 +00:00
mef
50e5594bec Update 0.99.3 to 1.0
1.0     Actually just two minor bug fixes (one of them in a test), but I no
        longer see a point in not having a 1.0 version.
2014-12-13 03:53:15 +00:00
mef
d7955ab625 Update 0.09006 to 0.09008
0.09008 - 10 Apr 2014
    - This is a "I'm a douche for not properly testing code before merging"
      https://rt.cpan.org/Ticket/Display.html?id=94570
      Patch from the above RT was applied

0.09007 - 09 Dec 2013
    - Update inc/ . Fixes rt #63048
2014-12-13 03:49:37 +00:00
mef
0f5898a526 Update 1.29 to 1.30
2013-07-02  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm: Version 1.30.

2013-01-21  NOKUBI Takatsugu  <knok@daionet.gr.jp>

	* MMagic.pm (checktype_byfilename): Remove Scalar::Util::weaken.
	  To prevent too much decrement REFCNT.
2014-12-13 03:44:35 +00:00
mef
bd11f31c5a Update 1.13 to 2.01
(Following log are retrieved from ChangeLog, but version is not mentioned. sorry)
----------------
Fri Jun 20 09:27:24 2003  jwheeler  <upsmodule@datademons.com>

	* Changed namespace to the original Business::UPS to make room for
	Dan Browning's Business::Shipping modules.

Tue Jun 10 13:28:37 2003  jwheeler  <upsmodule@datademons.com>

	* Came across this module, was horribly outdated, rewrote it to work again.
	* Renamed to Business::Shipping::UPS so as not to interfere with solomon's namespace.
2014-12-13 03:40:18 +00:00
mef
aba7552666 Update 0.31 to 0.33
-------------------
0.33  Sat Sep 13 16:13:15 PDT 2014
        - With $Country explicity to CA, fix identification of JCB 3529-3589
          as Discover
        - Allow use of our subroutines as class methods, patch from Adam
          Kennedy, thanks!
        - Add tests for processing agreement / country functionality

0.32  Thu Feb 21 16:02:42 PST 2013
        - Add Israeli Isracard (no checksum yet)
        - Add LICENSE=>perl to Makefile.PL; add license to META.yml,
          closes: cpan #27735
        - Documentation: Add link to Neil Bowers' review of CC check modules
        - Rearrange cardtype() for performance
        - Fix Discover identification of 39 and 3529-3589 prefixes, patch from
          Jason Terry, thanks!
2014-12-13 03:30:38 +00:00
mef
891a829b4b Update 2.28.1 to 2.32.1
-----------------------
Version 2.32.1
 - New and updated translations:
    [ca@valencia] [el] [et] [eu] [ja] [ko] [lt] [sk]

Version 2.32.0
 - New and updated translations:
    [ar] [da] [et] [ja] [nl] [po] [pt_BR] [ro] [ru]

Version 2.31.92
 - New and updated translations:
    [en_GB] [et] [hu] [pt]
 - New and updated manual translation:
    [cs] Adrian Gunis

Version 2.31.91
 - New and updated translations:
    [bg] [ca] [fr] [sr] [sr@latin] [zh_HK] [zh_TW]
 - New and updated manual translation:
    [fr]

Version 2.31.90
 - New and updated translations:
    [cs] [id] [it] [pa]
 - New and updated manual translation:
    [de] [es]

Version 2.31.6
 - Misc changes, improvements and fixes:
    * Clean up indentations in Makefiles
    * Fix spelling mistakes in the manual, by Christian Kirbach - bgo #625770
    * Update version of manual to 2.32
 - New and updated translations:
    [de] [es] [gl] [nb] [sk] [sv] [ta] [zh_CN]
 - New and updated manual translation:
    [de] [zh_CN]

Version 2.31.5
 - New and updated translations:
    [es] [gl]

Version 2.31.4
 - Misc changes, improvements and fixes:
    * Migrate daemon and dwell click to GDBus
    * Remove dbus-glib dependency
    * Unify code style
    * Make singleton classes reusable
    * Integrate unix signals into the main loop
    * Rework pointer-capture applet
    * Update man pages
    * Update manual about modified cli commands
    * Update manual about drop of AT-SPI dependency
 - New and updated translations:
    [es] [gl] [he] [sl]

Version 2.31.3
 - Misc changes, improvements and fixes:
    * Drop the use of AT-SPI to get global mouse events
    * Remove dependency from the AT-SPI framework
    * Remove a11y gconf key
    * Don't use a separate X connection for XTest
    * Add private variable to cursor-manager and clean up
    * Rename some variables and function names
    * Remove unused variable
    * Update man page
 - New and updated translations:
    [et] [he] [nb]
 - New and updated manual translation:
    [cs]

Version 2.31.2
 - Misc changes, improvements and fixes:
    * Compile with -DGSEAL_ENABLED; bumps gtk+ to 2.18 - closes bgo#612492
 - New and updated translations:
    [ca@valencia] [da] [el] [en@shaw] [eu] [nl] [pa] [sr] [sr@latin]
 - New and updated manual translation:
    [el]

Version 2.31.1
 - Version 2.31.1 has been skipped

Version 2.30.0
 - Misc changes, improvements and fixes:
    * Adapt manual to new behaviour of the simulated secondary click
 - New and updated translations:
    [ast] [ca] [eu] [fi] [hu] [it] [ko] [pt] [ru] [uk]
 - New and updated manual translation:
    [cs] [de] [es] [fr]

Version 2.29.92
 - Misc changes, improvements and fixes:
    * Fix secondary clicks - closes LP: #525735
 - New and updated translations:
    [de] [en_GB] [hu] [nb] [pl]
 - New and updated manual translation:
	[de] [es]

Version 2.29.91
 - Misc changes, improvements and fixes:
    * Use input-mouse icon for Enable button
    * Add changes of this development cycle to manual
    * Add --login option to manpage
 - New and updated translations:
    [cs] [gl] [pt_BR] [ro] [ta] [zh_HK] [zh_TW]

Version 2.29.90
 - New and updated translations:
    [bn] [fr] [sl] [th]

Version 2.29.6
 - New and updated translations:
    [bg] [eu] [nb]

Version 2.29.5
 - Misc changes, improvements and fixes:
    * Add --login command-line option
 - New and updated translations:
    [es] [uk] [se]

Version 2.29.4
 - New and updated translations:
    [he] [ro] [sv]

Version 2.29.3
 - New and updated translations:
    [sl]
 - New and updated manual translation:
    [zh_CN]

Version 2.29.2
 - Misc changes, improvements and fixes:
    * Fix the default dwell mode in the gconf schema file
    * Do not daemonize by default and add the --daemonize cli option
 - New and updated translations:
    [es]

Version 2.29.1
 - Misc changes, improvements and fixes:
    * Don't use a pointer grab to lock the cursor - closes bgo #598538
 - New and updated translations:
    [el] [et] [ro] [ru]
 - New and updated manual translation:
    [cs]
2014-12-13 03:20:59 +00:00
mef
20f75cc192 (pkgsrc)
- Add LICENSE= modified-bsd
(upstream)
  - Update  3.08 to 3.14
From: http://www.catb.org/~esr/ascii/NEWS
---------------------------------
3.14: 2013-11-27
  Recognize \0 as ASCII NUL.
  ascii.cgi deleted: the <isindex> it relies on is archaic and nonconformant.
  Markup improvements on the manual page.

3.13: 2013-11-20
  Tweak Makefile to obey $(PREFIX) convention (from MacPorts).

3.12: 2012-11-23
  Cygwin port fix.

3.11: 2011-03-15
  Recognize single decimal or hex digits.
  Minor bug fixes and additional character names from Debian.

3.10: 2010-10-19
  License change to BSD. Polish code to modern fully-ANSI C.

3.9: 2010-10-13
  Fix some bugs in the name table.
2014-12-13 01:05:44 +00:00
joerg
395259c84a Replace rename with l to work with both old and new wrappers. 2014-12-11 22:13:08 +00:00
joerg
e49cfb1781 Not MAKE_JOBS_SAFE. 2014-12-10 23:25:33 +00:00
mef
e4a9f603aa Update 2.08 to 2.10
mirmon 2.10 -- 15 augustus 2014
  o Probe only one site-url with "mirmon -get url site-url".
----------------------------------------------------------------------
mirmon 2.9 -- 13 augustus 2013
  o Added a LICENSE file, requested by fedora packagers.
2014-12-10 05:40:12 +00:00
mef
e96a708e9c Update 0.9 to 0.13
From the web page: http://www.brain-dump.org/projects/dvtm/
dvtm-0.13 released (15.11.2014)
------------------------------
   Changes include:
 * rewritten copy mode as an external process

   Upon MOD+e dvtm pipes the whole screen buffer content to $EDITOR.
   Whatever the editor writes to stdout will be stored in an internal
   dvtm register for later pasting with MOD+p.

   This only works if your editor of choice is usable as a filter i.e:

     echo Hello World | $EDITOR - | cat

   An alternative editor to use can be set with the environment variable
   $DVTM_EDITOR. Instructions for the intended usage together with vis
   can be found at:

     http://lists.suckless.org/dev/1411/23973.html

 * tagging concept working the same as in dwm. Current key bindings are
   as follows:

       Mod-F[1..n]
       Mod-v-[1..n]
              View all windows with nth tag.

       Mod-0 View all windows with any tag.

       Mod-v-Tab
              Toggles to the previously selected tags.

       Mod-V-[1..n]
              Add/remove all windows with nth tag to/from the view.

       Mod-t-[1..n]
              Apply nth tag to focused window.

       Mod-T-[1..n]
              Add/remove nth tag to/from focused window.

   The default configuration sets up five different tags (1-5).

 * rudimentarily sanitize $SHELL such that SHELL=dvtm dvtm is no longer
   a fork bomb.
 * more flexible key binding configuration including the possibility
   to specify key bindings involving 3 subsequent symbols.
 * unified drawing of minimized windows always on the last screen line.
   Previously the arrangement of those minimized windows was done by the
   individual layouts.
 * use of pselect(2) instead of select(2) in order to fix a race condition.
 * cleanups and comments for the terminal emulation code (vt.[ch]).
   This is also in preparation for eventual use in vis.
   Support for italic attributes and terminfo entries ({r,s}itm).
   Recognize '\033];title\007' as title changing sequence.
 * build system (i.e config.mk) should now respect $TERMINFO and $PREFIX
   if set. By default _POSIX_C_SOURCE=200809L and _XOPEN_SOURCE=700 is
   used, if you get compile errors change them to match whatever your
   system needs to expose the required interfaces.
 * Solaris and AIX support (with some tweaks to config.mk)
All in all a lot of code was changed, comments, patches and a thorough
review is always welcome!

As a kind of social experiment I also pushed a mirror of the repository
to github:
 https://github.com/martanne/dvtm

dvtm-0.12 released (05.07.2014)
------------------------------
   Changes include:
 * fixes to the redraw logic
 * new copymode key bindings CTRL+u (page-up), CTRL+d (page-down), CTRL+c (quit)
 * a new layout included in the source tarball but not enabled by default:
   vstack where all windows have the full screen width
 * cleanups to the build system and manual page

The tagging branch[1] has also been rebased. Special thanks to Mark Edgar
for his patches.
dvtm-0.11 released (08.03.2014)
------------------------------
   Changes since the 0.10 release include:
 * keybindings can be defined without any modifier key as result
   config.def.h was reindented. Sorry for the resulting merge
   conflicts.
 * scroll up and down is now also bound to Shift-Page{Up,Down}
 * the window border is no longer drawn if there exists only 1 window.
   This means when you start dvtm without any command you will just
   get a normal shell prompt without any decoration. This might be
   useful for people who use a terminal without builtin scrollback
   buffer support.
 * MOD+Tab switches to the previously focused window
 * Upon terminal resize the whole screen is completely redrawn. This
   fixes an issue with the optimized redraw logic introduced in the
   last release when attaching to an existing session with dtach or
   abduco.
 * the lock functionality (MOD-X) has been removed, use a session
   management tool like abduco to detach from your controlling
   terminal and logout properly using the existing system mechanism.

dvtm-0.10 released (28.12.2013)
------------------------------
  This is mostly a bugfix release with
 * improved redraw logic to reduce cursor flickering
 * better non blocking input handling
 * a couple of fixes to dvtm.info terminfo description (kbs, rs1)
 * various other fixes (fd leakage, misuse of strncpy, handling of I/O errors)
as there were changes to dvtm.info make sure to install the new version.
Furthermore I've rebased the tagging branch, which provides the same tagging
facilities that we know and love from dwm, on top of master:
2014-12-10 04:52:55 +00:00
mef
1b81a4a92a (pkgsrc)
- Add LICENSE= x11
(upstream)
 - Update cstream 2.7.5 to 3.1.1
3.1.1:
-----
  -n <nbytes_to_stream> was not clear to use numbers > 2 GB.  I didn't
  notice since it worked fine if you used suffixes "K/M/G" as long as
  the number was < 2 G.  Sorry about that.

3.1.0:
------
  O_DIRECT supported for input.

3.0.0:
------
  IPV6 support for IPV6 day 2011.

  The IPV6 support shouldn't break anything after hostname lookup
  succeeds.  Issues might be building on older platforms if I screwed up
  the autoconf mechanism to not compile it in.

  Having said that, assorted little code cleanups are in this release,
  too.  They shouldn't break anything but non-IPV6 things were touched.

Aftermath for 2.7.4 - 2.7.6:
----------------------------
  ATTENTION:
  I'm afraid that support for the '-B <size_of_buffer>' was clobbered in
  2.7.4 or whereabouts.  This one allowed you do have a reader do
  multiple reads before the writer could write or vice versa.

  Change reverted in 2.7.6.

  2.7.4 and 2.7.5 do not have working -B.

2.8.0:
------
  Support platforms that do not have open(2) with O_DIRECT.
  Such as MacOS X.

2.7.6:
------
  Revert 2.7.3 which broke -B
2014-12-10 02:40:04 +00:00
schmonz
3c8e5e24a7 Update to 0.6.1. From the changelog:
* Enhancements:
  * Expand path to logfile to easier debugging on failures.
    Pull #33 [marvin2k]

* Enhancements:
  * Add default cert store and custom certs from `SSL_CERT_FILE` if present.
    This increases compatibility with Ruby 1.8.7.

* Bugfixes:
  * Specify Accept-Encoding to make sure a raw file content is downloaded.
    Pull #30. [knu]

* Internal:
  * Improve examples and use them as test harness.
2014-12-10 01:42:35 +00:00
rodent
9547731572 Less version 470
Version 470 was released on 6 Oct 2014.

These are the differences between version 458 and version 470:

 * Don't overwrite history file; just append to it. This behaves better when
   multiple sessions are running less simultaneously and using the same history
   file.
 * New command ESC-G goes to end of currently buffered data in a pipe.
 * In more-compatible mode, make the -p option apply to every file opened, not
   just the first one.
 * In more-compatible mode, change the -e option to work like -E, not -EF.
 * Treat multiple CRs before LF are like one CR (all the CRs are hidden).
 * Allow "extra" string in lesskey file to append to a multi-char command (like
   a search pattern), without executing the command.
 * Ignore -u/-U setting while viewing help file, so that underline and bold
   chars are displayed correctly.
 * Improve detection of "binary" files in UTF-8 mode.
 * Fix bug with ++ commands.
 * Fix bugs and improve performance in ampersand filtering.
 * Automate construction of Unicode tables from Unicode database.
2014-12-08 00:55:58 +00:00
wiz
6eaf74562f Update to 1.1.6:
20141124: Bumped up version number to 1.1.6
20141124: Properly quote backslashes for tcsh
20141124: Detect ambiguous long options properly
          Thanks to Klaus Wulff <dinw.klswlff@dfgh.net>
20141123: Create test harnass and tests
20141122: Update translations (sync with util-linux (git 20141120))
20141120: Update manual page (sync with util-linux (git 20141120))
20141120: Minor code changes (sync with util-linux (git 20141120))
2014-12-01 10:57:02 +00:00
wiz
46aa1981de Fix checksum after adding comment. 2014-11-27 15:32:54 +00:00