Commit graph

141706 commits

Author SHA1 Message Date
zafer
a5bbc1a553 Disable master site and fetch from backup. Host does not resolve. 2009-05-05 18:41:22 +00:00
schmonz
ab1659ee70 Updated www/ikiwiki to 3.11 2009-05-05 18:02:48 +00:00
schmonz
6d67f101d8 Update to 3.11. From the changelog:
* Avoid using python-support. Closes: #525086
* websetup: Display stderr in browser if ikiwiki setup fails.
* blogspam: Load RPC::XML library in checkconfig, so that an error
    can be printed at that point if it's not available, allowing
    the admin to see it during wiki setup. Closes: #520015
* websetup: If setup fails, restore old setup file.
* relativedate: Deal with clock skew.
* Add IkiWiki::ErrorReason objects, and modify pagespecs to return
    them in cases where they fail to match due to a configuration
    or syntax error.
* pagespec_match_list: New API function, matches pages in a list
    and throws an error if the pagespec is bad.
* inline, brokenlinks, calendar, linkmap, map, orphans, pagecount,
    pagestate, postsparkline: Display a handy error message if the
    pagespec is erronious [sic].
* comments: Add link to comment post form to allow user to sign in
    if they wish to, if the configuration makes signin optional for
    commenting.
* Updated Danish translation from Jonas Smedegaard. Closes: #525751
* translation.mdwn: Typo fixes. Closes: #525753

