Commit graph

117719 commits

Author SHA1 Message Date
abs
b3bb6c09d8 patch-af was an extended version of patch-ae, merge - now builds again 2007-09-21 12:00:11 +00:00
rillig
20f24e5f2d regen 2007-09-21 10:37:56 +00:00
rillig
36dc3053df When a path is specified with --with-defshell, a casual user would
expect that the path is actually used by the configure script, which had
not been the case. Now it is finally possible to select a different
shell for use by bmake.
2007-09-21 10:36:34 +00:00
taca
9781aa88ef Note addition of devel/ruby-SDL 1.3.1 package. 2007-09-21 10:18:05 +00:00
rillig
0b3354844d Fixed a typo (xpg4 instead of xpg). 2007-09-21 10:16:28 +00:00
taca
85970e0009 Add and enable ruby-SDL. 2007-09-21 10:15:40 +00:00
taca
36b94a9806 Importing ruby-SDL package.
Ruby/SDL is the ruby extension library to use SDL.
SDL(Simple DirectMedia Layer) is a cross-platform multimedia library
designed to provide fast access to the graphics framebuffer and audio
device. See http://www.libsdl.org/ if you want to know SDL in detail.

Fix long standing PR pkg/30858.
2007-09-21 10:14:37 +00:00
rillig
de9db037a8 Thou shalt not nest double quotes in backticks, for the Solaris /bin/ksh
cannot handle it.
2007-09-21 09:08:08 +00:00
rillig
e6da3df7f1 Reverted the last change. The patch had been for a previous version, and
I didn't even test that it applies. Thanks to wiz for checking.
2007-09-21 08:38:39 +00:00
uebayasi
f2102e51bc Oops - forgot to re-run make mps after fixing RCS Id of patches/patch-??
files.  Pointed out by Hiratsuka-san.
2007-09-21 08:04:45 +00:00
rillig
c05db5893e Instead of the overly verbose "Required installed package", the type of
dependency (bootstrap, build, full) is printed.

When building a package that pulls in the basic tools as dependencies,
it is good to know whether these are build or full dependencies, so the
additional information is useful.
2007-09-21 07:27:41 +00:00
uebayasi
d016590f65 Note update of zsh-current to 4.3.4.
Several fixes of multi-byte character support.

Patch from Chris Ross, thanks.
2007-09-21 05:26:10 +00:00
uebayasi
ce7552cec0 Update zsh-current to 4.3.4.
Several fixes of multi-byte character support.

Patch from Chris Ross, thanks.
2007-09-21 05:24:43 +00:00
martti
bef34e33a7 Added gpsbabel. 2007-09-21 05:13:03 +00:00
martti
ee8601af37 GPSBabel converts waypoints, tracks, and routes from one
format to another, whether that format is a common mapping
format like Delorme, Streets and Trips, or even a serial
or USB upload or download to a GPS receiver such as those
from Garmin and Magellan.

Imported from wip.
2007-09-21 05:12:08 +00:00
wiz
ea0570e3ce Mention new p5-Text-Markdown package. 2007-09-21 00:20:21 +00:00
wiz
6c3829379a ikiwiki.pl does not exist, remove it from REPLACE_PERL.
Add p5-Text-Markdown to dependencies, since the Makefile complains about it.
Add two dependencies that were marked as "optional" in the pkgsrc Makefile.

XXX: A few dependencies should be checked, if they are really needed here.

Don't bump PKGREVISION because the update was a very short time ago.
2007-09-21 00:17:15 +00:00
wiz
fa1f1a62ef + p5-Text-Markdown. 2007-09-21 00:06:31 +00:00
wiz
8236e3ddce Initial import of p5-Text-Markdown-1.0.3:
Markdown is a text-to-HTML filter; it translates an easy-to-read
/ easy-to-write structured text format into HTML. Markdown's text
format is most similar to that of plain text email, and supports
features such as headers, *emphasis*, code blocks, blockquotes,
and links.

Markdown's syntax is designed not as a generic markup language,
but specifically to serve as a front-end to (X)HTML. You can use
span-level HTML tags anywhere in a Markdown document, and you can
use block level HTML tags (like <div> and <table> as well).
2007-09-21 00:05:34 +00:00
wiz
0bb4347de7 ikiwiki updated to 2.6.1. 2007-09-20 23:50:40 +00:00
wiz
9b6e98842a Update to 2.6.1, provided by reed@
Changes since 1.32:

ikiwiki (2.5) unstable; urgency=low

  In this version the rst plugin allows raw html to be embedded in rst files.
  As long as the htmlscrubber is enabled, this should be safe. If you are
  using the rst plugin without the htmlscrubber in a publically writable wiki,
  you should turn on the htmlscrubber.

 -- Joey Hess <joeyh@debian.org>  Sun, 29 Jul 2007 18:37:22 -0400

