summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2008-05-11Use REPLACE_PYTHON instead of subst framework.hira1-7/+3
2008-05-06Disable support for the krita GraphicsMagick filter. It trys to usemarkd4-16/+18
long deprecated GraphicsMagick features that have now been removed in the latest GraphicsMagick.
2008-04-30Drop maintainershipjmmv6-12/+12
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-26Update to 20080312 snapshot.bjs2-6/+6
2008-04-26This package is not MAKE_JOBS_SAFE.bjs1-1/+3
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg4-8/+6
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-23Update to 0.10. Add HOMEPAGE.wiz2-7/+7
[Changes for 0.10 - 2007-10-14] * LICENSING CHANGE: This compilation and all individual files in it are now under the permissive "MIT" license. * Modernized the build infrastructure with Module::Install. * Tidied up source code, test files, and this changelog.
2008-04-23Update to 0.66:wiz2-6/+6
[Changes for 0.66 - 2008-02-12] * Locale::Maketext::Extract: Support in Extract.pm->extract for HTML::FormFu config files. Contributed by: Andreas Marienborg [Changes for 0.65 - 2007-12-22] * Perl 5.9.5+ is pickier about what "being used only once" means, so we make sure to avoid that warning. Contributed by: Alex Vandiver * Also restore compatibility with Perl 5.005 and earlier by avoiding the "no warnings" pragma. * Tidied up code style, documentation, copyright years, etc.
2008-04-21PYTHON_VERSIONS_ACCEPTED+=25abs1-2/+2
2008-04-20Update "openoffice2-bin" package to version 2.4.0. This update fixestron2-8/+8
the following security vulnerabilities: - CVE-2007-4770/4771: Manipulated ODF text documents containing XForms can lead to heap overflows and arbitrary code execution - CVE-2007-5745/5747: Manipulated Quattro Pro files can lead to heap overflows and arbitrary code execution - CVE-2007-5746: Manipulated EMF files can lead to heap overflows and arbitrary code execution - CVE-2008-0320: Manipulated OLE files can lead to heap overflows and arbitrary code execution
2008-04-20Update misc/udfclient package to version 0.6.2:reinoud2-7/+7
Fixing up yet another regression found on some DVD-R/CD-RW drives fixing newfs_udf and udfclient writing on those drives. Complete harddisc/flash support on Linux apeared to be broken and should be fixed now. Lots of enhancements to cd_discect; now also reporting not only the TOC and the PMA, but also the ATIP. In this ATIP there is information on the CD-RW subtype wich is crucial to check if the disc can be written by the drive.
2008-04-18Fix bug in the original software which prevents the installation oftron4-4/+21
"libcdio_cdda.pc" and "libcdio_paranoia.pc". Bump package revision because of this fix. Problem pointed out by Matthias Drochner in private e-mail.
2008-04-18Update UDFclient to version 0.6.1 fixing yet more regressions found inreinoud2-7/+7
modern DVD*RW/CD-RW combi drives. Fixes up regression found on modern CD-RW drives when dealing with CD-MRW media. It would report them as sequential.
2008-04-17Update misc/udfclient package to version 0.6.0.reinoud2-7/+7
Fix regressions found in newer DVD/CD combi drives that report bogus values for CD-RW media and fix 2G+ file write problems on some platforms. This fixes hese drives inability to newfs a CD-RW with newfs_udf and writing problems with udfclient on CD-RW media.
2008-04-17Fix description of package and in specfile to refer to Columnize insteadjlam4-6/+7
of LineCache. Noted by Slava Semushin in private email. Bump PKGREVISION to 1.
2008-04-17Add ruby-columnize.joerg1-1/+2
No cookie for: jlam
2008-04-17Repeat after me: Never use sys/errno.h, just use errno.h. Fix build onjoerg3-4/+18
AMD64.
2008-04-15update to 2.22.0drochner3-10/+165
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1drochner3-15/+50
This switches to the gnome-2.22 release branch.
2008-04-15update to 2.22.1drochner4-26/+10
This switches to the gnome-2.22 release branch.
2008-04-15Update "PKGCONFIG_OVERRIDE" to include the C++ and UDF ".pc" files.tron1-1/+5
Bump package revision because of this fix.
2008-04-15Update "libcdio" to version 0.80. Changes since version 0.76:tron8-71/+54
- a lot of new features including C++ and UDF support - a lot of bug fixes including a fix for CVE-2007-6613 - support for more platforms (e.g. DragonFly)
2008-04-15fix a stack-based buffer overflow (CVE-2007-6613), patch from upstream,drochner4-3/+31
bump PKGREVISION
2008-04-14Initial import of ruby18-columnize-0.1 as misc/ruby-columnize.jlam5-0/+51
LineCache is a module for printing an Array in column-sorted order.
2008-04-13Fix build with firefox. Problem reported by abs@.hira3-12/+30
2008-04-13Update to 1.1.20080316:wiz2-6/+6
2008/03/16 + modify dlg_mouse_wgetch() to loop only on errors that it detects, rather than on errors forwarded from dlg_getc(), in case those are due to a disconnected terminal (report by Anatoli Sakhnik). + allow "default" color in dialogrc file (request by Dashing). + fix an indexing error in formbox (Debian #469190, report by Dmitry Gomerman, patch by Vladimir Mezentsev). + add bindings for CTL/N, CTL/P to checklist, fselect and menubox widgets (prompted by discussion with John Gatewood Ham). + add be@latin.po, th.po and update zh_TW.po from http://translationproject.org/latest/dialog/ > patches by Peter Astrand: + modify dlg_auto_sizefile() to ensure the computed height and width do not extend beyond the screen size. + use unctrl() to make inputstr.c work with Solaris curses. > patches by Yura Kalinichenko: + extend pause widget to use ok/cancel buttons (the former giving the same result as a timeout), rather than an exit-button. + fix initialization parameter of inputbox for multibyte characters.
2008-04-13Update misc/rubygems to 1.1.1. Changes from version 1.1.0 include:jlam5-41/+41
* Gem.prefix now returns non-nil only when RubyGems was installed outside sitelibdir or libdir. * The `gem server` gem list now correctly links to gem details. * `gem update --system` now passes --no-format-executable to setup.rb. * Gem::SourceIndex#refresh! now works with multiple gem repositories. * Downloaded gems now go into --install-dir's cache directory. * Various fixes to downloading gem metadata. * `gem install --force` now ignores network errors too. * `gem pristine` now rebuilds extensions. * `gem update --system` now works on virgin Apple ruby. * Gem::RemoteFetcher handles Errno::ECONNABORTED.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam8-46/+40
through PLIST_SUBST to the plist module.
2008-04-12+ tellico.wiz1-1/+2
2008-04-12Import tellico-1.3.1 as misc/tellico.wiz6-0/+332
Tellico is a KDE application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines. Tellico allows you to enter your collection in a catalogue database, saving many different properties like title, author, etc. Two different views of your collection are shown. On the left, your entries are grouped together by any field you like, allowing you to see how many are in each group. On the right, selected fields are shown in column format, allowing you to sort by any field. On the bottom is a customizable HTML view of the current entry. The entry editor is a dialog box where you enter the data.
2008-04-09Set HOMEPAGE to the official gok homepage instead of the standard gnome one.wiz1-2/+2
2008-04-09Fix `test =='. Pointed out by wiz@.hira2-4/+13
2008-04-07Fix DESTDIR.joerg1-4/+4
2008-04-07Update to 2.4.0.hira16-1769/+151
New features: General * Connect to WebDAV servers via HTTPS * Custom icons for toolbars are imported * Control password-storing with a master password * Warning if document is from a newer ODF * PDF documents: relative links, document references, PDF/A-1 (ISO 19005-1) supported, and cross-document link behavior options * Mac OS X: Quicktime support for movies and sound / use the built in spell checker * Print dialog improvements in usability * Edit boxes: warning at limit of characters * DejaVu font is now default instead of BitStream Vera Localisation * Entries for 10 languages added Base / DBA * Improved rendering of numeric(n) data from JDBC and Oracle * Easier choice of table name in "Copy table" * Editing of views in HSQLDB * Query designer for all properties which allow SQL command * Query designer in SQL view * Relation design accessible for MySQL databases * Setting to check for required fields on forms * Support for Access 2007 (.accdb files) Calc * Convert text to columns: with this feature CSV data inside cells can be transformed into columns directly * Columns and rows in spreadsheet can be moved with drag and drop * Enter key returns to the column where the input started, one row below * Formula input: "+" and "-" can also be used to start * Individual zoom level per sheet * AutoFilter: choices clearer grouped and based on result of filtering in other columns * DataPilot: Manual Sorting / Double-click in DataPilot cell provides calculation data of that cell * Performance improvement with functions VLOOKUP and MATCH * Print dialog for Calc easier to use * PageUp and PageDown keys work in print preview * Sheet names in cell-hyperlinks: renamed properly Chart * Regression curves: The equation of trend lines and the R^2 value now can be displayed * Reverse axes possible * Bars on different axes displayed next to each other * Data labels: Number format * Data point label: display both value and percentage * Data label: display each part in a separate line * Data labels: more flexible placement of labels * Labels on pie segments: avoiding overlapping * Data point label: can be removed with delete key Draw * Navigation (tab) order of page objects * PDF export: page names as bookmark * Reduce complexity: no longer necessary display options removed Impress * Navigation (tab) order of page objects * Thrilling 3D effects in slide transitions * Export slide names as PDF bookmarks * Easier to insert background picture Writer * Selecting rectangular region of text * Find and Replace: backward references in regular expressions * Spell checking: easier selecting of the language * Insert&Insert Object toolbar redesign - Writer * Printing of hidden text can be turned on * Printing text place holders can be turned off * Shortcuts added for paragraph style Heading 4, Heading 5 and Textbody * Ctrl-click behaviour for hyperlinks can be changed * Custom document properties: Text fields and UI support Extensions/ programmability / API * Extensible Help System for extensions * Extensions can have a separate display name * Extensions: support of web based update * Extensions: additional information about the publisher and release notes * Extensions: check for updates * Dialogs can have a wallpaper set * Transparent background for controls * Remote control presentations via API * API: get selected table(s) or query(s) in the main Base window Please see the following URL for more information. http://development.openoffice.org/releases/2.4.0.html
2008-04-04Include curses header for screen configure script when testing tgetenttonnerre4-11/+34
in order to prevent crash on 64-bit architectures. Otherwise the result of termcap/terminfo detection is wrong, causing the infamous "bad format 'p'" messages, or "OOPSOOPSOOPS" when SSHing from MacOS. Fixes PR 33808 Approved-by: joerg
2008-04-04Add and enable new ruby-* packages.jlam1-1/+4
2008-04-04Initial import of ruby18-transaction-simple-1.4.0 asjlam4-0/+56
misc/ruby-transaction-simple. Transaction::Simple provides a generic way to add active transaction support to objects. The transaction methods added by this module will work with most objects, excluding those that cannot be Marshal-ed (bindings, procedure objects, IO instances, or singleton objects).
2008-04-04Initial import of ruby18-launchy-0.3.1 as misc/ruby-launchy.jlam4-0/+51
Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc.) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external application from within Ruby programs.
2008-04-04Update ruby-gem_plugin to version 0.2.3. Changes from version 0.2.2jlam4-147/+36
include: - Turn into a signed gem.
2008-04-04Update ruby-daemons to version 1.0.10. Changes from version 1.0.8 include:jlam4-29/+63
+ Install as a Ruby gem. - Fixed a severe bug in the new Pid.running? function: function returned true if the process did not exist. - By default, we now delete stray pid-files (i.e. pid-files which result for example from a killed daemon) automatically. This function can be deactivated by passing :keep_pid_files => true as an option. - All pid files of :multiple daemons new get deleted correctly upon exit of the daemons. - Use the signal 'KILL' instead of 'TERM' on Windows platforms. - Use exit! in trap('TERM') instead of exit when option :hard_exit is given. - Did some clarification on the exception log.
2008-04-04Initial import of ruby18-configuration-0.0.5 as misc/ruby-configuration.jlam4-0/+44
configuration.rb provides a mechanism for configuring Ruby programs with Ruby configuration files.
2008-04-02Updated to version 2.18.0.heinz2-8/+7
This update includes changes to adapt to eBay's new bid history page (now encoded in UTF-8). Pkgsrc changes: - none Changes since version 2.17.1: ============================= 2008-04-02 * Fixed bug 1932025: Can't convert price. * Fixed bug 1930772: Can't convert price. 2008-03-16 * Fixed bug 1915400: sign in request during pre-bid. 2008-01-17 * Fixed bug 1869454: Fails with Time ramining: -- (0 seconds). * Fixed bug 1823864: Captcha on bid history. * Fixed bug 1861822: crash parsing watch list. * Fixed bug 1849113: Failed to make bid when using bid assistant 2007-11-22 * Fixed bug 1835531, segfault on bid history. 2007-10-23 * Fixed bug 1818692, get srcId ViewItem when bidding on closed auction.
2008-03-31Set up the shell environment before calling ``gem'' during the extractjlam1-4/+5
phase. Also set TZ to null to prevent timezone differences from affecting the printing of the "date" field during the extraction of the gemspec file.
2008-03-31Update rubygems to 1.1.0. Changes from version 1.0.1 include:jlam12-154/+227
+ Port patches to allow gems to be installed into an "installion root" from 1.0.1nb2. + Rename the --build-root option to --install-root, which more accurately reflects the purpose of the option. + Update rubygem.mk to work with rubygems-1.1.0. + Require 1.1.0 as the minimum rubygems version for the build. + Remove GEM_FORMAT and special code to extract the gemspec file from a gem archive -- `gem spec' can now do it correctly by itself. + Rename various *buildroot* targets to *install-root* to match the name of the `gem' option. * RubyGems now uses persistent connections on index updates and only updates from a latest index by default, cutting candidate gems for updates to roughly 1/4 (at present). Index updates are much faster now. * `gem list -r` may only show the latest version of a gem, add --all to see all gems. * `gem spec` now extracts specifications from .gem files. * `gem query --installed` to aid automation of checking for gems. This update has been tested with the 3 packages in pkgsrc that install using the ``gem'' command: devel/rubyforge misc/ruby-gem_plugin www/mongrel This update has also been tested with the 129 packages in my local tree that install using the ``gem'' command.
2008-03-31Don't mark this package as broken -- it's not.jlam1-3/+1
2008-03-27Use the correct variable name (GEM_CACHEDIR, not GEM_CACHE).jlam1-3/+3
2008-03-27The ``gem'' command doesn't exit with an error if the install fails.jlam1-1/+14
Manually check that the installation actually succeeds or exit with an error so that the pkgsrc make process halts with the proper error code. Suggestion for change by <seb> in private email.
2008-03-25Remove openoffice (1.x branch) packages.wiz79-28590/+1
They have security problems and are not maintained. Removal was announced on pkgsrc-users on March 13.
2008-03-24Restore default setting of PKG_DESTDIR_SUPPORT removed in revisionjlam1-1/+4
1.29. This does the right thing automatically for most gems, and packages that need PKG_DESTDIR_SUPPORT set earlier can set it manually themselves.
2008-03-22Add default value for GEM_FORMAT missing from previous commit.jlam1-1/+4