summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-21Update to 1.6.1:wiz2-6/+6
2012-10-21 meld 1.6.1 ===================== Fixes: * Fix traceback from invalid tree cursor paths (Kai Willadsen) (closes rhbz#832969 and rhbz#837133) * Fix traceback when popping up right-click menus in empty tree sections (Kai Willadsen) (closes rhbz#843879) * Fix Bazaar comparisons including exec bit changes (Kai Willadsen) (closes bgo#682852) * Avoid spurious listings in Bazaar with shelved items (Per Ångström) * Fix copying symlinks in directories (Rainer Suhm) (closes rhbz#836606) * Support newer Fossil VC (Jan Danielsson) (closes bgo#683969) * Fix compatibility with Python 2.5 (Gianni Trovisi)
2012-10-21+ Transmission-2.72, Transmission-gui-2.72, anjuta-3.6.1,wiz1-4/+11
harfbuzz-0.9.5, meld-1.6.1, mono-2.10.9, mosh-1.2.3, py-lxml-3.0.1, py-pytz-2012g, x264-devel-20121020.
2012-10-21Added English, French and Russian sound files for FreeSWITCH.darcy1-1/+4
2012-10-21Missed a hyphen.darcy2-4/+4
2012-10-21Add English, French and Russian sounds for FreeSWITCH.darcy12-0/+225
2012-10-21Note PKGREVISION bump of teTeX-texmf.minskim1-1/+2
2012-10-21Resolve conflicts between tex-psfrag, tex-umlaute, and teTeX-texmf.minskim2-21/+9
2012-10-21Correct version strings for tex-umlaute{,-doc}.minskim1-3/+3
2012-10-21Correct version strings.minskim2-4/+4
2012-10-21Add tex-psfrag{,-doc}.minskim2-2/+6
2012-10-21Add CONFLICTS between "azara" and "connect"cheusov2-3/+8
2012-10-21Import tex-psfrag-doc-3.04 as print/tex-psfrag-doc.minskim4-0/+24
This is documentation for tex-psfrag.
2012-10-21Import tex-psfrag-3.04 as print/tex-psfrag.minskim4-0/+30
Allows LaTeX constructions (equations, picture environments, etc.) to be precisely superimposed over Encapsulated PostScript figures, using your own favorite drawing tool to create an EPS figure and placing simple text 'tags' where each replacement is to be placed, with PSfrag automatically removing these tags from the figure and replacing them with a user specified LaTeX construction, properly aligned, scaled, and/or rotated.
2012-10-21Fix pkglint warnings; Clean-upscheusov1-16/+8
2012-10-21Fix pkglint warning; Add LICENSEcheusov1-3/+4
2012-10-21Add tex-umlaute{,-doc}.minskim2-2/+6
2012-10-21Import tex-umlaute-doc-v2.1 as print/tex-umlaute-doc.minskim4-0/+21
This is documentation for tex-umlaute.
2012-10-21Import tex-umlaute-v2.1 as print/tex-umlaute.minskim4-0/+33
An early package for using alternate input encodings. The author considers the package mostly obsolete, since most of its functions are taken by the inputenc package; however, inputenc doesn't support the roman8 and atari encodings, so umlaute remains the sole source of that support.
2012-10-21Add CONFLICTS between mail/rblcheck and net/udnscheusov2-2/+8
2012-10-21Fix pkglint warnings; Add LICENSEcheusov1-3/+3
2012-10-21Support for non-default PKG_SYSCONFDIRcheusov1-2/+4
2012-10-21Do not package ChangeLog filecheusov2-4/+4
2012-10-21Clean-upscheusov1-3/+2
2012-10-21Add CONFLICTS between chat/jabberd2 and net/sendfilecheusov2-5/+7
2012-10-21Fix some pkglint warningscheusov3-16/+19
2012-10-21Update MASTER_SITES. Original master site doesn't containcheusov1-2/+2
"host" tarballs anymore.
2012-10-21Add CONFLICTS between net/bind and net/host.cheusov5-9/+16
net/bind9*: remove "bind<x.y.z" entries from CONFLICTS. It is useless because package's PKGBASE is "bind".
2012-10-21Updated misc/tmux to 1.7wen2-3/+3
2012-10-21Update to 1.7wen2-7/+7
Upstream changes: CHANGES FROM 1.6 to 1.7, 13 October 2012 * tmux configuration files now support line-continuation with a "\" at the end of a line. * New option status-position to move the status line to the top or bottom of the screen. * Enforce history-limit option when clearing the screen. * Give each window a unique id, like panes but prefixed with @. * Add pane id to each pane in layout description (while still accepting the old form). * Provide defined ways to set the various default-path possibilities: ~ for home directory, . for server start directory, - for session start directory and empty for the pane's working directory (the default). All can also be used as part of a relative path (eg -/foo). Also provide -c flags to neww and splitw to override default-path setting. * Add -l flag to send-keys to send input literally (without translating key names). * Allow a single option to be specified to show-options to show just that option. * New command "move-pane" (like join-pane but allows the same window). * join-pane and move-pane commands learn "-b" option to place the pane to the left or above. * Support for bracketed-paste mode. * Allow send-keys command to accept hex values. * Add locking around "start-server" to avoid race-conditions. * break-pane learns -P/-F arguments for display formatting. * set-option learns "-q" to make it quiet, and not print out anything. * copy mode learns "wrap-search" option. * Add a simple form of output rate limiting by counting the number of certain C0 sequences (linefeeds, backspaces, carriage returns) and if it exceeds a threshold (current default 250/millisecond), start to redraw the pane every 100 milliseconds instead of making each change as it comes. Two configuration options - c0-change-trigger and c0-change-interval. * find-window learns new flags: "-C", "-N", "-T" to match against either or all of a window's content, name, or title. Defaults to all three options if none specified. * find-window automatically selects the appropriate pane for the found matches. * show-environment can now accept one option to show that environment value. * Exit mouse mode when end-of-screen reached when scrolling with the mouse wheel. * select-layout learns -u and -U for layout history stacks. * kill-window, detach-client, kill-session all learn "-a" option for killing all but the current thing specified. * move-window learns "-r" option to renumber window sequentially in a session. * New session option "renumber-windows" to automatically renumber windows in a session when a window is closed. (see "move-window -r"). * Only enter copy-mode on scroll up. * choose-* and list-* commands all use "-F" for format specifiers. * When spawning external commands, the value from the "default-shell" option is now used, rather than assuming /bin/sh. * New choose-tree command to render window/sessions as a tree for selection. * display-message learns new format options. * For linked-windows across sessions, all flags for that window are now cleared across sessions. * Lots and lots of bug fixes, fixing memory-leaks, etc. * Various manpage improvements.
2012-10-21Register self-CONFLICTS between postgresql modules.cheusov5-11/+41
This also fixes some minor pkglint warnings.
2012-10-21Indent (no functional change).schmonz1-13/+13
2012-10-21Fix HOMEPAGE.schmonz1-3/+3
2012-10-21Updated fonts/terminus-font to 4.38cheusov2-3/+3
2012-10-21Add option for English language.darcy1-0/+1
2012-10-21Update to terminus-font to v4.38 as requested in PR 47092.cheusov4-12/+37
Handle fontconfig configuration file.
2012-10-21+ elm-me-2.5plalpha31, libmemcached-1.0.13, py-sympy-0.7.2,wiz1-4/+6
terminus-font-4.38 [pkg/47092], xf86-video-intel-2.20.12.
2012-10-21Remove gscmxx which was using the now removed p5-gtk.wiz8-127/+3
2012-10-21CONFLICTS between siag and siod packagescheusov2-4/+8
2012-10-21Fix pkglint warnings; Add LICENSEcheusov1-7/+8
2012-10-21CONFLICTS between libtai and libowfatcheusov2-3/+8
2012-10-21Fix pkglint warningscheusov1-9/+9
2012-10-21Call mount() only on Linux -- it has different call signature elsewhere.shattered3-3/+21
2012-10-21Fix pkglint warnings, add LICENSEcheusov3-10/+11
2012-10-21Deal with messed up linkage on Linux by always linking against libcryptojoerg5-8/+20
and libssl when linking against libfetch, if the latter is built with SSL support.
2012-10-21Do not use libfetch in openldap-client.joerg2-6/+4
2012-10-21Revert 1.43.joerg1-4/+1
2012-10-21avoid CONFLICTS betweencheusov2-5/+7
2012-10-21Updated www/p5-HTTP-Message to 6.06wen1-1/+2
2012-10-21Update to 6.06wen2-7/+7
Upstream changes: 2012-10-21 HTTP-Message 6.06 Gisle Aas (2): More forgiving test on croak message [RT#80302] Added test for multipart parsing Mark Overmeer (1): Multipart end boundary doesn't need match a complete line [RT#79239] _______________________________________________________________________________ 2012-10-20 HTTP-Message 6.05 Gisle Aas (5): Updated ignores No need to prevent visiting field values starting with '_' Report the correct croak caller for delegated methods Disallow empty field names or field names containing ':' Make the extra std_case entries local to each header _______________________________________________________________________________ 2012-09-30 HTTP-Message 6.04 Gisle Aas (5): Updated repository URL Avoid undef warning for empty content Teach $m->content_charset about JSON Use the canonical charset name for UTF-16LE (and frieds) Add option to override the "(no content)" marker of $m->dump Christopher J. Madsen (2): Use IO::HTML for <meta> encoding sniffing mime_name was introduced in Encode 2.21 Tom Hukins (1): Remove an unneeded "require" Ville Skytt. (1): Spelling fixes. chromatic (1): Sanitized PERL_HTTP_URI_CLASS environment variable. Martin H. Sluka (1): Add test from RT#77466 Father Chrysostomos (1): Fix doc grammo [RT#75831]
2012-10-21Added devel/p5-IO-HTML version 0.04wen1-1/+2