pkgsrc/misc
hasso aa2cc38fd9 Update to 0.8. From Fulvio Ciriaco via private mail.
Upstream changes since 0.7:

* Remove the right number of characters from the buffer when escape then
  a cursor key (or other key prefixed by \033) is pressed. Reported by
  Stuart Henderson.
* rotate-window command. -U flag (default) for up, -D flag for down.
* Change scroll/pane redraws to only redraw the single pane affected rather
  than the entire window.
* If redrawing the region would mean redrawing > half the pane, just schedule
  to redraw the entire window. Also add a flag to skip updating the window any
  further if it is scheduled to be redrawn. This has the effect of batching
  multiple redraws together.
* Basic horizontal splitting and layout management. Still some redraw and other
  issues - particularly, don't mix with manual pane resizing, be careful when
  viewing from multiple clients and don't expect shell windows to redraw very
  well after the layout is changed; generally cycling the layout a few times
  will fix most problems. Getting this in for testing while I think about how
  to deal with manual mode.
  Split window as normal and cycle the layouts with C-b space. Some of the
  layouts will work better when swap-pane comes along.
* AIX port, thanks to cmihai for access to a box. Only tested on 6.1 with xlc
  10.1 (make sure CC is set). Needs GNU make and probably ncurses (didn't try
  plain curses). Also won't build with DEBUG, so comment the FDEBUG=1 line in
  GNUmakefile.
* Draw a vertical line on the right when the window size is less than the
  terminal size. This is partly to shake out any horizontal limit bugs on the
  way to horizontal splitting/pane tiling. Currently a bit slow since it has to
  do a lot of redrawing but hopefully that will improve as I get some better
  ideas for how to do it.
* Fix remaining problems with copy and paste and UTF-8.
* Better UTF-8 support, including combined characters. Unicode data is now
  stored as UTF-8 in a separate array, the code does a lookup into this every
  time it gets to a UTF-8 cell. Zero width characters are just appended onto
  the UTF-8 data for the previous cell. This also means that almost no bytes
  extra are wasted non-Unicode data (yay).
  Still some oddities, such as copy mode skips over wide characters in a
  strange way, and the code could do with some tidying.
* Key repeating is now a property of the key binding not of the command.
  Repeat is turned on when the key is bound with the -r flag to bind-key.
  next/previous-window no longer repeat by default as it turned out to annoy
  me.
* Clear using ED when redrawing the screen. I foolishly assumed using spaces
  would be equivalent and terminals would pick up on this, but apparently not.
  This fixes copy and paste in xterm/rxvt.
* Sockets in /tmp are now created in a subdirectory named, tmux-UID, eg
  tmux-1000. The default socket is thus /tmp/tmux-UID/default. To start a
  separate server, the new -L command line option should be used: this creates
  a socket in the same directory with a different name ("-L main" will create
  socket called "main"). -S should only be used to place the socket outside
  /tmp. This makes sockets a little more secure and a bit more convenient to
  use multiple servers.
* New session flag "set-remain-on-exit" to set remain-on-exit flag for new
  windows created in that session (like "remain-by-default" used to do). Not
  perfectly happy about this, but until I can think of a good way to introduce
  it generically (maybe a set of options in the session) this will do. Fixes
  SF request 2527847.
* Support for 88 colour terminals.
* break-pane command to create a new window using an existing pane.
* Make escape key timer work properly so escape+key can be used without
  lightning fast key presses.
* Redo mode keys slightly more cleanly and apply them to command prompt
  editing. vi or emacs mode is controlled by the session option status-keys.
* Looking up argv[0] is expensive, so just use p_comm for the window name which
  is good enough. Also increase name update time to 500 ms.
