summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-12s/Irc/IRC/ in COMMENT.grant2-4/+4
2003-08-12install header too, pointed out by mrgdrochner2-2/+4
2003-08-12Fix build for systems without perl installed.recht1-1/+2
Remove MESSAGE. (As discussed on packages@).
2003-08-12mark sed on Solaris as having a suitable replacement, eliminating thegrant1-6/+2
circular dependency on GNU sed until this is addressed properly.
2003-08-12In the print-PLIST target, split the expressions fed to sed(1) into twoagc1-11/+11
sets, so that this target will work on all native sed programs. The extra invocation gets lost in amongst all the other sort, grep, sed, and awk invocations that are there, and is a much more appealling prospect than installing GNU sed.
2003-08-12+ distcc-2.10, elm-me-2.4pl105, libmpeg3-1.5.3, magicpoint-1.10awiz1-3/+6
[pkg/22436], xmule-1.4.3.
2003-08-12use MASTER_SITE_SOURCEFORCE for MASTER_SITEjdolecek1-2/+3
add USE_X11, replacing former USE_X11BASE removed in previous revision
2003-08-12Added xmms-alarm-0.3.3.wiz1-1/+2
2003-08-12Add and enable xmms-alarm.wiz1-1/+2
2003-08-12Initial import of xmms-alarm, provided by Michal Pasternak in PR 21875.wiz5-0/+42
Changes: use SHLIBTOOL_OVERRIDE instead of obsolete LTCONFIG_OVERRIDE; fill PLIST (!); run pkglint and fix errors. This plugin allows your XMMS be used as an alarm clock. Various settings are available (like, for example, volume fading-in time).
2003-08-12s/ENV/SETENV/, from Todd Vierling in PR 22442.wiz1-2/+2
2003-08-12Ensure that the program and manpage directories are created beforejlam2-6/+8
installing files into them.
2003-08-11py-soappy has been done.recht1-2/+1
2003-08-11Note update of py-soappy to 0.10.1 and py-google to google-0.5.2nb2.recht1-1/+3
2003-08-11Fix this for the SOAPpy 0.10.1 update.recht6-27/+132
Bump PKGREVISION.
2003-08-11Update to 0.10.1.recht4-11/+63
This version contains many changes/fixes. among them: - Major Change: The huge file SOAPpy/SOAP.py (4,122 lines, 131K) has been split into 10 separate files: Client.py NS.py SOAPBuilder.py Utilities.py Config.py Parser.py Server.py Errors.py SOAP.py Types.py This should ease navigation and maintenance. - Added client support for WSDL, ported from ZSI by Mark Bucciarelli <mark@hubcapconsulting.com>
2003-08-11Require native threads since this isn't pth aware and uses SDL which is pthjmc1-1/+2
aware. This means SDL_Init tries to pth_init() which fails since pthread calls from paragui have already implicitly called pth_init(). XXX - pth probably needs to handle this better by not returning -1 on multiple init calls.
2003-08-11Use iconv's buildlink2.mk so this works on 1.6.x and -currentjmc1-2/+2
2003-08-11let's call it a daydrochner1-1/+11
2003-08-11+lrmidrochner1-1/+2
2003-08-11import lrmi-0.8 - the Linux Real Mode Interface for that misdesigneddrochner4-0/+29
thing people have as processors in their PCs
2003-08-11this really doesn't need to be installed into X11BASE, so change to USE_X11jdolecek1-6/+6
only and use PREFIX instead X11BASE as appropriate this makes this package xpkgwedge friendly, too Problem reported and fix provided in pkg/22440 by Juan RP
2003-08-11Replace inclusion of a file that just containswiz3-5/+4
.include "../../mk/bsd.pkg.mk" with that line instead.
2003-08-11use MASTER_SITE_SOURCEFORGE for MASTER_SITE definition, and longjdolecek1-3/+7
line wrapping suggested by Juan RP in PR pkg/22440
2003-08-11Note update of mail/mailcrypt to version 3.5.8.seb1-1/+2
Suggested by Greg Troxel <gdt at ir dot bbn dot com> in private mail. Changes summary since 3.5.6: Noteworthy changes in Mailcrypt version 3.5.8: * mc-remail.el updated to support modern remailers (as defined by MixMaster version 2.9b33, on sourceforge). Closes most of SF#583330. ** the 'Subject:' header is now put in the ## section instead of the :: section, so remailers should copy them into the final message. ** Use Anon-To: instead of Request-Remailing-To * fixed mc-gpg.el to cache passphrases by keyid instead of name; this will help users who have multiple secret keys with the same name but different passphrases. Closes Debian #161691. * less noteworthy changes: ** added copy of GPL, since mailcrypt is distributed separately from Emacs ** Added unit test for anonymous remailer support. Encrypting through a basic remailer chain can now be verified, if you have python and py-gnupg installed. ** docs: updated 'finger' addresses for remailer lists again, since they keep moving Noteworthy changes in Mailcrypt version 3.5.7: * Integration with the Mew mail client: added hooks to use in Mew summary, draft, and message buffers. Note that Mew handles PGP-MIME (RFC3156, "multipart/encrypted") messages by itself; this is just for traditional armored "in-line" encryption. * Gnus updates, now usable in summary buffer * Less noteworthy changes: ** Added a unit test framework. GnuPG decryption now has test coverage. ** GnuPG updates ** MH fix to handle latest versions of mh-e that use read-only message buffers ** Don't use hardwired /tmp directory, might fix some problems on NT.
2003-08-11Update to version 3.5.8.seb4-30/+11
Suggested by Greg Troxel <gdt at ir dot bbn dot com> in private mail. Changes summary since 3.5.6 below. Noteworthy changes in Mailcrypt version 3.5.8: * mc-remail.el updated to support modern remailers (as defined by MixMaster version 2.9b33, on sourceforge). Closes most of SF#583330. ** the 'Subject:' header is now put in the ## section instead of the :: section, so remailers should copy them into the final message. ** Use Anon-To: instead of Request-Remailing-To * fixed mc-gpg.el to cache passphrases by keyid instead of name; this will help users who have multiple secret keys with the same name but different passphrases. Closes Debian #161691. * less noteworthy changes: ** added copy of GPL, since mailcrypt is distributed separately from Emacs ** Added unit test for anonymous remailer support. Encrypting through a basic remailer chain can now be verified, if you have python and py-gnupg installed. ** docs: updated 'finger' addresses for remailer lists again, since they keep moving Noteworthy changes in Mailcrypt version 3.5.7: * Integration with the Mew mail client: added hooks to use in Mew summary, draft, and message buffers. Note that Mew handles PGP-MIME (RFC3156, "multipart/encrypted") messages by itself; this is just for traditional armored "in-line" encryption. * Gnus updates, now usable in summary buffer * Less noteworthy changes: ** Added a unit test framework. GnuPG decryption now has test coverage. ** GnuPG updates ** MH fix to handle latest versions of mh-e that use read-only message buffers ** Don't use hardwired /tmp directory, might fix some problems on NT.
2003-08-11add that zope stuffdrochner1-1/+7
2003-08-11import zope25-BackTalk-0.3, a tool for collaborative editing anddrochner4-0/+94
commenting on book-like content
2003-08-11import zope25-MailManager-0.94, a mail management and issue trackingdrochner4-0/+141
system
2003-08-11import zope25-StripoGram-1.4, a tool to get selected HTML componentsdrochner4-0/+39
out of a document
2003-08-11import zope25-CookieCrumbler-1.1, a helper for Cookie-based authenticationdrochner4-0/+46
2003-08-11import zope25-BTreeFolder2-0.5.0, a folder workalike optimized for speeddrochner4-0/+40
2003-08-11import zope25-Epoz-0.5.1, a wysiwyg editing componentdrochner4-0/+77
(uses Rich-Text-controls)
2003-08-11update to 0.7.3drochner3-7/+7
changes: It comes with improved performance, important bugfixes and a new set of toolbar Icons!
2003-08-11+py-mimelibdrochner1-1/+2
2003-08-11Import a standalone version of mimelib (AKA email). Python includesdrochner5-0/+88
this since 2.2, but some Zope apps require it and Zope uses Python-2.1.
2003-08-11Add 10.35: Utilities for package management (pkgtools).wiz1-1/+46
From Greg Troxel via tech-pkg, slight changes by me.
2003-08-11update to 3.3.1drochner21-140/+36
2003-08-11Indent a bit. It's a bit clearer this way, isn't it?seb1-7/+7
2003-08-11add some metacharacter escapes to that 2 variables are resolved atdrochner1-2/+2
startscript runtime, not already at creation time. No difference in behaviour, just looks nicer.
2003-08-11Remove the soappy-0.9.8 update. It has been superseded by the 0.10.1 one.recht1-2/+1
2003-08-11All sun4's are created equal (as far as sendmail is concerned).markd1-3/+3
2003-08-11Note citrix_ica update.markd1-1/+2
2003-08-11Should have removed these in last change.markd2-21/+0
2003-08-11Update to latest versions (7.00.77757 for i386, 7.02.78662 for sparc).markd11-82/+138
Changes unknown. While here make package work for Linux (untested) and Solaris. Incorporates PR pkg/22209 from Stephen Borrill.
2003-08-11Note update of xuvmstat to 20030810.martin1-1/+2
2003-08-11Update to xuvmstat-20030810 (fixes for gcc3.3).martin3-19/+5
2003-08-11nut-9.0 update done.wiz2-3/+3
2003-08-11Update to 9.0.wiz4-12/+12
Changes: This release introduces the new USDA Nutrient Database, SR16, which has 6,661 foods and 125 nutrients, and includes an automatic conversion feature so that NUT 8.x installations can preserve existing meal records and have them interpreted with the latest USDA database.
2003-08-11+ ngrep-1.41, nut-9.0, tin-1.6.1.wiz1-2/+4