pkgsrc/misc
dholland 602358f148 Update to 0.37; closes PR 46078.
Now depends on perl.

0.37  Commands that emit "status lines" using backspaces and carriage
      returns could confuse rlwrap

      rlwrap uses C strings internally, and thus cannot cope with
      command output that contains zero bytes (padding). It used to
      replace these with spaces, now the zero bytes are removed.

      if the RLWRAP_HOME is set, but $RLWRAP_HOME doesn't exist, rlwrap
      will create it

      typo: SIGERR instead of SIG_ERR in signals.c

0.36  Entering a line from vi command mode would echo the input twice

      Output from very busy commands would not always be printed on time

      When rlwrap kills itself after a command crash it will not dump
      core, in order to avoid clobbering command's much more interesting
      core dump.

      Premature filter death is now reported properly (it used to only
      say: "EOF reading from filter" or "Broken pipe writing to filter")

0.35  config.{guess,sub} have been updated to version 2009-12-13

      Corrected array bounds error in my_putstr("") (which could make
      rlwrap write an extra newline when exiting, but might even crash
      on some systems)

      Many small improvements and fixes for multi-line input:

        Multi-line inputs are now written to the inferior command one
        line at a time, so that command's response (e.g. a continuation
        prompt) can be interleaved with the echo'ed (multi-line) input.

        Calling an external editor will no longer obliterate the prompt,
        and line/column positions are now correct.

        After a multi-line edit in vi-mode, the cursor will no longer
        end up one line too high.

      CTRL-D on an empty line was handed directly to command, but also
      (erroneously) put in readline's input buffer

      Many small fixes and improvements in signal handling:

         SIGSEGV, and other "error" signals like SIGFPE, are now unblocked
         all of the time, so that rlwrap can always clean up after a crash.

         Since version 0.25 rlrwap's transparency extends to signals: if
         the inferior command segfaults, rlwrap will kill itself with a
         SIGSEGV. In order to get the bug reports where they belong,
         rlwrap now reports explicitly that it has not crashed itself.

         rlwrap's call to sigaction forgot to set the signal mask (!)

         Continuing after CTRL-Z on QNX now wakes up command

      Added --one-shot (-o) and --only-cook (-O) options

      debug log is now in a format that works well with emacs' grep-mode

      rlwrap's bindable readline function names (like rlwrap-call-editor) are
      now in hyphen-style instead of underscore_style (use of the
      old_style_names will now be flagged as an error)

      Filters can now prevent a prompt from being cooked by "rejecting" it.

      Rlwrapfilter.pm would set $_ incorrectly in echo and output handlers.

      RlwrapFilter.pm manpage is now created by newer (and less buggy)
      version of pod2man

      Added EXAMPLES section and -t option to rlwrap manpage

0.34  Binding wide (e.g. utf-8) chars in .inputrc now works

      prefix arguments are now correctly reset (M-5 a b now
      yields aaaaab instead of aaaaabbbbb)


0.33  rlwrap incorrectly fed terminfo-style capnames ("dl1") instead of
      termcap codes ("dl") into tgetstr(). On newer Debian systems this
      exposed a bug where random garbage would be printed by rlwrap

      Hyphens in rlwrap manpage are now all properly escaped

      RlwrapFilter.pm now only re-sets $filter->cumulative_output when an
      INPUT message is received


0.32  Major new feature: filtering. Filters sit between rlwrap and the
      wrapped command, re-writing command output, input, prompts,
      history, and completion word lists.

      System-wide filters live in DATADIR/rlwrap/filters (where DATADIR =
      /usr/local/share by default, installation-dependent) Because of this,
      completions now live in DATADIR/rlwrap/completions (until now:
      DATADIR/rlwrap)

      To make filter writing easy, a perl module RlwrapFilter.pm has
      been added. It doesn't become part of your perl installation, but lives
      in DATADIR/rlwrap/filters

      rlwrap didn't properly check errno after reading from inferior pty.
      This could lead to a spurious "read error on master pty"

      Instead of using crusty old signal(), signal handlers are now set
      by sigaction() without SA_RESTART (BSD semantics) Different
      syscall-restarting behaviour among systems caused hard-to-trace
      bugs

      Now copies inferior pty's c_oflags to stdout before
      output. (some editors like joe would mess up the screen)

      prompt handling logic has been streamlined. Coloured prompt handling is
      reliable now, even for long prompts.

      At program exit, rlwrap now outputs a newline only when the client
      didn't.

      Added -g, -I, -N, -S, -w and -z options

      Removed -F option (and added a filter to replace it)

      -p option now takes colour names (-pYellow)

      rlwrap (and readline) uses C strings internally, which could cause problems
      with commands that output '\0' bytes. In direct mode, such
      characters are left untouched, but in readline mode they are
      replaced by spaces.

      the tools directory has been updated, so that configure will
      feel at home even on newer systems

      tested on SunOS, AIX, FreeBSD, HP/UX, QNX (thanks to polarhome.com), as
      well as cygwin and linux