* Only use ri when actually at the top of the screen; just move the cursor up
  otherwise.
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the
  cursor can never be beyond $COLUMNS - 1) and does not appear to support
  changing this behaviour, or any of the obvious possibilities (turning off
  right margin wrapping, insert mode). This is irritating, most notably because
  it impossible to write to the very bottom-right of the screen without
  scrolling. To work around this, if built on FreeBSD and run with a "cons"
  $TERM, the bottom-right cell on the screen is omitted.
* Emulate scroll regions (slowly) to support the few terminals which don't have
  it (some of which don't really have any excuse).
* No longer redraw the status line every status-interval unless it has actually
  changed.
2009-05-02 10:50:57 +00:00
..
9menu Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
Addresses Use fhs filesystem layout to make Addresses more hier(7) compliant. 2009-04-13 12:37:22 +00:00
ascii Update to ascii-3.8. I don't see a ChangeLog anywhere, but this 2008-06-19 17:33:50 +00:00
asr-manpages Why missing ${PKGMANDIR} for man5? :-) 2007-12-20 12:24:11 +00:00
astrolog Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
autocue Add DESTDIR support 2007-08-20 21:42:26 +00:00
basket Add DESTDIR support. 2008-06-12 02:14:13 +00:00
bbappconf Correct email address for generic MAINTAINER. 2009-03-17 21:40:44 +00:00
bbdb Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
bbweather Correct email address for generic MAINTAINER. 2009-03-17 21:40:44 +00:00
blccc Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bottlerocket
brs Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bsdiff Add DESTDIR support. 2008-06-20 01:09:05 +00:00
buffer Add DESTDIR support. 2008-06-20 01:09:05 +00:00
calibre Initial import of calibre-0.4.128: 2009-01-17 22:18:25 +00:00
celestia Add DESTDIR support. 2008-06-20 01:09:05 +00:00
chipmunk Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
chord
cksfv Update to 1.3.14. Set LICENSE. Convert to user-destdir. 2009-04-20 09:36:59 +00:00
colorize Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
colorls Add DESTDIR support. 2008-06-12 02:14:13 +00:00
colortail DESTDIR support 2009-02-16 18:26:43 +00:00
cowsay Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
cstream Changes 2.7.5: 2008-12-19 10:19:12 +00:00
cuecat Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
cuetools Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
deskbar-applet update to 2.26.1 2009-04-17 18:07:31 +00:00
dgpsip Add DESTDIR support. 2008-06-12 02:14:13 +00:00
dialog Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
dirdiff
dnetc Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
dotfile Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
dpkg Disable linker optimizations on Darwin, thereby allowing this package to 2008-07-01 08:34:37 +00:00
dt Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
dtach Update dtach to 0.8. 2008-03-08 01:06:50 +00:00
dvorakng Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
dvtm Use BSD_INSTALL_* instead of simply install and strip 2009-02-19 19:22:22 +00:00
dync
easymenu Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
edict Drop maintainership. 2009-02-24 16:15:22 +00:00
elizatalk
elscreen Introduce EMACS_BUILDLINK to decide if Emacs lisp file wrappers are really 2008-10-13 08:07:02 +00:00
emacs-wiki Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
esniper Updated to version 2.19. 2008-10-14 18:21:18 +00:00
fbreader Initial import of fbreader-0.10.1: 2009-01-18 17:39:37 +00:00
fd The previous commit has fixed the path of manpages. 2007-01-22 11:30:01 +00:00
fep
figlet Fixed PKGMANDIR and pkglint warnings. 2006-10-25 14:36:09 +00:00
figlet-fonts Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
firelib Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
gaupol Mark as user-destdir ready. 2009-02-15 23:24:27 +00:00
gelemental DESTDIR support. Needs C for the libintl check. 2009-02-13 18:15:05 +00:00
getopt Update to 1.1.4: 2008-01-15 23:59:09 +00:00
git
gkrellm-flynn Mark as destdir ready. 2008-07-14 12:55:56 +00:00
gkrellm-launch Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
gkrellm-leds Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gkrellm-moon Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gkrellm-weather Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
gnome-devel-docs Update gnome-devel-docs to 2.26.0. 2009-03-17 10:45:53 +00:00
gnome-dirs Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
gnome-user-docs Update gnome-user-docs to 2.26.0. 2009-03-17 11:27:02 +00:00
gnome-utils Update gnome-utils to 2.26.0. 2009-03-17 12:07:47 +00:00
gnome1-dirs Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
gnome2-dirs Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
gnuls Reach over from misc/gnuls to sysutils/coreutils for common logic and 2008-05-15 20:01:03 +00:00
goffice0.6 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
gok Remove msgfmtstrip scripts and targets using them, now that the 2009-03-22 19:01:37 +00:00
gone DESTDIR support. 2009-02-16 18:29:53 +00:00
gperiodic Add DESTDIR support. 2008-06-20 01:09:05 +00:00
granulate Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
gwaei Update to 0.15.3: 2009-03-22 17:37:39 +00:00
gxmame Mark as destdir ready. 2008-07-14 12:55:56 +00:00
hanzim Fix pthread linkage. 2007-12-27 15:37:44 +00:00
heyu Fixed PKGMANDIR. Fixed shell interpreter. PKGREVISION++ 2007-01-08 04:12:35 +00:00
ibutton-pdkit Should replace with ${DEFAULT_SERIAL_DEVICE}, rather than hard coded /dev/tty00. 2007-12-20 13:17:25 +00:00
ipbt Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
iselect Update MASTERE_SITES, noticed by Zafer Aydogan in private mail. 2008-01-04 07:12:30 +00:00
ja-less Some minor fixes 2008-05-17 14:18:45 +00:00
ja-man Fix broken user-destdir build by setting MANOWN/MANGRP/MANMODE. 2008-08-31 07:55:15 +00:00
jhd Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
jitterbug Get rid of hostname -s in pkgsrc, on Solaris it sets the hostname to "-s". 2009-01-14 12:20:57 +00:00
jive Add DESTDIR support. The manpage is not necessarily installed gzipped, 2007-12-14 08:43:20 +00:00
JMdict Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
kanjidic Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
kanjidic2 Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
kanjipad Drop maintainership. 2007-07-08 09:42:32 +00:00
kchm Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
kchmviewer Fix destdir installation. 2009-01-28 06:35:46 +00:00
kde3-dirs Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
kde4-dirs Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
kdeaccessibility3 Say goodbye to gstreamer-0.8 and its friends. 2009-03-05 22:46:21 +00:00
kdeaddons3 Update to KDE 3.5.10 2008-08-27 11:59:13 +00:00
kdeadmin3 Update to KDE 3.5.10 2008-08-27 11:59:13 +00:00
kdeartwork3 update for xscreensaver-5.08: 2009-01-14 13:31:53 +00:00
kdeedu3 Update to KDE 3.5.10 2008-08-27 11:59:13 +00:00
kdepim3 Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
kdeutils3 Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
kdrill Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
kodos Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
koffice Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
koffice-l10n-da Mark as destdir ready. 2008-07-14 12:55:56 +00:00
koffice-l10n-de Mark as destdir ready. 2008-07-14 12:55:56 +00:00
koffice-l10n-en_GB Mark as destdir ready. 2008-07-14 12:55:56 +00:00
koffice-l10n-es Mark as destdir ready. 2008-07-14 12:55:56 +00:00
koffice-l10n-et Mark as destdir ready. 2008-07-14 12:55:56 +00:00
koffice-l10n-fi Mark as destdir ready. 2008-07-14 12:55:56 +00:00
koffice-l10n-fr Mark as destdir ready. 2008-07-14 12:55:56 +00:00
koffice-l10n-pl Mark as destdir ready. 2008-07-14 12:55:56 +00:00
kp Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
latin-words-bin Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
less Update to less-418. Too many changes to list here--see ChangeLog. 2008-03-02 15:35:33 +00:00
libcdio Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
libquantum Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libutf Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
lile Mark as not for Linux. From Sergey Svishchev in private mail. 2007-03-04 11:30:33 +00:00
linux-words Changed version to match upstream. (From 2.0 to real "2".) 2008-03-08 13:50:57 +00:00
loco DESTDIR support. 2009-02-25 20:46:18 +00:00
logsurfer Update to Logsurfer+ 1.7. Changes: 2009-01-18 11:01:56 +00:00
lookup Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
lv
m17n-contrib Update m17n contrib to 1.1.8. 2009-01-12 12:22:54 +00:00
m17n-db Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
m17n-docs Import m17n-docs version 1.5.0. 2008-02-27 13:50:43 +00:00
mirmon Fix DESTDIR installation. 2008-06-14 08:49:14 +00:00
mmv Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
mnemosyne Update to 1.2.1. Convert to user-destdir, set LICENSE. 2009-04-12 16:37:25 +00:00
molden Reset maintainer, mail bounced 2009-02-17 13:02:20 +00:00
most Update to most-5.0.0a, using libslang2. 2008-08-09 21:32:39 +00:00
mousetweaks Update mousetweaks to 2.26.0. 2009-03-17 23:20:11 +00:00
mtail Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
multitail Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
nxtvepg Need libXmu to build. 2007-12-20 13:46:15 +00:00
open2300
open2300-mysql
openoffice2 drop references to firefox-gtk1 2009-04-21 16:47:48 +00:00
openoffice2-bin Reset maintainer, gave up commit bit. 2009-04-18 15:03:58 +00:00
openoffice3 drop references to firefox-gtk1 2009-04-21 16:47:48 +00:00
openoffice3-bin Initial import of OpenOffice.org 3.0.1 package from pre-build binaries 2009-01-31 22:05:53 +00:00
orca Remove msgfmtstrip scripts and targets using them, now that the 2009-03-22 19:01:37 +00:00
p5-Array-PrintCols Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Business-CreditCard Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Business-ISBN 2.05 - Sun Jan 25 00:00:17 2009 2009-02-10 16:09:45 +00:00
p5-Business-ISBN-Data updated to 20081208 2008-12-10 16:55:48 +00:00
p5-Business-UPS Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-ControlX10-CM11 Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-ControlX10-CM17 Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-File-MMagic Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-File-MMagic-XS Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-File-Tail Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Geo-Coordinates-UTM Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Geo-Mercator Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Geo-Weather Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Geography-Countries Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-I18N-LangTags Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Locale-Codes Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Locale-libintl Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Locale-Maketext Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Locale-Maketext-Fuzzy Drop MAINTAINERSIP at MAINTAINER's request. 2009-03-24 13:35:47 +00:00
p5-Locale-Maketext-Lexicon Drop MAINTAINERSIP at MAINTAINER's request. 2009-03-24 13:35:47 +00:00
p5-Locale-Maketext-Simple Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Locale-US Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Mac-Macbinary Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Msgcat Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Search Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
parchive Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
pciids Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
pdmenu DESTDIR support 2009-02-16 18:39:00 +00:00
php-calendar Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-mbstring Remove work around for PR#40709 as pdksh has been fixed 2009-02-22 11:08:20 +00:00
pinfo Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ppower Add DESTDIR support. 2008-06-12 02:14:13 +00:00
proj Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
proj-doc Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
pty-redir Remove unresolvable hosts from MASTER_SITES. 2008-08-23 07:46:59 +00:00
qbrew Add DESTDIR support. 2008-06-20 01:09:05 +00:00
qterm Add DESTDIR support 2007-08-31 21:48:37 +00:00
reed Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
rlwrap Updated to version 0.30. 2008-01-09 13:40:37 +00:00
root Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
root-tail Add DESTDIR support. 2008-06-20 01:09:05 +00:00
routeplanner-cli Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
rox-memo Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
rpm Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
ruby-columnize Fix description of package and in specfile to refer to Columnize instead 2008-04-17 17:23:24 +00:00
ruby-configuration Initial import of ruby18-configuration-0.0.5 as misc/ruby-configuration. 2008-04-04 15:19:51 +00:00
ruby-daemons Update ruby-daemons to version 1.0.10. Changes from version 1.0.8 include: 2008-04-04 15:19:57 +00:00
ruby-gem_plugin Update ruby-gem_plugin to version 0.2.3. Changes from version 0.2.2 2008-04-04 15:20:01 +00:00
ruby-launchy Update ruby-launchy package to 0.3.2. 2008-06-22 16:10:16 +00:00
ruby-progressbar - Switch to use vendor_dir with Ruby 1.8.7. 2008-06-19 14:52:11 +00:00
ruby-transaction-simple Add RubyForge's project page as HOMEPAGE. 2008-08-15 16:06:44 +00:00
rubygems Update rubygems to 1.3.1. 2009-04-07 07:35:44 +00:00
sch Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
sci
screen Fix destdir support by defining PKG_DESTDIR_SUPPORT early enough and by 2009-03-05 09:59:12 +00:00
siag Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
softmaker-office-demo Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
splitvt Update splitvt to 1.6.6 and add patches for the "forgotten setgid()" 2008-07-25 03:38:01 +00:00
stellarium update to 0.10.2 2009-03-19 11:43:06 +00:00
taskjuggler * Update to 2.4.1. 2009-03-19 09:44:58 +00:00
tds Fix path to Perl. DESTDIR support. 2009-02-07 23:06:51 +00:00
team
tellico Bump PKGREVISION following the update of textproc/icu, and the 2009-03-25 22:37:12 +00:00
teseq Import teseq-1.0.0 as pkgsrc/misc/teseq. 2008-08-28 01:23:41 +00:00
theme-dirs Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
tmux Update to 0.8. From Fulvio Ciriaco via private mail. 2009-05-02 10:50:57 +00:00
ttyrec Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
udfclient Update package to version 0.7.1 fixing Linux compilation issues. 2008-12-26 19:26:44 +00:00
ukpostcodes Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
uptimec Add DESTDIR support. 2008-06-20 01:09:05 +00:00
usbids Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
utftools Add DESTDIR support 2007-08-31 21:48:37 +00:00
vera Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
vfu Fix build. Add DESTDIR support. 2008-10-02 14:33:58 +00:00
visual-regexp Add DESTDIR support. 2008-06-20 01:09:05 +00:00
vttest Add DESTDIR support. 2008-06-20 01:09:05 +00:00
vym Update to 1.12.2. 2009-04-19 04:07:51 +00:00
watch Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wdic Mechanical changes to add DESTDIR support to packages that install 2008-03-04 19:21:10 +00:00
whohas On second thought, still install more complete documentation. 2009-01-05 09:36:05 +00:00
xchm Switch to x11/wxGTK26{,-contrib}. 2008-09-22 20:21:03 +00:00
xdg-dirs Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
xdg-utils Initial import of xdg-utils-1.0.2: 2008-12-09 15:04:56 +00:00
xdg-x11-dirs Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
xfce4-weather-plugin Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
xjdic Remove unresolvable hosts from MASTER_SITES. 2008-08-23 07:46:59 +00:00
xrolodex Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
xtail
xtend
xtide Add a patch to configure so that xtide can compile correctly with a X11 2009-02-08 00:01:35 +00:00
yelp Update yelp to 2.26.0. 2009-03-17 12:19:35 +00:00
yrolo Don't use malloc.h. 2007-07-27 23:56:16 +00:00
zorro Change to unified diff. 2008-01-04 05:41:52 +00:00
zyGrib Fix installation. 2009-02-15 21:00:05 +00:00
zyGrib-maps Fix path to zyGrib. 2009-02-16 16:36:32 +00:00
Makefile Added misc/tmux version 0.7nb1. 2009-03-06 12:29:06 +00:00