Commit graph

36978 commits

Author SHA1 Message Date
jschauma
3085a1c183 Make this compile and install cleanly on IRIX. 2002-12-24 00:56:53 +00:00
cjep
09132bc144 implementations->implications 2002-12-24 00:47:43 +00:00
wiz
225cdf72ac Fix pkgconfig file to have -lXext after -Xrender (why doesn't the library
have the dependency itself?).
Bump PKGREVISION to 1, and depend on latest version in buildlink2.mk.
2002-12-24 00:43:42 +00:00
cjep
7bc25da6b2 Initial import of the GAP package FPLSA into the NetBSD packages
collection as math/gp-fplsa.

This package is a GAP interface to a C program called fplsa for
dealing with finitely presented Lie super-algebras.

This GAP package installs an alternative method for the GAP
operation `IsomorphismSCTableAlgebra'. The method calls fplsa to do the
hard part of the computation. This speeds up the calculation and permits
larger problems to be attempted. The external program has much additional
functionality which is not used by the present version of the package.
2002-12-24 00:21:16 +00:00
cjep
9f773d13ea Note addition of gp-fplsa. 2002-12-24 00:20:16 +00:00
wiz
d881acdb3c Add includes. Noted by Eric Gillespie in PR 19433. 2002-12-24 00:19:31 +00:00
cjep
459c0f2985 Initial import of the GAP package FPLSA into the NetBSD packages
collection as math/gp-fplsa.

This package is a GAP interface to a C program called fplsa for
dealing with finitely presented Lie super-algebras.

This GAP package installs an alternative method for the GAP
operation `IsomorphismSCTableAlgebra'. The method calls fplsa to do the
hard part of the computation. This speeds up the calculation and permits
larger problems to be attempted. The external program has much additional
functionality which is not used by the present version of the package.
2002-12-24 00:17:25 +00:00
wiz
43b07a916b Note some of my updates this night. 2002-12-24 00:14:00 +00:00
wiz
896d3a455a Update to 2.1.3. Changes are too many to list here, for the most interesting
one see http://www.freetype.org/freetype2/2.1.3-explained.html .
2002-12-24 00:04:16 +00:00
jschauma
d6b704935b Eliminate another ZOULARISBASE.
Tabify.
2002-12-23 23:03:23 +00:00
jschauma
d3bbfc3720 Don't test for OPSYS to set rpath et al, but rather use _OPSYS_RPATH_NAME.
Suggested by Stoned Elipot.  Thanks.
2002-12-23 22:50:29 +00:00
tron
fd37b10d8f The "bidwatcher" update bit the dust. 2002-12-23 22:50:13 +00:00
tron
4c670c0236 Note update of "bidwatcher" package to version 1.3.7. 2002-12-23 22:47:26 +00:00
tron
846127cb01 Update "bidwatcher" package to version 1.3.7. Changes since version 1.3.6:
- Fix the bigdelay callback
- Fix eBay breakage.
- Added autogen.sh to CVS for easier building.
2002-12-23 22:46:55 +00:00
wiz
dbe4d2f57f Update to 0.5.7, mostly bugfixes and more translations.
* libexif/exif-data.h: Introduce an array of ExifContents. This
  doesn't break binary compatibility, but it breaks compilation.
  Do something like "%s/->ifd_0/->ifd[EXIF_IFD_0]" in your source
  code to make it compile again.
2002-12-23 22:40:43 +00:00
jschauma
ed4d223810 ZOULARISBASE is certainly never used on Irix. Let's get rid of it. 2002-12-23 22:34:00 +00:00
jschauma
945bcf8e9d Let's be consistent:
Always check for ${OPSYS} == "IRIX" (and not once for != and once for ==)
Always use "-Wl,-rpath,/path" rather than sometimes "-Wl,-rpath -Wl,/path"
and sometimes "-Wl,-rpath,/path".
2002-12-23 22:33:14 +00:00
seb
4a2ebd5b33 Note update of textproc/source-highlight to 1.6.1 [lots of new features and bug
fixes, you want to update!]
2002-12-23 22:31:05 +00:00
seb
d69cfdf258 Update to 1.6.1.
Lots of changes and new features: you want to update!

Changes since latest packaged version:
Version 1.6.1

   * fixed a bug in the configure phase that used to make the compilation
     fail with compilers not providing the function getop_long
     (reported by Horacio Montenegro <horaciom@unicamp.br>).

Version 1.6

   * scanners for flex and ChangeLog added by John Millaway <millaway@acm.org>
   * default to stdout when no --output is given along with the -i option
     and when --output="STDOUT" (as suggested by Hugh S. Myers,
     <hsmyers@sdragons.com>)
   * fixed a problem with string comments in Python scanner
   * a separate executable is built, source-highlight-cgi, that can be
     used as a CGI program

Version 1.5.1

   * xhtml doctype generated correctly (thanks to Christian W. Zuckschwerdt
     <zany@triq.net> and Josh Ghiloni <josh@joshghiloni.net>) reported
     by Martin Gebert <Murphy.Gebert@gmx.de>
   * Anonymous CVS Access is now available
     http://savannah.gnu.org/projects/src-highlite

