summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-03-20Update to version 3.2.2 from othersrc - fixes vmnet_post.sh script to workjdolecek2-7/+7
with -current. Also drop -Werror from compilation, which migh have caused problems for 1.6. Switch to bzip2 for distribution - this shrinks archive by about 20k.
2003-03-20Fix HOMEPAGE. From Juan RP in PR 20815.wiz3-6/+6
2003-03-20Note update of mutt to 1.4.1jschauma1-1/+2
2003-03-20Update mutt to 1.4.1:jschauma3-15/+14
fix a buffer overflow in mutt's IMAP client code which was identified by Core Security Technologies, and fixed by Edmund Grimley Evans. A more detailed advisory will be published by Core Security. This happens to close PR pkg/20814, filed while I was updating the package. :-)
2003-03-20Remove double 'converter' in COMMENT, list it in converters category.salo1-3/+3
2003-03-20Alternative check if IPv6 is available with the OS.hubertf1-2/+2
Addresses PR 20019.
2003-03-20add forgotten wordheinz1-2/+2
2003-03-20remove incorrect usage of README.html.BAK files. With this change,dmcmahill1-6/+4
1) an extra /usr/pkgsrc/README.html.BAK file is not created 2) we ensure that when a README.html file doesn't change, we don't touch it. The prior version of this file caused the timestamp to change.
2003-03-19Note update of lang/nhc98 to 1.16.kristerw2-3/+3
2003-03-19Update nhc98 to 1.16.kristerw4-207/+210
Changes since 1.14a include: * A large subset of the base package of hierarchical libraries is now included in the build. * The primitive FFI mechanism has been updated to match the latest official spec, and the full Foreign libraries are also included (in hierarchical form). * The library function List.sortBy now uses a stable O(n log n) mergesort. * Numerous other small fixes, including revisions to the Haskell'98 standard.
2003-03-19Initial imports of security/cy2-login and security/cy2-ntlm.jlam1-1/+3
These are Cyrus SASL 2.x plugins supporting the undocumented LOGIN and NTLM authentication mechanisms used by MS clients.
2003-03-19Add and enable cy2-{login,ntlm}.jlam1-1/+3
2003-03-19Initial import of security/cy2-ntlm.jlam3-0/+34
This is the Cyrus SASL plugin that implements the NTLM (MS Windows NT) authentication mechanism.
2003-03-19Initial import of security/cy2-login.jlam3-0/+37
This is the Cyrus SASL plugin that implements the LOGIN authentication mechanism. It's recommended that it only be used if absolutely necessary since it is not a secure authentication scheme.
2003-03-19Rearrange the Makefile logic so that we can easily create Cyrus SASL 2.xjlam2-73/+98
plugin packages.
2003-03-19${SASLSOCKETDIR} is removed by the DEINSTALL script, so remove thisjlam1-2/+1
redundant command.
2003-03-19cyrus-sasl2 libraries have no library dependencies on PAM.jlam1-5/+1
2003-03-19Initial import of security/cy-login.jlam1-1/+2
This is the Cyrus SASL plugin that implements the LOGIN authentication mechanism. It's recommended that it only be used if absolutely necessary since it is not a secure authentication scheme.
2003-03-19Add and enable cy-loginjlam1-1/+2
2003-03-19Initial import of security/cy-login.jlam3-0/+42
This is the Cyrus SASL plugin that implements the LOGIN authentication mechanism. It's recommended that it only be used if absolutely necessary since it is not a secure authentication scheme.
2003-03-19Add a section to deal with SASL plugins, and clarify where this filejlam1-3/+8
should be included in package Makefiles.
2003-03-19Rearrange some of the Makefile logic so that we can create Cyrus SASLjlam2-63/+79
plugin packages.
2003-03-19- fix a bug in the HOMEPAGE link when the URL contains an ampersanddmcmahill1-41/+80
- fix a bug in which caused only packages listed as DEPENDS to show up in the 'packages needed to build' section. Now the BUILD_DEPENDS are also shown. Thanks to Christian Hattemer for noting this. - fix a bug which caused error messages claiming that category and top level README.html files could not be created even though they were created. This bug only showed up if an old README.html file did not exist. As part of this, clean up and unify the code which handles comparing the new README.html file to a possibly pre-existing one and only copying it over if there is a change.
2003-03-19Note update of devel/autogen to 5.5.3.kristerw1-1/+2
2003-03-19Update autogen to 5.5.3.kristerw3-9/+9
Changes since 5.5.2 include: * AutoOpts' usage procedure has been enhanced to produce either AutoOpts standard usage or usage that looks more like current GNU practices. The latter provides less information and help. * I32LPx behavior has improved. Don't think I can call it "industrial strength" just yet, tho.
2003-03-19Note revision bump for edb (to 1).jmmv1-1/+2
2003-03-19Distfile has changed in the server, no information about why... (from whatjmmv2-3/+18
I found, they have rebuild automake stuff and it seems they fixed some bugs, so also bump PKGREVISION).
2003-03-19Fix build on NetBSD >= 1.6P. Thanks to atatat.jmmv2-5/+17
2003-03-19Add header files invented by latest QT 3.x version.tron1-1/+7
2003-03-19Remove some header files which are not installed any more.tron1-4/+1
2003-03-19Note addition of benchmarks/skampijschauma1-1/+2
2003-03-19Add/enable skampijschauma1-1/+2
2003-03-19Initial import of benchmarks/skampijschauma4-0/+404
The SKaMPI-Benchmark is a suite of tests designed to measure the performance of MPI. MPI (Message Passing Interface) is a machine independent standard to provide an efficient interface to message passing libraries of different parallel machines. The goal of SKaMPI is to create a database to illustrate the performance of these different MPI implementations. This database should allow to: 1. Decide how to implement portable and efficient MPI programs. 2. Predict the performance of MPI programs. 3. Describe supercomputers in terms of MPI.
2003-03-19Note import of devel/eclipsejschauma1-1/+2
2003-03-19Add/enable eclipsejschauma1-1/+2
2003-03-19Initial import of devel/eclipse:jschauma5-0/+13656
Eclipse is an open source software development project dedicated to providing a robust, full-featured, commercial-quality, industry platform for the development of highly integrated tools. It is composed of three projects, the Eclipse Project, the Eclipse Tools Project and the EclipseTechnology Project, each of which is overseen by a Project Management Committee (PMC) and governed by its Project Charter. Each project is composed of its own subprojects and is licensed under the CPL version 1.0. This package is a bit interesting in that it's a java application, which can be built on NetBSD using one of the sun-jdk's, but then gives runtime errors. However, installing the application built on a Linux machine under NetBSD will work just fine. Seems to work only with sun-jdk13. Thus I placed a build of eclipse from Linux in ftp, from where it can be installed using this package.
2003-03-19Note initial import of p5-DB_File version 1.806 into the NetBSD Packagesseb1-1/+2
Collection. DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1. (DB_File can be built version 2, 3 or 4 of Berkeley DB, but it will only support the 1.x features). Note: this package is skipped on systems providing DB 1 as we assume that the perl5 package picked it up so already provides this module.
2003-03-19Add & enable p5-DB_Fileseb1-1/+2
2003-03-19Initial import of p5-DB_File version 1.806 into the NetBSD Packages Collection.seb5-0/+78
DB_File is a module which allows Perl programs to make use of the facilities provided by Berkeley DB version 1. (DB_File can be built version 2, 3 or 4 of Berkeley DB, but it will only support the 1.x features). Note: this package is skipped on systems providing DB 1 as we assume that the perl5 package picked it up so already provides this module.
2003-03-19Note update of "ttcp" package to version 1.12nb1.tron1-1/+2
2003-03-19Initialize the address family before calling bind(2) which fixes thetron3-12/+14
receive mode under NetBSD-current. Bump package revision after this important bug-fix.
2003-03-19make this work with SOAPpy-0.9.8 and bumb PKGREVISION because itdrochner6-2/+54
only works with 0.9.8 now
2003-03-19update to 0.9.8, provided by Marc Recht (PR pkg/20787)drochner5-87/+35
Notes: This is SOAPpy 0.9.8. It contains substantial improvements over the last release. 1) SOAPpy now uses the standard python package installation tools. Executing the commands $ python setup.py build $ python setup.py install (the second as root) should install SOAPpy into the appropriate Python library directory. 2) There has been inconsistency in how SOAPpy library components have been imported. This new release standardizes on: from SOAPpy import SOAP 3) See the changelog for further enhancements.
2003-03-19+ fetchmail-6.2.2 [pkg/20790], gcpio-2.5 [pkg/20799], gsed-4.0.6,wiz1-8/+12
lesstif-0.93.41, nessus-2.0.1 [pkg/20796], openslp-1.0.11, opera-6.12 [pkg/20789], soappy-0.9.8 [pkg/20787], squid-2.5.2, ted-2.13 [pkg/20785], wine-20030318.
2003-03-19Set the proper owner/group for installed files. Pointed out by Toruuebayasi2-2/+12
Takamizu.
2003-03-19fix a few 'strings split across lines' bugs which caused some dependenciesdmcmahill1-9/+4
to be dropped from the README.html files. Problem of missing dependencies noted by Christian Hattemer in a private email.
2003-03-19 * make print-PLIST deal better with /emul/linux/prochubertf1-7/+7
* clearer description of possible options when a pkg is already installed ===> glib-1.2.10nb4 is already installed - perhaps an older version? *** If so, you may use either of: *** - "pkg_delete glib-1.2.10nb4" and "make reinstall" to upgrade properly *** - "make update" to rebuild the package and all of its dependencies *** - "make replace" to replace only the package without re-linking *** dependencies, risking various problems. Improved wording welcome.
2003-03-18Use RPATH_FLAG for configure.jschauma3-4/+18
Also only compile with ssl if the variable is set (which it is by default).
2003-03-18Make this compile on Irix with the MIPSPro compiler by removing gcc-onlyjschauma3-5/+15
CFLAGS from a patch iff CC is not gcc.
2003-03-18Fix linkage problem: LDFLAGS was not properly set, so rpaths for X11 were lost.jmmv3-11/+20
Use LIBTOOL_OVERRIDE. Sort USE_BUILDLINK2 to avoid pkglint warnings.