Commit graph

89298 commits

Author SHA1 Message Date
darcy
7425258252 note update of textproc/py-docutils to 0.3.9 2005-12-10 16:01:29 +00:00
darcy
1581becd33 Upgrade to 0.3.9
Major Changes Since Docutils 0.3.7
==================================

* Added "file_insertion_enabled" and "raw_enabled" settings.  See
  <http://docutils.sf.net/docs/user/config.html#file-insertion-enabled>.

* Added auto-enumerated lists.  See
  <http://docutils.sf.net/docs/ref/rst/restructuredtext.html#enumerated-lists>.

* Added "header" and "footer" directives.  See
  <http://docutils.sf.net/docs/ref/rst/directives.html#document-header-footer>.

* Added "list-table" directive.  See
  <http://docutils.sf.net/docs/ref/rst/directives.html#list-table>.

* Added support for section subtitles.  See
  <http://docutils.sf.net/docs/user/config.html#sectsubtitle-xform>.

* Added "field_name_limit" and "option_limit" settings to HTML writer.
  See <http://docutils.sf.net/docs/user/config.html#field-name-limit>.

* Added "cloak_email_addresses" setting to HTML writer.  See
  <http://docutils.sf.net/docs/user/config.html#cloak-email-addresses>.

* UTF-8 BOMs are now removed from the input stream.

* Many minor improvements and bug fixes.  See
  <http://docutils.sf.net/HISTORY.html#release-0-3-9-2005-05-26
2005-12-10 15:59:28 +00:00
recht
2b4ccd65da Revert my last commit (r1.17) and add :Q back to PY_PLATNAME and
PY_VER_SUFFIX.
pointed out by wiz and rillig
2005-12-10 14:36:46 +00:00
taya
ddf68ace69 one more file to update... 2005-12-10 14:21:30 +00:00
taya
ba82436ef9 note update of firefox & firefox-gtk1 to 1.5 2005-12-10 13:52:45 +00:00
taya
3b5dc3222b distinfo was broken.
regen.
2005-12-10 13:51:27 +00:00
taya
6ee3203c43 Update firefox & firefox-gtk1 to 1.5
Including fix for long title & history file problem.
http://www.mozilla.org/security/history-title.html
https://bugzilla.mozilla.org/show_bug.cgi?id=319004


What's New in Firefox 1.5

Firefox 1.5 is the next version of our award-winning Web browser.

Here's what's new in Firefox 1.5:

* Automated update to streamline product upgrades. Notification of an
update is more prominent, and updates to Firefox may now be half a
megabyte or smaller. Updating extensions has also improved.
* Faster browser navigation with improvements to back and forward
button performance.
* Drag and drop reordering for browser tabs.
* Improvements to popup blocking.
* Clear Private Data feature provides an easy way to quickly remove
personal data through a menu item or keyboard shortcut.
* Answers.com is added to the search engine list.
* Improvements to product usability including descriptive error pages,
redesigned options menu, RSS discovery, and "Safe Mode" experience.
* Better accessibility including support for DHTML accessibility and
assistive technologies such as the Window-Eyes 5.5 beta screen reader
for Microsoft Windows. Screen readers read aloud all available
information in applications and documents or show the information on a
Braille display, enabling blind and visually impaired users to use
equivalent software functionality as their sighted peers.
* Report a broken Web site wizard to report Web sites that are not
working in Firefox.
* Better support for Mac OS X (10.2 and greater) including profile
migration from Safari and Mac Internet Explorer.
* New support for Web Standards including SVG, CSS 2 and CSS 3, and
JavaScript 1.6.
* Many security enhancements.

The Burning Edge has more detailed lists of new features and notable bug fixes.
http://www.squarefree.com/burningedge/releases/1.5-comprehensive.html
2005-12-10 13:47:22 +00:00
taca
0bc9ae1ed5 Fix typo of PYTHON_VERSIONS_ACCEPTED; requested by PR pkg/32274 from
this package's maintainer.
2005-12-10 02:51:35 +00:00
erh
00a0834774 Fix corrupted PLIST. 2005-12-09 21:33:54 +00:00
wiz
e2c2e54884 Note ap-jserv removal. 2005-12-09 20:47:15 +00:00
wiz
2364b5adea Remove ap-jserv:
Does not build on 2.0 and 3.0, and has been superseded by tomcat
and ap-jk.  Maintainer jwise agrees.
2005-12-09 20:46:30 +00:00
wiz
4423cad2c5 Note mldonkey{,-gui} updates to 2.7.1. 2005-12-09 20:45:56 +00:00
wiz
22aff0d694 Update to 2.7.1:
2005/12/06: version 2.7.1 = tag release-2-7-1
4679: FileTP: Fix HTTP downloading for URLs with space chars, log cleaning
4674: EDK: Re-enable checking old_files before starting a download
      and force_download command