Version 1.5

   * xhtml output format is now handled (thanks to Christian W. Zuckschwerdt
     <zany@triq.net> and Josh Ghiloni <josh@joshghiloni.net>)
   * assert is now recognized as a Java keyword (thanks to Fabio Calefato
     <calefato@libero.it>)
   * a scanner for Python has been written by Martin Gebert
     <Murphy.Gebert@gmx.de>.
   * when in Php3 strings can span more than one lines and line numbers are
     correctly formatted.

Version 1.4

   * fixed compilation error with some compilers due to headers istream.h
     and ostream.h (thanks to Dan barthel <dbarthel@mac.com>)
   * a scanner for Php3 has been written by Alain Barbet
     <alian@alianwebserver.com>
   * reading from stdin does not kill line numbers (notified by Keith
     Robertson <keithr@nortelnetworks.com>)
   * line number count is correctly reset when handling multiple files (bug
     fixed)
   * for Java sources, if, while, and other keywords that use '(' ')' are
     now correctly highlighted as keywords instead of as functions (reported
     by Manuel Kauers <manuel@kauers.de> and Fabio Calefato
     <calefato@libero.it>)
   * tabs are correctly handled for Prolog and Perl sources (reported by
     Martin Gebert <Murphy.Gebert@gmx.de>)

Version 1.3

   * now there is only one program, namely source-highlight, that accepts a
     command line option, --src-lang or -s, specifying the source language
     (for the moment java, cpp and prolog).  Previous programs, java2html
     and cpp2html are provided as shell scripts, just for compatibility, but
     their use is not advised.
   * --out-format, -f, command line option added for specifying the output
     format (for the moment only html is accepted).  Though only html is
     handled, this option is required.
   * a scanner for Prolog has been written by Martin Gebert
     <Murphy.Gebert@gmx.de>.  This scanner is still to be considered beta,
     and actually it was written for Visual Prolog, so it should be tested
     against other Prolog dialects.
   * a scanner for Perl has been written by Alain Barbet
     <alian@alianwebserver.com>
   * Correctly check whether it is possible to write to a file (notified by
     Martin)
   * --tab option is correctly handled even for C/C++ files (bug fixed,
     notified by Martin)
   * Added option --line-number (-n) in order to print line numbers (as
     suggested by Ed Scott and Andre Charbonneau).
   * Man page added.
2002-12-23 22:27:48 +00:00
cjep
f3a3f76e1c Remove pointless brackets. 2002-12-23 22:18:24 +00:00
wiz
08dc6b4886 Add sq locale (for glib2). 2002-12-23 21:41:51 +00:00
wiz
252b0aea26 Update to 1.1.19 -- three more message catalogs installed, of which
two are new in this version ;).
2002-12-23 21:37:47 +00:00
jlam
3530f6ba5c Update security/PAM to 0.77. Changes from version 0.75 include:
* Numerous bug fixes for most of the PAM modules, including several
  string length checks and fixes (update recommended!).

* fix for legacy behavior of pam_setcred and pam_close_session in
  the case that pam_authenticate and pam_open_session hadn't been
  called

* pam_unix:
	- don't zero out password strings during password changing function
* pam_wheel:
	- feature: can use the module to provide wheel access to non-root
	  accounts.
* pam_limits:
	- added '%' domain for maxlogins limiting, now '*' and @group
	  have the old meaning (every) and '%' the new one (all)
	- handle negative priority limits (which can apply to the
	  superuser too).
* pam_userdb:
	- require that all of typed password matches that in database
* pam_access:
	- added the 'fieldsep=' argument, made a PAM_RHOST of ""
	  equivalent to NULL

Incidentally, cups-1.1.18 will once again do PAM authentication using
pam_unix.so if built against PAM-0.77.
2002-12-23 21:23:56 +00:00
wiz
9b27e03893 Update to 3.5.0. Changes since 3.1:
3.2  released on Sat 13 Jan 2001
Added '-i' switch to display whether a file contains seek information
Cleaned up endian-conversion code
Fixed a file naming bug - now, when only an input file name is given,
output files are named according to the following rules:
If shortening a file:

If the input file name ends in .wav, then change
extension to .shn; otherwise, append .shn to the
input file name.  Examples:

file.wav  ->  file.shn
file.ext  ->  file.ext.shn

If extracting a file:

If the input file name ends in .shn, then change
extension to .wav; otherwise, append .wav to the
input file name.

file.shn  ->  file.wav
file.ext  ->  file.ext.wav

When the caller specifies -v2 on the command line, seek tables are
not generated (neither appended nor created in separate files).
The default behavior is to generate/append seek tables.

3.3  released on Sun 12 Aug 2001
Converted to autoconf/automake build system
Made seek table code 64-bit clean
Changed seek table data structures to compensate for compilers that don't
properly implement #pragma pack(1)
Various minor cleanups/updates that don't impact the shorten algorithm

