Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
|
|
These will be available from pkg_summary(5) database.
To be used to find previous packages when a package is moved
or renamed. (Even though that is not recommended.)
Documented in pkgsrc Guide and in the pkg_summary(5) manual page.
Upcoming commit will have some packages modified to add them.
|
|
|
|
2.7.0 release.
Bump PKGREVISION.
|
|
backup.
|
|
|
|
|
|
|
|
|
|
|
|
0.35 2009.05.01
* reworked Module::Install stuff to remove junks
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Changes:
- Correct TEXINPUTS.pdfluatex.
|
|
|
|
|
|
|
|
- Updating package for p5 module Text::Diff:HTML from 0.05 to 0.06
- Setting license to gnu-gpl-v2
Upstream changes:
0.06 2009-04-07T16:13:05
- Fixed a pasto in the "Support" section of the documentation.
- Changed the documention from recommending that the diff output be
wrapped in <pre> tags to suggesting instead that it be wrapped in an
element that uses the CSS "white-space: pre". Reported by Pete Gillin
(RT #24301).
|
|
|
|
- Updating package for p5 module Module::Dependency from 1.8 to 1.86
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
* Changes in Module::Dependency 1.86 (svn rev 6643), 12th July 2006
No longer use umask(0) before creating dir for data file.
Move db file store function from Indexer.pm to Info.pm
Use $ENV{PERL_PMD_DB} to override location of data file.
* Changes in Module::Dependency 1.85 (svn rev 6642), 12th July 2006
Fixed blank lines in output.
Fixed parent to mean what item depends_on
and child to mean what item is depended_on_by
Added sorting of final top-level output order with -sort
Added -Unique option (global version of -unique)
Added -All option to dump everything using Data::Dumper
Added != and !~ support to object selector patterns
Non-scripts always have a / in the key and filename
(./ is prepended if there's no / already)
Improved duplicate file/package warning.
The -h option doesn't remove indent, use -i='' for that.
* Changes in Module::Dependency 1.84 (svn rev 6633), 11th July 2006
Replaced pmd_dumper.plx with much more flexible pmd_dump.pl
Unresolved dependencies now get entries in allobjects,
with their reverse dependencies listed so they can be queried.
Because of that the grapher html output changed but the tests
haven't yet been updated so they're skipped.
All entries have a 'key' field matching the key of the allobjects hash.
* Changes in Module::Dependency 1.83 (svn rev 6569), 27th June 2006
Fixed VERSION numbers.
Simplified README docs, INSTALL and added my name to LICENCE.
* Changes in Module::Dependency 1.82 (svn rev 6568), 27th June 2006
Stored data changes:
- 'filename' is now a relative file path, not absolute.
- the "key" name for scripts is now the relative file path not basename.
- new 'filerootdir' holds absolute prefix of filename.
- 'scripts' now holds relative file paths
Ignore ~ and .bak files.
Don't decend into ignored directories (.svn, .cpan etc)
Attempt to recognise .t test files.
Improve robustness of parsing.
Give more, and more useful, warning messages.
More compact output for pmd_dumper -a
* Changes in Module::Dependency 1.81, 30th May 2006
First release under new maintainer Tim Bunce.
Fixed parsing of multi-line use statements.
Fixed parsing of unusual =cut statements.
Fixed tests to not depend on hash order.
Renamed scripts to have a pmd_ prefix.
Moved examples into new examples/ subdirectory.
Moced pmd_cgidepend.plx and pmd_cgiform.html into examples.
Unified script and module parsing code.
* Changes prior to version 1.81
Date: 2002/09/25 23:09:31
Fixed minor typoes and niggling things that should have been corrected
in the distribution - thanks to Mike Castle & Ron Savage
Indexer.pm converts paths to absolute paths before running File::Find,
giving the correct, expected, behaviour when you try to index relative
folders
Added support for the 'base' pragma.
Added the 'relationship' method (and hence the -r option to dumper.plx)
which tells you how two items are related.
Improved POD-skipping algorithm - i.e. it now has one.
There should be no platform-specific code left, and in theory this will
run on any OS.
Added a little POD-only module called Module::Dependency.
We 'use' as little as possible and 'require' the rest.
The indexer can optionally (and does, by default) look at a file's #! line
to see if it's a perl program. .pl, .plx and .pm files are always indexed.
Added accessor routine for the 'check_shebang' switch.
cgidepend.plx, the CGI program, slightly tweaked to be even more
mod_perl friendly.
Some code and ideas kindly contributed by S Rezic, S Heffner and C Sampson,
among others.
|
|
|
|
|
|
|
|
- Updating package for p5 SVG modules from 2.44 to 2.49
- Setting license to gnu-gpl-v2
Upstream changes:
2.49 23 January, 2009
-Fixed bugtracker URL in YAML
2.48 08 January, 2009
-Improved YAML and MANIFEST for cpan testers game
2.47 15 December, 2008
-Fixed MANIFEST - replaced Changes entry
2.46 15 December, 2008
-Improved META.yml
-Fixed MANIFEST
-Removed all pointless files
2.45 15 December, 2008
-Improved META.yml
|
|
|
|
Importing package for p5 module PostScript::Simple 0.07 as dependency
for upcoming update of devel/p5-Module-Dependency to 0.86.
Description:
PostScript::Simple allows you to have a simple method of writing PostScript
files from Perl. It has graphics primitives that allow lines, curves,
circles, polygons and boxes to be drawn. Text can be added to the page using
standard PostScript fonts.
The images can be single page EPS files, or multipage PostScript files. The
image size can be set by using a recognised paper size ("A4", for example) or
by giving dimensions. The units used can be specified ("mm" or "in", etc) and
are the same as those used in TeX. The default unit is a bp, or a PostScript
point, unlike TeX.
|
|
|
|
- Updating package for p5 module of Algorithm::Dependency from 1.108
to 1.110
- Setting license to gnu-gpl-v2
Upstream changes:
1.110 Tue 14 Apr 2009
- Upgrading to Module::Install 0.83
1.109 Wed 9 Apr 2009
- Upgrading to Module::Install 0.82
- Adding new method ->weight_merged
|
|
|
|
- Updating package for p5 NetPacket modules from 0.04 to 0.41.1
Upstream changes:
0.41.1
* Fixed bug 37931: export of ICMP_MASKREQ
* Fixed UDP and TCP checksums for odd-sized packets
* Fixed import from NetPacket::UDP
* Fixed bug 37931: export of ICMP_MASKREQ
* Added git repo and bug tracking info to META.yml
0.41_0
* Fixed bug 18941 - NetPacket::IP includes trailing
trash bytes in $ip->{data}
* Fixed bug 7010 - IP flags field lost in IP::encode()
* Added Build.PL
* Moved history off the README file into this one (Changes)
* Moved module structure to /lib
* Version now gathered from NetPacket.pm
* META.yml added to MANIFEST
* Added myself (Yanick) as author
* Switched to major.minor.revision version notation
|
|
|
|
- Updating package for p5 modules of Text::Wrap and Text::Tabs from
2006.1117 to 2009.0305
Upstream changes:
* 2009/03/05
Test improvements from Dave Mitchel sent back in 2005...
Added code to increase $columns if it's not big enough to accommodate
the subsequent tab.
Minor documentation fixes from David Landgren <david at landgren.net>.
Use warnings::warnif instead of just warn for columns < 2. Appled per
request of Rafael Garcia-Suarez <rgarciasuarez at gmail.com>.
|
|
|
|
- Updating package for p5 module of Object::InsideOut from 3.52 to 3.54
- Setting license to gnu-gpl-v2
Upstream changes:
3.54 Wed Feb 18 18:04:51 2009
- Doc update only
3.53 Wed Feb 18 15:34:20 2009
- Handle unnamed fields when using Storable
- Cache some object initialization activities
|
|
|
|
- Updating package for various p5 time related module from 2003.1126
to 2006.0814
- Setting license to public-domain
Upstream changes:
2006.0814:
A bugfix for negative offsets that overflowed (from Vernon Lyon
<vlyon at uk.yahoo-inc.com>)
Add a few more timezones (from Peter Ludemann <ludemann at yahoo-inc.com>
and Alex Bowley <kilinrax at cpan.org>)
Recognize fractional times counts like "1.5 minutes ago"
(from Simon Wistow <simon@thegestalt.org>)
Recognize Dow "before last" (from Ole Craig <ocraig at stillsecure.com>)
Change various __DATA__ to __END__ (from Nick Ing-Simmons
<nick at ing-simmons.net>)
|
|
|
|
- Updating package for p5 module of DateTime::Format::HTTP from 0.37 to 0.38
- Setting license to gnu-gpl-v2
Upstream changes:
0.38 2009-04-05
- No code changes from previous versions.
- Shut up the verbose diagnostic output from the tests.
- Fixed various bugs in the Build.PL, and generally modernized the
distro tarball. Hopefully this will fix problems some cpan testers
were seeing.
|
|
|
|
- Updating package for p5 module of DateTime::Format::Flexible from
0.05 to 0.08
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
0.08 Wed Apr 22 14:00:00 2009
- fix some pod errors, give an example for european hinting
0.07 Tue Apr 22 03:00:00 2009
- add ability to strip strings from the date string
- can now parse timezones
- rudimentary support for european dates (dd-mm-yyyy)
- can now parse epoch times
0.06 Mon Apr 20 15:06:00 2009
- Fix parsing bug with dd-(oct|nov|dec)-yyyy (thanks Phil Brass)
|
|
- Updating package for p5 module of String::BufferStack from 1.12 to 1.14
- Setting license to gnu-gpl-v2
Upstream changes:
1.14 Mon Mar 2 20:21:17 2009
* No code changes; make tests pass on 5.6
1.13 Fri Feb 27 19:19:17 2009
* No code changes; add LICENSE and AUTHOR to POD
|
|
|
|
- Updating package for p5 module of Module::Install from 0.85 to 0.86
- Changing license to gnu-gpl-v2
Upstream changes:
0.86 Sat 2 May 2009
- Alter _check_lock to test the CPAN version and use
PERL5_CPAN_IS_RUNNING if new enough so we don't accidentally
configure CPAN unless it's so old we have no choice (MSTROUT)
- Tweak the SkipInstall logic so --skipdeps bypasses everything
again including any loading of CPAN, no matter how old (MSTROUT)
- Adding ./example, ./test and ./xt to the no_index list (ADAMK)
- Removed $VERSION from the tests (ADAMK)
- Various POD fixes (ADAMK)
|
|
|