Commit graph

36227 commits

Author SHA1 Message Date
wiz
437371d490 Updated automake to 1.7.2 [wiz 2002-12-09] 2002-12-09 19:46:24 +00:00
wiz
e58a571273 Update to 1.7.2. Bugs fixed in 1.7.2:
* Fix installation and uninstallation of Info files built in subdirectories.
* Do not run `./configure --with-included-gettext' during `make distcheck'
  if AM_GNU_GETTEXT([external]) is used.
* Correctly uninstall renamed man pages.
* Do not strip escaped newline in variables defined in one condition
  and augmented in another condition.
* Fix ansi2knr rules for LIBOBJS sources.
* Clean all known Texinfo index files, not only those which appear to
  be used, because we cannot know wich indexes are used in included files.
  (Debian Bug #168671)
* Honor only the first @setfilename seen in a Texinfo file.
* Treat "required file X not found" diagnostics as errors (exit status 1).
* Don't complain that a required file is not found when it is a Makefile
  target.
* Don't use single suffix inference rules when building `.info'-less
  Info files, for the sake of Solaris make.
* The `check' target now depends on `$(BUILT_SOURCES)'.
* Recognize multiple inference rules such as `.a.b .c.d:'.
* Warn about multiple inference rules when -Wportability is used.
* Fix building of deansified files from subdirectories.
* Add missing `fi' in the .c->.obj rules.
* Improve install-sh to work even when names contain spaces or certain
  (but not all) shell metachars.
* Fix the following spurious failures in the test suite:
  depcomp2.test, gnits2.test, gnits3.test, python3.test, texinfo13.test
* Noteworthy manual updates:
  - Augment the section about BUILT_SOURCES.
  - Mention that AM_PROG_CC_STDC is a relic that is beter avoided today.
2002-12-09 19:45:44 +00:00
wiz
c21bca35a4 Added grhino-0.7.0 [wiz 2002-12-09] 2002-12-09 19:31:49 +00:00
wiz
92045841d3 Add and enable grhino. 2002-12-09 19:31:16 +00:00
wiz
16a49f2527 Initial import of grhino:
GRhino, or Rhino its former name, is an Othello/Reversi game.

What distinguish GRhino from most other Othello games is that
GRhino will be targeted for experienced Othello players.
Strong AI is the main focus with some additional good, useful
features (like an endgame solver) is planned. The ultimate
target strength of the AI is that it should be able to beat
the best human player at the highest difficulty level.
2002-12-09 19:29:48 +00:00
abs
23877b86da Updated to remove unwanted cruft from Makefile.PL so we can work with perl 5.8
p5-HTML-FixEntities to 1.03
    p5-Text-Substitute to 0.15
    p5-Text-CSV-Hash to 0.16
2002-12-09 19:20:48 +00:00
abs
c6344a5b99 Updated p5-Text-CSV-Hash to 0.16
Remove unwanted cruft from Makefile.PL so we can work with perl 5.8
2002-12-09 19:18:43 +00:00
abs
194c699534 Updated p5-Text-Substitute to 0.15
Remove unwanted cruft from Makefile.PL so we can work with perl 5.8
2002-12-09 19:18:11 +00:00
abs
4af8d554a9 Updated HTML-FixEntities to 1.03
Remove unwanted cruft from Makefile.PL so we can work with perl 5.8
2002-12-09 19:17:19 +00:00
drochner
4bf14fbb78 LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE, fixes build problem
(the mysterious "cannot find -liconv")
2002-12-09 17:09:00 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
tron
ac47c1e51e Add directory "share/pixmaps" which is used by multipled packages. 2002-12-09 15:52:08 +00:00
tron
bb3737d310 Note update of "rpm2pkg" package to version 1.3. 2002-12-09 15:17:38 +00:00
tron
2d1d00aef6 Require at least version 1.3 of the "rpm2pkg" package after today's
hardlink support fix.
2002-12-09 15:17:09 +00:00
tron
392d299349 Add proper handling for hardlinks. This fixes e.g. the zero byte locale
files in the "suse_base" package causing error messages like this:
Gdk-WARNING **: locale not supported by C library
Bump version number to 1.3.
2002-12-09 15:16:26 +00:00
junyoung
4d896ce5b2 Note update of wine to 20021125. 2002-12-09 14:44:51 +00:00
junyoung
a8d811699f Update to 20021125. From Juan <Juan@xtraeme.dyndns.org> via pkg/19309.
WHAT'S NEW with Wine-20021125: (see ChangeLog for details)
	- Finished conversion to STRICT compilation mode.
	- WinHelp revival.
	- Client-side fonts supported even without RENDER extension.
	- Regression tests no longer require Perl.
	- Lots of bug fixes.
2002-12-09 14:42:54 +00:00
markd
47a10561d4 Note update of ivtools to 1.0.7 2002-12-09 12:47:57 +00:00
markd
8aced4736f Update ivtools to 1.0.7.
Change MAINTAINER (OK'ed by tron)

Changes:
November 26th, 2002  ivtools-1.0.7

- fixes for compiling with gcc-3.2 using ACE (on RedHat 6.2)

- new comdraw funcs submitted by Secil Ugurel:

- migrate glyphs/text-editor to stand-alone ivtext.

- add Quit option under File menu to ivtext..

- preliminary support for SVG export. For those interested in playing
along at home, ivtools now supports export of line graphics via SVG,
with support for variable widths, colors, and dash-patterns, as well
as rectangle export with fill colors that are blends of foreground and
background (plus none fill).

- refactor OverlayPS::idraw_format to be a pair of set/get methods
where the get method overrides the internal static member value
(_idraw_format) with the value of an idraw_format flag on an
associated Command if there is one, either OvExportCmd or OvPrintCmd.

- the export dialog box now defaults to everything if nothing is selected
in the drawing editor.

- fix drawserv attribute expression propogation used for Null
Convention Logic emulation (http://www.theseus.com).

- a new version number 13 for the idraw format adds support for
executable fonts (as opposed to static fonts).  Required by recent
versions of RedHat Linux.

- fix out-of-order destruction of member objects of the central
Unidraw object at program termination.

- disable use of X11 shared memory extension for MacOS X.  This may
only be a problem with 10.1, or only be a problem with XFree86 4.2, so
it may be reinstated in the future.

- customize iostream include files for MacOS X Jaguar (10.2), to mask
the difference between Apple's version of gcc-3.1 libstdc++ and
everyone elses.  This is untested, so let me know if it worked for you.

- apply diffs generated by Ben Hines in creating a fink package for
Jaguar (MacOS X 10.2)


August 2nd, 2002  ivtools-1.0.6

- more changes for compiling with gcc-2.96 on RedHat 7.*


August 1st, 2002  ivtools-1.0.5

- various compile time fixes for Solaris and Cygwin.

- a proper fix for handling non-idraw PostScript.  An improper fix was
introduced in ivtools-1.0.3 that made all idraw format files get
filtered through pstoedit (if you had it).  Pointed out by Todd Gruhn.

- changes required to compile ivtools with gcc-3.1.  Most all in the area
of migrating from use of an fstream constructor that accepted a FILE*
to use of a derivative class (__gnu_cxx::stdio_filebuf<char>) that does
the same.  Wrapped up the difference between 3.0.* and 3.1 by
conditionally defining a fileptr_fstream in src/include/ivstd/fstream.h
to filebuf for 3.0.* and __gnu_cxx::stdio_filebuf<char> for 3.1.

** Constant evolution of the behavior and API of filebuf has been the
single most challenging aspect of keeping ivtools compiling with gcc
and working for the past decade.  I really hope things will be stable
for the next decade. **

- fixes for using ACE and ivtools with gcc-3.1

- fix up compiling with ACE using less than gcc-3.*

- disable incremental display while incrementally loading from a URL.
A placeholder raster still gets inserted before the connection is
established, and the rest of the download and display is asynchronous,
which avoids hanging on a net connection.

- compilation fixes based on feedback from Gregory Kriehn.  Mostly
adding #include <string.h> where missing.  Don't know why this wasn't
a problem in every environment.  Should improve support for RedHat 7.*.


June 21st, 2002  ivtools-1.0.4

- give special meaning to a set of parentheses that proceed the
tuple operator ",", by adding an extra level of nesting to the
resultant list.  Before the expression "(1,2),(3,4)" yielded
"{1,2,{3,4}}".  Now it yields "{{1,2},{3,4}}" as one might expect.
This anomaly stemmed from the fact the tuple operator "," works
by concatenating its right-hand argument to its left-hand argument
if the left-hand argument is already a list (that's how the
interpreter concatenates a compound tuple-expression, i.e. "1,2,3,4").

- fix unitialized variable used when reading from sockets that would
cause a hang.

- add comterp commands for the value of PI (pi), converting radians to
degrees (radtodeg), and converting degrees to radians (degtorad).

- add new matrix transpose command (xpose), which takes a 2d list of numbers
(i.e. a matrix), and transposes them.

- add a matrix addition capability to the comterp "+" operator.

- add matrix multiplication to comterp "*" operator.

- extend matrix multiply to support vector inputs.

- add support for panning with cursor keys (left/right/up/down) as well
as Page Up and Page Down (PgUp/PgDn) for larger vertical moves.

- greatly improve the efficiency of rendering alpha-transparent
rasters with a TrueColor visual.  Prior to this each input color was
being looked up in a table that could be as long as 2 to the 24th,
then the weighed average computed in floating point, then the result
rescaled into a TrueColor color.  Now everything is done with nothing
more than 32 bit integer multiplies, adds, and shifts.  Performance
has gone from a multi-second lag to adequately interactive.

- rename "Custom Tools" to "Extra Tools".

- migrate Attribute, Annotate, and GraphicLoc to "Extra Tools".

- add a :next flag to comdraw's import func.  It attempts to
auto-increment the numerics in the last URL and import again.

- sync with diffs from latest Debian release (ivtools-0.9.2-6).

- add gcc-2.96 warning to INSTALL and README files

- remove installation of extraneous scripts when non-local install.

- save/restore raster alpha-transparency value in drawing documents.

- create AlphaTransparentCmd and make available under Edit/"Image Processing"

- create raster peek command for comdraw (RasterPeekFunc).
2002-12-09 12:45:57 +00:00
ad
d22530479b Note update of exim and exim-html to 4.10. 2002-12-09 11:44:41 +00:00
ad
7133aae11d Update to exim-html-4.10. Provied by dawszy at arhea.net in pkg/19231. 2002-12-09 11:40:48 +00:00
ad
cc9ecd8f8b Update top exim-4.10. Guts provided by dawszy at arhea.net in pkg/19230,
with some additions by me. Those running exim are advised to update.

Highlights from ChangeLog

1. Added HAVE_SA_LEN=YES to the OS/Makefile-Darwin file.
3. The code for computing load averages was broken in 64-bit Solaris.
10. Tidies to code for calls to fork(); some failures not logged.
26. Fixed some problems with retrying address errors in remote deliveries.

Local changes (will make next release):

Undo the OS/Makefile-NetBSD split that made it into the main tree. This
causes all manner of breakage.
2002-12-09 11:38:04 +00:00
ad
06ffbaf0fa Note addition of dptutil-3.31. 2002-12-09 11:14:34 +00:00
ad
06fb337b73 Mention sysutils/dptutil. 2002-12-09 11:12:50 +00:00
ad
05ce6920fc raidutil -> dptutil. 2002-12-09 11:09:00 +00:00
ad
4fc97e5e66 Re-import of raidutil-3.31 as dptutil-3.31. 2002-12-09 11:07:20 +00:00
ad
71086417d2 Removed pending rename. 2002-12-09 10:58:51 +00:00
cjep
a1dde26b5c Fix nawk update person. 2002-12-09 10:40:18 +00:00
cjep
8c8ca9a450 Initial import of nail 10.3 into the NetBSD packages collection as
mail/nail.

Nail is a mail user agent derived from Berkeley Mail 8.1. It is
intended to provide the functionality of the POSIX.2 mailx command
with built-in support for MIME messages. This means it can handle
international character sets as well as attachments. In recent
system environments, nail is Unicode/UTF-8 capable. It further
contains some minor enhancements like the ability to set a "From:"
Address.

Supplied (for nail 10.1) by Mishka in PR#19112. Thanks!
2002-12-09 10:39:55 +00:00
cjep
67b8dad77c Add and enable nail. 2002-12-09 10:38:01 +00:00
cjep
bf5ec62232 Initial import of nail 10.3 into the NetBSD packages collection as
mail/nail.

Nail is a mail user agent derived from Berkeley Mail 8.1. It is
intended to provide the functionality of the POSIX.2 mailx command
with built-in support for MIME messages. This means it can handle
international character sets as well as attachments. In recent
system environments, nail is Unicode/UTF-8 capable. It further
contains some minor enhancements like the ability to set a "From:"
Address.

Supplied (for nail 10.1) by Mishka in PR#19112. Thanks!
2002-12-09 10:37:17 +00:00
grant
5b32eafd0e use /usr/xpg4/bin/grep as GREP, as /usr/bin/grep does not support -e. 2002-12-09 05:38:57 +00:00
rh
c3b0c9c4a5 Initial import of imapproxy-1.0 2002-12-09 03:19:58 +00:00
rh
4c6928bf64 Add and enable imapproxy 2002-12-09 03:18:27 +00:00
rh
845d05b8e6 Initial import of imapproxy-1.0, a simple connection caching IMAP proxy. 2002-12-09 03:17:19 +00:00
hubertf
c5e3dd5ed8 NFC how this ever compiled - there is no strnicmp on NetBSD.
#define it to use strncasecmp.
2002-12-09 02:32:55 +00:00
grant
1fb16f97a6 Solaris has /usr/include/iconv.h, but it's not GNU iconv. Mark it
incompatible.

Fixes buildlink2 problems with converters/libiconv, which assumed that
iconv was in the base system (on Solaris) due to the existance of
/usr/include/iconv.h.
2002-12-09 01:22:07 +00:00
grant
1da6902c30 Note update of phoenix-linux to 0.5. 2002-12-09 00:25:04 +00:00
grant
65583bdcc3 Updated phoenix-linux to 0.5.
Changes since 0.4 include:

* Multiple homepages
* Intellimouse 5-button support
* Sidebar remembers its state across sessions
* Download fixes
* History improvements
* Accessibility improvements
* Size and memory reduction
* Performance improvements
* Stability improvements
* Many many more themes (http://texturizer.net/phoenix/themes.html)
* Miscellaneous bug fixes, including middle clicking in content area

The full list of changes can be found at:

	http://www.mozilla.org/projects/phoenix/phoenix-release-notes.html

Thanks to Oliver Tonnhofer for submitting this update in PR pkg/19328.
2002-12-09 00:24:51 +00:00
rh
fde82a8309 Make this compile on Darwin. 2002-12-09 00:19:46 +00:00
cjep
371cbbd70e Update lang/nawk to 20021129.
Changes since 20020628 (from FIXES file):
        modified b.c (with tiny changes in main and run) to support
        locales, using strcoll and iswhatever tests for posix character
        classes.  thanks to ruslan ermilov (ru@freebsd.org) for code.
        the function isblank doesn't seem to have propagated to any
        header file near me, so it's there explicitly.  not properly
        tested on non-ascii character sets by me.
2002-12-09 00:07:16 +00:00
cjep
d1c6dfa1bd nawk done. 2002-12-09 00:06:20 +00:00
cjep
8d90767380 1. Respect YACC, CC, CFLAGS as per PR#19013.
2. Update to 20021129.

Changes since 20020628 (from FIXES file):
        modified b.c (with tiny changes in main and run) to support
        locales, using strcoll and iswhatever tests for posix character
        classes.  thanks to ruslan ermilov (ru@freebsd.org) for code.
        the function isblank doesn't seem to have propagated to any
        header file near me, so it's there explicitly.  not properly
        tested on non-ascii character sets by me.
2002-12-09 00:05:27 +00:00
cjep
07ca5298c7 Note new nawk available. 2002-12-08 23:56:04 +00:00
cjep
a9b7aaac3b tabs instead of spaces for indentation. 2002-12-08 23:23:42 +00:00
cjep
a3ba8f1913 Whitespace complaint from pkglint. 2002-12-08 23:19:17 +00:00
jschauma
b8b926921c Note update of textproc/latex2html to 2002.2.1 2002-12-08 22:35:07 +00:00
jschauma
934e86a32d ``Update'' to 2002-2-1, as the friendly people of latex2html have once
again changed the distfile without a change in the name, causing checksum
to fail.
No apparent changes in functionality.  Distfile and PLIST double-checked
and this commit approved by maintainer wennmach (thanks!).
2002-12-08 22:32:07 +00:00
jmmv
e5ff9acce6 Create the directory ${PREFIX}/share/pixmaps before trying to install files
inside it. Discovered by dmcmahill.
2002-12-08 21:11:17 +00:00
cjep
4e7b759367 Add RCS tag. 2002-12-08 13:31:24 +00:00