summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-11Homogenize the two suggested database structures.martin1-19/+19
2004-11-11Note initial addition of p5-Module-ScanDeps version 0.50 asseb1-1/+2
devel/p5-Module-ScanDeps in the NetBSD Packages Collection. The Perl 5 module Module::ScanDeps allows to recursively scan Perl code for dependencies.
2004-11-11Add & enable p5-Module-ScanDeps.seb1-1/+2
2004-11-11Initial addition of p5-Module-ScanDeps version 0.50 in the NetBSDseb4-0/+26
Packages Collection. The Perl 5 module Module::ScanDeps allows to recursively scan Perl code for dependencies.
2004-11-11Note initial addition of p5-Module-Signature version 0.41 asseb1-1/+2
security/p5-Module-Signaturein the NetBSD Packages Collection. The Perl 5 module Module::Signature adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. If you are a module user, all you have to do is to remember running cpansign -v (or just cpansign) before issuing perl Makefile.PL or perl Build.PL; that will ensure the distribution has not been tampered with. For module authors, you'd want to add the SIGNATURE file to your MANIFEST, then type cpansign -s before making a distribution. You may also want to consider adding a signature check as part of your test suite.
2004-11-11Add & enable p5-Module-Signature.seb1-1/+2
2004-11-11Update comment to reflect reality regarding bumping buildlink3 depends.sketch1-3/+3
2004-11-11Require x11-links-0.24 for the fixed OpenWindows headers.sketch1-2/+2
2004-11-11Initial addition of p5-Module-Signature version 0.41 in the NetBSD Packagesseb5-0/+70
Collection. The Perl 5 module Module::Signature adds cryptographic authentications to CPAN distributions, via the special SIGNATURE file. If you are a module user, all you have to do is to remember running cpansign -v (or just cpansign) before issuing perl Makefile.PL or perl Build.PL; that will ensure the distribution has not been tampered with. For module authors, you'd want to add the SIGNATURE file to your MANIFEST, then type cpansign -s before making a distribution. You may also want to consider adding a signature check as part of your test suite.
2004-11-11Note p5-Data-Hierarchy-0.21, p5-SVN-Mirror-0.50, p5-SVN-Simple-0.26,epg1-1/+5
and svk-0.26 updates.
2004-11-11Note update of pkgtools/x11-links to support older OpenWindows headers.sketch1-1/+2
2004-11-11Bump package version rather than PKGREVISION as this is software we maintainsketch1-3/+2
ourselves.
2004-11-11pkgsrc changes: lose PKGREV and bump some dependencies.epg2-9/+8
upstream changes: [Changes for 0.26 - 9 Nov, 2004] * svk push -P. [Autrijus] * Allow checkout, mirrored, and copy anchors to be different from each other, for the purpose of "push" and "pull"..[Autrijus] * In incremental smerge, increase the fromrev after each individual merge. [Autrijus] * Ignore empty lines for svk:merge parsing. * Use local time for log output. [Wen-chien Jesse Sung] * Properties are now being merged. * Exsting directories are now being merged. * Allow custom resolver for properties. * Support svk:merge property auto-merging, when doing smerge. * Create svn config directory if it doesn't exist. * Commit to mirrored path was always sending full text due to an incorrect $cb{mirror} check. This is a regression since 0.23. * Fix a bug that when committing from a checkout with descendents being mirrored path, the commit can ruin the mirror state. * Fix svk merge -l rN:M loading too many logs. * Fix svk admin to work with non-default depots. * New: svk ci -N, svk update/checkout --quiet. * Fix svk cp a directory to checkout and then commit.
2004-11-11Only change is this:epg2-5/+5
* Tests now pass on Win32. But svk 0.26 requires this upgrade...
2004-11-11[Changes for 0.50 - Nov 10, 2004]epg2-5/+5
* Workaround fsfs/win32 txn_commit bug in close_edit of mirror editor. [Autrijus] * Use iter pool for node_history tracing. * Add trailing /... for vcp source if not exist. * Use the same auth baton for all ra sessions. * Hold another reference to merge back editor in addition to cached_ra, because the callback in merge_back_editor might create another ra session. * Ignore signals before calling close_edit, instead of in commit callback.
2004-11-11[Changes for 0.21 - Nov 10, 2004]epg2-5/+5
* fix store_recursively for empty key, which should find all descendents. [Autrijus]
2004-11-11Backout previous, the root cause has been fixed via pkgtools/x11-links. Theresketch1-7/+1
were going to be far too many packages requiring small tweaks like this one.
2004-11-11Fix checks for __STDC__ in older versions of OpenWindows headers so that thesketch2-2/+21
SunPro compiler gets the correct syntax for macro concatenation. Bump PKGREVISION.
2004-11-11-musicpd-0.11.5snj1-2/+1
2004-11-11Note initial addition of p5-Digest-SHA version 5.27 as security/p5-Digest-SHAseb1-1/+2
in the NetBSD Packages Collection. The Perl 5 module Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data.
2004-11-11Add & enable p5-Digest-SHA.seb1-1/+2
2004-11-11Initial addition of p5-Digest-SHA version 5.27 in the NetBSD Packagesseb4-0/+28
Collection. The Perl 5 module Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data.
2004-11-11CREATE_X11LINK is used to generate the symlinks in the work directoryjlam1-3/+6
corresponding to the X11 files. This can be defined to be more complex script than the default of "${LN} -fs $$src $$dest" if some of the files need to have transformations performed on them.
2004-11-11Note initial addition of p5-PAR-Dist version 0.07 as devel/p5-PAR-Distseb1-1/+2
in the NetBSD Packages Collection. The Perl 5 module PAR::Dist is a toolkit to create and manipulate PAR (Perl Archive) distributions.
2004-11-11Add & enable p5-PAR-Dist.seb1-1/+2
2004-11-11Initial addition of p5-PAR-Dist version 0.07 in to the NetBSD Packagesseb4-0/+26
Collection. The Perl 5 module PAR::Dist is a toolkit to create and manipulate PAR (Perl Archive) distributions.
2004-11-11s/\/var/@VARBASE@/xtraeme1-2/+2
2004-11-11* Use += for CFLAGS not =xtraeme1-4/+4
* Use VARBASE
2004-11-11Turn on ANSI when compiling with SunPro to work around certain revisions ofsketch1-1/+7
OpenWindows headers which incorrectly check __STDC__ and lead to macro concatenation breakage with the SunPro compiler.
2004-11-11Remove incomplete (and apparently ineffective) patch I added to work aroundsketch2-24/+1
certain versions of OpenWindows headers which incorrectly check __STDC__. There are cleaner ways of fixing this if deemed necessary.
2004-11-11add additional libraries required by libradius.grant1-1/+2
2004-11-11this package only installs a static library, so tell other packagesgrant1-1/+8
to add -lmd on FreeBSD for the MD5 functions. XXX this package should probably install a shared library, too
2004-11-11include libradius/buildlink3.mk only if we're including radiusgrant1-2/+2
support.
2004-11-11include some additional header files on FreeBSD >= 5.grant2-1/+23
2004-11-11allow radius support to be disabled by moving it to PKG_OPTIONS.grant1-2/+12
no PKGREVISION bump as it is still enabled by default.
2004-11-11Remove lex and yacc generated files before building: they might notmanu1-1/+5
match with the libraries installed on the system.
2004-11-11Note update of mail/nail to 11.15cjep2-3/+3
2004-11-11Update of mail/nail to 11.15.cjep2-5/+5
Changes since 11.13 are too numerous to mention. Please see the ChangeLog file in the source distribution.
2004-11-11Update open2300 to version 1.7 (and implicitly open2300-mysql too):martin9-26/+611
bugfix release to fix a buffer overrun. While there, add a few patches to disable checksum verification on wind direction - this failed for my weather station consistently on some data sets. I'll bring this up with the authors.
2004-11-11This file isn't used anymore.skrll1-11/+0
2004-11-11No longer in pkgsrc-wip.minskim1-2/+2
2004-11-11Add and enable simage.minskim2-2/+4
2004-11-11Import simage-1.6.1. Based on 1.6.0 in pkgsrc-wip, packaged byminskim5-0/+70
Bruce J.A. Nourish. simage is a library with image format loaders and front-ends to common import libraries. simage is meant for use with applications which read image files as textures.
2004-11-11Remove reference to buildlink2.minskim1-2/+2
2004-11-11Note upgrade of musicpd to version 0.11.5.simonb1-1/+2
Minor bug fixes, nothing that stands out.
2004-11-11Upgrade to 0.11.5. Minor bug fixes, nothing that stands out.simonb2-6/+5
2004-11-11Add "KEYWORD: shutdown" so that mpd will save state across a reboot.simonb1-1/+2
2004-11-11-pthread is invalid for Interix gcc. Add a failure for it so thattv1-2/+2
portability oopses can be caught earlier.
2004-11-10- Fix incorrect ./configure syntax for non-threaded buildsadrianp1-2/+2
2004-11-10- Update options.mk because of mySQL buildlink changesadrianp6-53/+21
- Add a fix for crashes when processing EAP-PEAP requests PR 28095 Konstantin.Kabassanov (at) lip6.fr - Fix pthreads enabled builds on NetBSD systems < 2.0 - Replace patch-ai, patch-aj and patch-ak with SUBST_* (suggested by juan@)