Add msgfmt to USE_TOOLS (it's called at the end of the build).
2009-05-05 18:02:05 +00:00
wiz
80670b459d Added time/etm version 203 2009-05-05 13:01:17 +00:00
wiz
b31be0e060 +etm 2009-05-05 13:00:51 +00:00
wiz
a1e6367239 Initial import of etm-203.
etm is an acronym for Event and Task Manager. It provides a format
for using simple text files to store event and task information,
a command line interface for viewing tasks and events in a variety
of convenient ways and a curses-based GUI for creating and modifying
events and tasks as well as viewing them. Alarms are supported for
events and repetition for both events and tasks in a powerful and
flexible manner.

Compared to the combination of wxRemind and yeaGTD, etm provides
the following advantages:

  * an agenda view that shows events and tasks together for the
    next few days rather than one day at a time in separate task
    and event windows.
  * a quick and simple way to enter events and tasks on a single
    line.
  * support for remind but also an independent way of entering
    events with contexts, notes and optional alarms.
  * an interactive GUI that uses curses and thus requires nothing
    more than a terminal window.
2009-05-05 13:00:12 +00:00
reed
556edbf28e Improve dewey pattern. 2009-05-05 12:53:50 +00:00
taca
4e2e199498 -libdrm-2.4.9, xf86-video-intel-2.7.0. 2009-05-05 12:01:36 +00:00
adam
fd47f97a6c gnutls-2.6.6 already in pkgsrc 2009-05-05 11:58:51 +00:00
hasso
dcaf9ea50b Fix a dependency. 2009-05-05 09:05:10 +00:00
tron
074b7fb868 Note update of the "squid31" package to version 3.1.0.7nb2. 2009-05-05 07:50:09 +00:00
tron
b521a1b189 (Re-)add "patch-aj" which got lost during the last commit.
Problem pointed out by Michael van Elst.
2009-05-05 07:49:48 +00:00
adam
920ea93ebd Updated net/gtk-gnutella to 0.96.6 2009-05-05 06:49:48 +00:00
adam
c29f5d5f78 Changes 0.96.6:
* Bug Fixes
* Refuse to share certain directories: /, $HOME, $GTK_GNUTELLA_DIR, and
  the incomplete and corrupted directories.
* Downloads GUI: added checkboxes to invert the select/filter patterns.
* Downloads GUI: added "Modified" column and detail showing the timestamp of
  the last file modification.
* Optional beautification operations on filenames: strip leading "-", remove
  consecutive "_" and prevent "_" surrounding punctuation characters.
* Fixed significant performance issue in the Gtk+ 1.2 front-end: update of
  upload statistics was O(n) but is now O(1).
* Background TTH file verification now lights an icon in the GUI.
* Show TTH tree depth in the download "Details" pane.
* Update the bitzi metadata info box when a query finishes, so that it is
  not required to click on the result again after requesting bitzi data.
* Added MIME type column for search results.
* Added "Last Request" and "Last Upload" columns to the Upload History.
* Almost complete DHT support (missing only publishing of data), but code
  needs to be explicitly enabled by setting "enable_dht" to TRUE.  The DHT
  knows how to look for alt-locs for files and push-proxies for firewalled
  hosts, and will store local data for others to query.
* New shell commands "stats", "download", "echo".
* It is now possible to rename files being downloaded (through GTK2 or shell,
  no support in GTK1).
* Added more filename extensions to the built-in search filters.
* Switch resources after getting an HTTP error if the connection is kept alive
  and the error permits follow-ups (non-busy conditions).
* Improved ability to switch resources after file completion by ignoring
  trailing swarming data, to keep the connection alive.
* Bitzi tickets are refreshed when explicitely requested, avoiding reuse
  of stale metadata
* Completed files are displayed during hash verification.
* Only propagate good alt-locs for files we are downloading, i.e. addresses
  of hosts which we know to be serving that file because we contacted them.
* Many new statistics counters.
* Allow scheduling of special downloads without considering per-host limits,
  as these are of a much shorter duration (THEX and browse host requests).
* Always seed completed files, regardless of their size (no PFSP minimum as
  with partial files), when their SHA-1 has been verified.
* Incorrectly encoded Bitzi metadata is translated to Unicode.
* Browse-host responses are sorted alphanumerically on relative pathnames to
  allow users to relate files together if they don't understand GGEP "PATH".
* Improved routing of PUSH messages by also looking whether targetted hosts
  happen to be one of our immediate neighbours.
* Updated Norwegian Bokmal and Spanish translations.
2009-05-05 06:46:55 +00:00
minskim
ada7d386bd Note update of scmgit packages. 2009-05-05 06:22:56 +00:00
minskim
6c88932bbb Update scmgit{,-base,-docs} to 1.6.2.5.
Major changes in 1.6.1:

When some commands (e.g. "git log", "git diff") spawn pager
internally, we used to make the pager the parent process of the git
command that produces output.  This meant that the exit status of the
whole thing comes from the pager, not the underlying git command.  We
swapped the order of the processes around and you will see the exit
code from the command from now on.

Major changes in 1.6.2:

With the next major release, "git push" into a branch that is
currently checked out will be refused by default.  You can choose what
should happen upon such a push by setting the configuration variable
receive.denyCurrentBranch in the receiving repository.

To ease the transition plan, the receiving repository of such a push
running this release will issue a big warning when the configuration
variable is missing.

For a similar reason, "git push $there :$killed" to delete the branch
$killed in a remote repository $there, if $killed branch is the
current branch pointed at by its HEAD, gets a large warning.  You can
choose what should happen upon such a push by setting the
configuration variable receive.denyDeleteCurrent in the receiving
repository.
2009-05-05 06:21:16 +00:00
sno
8e3ea9c764 Updated devel/p5-Config-IniFiles to 2.49 2009-05-05 05:55:55 +00:00
sno
c485ca5425 PkgSrc changes:
- Updating package for p5 module Config::IniFiles from 2.48 to 2.49
  - Fixing license

Upstream changes:
Version 2.49:   ( Sat May  2 17:16:28 IDT 2009 )
------------------------------------------------

* Fixed bug https://rt.cpan.org/Public/Bug/Display.html?id=45209 :
- Makefile.PL lacked the empty "PL_FILES" directive.

* Fixed bug https://rt.cpan.org/Ticket/Display.html?id=45588 :
- Failure to read ini file contents from a scalar (via "IO::Scalar").
- added t/23scalar-ref.t
2009-05-05 05:55:18 +00:00
sno
7c18cd66b0 Updated devel/p5-IO-Compress to 2.019 2009-05-05 05:50:30 +00:00
sno
5499028f9d PkgSrc changes:
- Updating package for p5 modules IO::Compress, IO::Uncompress and
    derived from 2.018 to 2.019

Upstream changes:
  2.019 4 May 2009
      * IO::Uncompress::Adapter::Bunzip2
        - Fixed problem with EOF check.
2009-05-05 05:49:54 +00:00
sno
c574d74bf2 Updated devel/p5-Compress-Raw-Bzip2 to 2.019 2009-05-05 05:48:40 +00:00
sno
4dc620142c PkgSrc changes:
- Updating package for p5 module Compress::Raw::Bzip2 from 2.018 to 2.019

Upstream changes:
  2.019 4 May 2009
      * tidied up Bzip2.xs
2009-05-05 05:44:33 +00:00
sno
5a796708e4 Updated devel/p5-Compress-Raw-Zlib to 2.019 2009-05-05 05:42:34 +00:00
sno
1f59e7881a PkgSrc changes:
- Updating package for p5 module Compress::Raw::Zlib from 2.018 to 2.019

Upstream changes:
  2.019 4 May 2009
      * No Changes
2009-05-05 05:41:47 +00:00
joerg
a74442ad35 libdrm + xf86-video-intel updated. 2009-05-05 04:28:58 +00:00
joerg
4f43db2e0c Update to xf86-video-intel-2.7.0. Too many changes to list here, but
with the usual number of regressions and regression fixes, tearing for
Xvideo is fixed as long as composition isn't used.
2009-05-05 04:27:29 +00:00
joerg
29da541a00 Update to libdrm-2.4.9. Major changes include:
- various improvements for Intel, Nouveau
- waitblank improvements
- bugfixes
2009-05-05 04:22:30 +00:00
taca
7d88b4b7c1 Note update of www/typolight27-translations package to 20090504. 2009-05-05 03:29:59 +00:00
taca
884a54b43c Update typolight27-translations package to 20090504.
Update French and Ukrainian translation files which support TYPOlight 2.7.0.
2009-05-05 03:28:53 +00:00
obache
58cd52f51a Updated www/ja-trac to 0.11.4pl1 2009-05-05 03:07:01 +00:00
obache
48e228dbdf Update ja-trac to 0.11.4pl1, aka Trac-0.11.4.ja1
Trac-0.11.4.ja1 (Apr 1, 2009)
 * Merge Trac-0.11.4
 * Fixes unicode transcoding for Exception.
   - trac/core.py
   - trac/util/text.py

Trac 0.11.4 (March 30, 2009)
http://svn.edgewall.org/repos/trac/tags/trac-0.11.4

 Trac 0.11.4 contains a number of bug fixes and minor enhancements.
 The following list contains only a few highlights:

 * Custom mainnav links regression (#8153)
 * Fixed Python 2.3 incompatibility (#8061)
 * Fixed Python 2.6 notification issue (#8083)
 * Fixed PostgreSQL multi column index issue (#7600)
2009-05-05 03:06:46 +00:00
joerg
d1e3659f02 Fix typo as reported by Andy Ball. 2009-05-05 02:48:11 +00:00
obache
ef0ef1399e Updated net/msdl to 1.2.4r1 2009-05-05 02:41:31 +00:00
obache
c4ea0960de Update msdl to 1.2.4-r1.
While here, enable LICENSE.

Version 1.2.4-r1.
-msdl
	- bugfix release
	- fiexed bug about redirection (thanks for Mr.Jubany)
	- fixed some codes

Version 1.2.4.
-msdl
	- 10th release
	- fiexed proxy string parse bug
	- fixed is_url_valid_char(), added some missing valid characters
          (thanks for Mr.Jubany)
	- fixed SETUP request routine, a=control can be both absolute/relative
          URL
	- use stdout for error output. error message goes to stdout now!
2009-05-05 02:41:16 +00:00
obache
f70a71bdcc - vlgothic-ttf-20090422 [pkg/41333] 2009-05-05 02:33:47 +00:00
obache
52c2094897 Updated fonts/vlgothic-ttf to 20090422 2009-05-05 02:33:01 +00:00
obache
f76d50f7e1 Update VLGothic to VLGothic-20090422.
maintainer update request by PR 41333.

Changelog:
* Bugfix: Recovered missing GSUB vert table(For vertical glyph).
* Add new 1 glyph.
2009-05-05 02:32:46 +00:00
schmonz
5514f94173 + p5-Net-OpenID-Consumer-1.03 2009-05-04 23:28:19 +00:00
schmonz
1bdb25cfca Note addition of wmd. 2009-05-04 22:50:04 +00:00
schmonz
8808d553c5 Add and enable wmd. 2009-05-04 22:49:15 +00:00
schmonz
20e74c1775 Initial import of WMD, a simple, lightweight HTML editor for blog
comments, forum posts, and basic content management. You can add
WMD to any textarea with one line of code. Add live preview with
one line more. WMD works in nearly all modern browsers, and is now
completely free to use. The next release will be open source under
an MIT-style license.

This is not a WYSIWYG editor. Writing HTML to look a certain way
can make your text less accessible to blind people, search engines,
mobile users, and feed readers. HTML describes a document's logical
structure -- not its appearance. It just wasn't built for WYSIWYG.

So WMD is something new: a Wysiwym Markdown editor.
2009-05-04 22:48:26 +00:00
abs
9198c9a49a Updated pkgtools/pkg_chk to 1.99 2009-05-04 22:45:55 +00:00
abs
4882946a9e Updated pkgtools/pkg_chk to 1.99
Add missing ^ to one PKGPATH= regex to ensure we do not pick up PREV_PKGPATH
or similar
2009-05-04 22:45:16 +00:00
tron
01ae37bb11 Note update of the "squid31" package to version 3.1.0.7nb1. 2009-05-04 22:30:04 +00:00
tron
c9fb337a1c Various improvements for the "squid31" package by Michael van Elst:
- Make sure that "errorpage.css" gets installed into the correct
  directory.
- Install "msntauth.conf".
- Correct default pid file location.
2009-05-04 22:29:41 +00:00
schmonz
9a76c7295d Remove a bunch of outdated XXX comments (not sure how I missed them before). 2009-05-04 22:26:56 +00:00
wiz
4148b5110a Remove trailing whitespace. Spelling. Punctuation nits. Remove superfluous
.Pp.
2009-05-04 20:45:41 +00:00
zafer
d78c579beb remove backslash 2009-05-04 20:39:55 +00:00
hasso
d78ced3a26 Needs msgfmt. 2009-05-04 18:42:26 +00:00
zafer
0621da9737 Remove mirror rediris. It does not provide the distfile. 2009-05-04 17:19:31 +00:00