Commit graph

45847 commits

Author SHA1 Message Date
drochner
f50dd9af9f Extend the Python version zoo by Python-2.3 w/o threads.
Tested with -current on i386 only so far; 3 of the selftests still
failing, for reasons NetBSD cannot be blamed for.
CVS----------------------------------------------------------------------
2003-08-04 08:25:22 +00:00
adam
ddb1e48b18 Updated scummvm to 0.5.0 2003-08-04 08:22:25 +00:00
adam
7df8cc079a Changes 0.5.0:
* Extensive overhaul of the music subsystem, more games now support music
* Support for the Enhanced (V2) versions of Maniac Mansion and Zak McKracken
* Support for Beneath A Steel Sky
* Aspect Ratio correction added
2003-08-04 08:21:04 +00:00
drochner
c8a9cacdc4 Deal with the changed layout of the "Idle" IDE stuff in Python-2.3:
All the meat coms with the base installation; we just install a small
wrapper here.
2003-08-04 08:18:58 +00:00
drochner
88109ac95a prepare for Python-2.3 2003-08-04 08:15:47 +00:00
tron
78bfeffd55 Fix checksum for "patch-ab". 2003-08-04 08:02:55 +00:00
jmc
4bd895f360 Needs audio/openal/buildlink2.mk also 2003-08-04 07:57:26 +00:00
wiz
0df2a0a713 Note gnugo-3.4 update. 2003-08-04 07:52:18 +00:00
wiz
542655aa70 Update to 3.4:
- stronger than 3.2
- new connection and semeai modules use lookahead
- new break-in code
- improvements to many parts of the program
2003-08-04 07:51:23 +00:00
jmc
62a74bbbba Make QT3DIR depend on the install location of qt3-docs, not qt3 (as it's not
a package so this otherwise defaults to X11PREFIX which is wrong).
2003-08-04 07:45:27 +00:00
jmc
448e3f390f Make this understand netbsdelf as a configure target so it finds tcl/tk
correctly
2003-08-04 07:17:36 +00:00
jmc
c181c0fd5f Sync up with reality. There is no sbin/hylafax. 2003-08-04 06:54:13 +00:00
jmc
d75af847b7 This appends to perllocal.pod in archlib, not sitelib 2003-08-04 06:16:36 +00:00
jmc
4ef347743a Add py-qt3-sip. 2003-08-04 05:24:40 +00:00
wulf
1e1e320d84 Removed gpasm which has been supersceeded by gputils 2003-08-04 00:17:30 +00:00
wulf
ae23058e85 Added gputils-0.11.6: A collection of development tools for Microchip's PIC
micro-processor replacing obsoleted package gpasm.
Removed obsoleted package gpasm
2003-08-04 00:03:19 +00:00
wulf
93f33616bc Added and enabled gputils: a collection of tools for Microchip's PIC
micro-processors, replacing obsoleted package gpasm.
Removed obsoleted package gpasm.
2003-08-03 23:57:52 +00:00
wulf
da7830053f Initial commit of gputils-0.11.6, a collection of development tools for
Microchip's PIC micro-processors, replacing obsoleted package gpasm.
2003-08-03 23:54:29 +00:00
jmmv
1b243fb21d Note update of beecrypt to 3.0.0. 2003-08-03 21:00:00 +00:00
jmmv
42845c849e Update to 3.0.0 (homepages not beeing up to date...):
3.0.0:
- Cleaned up installed header files.
- Modified the API so that all keys can be passed as arrays of bytes.
- Modified the API so that all key sizes are given in bits.
- Modified the multi-precision integer library to work better on 64-bit
  machines.
- Modified the assembly source generation mechanism, employing the m4
  macro processor.
- Added multi-precision integer vectorized assembler routines for
  Itanium.
- Added multi-precision integer assembler routines for PowerPC 64-bit.
- Added multi-precision integer assembler routines for Alpha.
- Added multi-precision integer assembler routines for Opteron.
- Added multi-precision integer assembler routines for IBM zSeries 64-bit.
- Added multi-precision integer assembler routines for M68K.
- Added Jeff Johnson's python bindings.
- Added new unit tests.
- Added new benchmarking programs.

