summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-05-28Initial import of adobeps-win-1.0.6:jlam5-1/+67
Adobe PostScript printer drivers for MS Windows 9x/NT to use CUPS as a networked PostScript RIP (raster image processor), handling printfiles from all client platforms in a uniform way, and enabling clients to consolidate on a single PostScript driver, even for many different target printers.
2003-05-28Correct two ".else" statement, former is "ppc" case.taca1-2/+2
2003-05-28Initial import of the X11-based part of xmbmon-201 into the NetBSDagc1-1/+2
Packages Collection. xmbmon is an X11-based program for monitoring motherboard environmental information.
2003-05-28Add and enable xmbmonagc1-1/+2
2003-05-28Updated mldonkey to 2.5.0nb1.wiz1-1/+2
2003-05-28Initial import of the X11-based part of xmbmon-201 into the NetBSDagc3-0/+21
Packages Collection. xmbmon is an X11-based program for monitoring motherboard environmental information.
2003-05-28Remove --disable-multinet configure option; enables bittorrent, fastrack, ...wiz1-2/+2
Bump PKGREVISION.
2003-05-28Initial import of the text-based part of xmbmon-201 into the NetBSDagc1-1/+2
Packages Collection. mbmon is a text-based program for monitoring motherboard environmental information.
2003-05-28Add and enable mbmonagc1-1/+2
2003-05-28Initial import of the text-based part of xmbmon-201 into the NetBSDagc5-0/+45
Packages Collection. mbmon is a text-based program for monitoring motherboard environmental information.
2003-05-28Note a cleanup project: remove the p5-* patches that strip MAN3POD fromjlam1-1/+5
Makefile.PL. The perl packages correctly deal with man pages now, so the patches aren't needed anymore.
2003-05-28Update print/ghostscript-esp{,-nox11} to 7.05.6.jlam6-1912/+20
- Use autoconf.mk to regenerate configure script instead of adding a huge patch to the patches directory. - The CUPS driver now properly generates CIE colorspaces. - The pstoraster wrapper didn't correctly pass the cupsProfile attribute into Ghostscript; this resulted in user-defined profiles being ignored when printing PS files. - The CUPS driver now properly rotates the page when given a landscape PageSize. - Replaced the "lxm3200" driver (gdevlx32.c) by a modified version which supports also the Z31 and the Z12 - Updated japanese driver pack "gdevlips" from version 2.3.4 to 2.4.0. The pack contains the devices "lips2p" "bjc880j". "lips4", "lips4v", "escpage", "lp2000". "npdl", and "rpdl". "rpdl" is newly added (for Ricoh's RPDL printers). - Added "#define USE_POSSIBLY_FLAWED_COMPRESSION 1" to src/gdevhl7x.c (driver "hl7x0"). This fixes the problem that the printer stops in the middle of the page.
2003-05-28Update print/cups to 1.1.19. Major changes from version 1.1.18nb2 include:jlam14-104/+324
- security fix to scheduler to address a DoS attack - improve conformance to IPP specification - miscellaneous bug fixes to server and userland utilities - plug memory leaks - bug fixes to SSL code - the mime.convs file was missing the filter definition for Windows BMP (image/x-bitmap) files - improved test suite - added CUPS support files for Java, Perl, and PHP - The cups-lpd mini-daemon now sends jobs to the default queue when an empty queue name (or "lp" and there is no "lp" queue) is sent. - The scheduler now supports fax queues identified by a "*cupsFax: True" attribute in the PPD file. - The scheduler now supports print files that have been compressed using gzip. - Added a robots.txt file to the standard install to prevent search engines from indexing the CUPS server. - When writing BSD printcap files, the scheduler now includes the rm and rp attributes, allowing the file to be exported to LPD clients. - The pdftops filter now scales PDF pages within the printable area of the page. - The PostScript filter now supports binary PostScript files and files beginning with the PJL language escape sequence. - Fixed the CIE colorspace support code in the image and PS RIPs.
2003-05-28Note update of ast-ksh-20030422.uebayasi1-1/+2
Changes: 03-03-18 --- Release ksh93o --- 03-03-18 A -N unary operator was added to test and [[...]] which returns true if the file exists and the file has been modified since it was last read. 03-03-18 The TIMEFORMAT variable was added to control the format for the time compound command. The formatting description is described in the man page. 03-03-06 A -N n option was added to read which causes exactly n bytes to be read unlike -n n which causes at most n bytes to be read. 03-03-03 Three new shell variables were added. The variable .sh.file stores the full pathname of the file that the current command was found in. The variable .sh.fun names the current function that is running. The variable .sh.subshell contains the depth of the current subshell or command substitution. 03-03-03 When the DEBUG trap is executed, the current command line after expansions is placed in the variable .sh.command. The trap is also now triggered before each iteration of a for, select, and case command and before each assignment and redirection. 03-02-28 Function definitions are no longer stored in the history file so that set -o nolog no longer has any meaning. 03-02-28 All function definitions can be displayed with typeset -f not just those stored in the history file. In addition, typeset +f displays the function name followed by a comment containg the line number and the path name for the file that defined this function. 03-02-28 A bug in which the value of $LINENO was not correct when executing command contained inside mult-line command substitutions has been fixed. 03-02-19 Since some existing ksh88 scripts use the undocumented and unintended ability to insert a : in front of the % and # parameter expansion operators, ksh93 was modified to accept :% as equivalent to % and :# as equivalent to # with ${name op word}. 03-02-14 A bug which could cause a core dump when reading from standard error when standard error was a pty has been fixed. 03-02-14 The shell arithmetic was modified to use long double on systems that provide this data type. 03-02-09 A bug in which a function located in the first directory in FPATH would not be found when the last component of PATH was . and the current directory was one of the directories in PATH has been fixed. 03-02-07 The trap and kill builtin commands now accept a leading SIG prefix on the signal names as documented. 03-02-05 A bug in the expansion of ${var/$pattern}, when pattern contained \[ has been fixed. 03-02-05 A bug in which .sh.match[n], n>0, was not being set for substring matches with % and %% has been fixed. 03-01-15 A bug in which getopts did not work for numerical arguments specified as n#var in the getopts string has been fixed. 03-01-09 A bug in which using ${.sh.match} multiple times could lead to a memory exception has been fixed. 03-01-06 A bug in the expansion of ${var/pattern/$string} in the case that $string contains \digit has been fixed. 03-01-02 A -P option was added for systems such as Solaris 8 that support profile shell. 03-01-02 For backward compatibility with ksh88, arithmetic expansion with ((...)) and let has been modified so that if x is a zero-filled variable, $x will not be treated as an octal constant.
2003-05-28Update to 2003-04-22.uebayasi2-7/+7
Tested on 1.6R (i386). Changes: 03-03-18 --- Release ksh93o --- 03-03-18 A -N unary operator was added to test and [[...]] which returns true if the file exists and the file has been modified since it was last read. 03-03-18 The TIMEFORMAT variable was added to control the format for the time compound command. The formatting description is described in the man page. 03-03-06 A -N n option was added to read which causes exactly n bytes to be read unlike -n n which causes at most n bytes to be read. 03-03-03 Three new shell variables were added. The variable .sh.file stores the full pathname of the file that the current command was found in. The variable .sh.fun names the current function that is running. The variable .sh.subshell contains the depth of the current subshell or command substitution. 03-03-03 When the DEBUG trap is executed, the current command line after expansions is placed in the variable .sh.command. The trap is also now triggered before each iteration of a for, select, and case command and before each assignment and redirection. 03-02-28 Function definitions are no longer stored in the history file so that set -o nolog no longer has any meaning. 03-02-28 All function definitions can be displayed with typeset -f not just those stored in the history file. In addition, typeset +f displays the function name followed by a comment containg the line number and the path name for the file that defined this function. 03-02-28 A bug in which the value of $LINENO was not correct when executing command contained inside mult-line command substitutions has been fixed. 03-02-19 Since some existing ksh88 scripts use the undocumented and unintended ability to insert a : in front of the % and # parameter expansion operators, ksh93 was modified to accept :% as equivalent to % and :# as equivalent to # with ${name op word}. 03-02-14 A bug which could cause a core dump when reading from standard error when standard error was a pty has been fixed. 03-02-14 The shell arithmetic was modified to use long double on systems that provide this data type. 03-02-09 A bug in which a function located in the first directory in FPATH would not be found when the last component of PATH was . and the current directory was one of the directories in PATH has been fixed. 03-02-07 The trap and kill builtin commands now accept a leading SIG prefix on the signal names as documented. 03-02-05 A bug in the expansion of ${var/$pattern}, when pattern contained \[ has been fixed. 03-02-05 A bug in which .sh.match[n], n>0, was not being set for substring matches with % and %% has been fixed. 03-01-15 A bug in which getopts did not work for numerical arguments specified as n#var in the getopts string has been fixed. 03-01-09 A bug in which using ${.sh.match} multiple times could lead to a memory exception has been fixed. 03-01-06 A bug in the expansion of ${var/pattern/$string} in the case that $string contains \digit has been fixed. 03-01-02 A -P option was added for systems such as Solaris 8 that support profile shell. 03-01-02 For backward compatibility with ksh88, arithmetic expansion with ((...)) and let has been modified so that if x is a zero-filled variable, $x will not be treated as an octal constant.
2003-05-27Update net/openslp to 1.0.11. Changes from version 1.0.10 include:jlam4-11/+12
* Fixed socket file descriptor leak. * Fixed segv when processing unicast request (SrvTypeRqst or AttrRqst) with mismatched scopes causes error in SLPD. * Allow strict aliasing.
2003-05-27Modify lang/perl5 and lang/perl58 to install man3 pages again. However,jlam13-38/+303
we install them into a private directory under the the normal Perl installation and configure Perl so that site-specific Perl man3 pages are installed into a private directory within site_perl. This avoids manpage conflicts between 3rd-party modules, the standard Perl library, and other packages. The changes implement some unfinished work that is alluded to in the MakeMaker.pm module by allowing "installsiteman{1,3}dir" to be set during the configuration process and are used to provide default values for INSTALLSITEMAN{1,3}DIR during the Perl module build/install process. Bump PKGREVISIONs for lang/perl5 and lang/perl58.
2003-05-27Include graphics/xpm buildlink2 file. Noticed in latest jklos'ssalo1-4/+5
powerpc bulk build. Make PKGNAME more version agnostic.
2003-05-27Note update of seahorse to 0.7.1.jmmv1-1/+2
2003-05-27Update to 0.7.1:jmmv4-25/+29
* Changed File menu to Key menu * Added context menu for keys * Added buttons/menu items for possible, but not-yet-implemented features * Sign an entire key * Add a revoker to a key * Bug fix when setting Ascii Armor Preferences * Removed File Manager, replaced with file operations in Tools * Key pairs initially listed first * Performance improvements with large key rings, especially in loading preferences * Progress display at startup for listing of keys * Can delete subkeys of non key-pairs * General interface cleanups
2003-05-27pkglint-3.54 update.wiz1-1/+2
2003-05-27Remove "country code" check -- a remnant from FreeBSD times. Update to 3.54.wiz2-7/+3
2003-05-27Note update of net/ja-samba package to 2.2.8.1.1.0 (samba-2.2.8a-ja-1.0).taca1-1/+2
2003-05-27update ja-samba package to 2.2.8.1.1.0 (samba-2.2.8a-ja-1.0).taca10-45/+36
Quote from Changelog.en. Here is the fix list of Samba2.2 Japanese Edition. The sign of each line means: *: Fix of Samba Japanese Edition only x: Fix of sending a patch to Samba Team c: Fix of being commited a patch by Samba Team samba-2.2.8a-ja-1.0 ~~~~~~~~~~~~~~~~~~~ Changes to the internationalized version * Fixed permissions for docs/ja/htmldocs/BrowsingFAQ/image/*.gif [sugj-tech:5281] Changes to the original version * Fixed Japanese file name problem for DFS [samba-jp:14700] samba-2.2.8a-ja-1.0alpha3 ~~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the original version * Fixed the problem which depends on size of off_t [sugj-tech:5272] samba-2.2.8a-ja-1.0alpha2 ~~~~~~~~~~~~~~~~~~~~~~~~~ Changes to the original version * Fixed unmatched problem for int<->unsigned int [sugj-tech:5248] * Fixed unmatched problem for uint32<->unsigned int [sugj-tech:5253]
2003-05-27Add trailing slash to HOMEPAGE.jmmv1-2/+2
2003-05-27-gtetrinet-0.7.1jmmv1-2/+1
2003-05-27Note update of gtetrinet to 0.7.1.jmmv1-1/+2
2003-05-27Update to 0.7.1. There have been a lot of changes since the previous version.jmmv6-23/+58
Maybe the most significative is the switch to GNOME2 (including things like GConf2 to handle configuration).
2003-05-27Note update of xmame/xmess to 0.69.1.kristerw1-1/+3
2003-05-27Update xmess to 0.69.1.kristerw6-64/+48
Changes since 0.68.1 includes: - Re-added Ben Collins' core change that adds support for extra mice. - Reverted to using the original fronthlp.c (from 0.67.2) modified to work with the 0.69 core. - Fixed a logic bug in the XInput devices button-handling. (Ben Collins) - Made a tiny fix in fileio.c that allows specifying direct paths to roms to work again; e.g., ./xmame.x11 ./moo.zip
2003-05-27Update xmame to 0.69.1.kristerw5-47/+47
Changes since 0.68.1 includes: - Almost everything from MAME 0.69. - Re-added Ben Collins' core change that adds support for extra mice. - Reverted to using the original fronthlp.c (from 0.67.2) modified to work with the 0.69 core. - Fixed a logic bug in the XInput devices button-handling. (Ben Collins) - Made a tiny fix in fileio.c that allows specifying direct paths to roms to work again; e.g., ./xmame.x11 ./moo.zip
2003-05-27use mk/gcc.buildlink2.mkgrant1-2/+2
2003-05-27note pkgrevision bump of gcc.grant1-1/+2
2003-05-27on Solaris, install into ${PREFIX}/${PKGNAME_NOREV} as per othergrant4-338/+8
platforms, and remove the related Solaris MESSAGE and PLIST. prevents gcc from always searching ${PREFIX}/{include,lib} for include files and libraries which breaks buildlink2, preventing some packages from being built, depending on what is already installed. noted by Mark Davies and others, and address my PR pkg/21122. bump PKGREVISION. note: if you update to this version, be sure to rebuild libtool-base since the path to crti.o, crtbegin.o, etc is hardcoded in libtool at compile-time.
2003-05-27use mk/gcc.buildlink2.mkgrant2-4/+4
2003-05-27add CONFLICTS to suse_libc5 with mozilla-bin and phoenix-bin packages eachkei3-3/+10
other. addresses pkg/21675.
2003-05-27docbook-xsl-1.61.2 update done.wiz1-1/+2
2003-05-27Update to 1.61.2.wiz3-8/+42
Lots of bug fixes and improvements. o Initial support for timestamp PI. From now you can use <?dbtimestamp format="Y-m-d H:M:S"?> to get current datetime in your document. Added localization support for datetime PI o Added level 6 to test for section depth in section.level template so that section.title.level6.properties will be used for sections that are 6 deep or deeper. This should also cause a h6 to be created in html output. o Don't use SVG graphics if use.svg=0 o Now uses number-and-title-template for sections only if section.autolabel is not zero. o Added missing 'english-language-name' attribute to the l10n element, and the missing 'style' attribute to the template element so the current gentext documents will validate. o Corrected several references to parameter qanda.defaultlabel that were missing the "$". o Now accepts admon.textlabel parameter to turn off Note, Warning, etc. label. o FeatReq #684561: support more XEP metadata o Added hyphenation support. Added support for coref. Added beginpage support. (does nothing; see TDG). o Added support for hyphenation-character, hyphenation-push-character-count, and hyphenation-remain-character-count o Added root.properties, ebnf.assignment, and ebnf.statement.terminator o Support bgcolor PI in table cells; make sure rowsep and colsep don't have any effect on the last row or column o Handle othercredit on titlepage a little better o Applied fix from Jeff Beal that fixed the bug that put secondary page numbers on primary entries. Same with tertiary page numbers on secondary entries. o Added definition of missing variable collection. o Make footnote formatting 'normal' even when it occurs in a context that has special formatting o Added warning when glossary.collection is not blank, but it cannot open the specified file. o Pick up the frame attribute on table and informaltable. o indexdiv/title in non-autogenerated indexes are now picked up. o Removed (unused) component.title.properties o Move IDs from page-sequences down to titlepage blocks o Use proportional-column-width(1) on more tables. Use proportional-column-width() for header/footer tables; suppress relative-align when when using FOP o Check for glossterm.auto.link when linking firstterms; don't output gl. prefix on glossterm links o Generate Part ToCs o Support glossary, bibliography, and index in component ToCs. o Refactored chunking code so that customization of chunk algorithm and chunk elements is more practical o Support textobject/phrase on inlinemediaobject. o Support 'start' PI on ordered lists o Fixed test of $toc PI to turn on qandaset TOC. o Added process.chunk.footnotes to sect2 through 5 to fix bug of missing footnotes when chunk level greater than 1. o Added paramater toc.max.depth which controls maximal depth of ToC as requested by PHP-DOC group.
2003-05-27scummvm-0.4.1 update done.wiz1-1/+2
2003-05-27Update to 0.4.1:wiz2-5/+5
- Added AdvMame3x filter - Fixed crash in Curse of Monkey Island (and possibly other games as well) - Fixed airport doors in Zak256 - Fixed crash in SDL backend - Fixed various iMuse bugs
2003-05-27define USE_GCC3, so that when this file is included, we use gcc3'sgrant1-4/+5
buildlink files.
2003-05-27add pulling in buildlink includes/libraries from lang/gcc, or gcc3grant2-4/+22
when USE_GCC3 is defined. ok'd by jlam@.
2003-05-27add a buildlink2.mk for gcc-3.3.grant1-0/+94
2003-05-27perllocal.pod is site-specific local perl documentation and is found injlam1-2/+2
${PERL5_SITEARCH}, not ${PERL5_ARCHLIB}.
2003-05-27note pkgrevision bump of sablotron.grant1-1/+2
2003-05-27this uses c++, so set USE_CXX and include gcc/buildlink2.mk.grant1-1/+11
add LIBTOOL_OVERRIDE, libiconv, libstdc++, libm to give this a hope of working on NetBSD and Solaris. bump PKGREVISION.
2003-05-27this uses c++, so set USE_CXX and include gcc/buildlink2.mk. ride thegrant1-1/+3
recent pkgrevision bump.
2003-05-27add LoadFile statements for ap-xsltgrant1-1/+4
2003-05-27Don't add /usr/local/lib to the run-time library search path inadvertantly.jlam2-1/+27
2003-05-27Make FreeBSD find crypt() in libcrypt without patching the Configurejlam3-19/+3
script.