Commit graph

158128 commits

Author SHA1 Message Date
minskim
3ce5abd3c1 Import tex-framed-doc-0.95 as print/tex-framed-doc.
This is documentation for tex-framed.
2010-04-27 18:34:43 +00:00
minskim
4dd09c6e6b Import tex-framed-0.95 as print/tex-framed.
The package creates three environments:
  - framed, which puts an ordinary frame box around the region,
  - shaded, which shades the region, and
  - leftbar, which places a line at the left side.

The environments allow a break at their start (the \FrameCommand
enables creation of a title that is "attached" to the environment);
breaks are also allowed in the course of the framed/shaded
matter. There is also a command \MakeFramed to make your own
framed-style environments.
2010-04-27 18:34:31 +00:00
drochner
2f1f24dcec update to 2.7
many fixes and improvements, eg C++ support
see the release notes for details
2010-04-27 15:12:08 +00:00
matthias
c71496a946 add option x11 to make it possible to build without x11. 2010-04-27 14:24:14 +00:00
schmonz
4cee343084 Updated www/ikiwiki to 3.20100427 2010-04-27 13:15:57 +00:00
schmonz
aed114b545 Update to 3.20100427. From the changelog:
Now you can include customised versions of templates in the source
of your wiki. (For example, templates/page.tmpl.) When these templates
are changed, ikiwiki will automatically rebuild pages that use them.

The --getctime switch is renamed to --gettimes, and it also gets the
file modification time. And it's a lot faster (when using git). But
the really important change is, you don't have to remember to use this
switch. Now ikiwiki will do it when it needs to.

At last, the "tagged()" pagespec only matches tags, not regular wikilinks.
If your wiki accidentially relied on the old, buggy behavior, you might
need to change its pagespecs to use "link()".

Many of your wishes have been answered: Now tag pages can automatically be
created when new tags are used. This feature is enabled by default if you
have configured a tagbase. It can be turned on or off using the
`tag_autocreate` setting.

These changes may also affect some users:

* The `title_natural` sort method (as used by the inline directive, etc)
  has been moved to the new sortnaturally plugin, which is not enabled
  by default since it requires the Sort::Naturally perl module.

* `TMPL_INCLUDE` is no longer supported in any template used by ikiwiki.
  It used to be allowed in certian templates, but not in others.

* The `add_templates` option has been removed from the underlay plugin.
  If you used this option, you can instead use templates/ subdirectories
  inside underlay directories added by the `add_underlays` option.

Due to the above and other changes, all wikis need to be rebuilt on
upgrade to this version. If you listed your wiki in /etc/ikiwiki/wikilist
this will be done automatically when the Debian package is upgraded. Or
use ikiwiki-mass-rebuild to force a rebuild.

 * [ Joey Hess ]
   * tag: Automatic creation of tag pages can now be enabled using
     the tag_autocreate setting. (David Riebenbauer)
   * Customised templates can now be included in the source of wikis
     (and also in underlays), and dependencies on them are tracked.
   * TMPL_INCLUDE is no longer supported in any template.
   * underlay: Removed the add_templates option.
   * Add template_depends function to plugin API.
   * bzr: Fix bzr log parsing to work with bzr 2.0. (liw)
   * comments: Fix missing entity encoding in title.
   * txt: Add a special case for robots.txt.
 * [ Simon McVittie ]
   * Add support for link types, and make the the tagged() pagespec only
     match tags, not regular links (a bugfix).
   * Rebuild wikis on upgrade to this version to get tag link types recorded
     correctly.
   * Revamp sorting system; allow new sort methods to be added by plugins,
     and add a "sortspec" syntax that can combine, reverse, etc sort methods.
   * meta: Add `meta(author)`, `meta(title)` etc sortspecs to allow sorting
     by metadata.
   * meta: Add optional sortas parameter to author and title meta directives.
     This can be used to get names sorted by last name without displaying
     them last name first.
   * sortnaturally: New plugin; the title_natural sort method has moved here.
   * meta: store fields consistently unescaped, and escape on use.
     (A wiki rebuild is also needed due to this change.)
 * [ Joey Hess ]
   * Update dependency for git-core to git transition.
   * po: Check that translated underlay directories exist before using them
     for master language.
   * po: Configuring the same language as master and slave confuses processing;
     so filter out such a misconfiguration.
   * calendar: Add archive_pagespec, which is used by ikiwiki-calendar to
     specify which pages to include on the calendar archive pages.
     (The pagespec can still also be specified on the ikiwiki-calendar command
     line.)
   * pagestats: Class parameter can be used to override default class for
     custom styling.
   * pagestats: Use style=list to get a list of tags, scaled by use like
     in a tag cloud. This is useful to put in a sidebar.
   * Rework example blog front page.
   * CSS and templates for sidebar changed to use a class, not an id.
   * sidebar: Now a sidebar directive can be used to override the sidebar
     shown on a page.
   * Enable calendar and sidebar in auto-blog.setup.
   * sidebar: Add global_sidebars setting.
   * conditional: Fix bug that forced "all" mode off by default.
   * calendarmonth.tmpl: The month calendar is now put in a sidebar.
   * calendar: Improved display of arrows.
   * Rename --getctime to --gettime. (The old name still works for
     backwards compatibility.)
   * --gettime now also looks up last modification time.
   * Automatically run --gettime the first time ikiwiki is run on
     a given srcdir. (Use --no-gettime to disable.)
   * Add rcs_getmtime to plugin API; currently only implemented
     for git and svn.
   * Optimise --gettime for git, so it's appropriately screamingly
     fast. (This could be done for most other backends too.)
   * However, --gettime for git no longer follows renames. That would
     be slow, and whether a renamed wiki page is the same page is really
     an iffy thing.
   * Use above to fix up timestamps on docwiki, as well as ensure that
     timestamps on basewiki files shipped in the deb are sane.
   * autoindex: Switch to using %wikistate instead of abusing
     $pagestate{index}.
   * bzr: Support rcs_getmtime, and fix rcs_getctime implementation
     (Jelmer Vernooij)
   * Quite a lot of new optimisations, and one major fix to a recent
     performance regression.
   * Moved javascript files under the ikiwiki/ directory, to avoid cluttering
     the top of the web root. This is another things that requires a wiki
     rebuild on upgrade to this version.
   * Fix removal of rendered files in rebuild mode.
   * Add page() PageSpec, which is like glob() but matches only pages,
     not other files.