4676: BT: decode_version fix and html sort fix (bogeyman)

2005/12/05
4673: IPBlock: display original length and optimized length in block_list,
      log file clean up

2005/12/04
4672: FileTP: Fix major bug in HTTP downloading, introduced in 2.6.0

2005/12/03
4671: Compile fix in CryptoPP.h for gcc-2.96 (trdw)
4670: Increase max_buffer_size limit for high-volume connections

2005/12/02
4649: Updates for file_completed_cmd (pango, spiralvoice)
* some log cleaning
* added information to notification email if auto_commit is disabled,
  email is sent by file_completed, not file_commit
* moved execution of !!file_completed_cmd from file_completed
  to file_commit, kept option name for easier upgrading
  this was done because the filename of a downloading file can be
  different than the filename of the committed file if a file
  with the same name as the to be committed file is already in
  incoming. older method did not take this into account at all..
* added environment variables for file_completed_cmd, see description:

    A command that is called when a file is committed, does not work on MinGW.
    Arguments are (kept for compatability):
    $1 - temp file name, without path
    $2 - file size
    $3 - filename of the committed file
    Also these environment variables can be used (prefered way):
    $TEMPNAME - temp file name, including path
    $FILEID - same as $1
    $FILESIZE - same as $2
    $FILENAME - same as $3
    $FILEHASH - internal hash
    $DURATION - download duration
    $INCOMING - directory used for commit
    $NETWORK - network used for downloading
    $ED2K_HASH - ed2k hash if MD4 is known

4667: Update Ocaml download URL
4666: Always create incoming directories before commit
4663: CryptoPP: Latest fixes ported from aMule CVS

2005/12/01
4657: Fix for C files for AMD64, mipsel platforms
      improve endianness checking in tiger.c, md5_c.c and CryptoPP.h,
      print endianness in buildinfo, removed sha1_old code
4661: Log: Print newline before exception message when MLDonkey can´t use a port
      BT: exit if client_port = tracker_port

2005/11/28
4654: Fix guiprot when addr not resolvable (zet)
4655: Set conn_user on gui (zet)
4656: BT: update last seen complete field and fix bitfield reading (zet)

2005/11/27
4653: GTK2 GUI: add isohunt statistics (su_blanc)

2005/11/22
4364: Let mlnet build under the cygwin unix emulation layer (Amorphous)
4648: GTK2 GUI: improve display of razorback stats (su_blanc)
      added the display of filedonkey.com data
4646: BT: little change to recognise Clients (bogeyman)
4645: Fix donkey total uptime stats order (bogeyman)

2005/11/21
4406: Unicode: Fix filenames in shared_files_new.ini and file rename
      in HTML interface (mld_unicode_patch6.patch) (CML)
4440: New option shutdown_timeout, 3 sec, was hardcoded before (Amorphous)
4644: Update GNU config.guess and config.sub to current versions
4643: HTML: Fix gdstats output when html_use_gzip true
4640: Calendar: view calendar command: vcal
4641: Fix exception in load_web_infos
4642: HTML: Improve preview via webbrowser (pango)

2005/11/19

These patches are experimental, please test carefully and report your findings.

4563: replace all Printf.printf occurences by Printf2.lprintf (su_blanc)
4479: Callback mechanism for low ID users does not work (miriup)
      Reactivating submission of server IP and port during client
      handshake in edonkey
  "However, sometimes, especially when I have no files to download I do
   not receive callbacks at all. It is suggested to apply this patch in
   a testing mldonkey for a week on a non-low id connection before including
   it in a stable release, ... I can't test high-ID at all."
