Commit graph

97291 commits

Author SHA1 Message Date
martti
21f6810a49 vim 7.0.0 2006-05-09 06:36:59 +00:00
martti
c2fb140881 Update vim to 7.0.0
Since Vim 6.4 many new features have been added.  To mention a few:

- Spell checking support for about 50 languages
- Intelligent completion for C, HTML, Ruby, Python, PHP, etc.
- Tab pages, each containing multiple windows
- Undo branches: never accidentally lose text again
- Vim script supports Lists and Dictionaries (similar to Python)
- Vim script profiling
- Improved Unicode support
- Highlighting of cursor line, cursor column and matching braces
- Translated manual pages support.
- Internal grep; works on all platforms, searches compressed files
- Browsing remote directories, zip and tar archives
- Printing multi-byte text

Once you have installed Vim 7.0 you can find details about the changes
since Vim 6.4 with ":help version7".
2006-05-09 06:36:48 +00:00
hira
c9dca1927c Add missing USE_LANGUAGES. 2006-05-09 02:54:10 +00:00
rillig
92d6f0ad3e Took maintainership. 2006-05-09 02:42:43 +00:00
hira
c6c7290de1 Add missing USE_LANGUAGES. Reported and fix tested by smb@. 2006-05-09 02:38:44 +00:00
hira
92f74643e5 Add missing USE_LANGUAGES. 2006-05-09 02:01:11 +00:00
reed
8fe23371f7 Fix filename of pkg-config file.
This fixes problem when using  USE_BUILTIN.Xft2=yes.

This is to close PR #32316 from Rui-Xiang Guo.
2006-05-09 00:14:55 +00:00
hira
133970d8d0 Add missing USE_LANGUAGES. 2006-05-08 22:49:58 +00:00
adam
49032d8cc1 Updated graphics/optipng to 0.5.2 2006-05-08 22:32:44 +00:00
adam
f8b86482d4 Changes 0.5.2:
* Improved handling of inexact PNM-to-PNG conversions.
* Fixed a typo that was breaking the build on some Unix platforms.
2006-05-08 22:31:12 +00:00
joerg
7cb49c5261 musicbrainz detection works better, when linking with pthread. 2006-05-08 22:14:27 +00:00
hira
5014b5bafd Add missing USE_LANGUAGES. 2006-05-08 22:12:03 +00:00
adrianp
c5fb80e8cd Added mail/up-imapproxy version 1.2.4 2006-05-08 22:07:38 +00:00
adrianp
5605e23cc4 Proxies IMAP transactions between an IMAP client and an IMAP server. The
general idea is that the client should never know that it's not talking to
the real IMAP server. The only thing that makes this a slightly unique Imap
Proxy server is that it caches server connections.
2006-05-08 21:58:31 +00:00
joerg
f35a8637fe Fix use of g_list_remove_link. Bump revision. 2006-05-08 21:31:28 +00:00
joerg
5f53c5b6ea CHECK_FILES is now active by default for PKG_DEVELOPER.
"Just commit it whenever you want" -- jlam
2006-05-08 21:29:07 +00:00
joerg
ff618a6cb1 Don't depend on ldconfig to manage soname link. Bump revision. 2006-05-08 20:39:30 +00:00
epg
6feccdad58 Patch configure to allow build with apr >= 0.9.10 (along with
versions < 0.9.5 which should not be allowed, but we address that
with BUILDLINK_API_DEPENDS.apr).

Closes PR 33439.
2006-05-08 20:03:31 +00:00
jschauma
2b19a763b4 add "-c99" to the CFLAGS if using MIPSPro 2006-05-08 20:01:21 +00:00
jschauma
2d6b80eade add '-c99' to the CFLAGS when using MIPSPro 2006-05-08 19:41:47 +00:00
hubertf
2944de12dd Update to xlockmore{,lite} 5.22. Changes:
* fiberlamp fix for array bounds read and leak fix for deluxe
+ magick and raster file (ras) fixes for True Color by Jouk Jansen
  Removed some compiler/lint warnings.
  deluxe mode ported from xscreensaver by Jouk Jansen.
  anemone mode ported from xscreensaver by Jouk Jansen
  win32 changes from Petey Leinonen:
    added XPutPixel()
    pacman now works by changing the initialization and now can create a
    1 bit depth bitmap when asked for.

* new since BETA
+ update since BETA
2006-05-08 19:28:48 +00:00
hira
69afacf451 Move definition of USE_LANGUAGES before inclusion of mk/compiler.mk. 2006-05-08 17:22:51 +00:00
hira
e5fcb876af Add missing USE_LANGUAGES. 2006-05-08 17:07:57 +00:00
gson
f94319bc49 note update of p5-HTML-TableExtract to 2.08 2006-05-08 16:41:28 +00:00
gson
270f578c77 Update to 2.08:
2.08  Wed May  3 17:17:33 EDT 2006
        - Implemented new rasterizer for grid mapping. Thanks to Roland
          Schar for a tortuous example of span issues.
        - Regular extraction and TREE mode are using the same
          rasterizer now.
        - Fixed HTML stripping for a header matching bug on single word
          text in keep_html mode (thanks to Michael S. Muegel for
          pointing the bug out)

2.07  Sun Feb 19 13:40:44 EST 2006
        - Fixed subtable slicing bug
        - Fixed hrow() attachment bug
        - Added tests