2010-04-27 13:15:46 +00:00
obache
7ead205efd Updated devel/m17n-lib to 1.6.1 2010-04-27 01:14:44 +00:00
obache
9b88f30b81 Update m17-lib to 1.6.1.
Bugs fixed.
2010-04-27 01:14:32 +00:00
seb
0013a3964c Updated devel/p5-MooseX-Params-Validate to 0.14 2010-04-27 01:01:26 +00:00
seb
8061783352 Update p5-MooseX-Params-Validate from version 0.13 to version 0.14.
Upstream changes:
0.14 Sun. Mar. 18, 2010
    - The validated_hash method failed when called on in an overloaded
      stringify method. Patch by Ian Sillitoe. RT #52565.
2010-04-27 01:01:17 +00:00
seb
b0e46846d3 Updated devel/p5-Moose-Autobox to 0.11 2010-04-27 00:51:17 +00:00
seb
32a4e02a79 Update p5-Moose-Autobox from version 0.10 to version 0.11.
Upstream changes:
0.11  Fri. Mar 23, 2010
    - add each_n_values to Indexed (rafl and rjbs)
    - add first and last to Scalar and Array (t0m)
2010-04-27 00:51:08 +00:00
seb
d3aa8aa77a Updated devel/p5-Module-CoreList to 2.31 2010-04-27 00:43:50 +00:00
seb
f37240226c Update p5-Module-CoreList from version 2.29 to version 2.31.
Upstream changes:
2.31    Sun Mar 20 2010
  - Updated for 5.13.0
2010-04-27 00:43:41 +00:00
seb
b212c99493 Updated devel/p5-Module-Build to 0.36070 2010-04-27 00:39:46 +00:00
seb
15c3b9f049 Update p5-Module-Build from version 0.36030 (upstream version 0.3603)
to version 0.36070 (upstream version 0.3607).

Upstream changes:
0.3607 - Thu Apr  1 11:27:16 EDT 2010

 Bug fixes:

 - The 'dist' action now always ensures a clean dist directory before
   creating the tarball [David Golden]

0.36_06 - Thu Apr  1 01:23:58 EDT 2010

 Other:

 - Migrated repository to git and updated META.yml to match

 - Removed bugtracker URL (let search.cpan.org use default)

 - Disabled SIGNATURE generation

0.3605 - Wed Mar 31 12:05:11 EDT 2010

 - No changes from 0.36_04