4574: Friends upload slot (pango)
2005-12-09 20:45:10 +00:00
wiz
1285cd8332 Note groff update to 1.19.2nb1 (new x11 option,
on by default).
2005-12-09 20:41:59 +00:00
wiz
7afe78ffdf Add x11 option to the package, on by default.
Addresses PR 23130 by reed@
2005-12-09 20:40:56 +00:00
wiz
e3ddfa33dd Remove PLIST.SunOS -- it is incorrect, and the differences
should be handled with PLIST_SUBST instead.
2005-12-09 20:37:59 +00:00
wiz
140a043762 Fix path on MASTER_SITES (packages use too old version which got moved
into OLD/ subdir).
2005-12-09 20:34:08 +00:00
wiz
40b2ba02ff Desupport the various ghostscript*x11* packages (replaced by x11 option). 2005-12-09 20:32:22 +00:00
wiz
598d4f67c6 Note ghostscript*x11* removals. 2005-12-09 20:31:39 +00:00
wiz
3f16007cad Add x11 option to the various ghostscript packages, and get rid
of the separate ghostscript*x11* packages.
2005-12-09 20:30:16 +00:00
wiz
7da3aa08c2 + amarok-1.3.7, cmake-2.2.3, courier-authlib-0.58, curl-7.15.1,
digikam-0.8.0, elm-me-2.4pl122f, hpijs-2.1.4, ike-scan-1.8,
  jdbc-postgresql-7.3.11, jdbc-postgresql74-7.4.9, kazehakase-0.3.3
  [pkg/32272], mkvtoolnix-1.6.5, mldonkey-2.7.1, mldonkey-gui-2.7.1,
  mplayer-plugin-firefox-3.17, tcl-8.4.12, tk-8.4.12, xmule-1.12.2.
2005-12-09 20:28:59 +00:00
tv
b3bb8e5f34 whitespace nit: use nesting spaces rather than doublespacing .-directives 2005-12-09 19:34:36 +00:00
salo
23b23862cd Add dts description. 2005-12-09 17:57:19 +00:00
salo
adaa59ec78 Add DTS support via libdca, not enabled by default. 2005-12-09 17:54:25 +00:00
salo
38b2673368 Note audio/libdca addition. 2005-12-09 17:22:52 +00:00
salo
a8b1c22af0 Add libdca. 2005-12-09 17:22:02 +00:00
salo
71b4bcb3f7 Initial import of libdca-0.0.2, Free DTS Coherent Acoustics decoder:
libdca is a free library for decoding DTS Coherent Acoustics streams.
The DTS Coherent Acoustics standard is used in a variety of applications,
including DVD, DTS audio CD and radio broadcasting.

From wip, packaged by Sergey Svishchev with some modifications from me.
2005-12-09 17:21:02 +00:00
joerg
9f2b28944c Unmask DragonFly. 2005-12-09 16:55:06 +00:00
joerg
3c8e60205b Unmask build on DragonFly. 2005-12-09 16:54:01 +00:00
joerg
67bcd27848 This needs msgfmt. Also add explicit build time dependency on
gettext-lib, configure tries to be clever.
2005-12-09 16:39:16 +00:00
joerg
547059ecd2 What's the point of a configure check if you don't use the result?
Disable vsprintf on DragonFly, it doesn't compile and libc is fine.
2005-12-09 16:32:57 +00:00
joerg
c757ed95de Fix errno. 2005-12-09 16:22:28 +00:00
joerg
e01b718876 Don't define errno after using it already for a dozen times. 2005-12-09 16:19:46 +00:00
gdt
26c5adc4c6 remove note to update guile-pg to 0.29 2005-12-09 16:18:03 +00:00
hira
ed44db6a86 Fix build of the packages which pass .la files to libtool by relative
path.  This allows to use symbolic linked path as WRKOBJDIR and should
fix PR pkg/31337.
2005-12-09 16:16:41 +00:00
gdt
a045fbf993 note addition of guile-pg 2005-12-09 16:10:43 +00:00
joerg
e26a4bd45e Do not use sys/select.h on DragonFly, it got broken by the
(also included) sys/queue.h.
2005-12-09 16:01:55 +00:00
gdt
ce59777d41 Update to 0.29. Changes since last update:
- 0.29 | 2005-08-25

  - Dropped proc: where-clausifier
  - Dropped proc: tuples-result->table
  - For `gxrepl', results are now printed with " | " field separator
  - All (database postgres) procs now tested
  - Support files guile.m4 and modsup.h synched with Guile 1.4.1.106


- 0.28 | 2005-05-09

  - Bugfix: array reference handling in (database postgres-qcons)
  - FSF street address updated in copyright notices


- 0.27 | 2005-03-02

  - Result objects print without redundant "PGRES_" prefix
  - New command for (database postgres-table) proc `pgtable-manager'
  - New (database postgres-resx) proc: result->object-rows
  - Changes to module (database postgres-qcons)

- 0.26 | 2005-02-24

  - Expiration date set for opaque string support
  - Expiration date set for two (database postegres-table) procs
  - Dropped (database postgres-types) proc: dbcoltype:name
  - New type converters in module (database postgres-types)
  - New module: (database postgres-qcons)
  - New module: (database postgres-resdisp)
  - New module: (database postgres-gxrepl)


- 0.25 | 2005-01-02

  - New (database postgres) proc: pg-result-error-message

