pkgsrc/misc
wiz d38b5c5055 Update xdg-utils to 1.1.1:
=== xdg-utils 1.1.1 ===

2015-10-05 Per Olofsson <pelle@debian.org>
   * xdg-screensaver: Run 'xset -dpms' and then 'xset +dpms' to reset
     the DPMS timer. Thanks to Stephen Thomas for the idea.
     (Debian bug #745340)
   * xdg-open: Fix regression in generic mode (wrong variable name) which
     prevented files from being opened using the desktop file/mimeapps.list
     mechanism.
   * xdg-open: Add proper quoting so that files with spaces in their names
     can be opened in generic mode and LXDE. (Debian bug #801048)

=== xdg-utils 1.1.0 ===

2015-10-04 Per Olofsson <pelle@debian.org>
   * Add references to specifications to the manuals. (Debian bug #800826)
   * xdg-email: Remove obsolete references to
     http://portland.freedesktop.org/wiki/EmailConfig from the manual.

2015-10-03 Per Olofsson <pelle@debian.org>
   * xdg-email: Rewrite open_kde()
   * xdg-open: Only strip queries (?) and fragments (#) from file URLs before
     decoding them, not from (decoded) paths. Otherwise we can't open files
     with hash or question marks in their names. (Debian bug #800355)

2015-09-27 Per Olofsson <pelle@debian.org>
   * xdg-settings: Detect generic DE instead of failing. (Debian bug #787791)
   * xdg-settings: Add a proper generic mode.

2015-09-26 Per Olofsson <pelle@debian.org>
   * xdg-mime: Check ~/.config/mimeapps.list instead of
     ~/.config/applications/mimeapps.list when looking for default
     application.
   * xdg-open: Fall back to generic mode if gvfs-open and gnome-open
     are missing. Don't try to use gnome-open if running under GNOME 3 or
     Cinnamon. (Debian bug #685304)
   * xdg-open, xdg-email: Add iceweasel to the list of fallback browsers.
     (Debian bug #788047)

2015-09-25 Per Olofsson <pelle@debian.org>
   * xdg-utils-common: Add support for $XDG_CURRENT_DESKTOP value X-Generic.
     When set, xdg-utils will pretend that it is running under a generic DE
     which can be useful for debugging purposes.

2015-09-23 Per Olofsson <pelle@debian.org>
   * xdg-open: Percent-decode file:// URLs in open_lxde and add testcase.
     (BR89654)

2015-09-22 Per Olofsson <pelle@debian.org>
   * Add a fully automated (non-interactive) test suite (under development).
     Run it using "make autotest".
   * xdg-screensaver: Use the DBus API from a Perl script to inhibit
     gnome-screensaver. This is necessary since the SimulateUserActivity call
     is not implemented. Calling Inhibit using dbus-send does not work either
     since gnome-screensaver watches the pid of the calling process and
     dbus-send exits immediately. Distributions are advised to make xdg-utils
     depend on the Perl modules Net::DBus and X11::Protocol. Thanks to
     Ben Hutchings for writing the Perl script.
   * xdg-email: Add support for the $MAILER environment variable.
   * xdg-open: Add support for running without X.
   * xdg-open: Try www-browser first of the non-X browsers. (www-browser is
     a symlink to the preferred non-X browser in Debian.)
   * xdg-icon-resource: Don't try to install anything into empty $icon_dir's.

2015-09-20 Per Olofsson <pelle@debian.org>
   * xdg-open: Try $BROWSER first in generic mode if it is set by the user.

2015-09-18 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-email: Recipients passed to Thunderbird are incorrectly quoted (BR91996)

2015-09-16 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-screensaver support for xautolock (BR89655)
   * xdg-icon-resource: does not support filenames with spaces (BR91758)
   * xdg-open: Add support for multi-word $BROWSER commands (BR91989)
   * xdg-open shell script contains bash code (BR86028)
   * xdg-email: bashism: relies on bash's echo in run_thunderbird() (BR91990)
   * xdg-email: Icedove support (BR91997)
   * xdg-email: generic mode does nothing (BR92008)

2015-07-15 Rex Dieter <rdieter@fedoraproject.org>
   * better for other (non-gnome) GVfs-based desktops, from Yaakov Selkowitz <yselkowi@redhat.com>

2015-07-01 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-email: generic check for assigned mailto (BR79929)

2015-04-13 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-mime: search mimeinfo.cache in $xdg_user_dir too (BR31629)

2015-04-06 Rex Dieter <rdieter@fedorparoject.org>
   * xdg-open: does not exit if it does not recognize the mimetype (BR89902)

2015-04-04 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-desktop-menu:  does not support filenames with spaces (BR66605)

2015-03-23 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open:  fix regression where & gets replaced with \\& in URLs

2015-03-02 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-email: thunderbird launch in xdg-email in gnome3 fails (BR61475)

2015-02-24 Lionel Orry <lionel.orry@gmail.com>
   * xdg-mime: do not report multiple desktop files (BR60329)

2015-02-20 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open: safer xdg-open (BR89130), inspired by patch from Vincent Bernat <bernat@debian.org>

2015-01-19 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open: better fix for command injection vulnerability (BR66670)
   * xdg-open is extremely slow because get_key executes grep unnecessarily (BR88524)

2015-01-15 Reuben Thomas <rrt@sc3d.org>
   * xdg-mime: dereference symlinks when using mimetype or file (BR39923)
   * xdg-screensaver: Change screensaver_freedesktop's interpretation of GetActive (BR29859)

2015-01-05 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open: command injection vulnerability (BR66670)

2015-01-04 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-screensaver should control X11's screensaver in xfce as fallback (BR80089)

2014-10-09 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-screensaver plasma5 support

2014-09-22 Rex Dieter <rdieter@fedoraproject.org>
   * Initial support for Plasma5 (largely thanks to Karol Herbst)

2014-09-19 Rex Dieter <rdieter@fedoraproject.org>
   * XFCE .desktop file created for browser selection is broken (BR56092)
   * Unnecessary filtering file:// for pcmanfm (BR63153)
   * fails if user sets a custom IFS environment variable (BR81386)

2014-09-17 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-utils-common is broken, xdg-open uses bashism (BR83979)

2014-08-25 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-email: do not encode - character

2014-04-26 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open fails to open web browser urls with a query string (BR45857)

2014-02-07 Rex Dieter <rdieter@fedoraproject.org>
   * Improvement of detecting KDE session (BR63157)

2013-10-24 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-desktop-menu: improperly check for vendor prefix on Estonian locale (BR70742)

2013-09-16 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-desktop-menu: Unquoted file name (BR69399)

2013-07-13 Igor Murzov <e-mail@date.by>
   * xdg-open: detect Enlightenment and make use of it (BR66944)

2012-10-08 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-mime does not search mimeinfo.cache (BR31629)

2012-09-16 Rex Dieter <rdieter@fedoraproject.org>
   * recognize XDG_CURRENT_DESKTOP/DESKTOP_SESSION=MATE (BR54941)
   * xdg-su: use gnomesu for mate (BR54941)

2012-08-20 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-su: stop checking xsu (thanks to Jiri Slaby)
   * xdg-su: use gnomesu for xfce if available (thanks to Jiri Slaby)

2012-08-09 Rex Dieter  <rdieter@fedoraproject.org>
   * xdg-open fails to open a url in a "generic" environment (BR45859)
   * xdg-screensaver syntax error if DISPLAY isn't set (BR41144)
   * do not check for /etc/debian_version before using xdg-open (BR46814)
   * Setting $BROWSER=xdg-open can cause infinite loop (BR44047)

2012-03-10 Rex Dieter <rdieter@fedoraproject.org>
   * allow DESKTOP_SESSION='Xfce Session' to match xfce

2012-03-02 Rex Dieter <rdieter@fedoraproject.org>
   * "unknown DE" improvements (BR45295)
   * xdg-terminal incompatible with TERM=screen and TERM=rxvt-unicode (BR44357)
   * xdg-terminal doesn't handle TERM values like TERM=linux (BR44358)
   * add lubuntu support (BR44775)
   * xdg-open replaces "&" with "%U" in URLs (BR46002)

2011-12-09 Rex Dieter <rdieter@fedoraproject.org>
   * initial DE=mate support (mostly just xdg-open so far)

2011-12-07 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-screensaver: gnome-screensaver detection broken (BR43575)
   * xdg-open: fix spurious 'x-www-browser: command not found' (RH755553)

2011-09-30 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open: use x-scheme-handler/ instead of uri/ (BR35700)

2011-09-28 Rex Dieter <rdieter@fedoraproject.org>
   * Documentation spelling fixes (BR41193).  Thanks to Ville Skyttä
   * Fix external links in docs, use <ulink> for them (BR41194). Thanks to
     Ville Skyttä
   * Avoid some unnecessary stat calls (BR41195). Thanks to Ville Skyttä
   * xdg-open: improve debugging output (BR40959)
   * xdg-open: look up default applications by URI scheme (BR35700)
   * xdg-settings: support registering default scheme handler (merge from
     chromium folks)

2011-08-29 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open cant open some valid urls if URL doesnt match existing
   filename (BR34915).  Thanks to Leho Kraav.

2011-08-27 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-terminal fails to open terminal on generic desktop (BR40418)

2011-08-12 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-email fails with unicode strings if using gawk (BR13139)
   * xdg-email: Thunderbird 5 needs unescaped addresses (BR40041)

2011-08-11 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-terminal : remove remaining '==' bash'isms (BR38959)

2011-07-19 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-utils-common.in: support $XDG_CURRENT_DESKTOP

2011-07-13 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-mime : use 'file --mime-type' instead of 'file -i' (BR39166)

2011-05-10 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-mime : handle home dirs with spaces, mimeapps.list not existing.  Thanks to Mike Mammarella.

2011-05-05 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-utils-common.in : add missing ;;

2011-05-04 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-utils-common.in : move a couple of utility functions here (from
   xdg-settings), needed for xdg-email
   * xdg-utils-common.in : binary_to_desktop_file, handle vendor dirs

2011-04-20 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-desktop-icon does not work when user desktop dir has spaces (BR36417)

2011-04-14 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open does not detect xfce (BR25941)
   * xdg-open's list of fallback browsers excludes seamonkey (BR33699)
   * text BROWSER=+elinks
   * xdg-open is sensitive to default grep options (BR34164)
   * xdg-{open,email} should try x-www-browser (BR33095)
   * xdg-email outputs errors with localized KDE4 (BR32924)
   * xdg-email runs kmailservice with incorrect locale (BR33106)
   * spurious capture of which in KMIMETYPEFINDER (BR31444)

2011-04-12 Rex Dieter <rdieter@fedoraproject.org>
   * suppress 'which gnome-default-applications-properties' output.  Thanks to Mike Mammarella.

2011-04-08 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-mime: add mimeapps.list support. Thanks to Chris Coulson.

2011-03-31 Rex Dieter <rdieter@fedoraproject.org>
   * Don't overwrite a /usr/share/applications/defaults.list symlink (BR35794)
   * Use D-Bus API for GNOME screensaver (BR29860)
   * Initial support for DE=Darwin, Default for $BROWSER under Mac OS (BR35500)

2011-03-28 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open cannot detect xfce 4.8 correctly (BR33321)
   * xdg-mime's info_generic doesn't normalize symlinks (BR33097)
   * mimetype support for xdg-mime (generic) (BR33094)
   * open_generic_xdg_mime is broken when a .desktop file
     Exec has arguments (BR30453)

2011-02-01 Rex Dieter <rdieter@fedoraproject.org>
   * add support for GNOME 3.x

2011-01-09 Fathi Boudra <fabo@freedesktop.org>
   * xdg-email: call kfmclient_fix_exit_code() under KDE 3 only.
     Thanks to Luc Menut. (BR32924)
   * xdg-utils-common: set C.UTF-8 locale to make sure the version parsing is
     done as expected. Under some locales the KDE version string doesn't start
     with "KDE".
   * xdg-terminal: Fix failure because the which std output is wrongly
     redirected to /dev/null in terminal_kde(). Thanks to Luc Menut.
     (BR32927)
2015-10-15 10:53:35 +00:00
..
9menu Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
Addresses Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
ansiweather Upgrade to 1.05 2015-09-27 21:03:48 +00:00
ascii Correct the error on previous commit. 2014-12-20 23:51:52 +00:00
asr-manpages Fixes: 2013-04-06 03:45:05 +00:00
astrolog Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
attica Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
autocue Use nbcompat headers. Fix pid_t printing. Fixes build on at least SunOS. 2015-07-09 09:44:18 +00:00
basket Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
bbappconf Remove USE_X11BASE and X11PREFIX. 2015-07-04 16:18:28 +00:00
bbdb - Enable for Emacs25, say, add emacs25 for 2015-08-03 13:16:58 +00:00
bbweather Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
bibletime Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
blccc Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
bottlerocket Update HOMEPAGE and MASTER_SITES, both were 'Server not found' status. 2014-12-26 23:43:52 +00:00
brs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
bsdiff Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
bsdstats Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
buffer Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
byobu Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
calibre Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
calibre1 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
celestia Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
chipmunk in/out and variants are x86 assembler instructions, use them only on 2015-03-31 15:50:36 +00:00
chord Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
chordii Add chordii. This is a successor to the old misc/chord program. 2014-05-29 08:54:02 +00:00
cksfv Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
color-theme Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
colorblind just imported for gnome-mag package improvement, but not used by myself. 2014-09-28 03:09:45 +00:00
colorize Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
colorls Use nbcompat correctly, add patch comments. Fixes build on SunOS. 2015-07-09 11:44:09 +00:00
colortail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
cowsay Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
cstream (pkgsrc) 2014-12-10 02:40:04 +00:00
cuecat document ONLY_FOR_PLATFORM 2015-01-04 09:10:06 +00:00
cuetools Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
cw Replace ambiguous MESSAGE by simple sed substitution. ok @agc 2015-06-04 21:56:48 +00:00
deskbar-applet Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
dgpsip Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
dialog Update to 1.2.20150920: 2015-09-30 19:19:41 +00:00
dirdiff Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
dose3 Recursive revbump associated with update of lang/ocaml to 4.02.2. 2015-06-30 11:52:55 +00:00
dotfile Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
dpkg Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
dt
dtach Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
dvorakng Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
dvtm Update misc/dvtm to dvtm-0.14. 2015-08-23 08:54:12 +00:00
dync Fixes: 2013-04-06 03:45:05 +00:00
easymenu Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
ec2-ami-tools Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
ec2-api-tools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
edict Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
elizatalk Welcome the void. 2012-11-23 12:11:41 +00:00
elscreen revbump 2015-02-13 14:05:07 +00:00
emacs-wiki Revbump all elisp packages after emacs changes. 2013-02-17 19:17:55 +00:00
epm Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
esniper Update to esniper-2.31.0, provided by goekesmi in joyent/pkgsrc#251. 2015-03-26 10:08:15 +00:00
fbreader Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
fd Don't kill attributes when building with clang. 2015-01-29 21:30:35 +00:00
fep Stop clang from caring about return usage, this is way too messy to fix up. 2012-12-20 21:46:16 +00:00
figlet Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
figlet-fonts Use plain tar. 2013-02-26 11:07:06 +00:00
firelib Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
gaupol Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
gelemental Drop use of GNU extensions to allow building with other STL 2015-07-03 12:46:10 +00:00
getopt Update to 1.1.6: 2014-12-01 10:57:02 +00:00
gkrellm-flynn Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gkrellm-launch Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gkrellm-leds Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gkrellm-moon Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gkrellm-weather Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
gnome-devel-docs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
gnome-user-docs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
gnome-utils Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
gnuls Update to get misc/gnuls package to work with latest sysutils/coreutils-8.22. 2014-02-04 14:33:54 +00:00
goffice0.6 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
goffice0.8 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
goffice0.10 Fix the workaround for missing frexpl() on netbsd-6: 2015-09-11 21:37:00 +00:00
gok Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
gone Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
gperiodic Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
granulate Update to 0.2. No changelog. 2013-03-03 11:03:29 +00:00
gwaei Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
hanzim Fix build with TCL 8.6 2014-01-20 19:20:07 +00:00
heirloom-banner
heirloom-cal
heirloom-calendar
heirloom-hd
heirloom-more Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
heirloom-od
heirloom-printenv
heirloom-printf
heirloom-random
heirloom-sleep
heirloom-sum
heirloom-tcopy
heirloom-time Instead of ONLY_FOR_PLATFORM, fix the PLIST for non-Linux. 2015-01-04 09:21:40 +00:00
heyu
howm Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN. 2015-06-29 11:06:46 +00:00
ibutton-pdkit Fix main. 2013-01-11 13:30:32 +00:00
ipbt Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
iselect Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
ja-less Update to 382.262.03 using less-382-iso262.ext03.patch.gz 2013-02-02 13:59:57 +00:00
ja-man ld.so.1 is a manpage of ld in section 1, not a shlib. 2014-03-02 07:20:30 +00:00
JBidwatcher Fixes: 2013-04-06 03:45:05 +00:00
jhd Fix return types. 2013-02-26 11:06:52 +00:00
jive Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
JMdict Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kaccessible Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kalzium Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kanjidic Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kanjidic2 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kanjipad Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
kbruch Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kcharselect Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kchm Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kchmviewer Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
kde-wallpapers4 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeaccessibility3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeaddons3 Recursive revbump from pkgsrc/multimedia/libvpx. 2015-06-30 09:57:33 +00:00
kdeadmin3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeartwork3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeartwork4 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeedu3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdepim-runtime4 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdepim3 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
kdepim4 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
kdepimlibs4 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeplasma-addons4 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdeutils3 Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kdrill Update to 6.5. Notable changes: 2014-09-12 21:47:23 +00:00
kgeography Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
khard Update comment. 2015-07-21 19:18:25 +00:00
kig Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kiten Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
klettres Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kmag Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kmousetool Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kmouth Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
koffice Recursive revbump for poppler-0.36.0 shlib bump. 2015-10-01 05:37:00 +00:00
koffice-l10n-da Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-de Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-en_GB Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-es Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-et Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-fi Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-fr Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
koffice-l10n-pl Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kp Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
kremotecontrol Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kstars Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kteatime Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ktouch Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kturtle Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
ktux Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kwordquiz Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
kz_h8write Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN. 2015-06-29 11:06:46 +00:00
labelnation Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
latin-words-bin Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
less Update to less-475. Changes since 470: 2015-04-13 12:33:49 +00:00
libcarddav Re-enable doc by default now that tex-adjustbox is fixed and the pdf builds. 2015-02-10 23:58:53 +00:00
libcdio Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
libcdio-paranoia Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
libcec Just Githubify. No any change on package built. 2015-04-28 01:27:40 +00:00
libkdeedu Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libkgeomap Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libkkc-data Set MAINTAINER to pkgsrc-users. 2015-03-15 19:51:07 +00:00
libkvkontakte Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
libquantum Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
libreoffice Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
libreoffice4 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
libreoffice4-bin Restore i386 distfile. 2015-08-06 23:56:20 +00:00
libreoffice43 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
libutf Allow misc/libutf to be cross-built - the build target is just its library, 2013-05-11 05:29:07 +00:00
lile Needs termios.h. 2013-08-30 16:54:07 +00:00
linux-words Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
loco Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
logsurfer Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
lookup Resolves: 2013-04-06 20:27:16 +00:00
lv Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
m17n-db Set MAINTAINER to pkgsrc-users. 2015-03-15 18:46:55 +00:00
m17n-docs Set MAINTAINER to pkgsrc-users. 2015-03-15 17:56:15 +00:00
marble Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
mbuffer Update mbuffer to 20150412 2015-06-05 11:36:40 +00:00
mirmon Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
mkcue Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
mmv Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
mnemosyne Update to 2.3.1: 2014-08-20 13:53:55 +00:00
molden Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
most Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
mousetweaks Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
mtail Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
multitail Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
nxtvepg Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ocaml-cudf Recursive revbump associated with update of lang/ocaml to 4.02.2. 2015-06-30 11:52:55 +00:00
ocaml-opam Removed options.mk that really shouldn't be there (yet). Sorry. 2015-08-08 18:44:54 +00:00
open2300 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
open2300-mysql Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
openoffice3 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
orca Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
p5-App-MrShell Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Array-PrintCols Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-CreditCard Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-ISBN Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-ISBN-Data Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-ISMN Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-ISSN Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Business-UPS Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-ControlX10-CM11 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-ControlX10-CM17 Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-File-MMagic Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-File-MMagic-XS Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-File-Tail Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Locale-Codes Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Locale-libintl Update to 1.24: 2015-08-06 11:03:39 +00:00
p5-Locale-Maketext Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Locale-Maketext-Fuzzy Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Locale-Maketext-Lexicon Comment out dependencies of the style 2015-07-12 18:56:06 +00:00
p5-Locale-Maketext-Simple Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Locale-US Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Mac-Macbinary Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Mac-PropertyList Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Msgcat Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Parse-Win32Registry Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Search Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
p5-Vroom Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
parchive Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
parley Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
pciids Don't use master site with dynamically generated file. We have it on nbftp. 2015-10-05 12:23:21 +00:00
pdmenu Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
php-orangehrm Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
pinfo Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
ppower Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
pty-redir Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
py-anita Update misc/py-anita to 1.38. Changes from 1.37: 2015-05-02 07:54:11 +00:00
py-anki2 Add missing dependency. Bump PKGREVISION. 2015-09-17 05:18:55 +00:00
py-carddav Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-stdnum Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-trytond-company Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-party Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-party-relationship Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-party-siret Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-product Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-product-attribute Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-production Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-stock Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-stock-inventory-location Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-stock-lot Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
py-trytond-stock-product-location Updates and additions to release 3.6 2015-08-24 14:49:41 +00:00
qbrew Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
qterm Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
raspberrypi-userland bump BUILDLINK_API_DEPENDS.raspberrypi-userland 2015-01-29 23:38:28 +00:00
reed Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some 2015-09-08 11:57:48 +00:00
rhash (pkgsrc) 2015-04-28 01:17:11 +00:00
rlwrap Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
rocs Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
root Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
root-tail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
routeplanner-cli Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
rox-memo Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
rpm Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ruby-ansi Update ruby-ansi to 1.5.0. 2015-02-03 14:48:08 +00:00
ruby-args_parser Update ruby-args_parser to 0.2.0. 2013-09-15 14:07:29 +00:00
ruby-bundler Update ruby-bundler to 1.10.6. 2015-09-13 14:41:15 +00:00
ruby-colorator Add ruby-colorator package version 0.1. 2013-09-15 17:13:59 +00:00
ruby-colorize Update ruby-colorize to 0.7.7. 2015-06-07 15:54:08 +00:00
ruby-columnize Allow this package build on Ruby 2.2. 2015-06-07 15:56:05 +00:00
ruby-commander Update ruby-commander to 4.3.5. 2015-09-13 14:42:34 +00:00
ruby-configuration Update ruby-configuration to 1.3.4. 2014-03-14 17:26:06 +00:00
ruby-daemons Update HOMEPAGE. 2015-09-26 15:07:42 +00:00
ruby-descendants_tracker Update ruby-descendants_tracker to 0.0.4. 2015-03-13 14:45:47 +00:00
ruby-equalizer Update ruby-equalizer to 0.0.11. 2015-06-07 16:01:38 +00:00
ruby-gem_plugin Avoid using rubyforge.org since it stopped most of services. 2015-09-26 15:10:02 +00:00
ruby-hashie Update ruby-hashie to 3.4.2. 2015-06-08 14:37:50 +00:00
ruby-hashie1 Add ruby-hashie packave versino 1.2.0 as ruby-hashie1. 2015-02-04 14:02:40 +00:00
ruby-hashie2 Update ruby-hashie2 package to 2.1.2 and change PKGBASE to 2015-02-04 14:09:40 +00:00
ruby-launchy Update ruby-launchy to 2.4.3. 2015-02-04 15:27:06 +00:00
ruby-memoizable Update ruby-memoizable to 0.4.2. 2015-03-13 14:53:30 +00:00
ruby-method_source Import ruby-method_source into pkgsrc. 2014-06-03 13:02:36 +00:00
ruby-mini_portile Update ruby-mini_portile to 0.6.2. 2015-02-04 15:28:36 +00:00
ruby-naught Update ruby-naught to 1.1.0. 2015-10-04 12:49:29 +00:00
ruby-ohai Revert ruby-ohay package to 8.4.0 since 8.6.0 was not ready to commit. 2015-10-05 23:54:58 +00:00
ruby-parallel Update ruby-parallel to 1.6.1. 2015-09-13 14:49:30 +00:00
ruby-progressbar Allow this package build on Ruby 2.2. 2015-06-07 16:25:56 +00:00
ruby-pry Update ruby-pry to 0.10.2. 2015-10-04 13:02:20 +00:00
ruby-rainbow Allow this package build on Ruby 2.2. 2015-06-07 16:25:56 +00:00
ruby-slop Update ruby-slop to 3.6.0. 2015-03-14 07:48:10 +00:00
ruby-sprockets Update ruby-sprockets to 3.3.5 2015-10-04 13:05:08 +00:00
ruby-sprockets22 Change PKGBASE name from ruby-sprockets to ruby-sprockets22 and avoid 2015-02-04 15:37:58 +00:00
ruby-systemu Update ruby-systemu to 2.6.5. 2015-06-08 14:52:44 +00:00
ruby-thread_safe Update misc/ruby-thread_safe to 0.3.5. 2015-03-13 14:41:31 +00:00
ruby-transaction-simple Avoid using rubyforge.org since it stopped most of services. 2015-09-26 15:10:02 +00:00
ruby-typed-array Set MAINTAINER to pkgsrc-users. 2015-03-15 17:41:58 +00:00
rubygems Update rubygems to 2.4.8, including security fix for CVE-2015-3900. 2015-06-23 14:07:36 +00:00
rump Update misc/rump to 20130705 2013-07-05 17:20:59 +00:00
sch Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
sci Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
screen Add -D__EXTENSIONS__ to CPPFLAGS on SunOS. 2015-09-11 01:24:06 +00:00
send-pr Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
siag Switch from x11/Xaw3d to newer x11/libXaw3d. 2015-10-14 20:17:24 +00:00
since Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
softmaker-office-demo document NOT_FOR_PLATFORM 2015-01-04 03:39:11 +00:00
splitvt Add missing termios.h includes. 2013-07-19 12:54:58 +00:00
starplot Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
stellarium Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
step Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
superkaramba Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
sweeper Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
sword Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
taskjuggler Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
tds Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
team Use modern C features like variadic functions. 2013-10-04 18:36:16 +00:00
tellico Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
tellico-kde3 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
teseq Update to 1.1.1: 2015-08-21 15:22:22 +00:00
tmux Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
toilet Fix config.guess/config.sub overrides. 2015-03-08 23:29:22 +00:00
topless Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
ttyrec Fixes: 2013-04-06 03:45:05 +00:00
udfclient Update udfclient to version 0.8 fixing huge disc support. Discs of over 1 Tb 2015-05-05 13:10:43 +00:00
ukpostcodes Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
uptimec Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
urjtag USE_LANGUAGES=c99. 2013-10-29 11:16:31 +00:00
usbids Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
usbprog Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
utftools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
vera Update to 1.21a. Changes: 2014-09-13 12:01:16 +00:00
vfu Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some 2015-09-08 11:57:48 +00:00
vimpager Update vimpager to 1.8.9. 2014-09-20 12:00:42 +00:00
visual-regexp Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
vttest Update to 20140305. Changes: 2014-11-11 21:25:30 +00:00
vym Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
watch Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
wdic Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wemux Initial import of wemux. 2014-08-25 22:07:28 +00:00
whohas Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:48:20 +00:00
window Bump all packages that depend on curses.bui* or terminfo.bui* since they 2015-08-18 07:31:00 +00:00
xchm Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xdg-utils Update xdg-utils to 1.1.1: 2015-10-15 10:53:35 +00:00
xfce4-smartbookmark-plugin Import xfce4-smartbookmark-plugin-0.4.6 as misc/xfce4-smartbookmark-plugin. 2015-07-12 21:58:01 +00:00
xfce4-time-out-plugin Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
xfce4-weather-plugin Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
xjdic needs iconv 2015-03-15 15:06:23 +00:00
xorg-docs Update to 1.7.1: 2015-05-01 08:51:51 +00:00
xorg-sgml-doctools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
xrolodex Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
xtail Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
xtend Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
yelp Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
yelp3 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
yrolo Remove references to cuserid(); it doesn't exist on MacOS and it's 2014-06-29 05:45:57 +00:00
zorro Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
zyGrib Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
zyGrib-maps update MAINTAINER email address 2014-12-30 14:47:45 +00:00
Makefile Add ansiweather 2015-09-08 21:51:35 +00:00