Commit graph

8675 commits

Author SHA1 Message Date
joerg
6080524f29 Fix insecure temporary file generation. Based on Debian patchset,
but handles more cases. Bump revision.
2006-05-23 16:07:04 +00:00
joerg
da1ce1e2cd *blush* Fix typo in variable name. 2006-05-23 14:50:20 +00:00
joerg
84beccc387 Use install framework for info page. Bump revision. Fixes PR 33537. 2006-05-23 13:00:50 +00:00
rillig
99565af646 Added missing closing brace. Bumped PKGREVISION. 2006-05-23 11:09:04 +00:00
adam
c0976c2e57 Changes 0.5.14:
* Bug fixes
* MPEG2 support
2006-05-23 10:52:22 +00:00
jlam
60f791e1e6 Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.
2006-05-22 22:22:02 +00:00
drochner
de7be9e0b1 it is much easier, we don't need PYTHON_VERSION_REQD 2006-05-22 17:02:48 +00:00
wiz
61a8a89d7c USE_LANGUAGES=c c++ 2006-05-22 16:51:42 +00:00
tron
23b45ee72e Another attempt to properly recognized the currently installed
Python version.
2006-05-22 14:56:53 +00:00
tron
7dd16fe467 Use existing Python version instead of forcing people to use the
outdated Python 2.3.
2006-05-22 14:38:16 +00:00
adam
927d613f43 Changes 2.10.3:
* gmmproc: Corrections to code generation, to prevent some methods from being empty.
  This was a regression introduced by the addition of the --enable-api-* options.
2006-05-22 11:03:59 +00:00
joerg
e7d642919c Split off the header and pc file into a separate package, shared
by the various Python version dependent packages. Bump revision.
Force new API version to avoid problems.
2006-05-21 18:44:46 +00:00
joerg
0306c4867c Import py-gobject-shared, which contains Python version independent
files to avoid conflicts within py{23,24}-gobject.
2006-05-21 18:40:20 +00:00
rillig
9bf2ad4d8e Fixed pkglint warnings. 2006-05-21 16:34:19 +00:00
joerg
30bc0967cd Uses C++. 2006-05-21 13:59:04 +00:00
joerg
b8c586221d Spell OPSYS as NetBSD as it is supposed to be. 2006-05-21 13:53:05 +00:00
agc
0c73ae8313 Update the NetBSD iSCSI target to version 20060520:
Adjust the data VPD returns, to work around a problem in the Cisco
initiator (used on Solaris 10 Update 1) - the initiator demands that a
UUID is returned, so give it one.

Add autoconf glue for that, and a compat uuid_create(3) and
uuid_to_string(3).

This still spews a lot of output via the target's syslog, but persevere,
since it does actually make the target work with the Solaris initiator:

        solaris10# format
        Searching for disks...done


        AVAILABLE DISK SELECTIONS:
               0. c1d0 <DEFAULT cyl 29728 alt 2 hd 64 sec 63>
                  /pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0
               1. c2t5d0 <DEFAULT cyl 96 alt 2 hd 64 sec 32>
                  /iscsi/disk@0000iqn.1994-04.org.netbsd.iscsi-target%3Atarget00001,0
        Specify disk (enter its number): ^D
        solaris10# df -k /mnt
        Filesystem            kbytes    used   avail capacity  Mounted on
        /dev/dsk/c2t5d0s0      91407    1041   81226     2%    /mnt
        solaris10# uname -a
        SunOS solaris10 5.10 Generic_118844-26 i86pc i386 i86pc
        solaris10#
2006-05-21 09:51:00 +00:00
rillig
e717f552f2 Fixed a documentation bug. It's AC_INCLUDES_DEFAULT, not
AC_DEFAULT_INCLUDES. Bumped PKGREVISION.
2006-05-21 09:43:07 +00:00
wiz
1d474b95a0 USE_LANGUAGES=c++ 2006-05-21 09:04:38 +00:00
rillig
955428e9ea Fixed paths to the Perl and Bash interpreters. Bumped PKGREVISION. 2006-05-21 07:06:19 +00:00
wiz
6571897eea Add and enable cvsd. 2006-05-20 23:52:36 +00:00
wiz
ef9b86abab Initial import of cvsd, a cvs pserver wrapper that chroots the pserver.
Based on the work by Eric Schnoebelen and virtus@ in pkgsrc-wip.

DESCR:
cvsd is a wrapper program for cvs in pserver mode. It will run 'cvs
pserver' under a special uid/gid in a chroot jail.

cvsd is run as a daemon and is controlled through a configuration
file. It is relatively easy to configure and tools are provided
for easily setting up a rootjail.

