Commit graph

157846 commits

Author SHA1 Message Date
tonnerre
e13e906b88 Import bcollect version 0.6.0.
bcollect is a tool for backing up remote hosts to local directories. It
can keep a defined number of copies for specific backup intervals to
give you a backlog of available backups for restoring data.

bcollect keeps its backups directly accessible as files and directories
so you can search through them and access files with regular tools and
just copy files back as needed.

In order to save space, bcollect uses hardlinks between different
instances of the same backed-up host so multiple backups don't take up
the same space multiple times. Only files which are actually different
between two backups actually occupy space. If the file has not been
changed, a reference will be created to the original file.
2010-04-28 00:29:21 +00:00
tonnerre
3b9dd3d374 Import clib version 0.2.2.
The clib provides advanced features to the C programming language,
such as dynamically resizing arrays, hash tables or operations
like establishing a TCP connection to a string.
2010-04-27 23:52:53 +00:00
tonnerre
ba8ab0754d Added databases/apache-cassandra version 0.6.1 2010-04-27 23:16:30 +00:00
tonnerre
aadfd2e626 Import Apache Cassandra version 0.6.1.
Cassandra is a widely deployed distributed structured database system.
Like Dynamo, Cassandra is eventually consistent. Like BigTable, Cassandra
provides a ColumnFamily-based data model richer than typical key/value
systems.
2010-04-27 23:12:58 +00:00
dholland
6f851a9004 Not MAKE_JOBS_SAFE, as seen in kefren's bulk build today.
(We can all now die of not surprise...)
2010-04-27 22:08:42 +00:00
minskim
0b0694216f Add tex-kix{,-doc}. 2010-04-27 20:55:41 +00:00
minskim
e6a22d77ec Import tex-kix-doc-2009 as print/tex-kix-doc.
This is documentation for tex-kix.
2010-04-27 20:54:56 +00:00
minskim
272e86d83b Import tex-kix-2009 as print/tex-kix.
This package implements KIX codes as used by the Dutch PTT for bulk
mail addressing.  (Royal Mail 4 State Code.) KIX is a registered trade
mark of PTT Post Holdings B. V.
2010-04-27 20:54:50 +00:00
minskim
63d4050a49 Add tex-ifmtarg{,-doc}. 2010-04-27 18:58:24 +00:00
minskim
149994b4b4 Import tex-ifmtarg-doc-1.2a as print/tex-ifmtarg-doc.
This is documentation for tex-ifmtarg.
2010-04-27 18:57:20 +00:00
minskim
21a1ca5a6d Import tex-ifmtarg-1.2a as print/tex-ifmtarg.
This LaTeX package provides the if-then-else command for processing
potentially empty arguments.
2010-04-27 18:57:07 +00:00
minskim
633dac2ab7 Add tex-fwlw{,-doc}. 2010-04-27 18:50:04 +00:00
minskim
2f81e42611 Import tex-fwlw-doc-2009 as print/tex-fwlw-doc.
This is documentation for tex-fwlw.
2010-04-27 18:49:05 +00:00
minskim
d77642673c Import tex-fwlw-2009 as print/tex-fwlw.
The package extracts the first and last words of a page, together with
the first word of the next page, just before the page is formed into
the object to print.  The package defines a couple of page styles that
use the words that have been extracted.
2010-04-27 18:48:55 +00:00
minskim
edef5be17b Add tex-ftcap{,-doc}. 2010-04-27 18:43:30 +00:00
minskim
76afa356a4 Import tex-ftcap-doc-1.4 as print/tex-ftcap-doc.
This is documentation for tex-ftcap.
2010-04-27 18:42:11 +00:00
minskim
18cef28683 Import tex-ftcap-1.4 as print/tex-ftcap.
For several reasons a \caption may be desirable at the top of a table
environment.  This package changes the table environment such that
\abovecaptionskip and \belowcaptionskip are swapped.  The package
should also work with a non-standard table environment.
2010-04-27 18:42:00 +00:00
minskim
8af2bdd3da Add tex-framed{,-doc}. 2010-04-27 18:37:26 +00:00
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