Commit graph

5098 commits

Author SHA1 Message Date
wiz
0d6301be0d Update to 1.2.20130523:
2013/05/23
	+ modify ifdef in arrows.c to work around packages which use the
	  wide-character ncursesw headers with the ncurses library (report
	  by Aleksey Cheusov).
	+ correct workaround for xterm alternate-screen to work with/without
	  the fix made in ncurses that makes putp() always write to the
	  standard output (Debian #708829).
	+ improve limit-checks for checklist, in case the dialog is resized
	  (report by Ilya A Arkhipov).
	+ add --last-key option (adapted from patch by Jordi Pujol, Debian
	  #697607).

2013/03/15
	+ update zh_TW.po, add an.po from
		http://translationproject.org/latest/dialog/
2013-05-26 17:58:39 +00:00
stacktic
b5061f5841 Update misc/rump to 20130525
The distfile is now built with the tarup.sh script to avoid depending on CVS
for building this package.
2013-05-26 17:23:44 +00:00
joerg
0c5012afa0 Deal with operator void * vs operate bool changes between C++03 and
C++11.
2013-05-25 23:44:47 +00:00
stacktic
8c7748b5d8 Add DragonFly to supported plateforms 2013-05-25 15:19:26 +00:00
ryoon
2203349169 Bump PKGREVISION.
* Depend on xulrunner17 instead of xulrunner.
2013-05-25 11:11:14 +00:00
wiz
b96a5e5ce3 Bump PKGREVISION for libproxy shlib major bump. 2013-05-24 18:23:32 +00:00
markd
58ca3b71c8 Update to digikam software collection 3.2.0
This version include a new album interface display mode named list-view.
Icon view can be switched to a flat item list, where items can be sorted
by properties columns as in a simple file manager. Columns can be
customized to show file, image, metadata, or digiKam properties.
2013-05-21 13:04:09 +00:00
markd
597b18e07e Update to KDE SC 4.10.3
bugfixes.
2013-05-21 12:49:28 +00:00
adam
40f45af31a Changes 0.9:
* copymode

   The copymode gives easy acess to the scroll back buffer. The commands
   use vi style keybindings, use Mod+v to activate it, navigate with
   h,j,k,l,^,$,g,H,M,L,G search with / (forward) and ? (backwards) select
   text with v and copy it with y. Then later paste it with MOD+p.

   The search functionality is also available directly via MOD+/ and MOD+?.

   Read the manual page for further information. This could be useful
   for st users who want a scroll back buffer.

 * alternate screen mode

   The alternate mode is for example used by midnight commander when you
   press CTRL+o to switch between the file manager and the shell where the
   output is now preserved even after multiple switches back and forth.

 * dvtm now ships its own terminfo file dvtm.info (which at this time is
   mostly a copy of the previously used rxvt one) as a consequence $TERM
   within dvtm window is now set to dvtm{,-256color} depending on whether
   the "outer" terminal supports 256 color mode. The value of $TERM within
   dvtm can be overriden by the environment variable DVTM_TERM which
   will be appropriately suffixed by "-256color" if possible.

   So make sure to install the shipped dvtm.info terminal description file
   ("make install" does it by default).

 * MOD+C creates a new window with the same working directory as the
   currently active window (this relies on the /proc filesystem and thus
   only works on Linux furthermore it expects a POSIX.1-2008 conformant
   realpath(3) implementation).

 * -M command line flag to disable mouse support upon startup so that dvtm's
   mouse handling doesn't interfere with standard X text selection

 * -t command line flag to set a static title of the dvtm "root window" i.e.
   the terminal in which dvtm itself runs. If the flag is omitted dvtm now
   sets the title to the one of the currently focused window.

 * dvtm now follows the config.def.h conventions of the other suckless
   projects which prevents conflicts with config.h and thus allows easier
   tracking of the git repository.

 * various terminal emulation fixes

 * various code cleanups all over the place
2013-05-21 12:34:02 +00:00
sbd
57628a2bf0 Due to gmake bug #30612 rpm needs atleast gmake-3.82nb1 which includes
the bug fix.
2013-05-21 07:57:50 +00:00
jperkin
1ae0f9bf27 SunOS needs -lsocket -lnsl. 2013-05-20 11:43:18 +00:00
jperkin
5b29570b6e SunOS needs -D__EXTENSIONS__ for strcasecmp(3C). 2013-05-20 11:08:18 +00:00
prlw1
4878f3f130 Update yelp to 3.8.1
* Added test token for classic mode (Matthias Clasen)
* Add keywords to the desktop file (Matthias Clasen)
* Fixed handling of xref links with anchors, #686095 (Tails developers)
* Fixed various memory management bugs, #683100 (Carlos Garcia Campos)
* Added local copy of MathJax for MathML display (Shaun McCance)
* Added support for xdg help system in All Documents (Shaun McCance)
* Fixed if:test="action:install" (Shaun McCance)
* Switched to using 'itstool -j' for XSL domain (Shaun McCance)
* Many translation updates
2013-05-20 00:05:04 +00:00
joerg
8e336e7170 Fix initialisation of the DCOP object. From Matthias Weckbecker.
Bump revision.
2013-05-17 13:19:10 +00:00
joerg
810eaf85a9 Add missing include for correct abs version. 2013-05-14 12:41:34 +00:00
agc
ade6a6739f Allow misc/libutf to be cross-built - the build target is just its library,
and the test target is only used for testing
2013-05-11 05:29:07 +00:00
mef
fcdc5ccc98 Added misc/ruby-{args_parser,hashie,parallel,rainbow}
Added net/ruby-{tw,twitter,userstream}
2013-05-09 16:22:45 +00:00
mef
cdcfdc7348 PR pkg/47791 orignated by tsutsui@ for tw,
CUI client for twitter written by ruby.

 This is actually following set. But just making package on
net/ruby-tw will pull all these prerequisites.

- misc/ruby-args_parser   args_parser-0.1.4
  Parse ARGV from command line with DSL.

- misc/ruby-hashie	hashie-1.2.0
  Hashie is a small collection of tools that make hashes more powerful.
  Currently includes Mash (Mocking Hash) and Dash (Discrete Hash).

- misc/ruby-parallel	parallel-0.6.4
  Ruby gem to run any kind of code in parallel processes.

- misc/ruby-rainbow	rainbow-1.1.4
  Rainbow extends ruby String class enabling coloring text on ANSI terminals.

- net/ruby-tw		 tw-0.3.9
  Ruby based CUI Twitter client.

- net/ruby-twitter	twitter-4.6.2
  A Ruby interface to the Twitter API.

- net/ruby-userstream	userstream-1.3.0
  UserStream is a simple twitter userstream library.
2013-05-09 15:53:32 +00:00
adam
1ab43a036f Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. 2013-05-09 07:39:04 +00:00
minskim
177afbe499 Fix tmux's character width calculation for Korean.
Patch from upstream (http://sourceforge.net/p/tmux/tickets/41/).
2013-05-08 18:03:44 +00:00
joerg
31dda0a22c Add missing includes. 2013-05-06 15:04:54 +00:00
joerg
6637ef4270 Add a bunch of missing includes hidden by libstdc++ namespace pollution. 2013-05-04 12:59:45 +00:00
obache
1a3bece9a8 missing recursive bump from poppler-0.22.3 shlib major change. 2013-05-04 07:19:01 +00:00
drochner
deb28e214d update to 0.12.1
New features: Caldwell catalog for nebulae, re-packed star catalogs
(Hipparcos and Tycho-2), delta-T manager, star magnitude limit control,
updates textures of galaxies and nebulae and various small GUI changes.
The release has over 30 closed bugs in the core application and plugins.
2013-05-03 16:23:53 +00:00
drochner
f218a15eb4 update to 0.10.2
changes:
-Widget cleanups
-Add dialog version of the font selector
-Enhance canvas with possibility of css
-Improve printing of grey patterns
-Make narrow versions of combos for vertical toolbars
-bugfixes
2013-05-03 15:51:23 +00:00
stacktic
fed6d81e0c Update misc/rump and filesystems/fs-utils to 20130430 to use github versions
which are available respectively at
https://github.com/anttikantee/buildrump.sh and
https://github.com/stacktic/fs-utils
2013-05-01 17:16:06 +00:00
stacktic
6ddb069aa2 Update misc/rump and filesystems/fs-utils to 20130430 using github versions which are available respectively at https://github.com/anttikantee/buildrump.sh and https://github.com/stacktic/fs-utils 2013-05-01 17:16:05 +00:00
stacktic
7ce065b021 Update misc/rump and filesystems/fs-utils to 20130430 to use github versions
which are available respectively at
https://github.com/anttikantee/buildrump.sh and
https://github.com/stacktic/fs-utils
2013-05-01 17:16:05 +00:00
joerg
85c85b18f0 Fix various case of missing includes due to libstdc++'s namespace
pollution.
2013-04-30 22:34:29 +00:00
ryoon
713c7c896b Add kz_h8write 2013-04-30 13:30:30 +00:00
ryoon
57b2920981 Import kz_h8write-0.2.1 as misc/kz_h8write.
Flash writer for Hitachi/Renesas H8/3069F board. Main target board
is Akizuki's H8-3069 Network microcontroller board.
2013-04-30 13:29:47 +00:00
markd
c912cebbbd Add dependency on security/qoauth. Bump PKGREVISION. 2013-04-28 01:57:14 +00:00
gson
a8452f858a Update misc/py-anita to 1.30. Changes from 1.29:
Increase the default timeout for running the NetBSD test
  suite from 2 hours to 3 hours.

  Add support for installing the new "debug" set, and add a new
  man page section on using anita for debugging NetBSD.

  Organize the BUGS section of the man page into sections,
  and add links to four more qemu 1.x regressions.

  Add Kuya support, based on patch from Julio Merino.

  New command line option "--version".

  Support booting i386 and amd64 from boot-com.iso instead
  of the boot floppies, attaching a second virtual CD-ROM drive
  for the install sets.  Enable with "--boot-from cdrom".

  Fix the Anita 1.2 backwards compatibility Release class.

Also, satisfy the qemu dependency using emulators/qemu0 rather
than emulators/qemu because the latter does not work on NetBSD 5.
2013-04-23 17:16:45 +00:00
obache
968b95b980 + vimpager 2013-04-17 13:43:55 +00:00
obache
8ab47b9b2e Import vimpager-1.8.1 as misc/vimpager.
Based on PR pkg/47679 by NONAKA Kimihiro.

Use ViM as PAGER.

A slightly more sophisticated replacement for less.sh that also supports being
set as the PAGER environment variable.
2013-04-17 13:42:48 +00:00
markd
32093fff4f Bump PKGREVISION for attica-0.4.1 update 2013-04-13 23:04:50 +00:00
markd
04b54297a0 Update to version 0.4.1
0.4.1
 - Add some Qt5 support in tests.
 - Comment out some qDebug calls.
 - Fix various Qt5 issues.

0.4.0
 - Bump soname from 0.3.0 to 0.4.0 for BIC change.
 - Don't export non-public header files.
 - Fix build of tests.
 - Fix compile with Qt5.
 - Don't output xml by default.

0.3.0
 - Bump soname from .0 to .0.3 since we have a BIC change.

0.2.9
 - Fix upload errors resulting from content-id not being set.
 - Add Forum, Achievement, services and related dependencies.
 - Make it build against Qt 4.8.
 - Add static build option.
2013-04-13 23:03:32 +00:00
ryoon
89e4ea495d Fix typo. 2013-04-13 11:14:58 +00:00
ryoon
877b1b4c74 Add libreoffice4-bin 2013-04-13 11:13:13 +00:00
ryoon
6ef5ea572a Import libreoffice4-bin-4.0.2 as misc/libreoffice4-bin.
LibreOffice is the free power-packed Open Source personal productivity
suite for Windows, Macintosh and Linux, that gives you six feature-rich
applications for all your document production and data processing
needs: Writer, Calc, Impress, Draw, Math and Base.

This packages tracks libreoffice-4.x branch.
2013-04-13 11:12:32 +00:00
ryoon
bac0edc036 Update to 3.6.6
* Add x86_64 binary support on NetBSD/amd64.

Changelog:
* Many important bugfixes
2013-04-13 09:03:47 +00:00
drochner
7341c812d6 try to clean up a bit
there is no point in using msgfmt if the result isn't installed
2013-04-12 22:26:44 +00:00
adam
c89f626af9 Added msgfmt to USE_TOOLS; added a patch to avoid getopt_long_only() on NetBSD 2013-04-12 19:59:38 +00:00
joerg
101c93f019 Run autogen.sh as configure script. 2013-04-12 12:48:19 +00:00
adam
cecd464bd8 Changes 1.1.5:
Sync with util-linux 2.21. More translations. Fixed some build problems. No known bugs.
2013-04-11 11:45:44 +00:00
rodent
b65af7be2b Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
rodent
6b46c62d2e Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00
schmonz
7a167a49a6 Fix build on OS X 10.6.8, from <https://trac.macports.org/ticket/38588>. 2013-04-07 04:00:39 +00:00
markd
e517f4f175 defined() on aggregates is deprecated. Bump PKGREISION. 2013-04-07 02:36:22 +00:00
rodent
9e8537cdd2 "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00