ikiwiki (2.5) unstable; urgency=low

  Due to some config changes in this version, wrappers need to be rebuilt on
  upgrade. If you listed your wiki in /etc/ikiwiki/wikilist this will be
  one automatically when the Debian package is upgraded.

 -- Joey Hess <joeyh@debian.org>  Sun, 29 Jul 2007 17:54:40 -0400

ikiwiki (2.1) unstable; urgency=low

  Some wikis need to be rebuilt on upgrade to this version, due to changes to
  page templates and the style sheet. 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 <joeyh@debian.org>  Thu, 26 Apr 2007 15:50:36 -0400

ikiwiki (2.00) unstable; urgency=low

  With the 2.0 release of ikiwiki, some major changes have been made to the
  default configuration:

  * The 'usedirs' setting is enabled by default. This *will* break all URLs
    to wikis that did not have 'usedirs' turned on before, unless you follow
    the procedure described at <http://ikiwiki.info/tips/switching_to_usedirs>,
    or edit your setup file to turn usedirs off:
       usedirs => 0,

  * OpenID logins are now enabled by default, if the Net::OpenID::Consumer
    perl module is available. Password logins are also still enabled
    by default. If you like, you can turn either OpenID or password logins
    off via the 'disable_plugins' setting.

 -- Joey Hess <joeyh@debian.org>  Sun, 29 Apr 2007 19:00:43 -0400

ikiwiki (1.51) unstable; urgency=low

  Some wikis need to be rebuilt on upgrade to this version, due to changes to
  page layout and the style sheet. 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 <joeyh@debian.org>  Thu, 26 Apr 2007 15:50:36 -0400

ikiwiki (1.50) unstable; urgency=low

  Permalinks and guids in rss and atom feeds for wikis using the usedirs
  options will change in this release. If you have already enabled usedirs,
  you may need to take steps to avoid flooding aggregators.

 -- Joey Hess <joeyh@debian.org>  Sat, 14 Apr 2007 16:08:46 -0400

ikiwiki (1.49) unstable; urgency=low

  Third-party plugins that use htmlpage() or abs2rel() to generate links
  may need changes to support the new "usedirs" option.

 -- Joey Hess <joeyh@debian.org>  Sun, 01 Apr 2007 16:20:09 -0400

ikiwiki (1.47) unstable; urgency=low

  Due to a security fix, wikis that have the htmlscrubber enabled can no
  longer use the meta plugin to insert html link and meta tags.

  Some special case methods have been added for safely including stylesheets,
  and for doing openid delegation. See the meta plugin docs for details.

 -- Joey Hess <joeyh@debian.org>  Wed, 21 Mar 2007 14:18:40 -0400

ikiwiki (1.45) unstable; urgency=low

  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 <joeyh@debian.org>  Wed,  7 Mar 2007 23:02:52 -0500

ikiwiki (1.44) unstable; urgency=low

  The htmllink() function has changed slightly and plugins that use it may
  need to change how they call it. This function's first three parameters
  are unchanged, but additional options are now passed using named
  parameters. If you used htmllink with more than 3 parameters, you will
  need to change it. The plugin interface version has been increased to 1.02
  to reflect this change.

 -- Joey Hess <joeyh@debian.org>  Mon, 19 Feb 2007 21:10:12 -0500

ikiwiki (1.42) unstable; urgency=low

  The anonok setting in config files has been removed. To enable
  httpauth support on your wiki, you should now enable the anonok plugin,
  instead.

  Third-party plugins that use pagespec_match() should be updated to pass
  the new third parameter (from) to that function. This is needed for the
  new relative glob matching to work.

 -- Joey Hess <joeyh@debian.org>  Thu,  1 Feb 2007 16:57:59 -0500

ikiwiki (1.34) unstable; urgency=low

  The httpauth setting in config files has been removed. To enable
  httpauth support on your wiki, you should now enable the httpauth plugin,
  instead.

  This release includes OpenID support that is enabled through the openid
  plugin. I recommend turning this on to make it easier for users to sign
  in to your wiki.

 -- Joey Hess <joeyh@debian.org>  Sun, 19 Nov 2006 20:53:05 -0500