This server can be useful if you want to run a public cvs pserver.
You should however be aware of the security limitations of running
a cvs pserver. If you want any kind of authentication you should
really consider using secure shell as a secure authentication
mechanism and transport. Passwords used in cvs pserver are transmitted
in plaintext and this wrapper won't change that.

This server adds a layer of security to cvs. cvs is a very powerful
tool and is capable of running scripts and other things. By running
cvs in a rootjail it is possible to limit the amount of "damage"
cvs can do if it is exploited.  It is generally a good idea to run
cvsd without any write permissions to any directory on the system.
2006-05-20 23:38:16 +00:00
rillig
23a355e93a + pcre-ocaml 2006-05-20 14:22:36 +00:00
rillig
dcfc9ece8f Imported pcre-ocaml.
This OCaml-library interfaces the PCRE (Perl-compatible regular
expressions) library which is written in C. it can be used for matching
regular expressions which are written in "Perl"-style.
2006-05-20 14:22:04 +00:00
rillig
7d33272f2d Added a utility to register and unregister package paths. 2006-05-20 13:47:43 +00:00
rillig
b99d16ffdf Fixed hard-coded path to the Perl interpreter. Bumped PKGREVISION. 2006-05-20 13:12:00 +00:00
rillig
2dfee10da9 + ocaml-findlib 2006-05-20 13:00:43 +00:00
adam
308c845ade Changes 1.0.8:
This is a bugfix release.
* Correction for bug 16587.
* Correction for handling non-string identifiers in tableviews.
2006-05-20 12:24:37 +00:00
adam
466d26c45c Correctly handle gcc-4 2006-05-20 12:13:51 +00:00
rillig
e0f3b7288c Removed findlib. The name was too generic. As a replacement,
ocaml-findlib is available.
2006-05-20 10:20:32 +00:00
rillig
6e53dd3ffa Imported ocaml-findlib.
The "findlib" software provides a scheme to manage reusable software
components  in the form of libraries, and includes tools that support
this scheme. A  library installed as a findlib component is also called
a package. The point is  that the findlib scheme allows it to store
metainformation about the library,  especially how it can be used in
programs. The packages are kept in the  filesystem hierarchy, but the
directory structure is defined by findlib, and  there is no way to
deviate from this standard. The library contains functions  to look the
directory up that stores a package, to query metainformation about  a
package, and to retrieve dependency information about multiple packages.
There is also a tool that allows the user to enter queries on the
command-line.  In order to simplify compilation and linkage, there are
new frontends of the  various OCaml compilers that can directly deal
with packages.
2006-05-20 10:19:35 +00:00
rillig
943ccdf61c Imported findlib.
The "findlib" software provides a scheme to manage reusable software
components  in the form of libraries, and includes tools that support
this scheme. A  library installed as a findlib component is also called
a package. The point is  that the findlib scheme allows it to store
metainformation about the library,  especially how it can be used in
programs. The packages are kept in the  filesystem hierarchy, but the
directory structure is defined by findlib, and  there is no way to
deviate from this standard. The library contains functions  to look the
directory up that stores a package, to query metainformation about  a
package, and to retrieve dependency information about multiple packages.
There is also a tool that allows the user to enter queries on the
command-line.  In order to simplify compilation and linkage, there are
new frontends of the  various OCaml compilers that can directly deal
with packages.
2006-05-20 10:18:03 +00:00
rillig
4cf7bbb0c1 ... I forgot to say: This update to 2.4.2 has mainly been done by Mark
Kirby in PR 33515, with slight improvements by me.
2006-05-19 21:35:01 +00:00
rillig
6d4a73fced Updated cmake to 2.4.2.
Since 2.0.5, there have been numerous small bug fixes, improvements in
speed and portability.
2006-05-19 21:32:52 +00:00
rillig
f8d6eb0e4a Synchronized the Makefiles with the filesystem. 2006-05-19 19:57:26 +00:00
joerg
af9a57c2ca Use and fix C++. Fix pthread linkage. 2006-05-19 14:32:43 +00:00
tonio
cbd716ffcc add a symlink for libltdl.dylib when OPSYS == Darwin
This fixes lang/kaffe build
2006-05-19 09:12:29 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
drochner
6f5e7e8c8f update to 1.14.1
changes:
-Enable the ODF support in the thumbnailer's schema.
-some bugfixes

