summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-02-20Minor typo corrected.jmmv1-2/+2
2006-02-20Never allow configure to detect libexpat. Fixes PR 28032.joerg2-2/+4
2006-02-20Update to 1.040 and fix pkglint warnings. From the changelog:schmonz4-12/+14
- Added cli-generate, a program to produce C header and source from command-line interface description files. - Modified the crypto HMAC code to do precalculation of the intermediate hash results. - Fixed base64 decoding on systems where char is unsigned by default. Thanks Gerrit Pape. - Tweaked the ghash_add function to return a pointer to the newly created entry (since some uses will want to use it immediately). - Stop blocking SIGSEGV with the sig_all_* functions, as this has resulted in bugs causing endless signal loops.
2006-02-20Added pychecker.rillig1-1/+2
2006-02-20Imported pychecker.rillig4-0/+81
PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent.
2006-02-19Update the netbsd-iscsi package to version 20060219.agc2-6/+6
Differences from previous version: + when looking for the target name supplied by the initiator during full-phase login, break out of the loop immediately a match is found. + only syslog information if it's available + Present multiple targets properly + Check that the initiator address is allowed to discover targets. + Log a LOG_INFO error if an initiator attempts to discover targets it shouldn't be.
2006-02-19Include sys/endian.h on DragonFly.joerg2-1/+15
2006-02-19+libdnsresadrianp1-1/+2
2006-02-19Libdnsres provides a non-blocking thread-safe API for resolving DNS names.adrianp6-0/+65
It requires that your main application is built on top of libevent. Libdnsres' API essentially mirrors the traditional gethostbyname and getaddrinfo interfaces. All return values have been replaced by callbacks instead. The code borrows heavily from the BSD resolver library. In fact, it is an extremely ugly hack to make the BSD resolver library non-blocking and thread-safe without changing the API too much.
2006-02-19IO::Tty was broken on NetBSD >= 3.0.heinz3-3/+32
patch-ab is only an unintrusive short-term fix, discussion with the authors how to fix it correctly has started. NetBSD >= 3.0 supports grantpt() but it invalidates the slave FD (see grantpt(3) on NetBSD) obtained through openpty() so we discard the (now invalid) descriptor for the slave tty. This causes Tty.xs to open the slave tty again. The issue should be really fixed by using posix_openpt() instead of openpty(). The functions posix_openpt(), grantpt(), unlockpt() and ptsname() belong together and should be used ahead of all the other ways to create the master and slave tty, not just on NetBSD. See also http://www.opengroup.org/onlinepubs/009695399/functions/posix_openpt.html
2006-02-18make pkglint happier by using += with CONFIGURE_ARGS.gnu-iconvschwarz1-2/+2
2006-02-18make glib2 compile on IRIX5 without threading (does not work there)schwarz1-1/+5
change approved by jschauma.
2006-02-18Set correct HOMEPAGE.heinz1-2/+2
2006-02-17Add missing files to PLIST. Bump PKGREVISION.wiz2-3/+48
2006-02-17Fix build after libtool-1.5.22 update.wiz2-1/+15
2006-02-17Simplify PLIST. Bump PKGREVISION.wiz2-5/+5
2006-02-17Fixed warnings found by pkglint -Wall.martti5-35/+37
2006-02-16Has BROKEN_GETTEXT_DETECTION. Fix label at end of compound for GCC 3.4+joerg4-2/+54
2006-02-16Update to 1.8.9:wiz3-20/+10
Changes in GAIL 1.8.9 ===================== * Reverted bad patch for comboboxes, replaced with good patch :-) * Fix for 323245.
2006-02-16Should have been imported into fonts, not devel - thanks wizabs4-32/+0
2006-02-16BROKEN_GETTEXT_DETECTION=yesjoerg1-1/+2
2006-02-15Add fonts/p5-Font-TTFMetrics-0.1abs4-0/+32
Font::TTFMetrics encapsulates the font metrics of a true type font file. A true type font file contains several tables which need to be parsed before any useful information could be gathered about the font. There is the excellent module for parsing TTF font in CPAN by Martin Hosken, Font::TTF. But in my opinion the use of Font::TTF requires intimate knowledge of TTF font format. This module was written to support the use of TTF in Pastel 2D graphics library in Perl. Three factors prompted me to write this module: first, I required a fast module to access TTF file. Second, all the access required was read-only. Last, I wanted a user friendly, higher level API to access TTF file.
2006-02-15add p5-ExtUtils-MakeMaker and p5-Getopt-Longabs1-1/+3
2006-02-15Add devel/p5-Getopt-Long-2.35abs4-0/+30
The Getopt::Long module implements an extended getopt function called GetOptions(). This function adheres to the POSIX syntax for command line options, with GNU extensions. In general, this means that options have long names instead of single letters, and are introduced with a double dash "--". Support for bundling of command line options, as was the case with the more traditional single-letter approach, is provided but not enabled by default.
2006-02-15Import p5-ExtUtils-MakeMaker-6.30 into pkgsrcabs4-0/+35
This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. It splits the task of generating the Makefile into several subroutines that can be individually overridden. Each subroutine returns the text it wishes to have written to the Makefile. MakeMaker is object oriented. Each directory below the current directory that contains a Makefile.PL is treated as a separate object. This makes it possible to write an unlimited number of Makefiles with a single invocation of WriteMakefile().
2006-02-15Updated devel/p5-Net-CIDR to 0.11abs2-7/+6
0.10 Mon Jul 19 19:45:33 EDT 2004 - Fix warning in addrandmask2cidr - Fix validation of IPv6 addresses. 1:2 is not a valid Ipv6 address. 0.11 Tue Aug 9 21:17:55 EDT 2005 - Fix croak in cidradd if adding after 255.255.255.255
2006-02-15Fixed all pkglint warnings.rillig2-89/+88
2006-02-15create both "netbsd" and "netbsdelf" config files -- the usagedrochner1-1/+2
in MACHINE_GNU_PLATFORM differs from port to port
2006-02-15Activated p5-Class-ErrorHandler.heinz1-1/+2
2006-02-15Initial version of Class-ErrorHandler.heinz4-0/+29
Class-ErrorHandler is a base class for classes that need to do error handling (which is, probably, most of them).
2006-02-14Disable HAVE_WCTYPE_H on NetBSD before 2.0, since it doesn't havejoerg4-2/+58
the needed wctype_t and therefore the multibyte support can't work. Tested by cato@
2006-02-14Changes 2.8.4:adam3-13/+13
* OptionGroup: Fix memory leaks * Documentation: Fix link in reference documentation header
2006-02-14Replaced ${PKGNAME} with ${PKGNAME_NOREV} to match the PLIST. Bumpedrillig1-11/+11
PKGREVISION.
2006-02-13PKGREVISION bump for gtkglext BUILDLINK_DEPENDS change.wiz1-2/+2
2006-02-13Update to devel/ruby-rd-modeto 0.6.18.taca3-59/+6
- A few Changes from 0.6.14; one of them are already included in the previous package. - Stop using textproc/ruby-rdtool/rdversion.mk to determine version.
2006-02-12Use INSTALL_MAN and INSTALL_MAN_DIR as pointed out by salo@joerg1-4/+4
2006-02-12ENOTIME to mantain these packages, feel free to pick it up if you arextraeme3-6/+6
insterested.
2006-02-12Follow-up fix for the last revision: PKGMANDIR is relative to PREFIX,joerg1-2/+2
so PREFIX it accordingly.
2006-02-12Moved to www, next to www/trac.rillig6-475/+0
2006-02-12NetBSD 1.6 needs bison.rillig1-2/+2
2006-02-11Regen ptach-al sum.joerg1-2/+2
2006-02-11Update to 0.6.2:wiz2-7/+6
* Version 0.6.2 (released 2006-02-07) ** Fix objdir != srcdir builds for the Java documentation. Thanks to Bernard Leak <bernard@brenda-arkle.demon.co.uk>. ** Update of gnulib files. ** API and ABI is backwards compatible with the previous version.
2006-02-11Remove localestatedir fragment, it gets handled properly automatically.joerg3-14/+5
Fix pkglint warning for SHLIBTOOL.
2006-02-11s/MANDIR/PKGMANDIR/joerg1-2/+2
2006-02-11Imported ja-trac from pkgsrc-wip.rillig6-0/+475
This is Trac with Japanese localization and own patches. Trac is an enhanced wiki and issue tracking system for software development projects. Trac provides: * An integrated system for managing software projects * An enhanced wiki * A flexible web-based issue tracker * An interface to the Subversion revision control system Packaged by OBATA Akio.
2006-02-11Try a bit harder to prevent configure from finding Java.joerg1-1/+6
Addresses PR 32797.
2006-02-11Use PKGNAME_NOREV.joerg1-2/+2
2006-02-11Cleanup code from patch-al didn't work before, bump revision.joerg1-2/+2
2006-02-11Improve the security fix. maketempname is called from two contextes:joerg2-12/+54
(a) to generate a new tempory file name -> O_EXCL logic applies here (b) to regenerate the name of an older temporary file for removal -> don't create or even open the file here, just remove it. Discussed with salo@.
2006-02-10Use LIBTOOL and build a dynamic libraryadam5-13/+42