2012-09-30 22:10:42 +00:00
..
9menu
Addresses DESTDIR support 2010-02-04 16:15:14 +00:00
ascii
asr-manpages
astrolog remove dead mirror. 2011-03-17 21:10:47 +00:00
attica recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
autocue Uses cdefs. 2012-03-02 16:21:32 +00:00
basket recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
bbappconf
bbdb Update bbdb to 2.35. 2011-10-12 00:42:59 +00:00
bbweather
blccc recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
bottlerocket destdir support 2010-02-04 05:08:12 +00:00
brs Fix missing prototypes. Declare some functions as void matching the 2012-07-03 17:39:53 +00:00
bsdiff Make sure the correct install tool is used. 2012-02-16 19:06:52 +00:00
bsdstats BSD-Stats is collecting statistics about *BSD installations (and flavours). 2010-03-12 00:13:40 +00:00
buffer
calibre Update to 0.8.69 2012-09-19 15:38:26 +00:00
celestia recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
chipmunk
chord Patch glitch in makefile causing parallel build failure. 2011-12-21 08:36:01 +00:00
cksfv update master_sites 2010-02-07 18:41:54 +00:00
color-theme Import color-theme-6.6.0 as misc/color-theme. 2011-10-11 19:52:48 +00:00
colorblind Import colorblind-0.0.1 as misc/colorblind. 2012-01-31 11:08:58 +00:00
colorize Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
colorls Fix patch sum. 2012-03-01 17:22:38 +00:00
colortail Fix build with newer GCC 2011-11-26 17:16:53 +00:00
cowsay add manpage to substitution rule as in the original build 2011-05-18 10:48:34 +00:00
cstream
cuecat
cuetools
deskbar-applet recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
dgpsip
dialog Update to 1.1.20120706: 2012-07-12 21:13:16 +00:00
dirdiff Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
dnetc PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh 2011-10-07 22:37:02 +00:00
dotfile DESTDIr support 2010-02-11 19:14:19 +00:00
dpkg Needs more REPLACE_PERL, and USE_TOOLS+=perl needs to be perl:run. 2012-05-27 20:53:42 +00:00
dt DESTDIR support. Drop NO_SRC_ON_FTP. 2011-11-11 22:41:35 +00:00
dtach
dvorakng
dvtm Update dvtm to 0.7. 2012-08-14 11:58:01 +00:00
dync DESTDIR support 2010-02-11 19:17:06 +00:00
easymenu service suspended. fetch from backup. 2011-03-17 21:11:44 +00:00
ec2-ami-tools Bump PKGREVISION reflecting the default Ruby's version change. 2012-03-22 14:25:25 +00:00
ec2-api-tools Import misc/ec2-api-tools. 2011-01-31 20:46:01 +00:00
edict
elizatalk DESTDIR support 2010-02-11 19:17:06 +00:00
elscreen Following commit based on PR pkg/43967. Ok'ed by uebayasi@ 2011-09-17 12:02:17 +00:00
emacs-wiki Update to 2.72. 2011-02-13 09:59:34 +00:00
epm Not MAKE_JOBS_SAFE. 2012-06-21 10:36:01 +00:00
esniper Remove curl/types.h; fixes build with recent curl. 2011-10-03 02:56:53 +00:00
fbreader recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
fd Force the use of -ltermcap and let BUILDLINK_TRANSFORM sort out the right 2011-12-19 00:25:59 +00:00
fep Remove RCS tags from patches. 2012-03-05 12:15:59 +00:00
figlet update to 2.2.5 2012-08-15 17:45:45 +00:00
figlet-fonts
firelib
gaupol Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
gelemental recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
getopt recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
git Subserve last jump update from 4.3.20 to 4.9.5 without note of notable changes. 2010-02-22 09:15:56 +00:00
gkrellm-flynn recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
gkrellm-launch recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
gkrellm-leds recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
gkrellm-moon recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
gkrellm-weather recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
gnome-devel-docs
gnome-user-docs update to 2.32.0 2011-01-11 19:37:56 +00:00
gnome-utils recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
gnuls Add symlinks in gnu/man/man1/ 2012-06-02 08:51:37 +00:00
goffice0.6 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
goffice0.8 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
gok recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
gone service suspended. fetch from backup. 2011-03-17 21:07:16 +00:00
gperiodic recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
granulate Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
gwaei recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
hanzim Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12 2012-08-21 23:49:18 +00:00
heirloom-banner DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-cal DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-calendar DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-hd heirloom part 2011-05-28 09:40:41 +00:00
heirloom-more DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-od DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-printenv heirloom-printenv, a part of heirloom collection 2011-05-28 09:56:56 +00:00
heirloom-printf DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-random heirloom-random, a part of heirloom tools 2011-05-28 09:52:50 +00:00
heirloom-sleep DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-sum DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-tcopy DESCR_SRC now contains full paths to DESCR files 2011-05-28 10:15:14 +00:00
heirloom-time misc/heirloom-time: mark ONLY FOR LINUX 2012-05-22 17:18:21 +00:00
heyu Fix destdir installation. 2009-12-23 17:54:54 +00:00
howm Remove support of ruby19 (Ruby 1.9.2). 2012-09-16 15:30:44 +00:00
ibutton-pdkit
ipbt Since this thing's distfile is rebuilt upstream every night with new 2010-01-02 00:20:14 +00:00
iselect DESTDIR support 2010-02-11 19:20:55 +00:00
ja-less
ja-man
JBidwatcher Update to 2.1.5: 2011-04-12 08:46:19 +00:00
jhd service suspended (not earthquake related) since Feb 2010. fetch from backup. 2011-03-17 21:17:28 +00:00
jive Fix build with newer flex. 2011-12-22 00:27:12 +00:00
JMdict
kaccessible recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kalzium recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kanjidic
kanjidic2
kanjipad recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kbruch recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kcharselect recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kchm recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kchmviewer recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kde-wallpapers4 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdeaccessibility3 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdeaddons3 Recursive revbump from multimedia/libvpx 1.1.0 update 2012-09-22 13:48:15 +00:00
kdeadmin3 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdeadmin4 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdeartwork3 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdeartwork4 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdeedu3 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdepim-runtime4 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdepim3 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdepim4 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdepimlibs4 Fix building with Clang 2012-09-30 13:15:03 +00:00
kdeplasma-addons4 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdeutils3 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kdrill Drop dependency on libXp (from Imake) 2012-05-03 09:55:29 +00:00
kgeography recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kig recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kiten recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
klettres recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kmag recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kmousetool recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kmouth recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kodos Update to 2.4.9 2012-03-10 21:53:47 +00:00
koffice recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
koffice-l10n-da Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
koffice-l10n-de Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
koffice-l10n-en_GB Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
koffice-l10n-es Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
koffice-l10n-et Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
koffice-l10n-fi Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
koffice-l10n-fr Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
koffice-l10n-pl Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
kp DESTDIR support 2010-02-11 19:30:01 +00:00
kremotecontrol recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kstars recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
ktouch recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kturtle recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
kwordquiz recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
latin-words-bin
less More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
libcarddav recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
libcdio recursive bump from libcdio shlib major change. 2012-09-23 05:36:22 +00:00
libkdeedu recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
libkgeomap recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
libkvkontakte recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
libquantum Update libquantum to 1.0.0. 2010-08-15 07:35:56 +00:00
libreoffice recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
libreoffice3-bin Update to 3.6.0 2012-08-26 13:25:14 +00:00
libutf catch up with newer libtool which now demands a --tag=CC 2010-04-17 21:00:33 +00:00
lile DESTDIR support 2010-02-11 19:30:01 +00:00
linux-words DESTDIR support 2010-02-04 17:19:34 +00:00
loco Fix perl usage. 2011-11-29 17:49:57 +00:00
logsurfer update to 1.8 resolves SA46389 2011-10-28 17:13:26 +00:00
lookup Not MAKE_JOBS_SAFE. 2011-07-03 08:09:49 +00:00
lv Some improvements: 2010-02-10 10:43:28 +00:00
m17n-contrib recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
m17n-db recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
m17n-docs Update m17n-docs to 1.5.5, for m17n-lib 1.5.5. 2009-11-25 06:31:54 +00:00
marble recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
mirmon
mkcue add Dragonfly support, from Tony Young per PR pkg/44345 2011-01-08 12:43:10 +00:00
mmv
mnemosyne Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by 2012-07-01 19:05:10 +00:00
molden misc/molden: use DIST_SUBDIR after distinfo regeneration 2012-05-20 06:45:54 +00:00
most Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
mousetweaks recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
mtail Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
multitail
nxtvepg Make this build with tcl85. 2012-08-27 00:35:08 +00:00
open2300 Simplify (I accidently reverted parts of joergs changes and solve the 2010-02-05 19:36:16 +00:00
open2300-mysql Recursive bump from mysql51-client library changed to use openssl. 2012-09-15 15:03:21 +00:00
openoffice3 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
openoffice3-bin Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
orca bump PKGREVISION from python default change to 2.7. 2012-03-10 10:56:12 +00:00
p5-App-MrShell Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Array-PrintCols Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Business-CreditCard Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Business-ISBN Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Business-ISBN-Data Drop dependency on p5-Test-Simple. 2011-08-19 01:11:29 +00:00
p5-Business-UPS Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-ControlX10-CM11 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-ControlX10-CM17 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-File-MMagic Update to 1.29 2012-07-12 13:51:04 +00:00
p5-File-MMagic-XS Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-File-Tail Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-I18N-LangTags Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Locale-Codes Update p5-Locale-Codes to 3.20. 2011-12-15 05:51:15 +00:00
p5-Locale-libintl Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Locale-Maketext Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Locale-Maketext-Fuzzy Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Locale-Maketext-Lexicon Update p5-Locale-Maketext-Lexicon to 0.91. 2011-10-17 08:54:18 +00:00
p5-Locale-Maketext-Simple Changing all PERL5_MODULE_TYPE from Module::Install to M::I::Bundled, 2012-09-03 11:16:19 +00:00
p5-Locale-US Update p5-Locale-US to 2.112150. 2011-11-13 06:14:09 +00:00
p5-Mac-Macbinary Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Msgcat Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Search Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
p5-Vroom Update p5-Vroom to 0.26. 2011-12-12 03:59:08 +00:00
parchive
parley recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
pciids Update to 20091229: 4 more months of data. 2010-02-05 12:59:46 +00:00
pdmenu Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
php-orangehrm No need to buildlink with mysql client libraries here. 2012-09-15 13:31:09 +00:00
pinfo recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
ppower Force flush to be pipe-friendly (from ppower -m). Bump PKGREVISION. 2010-09-29 10:42:48 +00:00
pty-redir
py-anita Update misc/py-anita to 1.27. Changes from 1.26: 2012-04-10 13:23:58 +00:00
py-anki Move PYTHON_VERSIONS_INCOMPATIBLE= 25 since it affects both anki packages. 2012-08-05 21:18:00 +00:00
py-carddav Mark as not-compatible with python-2.5 -- runtime error due to missing 2012-08-23 10:13:53 +00:00
py-libanki Adapt for import. 2012-05-05 22:23:26 +00:00
qbrew Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
qterm Don't define our own dprintf() function in the package; it can clash 2011-10-03 05:02:48 +00:00
reed Honor pkgsrc CFLAGS and LDFLAGS. Should fix Linux build. 2012-05-23 07:05:31 +00:00
rlwrap Update to 0.37; closes PR 46078. 2012-09-30 22:10:42 +00:00
rocs recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
root Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
root-tail
routeplanner-cli Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
rox-memo Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
rpm Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) 2012-05-07 01:53:12 +00:00
ruby-ansi Update ruby-ansi to 1.4.3. 2012-09-16 06:43:29 +00:00
ruby-bundler Update ruby-bundler to 1.2.0. 2012-09-16 06:44:45 +00:00
ruby-columnize Update ruby-columnize to 0.3.6. 2012-03-17 16:16:32 +00:00
ruby-commander Update ruby-commander to 4.1.2. 2012-03-17 16:17:22 +00:00
ruby-configuration Update ruby-configuration to 1.3.2. 2012-09-16 06:45:23 +00:00
ruby-daemons Release 1.1.9: August 10, 2012 2012-08-12 21:44:01 +00:00
ruby-gem_plugin * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. 2010-09-10 07:23:26 +00:00
ruby-launchy Update ruby-launchy to 2.1.2. 2012-09-16 06:46:02 +00:00
ruby-progressbar LICENSE=ruby-license 2010-05-16 12:19:11 +00:00
ruby-sprockets Update ruby-sprockets to 2.4.5. 2012-09-16 06:46:45 +00:00
ruby-sprockets20 Make dependency to ruby-rack13 and strict range of package. 2012-09-16 15:55:30 +00:00
ruby-sprockets21 Update ruby-sprockets21 to 2.1.3. 2012-06-02 01:06:03 +00:00
ruby-transaction-simple Update ruby-transaction-simple to 1.4.0.2. 2012-09-16 06:47:39 +00:00
rubygems Update rubygems package to 1.8.24. 2012-04-28 13:52:45 +00:00
rump Add missing zlib dependency. Fixes Linux build. 2011-09-03 20:35:48 +00:00
sch
sci Add missing mk/curses buildlink. 2011-12-17 10:16:16 +00:00
screen Move the NetBSD-specific part of screen's pty.c to the right place. 2012-09-15 09:14:53 +00:00
send-pr Update my email 2011-10-09 10:02:44 +00:00
siag remove dead mirror 2011-03-17 21:21:01 +00:00
since Initial import of since version 1.1 in the NetBSD Packages Collection. 2012-08-17 23:38:11 +00:00
softmaker-office-demo misc/softmaker-office-demo: Mark NOT-FOR-DRAGONFLY 2012-05-24 17:13:54 +00:00
splitvt
stellarium recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
step recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
superkaramba recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
sweeper recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
taskjuggler recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
tds Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
team Make this build with recent compilers: Include <stdio.h> and 2011-08-13 09:09:00 +00:00
tellico recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
tellico-kde3 Recursive revbump from multimedia/libvpx 1.1.0 update 2012-09-22 13:48:15 +00:00
teseq Reset maintainer for retired developers. 2011-02-28 14:52:37 +00:00
tmux Fix build on SunOS and GCC>=4.6 2012-06-11 12:52:52 +00:00
topless Add pod2man to USE_TOOLS. 2011-11-29 18:19:32 +00:00
ttyrec set LICENSE=original-bsd 2010-08-18 12:43:52 +00:00
udfclient update to 0.7.5 2012-07-28 22:36:08 +00:00
ukpostcodes
uptimec
urjtag PR pkg/46363 2012-04-22 01:17:58 +00:00
usbids Reset MAINTAINER since jmcneill@ resinged. 2012-03-13 03:13:48 +00:00
usbprog recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
utftools
vera
vfu
visual-regexp
vttest
vym recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
watch Uses a BSD makefile. 2012-02-17 14:02:14 +00:00
wdic
whohas Update to 0.29. Notable changes: 2012-09-02 15:42:20 +00:00
window Update to window-20120215: 2012-02-16 04:38:45 +00:00
xchm recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
xdg-utils The syntax doesn't work on most shells, remove the patches again until 2011-04-05 12:05:01 +00:00
xfce4-weather-plugin recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
xjdic remove an errant debugging statement 2009-11-10 13:37:10 +00:00
xorg-docs Fix manual page location on Solaris. 2012-06-26 10:37:53 +00:00
xorg-sgml-doctools Add xorg-sgml-doctools-1.11: 2012-06-06 07:45:32 +00:00
xrolodex PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
xtail DESTDIR support 2010-02-04 16:47:05 +00:00
xtend Be explicit about suid root. Fix unprivileged build. 2010-02-19 14:16:31 +00:00
yelp recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
yelp3 recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
yrolo misc/yrolo: Add indirectly linked libraries to LDFLAGS for ld v2.22 2011-12-22 07:55:01 +00:00
zorro
zyGrib recursive bump from libffi shlib major bump 2012-09-15 10:03:29 +00:00
zyGrib-maps revision bump for zyGrib-6.0.1 2012-09-10 10:04:03 +00:00
Makefile Add & enable since 2012-08-17 23:39:44 +00:00