Commit graph

45927 commits

Author SHA1 Message Date
seb
3c829a6a41 Convert to USE_NEW_TEXINFO. 2003-08-05 11:43:17 +00:00
seb
c16d497900 Convert to USE_NEW_TEXINFO. 2003-08-05 11:17:10 +00:00
wiz
56411d9f8a pcre-4.3 update done. 2003-08-05 10:19:23 +00:00
wiz
f157ffefb0 Update to 4.3.
Version 4.3 21-May-03

Refactoring for code improvements. POSIX compat fix (constification).
UTF-8 fixes.

Version 4.2 14-Apr-03

Build fixes. Removed some compiler warnings. UTF-8 fixes.

Version 4.1 12-Mar-03

Compilation fixes. A bug fix, and two optimization fixes.

Highlights of the 4.0 release:
1. Support for Perl's \Q...\E escapes.

2. "Possessive quantifiers" ?+, *+, ++, and {,}+ which come from Sun's Java
package. They provide some syntactic sugar for simple cases of "atomic
grouping".

3. Support for the \G assertion. It is true when the current matching position
is at the start point of the match.

4. A new feature that provides some of the functionality that Perl provides
with (?{...}). The facility is termed a "callout". The way it is done in PCRE
is for the caller to provide an optional function, by setting pcre_callout to
its entry point. To get the function called, the regex must include (?C) at
appropriate points.

5. Support for recursive calls to individual subpatterns. This makes it really
easy to get totally confused.

6. Support for named subpatterns. The Python syntax (?P<name>...) is used to
name a group.

7. Several extensions to UTF-8 support; it is now fairly complete. There is an
option for pcregrep to make it operate in UTF-8 mode.

