Commit graph

103798 commits

Author SHA1 Message Date
rillig
053a0f6a18 Fixed pkglint warnings. 2006-10-01 14:34:01 +00:00
rillig
db88123a55 Updated gogui to 0.9.1. 2006-10-01 14:29:44 +00:00
rillig
33d12df53e Updated gogui to 0.9.1.
From the homepage:
Version 0.9.1 fixes a few minor bugs in 0.9.
2006-10-01 14:28:37 +00:00
taca
a61011d19c Note update of www/zope3 package to 3.3.0. 2006-10-01 14:26:19 +00:00
taca
1bfe65e018 Update www/zope3 to 3.3.0, based on PR pkg/34668 by Yoshito Komatsu
with small modifications;

- don't change order of find(1)'s command line option.
- adding VARBASE, ZOPE3_GROUP and ZOPE3_USER to BUILD_DEFS.

Most Important Changes Since Zope 3.2
-------------------------------------

   - Provided a new component registry API that allows multiple
     component registries to be combined more flexibly than before.
     See 'zope.component.interfaces.IComponentRegistry' for more
     information.

   - Greatly simplified local-component registration.
     See 'zope.component.interfaces.IComponentRegistry' for more
     information.

   - Moved many packages out of zope.app to make them easier to use
     outside of Zope.

   - Change the session credentials plugin to make it configurable
     in which fields it looks for the credentials.

   - Added a new API for collating text.  You can now adapt
     a locale to 'zope.i18n.interfaces.ILocales.ICollator'.  You can
     then use that to sort strings, such as menu entries, in a
     locale-specific fashion.

   - A new 'zope.annotation.factory' helper function that makes
     it easier to create annotations. Also added a README in
     'zope.annotation' which explains how to use it.

   - Added a more complete set of widgets for fields that use
     iterable sources.  These widgets now mirror the set provided
     by vocabulary-based fields.

   - Added a cleaner and more robust API to testbrowser for setting
     file-upload data.


   - Deprecated several ZCML directives:

     * factory

     * vocabulary

     * content (as an alias to the class directive)

     * modulealias

     * renderer:renderer

   - The 'browser:layer' directive and the 'ILayer' interface
     has been deprecated.  Registering layers has become obsolete,
     layers should be created as interfaces extending
     'IBrowserRequest'.

   - The 'browser:skin' directive has been deprecated.  Skins
     should be created as interfaces extending 'IBrowserRequest'
     and can be registered using a simple 'utility' directive.

   - The 'ISkin' interface has been renamed to 'IBrowserSkinType'.

For a complete list of changes see the 'CHANGES.txt' file.
2006-10-01 14:25:23 +00:00
rillig
d645248346 Depends on SpeedyCGI to resolve the path to the interpreter correctly.
Fixed the permissions of the installed files. Bumped PKGREVISION.
2006-10-01 14:24:30 +00:00
rillig
857d3b1ac1 Don't include bsd.prefs.mk more often than necessary. 2006-10-01 14:23:20 +00:00
rillig
8378d988f5 The "test" phase is interactive. 2006-10-01 14:22:02 +00:00
rillig
f8899baeae Fixed some pkglint warnings. 2006-10-01 14:16:21 +00:00
rillig
176f3d9375 Fixed some pkglint warnings. 2006-10-01 14:00:12 +00:00
rillig
bcce47fa3d Fixed missing Bash interpreter. Bumped PKGREVISION. 2006-10-01 13:56:38 +00:00
rillig
c82dc2c620 Fixed some pkglint warnings. On Solaris, querying the __sun macro
instead of __sun__ is preferred.
2006-10-01 13:56:00 +00:00
rillig
e5c87a8069 Sorted PLIST. 2006-10-01 13:53:30 +00:00
rillig
32702d1ed4 Replaced mv/sed with SUBST_*. Reindented some Makefile directives. 2006-10-01 13:52:17 +00:00
rillig
d7deadb087 Added GNU_PROGRAM_PREFIX to BUILD_DEFS. 2006-10-01 13:38:33 +00:00
tonio
39afa8e2f5 Fix build under Darwin by explicitly linking against libiconv
Bump PKGREVISION
2006-10-01 12:23:39 +00:00
obache
1864ead2bc + ImageMagick-6.2.9.7 and mention ruby-RMagick-1.14.0 require it. 2006-10-01 12:15:37 +00:00
tron
663307ee50 Remove as maintainer of this package because I'm now longer running
INN on my home server.
2006-10-01 11:34:24 +00:00
agc
f4f4920d26 Note the addition of devel/arena 2006-10-01 10:51:12 +00:00
agc
6db5344732 Add and enable arena 2006-10-01 10:49:20 +00:00
agc
5179d89029 Initial import of Arena-0.9.7, a C-like scripting language interpreter
with a 3-clause BSD licence, into the Packages collection.

	A lightweight scripting language based on ANSI C.  The language uses a
	syntax and library similar to that of ANSI C, but adds automatic
	memory management and runtime polymorphism on top of that.

	The Arena language was designed with the following main features in
	mind, most of which were added on top of a very C-like core to support
	better ad-hoc scripting:

	     * syntax similar to ANSI C
	     * standard library similar to ANSI C
	     * automatic memory management
	     * runtime polymorphism
	     * support for exceptions
	     * support for anonymous functions

	Additionally, an interpreter for the Arena language can be implemented
	to be very compact in terms of both source code size and memory
	consumption.
