Commit graph

5150 commits

Author SHA1 Message Date
wiz
a43f8c7598 Improve DESCR, based on comments by Bug Hunting. 2013-05-29 14:52:10 +00:00
wiz
6454f5c374 Remove py-libanki and py-anki -- the current version is in py-anki2, the old
versions were only left here until the mobile versions all caught up, which
they have done for some months now.
2013-05-28 12:55:22 +00:00
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
rodent
942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00
rodent
e5b2fdbc78 'Please use ${ECHO} instead of "echo".'
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06 14:58:18 +00:00
rodent
315c4801a4 "Packages that install libtool libraries should define USE_LIBTOOL." 2013-04-06 14:22:39 +00:00
rodent
44c94b38c6 'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.
2013-04-06 13:01:26 +00:00
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
markd
afc73616a5 Disable building tests as they dont build on DragonFly and they are
not needed.  PR pkg/47715.  Bump PKGREVISION
2013-04-05 23:07:19 +00:00
markd
58421c6785 Update to KDE SC 4.10.2
missed commiting this the other day - thanks to Greg Oster for
noticing.
2013-04-04 19:30:03 +00:00
markd
3d27a19992 Update to 3.1.0
part of digikam 3.1.0
2013-04-03 12:34:52 +00:00
markd
5159879f40 Adjust for KDE 4.10.2. Bump PKGREVISION 2013-04-03 12:30:07 +00:00
markd
82ce8ff3ae add nepomuk-core nepomuk-widgets 2013-04-03 10:54:12 +00:00
markd
ea97be746d Update to KDE SC 4.10.2
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-03 10:51:43 +00:00
fhajny
5b70245255 Update tmux to 1.8.
Incompatible Changes
====================

* layout redo/undo has been removed.

Normal Changes
==============

* Add halfpage up/down bindings to copy mode.
* Session choosing fixed to work with unattached sessions.
* New window options window-status-last-{attr,bg,fg} to denote the last
  window which was active.
* Scrolling in copy-mode now scrolls the region without moving the mouse
  cursor.
* run-shell learnt '-t' to specify the pane to use when displaying output.
* Support for middle-click pasting.
* choose-tree learns '-u' to start uncollapsed.
* select-window learnt '-T; to toggle to the last window if it's already
  current.
* New session option 'assume-paste-time' for pasting text versus key-binding
  actions.
* choose-* commands now work outside of an attached client.
* Aliases are now shown for list-commands command.
* Status learns about formats.
* Free-form options can be set with set-option if prepended with an '@'
  sign.
* capture-pane learnt '-p' to send to stdout, and '-e' for capturing escape
  sequences, and '-a' to capture the alternate screen, and '-P' to dump
  pending output.
* Many new formats added (client_session, client_last_session, etc.)
* Control mode, which is a way for a client to send tmux commands.
  Currently more useful to users of iterm2.
* resize-pane learnt '-x' and '-y' for absolute pane sizing.
* Config file loading now reports errors from all files which are loaded via
  the 'source-file' command.
* 'copy-pipe' mode command to copy selection and pipe the selection to a
  command.
* Changes panes can now emit focus notifications for certain applications
  which use those.
* run-shell and if-shell now accept format placeholders.
* resize-pane learnt '-Z' for zooming a pane temporarily.
* new-session learnt '-A' to make it behave like attach-session.
* set-option learnt '-o' to prevent setting an option which is already set.
* capture-pane and show-options learns '-q' to silence errors.
* New command 'wait-for' which blocks a client until woken up again.
* Resizing panes will now reflow the text inside them.
* Lots and lots of bug fixes, fixing memory-leaks, etc.
* Various manpage improvements.
2013-04-02 10:59:50 +00:00
jmcneill
3ae08ecb53 + raspberrypi-userland 2013-04-01 21:03:05 +00:00
jmcneill
a18462afa7 Initial import of raspberrypi-userland.
This package provides ARM side libraries and utilities used on Raspberry Pi.
2013-04-01 21:02:02 +00:00
joerg
5101a4febb Fix various C++ issues to allow building with Clang. 2013-04-01 12:19:13 +00:00
obache
11942a54c1 missing recursive bump from poppler-0.22.2 shlib major change. 2013-03-31 08:13:27 +00:00
joerg
53b55e2894 Forward declaration must not be qualified with a namespace. Adjust. 2013-03-28 21:43:05 +00:00
joerg
3f362071bd Forward class definitions must not use namespace :: syntax. 2013-03-26 23:30:44 +00:00
joerg
14727d17fc The wv2 headers has a transitive closure defining a prototype with
signal as parameter name. This conflicts with the Qt macro of the same
name, so include the header earlier.
2013-03-26 23:27:09 +00:00
joerg
03f7d63248 Fix build with Clang. 2013-03-23 10:15:26 +00:00
jnemeth
5b2ef9b25c sort 2013-03-21 04:05:41 +00:00
drochner
b67c0ff6f1 fix MASTER_SITES 2013-03-19 12:15:24 +00:00
tsutsui
b07a78ca03 Remove LINKFLAGSRUNPATH lines that specify -Wl,-rpath,${PREFIX}/lib.
These lines were changed as workaround of libcurl part of PR pkg/46567,
but the actual libcurl problem in curl-config is now fixed and
these unconditional -rpath flags seem to cause non-working binaries
as mentioned in PR pkg/46983.

