summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2005-03-07Add (untested) macppc and x86_64 support.wiz2-1/+24
2005-03-07Add RCS Id to patch-aa.wiz2-2/+4
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca16-22/+32
2005-03-06Add and enable ruby-zlib.taca1-1/+2
2005-03-06Revive separated ruby packages, ruby-dbm, ruby-zlib, ruby-digest andtaca5-0/+210
ruby-openssl with bump PKGREVISION.
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-06Cosmetic change with pkglint(1).taca5-10/+9
2005-03-05Depend on xemacs-packages instead of apel when built with xemacs.minskim2-7/+8
Bump PKGREVISION.
2005-03-05apel is included in xemacs-packages. Remove xemacs* from acceptedminskim1-2/+3
emacs versions.
2005-03-05Fix PLIST to build with xemacs.minskim1-9/+9
2005-03-05w3 and bbdb are included in xemacs-packages; depend on it instead whenminskim1-3/+4
EMACS_FLAVOR is xemacs.
2005-03-05Update tkdiff to 4.0.2.minskim2-6/+6
Changes since 4.0b2: - Made sure all the prefs are saved (Bug# 878340) - Put all the Aqua stuff in one place - Fix detection of a ,v file in the current directory for RCS
2005-03-05Update HOMEPAGE.minskim1-2/+2
2005-03-05Update to 1.8.1:wiz5-28/+11
pOverview of changes between 1.8.0 and 1.8.1 =========================================== * Fix several problems with conjuct formation in Sinhala [Harshula] * Fix problems that were causing fonts to be missized and not print in GtkHTML [Ross Burton] * Fix compilation with old fontconfig [Vincent Noel] and old FreeType [Andrew P. Lentvorski, Jr] * Work around problem with glyphs in monospace fonts being truncated by Xft [Billy Biggs] * Misc bug fixes [Damon Chaplin, Matthias Clasen, Kees Cook, Nick Lamb, Adam Sampson,Manish Singh, Morten Welinder] * Misc build fixes [Sebastien Bacher, Matthias Clasen, Tor Lillquist] * Doc improvements [Torsten Schoenfeld, Billy Biggs, Morten Welinder]
2005-03-05be less restrictive about the gcc3 requirement, >=3.0 is fine.grant1-2/+2
2005-03-05add a comment describing the options used on AIX.grant1-3/+6
2005-03-04Give away MAINTAINER; I don't use this package anymore.tv1-2/+2
2005-03-04+p5-Class-MakeMethodstv1-1/+2
2005-03-04p5-Class-MakeMethods 1.010, a similar but not quite the same analogue totv4-0/+30
Class::MethodMaker. Included is a Class::MethodMaker v1 emulator that provides better compatibility than the one in Class::MethodMaker v2. From DESCR: By passing arguments to "use Class::MakeMethods ..." statements, you can select from a library of hundreds of common types of methods, which are dynamically installed as subroutines in your module, simplifying the code for your class.
2005-03-04Add empty "do-test" target to override the TEST_TARGET definition in module.mk.tv1-1/+4
2005-03-04Update to 1.08b. Closes PR 29583.wiz2-9/+13
New in 1.08 (November 2004) - perl.syms more verbose so you can diagnose failures. - You can use environment variables instead of modifying Makefile.PL to set your -I, -L, etc. options for the Curses libraries. - c-linux.ncurses.h hints file includes ncurses.h, not curses.h. - New c-darwin-thread-multi-2level.h hints file. New in 1.07 (September 2004) - Call to Perl_isa_sv() changed to isa_sv() because the former doesn't work on some systems (causes a build failure). New in 1.06 (July 2001) o Now requires perl5.005 or better to run. (You can probably run it in perl5.002-perl5.004 by grabbing newCONSTSUB out of the IO distribution on CPAN and editing all uses of "foreach my $var" in my perl scripts.) o Did lots of fiddling with the file generation in an effort to make it more comprehensible. In doing so, I moved around the way some things were done and probably broke it on some systems with weird compilers. Please let me know. o changed the "Curses->new()" function to be a bit less clever. o Support for libmenu! Many thanks to Yury Pshenichny <yura at zp.ua> who did most of the actual work. Update: Well, sort of support. For some reason beyond my ken, it doesn't work with Solaris (2.6) libmenu. (The items won't attach to the menu.) ncurses menu, both 1.9.9 and 5.2, seem to work fine. o libform support added, too. Ho hum. ;) This one does appear to work with Solaris libform. o Added the following ncurses extension functions: use_default_colors() assume_default_colors() define_key() keybound() keyok() resizeterm() (Thanks to neild at misago.org, hans at kolej.mff.cuni.cz) o Re-enabled the functions: attr_get() attr_off() attr_on() attr_set() o Between the functions supported and the functions listed in the pod as not supported, those are all the ones I know about. Got any more? Let me know. o Fixed 64 bit issue with getch() and possibly others, truncating returns of `chtype' to 32 bits. Note that this could possibly break some OSes. Please let me know. (Thanks to Randall.G.Steiner at bankofamerica.com) o Fixed bug where @ARGV was always being cleared, and so no arguments ever got to MakeMaker. (Thanks to bdlow at nortelnetworks.com) o Added hints for Darwin/Mac OS X system. (Thanks to sdietrich at emlab.com) o Added note to NETBSD users at the bottom of this README. o Added a security notice to the README and pod. (Thanks to connor at ing.umu.se) o Has anyone successfully used the mouse event stuff? pkgsrc: MENUS and FORMS support not enabled because of compilation problems.
2005-03-03Fix for libtool locking on AIX. Found by grant, tested by me on aix 4.3.3garbled1-1/+2
2005-03-03Make libtool work better on AIX. There is still one problem remaining,garbled1-1/+4
and that is that it sets needs_locking for AIX, and then locks indefinately when compiling. Unsure how to fix that.
2005-03-03require gcc-3.3, should fix problem seen on 1.6 bulk builddrochner1-1/+2
2005-03-03Changes 0.9.2:adam2-6/+6
NOTE: This is mainly a bugfix release. * Some improvements to the procedure for removing connections. * Corrected various issues with header parsing. * Now closes windows which were opened during interface testing such as font panels, info panels, etc. * Minor corrections to background color for a number of inspectors. * Improvements to gmodel importation. * Better detection of when the user is utilizing a user bundle. Gorm will now warn the user with a panel. * Various improvements in documentation
2005-03-03Readd checksum for patch-gdb_defs (hi al!).wiz1-1/+2
2005-03-03Add and enable boost-docs.wiz1-1/+2
2005-03-03Make libffi buildable on NetBSD/amd64 (fixes PR pkg/29512).daniel2-1/+12
Ack by wiz@.
2005-03-03don't attempt to statically link system libraries.grant2-10/+14
from Eric Boutilier in PR pkg/29470.
2005-03-03.packlist moved from ${PERL5_SITEARCH}/auto/SVN/Simple/.packlist toepg1-2/+2
${PERL5_SITEARCH}/auto/SVN/Simple/Edit/.packlist .
2005-03-03Add and enable p5-Class-Autouse and p5-ExtUtils-AutoInstall.epg1-1/+3
2005-03-03Update to 0.30.epg3-8/+32
Add new dependency p5-Class-Autouse>=1.15. Update dependencies: p5-SVN-Simple>=0.27 p5-YAML>=0.36 Upstream changelog: [Changes for 0.30 - 2 Mar, 2005] * Support native encodings for pathnames and log messages handling. * Interactively resolve deleted files that are modified. [ruz] * Make use of Class::Autouse to reduce start-up time. [Schwern] * Support mkdir copath. [hcchien] * svk help <command> should list the aliases of that command. #6082 [Schwern] * More history-tracing performance optimization. * Speed up svk help commands by not using pod::simple to extract the brief description. [kcwu] * Fix signature cache caused by merge via update. * Unbreak win32's ReadKey in get_prompt. [Autrijus] * In merge editor's prop merger, use a proper pool to retrieve the base_prop and local_prop to avoid leaks. * Clean pools when getting log in reverse order, like merge logs, to prevent leaks. * Fix pool usage in editor::diff to avoid leaks. * Fix a newline introduce when saying "accept yours" in resolver. * Fix SVK::Notify report for when report anchor is "0". * Do not allow existing depotpath to be entered in when autovivifying, which would led to undesired copies. * When listing mirror, skip unloadable or invliad entries gracefully. * When doing svk ps svn:eol-style, check if the file mixed newlines. * Draft intro.pod. [lukhnos] * Many more tests, with contribution from matthewd.
2005-03-03Update to 0.56. Upstream changelog:epg2-6/+6
------------------------------------------------------------------------ r273 | clkao | 2005-03-01 12:19:53 -0500 (Tue, 01 Mar 2005) | 1 line Changed paths: M /clkao/modules/SVN-Mirror/META.yml M /clkao/modules/SVN-Mirror/SIGNATURE SVN::Mirror 0.56 ------------------------------------------------------------------------ r269 | clkao | 2005-02-28 02:18:56 -0500 (Mon, 28 Feb 2005) | 3 lines Changed paths: M /clkao/modules/SVN-Mirror/lib/SVN/Mirror.pm Resolve local rev properly for relayed mirror where the target revision number is larger than the one on the relayed server. Reported by: Arthur Bergman ------------------------------------------------------------------------ r268 | clkao | 2005-02-26 07:43:01 -0500 (Sat, 26 Feb 2005) | 1 line Changed paths: M /clkao/modules/SVN-Mirror/lib/SVN/Mirror.pm Invalidate revmap cache when deleting mirror. ------------------------------------------------------------------------ r267 | clkao | 2005-02-24 03:21:28 -0500 (Thu, 24 Feb 2005) | 1 line Changed paths: M /clkao/modules/SVN-Mirror/lib/SVN/Mirror.pm Tell the user to install VCP instead of confusing "schema not handled". ------------------------------------------------------------------------ r264 | clkao | 2005-02-23 11:02:17 -0500 (Wed, 23 Feb 2005) | 2 lines Changed paths: M /clkao/modules/SVN-Mirror/lib/SVN/Mirror/Ra.pm Workaround ra_svn 1.2 vs svnserve 1.1 log limit problem. ------------------------------------------------------------------------ r263 | autrijus | 2005-02-02 09:38:08 -0500 (Wed, 02 Feb 2005) | 1 line Changed paths: M /clkao/modules/SVN-Mirror/bin/svm * Gran Krampe noticed that our docs is completely broken. ------------------------------------------------------------------------
2005-03-03Update to 0.27. Upstream changelog:epg2-7/+6
[Changes for 0.27 - Feb 24, 2005] * Don't do version check for SVN::Core.
2005-03-03Whoops, forgot to regenerate distinfo to add RMD160 checksum.epg2-2/+4
2005-03-03Import p5-Class-Autouse-1.16.epg4-0/+31
Class::Autouse allows you to specify a class that will only load when a method of that class is called. For large classes that might not be used during the running of a program, such as Date::Manip, this can save you large amounts of memory, and decrease the script load time.
2005-03-03Import ExtUtils-AutoInstall-0.61.epg4-0/+39
This module lets Makefile.PL automatically install dependencies via CPAN or CPANPLUS. * Features - Letting the user enable/disable optional dependencies. - Support sane defaults by probing for the machine's capability. - If not inside a cpan shell, use CPAN.pm to install dependencies. - Enable/disable the associated tests automatically. - Supply UNINST=1 when it is safe and possibly needed. - Checks MANIFEST to avoid unnecessary grepping of EXE_FILES. - Utilizes CPANPLUS and/or Sort::Versions where feasible. - Offers check-only and skip-all Makefile.PL targets. - Offers check-only and install-only Makefile targets. - Take advantage of the 'sudo' command where available.
2005-03-02Sort.wiz1-2/+2
2005-03-02Update to 1.9.5.wiz4-10/+16
Changes since 1.9.4: - Bugfixes + The minimal GLib wrappers are now installed as (g-wrap gw-glib), as expected by GnuCash. + A problem with generic specializer class lookup has been fixed. + A problem with generics specialization and default arguments has been fixed. + A problem with default arguments, when combined with invisible arguments (such as output arguments) has been fixed.
2005-03-02Remove entry for patch-aa; patch-aa was removed when the packagewiz1-2/+1
was updated to 1.56 three months ago.
2005-03-02Update to 2.6.3:wiz7-35/+38
Overview of Changes from GLib 2.6.2 to GLib 2.6.3 ================================================= * GOption - Fix formatting of --help output [Matthias Clasen] - Accept -? [Matthias] * Win32 bug fixes [Bill Skaggs, Tor Lillqvist, J. Ali Harlow, Daniel Atallah] * Other bug fixes [Ed Avis, Manish Singh, Matthias, Nicolas Laurent, Kjartan Maraas, Bastian Nocera, Suren A. Chilingaryan, Michael Banck] * Documentation improvements [Matthias] * New and updated translations (ar,el,et,fi,fr,gu,nb,no,uk,xh)
2005-03-02Adapt to texi2html-1.76 and depend on it.wiz4-5/+64
Bump PKGREVISION.
2005-03-02Set INSTALLATION_DIRS for pkgviews installation.minskim1-1/+3
2005-03-01IRIX 5 also needs sys/types.h here. IRIX 6 does not need it, but it hasschwarz2-1/+13
been tested not to cause any harm there.
2005-03-01Update to 1.11.19.wiz21-130/+141
pkgsrc change: patch-ag, provided by Georg Schwarz, added to fix the build on IRIX. NEWS: Changes since 1.11.18: ********************** BUG FIXES * An intermittant assertion failure in checkout has been fixed. * Thanks to a report from Chris Bohn, all the source files needed for the Windows "red file" fix are actually included in the distribution. * Misc bug and documentation fixes. Changes from 1.11.17 to 1.11.18: ******************************** BUG FIXES * Thanks to a report from Gottfried Ganssauge, CVS no longer exits when it encounters links pointing to paths containing more than 128 characters. * Thanks to a report from Dan Peterson, error messages from GSSAPI servers are no longer truncated. * Thanks to a report from Dan Peterson, attempts to resurrect a file on the trunk that was added on a branch no longer causes an assertion failure. * Thanks to a report from Dan Peterson, imports to branches like "1.1." no longer create corrupt RCS archives. * Thanks to a report from Chris Bohn, links from J.C. Hamlin, and code posted by Jonathan Gilligan, we think we have finally corrected the Windows "red-file" (daylight savings time) bug once and for all. * Thanks to a patch from Jeroen Ruigrok/asmodai, the log_accum.pl script should no longer elicit warnings from Perl 5.8.5. * The r* commands (rlog, rls, etc.) can once again handle requests to run against the entire repository (e.g. `cvs rlog .'). Thanks go to Dan Peterson for the report. * A problem where the attempted access of files via tags beginning with spaces could cause the CVS server to hang has been fixed. This was a particular problem with WinCVS clients because users would sometimes accidentally include spaces in tags pasted into a dialog box. This fix also altered some of the error messages generated by the use of invalid tags. Thanks go to Dan Peterson for the report. * Thanks to James E Wilson for a bug fix to modules processing "gcc-core -a !gcc/f gcc" will no longer exclude gcc/fortran by mistake. * Thanks to Conrad Pino, the Windows build works once again. * Misc updates to the manual. DEVELOPER ISSUES * We've standardized on Automake 1.9.3 to get some at new features that make our jobs easier. See the note below on the Autoconf upgrade for more details. * We've standardized on Autoconf version 2.59 to get presumed bug fixes and features, but nothing specific. Mostly, once we decide to upgrade one of the autotools we just figure it'll save time later to grab the most current versions of the others too. See the HACKING file for more on using the autotools with CVS.
2005-02-28Update to 4.8:wiz6-32/+31
4.8 (31 December 2004) * Language: . new command @euro for the Euro currency symbol, and @documentencoding has some support for ISO-8859-15. . new command @abbr for general abbreviations. . new command @slanted to typeset text in a slanted font, and @sansserif to typeset in a sans serif font. * makeinfo: . An empty first argument to cross-reference commands, such as @xref, causes an error. This change was made in 4.1, but not mentioned in NEWS. . HTML output: - <a name="..."> constructs are added for the old-style conversion of node names to HTML names, so that external references to them can continue to work. - "g_t" prefixed to targets for node names beginning with a nonletter, for XHTML compatibility. . Docbook output: recognize more image formats. * texi2dvi: . new option --recode, to call recode for input character translation. * Distribution: . new convenience script texi2pdf, equivalent to texi2dvi --pdf (from tetex). [not installed by package to avoid conflicting with teTeX-bin] . some cross-compiling support in configure && make. . new configure option --disable-install-warnings, for TeX. distributions which do have the files installed. . automake 1.9.4.
2005-02-28Update to 1.0b:wiz2-6/+6
Bug fixes for backwards compatibility.
2005-02-28Remove me as maintainer of this package.tron1-2/+2
2005-02-28Use boost-<foo>-1.32.* as the dependency version pattern, to ensure thattv3-5/+8
ABI is consistent with dependents. (This works around the fact that the sonames of Boost libraries do not change between ABI-incompatible versions, or in other words: they don't have major version numbers.)
2005-02-27Some more pthread fixes: set PTHREAD_OPTS+=require and include the pthreadjmmv2-2/+6
buildlink file in buildlink3.mk. From tv@.