8. The single man page has been split into a number of separate man pages.
These also give rise to individual HTML pages which are put in a separate
directory. There is an index.html page that lists them all. Some hyperlinking
between the pages has been installed.
2003-08-05 10:18:39 +00:00
seb
b9422ada12 Convert to USE_NEW_TEXINFO.
Fix PLIST for missing info files.
2003-08-05 10:14:22 +00:00
wiz
db6718c2b1 When library major changes, dependency in buildlink2.mk needs to be bumped. 2003-08-05 10:07:24 +00:00
seb
de4d99ef38 Convert to USE_NEW_TEXINFO. 2003-08-05 09:50:59 +00:00
adam
6be5ae6321 Updated libexif to 0.5.12, and it's dependants (libexif-gtk, libghoto2) because of major library version change 2003-08-05 09:22:43 +00:00
adam
9420ac375f Revision bump, because libexif.so.major changed 2003-08-05 09:18:16 +00:00
adam
ce81695b4e Changes 0.5.12:
Some build fixes. 'make distcheck' now works.
2003-08-05 09:16:40 +00:00
wiz
65ae189f40 python-2.3 added (thanks, drochner, and marc :)). 2003-08-05 08:58:05 +00:00
wiz
67a98ee605 tuxpaint-0.9.11 update done. 2003-08-05 08:55:50 +00:00
wiz
132e341fe5 regen (patch-aa, my fault) 2003-08-05 08:54:44 +00:00
wiz
6a14c187de Update to 0.9.11.
* Hebrew translation!
  * Right-to-left language support (for Hebrew, for example).
  * Updated Korean translations.
  * UTF-8 support in the Text Tool!
  * Added 'The Gimp' to docs/PNG.txt
  * Lithuanian translation.
  * Fixed bug that would cause some translated stamp sounds to not load.
  * Added Dutch translation of (older version of) HTML documentation.
  * Updated Polish translations.
  * Added Polish version of manpage.
  * Fixed a few typos in the manpage.
  * Fixed UTF-8 word-wrapping bug when there were no spaces
  * When a locale requiring its own font can't be used because the font
    is missing, Tux Paint STILL didn't work right.  Fixed.  (Set $LC_ALL=C)
  * Added a set of square brushes (similar to the various round ones).
  * Added "--nostamps" option to disable stamp tool.
    (When it's not needed, they just take time to load, and RAM to store.)
  * Added missing "--nosysconfig" to "--help" usage output.
  * Increased MAX_FILES from 256 to 2048.  Users with more than 128 images
    saved were unable to load the newest images!  (Hopefully 1024 saved
    files is sufficient.)
  * Thumbnails now saved to a ".thumbs" subdirectory under "saved".
    (Old thumbnails will still be loaded, if found.  Currently, the old
    thumbnails will still be saved in the old location, not under .thumbs)
  * Updated tuxpaint-import to create .thumbs subdirectory, and put new
    thumbnails there.
  * "Thick" and "Thin" Magic Tools made 'stronger.'
2003-08-05 08:54:20 +00:00
wulf
1a88f64118 Added libdvbpsi-0.1.3: A PSI decoder and generator library for MPEG2 and
DVBstreams
2003-08-05 07:34:36 +00:00
wulf
ed09a60d13 Added and enabled libdvbpsi-0.1.3: A PSI decoder and generator library for
MPEG2 and DVB streams
2003-08-05 07:32:34 +00:00
wulf
ae26b2434e Initial commit of libdvbpsi-0.1.3: A PSI decoder and generator library for
MPEG2 and DVB streams
2003-08-05 07:30:07 +00:00
wiz
b2298d8b46 Added dvipng-0.5. 2003-08-05 07:26:56 +00:00
wiz
58232fbb35 Add and enable dvipng. 2003-08-05 07:26:19 +00:00
wulf
51fa3b3ecc Added libmpeg2-20030612: A library for decoding mpeg-2 and mpeg-1 video streams 2003-08-05 07:23:31 +00:00
wiz
2ce9350ca0 Reimported into print. 2003-08-05 07:22:35 +00:00
wiz
cb63619124 Initial import of dvipng-0.5, a program to convert DVI to PNG.
This program makes PNG graphics from DVI files as obtained from
TeX and its relatives.

It is intended to produce anti-aliased screen-resolution images as
fast as is possible. The target audience is people who need to
generate and regenerate many images again and again. The primary
target is the preview-latex (X)Emacs package, a package to preview
formulas from within (X)Emacs. Yes, you get to see your formulas
in the (X)Emacs buffer, see `http://preview-latex.sf.net'.

Another example is WeBWorK, an internet-based method for delivering
homework problems to students over the internet, giving students
instant feedback as to whether or not their answers are correct,
see `http://webwork.math.rochester.edu'.

Other applications may also benefit, like web applications as
latex2html and WYSIWYG editors like LyX.
2003-08-05 07:21:56 +00:00
wiz
2fa4ab376f Initial import of dvipng-0.5 -- converts DVI files to PNG format.
This program makes PNG graphics from DVI files as obtained from
TeX and its relatives.

It is intended to produce anti-aliased screen-resolution images as
fast as is possible. The target audience is people who need to
generate and regenerate many images again and again. The primary
target is the preview-latex (X)Emacs package, a package to preview
formulas from within (X)Emacs. Yes, you get to see your formulas
in the (X)Emacs buffer, see `http://preview-latex.sf.net'.

Another example is WeBWorK, an internet-based method for delivering
homework problems to students over the internet, giving students
instant feedback as to whether or not their answers are correct,
see `http://webwork.math.rochester.edu'.

Other applications may also benefit, like web applications as
latex2html and WYSIWYG editors like LyX.
2003-08-05 07:17:40 +00:00
wulf
fe1194d32f Added and enabled libmpeg-20030612: A library for decoding mpeg-2 and mpeg-1
video streams
2003-08-05 07:17:15 +00:00
wulf
e55eb3654b Initial commit of libmpeg2-20030612: A library for decoding mpeg-2 and
mpeg-1 video streams
2003-08-05 07:13:42 +00:00
wiz
9db7338df4 + TeXmacs-1.0.1.21, fontconfig-2.2.0, nessus-2.0.7 [pkg/22356]. 2003-08-05 06:57:24 +00:00
jtb
8008baf872 Add a missing header file. 2003-08-05 06:21:54 +00:00
itojun
25e035d6ec mail/bogofilter 2003-08-05 04:40:30 +00:00
itojun
bcfbe7d4bc upgrade to 0.14.2. note that upgrade from 0.13 needs invoation of "bogoupgrade"
=================
				BOGOFILTER NEWS
			       =================

$Id: CHANGES-0.14,v 1.15 2003/08/03 00:47:28 relson Exp $

0.14.202 2003-08-02

	* Replaced use of memcpy() by memmove() in an input routine. The
	  overlapping copy migh cause data corruption on some systems.
	* Fixed "make check" failures for bogoutil introduced with the
	  "combined wordlist" feature in 0.14.0. There has been a buffer
	  overflow. All users of bogofilter with combined wordlist prior to
	  0.14.2 are advised to upgrade.
	* Fixed bogus "t.valgrind" test FAILures.
	* Fixed uninitialized data in db_get_dbvalue(), for split word lists.
	* New file, contrib/vm-bogofilter.el, provides an interface
	  between the VM mail reader and bogofilter."
	* Revised lexer_v3.l for compatibility with flex-2.5.31
	* Break up long line in regression test input for Solaris 2.5
	  compatibility.

0.14.1.1 2003-08-01

	* Fixed check for adding spam_subject_tag to Subject: line.
	* Updated French version of FAQ.

	2003-07-31

	* Correct problem with t.degen regression test.

0.14.1	2003-07-31

	* Updated English version of FAQ.

	2003-07-29

	* Initial release of token degeneration code.

	2003-07-25

	* Revised lexer pattern to better recognize encoded tokens.

	2003-07-24

	* Implemented named exitcodes, with Unsure having its own
	  value (2) and changing the value for error from 2 to 3.

0.14.0.1 2003-07-23

	* Fix problem with encoded text.
	* Fix handling of absolute paths.
	* Fix defect in base64 decoding that can cause segfaults.
	* Bogoutil now complains before exiting when it can't open a
          file.
	* Updated bogominitrain.pl to work with combined wordlists.

0.14.0	2003-07-22

	* Updated contrib/bogominitrain.pl prints more info and can save
	  messages used in training.

	* Miscellaneous documentation updates.

	2003-07-21

	* Decode encoded text in header lines.

	2003-07-19

	* Bogofilter and bogoutil detect whether one or two wordlists
	  are in BOGOFILTER_DIR and use the appropriate wordlist mode
	  (combined or separate).

	* Bogofilter's -V output now includes algorithm and database
          info.

	2003-07-18

	* Default wordlist mode is single, combined wordlist.
	  File wordlist.db contains all spam and ham tokens.

	2003-07-17

	* Added tdb (trivial database) support.

	2003-07-16

	* Initial release of code allowing bogofilter to use a single,
	  combined BerkeleyDB database for storing both ham and spam
	  tokens.  The file is named wordlist.db.
2003-08-05 04:31:40 +00:00
wulf
4177573bed Added libdvdplay-1.0.1: A simple API library designed for DVD navigation 2003-08-05 03:38:19 +00:00
wulf
915c6d1941 Added and enabled libdvdplay: simple API library designed for DVD navigation 2003-08-05 03:35:48 +00:00
wulf
37eb3911e5 Initial commit of libdvdplay-1.0.1: a simple API library designed for DVD
navigation
2003-08-05 03:34:27 +00:00
seb
85d792d885 Convert to USE_NEW_TEXINFO. 2003-08-04 22:55:22 +00:00
seb
5d8cfd4ad7 Convert to USE_NEW_TEXINFO. 2003-08-04 22:45:13 +00:00
seb
0504cf670f Overlooked this INSTALL script snippet in previous commit. 2003-08-04 22:33:03 +00:00
seb
dcfa687ba9 Convert to USE_NEW_TEXINFO. 2003-08-04 22:24:21 +00:00
seb
058d163eef Convert to USE_NEW_TEXINFO. 2003-08-04 22:02:30 +00:00
drochner
4ea10b2582 some more X11BASE->LOCALBASE changes 2003-08-04 21:47:59 +00:00
seb
2630536963 depkglint. 2003-08-04 21:44:17 +00:00
seb
ef0156b54a Convert to USE_NEW_TEXINFO. 2003-08-04 21:43:43 +00:00
seb
09eff91b05 Convert to USE_NEW_TEXINFO. 2003-08-04 21:25:58 +00:00
jmc
c0e8931c45 Set NO_EXPORT_CPP so these build again (otherwise a mangled _G_config.h
gets generated when it uses /usr/bin/cpp
2003-08-04 21:07:48 +00:00
jmc
04f347260c Provide a new variable NO_EXPORT_CPP to further restrict CPP from getting into
MAKE_ENV. There is no effective way to unset CPP otherwise and there are
some packages (the cross compilers using gcc) where having CPP set will
break things.
2003-08-04 21:06:47 +00:00
seb
1ed88388b9 Convert to USE_NEW_TEXINFO. 2003-08-04 21:02:16 +00:00
drochner
ea0e7249bd We have to bump PKGREVISIONs due to the qt3 PREFIX change anyway, so
remove the USE_X11BASE thing from kde3* too.
2003-08-04 20:37:04 +00:00
wiz
d80f0a10ef Remove $Header$ from patch. 2003-08-04 19:57:14 +00:00
adam
cd1f779ad9 distinfo update 2003-08-04 19:48:00 +00:00
grant
1109d44e8e bring in change from KDE HEAD:
arts/soundserver/artsd.cc 1.43.2.3

use fabs() instead of fabsf().
2003-08-04 17:56:29 +00:00
jtb
27c817128a Note update of hdf5 to 1.6.0.
Summary: This release has the following new features that are not
         available in 1.4.* releases

1. Generic properties to give application more control on I/O pipeline
2. Time allocation and fill value properties
3. New  filters: external compression filter szip
                 internal shuffling and checksum filters
4. Compact storage layout for datasets
5. Redesigned I/O pipeline for better performance.
2003-08-04 17:30:15 +00:00
jmc
ae16687c70 If 0.9.7a or 0.9.7b are required and not otherwise installed on the system
set PKG_SKIP_REASON and move on. The package only supports to 0.9.6g
currently otherwise.
2003-08-04 17:28:23 +00:00