summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-08Unused.wiz5-88/+0
2004-05-08exim-user/ doesn't really exist, remove the entry.uebayasi1-2/+1
Pointed out by Bernhard 'Burnhard' Riedel on #netbsd @ IRCnet.
2004-05-08Convert to buildlink3.snj14-97/+82
2004-05-08Convert to buildlink3.snj4-32/+25
2004-05-08implement {NOT,ONLY}_FOR_COMPILER so that packages can be marked asgrant1-5/+39
requiring a specific compiler (most often those which use gcc-specific hacks^wfeatures). this allows users to define PKGSRC_COMPILER to multiple real compilers in order to implement a compiler preference. for example, PKGSRC_COMPILER="sunpro gcc" will use sunpro as the default compiler, and fall back to gcc where a package is marked NOT_FOR_COMPILER=sunpro or ONLY_FOR_COMPILER=gcc.
2004-05-08Convert to buildlink3.snj16-59/+69
2004-05-08note update of thunderbird-gtk2 to 0.6taya1-1/+2
2004-05-08Update thunderbird-gtk2 to 0.6taya2-144/+59
What's new from release notes: * Improved Junk Mail Controls The algorithm for the adaptive junk mail controls has been heavily redesigned to learn faster and catch more spam. * New Brand Identity To be consistent with the Mozilla Foundation's goal of brand identity, Thunderbird has a new logo and supporting artwork thanks to the fine work of the Mozilla Visual Identity team. * Other New Features... - IMAP users can now benefit from support for the IMAP IDLE command which allows the mail server to push notifications such as new mail arriving as soon as it arrives. - Thunderbird supports server-wide news filters that apply to all newsgroups on a server. - Thunderbird includes Secure Password Authentication using a new cross-platform NTLM authentication mechanism for IMAP, POP3 and SMTP. - Mail filters can now mark messages as junk. - Tools > Options > Compose > HTML Options allows you to set up default HTML compose options such as font, size and color. - Attachments can be opened directly from the compose window to verify their contents before sending. - Thunderbird now supports the notion of multiple identities per mail account. This makes it easy to have several e-mail addresses which end up going into the same account. Read More about how to set this up. * Recently Fixed Bugs - In the case of a failure when copying a message to an online Sent folder, Thunderbird will now ask if you would like it to try again. - Pasting data from an OpenOffice.org spreadsheet no longer pastes random HTML garbage before the actual spreadsheet data into HTML compose. - Fixed several situations where LDAP connections were left open when using LDAP auto complete or performing searches on LDAP directories. - Improved view source behavior. - Mail notification for POP3 messages that are marked deleted or marked read by mail filters no longer occurs. - The "Mark All Read" keyboard shortcut now works for Linux GTK2.
2004-05-08note update of thunderbird to 0.6taya1-1/+2
2004-05-08Update thunderbird to 0.6taya29-284/+492
What's new from release notes: * Improved Junk Mail Controls The algorithm for the adaptive junk mail controls has been heavily redesigned to learn faster and catch more spam. * New Brand Identity To be consistent with the Mozilla Foundation's goal of brand identity, Thunderbird has a new logo and supporting artwork thanks to the fine work of the Mozilla Visual Identity team. * Other New Features... - IMAP users can now benefit from support for the IMAP IDLE command which allows the mail server to push notifications such as new mail arriving as soon as it arrives. - Thunderbird supports server-wide news filters that apply to all newsgroups on a server. - Thunderbird includes Secure Password Authentication using a new cross-platform NTLM authentication mechanism for IMAP, POP3 and SMTP. - Mail filters can now mark messages as junk. - Tools > Options > Compose > HTML Options allows you to set up default HTML compose options such as font, size and color. - Attachments can be opened directly from the compose window to verify their contents before sending. - Thunderbird now supports the notion of multiple identities per mail account. This makes it easy to have several e-mail addresses which end up going into the same account. Read More about how to set this up. * Recently Fixed Bugs - In the case of a failure when copying a message to an online Sent folder, Thunderbird will now ask if you would like it to try again. - Pasting data from an OpenOffice.org spreadsheet no longer pastes random HTML garbage before the actual spreadsheet data into HTML compose. - Fixed several situations where LDAP connections were left open when using LDAP auto complete or performing searches on LDAP directories. - Improved view source behavior. - Mail notification for POP3 messages that are marked deleted or marked read by mail filters no longer occurs. - The "Mark All Read" keyboard shortcut now works for Linux GTK2.
2004-05-08fix DEPENDS path to p5-Test-Simple.grant1-2/+2
2004-05-08include p5-Test-Harness/depends.mk instead of explicit DEPENDS ongrant2-4/+4
p5-Test-Harness.
2004-05-08move the p5-Test-Harness DEPENDS to p5-Test-Harness where it belongs,grant2-5/+7
so any package requiring it can DTRT.
2004-05-08Under Irix, vsnprintf(3) happily truncates longer strings and returnsjschauma2-1/+24
the number of size. This lead to some of the commands being truncated and not executing appropriately. (The function in questions was make_message in ./src/preproc/html/pre-html.cpp.) Patch this to also behave correctly with Irix' vsnprintf(3) family. This should address PR pkg/22563.
2004-05-08Use INFO_DIR in the info documentation search path. This is neededreed1-2/+2
if using a custom INFO_DIR so info command can find docs.
2004-05-08If using GNU_CONFIGURE then set --infodir to ${PREFIX}/${INFO_DIR}.reed1-1/+4
I have used this successfully to install over 300 info files using INFO_DIR=share/info. Also add new variable called NO_CONFIGURE_INFODIR (as suggested by Greg Woods) because some autoconf-style configure scripts don't know --infodir. (The alternative is to use HAS_CONFIGURE and add the needed CONFIGURE_ARGS.) Please note that the info tool may not find custom INFO_DIR unless it is configure to know it. (I will update gtexinfo for this, but if using native info you are on your own if you customize this.)
2004-05-08Added net/gift* packages.xtraeme2-2/+12
2004-05-08Use a new option NO_CONFIGURE_INFODIR which is about to be introducedreed3-3/+6
because although these packages use autoconf-style configure scripts they do not know --infodir option.
2004-05-08Initial import of giftcurs-0.6.2 from pkgsrc-wip.xtraeme4-0/+45
giFTcurs is a cursed frontend to the giFT daemon and has been described as "seriously slick".
2004-05-08Initial import of gift-openft-0.2.1.2 from pkgsrc-wip.xtraeme5-0/+56
gift-openft is a plugin for the giFT Daemon which provides access to the OpenFT peer-to-peer network.
2004-05-08Initial import of gift-gnutella-0.0.9.2.xtraeme4-0/+37
This is the gnutella plugin for gift.
2004-05-08Initial import of gift-fasttrack-0.8.6.xtraeme4-0/+35
giFT-FastTrack is a plugin for giFT which enables users of giFT to participate in the FastTrack network. The required cryptographic algorithms have been successfully reverse engineered and searching/downloading already work.
2004-05-08Initial import of gift-0.11.6 from pkgsrc-wip.xtraeme6-0/+114
What is giFT, you ask? giFT is a modular daemon capable of abstracting the communication between the end user and specific filesharing protocols (peer-to-peer or otherwise). The giFT project differs from many other similar projects in that it is a distribution of a standalone platform-independent daemon, a library for client/frontend development, and our own homegrown network, OpenFT.
2004-05-08Make sure this m4.info file is really installed to INFO_DIR.reed3-2/+15
2004-05-08Add and enable un-ttf.minskim2-2/+4
2004-05-08Import un-ttf-20030907.minskim4-0/+44
Un fonts are GPL'd Korean fonts. They were originally available as PostScript fonts for HLaTeX, and later converted into TrueType fonts.
2004-05-08Make sure this installs the info document to INFO_DIR directory.reed3-2/+17
2004-05-08Make sure that GNU_PROGRAM_PREFIX is prepended toreed1-2/+3
filename used by INFO_DIRS. (Alternatively, I could patch this to not install as ged.info for example.)
2004-05-08Make sure this package installs to INFO_DIR (instead of info)reed3-2/+17
since it uses INFO_FILES.
2004-05-08nb1: install shlib as executable.tv3-5/+6
2004-05-08Remove the info/ed.info entry because the INFO_FILES pkgsrcreed1-2/+1
capability registers it automatically.
2004-05-08make this work with teTeX-2.*hubertf1-4/+7
2004-05-08Forgot to enable IPv6 if USE_INET6 = [Yy][Ee][Ss].xtraeme1-1/+7
2004-05-08Update x11/gdm to 2.6.0.2.xtraeme4-9/+14
Changes: 2.6.0.2 stuff: - Fix PAM braindamage in #119853 and #126984 (Frederic Crozat, me) - Fix the flexiserver protocol (gdmflexiserver should no longer hang) - Disable IPv6 by default, it's still kind of problematic, you have to explicitly enable it now with --enable-ipv6=yes - Fix some IPv6 issues, #133246 - Fix message weirdness in the greeters, #123958 (Frederic Crozat, me) - Set font correctly on theming, #125070 (Muktha, me) - Translation updates (John C Barstow, Vincent van Adrighem, Christophe Merlet, Changwoo Ryu) 2.6.0.1 stuff: - Also ensure that /tmp/.X11-unix exists as well as /tmp/.ICE-unix, and do this in a way to avoid self races - Main daemon now ignores SIGPIPE which it can get which would cause a crash (Jerry Wall) - Fix a file descriptor leak when closing slaves (Jerry Wall) - Fixed IPv6 authorization setting in .Xauthority (Vijaykumar Patwari) - Some typos fixed - Translation updates (Guntupalli Karunakar, Christian Rose, Gareth Owen, Andras Timar, Gujarati Team, Christophe Merlet, Inaki Larranaga, Changwoo Ryu, Samuel Jon Gunnarsson, Helgi, Pormar Porbjornsson, Zuza Software Foundation, Ole Laursen, Jaswinder Singh Phulewala, Asmund Skjaeveland, Robert Sedak, Takeshi Aihana, Mugurel Tudor, Misu Moldovan, Abel Cheung, Kevin Kee, Baris Cicek, Telsa Gwynne, Sayamindu Dasgupta, Indranil Dasgupta, Francisco Javier F. Serrador, Arafat Medini, Indictrans team, Leonid Kanter, Dafydd Harries, Alession Frusciante, Francesco Marletta)
2004-05-07Fix problem with statvfs.h on -current. Tested and found working onhubertf3-7/+29
2.0_BETA (which doesn't have statvfs.h) and on -current (which has it). Bump pkgrevision.
2004-05-07R assumes it can append to the DESCRIPTION files of each R package whilemarkd17-332/+6
building even though it uses INSTALL_DATA on them so set SHAREMODE=644 rather than have to patch an ever increasing number of files. Idea from Julio M. Merino Vidal.
2004-05-07This package uses INFO_FILES so install latex2rtf.info toreed1-2/+2
${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info. (I didn't receive any okay from maintainer when I asked in April.)
2004-05-07Install the gzip.info file to ${PREFIX}/${INFO_DIR} instead ofreed1-2/+2
${PREFIX}/info.
2004-05-07This previously didn't patch to stop installing the gzip.info filereed3-16/+34
because it was just removed after. But now use a patch to disable the install and disable the creation of the ${PREFIX}/info directory. (${PREFIX}/info is wrong; pkgsrc uses ${PREFIX}/${INFO_DIR}.) (The patch also includes the BSD_INSTALL_SCRIPT change which was previously done in the Makefile using sed.)
2004-05-07Note jwhois-3.2.2nb4 update.kleink1-1/+2
2004-05-07Update for today's IPv6 allocation to RIPE, bringing us to 3.2.2nb4.kleink3-9/+13
2004-05-07pgp-related files removed. pine package no longer installs thesereed7-64/+7
outdated pgp helper filters. This was okay'd by maintainer, Kimmo Suominen. This fix will close my PR 22226. The pgpdecode shell script has an insecure tmp file issue. These pgp help scripts were rewritten in perl and the author no longer uses pine and possibly the scripts may not work with new pine versions. So now MESSAGE suggests installing the security/pinepgp package instead. Also available are wip/pgpenvelope and wip/pine-pgp-filters and when they are available in regular pkgsrc these will be suggested in the MESSAGE too.
2004-05-07"Milli Vanilli told you to blame it on on the rain..."abs2-4/+4
I'll take over ownership of these
2004-05-07Commit PLIST missed in 4.20 -> 4.30 changeabs1-32/+6
2004-05-07exim-4.33 done.abs1-2/+1
Last commit should have read 'added Filelight'
2004-05-07Update exim3 to exim-3.36nb2abs27-267/+293
- Fix buffer overflows listed at http://www.guninski.com/exim1.html Update exim to exim-4.33nb1 (from 4.22nb5) - Fix buffer overflow listed at http://www.guninski.com/exim1.html - Leave nb1 to indicate we have a local change from stock 4.33 - 1086 lines of changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33 - Remove dependancy on exim-user - now looks up EXIM_{USER,GROUP} at runtime Update exim-exiscan to 4.33_20nb1 (from 4.22-12) - Fix buffer overflow listed at http://www.guninski.com/exim1.html - Leave nb1 to indicate we have a local change from stock 4.33_20 - Same exim changes - http://www.exim.org/ftp/ChangeLogs/ChangeLog-4.33 - Changes (http://duncanthrax.net/exiscan-acl/CHANGELOG) include - added option to use multiple spamd servers - many mime changes - Added Brightmail Antispam support - clamd fixes Update exim-html to 4.30 (from 4.20) - Update to latest docs Delete exim-user - No longer required - exim now looks up EXIM_{USER,GROUP} at runtime
2004-05-07Import pkg_install-20040507 from src/usr.sbin/pkg_install:jlam7-35/+101
Add a new flag -Q (for "query") to pkg_info(1) to query the build information for the definitions of specific variables that were saved from build time, e.g. $ pkg_info -Q PKGPATH glib devel/glib $ pkg_info -Q PROVIDES glib /usr/pkg/lib/libglib.so.13 /usr/pkg/lib/libgmodule.so.13 /usr/pkg/lib/libgthread.so.13
2004-05-07Note update of dsssl-docbook-modular to 1.78.hrs1-1/+2
2004-05-07Update to 1.78.hrs3-534/+578
Since the version 1.67, the distfiles are moved to sourceforge. A lot of bugfixes, improvements, and more localization support are added. This pkgsrc update are reviewed by hubertf@.
2004-05-07Fix a typo.minskim1-2/+2