Bump PKGREVISION.
2013-03-17 21:37:31 +00:00
markd
6992c19256 Update to version 1.1.0rc1 (from 2010)
adds support for kde4 and lxde.
2013-03-17 19:56:43 +00:00
taca
935d83b0b7 Update ruby-bundler to 1.3.4.
## 1.3.4 (15 March 2103)

Bugfixes:

  - load YAML on Rubygems version that define module YAML
  - fix regression that broke --without on ruby 1.8.7

## 1.3.3

Features:

  - compatible with Rubygems 2.0.2 (higher and lower already work)
  - mention skipped groups in bundle install and bundle update output (@simi)
  - `gem` creates rake tasks for minitest (@coop) and rspec

Bugfixes:

  - require rbconfig for standalone mode
  - revert to working quoting of RUBYOPT on Windows (@ogra)
2013-03-17 16:04:37 +00:00
obache
d7580cac91 recursive bump from ffmpeg shlib major changes 2013-03-16 06:20:45 +00:00
drochner
2d6f44251c add goffice0.10 for the latest stable branch of the gnumeric helper
library
2013-03-14 18:56:05 +00:00
taca
09c50b19ad Update ruby-bundler to 1.3.2.
Changes are too many to write here, pease refer CHANGELOG.md file.
2013-03-11 15:12:45 +00:00
taca
528e20f1ba Make depends to www/ruby-rack14 instead of www/ruby-rack.
Bump PKGREVISION.
2013-03-10 09:15:19 +00:00
taca
8791672e2f Remove ruby-sprockets21 package which was required by Ruby on Rails 3.1. 2013-03-10 08:12:39 +00:00
taca
fcaa254113 Remove ruby-sprockets21. 2013-03-10 08:11:26 +00:00
joerg
162fc3b0d2 Build and use a libtool object for md5, not a static library of
position-independent code.
2013-03-07 22:03:41 +00:00
pettai
55babaebd1 Added p5-Parse-Win32Registry 2013-03-06 21:58:29 +00:00
pettai
1515f62188 Parse::Win32Registry is a module for parsing Windows Registry files,
allowing you to read the keys and values of a registry file without
going through the Windows API.

It provides an object-oriented interface to the keys and values in
a registry file. Registry files are structured as trees of keys,
with each key containing further subkeys or values.

The module is intended to be cross-platform, and run on those
platforms where Perl will run.

It supports both Windows NT registry files (Windows NT, 2000, XP, 2003,
Vista, 7) and Windows 95 registry files (Windows 95, 98, Millennium).

It is intended to be used to parse offline registry files. If a registry
file is currently in use, you will not be able to open it. However,
you can save part or all of a currently loaded registry file using the
Windows reg command if you have the appropriate administrative access.
2013-03-06 21:56:18 +00:00
pettai
c6bef53bf9 Added p5-Mac-PropertyList 2013-03-05 23:41:56 +00:00
pettai
13a61320ec This module is a low-level interface to the Mac OS X Property List (plist)
format. You probably shouldn't use this in applications--build interfaces
on top of this so you don't have to put all the heinous multi-level object
stuff where people have to look at it.

You can parse a plist file and get back a data structure. You can take that
data structure and get back the plist as XML. If you want to change the
structure inbetween that's your business. :)

You don't need to be on Mac OS X to use this. It simply parses and
manipulates a text format that Mac OS X uses.
2013-03-05 23:41:00 +00:00
shattered
bdbee46544 Update to 0.2. No changelog. 2013-03-03 11:03:29 +00:00
wiz
a8730d5aa1 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
markd
8055472d17 Work around moc inability to parse a boost macro 2013-02-27 19:29:33 +00:00
taca
1582dcffb8 Add correct dependency to ruby-rdoc.
Since dependency has also changed with ruby193, bump PKGREVISION.
2013-02-27 03:58:12 +00:00
joerg
ad8c20e185 Require C++11 when building with Clang. Fix fallout of Boost update due
to MOC's limited C preprocessor. Derive template arguments of make_pair
automatically.
2013-02-26 23:37:32 +00:00
joerg
d5ade1ca31 Use plain tar. 2013-02-26 11:07:06 +00:00
joerg
1ecd6daf6c Fix return types. 2013-02-26 11:06:52 +00:00
taca
64fb19a345 Remove ruby-sprockets20 which was required only by www/ruby-actionpack31. 2013-02-24 14:48:28 +00:00
taca
e605b182c7 Remove ruby-sprockets20. 2013-02-24 14:47:05 +00:00
dholland
384132a8a7 Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
dholland
f84f8c9e20 Fix build with png 1.6. 2013-02-17 09:39:09 +00:00