summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-22Updated xfce4 to 4.0.2martti72-157/+189
* Improve window manager responsiveness * Various bug fixes in file manager, window manager and panel * More 64bit clean up * New translation added: Azerbaijani
2003-12-22Update xemacs-packages to 1.13, a complete set of XEmacs packages as ofuebayasi4-480/+804
2003/12/22. Newly added packages are: * general-docs-1.01 * hyperbole-1.13 * oo-browser-1.04 * riece-1.12 And many others are updated.
2003-12-22Update to 21.4.14, "Reasonable Discussion".uebayasi4-17/+22
Changes from the release note. -- Fix: Make sure local variables get processed -- Andy Piper -- Fix: Make Windows scrollwheel work even if no scrollbars -- Ren Kyllingstad -- Fix: Fix bytecompiler infinite recursion -- Michael Toomim -- Fix: Handle embedded carriage returns in make-docfile -- Andrew Begel -- Fix: Regexp matching of degenerate word boundaries -- Stephen Turnbull -- Fix: Don't use DB_AUTO_COMMIT in database.c -- Stephen Turnbull -- Fix: FAQ, docstring and PROBLEMS corrections -- Stephen Turnbull -- Fix: Discard docstrings in compiler only if appropriate -- Stephen Turnbull -- Fix: Reverse bogus regexp tests -- Stephen Turnbull -- Fix: Modify configure to add -fno-strict-aliasing to gcc -- Stephen Turnbull -- Fix: Disable event compression under Motif -- Stephen Turnbull -- Fix: Enable -DREGEX_MALLOC by default -- Stephen Turnbull -- Fix: Turn off widgets by default -- Stephen Turnbull -- Fix: Add docstrings for lisp-mode hooks -- Vasily Korytov -- Fix: Support MacOSX shared library loading -- Andrew Begel -- Fix: Font-lock fix for defuns -- Adrian Aichner -- Fix: cl-macs generated incorrect docstrings -- Nickolay Pakoulin -- Fix: Remove bogus key definitions -- Jerry James -- Update: Latest package index -- Norbert Koch -- Update: about.el information -- Vin Shelton -- Update: Use X Font Sets in sample.Xdefaults -- Stephen Turnbull -- Update: etc/PACKAGES -- Stephen Turnbull
2003-12-22Note update of graphics/xli.fredb1-2/+3
2003-12-22Update xli to 1.17.0. Still small and fast. Now uses the standard jpegfredb5-69/+24
library to support more image formats, and adds support for MIT shared memory where available, for even more speed. "xli" is now maintained by Smarasderagd, whose credits include the former png patch for xli, and the png support for the chimera browser. Changes from 1.16 (from the "README"): Converted source code to ANSI C prototypes. Removed MSDOS support (Sorry! Anyone want to add Win32 support?) Added PNG file format loader. Added support for MIT shared memory extension. Rewrote JPEG file format loader to use the IJG library, to take advantage of performance improvements and support progressive scan JPEGs. Added the -delete, -iscale, -focus, and -cache options. Added interactive image fast scaling with the '<', '>' and '=' keys. Added TODO file. Feel free to do anything on the list, or offer your own fixes and enhancements.
2003-12-22Let "make pre-patch" work on FreeBSD, using patch submitted by Michealfredb1-1/+2
Pasternak, in PR pkg/23833.
2003-12-22Note update of createbuildlink 2.9.uebayasi1-1/+2
Don't drop header files those extensions are >2 characters, e.g., "*.hpp". Min Sik Kim in PR pkg/23834. While here, "sort | uniq" -> "sort -u" in 2 places.
2003-12-22Don't drop header files those extensions are >2 characters, e.g., "*.hpp".uebayasi2-6/+6
Min Sik Kim in PR pkg/23834. While here, "sort | uniq" -> "sort -u" in 2 places.
2003-12-22improve DESCR and COMMENT.grant2-14/+14
2003-12-21Actually, there is a .tar.bz2 too -- use that.wiz2-4/+5
2003-12-21ljpeg-1.0 and jpeg_ls-2.2 now in pkgsrc (previously in pkgsrc-wip).wiz1-1/+3
2003-12-21Add and enable ljpeg and jpeg_ls.wiz1-1/+3
2003-12-21Initial import of ljpeg-1.0 (from pkgsrc-wip):wiz5-0/+116
In 1992, a joint ISO/CCITT committee known as JPEG (Joint Photographic Experts Group) established and published the first draft international standard (DIS) for compressing continuous-tone still images, both grayscale and color. JPEG has defined four mode of operations, summarized them as follows. (1) Sequential encoding: each image component is encoded in a single left-to-right, top-to-bottom scan; (2) Progressive encoding: the image is encoded in multiple scans for applications in which transmission time is long, and the viewer prefers to watch the image build up in multiple coarse-to-clear passes; (3) Lossless encoding: the images is encoded to guarantee exact recovery of every source image sample value (even though the result is low compression compared to the lossy modes); (4) Hierarchical encoding: the image is encoded at multiple resolutions so that lower-resolution versions may be accessed without first having to decompress the image at its full resolution. Our lossless JPEG encoding program has an automatic prediction selection value (PSV) selector which selects the best PSV among a user provided or default set of PSVs. This selector guarantees the best compression ratio for lossless JPEG. The encoding program "pnmtoljpg" compresses a Portable Pixmap or Portable Graymap image to a lossles JPEG (ljpg) image using the JPEG standard (DIS) lossless mode of operation. The decoding program "ljpgtopnm" decodes a ljpg image to either a Portable Pixmap or Portable Graymap image depending on the number of color components stored in the ljpg image file.
2003-12-21Initial import of jpeg_ls-2.2:wiz11-0/+271
This software package contains an implementation of JPEG-LS, the emerging lossless/near-lossless compression standard for continuous-tone images being developed by ISO/IEC JTC1/SC29/WG1 (draft document FCD14495 as of November 1997). The names of the executables in the software package derive from the acronym LOCO, as the core of the new standard is based on the LOCO-I algorithm (LOw COmplexity LOssless COmpression for Images) developed at Hewlett-Packard Laboratories (reference: M. Weinberger, G. Seroussi, G. Sapiro, "LOCO-I: A Low Complexity, Context-Based, Lossless Image Compression Algorithm," Proc. IEEE Data Compression Conference, Snowbird, Utah, March-April 1996). The term "near-lossless compression" refers to a lossy algorithm for which each decompressed image sample differs from the corresponding original image sample by not more than a pre-specified value, the (usually small) "loss." Lossless compression corresponds to loss=0. Even though the term "continuous-tone image" refers in principle to any image whose components have more than one bit per sample, palletized images may require a reordering of the color palette for best compression results using LOCO-I on the array of color indices. This functionality is not implemented in the present software, although it is supported by the new standard, and is easy enough to implement with the tools given. Notice, however, that LOCO-I and JPEG-LS were not designed, and might not give optimal performance, for images that have been palletized through dithering.
2003-12-21Mention new libcaca package.wiz1-1/+2
2003-12-21Add and enable libcaca.wiz1-1/+2
2003-12-21Initial import of libcaca-0.3:wiz4-0/+57
The libcaca library is a graphics library that outputs text instead of pixels, so that it can work on older video cards or text terminals. It is not unlike the famous AAlib library. libcaca needs a terminal to work, thus it should work on all Unix systems (including Mac OS X) using either the slang library or the ncurses library. The differences with AAlib are the following: * 16 available colours for character output (256 colour pairs) * dithering of colour images * basic sprite primitives But libcaca also has the following limitations: * no support for brightness, contrast, gamma * unefficient character-choosing algorithms * no alternate fonts * no raw keyboard support * no custom output drivers a la AA-on-X
2003-12-21+ atari800-1.3.2, avidemux-2.0.20, dctc-0.85.7.wiz1-3/+4
2003-12-21Override config.sub and config.guess to let it recognize shark.kristerw1-1/+3
2003-12-21Update distinfo to include new patches.ben1-1/+3
2003-12-21Make test makefiles link to libtool libraries to fix build error.ben2-0/+52
2003-12-21Override config.sub and config.guess to let it recognize shark.kristerw1-1/+4
2003-12-21Fix typo. From Min Sik Kim in PR pkg/23827.jmmv1-1/+1
2003-12-21Update HOMEPAGE; from Michal Pasternak in PR pkg/23826.jmmv1-2/+2
2003-12-21Make SMART_MESSAGES work again by passing _PKGSRC_DEPS through theagc1-2/+2
environment into sub-makes for pre-requisite packages, rather than using ${MAKEFLAGS} and the command line.
2003-12-21AFAICT from logs, uebayasi@ is the maintainer, so set ZSH_MAINTAINERjmmv1-1/+2
accordingly.
2003-12-21Updated security/gnutls to 1.0.2xtraeme2-3/+3
2003-12-21Update to 1.0.2, this also closes PR pkg/23766.xtraeme4-10/+12
Changes: o Corrected a bug in the RSA key generation. This was generating unusable RSA keys.
2003-12-21Bump PKGREVISION to opencdk (missing gettext-lib's buildlink).xtraeme1-1/+2
2003-12-21docbook-xsl updated to 1.64.1.jmmv2-3/+3
2003-12-21This needs gettext-lib's buildlink, reported by Soren Jacobsen PRxtraeme2-2/+5
pkg/23765. Bump PKGREVISION.
2003-12-21Update to 1.64.1. Changes since previous release:jmmv3-6/+99
Changes to xsl/* | * Makefile: Check for DIFFVER and make sure tags happen | * RELEASE-NOTES.xml: Not terribly interesting RELEASE NOTES | file for 1.64.1 | * Makefile, VERSION: Prepare to support freshmeat-submit for | next release | * VERSION: Version 1.64.0 released. | * VERSION: Version 1.63.0 released. | * VERSION: Version 1.62.4 released. Changes to xsl/common/* | * .cvsignore, Makefile: Support sr_Latn locale | * l10n.xml: Added sr_Latn.xml for Serbian in Latin script. | * common.xsl: Fixed bug #851603 infinite recursion in | copyright.year when no <year> elements at all. | * common.xsl: section.level now computes refentry sections | relative to container element. | * gentext.xsl, labels.xsl, subtitles.xsl, table.xsl, | targets.xsl, titles.xsl: Added CVS $Id$ comment. | * labels.xsl: Fixed bug where sect1 generated infinite loop | when root element and | $section.label.includes.component.label is non zero. | * gentext.xsl: Fixed cut-and-paste typo in substitute.markup | template. Changes to xsl/docsrc/* | * htmlhelp.xml: Corrected parameter name Changes to xsl/fo/* | * index.xsl, pagesetup.xsl, titlepage.templates.xml: Fixed bug | in index title indents when $title.margin.left is non-zero. | * sections.xsl: Now marker respects $marker.section.level | parameter. | * param.ent, param.xweb: Added marker.section.level to control | which sections are included in running headers or footers. | * component.xsl: Fixed bug #605761 where article/appendix | title did not respect the $title.margin.left setting. Use a | new article.appendix.title.properties attribute set. | * param.ent, param.xweb: Added | article.appendix.title.properties to fix bug 605761. | * param.ent, param.xweb: Added refentry.pagebreak parameter. | * refentry.xsl: refnamediv now uses section.level template to | compute title level. | * refentry.xsl: Added $refentry.pagebreak parameter to make | page breaks optional. | * inline.xsl, param.ent, param.xweb: Support new parameters | for superscript/subscript properties | * lists.xsl: Processing of listitems now processes and | preserves order of comments and PIs. | * htmltbl.xsl, task.xsl: Added CVS $Id. | * pagesetup.xsl: Remove $title.margin.left from the | margin-left calculation when $passivetex.extensions != 0 | since it can't do the math. | * lists.xsl: Make sure that fo:list-item-body always contains | an fo:block | * inline.xsl: Support code inline | * formal.xsl: Moved id from fo:table to container block in | informaltable to eliminate duplicate ids when multiple | tgroups used. | * graphics.xsl: Added GIF extensions which is supported by FOP | * formal.xsl: Add comment about span not working in most FO | processor because not on a child of fo:flow. | * pagesetup.xsl: Added units to margin-left="0" in header and | footer templates. | * titlepage.xsl: width property added to revhistory table, | with option to use <?dbfo table-width="xx%"?> processing | instruction. | * pagesetup.xsl: Removed title.margin.left indent for the | index-*-draft page masters as well. | * autoidx.xsl, index.xsl, param.ent, param.xweb: Significant | index terms can get special rendering in XEP | * lists.xsl: Support stepalternatives | * lists.xsl: Fixed bug in variablelist width calc that was | returning zero. Changes to xsl/html/* | * chunk-common.xsl: Fix ugly performance problem in | footer.navigation (thanks again Guillaume du Bourguet) | * inline.xsl: Fix bug [ 841586 ] id-attibute in firstterm | prohibits link to glossary. | * autotoc.xsl: Omit setindex from TOC if $generate.index = 0 | * table.xsl: Now colwidth="*" treated as colwidth="1*" for | tablecolumns extension. | * lists.xsl: Processing of listitems now processes and | preserves order of comments and PIs. | * autoidx.xsl, changebars.xsl, chunk-code.xsl, | chunk-common.xsl, chunk.xsl, chunker.xsl, chunkfast.xsl, | chunktoc.xsl, html-rtf.xsl, htmltbl.xsl, maketoc.xsl, | manifest.xsl, oldchunker.xsl, onechunk.xsl, | profile-chunk.xsl, profile-onechunk.xsl, task.xsl: Added CVS | $Id$ comments. | * Makefile.param, param.ent, param.xweb: Added new HTML Help | parameters from patches by W. Borgert | * chunk-common.xsl: Experimental fix for some xref linking | issues in cases where dbhtml 'dir' is used. | * chunk-common.xsl: Fix ugly performance problem with chunking | (thanks Guillaume du Bourguet) | * glossary.xsl: Fix bugs in formatting of glosslist | * inline.xsl: Support code inline | * chunk-common.xsl: Moved call to user.head.content to just | before </head> to give the user the last word. | * chunk-code.xsl: Remove index from Next and Previous when | $generate.index = 0. | * lists.xsl: Support stepalternatives Changes to xsl/htmlhelp/* | * htmlhelp-common.xsl: Fixed parameter name collision | * htmlhelp-common.xsl: Added new HTML Help parameters from | patches by W. Borgert | * htmlhelp-common.xsl: Handle setindex in a proper way Changes to xsl/manpages/* | * lists.xsl: Fix nested lists properly. | * docbook.xsl: Use .nf environment for literallayout. | * docbook.xsl: Prevent duplicate .nf environments inside | informalexample or screen. All fiftenn allowed contained | element in these elements will provide its own. | * docbook.xsl: Last commit reverted a previous change -- redo | it. | * docbook.xsl: Remove unused rule. | * docbook.xsl: Fix literallayout inside para. | * lists.xsl: Fix singly-nested lists. | * docbook.xsl: Don't mess up roff markup in tables. | * lists.xsl, synop.xsl: 2003-11-06 Tim Waugh | <twaugh@redhat.com> * lists.xsl: Normalize space in | itemizedlist/listitem. * synop.xsl: Likewise. Changes to xsl/params/* | * article.appendix.title.properties.xml: Fixed typo in | use-attribute-sets attribute | * title.margin.left.xml: Fix typo in parameter end tag | * marker.section.level.xml: New file. | * article.appendix.title.properties.xml: New file. | * refentry.pagebreak.xml: New file. | * refentry.title.properties.xml: Added space-before properties | since page breaks are now optional. Added a description | paragraph. | * subscript.properties.xml, superscript.properties.xml: New | file. | * htmlhelp.display.progress.xml, | htmlhelp.enhanced.decompilation.xml, htmlhelp.hhc.width.xml, | htmlhelp.hhp.windows.xml, | htmlhelp.remember.window.position.xml, | htmlhelp.show.toolbar.text.xml, | htmlhelp.window.geometry.xml: New file. | * title.margin.left.xml: Set to zero if passivetex.extensions | != 0 since PassiveTeX cannot handle the math expression with | negative values. | * index.preferred.page.properties.xml: New file. Changes to xsl/extensions/xalan2/.classes/* | * Makefile.common: Support unicode.font in Xalan extensions Changes to xsl/extensions/xalan2/com/nwalsh/xalan/* | * FormatCallout.java, FormatUnicodeCallout.java, Params.java, | Verbatim.java: Support unicode.font in Xalan extensions
2003-12-21Bump PKGREVISION to libgcrypt package (missing libiconv dependency).xtraeme1-1/+2
2003-12-21This needs libiconv's buildlink, reported by David Griffith PR pkg/23811.xtraeme2-3/+6
Bump PKGREVISION.
2003-12-21distcc updated to 2.12.jmmv2-3/+3
2003-12-21Update to 2.12:jmmv3-7/+9
distcc-2.12 "Figgy Pudding" 2003-12-19 FEATURES: * New --log-level feature allows logging of only errors rather than messages for each connection. * IPv6 support now works better when distcc is configured with --enable-rfc2553. The server can normally accept either IPv4 or IPv6 connections. * New --with-docdir configure option to set install location for documents. The default is the same as previously. Patch from Harold L Hunt II. INTERNAL: * GNU-style ChangeLog is now included in the package. Please keep it up to date if you make your own changes! PORTABILITY: * setgroups() was broken by Mac OS X Panther so that it will not accept setgroups(0, NULL) to clear the group list. Instead we now set the group list to our single primary gid. Suggestion from Wayne Davison. * sendfile problems on FreeBSD 4.9-RC fixed. Patch from Allan Saddi. * MAXPATHLEN is provided if it's not defined, which is the case on GNU Hurd. Reported by Santiago Vila as Debian #219600. BUG FIXES: * Check pkg-config information GNOME/GTK+ is now checked at configure time, not build time. This is a bit quicker than running the script for every file we build, and means that PKG_CONFIG_PATH only needs to be set for configure. DOCUMENTATION: * Small documentation corrections.
2003-12-21nabi-0.12 already done.xtraeme1-2/+1
2003-12-21Abiword2 updated to 2.0.2, removed abiword2-gnome.xtraeme1-1/+3
2003-12-21abiword2-gnome install the same filesxtraeme2-20/+1
with or without --disable-gnome :/ (pointed out by Martti Kuparinen).
2003-12-21Update to 2.0.2xtraeme4-329/+321
Changes: o Translation updates. o Set the default values in the Insert Table dialog (GTK) properly. o Add checks for setenv/putenv and for strings.h o Fix bad deletion of resources. o Fix various resource leaks. And more... please review http://www.abisource.com/release-notes/2.0.2.html to see a complete list of changes. While here, remove Makefile.common, abiword2-gnome install the same files with or without --disable-gnome :/ (pointed out by Martti Kuparinen).
2003-12-21Added mysqlcc-0.9.4martti1-1/+2
2003-12-21Added mysqlccmartti1-1/+2
2003-12-21MySQL Control Center (also known as MySQLCC) is a platform-independent GUImartti7-0/+107
administration client for the MySQL database server.
2003-12-21Export some missed libraries and hide obsolete headers for Buildlink2.uebayasi1-3/+3
Min Sik Kim in PR pkg/23818.
2003-12-21Update to 4.50.uebayasi3-7/+8
Change summary from the release note: o Big5 to Unicode mapping didn't work at all (fixed offset of coding system table) (See http://lists.debian.or.jp/debian-devel/200311/msg00006.html) o -D option now specifies default (fall-back) coding system, not default EUC coding system. This means that -D coding system is used not only for determination of EUC coding systems but also determination of other coding systems. o Added ISO-8859-10,11,13,14,15,16. o Many bug fixes.
2003-12-21Remove wx1Motif as it is obsolete and will not build with GCC3.ben17-429/+3
2003-12-21tweak a message and some formatting.grant1-14/+16
2003-12-20+ distcc-2.12, docbook-xsl-1.64.1, elm-me-2.4pl110, gauche-0.7.3wiz1-7/+16
[kei], gkrellm-2.1.22 [pkgsrc-wip], gnutls-1.0.2, libcroco-0.4.0 [pkg/23793], moz-bin-plugger-1.4.2, nabi-0.12 [pkg/23795], scribus-1.1.4, sqlite-2.8.8, subversion-0.35.1, sylpheed-claws-0.9.8, top-3.5b12.10, zsh-4.0.9.
2003-12-20Add missing checksum for i396 XFree RPM.manu1-1/+3
2003-12-20Note PKGREVISION bump to mgetty, for fax* fixes.fredb1-1/+2