2006-10-01 10:48:22 +00:00
adam
b05240bad6 Updated archivers/p7zip to 4.43 2006-10-01 10:40:27 +00:00
adam
03993a5421 Changes 4.43:
- From Windows version of 7-zip 4.43 :
  - 7-Zip now can use multi-threading mode for compressing to .ZIP archives.
  - ZIP format supporting was improved.
  - 7-Zip now supports WinZip-compatible AES-256 encryption for .ZIP archives.
  - 7-Zip now uses order list (list of extensions) for files sorting for compressing
    to .7z archives. It can slightly increase compression ratio in some cases.
  - 7-Zip now restores modification time of folders during .7z archives extracting.
  - Some bugs were fixed.
- fixed : the user can now see the percentage indicator.
- support added for Tru64 / OSF 5.1  (makefile.tru64)
- small fix in install.sh (7zr install)
- fix "make all" now build 7za and 7zCon.sfx following the README.
2006-10-01 10:39:21 +00:00
schwarz
57d123e24a added support for IRIX 5 2006-10-01 10:37:14 +00:00
adam
97d38160dd Updated misc/stellarium to 0.8.1 2006-10-01 10:29:29 +00:00
adam
6f9f5d4bfa Changes 0.8.1:
* radial texture for planetary rings
* telescope control using external telescope server programs
* minimum_fps patch by nuisance78
* image flipping
* Automatically get locale codes on win32 (works sometimes)
* Many bugs fixes, thanks to bug reporters on sf.net!
2006-10-01 10:27:19 +00:00
schwarz
34e005653b added support for IRIX 5 2006-10-01 08:56:28 +00:00
schwarz
acb654bfa2 added support for non-C99 compilers (patch OK'd by original author) 2006-10-01 08:55:32 +00:00
schwarz
cf7e3d9d46 added support for IRIX 5 2006-10-01 08:52:01 +00:00
schwarz
dc3f7e0ba3 added support for IRIX 5 2006-10-01 08:26:56 +00:00
obache
d5cadef053 Updated hyperestraier to 1.4.4. 2006-10-01 08:10:51 +00:00
obache
c62d1ac260 Update hyperestraier to 1.4.4.
Changes:
2006-09-20  Mikio Hirabayashi

	* estraier.c (est_db_pseudo_doc_num): new function.

	* estcmd.c (runregex, procregex): "-ci" option was added.

	* estseek.c (realmain): "formtype" and "candir" attributes were added.

	* estseek.c (showformforfile, showformformail): new functions.

	* estfraud.c (sendnodecmdputdoc, sendnodecmdoutdoc, sendnodecmdsync): new functions.

	- Release: 1.4.4
2006-10-01 08:09:38 +00:00
obache
b819c21fe5 Updated qdbm and sub packages to 1.8.71. 2006-10-01 07:53:50 +00:00
obache
e5006bb750 Update qdbm and sub packages to 1.8.71.
Changes:
2006-08-24  Mikio Hirabayashi

	- Makefile was modified to assure portability.
	- Silent flag was added to the C++ API, the Java API, and the Ruby API.
	- Release: 1.8.71
2006-10-01 07:48:38 +00:00
dsainty
848be1572a Updated mail/nmh to 1.0.4nb7 2006-10-01 07:46:58 +00:00
dsainty
9ad5c61881 Workaround for SEGV problem running nmh utilities built with gcc4 by reducing optimisation. Allows nmh code to use nmh's private non-standard strcasecmp(). Bump PKGREVISION. Addresses PR34027. 2006-10-01 07:34:16 +00:00
agc
1785e22203 Note the end of the freeze for the new pkgsrc branch.
Welcome to pkgsrc-2006Q3
2006-10-01 07:19:09 +00:00
dmcmahill
6b54234bb5 note devel/cpuflags update to 1.03 2006-10-01 01:02:33 +00:00
dmcmahill
911f2c9843 update to cpuflags-1.03 after removing the solaris -p flag to psrinfo. 2006-10-01 01:00:48 +00:00
dmcmahill
a402e8fe3c use psrinfo -v instead of -pv. On solaris-2.8, -p is supported (or so
says the man page) but seems to cause nothing to come out even with -v.
On solaris-2.9 (sparc), -p isn't supported which causes major failures.
On solaris-2.9 (i386), -p causes a failure.
2006-10-01 00:59:36 +00:00
smb
0a1af338b2 Add caveat regarding problems with the newest iPods 2006-10-01 00:06:31 +00:00
hira
82d237071e Note PKGREVISION bump of net/samba. 2006-09-30 22:58:47 +00:00
hira
07bf91c9b9 Fix perl path in findsmb. Bump PKGREVISION.
This closes PR pkg/34520.  OK'd by agc@.
2006-09-30 22:57:22 +00:00
jdolecek
09b7860180 www/opera update to 9.02 (security update) 2006-09-30 18:38:26 +00:00
jdolecek
d27fd59c00 Update to opera 9.02 - this fixes serious SSL certificate verification
problem (recent OpenSSL signature-forgery problem), as well as various
other fixes and small improvemends
2006-09-30 18:37:09 +00:00
obache
720c1e33af USE_LANGUAGES=c c++ 2006-09-30 13:43:52 +00:00
obache
bb1584e095 Add some missing entry. 2006-09-30 12:25:39 +00:00
obache
db343a1947 Some forgotten renumbering 19->27. 2006-09-30 12:24:45 +00:00
obache
924b14b8b2 - xemacs-current-21.5.22 (already updated to 21.5.27). 2006-09-30 12:02:27 +00:00
taca
8d7ce1ccd3 Note update of security/openssl package to 0.9.7inb3. 2006-09-30 04:21:29 +00:00