2.3.0pre:
- Modified the header files so that the library now uses self-contained
  autoconf-generated configuration files; a program employing BeeCrypt can
  now use the symbols already tested and defined instead of having to
  regenerate them (thus also eliminating the risk of inconsistencies).
- Added the AES algorithm, with assembler routines for i586 and powerpc.
- Added the DSA signature algorithm.
- Added PowerPC assembler routines for blowfish.
- Added Pentium4 SSE2 assembler multiplication routines.
- Fixed the RSA CRT algorithm.
- Fixed the gas/i386 mp32even and mp32odd routines.
- Fixed a bug in modular inverse computation; thanks to Jeff Johnson of
  RedHat for pointing this out.
- Fixed a bug in testing the result of a gcd operation in the mp32prndconone
  routine.
- Fixed an ugly bug in base64 decoding.
- Fixed compatibility with the latest automake & autoconf versions.
- Replaces CPU optimization mechanism in configure script.
2003-08-03 20:58:17 +00:00
jmmv
3f542b2ed3 Add missing .endif. *sigh* 2003-08-03 20:52:30 +00:00
jdolecek
d92fc7b03f Update cdlabelgen to latest version, 2.6.1
Changes:
* Word-wrap fix
* Included two logos for DivX and Ogg Vorbis
* Added option to output slim CD cover cases with page order switched
* Added --no-cover-plaque and --number-in-set <string>
* Updated spec file to match 2.6.1
2003-08-03 20:44:26 +00:00
tron
82941e83f0 Regen. 2003-08-03 19:22:50 +00:00
jmmv
8c2efede89 Note addition of beecrypt, version 2.1.0. 2003-08-03 15:50:07 +00:00
jmmv
25f2290454 Add and enable beecrypt. 2003-08-03 15:48:08 +00:00
jmmv
c2444537b4 Initial import of beecrypt, version 2.1.0:
BeeCrypt is an open source cryptography library that contains highly
optimized C and assembler implementations of many well-known algorithms
including Blowfish, MD5, SHA-1, Diffie-Hellman, and ElGamal.

Unlike some other crypto libraries, BeeCrypt is not designed to solve
one specific problem, like file encryption, but to be a general purpose
toolkit which can be used in a variety of applications.

There are also no patent or royalty issues associated with BeeCrypt, and
it is released under the GNU LGPL license, which means it can used for
free in both open source and closed source commercial projects.
2003-08-03 15:47:42 +00:00
dmcmahill
b2a7d43adf s/netbsd/NetBSD/ 2003-08-03 15:17:51 +00:00
jmmv
8d5182cd74 Note revision bump for audacity to 4. 2003-08-03 14:13:22 +00:00
jmmv
fa79779234 Use external id3lib (the one that comes with the package fails to build).
Bump PKGREVISION to 4.
2003-08-03 14:12:29 +00:00
jmmv
9561b342dd Go back to the 'target' conditional. 'commands' fails on the 1.5 branch,
according to private mail by Thorsten Frueauf.
2003-08-03 11:47:01 +00:00
seb
3e036f5a53 Convert to USE_NEW_TEXINFO.
XXX I was not able to compile this on 1.6W, 1.6.1 or 1.5.3.
2003-08-03 09:55:38 +00:00
seb
c327aae604 Convert to USE_NEW_TEXINFO. 2003-08-03 09:02:24 +00:00
seb
acf5f6e4e7 Convert to USE_NEW_TEXINFO. 2003-08-03 08:26:21 +00:00
seb
1a211d2439 Convert to USE_NEW_TEXINFO.
Remove now unnecessary patch file.
2003-08-03 08:14:46 +00:00
seb
c1b45a021a Really remove this patch file. Many thanks to jmc@ for spotting this! 2003-08-03 08:04:59 +00:00
jmc
0b009ce693 Typo in data directory made vs one actually used. 2003-08-03 07:39:58 +00:00
sjg
16d168ebbb Update bmake and mk-files.
Changes to mk-files:
	* install-mk: add ability to use cp -f when updating
	destination .mk files.  Also now possible to play games with
	FORCE_SYS_MK=ln etc on *BSD machines to link /usr/share/mk/sys.mk
	into dest - not recommended unless you seriously want to.
	* own.mk (IMPFLAGS): add support for COPTS.${IMPSRC:T} etc
	for semi-compatability with NetBSD.
