summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-29String::Approx lets you match and substitute strings approximately.tv4-0/+26
With this you can emulate errors: typing errorrs, speling errors, closely related vocabularies (colour color), genetic mutations (GAG ACT), abbreviations (McScot, MacScot).
2004-03-29"www" belongs in the category list, but not as the primary category (astv1-2/+2
HTTP is only one view of the data moved around by Entropy).
2004-03-29+freenet-toolstv1-1/+2
2004-03-29Freenet Tools, a set of tools usable against a Freenet or Entropy nodetv6-0/+77
to insert/retrieve content by the native FCP protocol rather than the WWW proxy. From the DESCR: ===== The most important tools for those who want to insert their own content as a website into Freenet or Entropy, are the Freenet Tools (or similiar tools from other authors :). For Freenet, there are some such programs linked from their http://freenetproject.org) pages. Not many of them will work with Entropy out-of-the-box, as they sometimes specialize on minor deviations in the FCP interface. Specificially the newer tools, supporting the FEC FCP v1.1 will fail with Entropy, as Entropy does not yet fully support the changes to the Freenet Client Protocol. So I suggest you use ft for Entropy for now, since I can help you there with problems or questions.
2004-03-29+entropytv1-1/+2
2004-03-29Entropy, a P2P anonymity network much like Freenet, but written in C.tv6-0/+132
From the DESCR: ===== ENTROPY is developed as a response to increasing censorship and surveillance in the internet. The program connects your computer to a network of machines which all run this software. The ENTROPY network is running parallel to the WWW and also other internet services like FTP, email, ICQ. etc. For the user the ENTROPY network looks like a collection of WWW pages. The difference to the WWW however is that there are no accesses to central servers. And this is why there is no site operator who could log who downloaded what and when. Every computer taking part in the ENTROPY network (every node) is at the same time server, router for other nodes, caching proxy and client for the user: that is You.
2004-03-29- subversion-1.0.1epg1-2/+1
2004-03-29Note subversion and trac updates.epg1-1/+3
2004-03-29Update to 0.6.epg3-17/+36
Changes: * Performance improvements. * View diffs between wiki page edits. * Improved Search module. * Support for tables in the wiki. (Thanks to Stephen Hansen) * Colored reports. Use colors to show priority, etc. * Support for custom wiki processor macros. (See TracReports) * reStructuredText markup support (See WikiRestructuredText) * HTML markup support (See WikiHtml) * Report groups. Group results by a column. * Multi-line report rows. * Download report in CSV (Comma Separated Value) and tab-separated format * RSS 2.0 content syndication support in Timeline, Reports and Log. * Better, locale-based date and time formatting. * Wiki RecentChanges support. * Overall usability, consistency and cosmetic improvements. * More documentation. See also <http://projects.edgewall.com/trac/report/8> for a detailed list of issues resolved since 0.5.2.
2004-03-29+p5-Mail-Miltertv1-1/+2
2004-03-29Mail::Milter is a set of modules useful to mail filter writers who aretv4-0/+29
using the Sendmail::Milter and/or Sendmail::PMilter APIs to interface directly to the SMTP transaction.
2004-03-29Convert to buildlink3 framework.tron2-9/+33
2004-03-29+p5-Sendmail-PMiltertv1-1/+2
2004-03-29Sendmail::PMilter is a mail filtering API implementing the Sendmailtv4-0/+42
milter protocol in pure Perl. This allows Sendmail servers (and perhaps other MTAs implementing milter) to filter and modify mail in transit during the SMTP connection, all in Perl. This also includes a drop-in replacement for the Sendmail::Milter API, making it possible for legacy perl milters to function as-is with the PMilter engine.
2004-03-29Convert to buildlink3 framework.tron2-7/+29
2004-03-29Update to Version 1.0.1.epg8-39/+20
(12 March 2004, from /branches/1.0.x) http://svn.collab.net/repos/svn/tags/1.0.1 IMPORTANT: cvs2svn is no longer included in py-subversion. I will soon be adding a new cvs2svn package. User-visible changes: * allow anonymous access checking in mod_authz_svn * fixed: mod_authz_svn now works with SVNParentPath (issue #1588) * fixed: potential segfault in mod_dav_svn. * fixed: improper BDB cursor shutdown in libsvn_fs, which can wedge repos. * fixed: allow checkout of repository with space in path. (issue #1694) * fixed: make 'svn propget URL' work correctly over svn://. (issue #1752) * fixed: failed 'svn merge URL' when URL contains user@host. (issue #1759) * fixed: invalid REPORT response when updating a deleted wc. (issue #1721) * fixed: allow deletes below copied wc dirs. * fixed: merge --dry-run bug on added-files with props. (issue #1738) * fixed: svnlook no longer requires write access to '.' * fixed: ensure 'svn blame' fails on files marked as binary. (issue #1733) * fixed: make failed direct-URL commits clean up their fs txns. (issue #1726) * fixed: obscure bugs in time/date string formatting. (issue #1692) * fixed: svn export doesn't export svn:externals. (issue #1750) * fixed: svn import doesn't handle EOL or keyword translation. (issue #1756) * fixed: svn status -v shows unwanted status of externals (issue #1741) * fixed: allow revert of schedule-replace file that has no props (issue #1775) * fixed: svnserve segfault on invalid --listen-host argument. * fixed: switch bug which caused wrong URL to be left in wc. * detect invalid UTF8 filenames when native locale is UTF8. * improve presentation of directory property conflicts. * improve presentation of errors from svnadmin & svnlook. * clarify output of 'svnadmin help deltify'. * augment copyright notice to --version output. * more book updates. Developer-visible changes: * remove obsolete auth provider examples. * prevent potential ra_dav commit race-condition. * fix svn_io_dir_walk 'dot-first' ordering required by 'svnadmin hotcopy'. * fix error leaks in dav_svn_convert_err() * upgrade win32 innosettup tools and redhat RPMs. * fix compile warning: compressed streams on LP64 architecture. * use cpio to generate tarballs instead of GNU tar. * tweaks to dist.sh. * fix bindings on win32. * fix perl bindings build on OS X. * fix perl bindings: bug which rejects string revnums.
2004-03-29Don't assume that "tar xzf ..." can extract ".tar.bz2" archive. It workstron1-2/+3
only with NetBSD 1.6's modified "gzcat"
2004-03-29Use binary stdio because "you're supposed to do that."tv4-3/+100
Needed for Cygwin et al.
2004-03-29Use the binary distro, not the source distro, so that all taskdefs aretv5-31/+889
supplied automatically. (Apache themselves do not recommend building Ant from source as it will miss a lot of important stuff in most cases.) This fixes pkg/22034.
2004-03-29Note the info file for the new info file handling framework.jlam1-1/+2
2004-03-29Bump PKGREVISION for pkgconfig file addition.wiz1-2/+2
2004-03-29Note removal of ucd-snmp and corollary update of gkrellm1-snmp.cube1-5/+3
Remove some remanents of a cvs conflict (hi manu!).
2004-03-29Remove ucd-snmp.cube1-2/+1
2004-03-29Remove ucd-snmp package, which is outdated, insecure, and now unused incube16-1561/+0
pkgsrc since gkrellm1-snmp conversion to net-snmp.
2004-03-29Use net-snmp instead of ucd-snmp.cube3-8/+54
2004-03-29bl3ify, and remove sed workaround for Solaris now that it uses nbsed.jlam2-24/+30
2004-03-29Updated octave-current to 2.1.57adam1-1/+2
2004-03-29Changes 2.1.57:adam5-27/+27
* bug fix release
2004-03-29Install lib/pkgconfig/libpng12.pc, otherwise "pkg-config --list-all" willben4-3/+27
fail with an error if imlib2 is installed.
2004-03-29Use X11_TYPE check instead of USE_PKGSRC_XFREE86. It's safe to use thejlam1-8/+8
value of X11_TYPE here since it's defined in bsd.buildlink3.mk which is included before this check. This fixes breakage for packages that set USE_X11 due to USE_PKGSRC_XFREE86 not being defined before it's used.
2004-03-29Update milter-greylist to 1.0.2manu3-6/+13
Fix the mising units in ps output for -a and -w Accept any e-mail address as specified in RFC 2821 from config and dump Fix typos
2004-03-29Patch configure.ac and regenerate the patch for configure instead ofminskim3-9/+11
patching configure directly, because this package already has a patch for configure.ac.
2004-03-29When PTHREAD_TYPE is 'native' set USE_BUILTIN.pthread to YES andseb1-4/+4
add 'pthread' to BUILDLINK_PACKAGES so that BUILDLINK_{{LD,C}FLAGS,LDADD}.pthread actually have an effect. This should fix the build of at least tcl/tk related packages now that tcl and tk packages are thread-aware. Remove comments about linking native pthread libraries and headers into ${BUILDLINK_DIR} as this does not happen.
2004-03-29Include "sys/types.h" in configure test program checking for "sun_len"tron2-4/+5
in "struct sockaddr_in" to fix compile failure which causes incorrect auto configuration and later build failures under NetBSD 1.6.2_STABLE.
2004-03-29Note update of aspell-german to 0.50.2nb2.recht1-1/+2
2004-03-29Alos install ngerman.alias.recht2-3/+7
Bump PKGREVISION.
2004-03-29fix our idea of which platforms have bison.grant1-2/+2
2004-03-29Fix build on NetBSD sparc64 with perl 5.8.seb2-1/+24
usage of perl's int() causes trouble with perl 5.8.3 (5.8*?) on at least NetBSD sparc64/1.6.2. The perl script openssl-0.9.6m/crypto/bn/bn_prime.pl uses the perl function int() to truncate the return of sqrt() function. On the above mentioned platform this leads to execution error: ... /usr/pkg/bin/perl bn_prime.pl >bn_prime.h Illegal modulus zero at bn_prime.pl line 16. Tracing the problem I've found that this int() usage may be the key of the problem. Please note the following: $ uname -srm; perl -v | grep 'This is perl'; perl -e 'print int(sqrt(3)),"\n"' NetBSD 1.6.2 sparc64 This is perl, v5.8.3 built for sparc64-netbsd 2 And... $ uname -srm; perl -v | grep 'This is perl'; perl -e 'print int(sqrt(3)),"\n"' NetBSD 1.6.2 sparc64 This is perl, v5.6.1 built for sparc64-netbsd 1 Also note that perlfunc(3) warns about int() used for rounding and recommends to use sprintf, printf, POSIX::floor or POSIX::ceil when applicable. My workaround is to use POSIX::floor() instead of int().
2004-03-29Initial import of sqsh-motif-2.1 into the NetBSD packages collection.grant1-1/+2
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it is intended as a replacement for the venerable 'isql' program supplied by Sybase. It came about due to years of frustration of trying to do real work with a program that was never meant to perform real work. Sqsh is much more than a nice prompt, it is intended to provide much of the functionality provided by a good shell, such as variables, redirection, pipes, back-grounding, job control, history, command completion, and dynamic configuration. Also, as a by-product of the design, it is remarkably easy to extend and add functionality. This package enables motif support.
2004-03-29+sqsh-motifgrant1-1/+2
2004-03-29add CONFLICT on sqsh-motif.grant2-2/+4
2004-03-29Initial import of sqsh-motif-2.1 into the NetBSD packages collection.grant1-0/+17
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it is intended as a replacement for the venerable 'isql' program supplied by Sybase. It came about due to years of frustration of trying to do real work with a program that was never meant to perform real work. Sqsh is much more than a nice prompt, it is intended to provide much of the functionality provided by a good shell, such as variables, redirection, pipes, back-grounding, job control, history, command completion, and dynamic configuration. Also, as a by-product of the design, it is remarkably easy to extend and add functionality. This package enables motif support.
2004-03-29Note silc-client-icb update to 0.14nb8.wiz1-1/+2
2004-03-29Add same patches as to irssi-icb (requested by salo):wiz4-3/+115
Better support /who and /whereis. Divert server messages to the server window instead of the channel window. Bump PKGREVISION to 8. Compile-tested only.
2004-03-29Add and document MKTTINTERP.recht1-1/+9
2004-03-29|fmt 70 75grant1-12/+10
2004-03-29Initial import of vlc-0.7.1 into the NetBSD packages collection.grant1-1/+2
VideoLAN is a project of French students from the Ecole Centrale Paris and developers from all over the world. Its main goals is MPEG streaming on a network, but it also features a standalone multimedia player. The VideoLAN Server can stream video read from a hard disk, a DVD player, a satellite card or an MPEG 2 compression card, and unicast or multicast it on a network. The VideoLAN Client can read the stream from the network and display it. It can also be used to display video read locally on the computer : DVDs, VCDs, MPEG and DivX files and from a satellite card. It is multi-plaform : Linux, Windows, Mac OS X, BeOS, BSD, Solaris, QNX, iPaq... The VideoLAN Client and Server now have a full IPv6 support.
2004-03-29+vlcgrant1-1/+2
2004-03-29Initial import of vlc-0.7.1 into the NetBSD packages collection.grant7-0/+634
VideoLAN is a project of French students from the Ecole Centrale Paris and developers from all over the world. Its main goals is MPEG streaming on a network, but it also features a standalone multimedia player. The VideoLAN Server can stream video read from a hard disk, a DVD player, a satellite card or an MPEG 2 compression card, and unicast or multicast it on a network. The VideoLAN Client can read the stream from the network and display it. It can also be used to display video read locally on the computer : DVDs, VCDs, MPEG and DivX files and from a satellite card. It is multi-plaform : Linux, Windows, Mac OS X, BeOS, BSD, Solaris, QNX, iPaq... The VideoLAN Client and Server now have a full IPv6 support.
2004-03-29Add MKTTINTERP knob to enable the bytecode interpreter for TrueType fonts.recht1-1/+7
This closes PR 24935 by Martin Husemann.