Commit graph

10176 commits

Author SHA1 Message Date
leot
c3a146a445 libnotify: Readd introspection' option and install gtk-doc for doc' option
- Readd introspection option (enabled by default) like it was present in
  previous libnotify version.
- gtk-doc is probably a "bigger" tool dependency than xmlto, make it part of
  the `doc' option (this also make gtk-doc no longer a tool dependency by
  default).

Bump PKGREVISION

Discussed and thanks to <wiz>!
2019-08-25 11:54:34 +00:00
leot
a8c0b58112 libnotify: Move the meson argument to disable doc to `doc' option
Disabling the docbook_docs belong to `doc' option, move MESON_ARGS directly
there. While here also make xmlto a tool dependency. (NFCI)
2019-08-23 18:24:39 +00:00
ryoon
edacf2bbcb Recursive revbump from boost-1.71.0 2019-08-22 12:22:48 +00:00
schmonz
d34624a41a Require latest ucspi-tcp6 for IPv4 fixes. Bump version. 2019-08-19 22:11:44 +00:00
gutteridge
62e38e8ee9 libgtop: fix build with Perl >= 5.30
As of Perl 5.30, it's no longer permitted to set $[ to a non-zero
value, which was causing the lib.pl script to fail. Adjust the script
to use zero-based indexing. (Upstream has also changed this script
accordingly in subsequent releases, but this isn't a straight lift from
there, as the ingoing features.def input file format has also changed
in intervening releases, and there were other, unrelated changes
applied too.) This is a workaround until this package is updated to a
newer release (that is non-trivial because of the number of local
patches, etc.). Addresses PR pkg/54475.
2019-08-19 05:59:56 +00:00
gutteridge
022c028f20 xfce4-systemload-plugin: update to 1.2.3
Change log:

1.2.3 (2019/08/13)
-----------------
- fix possible leak
- fix a crash when opening the properties dialog
- tons of translation updates
2019-08-19 04:49:47 +00:00
gutteridge
d40ed35213 xfce4-netload-plugin: remove patch that's no longer needed 2019-08-19 01:20:27 +00:00
gutteridge
817bc46a9a xfce4-netload-plugin: update to 1.3.2
Change log:

1.3.2
=====
- Preferences: Improve spacing (bug #14672)
- Fix stats on some openbsd drivers (bug #13853)
- set a name on the 'text to display' widget so that it can be styled (closes #13906)
- Fix bugs #11477, #12957, #11328
- css styling improvements
- fix autotools warnings
2019-08-19 01:19:31 +00:00
gutteridge
31d6de7081 xfce4-genmon-plugin: update to 4.0.2
Change log:

4.0.2 (2019/08/11)
==================
- Change font to use pt instead of px to match system font setting
- Simplify and standardize spacing
- Adjust tooltip such that period is shown as float (2) number
- Translation updates
2019-08-19 01:09:47 +00:00
gutteridge
3cda029bae xfce4-fsguard-plugin: update to 1.1.1
Change log:

  * New translations (ie, be) and translations updates
2019-08-19 00:30:07 +00:00
gutteridge
b70fb29307 xfce4-diskperf-plugin: update to 2.6.2
Change log:

2.6.2 (2019/08/13):
------------------
* translation updates
2019-08-18 22:13:44 +00:00
gutteridge
d6ad645feb xfce4-battery-plugin: update to 1.1.3
Change log:

1.1.3 (2019/08/13):
===================
* Fix some warnings reported by Clang (Bug #15037)
* Avoid unnecessary strdup (Bug #15196)
* Replace GtkStock buttons
* New translation for hy_AM
* Lots of other translations updates
2019-08-18 21:58:55 +00:00
wiz
2c69b48f18 libnotify: explicitly disable docbook docs.
To avoid PLIST issue when xmlto is installed.
2019-08-18 08:03:17 +00:00
maya
1bf7a8262f dvdread: fix build on darwin.
XXX: I'm not sure that Darwin is reading the POSIX recommendations correctly
in defining _POSIX_PRIORITY_SCHEDULING to -1.

From clement bouvier in PR pkg/54442.
2019-08-18 07:19:47 +00:00
gutteridge
3f5eaede88 xfce4-power-manager: update to 1.6.5
Change log:

1.6.5
======
- Improve size of critical power level spin
- Correctly hide brightness label (Bug #14649)
- Replace GtkStock buttons
- Add icons to close and help buttons in prefs
- Translation Updates: Galician, Norwegian Bokmål, Portuguese (Brazil)

1.6.4
======
 - Make inhibition affect dimming and inactivity action (Bug #14687)
 - Add support of xfce4-screensaver
 - Disable trayicon when panel plugin is present (Bug #15682)
 - Translation Updates:
   Armenian (Armenia), Finnish, Galician, Lithuanian, Norwegian Bokmål,
   Ukrainian
2019-08-17 19:15:37 +00:00
gutteridge
379ba60762 xfce4-appfinder: update to 4.14.0
Change log:

4.14.0
======
- Replace GtkStock buttons
- Translation Updates: Galician, Norwegian Bokmål, Portuguese (Brazil)
2019-08-17 19:13:19 +00:00
gutteridge
e7469346d4 xfce4-thunar: update to 1.8.9
Change log:

1.8.9
======
- Remove 'auto-expand folders' from tree-view since it causes bad
usability with keyboard (Bug #15743)
- preferences: Add button icons to Help/Close
- Use designated initializer to avoid compile warnings (Bug #15734)
- Prevent premature disposal of clipboard manager (Bug #15635)
- Keep "Open with" menu items updated (Bug #15530)
- Translation Updates: Norwegian Bokmål, Norwegian Nynorsk, Portuguese,
Portuguese (Brazil), Turkish
2019-08-17 19:09:49 +00:00
wiz
1fca9294cf libnotify: make gobject-introspection build dependency and remove more autoconf traces 2019-08-16 10:12:47 +00:00
wiz
3c70fa3a2e libnotify: Remove traces of autoconf. 2019-08-16 10:09:37 +00:00
wiz
82241ce325 libnotify: update to 0.7.8.
Switch to meson build system. Remove introspection option.

New in 0.7.8
============
* Support meson build system [Marco; !3]
* notify-send: Support full URLs as hint values [Marco; !4]
* Mic. bug fixes [Ting-Wei, Florian; #760438, !8]

Contributors:
  Emmanuele Bassi, Abderrahim Kitouni, Ting-Wei Lan, Iain Lane, Florian Müllner,
  Jan Tojnar, Marco Trevisan (Treviño), Marco Trevisan
2019-08-16 10:08:04 +00:00
wiz
eb743e5f93 desktop-file-utils: update to 0.24.
============
Version 0.24
============

 desktop-file-validate
  - Allow desktop file spec version 1.2 (Severin Glöckner).
  - Add Budgie, Deepin, Enlightenment and Pantheon to list of
    registered desktop environments (fdo#10, fdo#11, fdo#16, oldfdo#97385)
    (Ikey Doherty, sensor.wen, Joonas Niilola, David Faure).

 update-desktop-database
  - Sort output lines internally to conserve reproduceability (fdo#12)
    (Chris Lamb).
  - Use pledge(2) on OpenBSD to limit capabilities (fdo#13) (Jasper Lievisse
    Adriaanse).

 common
  - Fix missing ; when appending to a list not ending with one (oldfdo#97388)
    (Pascal Terjan).
  - Add font as valid media type (Matthias Clasen).
  - Fix broken emacs blocking compile (fdo#15) (Hans Petter Jansson, reported
    by John).
2019-08-16 09:29:33 +00:00
fcambus
6b5dce7d93 Add ttyplot. 2019-08-15 08:45:07 +00:00
fcambus
e07d388fe5 sysutils/ttyplot: import ttyplot-1.4.
ttyplot is a realtime plotting utility for terminals. It takes data from
stdin, and plots on a terminal or console.

It supports rate calculation for counters, and up to two plots on a single
display using reverse video for the second line.

OK kamil@
2019-08-15 08:43:47 +00:00
macallan
c05d50cf5d allow NetBSD-[6-9]* on powerpc and mips64el 2019-08-14 21:36:09 +00:00
fcambus
2fab7b2a8b Add bdfresize. 2019-08-14 17:22:05 +00:00
fcambus
1526886d59 sysutils/bdfresize: import bdfresize-1.5.
Bdfresize is a command to magnify or reduce fonts which are described
with the standard BDF format.

OK kamil@
2019-08-14 17:21:06 +00:00
bsiegert
2b7e432294 Recursive bump of all packages using Go after Go 1.12.8 update. 2019-08-14 15:45:31 +00:00
tnn
1092285f7c add SPI loader. missed in previous commit 2019-08-13 22:14:18 +00:00
tnn
98c87a42ff u-boot-rock{,pro}64: install the SPI boot loader. Bump. 2019-08-13 21:28:46 +00:00
sjmulder
083943b6e2 nnn: Update to 2.6
Changes:
 - new plugins
    - view image or browse a directory of images in terminal
    - show image thumbnails
    - PDF and text file reader
    - calculate and verify checksum of selection or file
    - append (and play) selection/dir/file music in MOC
    - variable bitrate mp3 ringtone generator
    - split current file or join selection
 - better experience on Termux (and touch based devices)
    - mouse scrolling support (with ncursesw6.0 and above)
    - tap/left click to visit parent, toggle nav-as-you-type mode
 - light mode set as default
 - show status bar and use reverse video in light mode
 - changed program options
    - -d: detail mode
    - -H: show hidden files
    - -l is retired
 - support XDG_CONFIG_HOME
 - support / as an additional Leader key when filter is on
 - sort by file extension
 - use zip/unzip/tar if atool/bsdtar not found
 - support duplicate file (key ^R, same as rename file)
 - new config option NNN_SSHFS_OPTS to specify sshfs options
 - restrict opening 0 byte files (NNN_RESTRICT_0B is obsolete)
 - critical defects fixed
    - fix #276 - crash with variable length inotify event handling
    - fix #285 - hang after deleting/moving current directory
    - fix #274 - a broken prompt on empty input with libreadline
    - fix #304 - list selection from another instance
 - cmatrix as locker fallback
 - wait for user input after running a command from prompt
 - scrolloff set to 3 from 5

Index: sysutils/nnn/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/nnn/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- sysutils/nnn/Makefile	17 Jun 2019 18:24:00 -0000	1.10
+++ sysutils/nnn/Makefile	7 Aug 2019 09:13:11 -0000
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.10 2019/06/17 18:24:00 sjmulder Exp $

-DISTNAME=	nnn-2.5
-PKGREVISION=	2
+DISTNAME=	nnn-2.6
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=jarun/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
Index: sysutils/nnn/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/nnn/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- sysutils/nnn/distinfo	29 May 2019 10:18:50 -0000	1.5
+++ sysutils/nnn/distinfo	7 Aug 2019 09:13:11 -0000
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.5 2019/05/29 10:18:50 sjmulder Exp $

-SHA1 (nnn-2.5.tar.gz) = f6ebfe389c7c2a1a2410eb01a20eb9b9ab66d9fd
-RMD160 (nnn-2.5.tar.gz) = fe817ba2d50cde019e1f5675541ddf2d28dccccd
-SHA512 (nnn-2.5.tar.gz) = eb50b5368811a9b93caa385a94b2e6a63705bd0ba1db4dc9a3a628a42d11547d53095736e4afa6f73037064b2ef883fe9a60cb048279ba0dd9889503de7e5167
-Size (nnn-2.5.tar.gz) = 71811 bytes
+SHA1 (nnn-2.6.tar.gz) = d6938abbff58f2399ebb40b5a4b2dfd77610d609
+RMD160 (nnn-2.6.tar.gz) = e690b49fc6918ef0132bbcb1e6f042e41293e73d
+SHA512 (nnn-2.6.tar.gz) = dbb445d5f3bd64640c053d04cab7c7c6aa82034c4715236129b6079c69db57c870cf255d454aeb224c85ac9d52835999403285f1d4a4c72ea8a3d439a4e9e1eb
+Size (nnn-2.6.tar.gz) = 78668 bytes
2019-08-12 11:57:45 +00:00
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
brook
8c6403a546 R-later: initial commit
Executes arbitrary R or C functions some time after the current time,
after the R execution stack has emptied.
2019-08-09 20:24:22 +00:00
brook
7f27833619 R-xopen: initial commit
Cross platform solution to open files, directories or 'URLs' with
their associated programs.
2019-08-09 19:04:10 +00:00
brook
311e1ffd88 R-processx: initial commit
Tools to run system processes in the background. It can check if a
background process is running; wait on a background process to finish;
get the exit status of finished processes; kill background processes.
It can read the standard output and error of the processes, using
non-blocking connections. 'processx' can poll a process for standard
output or error, with a timeout. It can also poll several processes at
once.
2019-08-09 19:03:17 +00:00
brook
1e7ea0f7ce R-ps: initial commit
List, query and manipulate all system processes, on 'Windows', 'Linux'
and 'macOS'.
2019-08-09 18:38:11 +00:00
brook
74a0ff42af R-sys: initial commit
Drop-in replacements for the base system2() function with fine control
and consistent behavior across platforms. Supports clean interruption,
timeout, background tasks, and streaming STDIN / STDOUT / STDERR over
binary or text connections. Arguments on Windows automatically get
encoded and quoted to work on different locales.
2019-08-09 18:36:28 +00:00
nia
85412b9288 vifm: Update to 0.10.1
Changes:

* Added file preview to miller mode
* Added preview macro to directly output to terminal, which enables use of Sixel graphics for previewing
* Added udisks2 backend to vifm-media script (bundled script for managing media) and version of the script for OS X
* Updated code to make use of large amount of color pairs when available
* Functionality of previously separate neovim-vifm plugin got merged into the main plugin
* Multiple improvements to :media menu
* Improved performance in several use cases (quickview, lots of unhighlighted files, unnecessary cursor updates and redraws)
2019-08-08 20:17:48 +00:00
brook
93e94bec97 Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-08-08 19:53:36 +00:00
adam
22fc4e1b6b py-xattr: updated to 0.9.6
Version 0.9.6:
* Fix release build by including *.[ch] in Manifest.in

Version 0.9.4:
* Extract inline C code for syntax highlighting and easier maintenance
* Fix Travis build
* Always include sys/types.h (musl compatibility)

Version 0.9.3:
* Do not attempt to use surrogateescape unless it is available

Version 0.9.2:
* Fix BSD issue w/ lsattr and long attrs
* Remove unreachable code

Version 0.9.1:
* Allow (Python 2) long for fd
* Fix Python 3 bytes handling in xattr.tool
* Use cffi 1.X features to build native module for faster import
  https://github.com/xattr/xattr/pull/47
* NOTE: Version 0.9.0 is the same, was momentarily uploaded with
  incomplete CHANGES.txt

Version 0.8.0:
* Use os.fsencode where available to better handle filesystem quirks related
  to surrogates
* Options bugfix and compatibility module for pyxattr API

Version 0.7.9:
* Added xattr/tests/*.py to MANIFEST.in

Version 0.7.8:
* Added MANIFEST.in to ensure that the .txt files are included

Version 0.7.7:
* Fixed FreeBSD build
2019-08-04 11:24:52 +00:00
brook
fef953af13 R-progress: initial commit.
Configurable Progress bars, they may include percentage, elapsed time,
and/or the estimated completion time. They work in terminals, in
'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the 'macOS' 'R.app'.
The package also provides a 'C++' 'API', that works with or without
'Rcpp'.
2019-07-31 13:40:17 +00:00
nia
dbbf6f4baf xfce4-appfinder: Update to 4.13.5
4.13.5
======
- Translation Updates: Armenian (Armenia), Finnish, Japanese, Kazakh,
  Norwegian Bokmål, Portuguese (Brazil), Serbian, Thai, Turkish, Ukrainian
2019-07-30 08:34:51 +00:00
nia
0335f8f92a kfilemetadata: Remove exiv2 plugin from PLIST 2019-07-29 20:39:26 +00:00
nia
3f4dff57c3 kfilemetadata: attempt to disable Exiv2 to allow this to build again 2019-07-29 19:12:01 +00:00
micha
a0d6a37a4d Failed to build with RELRO option
- Honor LDFLAGS
- Bump PKGREVISION
- Add LICENSE (to fix pkglint error)
- Comment out dead homepage, reset maintainer
  OK by wiz@
2019-07-29 11:19:56 +00:00
tnn
4513de7977 u-boot-odroid-c2: use absolute pathnames for running meson firmware tools 2019-07-26 10:32:32 +00:00
tnn
b0734c3eb4 u-boot-bananapi-r2: add a CHECK_PORTABILITY_SKIP 2019-07-26 10:25:15 +00:00
tnn
c70ba3a75b u-boot: sanitize UBOOT_VERION before it goes in PKGNAME
fixes wrong PKGBASE for u-boot-bananapi-r2
2019-07-26 10:22:07 +00:00
gutteridge
b7e176e0a7 xfce4-thunar: update to 1.8.8
1.8.8
=====
- Do not register "send to" as last used app (Bug #14118)
- Use https where possible
- Dont restart the folder monitor on each refresh (Bug #13364)
- Fix XML declaratation in uca.xml (Bug #13623)
- Always show the executable checkbox (Bug #15605)
- Replace Trash action with Delete as needed (Bug #15352)
- Translation updates: Armenian, Finnish, Kazakh,
Portuguese (Brazil), Swedish, Thai, Turkish
2019-07-25 21:31:23 +00:00
wiz
6ddb87c295 *: recursive bump for poppler 0.79 2019-07-23 17:19:56 +00:00
wiz
73fd8bfc02 i3status: update to 2.13.
2019-06-30 i3status 2.13

 • add memory module
 • add read_file module
 • drop CAP_NET_ADMIN (not needed on Linux ≥ 2.6.37)
 • switch to autotools
 • battery: hide seconds by default
 • wireless: add format_quality
 • doc: clarify min_width not being supported with dzen2/xmobar
 • battery: read multiple batteries on DragonFlyBSD
 • make: don’t use pulseaudio on DragonFlyBSD
 • wireless: detect interface type on DragonFlyBSD
 • cpu usage: fix: correctly print usage for cpu 10
 • cpu usage: fix: correctly print for invalid %cpu placeholder
 • cpu usage: support non-consecutive CPUs
 • time: add only_when_tz_different option
 • ethernet: add %interface
 • ethernet: fix speed display for 100 Gbit/s cards
 • battery: handle POWER_SUPPLY_STATUS=Not charging
 • volume: provide more natural volume percentage with ALSA
 • volume: fix ALSA capture device monitoring
 • volume: implement %devicename for PulseAudio and ALSA
 • config: re-arrange disk after network interfaces
 • fix: include sys/socket.h on macOS
 • fix: strip network interface labels
 • fix glob(3) error handling
 • various testsuite improvements
 • switch to clang-format-3.8
2019-07-22 23:04:31 +00:00