summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-06-29Regen.jtb1-3/+3
2003-06-29Initial import of p5-Geography-Countriesgson1-1/+2
2003-06-29* Fix mistake in location of powerpc.sjtb2-4/+4
* new_context() instead of interp() in error message on i386
2003-06-29* Use ".L" instead of "L" as label prefix on sparcjtb9-49/+191
* For consistency use SYS_bsd for system type on powerpc. We differ from SYS_elf (presumably Linux) on a few points here anyway. * Fix signal handling on powerpc which caused a seg fault when compiling native code version of coq. * Install ocamllex.opt, camlp4o.opt and camlp4r.opt too.
2003-06-29Add and enable p5-Geography-Countriesgson1-1/+2
2003-06-29Note update of hevea to 1.06.jtb1-1/+2
Numerous bug fixes. See CHANGES for complete list.
2003-06-29Update to version 1.06.jtb4-32/+66
Many bugfixes and some new features. See CHANGES for the full details.
2003-06-29Imported Geography-Countries-1.4, a perl5 module for mapping countrygson4-0/+25
names and codes.
2003-06-29Note update of grap to 1.30.jtb1-1/+2
The main change is the addition of color to grap. Other changes are bugfixes.
2003-06-29Update to version 1.30.jtb3-66/+5
The main change is the addition of color to grap. Other changes are bug fixes.
2003-06-29Note update of cweb to 3.64.jtb1-1/+2
No changelog. diff shows only minor changes.
2003-06-29Update to version 3.64.jtb3-25/+31
No changelog. diff shows only minor changes.
2003-06-29Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-06-29Note update of ftnchek to 3.2.2.jtb1-1/+2
Here are the new features in version 3.2: 1. New option -mkhtml to generate HTML documentation files from the source code. Thanks go to Mark McVeigh for contributing this feature. 2. I/O unit usage information is now provided under the -symtab option. A table is printed listing each I/O unit by name and/or number, together with the opera- tions performed on it. 3. A single large project file, created by concatenating a number of separately produced project files, can be input for use as a library project file. 4. Combined type declarations and data-statement-like initializers, as in INTEGER N / 100 / are accepted. 5. Fixed a bug that caused ftnchek to crash if a parameter is declared with the same name as the subprogram containing it. New error message for same. 6. Fixed a bug in checking type agreement between variables and their initial values in Fortran 90-style declarations with initializers, as in INTEGER :: N=100. 7. New error message when an internal file is a constant rather than a variable. Some compilers permit this for READ operations, but it is prohibited by the F90 Standard.
2003-06-29Update to version 3.2.2.jtb5-54/+36
Here are the new features in version 3.2: 1. New option -mkhtml to generate HTML documentation files from the source code. Thanks go to Mark McVeigh for contributing this feature. 2. I/O unit usage information is now provided under the -symtab option. A table is printed listing each I/O unit by name and/or number, together with the opera- tions performed on it. 3. A single large project file, created by concatenating a number of separately produced project files, can be input for use as a library project file. 4. Combined type declarations and data-statement-like initializers, as in INTEGER N / 100 / are accepted. 5. Fixed a bug that caused ftnchek to crash if a parameter is declared with the same name as the subprogram containing it. New error message for same. 6. Fixed a bug in checking type agreement between variables and their initial values in Fortran 90-style declarations with initializers, as in INTEGER :: N=100. 7. New error message when an internal file is a constant rather than a variable. Some compilers permit this for READ operations, but it is prohibited by the F90 Standard.
2003-06-29Note update of zile to 1.6.2.jtb1-1/+2
Changes from Zile 1.6.1 - Zile 1.6.2 * Fixed a few core dumps. * Fixed some bugs with patches from Nicolas Duboc. * Fixed a build problem where dumb makes tried to build "-lncurses".
2003-06-29Update to version 1.6.2.jtb3-10/+10
Changes from Zile 1.6.1 - Zile 1.6.2 * Fixed a few core dumps. * Fixed some bugs with patches from Nicolas Duboc. * Fixed a build problem where dumb makes tried to build "-lncurses".
2003-06-29Introduce a variable called "MAKEINFO_ARGS", which may be used to passjschauma3-5/+17
arguments to makeinfo(1). This was made necessary by the fact that under IRIX64 makeinfo(1) does not use a default split-size of 50000, which breaks our PLISTs. After feedback from seb@, initialize MAKEINFO_ARGS per default to _OPSYS_MAKEINFO_ARGS, which is set in defs.<OPSYS>.mk (currently only for IRIX using 64-bit ABI).
2003-06-29vmware 3.x packages updated to latest available version - 3.2.1jdolecek1-1/+3
list of changes isn't available, presumably some bugfixes only
2003-06-29update again to latest available version VMware 3.2.1, now that the modulesjdolecek2-7/+8
are updated too change created etc/vmware/config to include "xkeymap.usekeycodeMapIfXFree86 = true", so that the keyboard mapping would work correctly list of changes isn't available, presumably bugfixes only
2003-06-29update vmware3 module to latest available 3.x version - VMware 3.2.1jdolecek2-7/+7
change the package version to 3.2.1.1 to accomodate introduction of teeny version number by VMware list of changes isn't available, presumably bugfixes only
2003-06-29remove URL to vmware-survey (isn't available anymore), simlifyjdolecek1-2/+1
2003-06-29Back out previous change and institute another fix for the reportedjlam1-7/+19
problem. The symptoms appear to match the situation where a library exists in /usr/lib that matches the name of the pkgsrc-installed library, but the corresponding .la file doesn't exist in /usr/lib. Fix this by using building a fake libtool archive if we use the system library.
2003-06-29Don't assume iconv_*() live in libiconv since they may be a part of glibcjlam1-7/+10
on Linux systems.
2003-06-29Add BUILDLINK_FILES for IRIX64.jschauma1-1/+44
2003-06-29Note update of tremorchris1-1/+2
2003-06-29Update tremor library to latest version (is a few months old, I've had thechris2-6/+6
update for a while) Changes are mostly optisations, also changes in how memory is managed with a view to using the minimum amount necessary.
2003-06-29use LINK_ALL_LIBGCC_HACKgrant1-4/+3
remove some unneeded parens
2003-06-29include pthread.buildlink2.mk, as the php sources this uses needsgrant1-1/+2
pth.h.
2003-06-29Fix typo. From Simon Hitzemann in PR 22011.wiz1-2/+2
2003-06-29ddskk-20030629; bug fixes and internal enhancements.uebayasi1-1/+2
2003-06-29Update to 20030629.uebayasi4-10/+10
Many internal changes with a few external, unknown changes expected.
2003-06-29Convert to USE_NEW_TEXINFO.seb5-7/+33
Fix the Info directory file entry and provide patches for both the .texi and the .info file so USE_MAKEINFO is not needed.
2003-06-29Convert to USE_NEW_TEXINFO.seb5-17/+34
2003-06-29Note updates of xosd and xmms-osd to 2.2.2.jmmv1-1/+3
2003-06-29Update to 2.2.2:jmmv6-11/+25
- Misc xosd patches (Philipp Matthias Hahn) - configure.ac libxinerama.pic or libxinerama patch (Philipp Matthias Hahn)
2003-06-29Check for existence of /usr/lib/libiconv.so too, not only for the headerwiz1-2/+2
file. Needed for some broken (Linux) installs. From Sebastian P. on tech-pkg.
2003-06-29Convert to USE_NEW_TEXINFO.seb2-9/+3
Note: distributed gdbm.info now has a *DIR-{SECTION,ENTRY} hence post-extract target no more required.
2003-06-29lftp-2.6.6; bug fixes, PR22008 by Toru Takamizu.uebayasi1-1/+2
2003-06-29Update to 2.6.6.uebayasi3-11/+11
Supplied by Toru Takamizu, PR22008. Version 2.6.6 - 2003-05-28 * raised sane mirror connection limit to 64. * fixed hftp file information retrieval when use-head is off (reported by Robert A. Thompson). * ignore zero size reported by SIZE (for sunsolve.sun.com). * fixed a bug with exclude/include of directories in reverse mirror. * several bugs with mirror --script fixed (reported by Olaf Kaehler). * fixed a bug with unterminated string in HTML parsing; add wwwoffle support (AIDA Shinra). * fixed a bug with ssl settings pointing to files and directories (Diego Reyes). * fixed a bug with sending empty path in HTTP protocol (Geoffrey Lee). * fixed catching of file size from ftp server message 150. * fixed hftp with password - now it should work with all proxies as it sends password in URI even when Authorization header is used. * new debugging command .tasks to show number of tasks. * now lftp does not load/save histories until it interacts with user. E.g. `lftp -c command' does not update ~/.lftp/rl_history now.
2003-06-29Remove sane-backends and sane-frontends (the latter was incorrectly listedrh1-3/+1
as version 1.0.12, the latest frontend version is 1.0.11 though).
2003-06-29Note update of sane-backends to 1.0.11rh1-1/+2
2003-06-29Update sane-frontents to 1.0.11. Changes are bugfixes only.rh3-8/+7
2003-06-29Note update of sane-backends to 1.0.12rh1-1/+2
2003-06-29Update sane-backends to 1.0.12. Changes include:rh5-37/+85
* Documentation updates * Updated backends: apple, artec_eplus48u, as6e, avision, canon, canon630u, dc210, dc240, dll, epson, fujitsu (fi4220), gphoto2, gt68xx, hp, mustek, mustek_pp, mustek_usb, net, pie, plustek, snapscan, teco2, test, umax, umax_pp * New backends: ibm, ma1509, some versions of hp5400 * Added IPv6 support for saned and net backend * Added SCSI support for MacOS X * Build system improvements * USB access improvements * Portability fixes * Translation updates and new translations: nl, no * Bugfixes
2003-06-29Initial version.martti1-0/+28
2003-06-29centericq was updated by jlamjlam1-2/+1
2003-06-29(Re)add and enable zsh-current.uebayasi1-1/+2
2003-06-29mlterm-2.7.0; PTY switching, more encodings, gettext, utility enhancements.uebayasi1-1/+2
2003-06-29Update to 2.7.0.uebayasi3-25/+18
ver 2.7.0 * Supported pty switching in the same window.(see doc/ja/README.ja in detail for the Japanese.) * Supported koi8-t,georgian-ps,cp1251 and cp1255. * Gettextized mlconfig. * Improved 'apply','cancel' etc buttons in mlconfig. * Mlconfig now can save configuration changes to ~/.mlterm/main. * Added mlterm-menu which starts by Ctrl+Right. * Forbidden 5380 protocol(doc/en/PROTOCOL) for some security issues, and removed mlcc, mlconf_curses and w3mmlconfig as a result of it. * Fixed many bugs, cleaned many codes, and updated documentations.