summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-06Make DEPENDS to ruby-digest and ruby-zlib packages and cosmetic changetaca1-2/+11
to package name patterns. Bump PKGREVISION.
2005-03-06Sort PLIST.taca2-5/+5
2005-03-06Make DEPENDS to ruby-dbm and ruby-digest packages and cosmetic changetaca2-8/+15
to package name patterns. Also sort PLIST. Bump PKGREVISION.
2005-03-06Note imap-uw-2004c1nb2.thorpej1-1/+2
2005-03-06Add and enable ruby-digest and ruby-openssl.taca1-1/+3
2005-03-06Add and enable ruby-zlib.taca1-1/+2
2005-03-06Add and enable ruby-dbm.taca1-1/+2
2005-03-06Use the SSLKEYS variable to determine the location of the certificatethorpej4-19/+21
private key. Bump package revision to 2.
2005-03-06Add and enable ruby16-base and ruby18-base.taca1-1/+3
2005-03-06Make this package to meta packagea containing ruby18-base, ruby18-iconv,taca16-1391/+26
ruby18-dbm, ruby18-gdbm, ruby18-curses, ruby18-readline, ruby18-digest, ruby18-opnessl, ruby18-tcltklib and ruby18-tk. Bump PKGREVISION.
2005-03-06Make this package to meta packagea containing ruby16-base, ruby16-dbm,taca16-1245/+21
ruby16-gdbm, ruby16-curses, ruby16-readline, ruby16-digest, ruby16-tcltklib and ruby16-tk. Bump PKGREVISION.
2005-03-06Don't patch the Makefile unconditionally for NetBSD, giving this afredb3-20/+31
fighting chance on a few other platforms. Addresses PR pkg/26932.
2005-03-06Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest andtaca15-0/+352
ruby-openssl with bump PKGREVISION.
2005-03-06Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest andtaca1-0/+37
ruby-openssl with bump PKGREVISION. Added ruby-dbm/Makefile to handle IRIX case, use native base system's ndbm(3) instead of Berkley DB's ndbm compatible interface, too.
2005-03-06Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest andtaca1-0/+2
ruby-openssl with bump PKGREVISION.
2005-03-06Note update to sylpheed-claws 1.0.1, and plugins it provides.chris2-4/+6
2005-03-06Change depends to ruby16-base/ruby18-base package from ruby16/ruby18taca2-7/+8
package and tweak the package's COMMENT. Bump PKGREVISION.
2005-03-06Fix pr pkg/29168.chris10-2009/+33
Update sylpheed-claws to 1.0.1. Taking the patch to use autoconf to regen the configure script, rather than having to keep patch-ab uptodate. Also remove PKGREVSION from plugins, they should be able to just ride the main sylpheed-claws updates. I also suspect that pgpmime should be converted to a plugin, rather than being part of the main sylpheed package. (it would remove a dependancy on gpgme) However it seems to install header files, which would complicate making it a plugin package. Also fix pkglint warning about MESSAGE.plugins, the = line was only 74, not 75 chars in length.
2005-03-06Correct content to really buildlink3.mk; fix many mistakes.taca1-61/+15
2005-03-06Some clean up along with introducing ruby16-base/ruby18-base and maketaca2-45/+44
ruby16/ruby18 package to meta pacakge. - Define RUBY_BASE to refer ruby16-base or ruby18-base name. - Define RUBY_SRCDIR to refer ruby16-base/ruby18-base src directory. - Move some definition from Makefile.comon to rubyversion.mk. - Add X11BASE to CONFIGURE_ENV. - Add RUBY_VERSION to MESSAGE_SUBST and PLIST_SUBST.
2005-03-06Importing ruby18-base package.taca16-0/+1374
This is minimum ruby 1.8.2 based on current ruby18 and ruby18 package will be meta pacakge later.
2005-03-06Importing ruby16-base package.taca16-0/+1253
This is minimum ruby 1.6.8 based on current ruby16 and ruby16 package will be meta pacakge later.
2005-03-06Note update of flim.minskim2-3/+3
2005-03-06Update flim to 1.14.7.minskim2-7/+6
Changes: * mime-en.sgml, mime-ja.sgml (CVS based development): Remove the description about developers' pserver access. * sha1-dl.el: Don't provide the sha1-dl feature twice. (sha1-region): Allow the optional argument `binary'. (sha1): Ditto. * smtp.el (smtp-parse-progress-message-format): Fix regexp usage. * smtp.el (smtp-progress-message-format): New user option. (smtp-primitive-data): Show progress message. (smtp-parse-progress-message-format): New function. (smtp-show-progress-message): New function. (smtp-deduce-address-list): Use insert instead of insert-string. * mel-g.el (gzip64-external-encoder): Change default value to cause more recognizable error. (gzip64-external-decoder): Ditto. * std11.el (std11-parse-word-or-comment-or-period): Renamed from `std11-parse-word-or-comment' and allow period. (std11-parse-phrase): Allow parsing obs-phrase in rfc2822. * mime-conf.el (mime-format-mailcap-command): Quote a file name which may contain spaces using `shell-quote-argument' in order to pass it to the shell safely. * eword-encode.el (mime-encode-header-in-buffer): Don't ignore a space char at the beginning of a field body in order to honor the 76-column rule which is described in RFC 2047 section 2. * eword-decode.el (eword-decode-encoded-text): Fix bug when `must-unfold' is specified; eliminate CR too when `must-unfold' is specified. * mel-u.el (mime-write-decoded-region): Use make-temp-file. (uuencode-external-decode-region): Ditto. * mel-u.el (mime-write-decoded-region): Use temporary filename. * sha1-el.el (sha1-maximum-internal-length): Doc fix. * lunit.el (lunit-make-test-suite-from-class): Fix regexp. Use "^test" instead of "^test-". * lunit.el (lunit-assert): Avoid double-eval `condtion-expr'. Use ,(not (not condition)) instead of ,condition. * lunit.el (lunit-make-test-suite-from-class): Restrict test method name to test-*. * smtp.el (smtp-starttls-program): New user option. (smtp-starttls-extra-args): New user option. (smtp-send-buffer): Bind starttls-program and starttls-extra-args. * mel-q.el (quoted-printable-external-decoder-option-to-specify-file): Accept nil. (mime-write-decoded-region): If the value of the variable `quoted-printable-external-decoder-option-to-specify-file' is nil, write stdout to the output file. * mel-b-el.el (base64-external-decoder-option-to-specify-file): Accept nil. (base64-write-decoded-region): If the value of the variable `base64-external-decoder-option-to-specify-file' is nil, write stdout to the output file. * sasl.texi: Texinfo markup fixes. From Jesper Harder <harder@ifa.au.dk>. * sha1-el.el (sha1-string-external): Use with-temp-buffer. * sha1-el.el (sha1-string-external): Make it can return a string in binary form. (sha1-region-external): Ditto. (sha1-string-internal): Ditto. (sha1-region-internal): Ditto. (sha1-region): Ditto. (sha1-string): Ditto. (sha1): Ditto. * sha1-el.el (autoload): Don't use ignore-errors. (sha1-use-external): Use condition-case. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>. * sha1-el.el (autoload): Ignore errors for executable-find. (XEmacs ecrypto does not require sh-script where executable.el is located.) (sha1-use-external): Likewise. * sha1-el.el (sha1): Add defgroup. (sha1-maximum-internal-length, sha1-program, sha1-use-external) (sha1-program): Use 'sha1sum' from GNU CoreUtils instead of OpenSSL. (sha1): Autoload. * sha1-el.el (sha1-use-external): New variable. (sha1-region): Use it. (sha1-string): Ditto. * ntlm.el (ntlm-string-as-unibyte): New macro. (ntlm-build-auth-response): Use it. * ntlm.el: Fix namespace. Change smb-passwd-hash into ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt, smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into ntlm-string-permute, string-lshift into ntlm-string-lshift, string-xor into ntlm-string-xor. Suggested by Jesper Harder <harder@myrealbox.com>. * ntlm.el: Don't include poem. * md4.el (print-int32, print-string-hexa): Remove. Suggested by Jesper Harder <harder@myrealbox.com>.
2005-03-06Note update of sylpheed to 1.0.3.chris2-3/+3
2005-03-06Update sylpheed to 1.0.3.chris3-46/+167
Also refresh mime.types file from current apache 2 version. Changes to sylpheed: v1.0.3: * A buffer overflow which occurred when replying to a message with certain headers which contain non-ascii characters was fixed. * A memory leak of the composition window was fixed. v1.0.2: * The incompatibility of PGP signature between gnupg-1.2 and 1.4 which occurred when trailing spaces appeared was fixed. * The generation of References header was modified so that it is generated even if a replied message doesn't have Message-Id. * The documents were update
2005-03-06- Note update of imap-uw-utils to 20050108adrianp1-1/+2
2005-03-06- Update to 20050108 to avoid conflicts with imap-uw packageadrianp4-47/+27
- Issue spotted by diro (at) nixsys.bz in PR #28966 This distribution now contains two unsupported programs, icat and ifrom, which may be of use to some sites. The old chkmail, imapcopy, imapxfer, mbxcopy, mbxcreat, and mbxcvt programs have been replaced with the mailutil program, which is included in the mail/imap-uw package. The dmail, mlock, and tmail programs are also bundled in the mail/imap-uw package.
2005-03-06Remove redundant include of ruby/buildlink3.mk.taca1-2/+1
2005-03-06Note update of www/squid package to 2.5.9nb1.taca1-1/+2
2005-03-06Update squid to 2.5.9nb1.taca2-7/+22
* 2005-03-04 22:48 (Cosmetic Security) Unexpected access control results on configuration errors * 2005-03-04 11:55 (Minor) Links in FTP listings without / fails due to missing BASE HREF * 2005-03-04 11:55 (Minor) Fails to parse the EPLF FTP directory format * 2005-03-03 02:26 (Minor Security) Race condition related to Set-Cookie header
2005-03-06Cosmetic change with pkglint(1).taca9-24/+25
2005-03-06Remove redundant include of ruby/buildlink3.mk.taca1-2/+1
2005-03-06$PKG_SYSCONFDIR support. Bump PKG_REVISION.markd4-6/+25
2005-03-06Cosmetic change with pkglint(1).taca8-18/+17
2005-03-06$PKG_SYSCONFDIR support from Jeremy C. Reed with minor changes from me.markd5-11/+50
Bump PKG_REVISION.
2005-03-06Cosmetic change with pkglint(1).taca1-3/+3
2005-03-06$PKG_SYSCONFDIR support from Jeremy C. Reed with minor changes from me.markd5-12/+49
Bump PKG_REVISION.
2005-03-06$PKG_SYSCONFDIR support from Jeremy C. Reed with minor changes from me.markd1-2/+3
2005-03-06Allow NetBSD logo in LogoPixmap. Fixes PR 29015. Bump PKGREVISION.markd3-7/+14
2005-03-06make compilation with gcc 2.95.* work (mostly by rolling back includesspz25-33/+506
changes from IRRToolSet 4.8.1 within #if (__GNUC__ > 2) .. #else) also incidentially fixes a bug in rusage.cc
2005-03-06- Note libol bump to 0.3.15adrianp1-1/+2
2005-03-06- Update libol to 0.3.15adrianp3-11/+9
- Requested in PR# 29610 by joel (at) carnat.net, thanks for the PR! > 2005-02-04 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped verison number to 0.3.15 > > 2005-02-01 Balazs Scheidler <bazsi@bzorp.balabit> > > * src/werror.c (msg_vformat): fixed signed/unsigned comparison wrt > the length variable, a stack overflow (not buffer overflow) can be > caused by a very long format result (werror("%2147483648i", 1)), > credits go to Thief_hu for reporting it; it is believed not to be > exploitable as werror format strings do not contain dynamic values > > 2004-08-05 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped version number to 0.3.14, cleaned up to > work with autoconf2.50 and automake 1.7 > > exploitable as werror format strings do not contain dynamic values > > 2004-08-05 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: bumped version number to 0.3.14, cleaned up to > work with autoconf2.50 and automake 1.7 > > * src/objtypes.h: removed colliding macro names to avoid warnings > on BSD derived systems > > 2004-07-04 Balazs Scheidler <bazsi@bzorp.balabit> > > * src/io.c (get_inaddr): use in_addr_t for the private definition > of INADDR_NONE if one is not found. > > 2004-05-06 Balazs Scheidler <bazsi@bzorp.balabit> > > * added libol.spec.in patch by jpo > > 2004-05-04 Balazs Scheidler <bazsi@bzorp.balabit> > > * configure.in: use CFLAGS from environment if set
2005-03-06Note import of Sazanami font 20040618 and removal of kochi-ttf.uebayasi1-1/+3
2005-03-06Add ja-sazanami-ttf, delete kochi-ttf.uebayasi1-2/+2
2005-03-06Obsoleted by ja-sazanami-ttf.uebayasi5-45/+0
2005-03-06Initial import of Sazanami font 20040618.uebayasi4-0/+34
Free Japanese TrueType font based on Wada lab. font (CLWFK) and free (freely modifiable and distributable) bitmap fonts.
2005-03-06Disable pkgviews installation until devel/automake is converted.minskim1-2/+3
Closes PR pkg/29602.
2005-03-06Update freepwing to 1.4.4nb1; add a missing dependency againstuebayasi2-2/+6
p5-Jcode.
2005-03-06Add sasl2 to PKG_DEFAULT_OPTIONS when USE_SASL2 is set,wiz1-2/+2
not sasl. From Lloyd Parkes in PR 29604.