summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-08-13String::Random is used to generate random strings. It was written toadrianp4-0/+26
make generating random passwords and such a little easier.
2006-08-13+p5-Crypt-PasswdMD5adrianp1-1/+2
2006-08-13The unix_md5_crypt() provides a crypt()-compatible interface to the ratheradrianp4-0/+25
new MD5-based crypt() function found in modern operating systems.
2006-08-13+ap2-auth-xradiusadrianp1-1/+2
2006-08-13mod_auth_xradius provides high performance authentication againstadrianp6-0/+65
RFC 2865 RADIUS Servers. Features: * Supports popular RADIUS Servers including OpenRADIUS, FreeRADIUS and commercial servers. * Distributed Authentication Cache using apr_memcache. * Local Authentication Cache using DBM. * Uses standard HTTP Basic Authentication, unlike mod_auth_radius which uses cookies for sessions.
2006-08-13note databases/lbdb update to 0.32tonio1-1/+2
2006-08-13Update databases/lbdb to 0.32tonio2-7/+6
From changelog: lbdb (0.32) unstable; urgency=low * Change sort(1) syntax to cope with new versions of coreutils (Closes: #368917). * New version of mutt_ldap_query by Marc de Courville <marc@courville.org> and other contributors. * Extend lbdb_hostname() to get the domain name from resolv.conf. Thanks to Gary Johnson <garyjohn@spk.agilent.com> for prividing this patch. * m_muttalias: Allow \"...\" around real names of aliases. Thanks to Erik Shirokoff <shiro@berkeley.edu> for providing this patch.
2006-08-13Remove non-existing bitmaps from PLIST.ben1-7/+1
2006-08-13Updated misc/gkrellm-weather to 2.0.7xtraeme2-3/+3
2006-08-13Update to 2.0.7:xtraeme2-8/+7
* fixed horrible rounding bugs with negative temperatures * removed deprecated GkrellM API functions
2006-08-13+ gimp-ufraw-0.9.1, libtunepimp-0.5.1, miredo-0.9.8, nut-11.6,wiz1-3/+6
prboom-2.4.5.
2006-08-13Note PKGREVISION bump of gnustep-make.minskim1-1/+2
2006-08-13- spamprobe, already at 1.4b.wiz1-2/+1
2006-08-13Fix build with gcc4.wiz2-1/+14
2006-08-13Fix a check-interpreter error. Bump PKGREVISION.minskim1-2/+8
2006-08-13Added net/powerdns, net/powerdns-mysql, net/powerdns-pgsql,ghen1-1/+6
net/powerdns-sqlite, and net/powerdns-ldap version 2.9.20.
2006-08-13SUBDIR+=powerdns powerdns-ldap powerdns-mysql powerdns-pgsql powerdns-sqliteghen1-1/+6
2006-08-13Revert to net/powerdns-mysql (I accidentally imported net/powerdns-pgsql inghen3-10/+10
this directory).
2006-08-13Import net/powerdns-ldap.ghen3-0/+22
The PowerDNS nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all the relevant DNS standards documents. PowerDNS is open source. The PowerDNS nameserver utilizes a flexible backend architecture that can access DNS information from any data source. This includes file formats, BIND zone files, relational databases or LDAP directories. This packages provides the LDAP backend module.
2006-08-13Import net/powerdns-sqlite.ghen3-0/+24
The PowerDNS nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all the relevant DNS standards documents. PowerDNS is open source. The PowerDNS nameserver utilizes a flexible backend architecture that can access DNS information from any data source. This includes file formats, BIND zone files, relational databases or LDAP directories. This packages provides the SQLite backend module.
2006-08-13Import net/powerdns-pgsql. ghen3-0/+24
The PowerDNS nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all the relevant DNS standards documents. PowerDNS is open source. The PowerDNS nameserver utilizes a flexible backend architecture that can access DNS information from any data source. This includes file formats, BIND zone files, relational databases or LDAP directories. This packages provides the PostgreSQL backend module.
2006-08-13Import net/powerdns-pgsql.ghen3-10/+10
The PowerDNS nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all the relevant DNS standards documents. PowerDNS is open source. The PowerDNS nameserver utilizes a flexible backend architecture that can access DNS information from any data source. This includes file formats, BIND zone files, relational databases or LDAP directories. This packages provides the PostgreSQL backend module.
2006-08-13Import net/powerdns-mysql, based on wip/pdns2-gmysql from pkgsrc-wip. ghen3-0/+24
The PowerDNS nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all the relevant DNS standards documents. PowerDNS is open source. The PowerDNS nameserver utilizes a flexible backend architecture that can access DNS information from any data source. This includes file formats, BIND zone files, relational databases or LDAP directories. This packages provides the MySQL backend module.
2006-08-13Import net/powerdns, based on wip/pdns2 from pkgsrc-wip. ghen9-0/+149
The PowerDNS nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms to all the relevant DNS standards documents. PowerDNS is open source. The PowerDNS nameserver utilizes a flexible backend architecture that can access DNS information from any data source. This includes file formats, Bind zone files, relational databases or LDAP directories. See the net/powerdns-* packages for additional backend modules.
2006-08-13Make this work on NetBSD >= 3.99.18 (I/O stats changes). I did notxtraeme2-28/+34
use the patch from Anthony Mallet because via #define is shorter. This closes PR pkg/33444. I can use it again, finally!
2006-08-12regenwiz2-26/+41
2006-08-12Be more explicit about where devhelp can find its files.wiz1-8/+18
Document that we prefer share/doc/${PKGNAME} for docs.
2006-08-12yasm updated to 0.5.0.wiz2-3/+3
2006-08-12Update to 0.5.0, provided by the new maintainer, Shaun Amott, in PR 34190.wiz6-69/+14
New features in this release (compared to 0.5.0rc2): - Support for arithmetic on single-character constants. - Support for OUTPUT_FORMAT as an alias for YASM_OBJFMT. - A couple of other bugfixes. New features in this release (compared to 0.5.0rc1): - Support for CodeView 8.0 source debugging (as used by Visual Studio 2005). - Fixed -I support to properly handle relative paths (now the search pattern is essentially identical to most C compilers). This change is backwards incompatible (to both NASM and earlier Yasm versions), but is much more consistent. - Standard macros that provide version information: __YASM_MAJOR__, __YASM_MINOR__, __YASM_SUBMINOR__, __YASM_BUILD__, __YASM_VERSION_ID__ and __YASM_VER__. New features in this release (compared to 0.4.0) include: - Aliases for AMD64 object formats: "win64" and "elf64" (these automatically set the machine to "amd64"). - "x64" alias for Win64 object format (for easier use with Visual Studio). - DWARF2 debugging format (enable with "-g dwarf2"). - GAS parser good enough to take GCC output for both AMD64 and 32-bit x86 (including DWARF2 debug information). - Dozens of bugfixes in x86 and AMD64 support. - Specifying "amd64" as the machine (or using a 64-bit object format) automatically sets BITS 64. Known issues with this release include: - List output is buggy and often outright wrong. - The optimizer is a very basic 2-pass style and generates inefficient (large) code at times. - The binary object format does not yet support sections other than .text, .bss, and .data, unlike newer versions of NASM (see Trac bug #71).
2006-08-12Added graphics/zphoto (it's amazing!)xtraeme2-2/+4
2006-08-12Initial import of zphoto-1.2.2 from pkgsrc-wip, packaged byxtraeme6-0/+131
OBATA Akio. zphoto - a flash-based photo album generator.
2006-08-12Rearrange position of some static functions to allow them to self-definedarcy4-47/+433
and compile under GCC-4. Bump PKGREVISION.
2006-08-12+ MesaLib-6.5, bzr-0.9, libevent-1.1b, libpreludedb-0.9.9,wiz1-2/+8
squirrelmail-1.4.8, sun-jdk15-5.0.8, sun-jre15-5.0.8.
2006-08-11+ lua-5.1.1, remove duplicate ion3 entry.wiz1-2/+2
2006-08-11DiskIO fix, courtesy of Jan Andresadam2-6/+10
2006-08-11update to 5.9.3drochner3-77/+125
major changes: -Revision and expansion of linear algebra functions -Revisions of floating-point function evaluation (sqrt, trigonometric) -Replace existing definition of "conjugate" with a much more extensive implementation -Revision of evaluation and simplification of sum and product -doc improvements, spanish/portuguese support
2006-08-11update to 1.0.6.5drochner4-37/+82
changes: Correction of some bugs concerning Maple and Mathematica Addition of a plug-in for Cadabra Addition of a native TeXmacs wiki Implementation of the first version of a remote TeXmacs file system Improved system for hyperlinks and navigation Replacement of the Proclus plug-in by an integrated linking tool
2006-08-11update to 2.6.3.3drochner3-804/+839
too many changes (since 2.6.1.0) to list here, many extensions and fixes, and synchronisation w/ the wxGTK pkg
2006-08-11gmake is needed to build, from Gilles Dauphin per PR pkg/34177drochner1-2/+2
(this is not Solaris specific, it happened to me too on i386/current)
2006-08-11Updated chat/ircd-hybrid to 7.2.2adrianp1-1/+2
2006-08-11Update to 7.2.2adrianp6-40/+39
> -- ircd-hybrid-7.2.2 RELNOTES > o) Added channel::disable_fake_channels config directive > o) Fixed broken FORCEJOIN (contrib) > o) Added missing documentation for connect::vhost > o) Fixed problem with G-Line voting > o) Fixed "STATS ?" so it doesn't report negative traffic statistics > o) Fixed core in m_mkpasswd.c (contrib) > o) Reduced memory usage for channel members > o) Added general::stats_e_disabled which simply disables "STATS e" > for other operators and administrators > o) Ignore signal SIGXFSZ to prevent the daemon from dying on missconfigured > file size limits > o) Slight optimizations to the block allocator > o) Fixed harmless bug that could result in incorrect bytes sent statistics > in "STATS t" > o) "STATS y|Y" now shows whether a class is active or disabled > o) Added ircd-brazilian_pt.lang language file > o) Misc. ACCEPT fixes. E.g. don't remove an accept record if a client is > changing between equivalent nicknames like 'nick' and 'NiCk'. > o) Minor resolv.conf parser fixes. Added missing support for ';' comments > o) Fixed core on MODRESTART
2006-08-11Rename ftp option to procmail and maildrop as that is far more logical.adrianp1-4/+11
2006-08-11Whitespace police.adrianp1-4/+4
2006-08-11Add an extra MESSAGE if the user has selected to compile freeradius withadrianp3-2/+29
PAM support. From discussions with John Nemeth.
2006-08-11x86_64 PowerNow support was added just a few days before branching netbsd-4.ghen1-2/+2
NetBSD 3.x releases are not supported.
2006-08-11Mention new packages: equeue, ocamlnet, pxp, harmony.wiz1-1/+5
2006-08-11+ harmony.wiz1-1/+2
2006-08-11Initial import of harmony-20060526 (latest stable release):wiz4-0/+69
Increased reliance on optimistic data replication has led to burgeoning interest in tools and frameworks for synchronizing disconnected updates to replicated data. To better understand the issues underlying the design of generic and heterogeneous synchronizers, we have implemented an experimental framework, called Harmony, that can be used to build synchronizers for tree-structured data stored in a variety of concrete formats, in particular XML.
2006-08-11Add buildlink3.mk file.wiz1-0/+21
2006-08-11Fix path in DEPENDS.wiz1-2/+2