also register the schema file with gconf so that thumbnails for
office/odf are actually created
2006-05-17 17:21:41 +00:00
wiz
63a1621b47 Update to 2.7.7, from Brook Milligan in PR 33498.
Previous version was 2.7.6c, but I'm not sure which of
the following changes were before 2.7.6c, so I'll list all
changes since 2.7.5:
# Version 2.7.6 revision a/b/c/d/e (08/19/2005-02/18/06)

    * Added WS-Security authentication, tokens, and signatures with new 'wsse' plugin, see documentation in 'doc' directory and 'samples/wsse'.
    * Added 'doc' directory for documentation and moved soapdoc2.html and soapdoc2.pdf.
    * Added SOAP_XML_INDENT flag.
    * Added soap_sender_fault_subcode() and soap_receiver_fault_subcode() for SOAP 1.2 subcodes.
    * Added WITH_DOM compile flag to enable flushing serialized and deserialized data to DOM (as well as a stream).
    * Added soapcpp2 option -L.
    * Added soapcpp2 option -a.
    * Added wsdl2h option -a (for backward compatibility).
    * Added wsdl2h option -d.
    * Added WITH_TCPFIN comile flag to enable optional shutdown with how=1 (TCPFIN) after final sends to force EOF on other side (used to be the default behavior).
    * Added schema substitutionGroup support.
    * Added soap_ssl_init().
    * Improved DOM implementation and documentation.
    * Improved AS400 portability.
    * Improved schema choice support.
    * Fixed wsdl2h multiple schema include issue.
    * Fixed soaps2dateTime and soap_timegm functions when timegm is not available.
    * Fixed exc-c14n formatting.
    * Fixed SOAP 1.2 fault handling.
    * Fixed missing soap_flag___item2 issue.
    * Fixed partial MIME boundary parsing issue.
    * Fixed base64 parsing with WITH_FAST.
    * Fixed MIME encoding of \r\r sequence.
    * Fixed QName normalization issue.
    * Fixed relative path schema import.
    * Fixed MTOM cid matching with URL encoded IDs.
    * Fixed wide-character (wchar_t*) XML attribute handling.
    * Fixed std::vector element id-ref ordering in deserializer.

# Version 2.7.7 (04/07/2006)

    * Added streaming MTOM support (see also example in samples/mtom-stream).
    * Added long double serialization support with custom serializer (custom/long_double.h).
    * Added automatic detection of application's soap_malloc() data overruns in DEBUG mode.
    * Improved time_t and struct tm (custom/struct_tm.h) serialization.
    * Fixed issue with a wrongly generated namespace map entry.
    * Fixed PalmOS socket connection issues.
    * Fixed XML attributes with bitmask enumeration (enum*) values.
2006-05-16 22:37:27 +00:00
dogcow
68052c76fe Pentium-M should be scheduled as pentium-m, not pentium4m. 2006-05-16 16:43:10 +00:00
joerg
928b9af7ea Fix up pthread related source:
- PTHREAD_MUTEX_RECURSIVE is POSIX, _NP doesn't exist
- try to link when looking for pthread_mutex_timedlock
- don't hard-code -lpthread

Bump revision, since the generated library changed.
2006-05-16 15:56:43 +00:00
joerg
7c306bc246 Uses C++. 2006-05-15 19:41:49 +00:00
joerg
71277f9567 Fix errno. 2006-05-15 19:41:45 +00:00
joerg
2ece44ef85 Uses C++. 2006-05-15 19:27:55 +00:00
seb
5a99e6dd5e Add & enable p5-ExtUtils-CBuilder, p5-ExtUtils-ParseXS, p5-Module-Install
and p5-Module-Install-RTx
2006-05-15 15:04:27 +00:00
seb
a42074a946 Initial addition of p5-Module-Install-RTx version 0.11 into the NetBSD packages
Collection.

This Perl 5 module is a helper module for RT extension writers to
install files into an existing RT installation.
2006-05-15 15:01:19 +00:00
seb
8736dd1694 Initial addition of p5-Module-Install version 0.62 into the NetBSD packages
Collection.

This Perl 5 module is a standalone, extensible installer for Perl
modules.  It is designed to be a drop-in replacement for
ExtUtils::MakeMaker, and is a descendent of CPAN::MakeMaker.
2006-05-15 14:59:52 +00:00
seb
64fa4cecce Initial addition of p5-ExtUtils-ParseXS version 2.15 into the NetBSD packages
Collection.

This Perl 5 module will compile XS code into C code by embedding
the constructs necessary to let C functions manipulate Perl values
and creates the glue necessary to let Perl access those functions.
The compiler uses typemaps to determine how to map C function
parameters and variables to Perl values.
2006-05-15 14:58:32 +00:00
seb
83ec3d40d1 Initial addition of p5-ExtUtils-CBuilder version 0.18 into the NetBSD packages
Collection.

This Perl 5 module can build the C portions of Perl modules by
invoking the appropriate compilers and linkers in a cross-platform
manner.  It was motivated by the "Module::Build" project, but may
be useful for other purposes as well.  However, it is not intended
as a general cross-platform interface to all your C building
needs.
2006-05-15 14:56:51 +00:00