Changes to bmake:
	* boot-strap: Allow setting configure args on command line.
	* configure.in: add --with-defshell to allow sh or ksh
	to be selected as default shell.
	* Merge with NetBSD make 20030731
	Pick up .SHELL spec for ksh and associate man page changes.
	Also compat mode now uses the same shell specs.
	* var.c (Var_Parse): ensure delim is initialized.
	* unit-tests/Makefile.in: use single quotes to avoid problems from
	some shells.
	* makefile.boot.in:
	Run the unit-tests as part of the bootstrap procedure.
	* unit-tests/Makefile.in: always force complaints from
	${TEST_MAKE} to be from 'make'.
	* configure.in: add check for 'diff -u'
	also fix some old autoconf'isms
	* Makefile.in (BMAKE_VERSION): bump version to 20030728.
	if using GCC add -Wno-cast-qual to CFLAGS for var.o
	* Merge with NetBSD make 20030728
	Pick up fix for :ts parsing error in some cases.
	Pick unit-tests.
2003-08-03 05:50:02 +00:00
gehenna
60c212e50c Note cvsync 0.24.3 2003-08-03 05:16:28 +00:00
gehenna
1f36c46053 CVSync 0.24.3
Changes:
  * Fix a bug to fail to update a symlink status. (client)

  * New keyword: nordiff (server)
    On updating a regular file, a server send a whole file instead of
    using rdiff algorithm. It is efficient to update tarballs or similar.

  * Improve a rdiff performance slightly. (server)
2003-08-03 05:14:07 +00:00
seb
8a54bb4fbc Note update of misc/pinfo to version 0.6.1nb2 [configuration file handling
fix and example file installation directory change]
2003-08-03 01:04:36 +00:00
seb
a5e87f43d9 Obey to PKG_SYSCONFDIR. Use bsd.pkg.install.mk framework to deal
with configuration file. Install example configuration file
in the canonical pkgsrc directory.

Bump PKGREVISION.
2003-08-03 01:01:32 +00:00
seb
ef35a4ae37 Convert to USE_NEW_TEXINFO. 2003-08-03 00:46:22 +00:00
seb
a15aa8e109 Convert to USE_NEW_TEXINFO.
And take care of an overlooked info file.
2003-08-03 00:41:32 +00:00
seb
38cd119b43 Convert to USE_NEW_TEXINFO. 2003-08-03 00:30:43 +00:00
seb
f435fce1a6 Note update of misc/git to version 4.3.17nb1 [documentation installation
directory fix]
2003-08-03 00:14:18 +00:00
seb
4d2ebccdcb Install documentation in a canonical pkgsrc directory.
Sort and clean PLIST.
Bump PKGREVISION.
2003-08-03 00:12:30 +00:00
seb
58460f543e Convert to USE_NEW_TEXINFO.
Remove not so perfect call to ${MAKE} in pre-install target to
handle the info/ subdir, tune ALL_TARGET instead.
2003-08-03 00:02:44 +00:00
markd
c987cd3163 Update checksum - previous was for a prerelease version of kdelibs. 2003-08-02 22:14:54 +00:00
seb
4285450dc6 Convert to USE_NEW_TEXINFO.
Fix info files generation by ensuring buildlink2 framework is used:
use BUILD_DIRS/INSTALL_DIRS.
2003-08-02 22:09:36 +00:00
seb
bd00d6d3a3 depkglint. 2003-08-02 21:45:39 +00:00