Commit graph

45903 commits

Author SHA1 Message Date
seb
8b36c9c8e3 Convert to USE_NEW_TEXINFO. 2003-08-05 21:07:43 +00:00
skrll
f3846ca2f0 Nits 2003-08-05 21:04:50 +00:00
seb
b11675ec5d Convert to USE_NEW_TEXINFO. 2003-08-05 20:29:55 +00:00
abs
f832cfe73e Updated ns-remote to 1.8:
- Use 'openURL(about:blank,new-window)' rather than 'openBrowser', so
      we can open blank windows with Mozilla >= 1.3. From Todd Vierling
2003-08-05 20:22:45 +00:00
seb
81f8de84f9 Convert to USE_NEW_TEXINFO. 2003-08-05 20:21:42 +00:00
skrll
01ebbf828c Undo last. That's not how REPLACE_PERL works. D'oh. 2003-08-05 19:21:29 +00:00
skrll
05ee9632d0 Fix location of preparetips in REPLACE_PERL 2003-08-05 19:18:04 +00:00
wiz
5d061ecd61 Add buildlink2.mk provided by Todd Vierling in PR 22361. 2003-08-05 17:18:20 +00:00
jwise
3f53640519 We need explicit -lcrypto on -current (at least with gcc3), and it does no
harm on older versions, so bring it in explicitly.
2003-08-05 15:44:46 +00:00
adam
c7081b2ffd Updated rocksndiamonds to 3.0.0 2003-08-05 15:15:41 +00:00
seb
1a5b643369 Convert to USE_NEW_TEXINFO. 2003-08-05 15:14:11 +00:00
adam
3f29acc7c3 Changes 3.0.0 (since 2.1.1):
- final version bumped to 3.0.0 due to the massive changes
- graphics and sounds now completely and dynamically customizable
- element animation length, speed and mode now freely configurable
- 128 custom elements with lots of configurable element properties
- advanced custom element settings for powerful, self-created elements
- automatic tape playing function for game engine and level testing
- added support for stereo WAV sound files
- added support for background images for all menu screens
- added some example levels showing how to create custom artwork
- fixed Supaplex gravity tubes
- fixed very nasty bug in SDL_image (and X11) PCX loading routine
- fixed some very nasty bugs in bitmap zoom routine
- fixed very nasty bug in level/artwork loading routine
2003-08-05 15:12:45 +00:00
seb
50fe3b7cd3 Add patch for handling info file properly. 2003-08-05 14:24:58 +00:00
seb
23254e1ee3 Handle info file properly. 2003-08-05 14:23:58 +00:00
jtb
b928b2f3f5 Add i18n.so module to PLIST. 2003-08-05 14:08:08 +00:00
seb
96c576f3f5 Convert to USE_NEW_TEXINFO. 2003-08-05 13:51:21 +00:00
drochner
9dd7dcc6aa update for revision bumps 2003-08-05 13:46:00 +00:00
drochner
347f4aff30 bump revision after qt3/kde prefix change 2003-08-05 13:44:16 +00:00
seb
c8e9844964 Convert to USE_NEW_TEXINFO. 2003-08-05 13:44:09 +00:00
drochner
15d0f250e6 bump revision after qt3/kde prefix change 2003-08-05 13:39:59 +00:00
wiz
2c641e0fbc s/libghoto/libgphoto/ 2003-08-05 13:39:57 +00:00
drochner
b5278dc8cf bump revision after qt3/kde prefix change 2003-08-05 13:38:01 +00:00
seb
29aeeba7a6 Convert to USE_NEW_TEXINFO.
Use INSTALL_TARGET to install info files: this gives a proper
environment for USE_NEW_TEXINFO framework to work.

Fix makeinfo invocation for zsh-current via patch file so that
only _one_ info file is generated as PLIST seems to want it.
2003-08-05 13:37:51 +00:00
drochner
25e4c51173 bump revision after qt3/kde prefix change 2003-08-05 13:35:26 +00:00
markd
cf9aa7d158 Another X11BASE -> LOCALBASE fixup. 2003-08-05 12:22:30 +00:00
markd
20b3500997 Another LOCALBASE fixup. 2003-08-05 12:19:00 +00:00
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