0.36_04 - Tue Mar 16 21:41:41 EDT 2010

 Bug fixes:

 - Added missing newline to "Changing sharpbang" messages under verbose
   output (RT#54474) [David Golden]

 - Added 'beos' to list of Unix-like os types (RT#53876) [Nigel Horne]

 - Sets $ENV{HOME} to a temporary directory during testing [David Golden]

 - For VMS: fixed prefix handling plus other test fixes [Craig Berry]

 - Support anonymous array of directories for c_source [Alberto Simões]

 - Small POD formatting fix [James Keenan]
2010-04-27 00:39:37 +00:00
minskim
5afe52c97d Add tex-fnpara{,-doc}. 2010-04-26 17:26:33 +00:00
minskim
09a2a3ddb7 Import tex-fnpara-doc-2009 as print/tex-fnpara-doc.
This is documentation for tex-fnpara.
2010-04-26 17:25:13 +00:00
minskim
9339828aa1 Import tex-fnpara-2009 as print/tex-fnpara.
This package typesets footnotes in run-on paragraphs, instead of one
above another; this is a re-seating, for the LaTeX environment, of an
example in the TeXbook.  The same basic code, improved for use in
e-TeX-based LaTeX, appears in the comprehensive footnote package
footmisc, and superior versions are also available in the manyfoot and
bigfoot packages.
2010-04-26 17:25:05 +00:00
minskim
ad5e85a543 Add tex-fncylab{,-doc}. 2010-04-26 17:19:18 +00:00
minskim
ee36bd6994 Import tex-fncylab-doc-1.0 as print/tex-fncylab-doc.
This is documentation for tex-fncylab.
2010-04-26 17:17:40 +00:00
minskim
91563776dc Import tex-fncylab-1.0 as print/tex-fncylab.
LaTeX provides a mechanism for altering the appearance of references
to labels, but it's somewhat flawed, and requires that the user
manipulate internal commands.  The package fixes the flaw in LaTeX,
and provides a \labelformat command for changing the format of
references to labels.  The package also provides a \Ref command to
make reference to such redefined labels at the start of a sentence.
2010-04-26 17:17:27 +00:00
minskim
deaf426cbc Add tex-excludeonly{,-doc}. 2010-04-26 17:11:35 +00:00
minskim
c0abd84dce Import tex-excludeonly-doc-1.0 as print/tex-excludeonly-doc.
This is documentation for tex-excludeonly.
2010-04-26 17:09:59 +00:00
minskim
9e1a00d391 Import tex-excludeonly-1.0 as print/tex-excludeonly.
The package defines an \excludeonly command, which is (in effect) the
opposite of \includeonly.  If both \includeonly and \excludeonly exist
in a document, only files "allowed" by both will be included.  The
package redefines the internal \@include command, so it conflicts with
packages that do the same.  Examples are the classes paper.cls and
thesis.cls.
2010-04-26 17:09:47 +00:00
schnoebe
003b7f0a73 Updated audio/id3v2 to 0.1.12 2010-04-26 16:06:27 +00:00
tnn
caa74ad6ce fix linux PLIST breakage in devel/nss 2010-04-26 13:41:06 +00:00
tnn
d728fca0a0 fix linux PLIST issues 2010-04-26 12:47:08 +00:00
tnn
882405e427 replicate the PR pkg/43146 fix for the other mozilla products 2010-04-26 12:38:00 +00:00
obache
ebe456dbe4 + ipafont to default_acceptable_license. 2010-04-26 11:54:31 +00:00
obache
2b53dec846 Set LICENSE=ipafont. 2010-04-26 11:04:07 +00:00
obache
e701b5da79 Add ipafont to DEFAULT_ACCEPTABLE_LICENSE. 2010-04-26 11:03:10 +00:00
obache
c851ddbc57 Add IPA Font License Agreement v1.0 (090305). 2010-04-26 10:59:54 +00:00
wiz
417c601b0d Create all dirs the same way (using INSTALLATION_DIRS). 2010-04-26 08:32:49 +00:00
adam
801ab6ad3d Updated databases/pgadmin3 to 1.10.2 2010-04-26 06:15:55 +00:00
adam
cf4080b937 Changes 1.10.2:
* Correctly save the position of a pgFrame, per a report from Andreas Laggner
  and Dan Halbert.
* Fix the reverse engineering of a function, per a report from Kieran McCusker.
* Fix the xmlTextWriterEndDocument check when saving a favorite.
* Fix an SQL error when changing a parameter for a database, role/user and
  a function.
* Fix the display of a type with a specific typmod.
* Select the server choosen with the /s command-line argument.
* Fix the call to the Slony-I storenode function.
* Fix display of the date/time chooser.
2010-04-26 06:14:21 +00:00
schnoebe
52077465a3 Update to 0.1.12, add patch-ab to make sure a random pointer is not freed. 2010-04-26 01:54:26 +00:00
seanb
695e7040d4 - fix TOOLS_PATH for replaced bzip2, bzcat. 2010-04-25 22:01:22 +00:00
jmmv
eb1ce713cb Precreate VARBASE/log. Otherwise, the X server can't start if the directory
is not present (e.g. when VARBASE points somewhere other than /var).  Bump
PKGREVISION.
2010-04-25 19:17:41 +00:00
seb
5c136fae2d Updated devel/p5-IPC-System-Simple to 1.21 2010-04-25 18:48:48 +00:00
seb
351c375baa Update p5-IPC-System-Simple from version 1.20 to version 1.21.
Upstream changes:
1.21  Tue Mar 23 12:08:47 AUSEST 2010
        * TEST: t/win32.t has more sane handling of skipped and
          unimplimented tests.

        * TEST: Author tests no longer leave the permissions of
          not_an_exe.txt permanently changed.

        * BUGFIX: capture/capturex no longer break STDOUT when
          running an unknown command under Windows.  Many thanks
          to Jan Krynicky for a fix.  (RT #48319)

        * BUILD: Upgraded to Module::Install 0.93.
2010-04-25 18:48:26 +00:00
seb
eaa1fafbff Updated devel/p5-IPC-Run to 0.89 2010-04-25 18:05:41 +00:00
seb
227d6def1c Update p5-IPC-Run from version 0.84 to version 0.89.
Pkgsrc changes:
- patch to prevent test deadlocks on NetBSD

Upstream changes:
0.89 Wed 31 Mar 2010
  - Revert extended tests to require "oslo consensus" variables -
  http://use.perl.org/~Alias/journal/36128
  - Add IO::Pty to META.yml requirement This has been inconsistently
  depended on over the years in META.yml

0.88 Tue 30 Mar 2010
  - Missed dangling isa in IPC::Run::Debug
  - Fix retry for read of fh when I get "Resource temporarily
  unavailable."
    It was previously pounding on the file handle with no rest 200
    times then giving up.  On fast systems this wasn't long enough.
    I'm implementing select(undef, undef, 0.01) to provide a more
    consistent retry among hardware and os.
  - Fix POD indentation in IO.pm

0.87 Mon 29 Mar 2010
  - Add doc type fixes - RT 56030 from carnil (Debian)
  - Remove reccommends for AUTHOR only modules
  - add pod_coverage and simplify pod test.
  - document undocumented public subs with TODO and best guess as
  to what they do.
  - Explicity recommend IO::Pty version number 1.08

0.86 Wed 24 Mar 2010
  - Add all files to subversion for easier releases
  - bump version on ALL files to 86

0.85 Mon 22 Mar 2010
  - Remove use UNIVERSAL. - RT 51509
  - fix pod for Win32Helper - RT 51695
  - Better PATHEXT logic bug if cmd_name contains periods - RT 50739
  - Enhance tests for run.t for better diagnostics - RT 47630
2010-04-25 18:05:25 +00:00
seb
2aa3c1d624 Updated devel/p5-IMDB-Film to 0.45 2010-04-25 17:05:20 +00:00
seb
24994738e7 Update p5-IMDB-Film from version 0.43 to version 0.45.
Upstream changes:
0.45 Mar 19 2010
- fixed parsing of movie top info (thanks to Stefan Göbel for the patch);
- added new test for top movie info;
- fixed a few tests.

0.44 Mar 17 2010
- fixed issue with retrieving movie by its title (thanks to Peter Valdemar
Mørch for patch);
- fixed issue with parsing person birthday and birthplace;
- fixed tests.
2010-04-25 17:05:05 +00:00
seb
15c22260e2 Updated devel/p5-FreezeThaw to 0.50.01 2010-04-25 15:30:50 +00:00
seb
4130e0e82e Update from version 0.50 to version 0.50.01 (upstream version 0.5001)
Upstream changes:
Version 0.5001
	Switch to a course version-check to recognize that regexps are
		first-level (otherwise would need to rely on Scalar::Utils).
		(Tested to work with 5.8, 5.10, 5.11.)
2010-04-25 15:30:33 +00:00
seb
5aa6322f22 Updated devel/p5-Format-Human-Bytes to 0.05 2010-04-25 13:32:41 +00:00
seb
bfa5315a3f Update p5-Format-Human-Bytes from version 0.04 to version 0.05.
Pkgsrc changes:
- Set LICENSE

Upstream changes:
0.05    2010.04.08
        Change license to perl because of Debian people request
        Updated POD file
2010-04-25 13:32:24 +00:00
seb
e0e669a084 Updated devel/p5-File-ChangeNotify to 0.13 2010-04-25 13:19:34 +00:00