summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-11-27Update to 1.9011 (addresses PR 28429):wiz2-5/+5
= 2004/05/31 1.9011 Some speed improvements from Todd R. Eigenschink = 2004/04/12 1.9009 Fix to netmasks.t for compatability with older perls = 2004/04/06 1.9008 Added cidrs2inverse() which will find the gaps in a list of blocks. Based on a request from Howard Jones the tag() method was added. It allows you to store your own data in a Net::Netmask object. (Of course, you could have anyway as long as you didn't use the keys 'IBASE' or 'BITS') Long ago, Alexandros M Manoussakis reported a bug that findAllNetblock would often return the same block multiple times. Fixed. Based on requests from Alexandros M Manoussakis and Lamprecht Andreas the undefined behavior for overlapping blocks with cidrs2contiglists is no longer. Such blocks will be in the same sublist. Based on a requests from Tom Rudnick and Anthony Pardini new function was added: cidrs2cidrs(). cidrs2cidrs will condense a set of netblocks by combining blocks together that make up larger blocks. Anthony Pardini, Frank Tegtmeyer and George Walker pointed me to a bug with the contains() method. Fixed.
2004-11-27We used to avoid building all of Subversion again when buildingepg10-31/+1366
sub-packages (p5-subversion, py-subversion, and ap2-subversion) by hand-hacking build-outputs.mk, which was a big pain. Consequently, since the 1.0.7 update, pkgsrc has re-built the whole thing for each subpackage. This is annoying and makes p5-subversion not work with pkgviews on Darwin. Now, we'll fix the problem by patching gen-make.py, which generates build-outputs.mk. I may even be able to commit this change upstream. devel/subversion-base/Makefile: Generate build-outputs.mk hack. devel/p5-subversion/Makefile: devel/py-subversion/Makefile: www/ap2-subversion/Makefile: Replace build-outputs.mk in post-patch.
2004-11-27Update p5-Proc-Daemon to 0.03:sketch2-5/+5
0.03 Thu Jun 19 2003 - Licensing is more explicit: Either GPL or Artistic. - Updated author contact information.
2004-11-27Update p5-Config-General to 2.27:sketch2-5/+5
2.27 - bugfix in _store, which caused warning when saving a config containing empty hashes. Reported by herbert breunung <deirdre_skye@web.de>. - removed applied patch (added in 2.20), there are no more calls to binmode(), this destroys portability, because perls determines itself wether it uses \n or \r\n as newline. Reported by herbert breunung too. - applied patch by Danial Pearce <danial@infoxchange.net.au>, scalars containing a backslash as the last character will be written out as here-doc when storing a config to disk.
2004-11-27Set MAINTAINER to epg@NetBSD.org.epg2-5/+5
2004-11-27Update to 1.48, provided by Greg Troxel in PR 28428:wiz2-6/+6
1.48 Sun Nov 07 14:30:00 2004 - Add sub pad() to simplify printing of fixed width fields. Original patch: Ricardo Signes. Since this is the only change, there is no need to upgrade 1.47 Tue Jul 20 20:43:00 2004 - Change Makefile.PL to coexist with Module::Build - Document parameters properly - Test against Getopt::Long V 2.34 - Add t/pod.t to test all PODs
2004-11-27Set MAINTAINER to tech-pkg@NetBSD.org.epg2-4/+4
2004-11-26Standardize how we search for libraries in builtin.mk files. We definejlam3-24/+39
_BLNK_LIB_FOUND.<lib> to "yes" or "no" depending on whether -l<lib> is found in the base system.
2004-11-26Update epydoc to version 2.1.darcy2-5/+5
Changes fromn 2.0: Support for Zope ExtensionClasses Updated graphical user interface Added support for modules that define __path__. New documentation fields: @include: Imports the documentation from another object. @undocumented: Don't document the given object(s) Various bug fixes
2004-11-26Complete move of libavl to avl.wiz6-54/+2
2004-11-26Re-import under proper PKGNAME (was libavl).wiz5-0/+52
2004-11-26APR abstracts the dl*() functions across different platforms.jlam1-1/+2
2004-11-26CVSync 0.24.18gehenna2-5/+5
ChangesLog: * Fix buffer overrun. (client/server)
2004-11-26Changes 2.6.5:adam3-18/+18
o Fixed another bug in drawing code that was causing warnings/crashes. Changes 2.6.4: o Fixed bug in drawing code that was causing crashes. Changes 2.6.3: o Fixed problem with missing '...' buttons in the property editor. Changes 2.6.2: o Build fix - mkinstalldirs wasn't in the tarball. Changes 2.6.1: o Save window positions between sessions. o Rewrote selection drawing code so it works better on win32. o Support "translatable", "context" and "comments" attributes for text properties to help with translation. o Bug fixes
2004-11-26dlopen.buildlink3.mk will automatically include dlcompat/buildlink3.mkjlam3-9/+5
only on Darwin, so remove OPSYS check in dlcompat/buildlink3.mk and make packages include dlopen.buildlink3.mk instead.
2004-11-26Changes 2.8.2:adam2-15/+14
* Translation updates * Function to find out filename encoding * Fix to eelcanvas that allows connecting to expose * Handle null mimetypes in property page
2004-11-25These packages install libraries that dlopen() shared modules.jlam1-1/+3
2004-11-25Update py-pexpect to 0.999.minskim2-5/+5
Changes: - Fixed OSError exception when a pexpect object is cleaned up. - Added support for buffering reads.
2004-11-25Update to 2.58.wiz2-6/+6
Too many changes (the history on the website doesn't go back more than 2 years); among them XML output.
2004-11-25Changes 0.9.7:adam3-16/+15
* Yet more large file support fixes. * C++ support for easy #include <librsync.h> in C++. * Removed Debian files from dist tarball. * Changed rdiff to an installed program on "make install". * Refactored delta calculation code to be cleaner and faster. * #879763: Fixed mdfour to work on little-endian machines which don't like unaligned word access. This should make librsync work on pa-risc, and it makes it slightly faster on ia64. * #1022764: Fix corrupted encoding of some COPY commands in large files. * #1024881: Print long integers directly, rather than via casts to double. * Fix printf formats for size_t: both the format and the argument should be cast to long.
2004-11-25Changes 1.3.1:adam2-7/+5
*) Upgraded build environment to GNU Shtool 2.0.1, GNU Libtool 1.5.8 and Autoconf 2.59. Changes 1.3.0: *) Correctly cleanup under MM_SHMT_MMZERO in case of a shared memory segment creation error. *) Close the filedescriptor of the underlying object immediately after mmap(2)'ing it in case of MM_SHMT_MMPOSX, MM_SHMT_MMZERO and MM_SHMT_MMFILE.
2004-11-24Add missing locale files.jlam1-1/+3
2004-11-24Fix bogus double pwent reuse and make user lookup actually work inrh3-2/+26
'user_home'. Bump PKGREVISION.
2004-11-23Updated devel/p5-AppConfig to 1.56. Changes from version 1.52 include:jlam3-19/+5
* Add "heredoc" style quoting. * Added POSIX style '=value' suffixes to --parameters. Thus '--foo=bar' is now equivalent to '-foo bar'. * Added AppConfig::CGI module to parse CGI script parameters. * Added cgi() delegate method to AppConfig to instantiate and call AppConfig::CGI. * Provide default options for LIST and HASH data types. * Allow '$' to be escaped (e.g. \$) to suppress variable expansion in files. * Applied patch from John Salmon to allow comments to appear anywhere on a line, not just at the beginning.
2004-11-23Instead of "patch-and-substitute", just do "substitute" step by usingjlam3-31/+9
SUBST_CLASSES. Removes the need for patch-ac. Also improve the comment for the post-build step since the workaround is here to stay.
2004-11-23We don't need to check for APR_USE_* or generate our own _APR_OPTIONSjlam2-20/+10
variable since the apr/buildlink3.mk file does the right thing for us already; we simply need to include it and check the value of PKG_OPTIONS.apr.
2004-11-23More closely follow doc/Makefile-example.jlam1-9/+10
2004-11-22The global PKG_OPTION is "ldap", not "openldap".jlam1-2/+2
2004-11-22Pass extra libraries to configure scripts in LIBS, and remove redundantjlam1-4/+4
environment passing that's already done in bsd.pkg.mk.
2004-11-22USE_LANGUAGES=c c++wiz3-6/+6
2004-11-22Add a missing include to make this pkg build on NetBSD 1.6.kristerw2-1/+17
2004-11-22Changes 4.1.4:adam2-7/+5
* Bug fix to FFT multiplication code (crash for huge operands). * Bug fix to mpf_sub (miscomputation). * Support for powerpc64-gnu-linux. * Better support for AMD64 in 32-bit mode. * Upwardly binary compatible with 4.1.3, 4.1.2, 4.1.1, 4.1, 4.0.1, 4.0, and 3.x versions.
2004-11-21The common global option for LDAP support is "ldap".jlam1-4/+4
2004-11-21gettext detection works properly for this package, so setjlam1-3/+4
BROKEN_GETTEXT_DETECTION to "no".
2004-11-21Move the section that sets up some GNU configure variables to forcejlam1-7/+13
"GNU gettext" detection outside of the BROKEN_GETTEXT_DETECTION block. We will need this to happen all the time if we're using a built-in gettext that isn't really GNU gettext.
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv3-6/+6
1.8.17nb3).
2004-11-20use "nm -B" to extract symbol table on OSF1.grant1-2/+2
2004-11-20Add and enable p5-Log-LogLite.minskim1-1/+2
2004-11-20Import p5-Log-LogLite from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.minskim4-0/+30
Log::LogLite class helps us create simple logs for our application. The Lite suffix refers mainly to the ease of use of this class, although the class is quite simple anyway.
2004-11-20Add and enable p5-IO-LockedFile.minskim1-1/+2
2004-11-20Import p5-IO-LockedFile from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.minskim4-0/+28
IO::LockedFile class gives us the same interface of the IO::File class to files with the unique difference that those files are locked using the flock mechanism.
2004-11-19Move gettext-lib/buildlink3.mk into Makefile.common; all theepg2-3/+4
Subversion packages need this, not just subversion-base.
2004-11-18Set TEST_TARGET to allow running the package's own self-tests.jlam1-1/+2
2004-11-18More duplicate dirrm cleanup.markd1-2/+2
2004-11-18Add and enable gtl0. Sort.wiz1-2/+3
2004-11-17PKG_OPTIONS.apr needs to be defined before trying to get its value.xtraeme1-1/+3
2004-11-17It's pkgsrc-2004Q4 right now!xtraeme1-2/+2
2004-11-17Convert to use bsd.options.mk and use subst.mk instead of usingxtraeme3-32/+46
sed(1)/mv(1). # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q3 branch is released: # XXX # XXX APR_USE_DB4 # XXX APR_USE_OPENLDAP
2004-11-17As reed@ said in another email:xtraeme2-4/+14
"No files should be owned by "nobody" because that defeats the purpose of having a "nobody" account." Make this use a specific user/group called distcc to run the daemon. Bump PKGREVISION.
2004-11-16Change to revision 1.0.6. This revision recognises that SunOS hasshannonjr2-5/+5
thread-safe getenv() and strerror() functions. With thread-safe functions, not mutexes are used to serialize access to these functions.