3.4  released on Sun 10 Feb 2002
Fix for reading/writing binary data on stdin/stdout for operating systems
that do not have a single '\x0A' as a line separator (Frank Klemm)
Shorten now refuses to input data from or output data to a tty
Fixed crash when trying to create seek tables from a non-shorten file
-s and -S options can now create seek table files from data read on stdin
(with -s, output filename is 'stdin.skt')
Seek tables are now appended to non-stdout output file when reading
uncompressed data from stdin (e.g. shorten - outfile.shn < data.wav)

3.5.0  released on Mon 18 Nov 2002
Support for compression of AIFF files contributed by Brian Willoughby of
Sound Consulting
Changed file naming convention during extraction - when only an input file
name is given, output files are named according to the following rules:

If the input file name contains more than one '.' and
ends in .shn, then drop the .shn; otherwise, if the input
file name ends in .shn, then change the extension to .wav;
otherwise, append .wav to the input file name.

file.aiff.shn  ->  file.aiff
file.aiff.ext  ->  file.aiff.ext.wav
file.shn       ->  file.wav
file.ext       ->  file.ext.wav

This change was made so that non-wav files would be properly named after
shortening and unshortening.  For example, 'shorten file.aiff' creates
file.aiff.shn, and with the change above, 'shorten -x file.aiff.shn'
will now create file.aiff (instead of file.aiff.wav).
2002-12-23 21:20:47 +00:00
wiz
2a28b6a4ef Fix gnome dist path on ftp.tuwien.ac.at. 2002-12-23 21:02:44 +00:00
wiz
5159c31362 Fix file descriptor leak reported in PR 19460. Bump PKGREVISION to 1. 2002-12-23 20:54:41 +00:00
wiz
4c46480399 m4 and gmake updates. 2002-12-23 20:42:42 +00:00
jschauma
43f09a9e25 IRIX has an old zlib version, so make it use pkgsrc's zlib. 2002-12-23 20:35:22 +00:00
wiz
030a12ccc8 Honor GNU_PROGRAM_PREFIX. Install 'gmake' link in any case for pkgsrc use.
Bump PKGREVISION to 1.
2002-12-23 20:30:43 +00:00
wiz
0e32a2f000 Honor GNU_PROGRAM_PREFIX; install gm4 in any case for pkgsrc use.
Change share dirname from gm4 to m4 to match PKGNAME.
Bump PKGREVISION to 1.
2002-12-23 20:08:50 +00:00
jschauma
8473122b88 Make this compile on Irix. 2002-12-23 20:05:07 +00:00
wiz
3cf8d71faf Wildcard m4 dependency. 2002-12-23 19:57:51 +00:00
jschauma
7f56109057 Make sure that shlibs built on IRIX use the same major version number as on
others.
2002-12-23 19:32:12 +00:00
wiz
caf430d1d6 Use GNU_PROGRAM_PREFIX. Based on a patch by Jeremy C. Reed. 2002-12-23 19:12:51 +00:00
wiz
cd2fdb497c Sort. 2002-12-23 19:06:09 +00:00
cjep
844c5578a5 Add RCS tag 2002-12-23 18:30:54 +00:00
cjep
b63b3e8e3c Fix RCS tag line so that pkglint does not complain. 2002-12-23 18:28:20 +00:00
cjep
ebe2fee544 Fix RCS tag. 2002-12-23 18:25:28 +00:00
wiz
34d312c14d Wildcard libutf depends. 2002-12-23 17:45:36 +00:00
jlam
03af9ff278 Include xpm/buildlink2.mk ... needed to build the xpm plugin on XF86-3.x
systems.
2002-12-23 17:35:35 +00:00
jlam
7fcfeb7629 Note that buildlink2 and full caching both work on IRIX (thanks, jschauma!) 2002-12-23 17:31:15 +00:00
jlam
06e0805659 Note that to test buildlink2, we need to build & install, but to test
caching, only building is needed.
2002-12-23 17:17:32 +00:00
jlam
d9c2c12997 Note that Solaris 8 & 9 work with full caching enabled (thanks grant, salo!).
Also change _BLNK_CACHE_ALL to take wildcard lists of MACHINE_PLATFORMs so
that specific operating system versions can be nailed down.
2002-12-23 17:09:17 +00:00
cjep
afa55834c5 Whitespace fix 2002-12-23 16:24:59 +00:00
cjep
375317cfe1 Remove empty HOMEPAGE= 2002-12-23 16:23:59 +00:00
cjep
a29e846322 Whitespace fix 2002-12-23 16:21:20 +00:00
grant
d2d6576c3b - full caching works on Solaris 8.
- only building pkgs is required.
- update platforms.
2002-12-23 16:21:10 +00:00
cjep
77c08729ba Whitespace fix 2002-12-23 16:14:38 +00:00
cjep
185d833afc Whitespace fixes in Makefile. Standardise MESSAGE file. 2002-12-23 16:10:59 +00:00
grant
028534a47d mark this NOT_FOR_PLATFORM Darwin, since the earliest version of perl
with Darwin support is perl58 and attempting to build this version
fails.
2002-12-23 16:10:45 +00:00