2007-09-20 23:49:21 +00:00
wiz
20b03f7419 Fix path to librsvg. 2007-09-20 22:52:11 +00:00
wiz
bf9f9a6090 Fix paths for eel, librsvg, libgtop. 2007-09-20 22:51:38 +00:00
wiz
59c708bf6b Fix PKGNAME of gnome-vfs plugin packages. 2007-09-20 22:51:00 +00:00
wiz
25fc5dc1e1 Fix path to eel. 2007-09-20 22:38:22 +00:00
wiz
96c2145693 Remove some completed updates. 2007-09-20 22:14:26 +00:00
wiz
b2a1b51495 Drop maintainership. 2007-09-20 22:12:08 +00:00
jlam
686d16ef3d Fix name of adminpack loadable shared module.
Bump the PKGREVISION of postgresql82-adminpack to 1.
2007-09-20 21:58:21 +00:00
wiz
4a9a8b2ace Mention my changes from today; adapt TODO. 2007-09-20 21:49:04 +00:00
jmmv
a627710246 Note update of atf to 0.2. 2007-09-20 21:38:34 +00:00
jmmv
38ffcf3023 Update to 0.2:
* Test cases now get a known umask on entry.

* atf-run now detects many unexpected failures caused by test programs
  and reports them as bogus tests.  atf-report is able to handle these
  new errors and nicely reports them to the user.

* All the data formats read and written by the tools have been
  documented and cleaned up.  These include those grammars that define
  how the different components communicate with each other as well as
  the format of files written by the developers and users: the Atffiles
  and the configuration files.

* Added the atf-version tool, a utility that displays information about
  the currently installed version of ATF.

* Test cases can now define an optional cleanup routine to undo their
  actions regardless of their exit status.

* atf-report now summarizes the list of failed (bogus) test programs
  when using the ticker output format.

* Test programs now capture some termination signals and clean up any
  temporary files before exiting the program.

* Multiple bug fixes and improvements all around.
2007-09-20 21:37:56 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
aa7d704248 Rename librsvg2 to librsvg, to make upstream name. 2007-09-20 21:36:55 +00:00
jlam
adf08d0b3f Handle the "contrib" directories using REQD_DIRS instead of @dirrm so
that it won't complain at pkg_delete-time if other "contrib" modules
are installed.

Bump the PKGREVISION to 1.
2007-09-20 21:31:20 +00:00
jlam
d24f34a9f7 Note, and and enable databases/postgresql82-adminpack. 2007-09-20 21:29:42 +00:00
jlam
47d9b7ff3b Initial import of databases/postgresql82-adminpack:
The ``adminpack'' PostgreSQL contrib module implements a number of
support functions which pgAdmin and other administration and management
tools can use to provide additional functionality if installed on a
server.
2007-09-20 21:28:28 +00:00
wiz
e81cfe4627 Adapt eel dependencies; bump PKGREVISION. 2007-09-20 21:21:36 +00:00
wiz
9f0158fbb7 Rename eel2 to eel, to match upstream name. 2007-09-20 21:21:03 +00:00
wiz
b8a6d40c4f Fix path to libgtop, and bump PKGREVISION for its new name. 2007-09-20 21:12:56 +00:00
wiz
179070a57e Rename libgtop2 to libgtop, to match upstream name. 2007-09-20 21:12:04 +00:00
wiz
1f9fdbf7f8 Fix up libxml++{,2} dependencies to include correct buildlink3.mk
and bump PKGREVISION.
2007-09-20 21:04:09 +00:00
wiz
e54016a88a Move old version of libxml++ to libxml++1 and current version to libxml++. 2007-09-20 21:03:50 +00:00
wiz
a3b45bfe24 Remove gtkglarea2: part of Gnome, but last release was in 2002, and there
are no dependencies in pkgsrc.

Newer code usually uses gtkglext instead.
2007-09-20 20:54:46 +00:00
wiz
b231827c6a Move namazu2 to namazu, to make directory name match PKGNAME. 2007-09-20 20:53:30 +00:00
wiz
4bd293377e Move balsa2 to balsa, to make directory name match PKGNAME. 2007-09-20 20:50:48 +00:00
wiz
5dc67c4354 Move eog2 to eog, to make directory name match PKGNAME. 2007-09-20 20:48:52 +00:00
wiz
88cf42909c Move ArX2 to ArX, to make directory name match PKGNAME. 2007-09-20 20:47:00 +00:00
jlam
924886bbe1 Note, add and enable security/mozilla-rootcerts. 2007-09-20 20:03:41 +00:00
jlam
909f41a142 Import security/mozilla-rootcerts:
This package provides a script which can be used to extract the root
CA certificates distributed by the Mozilla Project into the current
working directory and to rehash the existing certificates.  The directory
can be used by most SSL-aware programs that expect a "CA certificate
path".
2007-09-20 20:02:53 +00:00
jlam
8f8cf43dfa Update mail/courier-analog to 0.14. Changes from version 0.13 include
properly parsing SSL-related log entries.

Take maintainership (ok'ed by adrianp).
2007-09-20 19:18:43 +00:00