summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-13update the gEDA suite of tools to the 20021103 release.dmcmahill26-174/+417
This represents many many improvements and bug fixes. A few items to note are that the attributes used by the symbol library have been greately cleaned up and unified. You may want to run gsymupdate and gschemupdate if migrating from older versions of the tools.
2002-12-13ups-nut{-cgi,} updated to 1.2.1lukem1-1/+3
2002-12-13Update from nut 0.50.0 to 1.2.1.lukem20-959/+154
Many changes, too many to list here. See: http://www.exploits.org/nut/release/1.2/new-1.2.1.txt and (after installation): /usr/pkg/share/doc/nut/UPGRADING
2002-12-13Changed MAINTAINER to packages@netbsd.org since proff@iq.orggson1-2/+2
asked to be relieved as the maintainer of this package.
2002-12-13add buildlink2.mk in preparation for gEDA buildlink2-ifyingdmcmahill1-0/+26
2002-12-13include png buildlink2.mk filedmcmahill1-1/+2
2002-12-13add buildlink2.mk in preparation for buildlink2-ifying gEDAdmcmahill1-0/+34
2002-12-13add some missing documentation files.grant1-1/+7
2002-12-13Samba 2.2.7a is out (fixes large >2GB support).cjep1-1/+2
2002-12-12Note fontconfig update to 2.1nb1jmmv1-1/+2
2002-12-12Install fontconfig(3) manpage. Bump PKGREVISION to 1.jmmv2-2/+8
2002-12-12Convert this package to use buildlink2, so it passes sane variables to thejmmv3-10/+20
build process. This way it is easier to respect CC and CFLAGS. Based on patch provided in PR pkg/19305 by Jonathan Perkin. Also depend on gettext-lib, as the program links against -lintl.
2002-12-12ysm-2.8.1 update donejmmv1-2/+1
2002-12-12Note update of ysm to 2.8.1.jmmv1-1/+2
2002-12-12Update ysm to 2.8.1. Changes since 2.7.1 follow:jmmv3-13/+12
+ Removed the WARNING while saving slaves to the icq servers. + Fixed some Network handling variables for better network perfomance. + Added support for threads. + Fixed the Version Checking function! + New code structure (you can find src/ and src/man directories now), and new configuration scripts and makefiles :) cool huh :). + Updated the manual page (Thanks tx!) Patch provided by Dawid SzymaƱski (the maintainer) in PR pkg/19251.
2002-12-12shorten COMMENTabs5-10/+10
2002-12-12+ gnome-vfs2-2.1.4jmmv1-1/+2
2002-12-12Note addition of gtetrinet-0.4.4.jmmv1-1/+2
2002-12-12Add and enable gtetrinet.jmmv1-1/+2
2002-12-12Initial import of gtetrinet, version 0.4.4. Description follows:jmmv5-0/+65
GTetrinet is a client program for the popular Tetrinet game, a multiplayer tetris game that is played over the internet. It aims to be a complete clone of the popular Tetrinet game for Win95/NT. If you are looking for a popular public game server to play, take a look to tetrinet.org. Package for version 0.4.1 provided in PR pkg/18012 by Benedikt Meurer; I updated it to 0.4.4 and did several other changes.
2002-12-12regen (patch-ac missing)jmmv1-1/+2
2002-12-12Belatedly note update of cyrus-sasl2 to 2.1.10.chris1-1/+2
2002-12-12Update buildlink2.mk to force the use of 2.1.10.chris1-2/+2
2002-12-12Work around a obscure compiler error in devel/gtexinfo on Darwin. Patch fromschmonz2-1/+15
<URL:http://mail.gnu.org/pipermail/bug-gnu-utils/2002-September/002920.html>.
2002-12-12Update to PTL-2.1.9msaitoh10-2888/+13
Changes: * fixed: pthread_kill() does not restore the critical level when given signal number is zero. * New API: POSIX readdir_r. * fixed: interruption by a signal whose handler is SIG_SIGWAIT_NP may cause infinite loop. * fixed: PTL's internal SIGSEGV handler gets strange arguments on a system that has POSIX-based signal facility.
2002-12-12Upgrade to tmda-0.65:kim4-9/+12
What's new? * New feature: A new header called ``X-Primary-Address'' is now supported in order to reduce the amount of thinking and planning ahead you need to do when sending mail to a new correspondent who may or may not use a challenge/response system like TMDA. Essentially, this header allows a sender to specify the address he prefers be whitelisted once he confirms his first message. For more information, see the following URLs: <URL:http://tmda.net/config-vars.html#PRIMARY_ADDRESS_MATCH> <URL:http://tmda.net/faq.cgi?req=show&file=faq04.005.htp> * New feature. You can customize the header lines displayed by tmda-pending in interactive mode by setting SUMMARY_HEADERS. See <URL:http://tmda.net/config-vars.html#SUMMARY_HEADERS> for more information. * New version of Josh Huber's tmda.el. * Bugfixes. Here are the new additions to UPGRADE: * If you are using customized templates, you should replace %(envelope_sender)s with %(confirm_append_address)s in your confirm_request.txt. This is to support the new <URL:http://tmda.net/config-vars.html#PRIMARY_ADDRESS_MATCH> feature. * When doing program deliveries to procmail, you should no longer be using the ``-f'' option. e.g, DELIVERY = "|/usr/bin/procmail -f $SENDER ~/.procmailrc-tmda" becomes DELIVERY = "|/usr/bin/procmail ~/.procmailrc-tmda" * contrib/sample.tmdarc has been renamed contrib/sample.config.
2002-12-12note update of gawk to 3.1.1dmcmahill1-1/+2
2002-12-12update to gawk-3.1.1. While here, make this work again under NetBSD sincedmcmahill9-23/+136
this gawk version is newer than the version shipped with 1.6 and has some potentially useful features such as 2 way pipes which allow easy access to the sort(1) command. Changes from 3.1.0 to 3.1.1 --------------------------- 1. Six new translations. 2. Having more than 4 different value for OFMT and/or CONVFMT now works. 3. The handling of dynamic regexes is now more more sane, esp. w.r.t. the profiling code. The profiling code has been fixed in several places. 4. The return value of index("", "") is now 1. 5. Gawk should no longer close fd 0 in child processes. 6. Fixed test for strtod semantics and regenerated configure. 7. Gawk can now be built with byacc; an accidental bison dependency was removed. 8. yyerror() will no longer dump core on long source lines. 9. Gawk now correctly queries getgroups(2) to figure out how many groups the process has. 10. New configure option to force use of included strftime, e.g. on Solaris systems. See `./configure --help' for the details. Replaced the included strftime.c with the one from textutils. 11. OS/2 port has been updated. 12. Multi-byte character support has been added, courtesy of IBM Japan. 13. The `for (iggy in foo) delete foo[iggy]' -> `delete foo' optimisation now works. 14. Upgraded to gettext 0.11.2 and automake 1.5. 15. Full gettext compatibility (new dcngettext function). 16. The O'Reilly copyedits and indexing changes for the documentation have been folded into the texinfo version of the manuals. 17. A humongously long value for the AWKPATH environment variable will no longer dump core. 18. Configuration / Installation issues have been straightened out in Makefile.am.
2002-12-12Make sure that on IRIX{,64} LOWER_OPSYS matches what most configurejschauma1-1/+5
scripts seem to expect. While we're at it, add a vendor.
2002-12-12Check if $CC is defined first, next comparison breaks otherwise.salo1-2/+2
2002-12-12Handle the optional installation of the gettext.jar java class, whichgrant2-3/+13
is installed if a working java compiler is found (eg. Solaris).
2002-12-12Clean up wording a bit. Emphasize that PKGTOOLS_REQD should only behubertf1-3/+7
changed if really necessary.
2002-12-12Enforce the necessary gettext-lib version dependency in the gettextjlam1-2/+3
Makefile instead of relying on the buildlink2.mk file to do it.
2002-12-11Update cyrus sasl to 2.1.10. As noted in pkg/19335.chris7-32/+37
Fixes a buffer overflow: http://online.securityfocus.com/archive/1/302603 and other misc bugs. (note .sig file checked and verified)
2002-12-11Also quote CC and YACC when adding them to MAKEFLAGS (not done in lastjmmv1-2/+2
commit). This can fix problems if it happens that those variables contain spaces (or some other special character). Suggested by Christopher Richards in private mail.
2002-12-11Apply the same patch as for mozilla and phoenix to make thishe2-1/+19
build on 1.5.3.
2002-12-11Use pkgsrc's perl in favor of /usr/sbin/perl -- this way we know whatjschauma1-2/+2
we're dealing with.
2002-12-11comment out all the old swap code, because <sys/map.h> is no more.christos2-1/+64
2002-12-11Don't use -no-undefined when building with libtool as it causes problemsjlam3-1/+29
on Solaris due to a missing shared libgcc library. This addresses PR 19214 by grant@netbsd.org.
2002-12-11Remove unnecessary inclusion of libiconv/buildlink2.mk as the gettext-libjlam1-2/+1
buildlink2.mk file does it for us automatically.
2002-12-11Allow an installed gettext-lib-0.10.35nb1 to satisfy gettext dependenciesjlam1-4/+17
if we don't actually require gettext-lib>=0.11.5. For other installations where keeping an older gettext around isn't wanted, convert the gettext dependency to >=0.11.5 and include the necessary buildlink2 magic for libiconv support.
2002-12-11Don't need to manually set BSD_INSTALL any longer.hubertf1-2/+1
2002-12-11- silc-client-0.9.10.1. it's the same as 0.9.10 with a minor bugfix insalo1-2/+1
libtoolfix script which does not affect pkgsrc builds.
2002-12-11re-enable.christos2-4/+4
2002-12-11put the one line change needed to make this work under /current.christos1-2/+14
2002-12-11Note addition of vifm-0.1jmmv1-1/+2
2002-12-11Add and enable vifm.jmmv1-1/+2
2002-12-11Initial import of vifm, version 0.1. Description follows:jmmv4-0/+51
Vifm is a ncurses based file manager with vi like keybindings. If you use vi, vifm gives you complete keyboard control over your files without having to learn a new set of commands. Features: * Two file list windows. * Bookmarks. * User-defined association of file types/extensions with multiple applications per extension. * Visual mode for selecting files. * User-defined commands. Package provided by Stefan Walter in PR pkg/18010, with several modifications by me. Approved by wiz (thanks for your suggestions!).
2002-12-11 * pass BSD_INSTALL to programs, just like the other BSD_INSTALL_* macros,hubertf1-3/+4
but _only_ the install program's path. * check for a few variables before using them.
2002-12-11- fluxbox (thanks, jan)wiz1-5/+6
+ iozone-3.147, naim-0.11.5, netscape-7.01, silc-client-0.9.10.1, yudit-2.7.2