- 0.24 | 2004-11-24

  - New (database postgres) proc: pg-set-nonblocking!
  - New (database postgres) proc: pg-is-nonblocking?
2005-12-09 16:01:10 +00:00
gdt
2a7d6d445d note addition of TiffIO 2005-12-09 15:52:14 +00:00
gdt
c32cc23a13 descend into TiffIO 2005-12-09 15:49:34 +00:00
gdt
e46ead4af0 TiffIO is a plugin that add TIFF images read/write capabilities to the
Qt3 and Qt4 QImage class.  Adding the generated plugin in the Qt's
tree enable any Qt application to manipulate TIFF images. TiffIO come
with a self-test suite, and have been compiled and used successfully
on a variety of windows and unixes platforms.
2005-12-09 15:47:34 +00:00
uebayasi
93e32cca2e gauche-[0-9]* is done. 2005-12-09 15:41:02 +00:00
uebayasi
bfdc779de0 Update gauche to 0.8.6. Patch provided by Kenji Hisazumi.
From this release we don't use external Boehm GC library because
gauche needs GC to be built with special compilation options.

New features in 0.8.6:

    * New modules:

	+ dbi: Database independent access layer, providing unified
	  access to various relational databases. You need separate
	  "driver" packages to access the actual RDBMS. There are a
	  few driver packages available at
	  http://www.kahua.org/cgi-bin/kahua.fcgi/kahua-web/show/dev/DBI/.
	    Note: If you have been using the separate dbi module, make
	    sure you remove it before using the new dbi and dbd
	    modules. You can find the old dbi.scm under somewhere like
	    /usr/local/share/gauche/site/lib (the actualy directory
	    depends on the configuration when you've installed the dbi
	    module).
	+ util.relation: A framework to work with relations (as defined
	  by Codd). The result of database access via dbi is represened as
	  a relation.
	+ text.sql: SQL parser/constructor. Full features are not
	  implemented yet, but used in dbi module for prepared queries.

    * New SRFIs:

	+ SRFI-40 (Library of streams) as util.stream.
	+ SRFI-43 (vector library) as srfi-43.
	+ SRFI-45 (Primitives for Expressing Iterative Lazy
	    Algorithms) : built-in.

    * New built-in proceduers global-variable-bound? and
      glboal-variable-ref. The former supersedes symbol-bound? (
      symbol-bound? is now deprecated and will go away in the future
      releases. Code that uses symbol-bound? should change it to
      global-variable-bound?. ). The latter removes some need of using
      eval just to peek the value of the global variable.

    * New regexp procedures: regexp-replace*, regexp-replace-all*,
      regexp-case-fold?.

    * Stack overflow handling is largely improved. You can see better
      performance if your script frequently oveflows the stack.

0.8.5 was a maintainance release.

0.8.4:

Gauche 0.8.4:

The compiler and VM have been rewritten. Now Gauche runs faster with
less memory (as fast as 1.9x, or cosumes 0.7x memory, in best cases of
our tests. But your mileage may vary.) The compiler now does simple
closure optimization, so the typical loop-by-local-closure style code
will get the advantage. On the other hand, you won't see much gain in
OO-heavy or library-heavy programs.

Other changes:

    * New features:

	  + srfi-42 (Eager comprehension) is supported.
	  + srfi-55 (require-extension) is supported.
	  + A simple sampling profiler is implemented to help tuning
	    programs. Check out "Profiling and tuning" section of the
	    reference manual. The profiler may not be available on all
	    platforms.
	  + We provide an experimenal Windows/MinGW binary package for
	    the convenience. See download page.
2005-12-09 15:38:54 +00:00
joerg
dec9de3db0 Remove malloc prototype, add ereply prototype. This fixes prototype
signature errors from GCC 3.4+.
2005-12-09 15:26:52 +00:00
joerg
fe6b57c151 Fix errno. 2005-12-09 15:04:19 +00:00
joerg
383bb886ad Use only _SC_PAGESIZE on DragonFly, _SC_PAGE_SIZE does't exist. 2005-12-09 14:45:05 +00:00
joerg
bc3e24b5f1 Remove conflicting prototype for malloc. 2005-12-09 14:33:34 +00:00
joerg
12006ff87c This needs msgfmt. 2005-12-09 14:17:44 +00:00
joerg
58b0d1b544 Adjust valloc return value on DragonFly to not conflict with unistd.h. 2005-12-09 14:10:39 +00:00
joerg
a99eaa10dd Fix errno. Remove "prototypes", which confused GCC 3.4. Add DragonFly. 2005-12-09 13:56:51 +00:00