summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-02-24Correctly depend on perl and embedded the right location intojoerg3-2/+22
cli-generate. Bump revision.
2006-02-23When distfile was changed, DIST_SUBDIR should have been set to refetchminskim2-5/+6
it automatically.
2006-02-23initial import of p5-Cache-Memcached 1.14.grant4-0/+25
This is the Perl API for memcached, a distributed memory cache daemon.
2006-02-23update to 1.1.12.grant2-7/+6
changes since 1.1.11: 2005-04-04 * patch from Don MacAskill <don@smugmug.com> 'flush_all' doesn't seem to work properly. Basically, if you try to add a key which is present, but expired, the store fails but the old key is no longer expired. 2005-01-14 * Date: Thu, 18 Nov 2004 15:25:59 -0600 From: David Phillips <electrum@gmail.com> Here is a patch to configure.ac and Makefile.am to put the man page in the correct location. Trying to install the man page from a subdirectory results in the subdirectory being used in the install path (it tries to install to doc/memcached.1). This is the correct thing to do: - create a Makefile.am in the doc directory that installs the man page with man_MANS - modify Makefile.am in the base directory to reference the doc directory using SUBDIRS - modify the AC_CONFIG_FILES macro in configure.ac to output the Makefile in doc 2005-01-14 * pidfile saving support from Lisa Seelye <lisa@gentoo.org>, sent Jan 13, 2005 2005-01-14 * don't delete libevent events that haven't been added (the deltimer) patch from Ted Schundler <tschundler@gmail.com> 2004-12-10 * document -M and -r in manpage (Doug Porter <dsp@dsp.name>) 2004-07-22 * fix buffer overflow in items.c with 250 byte keys along with other info on the same line going into a 256 byte char[]. thanks to Andrei Nigmatulin <anight@monamour.ru> 2004-06-15 * immediate deletes weren't being unlinked a few seconds, preventing "add" commands to the same key in that time period. thanks to Michael Alan Dorman <mdorman@debian.org> for the bug report and demo script.
2006-02-22Use pkgsrc info file handling. Mark as using makeinfo.wiz2-4/+6
Bump PKGREVISION.
2006-02-22Correct checksum after warning.joerg1-2/+2
2006-02-22GNU patch seems to be too stupid to deal with the unified diff versionjoerg2-10/+14
of patch-aa, so convert it into a context diff. Found on OS X by schmonz@.
2006-02-21correct patches, which didn't cleanly apply. Pointed out by joerg@ andjschauma3-16/+16
darcy@
2006-02-21+py24-setuptoolsdrochner1-1/+2
2006-02-21add a bootstrap pkg for the new "setuptools" which extend distutilsdrochner4-0/+119
(unfortunately there is no plain source distribution but just a Python "egg" which is version dependant)
2006-02-21Update to 2.20.1adrianp3-13/+12
Make pkglint happer This also fixes a number of security issues: http://www.securityfocus.com/archive/1/425584/30/0/threaded > Version 2.20.1 > -------------- > > + Many PostgreSQL fixes, including fixing whine.pl on Pg 8 > (bug 301062) and fixing the --regenerate option of collectstats.pl > for all versions of Pg (bug 316971). However, users who want full > PostgreSQL support are encouraged to use the 2.22 series, as > certain PostgreSQL bugs were discovered that will not be fixed > in 2.20 (their fixes were too complex). > > + In Bugzilla 2.20, the "administrator" user created by checksetup.pl > would not ever be sent email, because their email preferences were > left blank. This has been fixed for 2.20.1. However, if you created > this administrative user with Bugzilla 2.20, make sure to go back > and enable their Email Preferences. (bug 317489) > > + The bzdbcopy.pl script mentioned in these release notes > has now actually been checked-in to the 2.20 branch, and so > it's included in this release. (bug 291776) > > + When there's only one Classification, you now won't be required > to pick a Classification on bug entry. (bug 311489) > > + You can no longer add dependencies on bugs you can't see. > (bug 141593) > > + The CC list is included in "New" bug emails, again. (bug 313661) > > + In the original 2.20, certain scripts were not correctly using > the "shadow database," if it was specified. This has been fixed > in 2.20.1. (bug 313695) > > + "Saved Searches" that were saved before Bugzilla 2.20, would throw > an error if they contained "Days Since Bug Changed." as part of their > criteria. This has been fixed in Bugzilla 2.20.1. (bug 302599) > > + You can now successfully delete a product even when Target Milestones > are turned off. (bug 317025) > > + checksetup.pl now correctly pre-compiles templates for languages other > than English. (bug 304417) > > + The "All Closed" chart that is created by default in New Charts > now actually represents all closed bugs, and not all bugs in the > product. (bug 300473) > > + CSV bug lists with more than 1000 dates now work properly. (bug 257813) > > + Various bugs with upgrading from previous versions of Bugzilla > have been fixed. (bug 307662, bug 311047, bug 310108) > > + Many, many other bug fixes. See http://www.bugzilla.org/status/changes.html > for details on what was fixed between 2.20 and 2.20.1.
2006-02-21Adapt to recent changes in monotone as the current package does not workjmmv7-37/+72
appropriately otherwise. - The server keypair is now stored and read from ${PKG_SYSCONFDIR}/keys instead of being inside the database. - Provide and use two files (read-permissions and write-permissions) to set up netsync's access control. - During monotone-server-init, run monotone under the unprivileged user so that it creates files in the correct places (if any). - Add a note to monotone-server-init to let the user ensure that the UID and GID are correct. (I always get them wrong otherwise.) - Make the rc.d script print a "divisory" line in the log file so that different sections are easy to distinguish. Bump PKGREVISION to 2.
2006-02-21Add p5-File-Modified and p5-NEXT.hiramatsu1-1/+3
2006-02-21Import p5-NEXT from pkgsrc-wip, packaged by kuli0020.hiramatsu4-0/+24
NEXT.pm adds a pseudoclass named NEXT to any program that uses it. If a method m calls $self-NEXT::m()>, the call to m is redispatched as if the calling method had not originally been found.
2006-02-21Import p5-File-Modified from pkgsrc-wip, packaged by kuli0020.hiramatsu4-0/+28
The Modified module is intended as a simple method for programs to detect whether configuration files (or modules they rely on) have changed.
2006-02-21add patches regarding PR pkg/30940 to allow IRIX MIPSPro compilers,jschauma3-1/+30
when passed certain CFLAGS, to not barf.
2006-02-20Removed py-checker.rillig1-2/+1
2006-02-20Removed. (Duplicate of devel/py-checker.)rillig4-81/+0
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