summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21Split off the header and pc file into a separate package, sharedjoerg7-28/+59
by the various Python version dependent packages. Bump revision. Force new API version to avoid problems.
2006-05-21Import py-gobject-shared, which contains Python version independentjoerg4-0/+51
files to avoid conflicts within py{23,24}-gobject.
2006-05-21Fixed pkglint warnings.rillig5-31/+30
2006-05-21Uses C++.joerg1-1/+2
2006-05-21Spell OPSYS as NetBSD as it is supposed to be.joerg1-2/+2
2006-05-21Update the NetBSD iSCSI target to version 20060520:agc2-6/+6
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-21Fixed a documentation bug. It's AC_INCLUDES_DEFAULT, notrillig3-7/+34
AC_DEFAULT_INCLUDES. Bumped PKGREVISION.
2006-05-21USE_LANGUAGES=c++wiz1-1/+2
2006-05-21Fixed paths to the Perl and Bash interpreters. Bumped PKGREVISION.rillig1-4/+8
2006-05-20Add and enable cvsd.wiz1-1/+2
2006-05-20Initial import of cvsd, a cvs pserver wrapper that chroots the pserver.wiz10-0/+191
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+ pcre-ocamlrillig1-1/+2
2006-05-20Imported pcre-ocaml.rillig4-0/+56
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-20Added a utility to register and unregister package paths.rillig3-2/+42
2006-05-20Fixed hard-coded path to the Perl interpreter. Bumped PKGREVISION.rillig1-3/+9
2006-05-20+ ocaml-findlibrillig1-1/+2
2006-05-20Changes 1.0.8:adam2-7/+6
This is a bugfix release. * Correction for bug 16587. * Correction for handling non-string identifiers in tableviews.
2006-05-20Correctly handle gcc-4adam1-2/+2
2006-05-20Removed findlib. The name was too generic. As a replacement,rillig4-80/+0
ocaml-findlib is available.
2006-05-20Imported ocaml-findlib.rillig4-0/+81
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-20Imported findlib.rillig4-0/+80
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-19... I forgot to say: This update to 2.4.2 has mainly been done by Markrillig1-1/+1
Kirby in PR 33515, with slight improvements by me.
2006-05-19Updated cmake to 2.4.2.rillig5-61/+128
Since 2.0.5, there have been numerous small bug fixes, improvements in speed and portability.
2006-05-19Synchronized the Makefiles with the filesystem.rillig1-1/+2
2006-05-19Use and fix C++. Fix pthread linkage.joerg5-2/+46
2006-05-19add a symlink for libltdl.dylib when OPSYS == Darwintonio1-1/+6
This fixes lang/kaffe build
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz3-4/+8
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-17update to 1.14.1drochner4-25/+11
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-16Update to 2.7.7, from Brook Milligan in PR 33498.wiz2-7/+7
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-16Pentium-M should be scheduled as pentium-m, not pentium4m.dogcow2-5/+5
2006-05-16Fix up pthread related source:joerg4-8/+123
- 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-15Uses C++.joerg1-1/+2
2006-05-15Fix errno.joerg3-2/+28
2006-05-15Uses C++.joerg1-1/+2
2006-05-15Add & enable p5-ExtUtils-CBuilder, p5-ExtUtils-ParseXS, p5-Module-Installseb1-1/+5
and p5-Module-Install-RTx
2006-05-15Initial addition of p5-Module-Install-RTx version 0.11 into the NetBSD packagesseb4-0/+26
Collection. This Perl 5 module is a helper module for RT extension writers to install files into an existing RT installation.
2006-05-15Initial addition of p5-Module-Install version 0.62 into the NetBSD packagesseb4-0/+33
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-15Initial addition of p5-ExtUtils-ParseXS version 2.15 into the NetBSD packagesseb4-0/+29
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-15Initial addition of p5-ExtUtils-CBuilder version 0.18 into the NetBSD packagesseb4-0/+28
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-15Imported qconf.rillig4-0/+40
QConf allows you to have a nice configure script for your qmake-based project. It is intended for developers who don?t need (or want) to use the more complex GNU autotools. With qconf/qmake, it is easy to maintain a cross-platform project that uses a familiar configuration interface on unix.
2006-05-14Uses C++.seb1-2/+4
While here fix pkglint warning wrt whitespace.
2006-05-13Fix buildlink3.mkadam1-1/+2
2006-05-13Changes 2.10.2:adam4-35/+11
* Added --enable-api-properties, --enable-api-vfuncs, and --enable-api-exceptions. When using these, the API, and any API generated by gmmproc, will be changed. This allows users of embedded platforms to reduce the code size of *mm libraries and *mm-using applications, at the small cost of losing some rarely-used API. Alternatives exist for that API, as show in the examples.
2006-05-13Add a missing file to PLIST. Bump PKGREVISION.minskim2-3/+4
2006-05-13Fixed pkglint warnings.rillig1-8/+11
2006-05-13Remove references to teTeX1.minskim2-4/+4
2006-05-12USE_LANGUAGES+= c++gdt1-1/+2
2006-05-11Uses C++.schmonz1-1/+2
2006-05-11Uses C++.joerg1-1/+3
2006-05-11Uses C++.joerg1-1/+2