2006-05-08 16:38:11 +00:00
drochner
c39af13940 fix some path substitution so that that thing finally works,
and update to 0.6 which brings some UI fixes and improvents
2006-05-08 13:09:39 +00:00
drochner
2f3c41c1a3 this needs C++ 2006-05-08 13:06:04 +00:00
drochner
17264dc55b explicitely depend on py-xml, as suggested by Jon Voris on pkgsrc-users 2006-05-08 12:43:56 +00:00
adam
142a15c450 Updated graphics/ImageMagick to 6.2.7.4 2006-05-08 11:40:41 +00:00
adam
17263e6c1c Changes 6.2.7.3:
* Add -adaptive-sharpen to the convert and mogrify programs.

Changes 6.2.7.2:
 * Generate proper image filenames when filename has more than one embedded
   period (e.g. image.gif.eps becomes image.gif-0.eps, image.gif-1.eps,
   etc.).
 * CompositeImage() is now thread-safe.
2006-05-08 11:39:07 +00:00
salo
f23d6c4a8f Uses C++, noted by <smb> on pkgsrc-users. 2006-05-08 11:04:40 +00:00
snj
718cb62624 Drop maintainership. 2006-05-08 06:31:40 +00:00
snj
ed9b51ea9c Updated textproc/diffstat to 1.41. 2006-05-08 06:24:26 +00:00
snj
b6a1d32f4a Update to 1.41. Selected changes:
* add options -l, -r and -t.  add to -f option
* improve I/O on Linux using fgetc_locked().
* improve searching of long sorted lists using tsearch()
* change order of merging and prefix-stripping so stripping all prefixes,
  e.g., with -p9, will be sorted as expected
* correct a reference to freed memory after merging found with valgrind.
* fix a different case for data beginning with "--" which was treated as
  a header line.
* Fix allocation problems.  Open files in binary mode for reading.
  Getopt returns -1, not necessarily EOF.  Add const where useful.  Use
  NO_IDENT where necessary.  malloc() comes from <stdlib.h> in standard
  systems
* minor fix for resync of unified diffs checks for range (line beginning
  with '@' without header lines (successive lines beginning with "---"
  and "+++")
2006-05-08 06:22:51 +00:00
minskim
b16abf0c27 Add ruby-gnuplot. 2006-05-07 21:43:17 +00:00
minskim
e11d6b0fe5 Import ruby-gnuplot.
Ruby Gnuplot is a pipe-based interface to the gnuplot package.  It
provides the full capabilities of the gnuplot package to Ruby
programs.
2006-05-07 21:41:18 +00:00
xtraeme
b62abadcfe Apply patch PR pkg/33437: mouse pointer "invisible wall" with qemu 8.1.
More info:
http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html

Bump PKGREVISION.
2006-05-07 21:33:53 +00:00
recht
61456a3b8a gmime 2.1.19, cyrus imapd 2.2.12nb5 2006-05-07 18:25:00 +00:00
recht
8307855ec9 Update to gmime 2.1.19 and drop maintainership.
Based upon the 2.1.17 update by Fredrik Carlsson in PR 32487

Changes:
The usual: fixes, new features.
2006-05-07 18:22:41 +00:00
recht
ff6df3eee2 Adapt the db_err function to bdb 4.4.
Addresses PR 32739 by John Kohl.

Bump PKGREVISION.
2006-05-07 17:47:05 +00:00
tv
e763fff148 Add http access to distfile as with python24. (At this moment, ftp.python.org
is refusing connections....)
2006-05-07 15:15:27 +00:00
tv
2aba7d5386 Allow use of C++ support on all platforms for consistency, by setting
USE_LANGUAGES.  Fixes PR pkg/33430.
2006-05-07 15:11:44 +00:00
wiz
1d10004ee8 + apache-1.3.35, gst-plugins0.10-good-0.10.3,
p5-HTML-Element-Extended-1.17, p5-HTML-TableExtract-2.08,
  p5-Image-Info-1.21, p5-Locale-Maketext-Lexicon-0.61, tailor-0.9.22.

Add Apache 2.2.x, the latest stable version, to suggested packages.
2006-05-07 15:01:40 +00:00
joerg
41aef246a6 Add missing translation to PLIST. Bump revision. 2006-05-07 14:05:15 +00:00
joerg
64dc952e31 Uses libtool and C++, patch away 2006-05-07 13:51:20 +00:00
tron
9713a2598c Get distribtion file from sub directory in derived packages, too. 2006-05-07 13:48:02 +00:00
wiz
b9800db11d hyperestraier updated to 1.2.4. 2006-05-07 13:05:38 +00:00
wiz
50a01094df Update to 1.2.4, provided by OBATA Akio in PR 33407:
Changes:
2006-04-25  Mikio Hirabayashi

* estnode.c (est_get_host_addr): a bug about race confition of
  threads was fixed.

* wavermod.c (fetch_document): a bug about checking
  "content-type" header was fixed.

* wavermod.c (make_doc_from_html): "frame" and "link" elements
  were to be followed.

* wavermod.c (make_doc_from_draft, make_doc_from_mime,
  make_doc_with_xcmd): new functions.

* wavermod.c (waver_open): "allowrx" and "denyrx" were to be
  able to be more than once.

* estwaver.c (runcrawl, proccrawl): "-restart" and "-revisit"
  options were added.

* estcmd.c (doputdoc): "_lpath", "_lreal", and "_lfile" were not		  to be overwritten.

* estwolefind (outputlist): WWWOFFLE 2.9a was to be supported.

- Release: 1.2.4
2006-05-07 13:04:25 +00:00
gdt
88a82ee0f6 add LICENSE=rar-license, which was already present. 2006-05-07 12:55:19 +00:00
tron
3870ed09c9 Note update of "apache" and "apr" packages to Apache 2.0.58 release. 2006-05-07 12:38:06 +00:00