summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz49-51/+98
Bump BUILDLINK_RECOMMENDED.
2005-12-31Update to 1.0.20051219:wiz3-22/+6
2005/12/19 + correct return-values of new functions dlg_default_listitem() and dlg_default_formitem() (Debian #344002). + add Swedish translation (Debian #343303, by Daniel Nylander) + begin function-summaries in dialog.3 + update config.guess, config.sub 2005/12/07 + change license to LGPL. + change naming convention in dlg_colors.h to make it easier to read, and incidentally remove the last chunk of code preventing relicense. + add --passwordform (request by Reznic Valery). + modify pause.c, msgbox.c to work with --help-button. + modify formbox.c, inputbox.c, textbox.c, yesno.c to work with extra button (adapted from Reznic Valery patch). + modify dlg_exit_label(), dlg_yes_labels() and dlg_ok_label() to allow help-button (prompted by Reznic Valery patch). + add zh_CN.po file from http://www.iro.umontreal.ca/translation/maint/dialog/ + provide alternate interfaces for dialog_checklist(), dialog_menu() and dialog_form(): dlg_checklist(), dlg_menu() and dlg_form() (discussion with Michael Gebetsroither). + add/use dlg_result_key() to allow binding function keys to the buttons. + implement user-definable key bindings in the rc-file. + modify inline cases for KEY_xxx values to use binding tables in new module dlg_keys.c + add several DIALOG_STATE items to the rc file: aspect, separate_widget, tab_len and visit_links + add a tab-adjustment to dlg_print_text() to improve solution from 2005/10/30, e.g., in the samples/form* scripts. + fix an off-by-one which made mouse-selection not work for menu items past the first page (GenToo #112024, patch by Harald van Dijk). 2005/11/07 + extend dlg_add_result() to allow caller to pass a null pointer for dialog_vars.input_result (Debian #336986). + correct length used for text portion of radio/checkboxes (report by Valentin Stoykov). + modify msgbox, textbox and center_label() to work properly for LANG=bg_BG.utf8 examples by Valentin Stoykov. + modify use of freopen() to work with opaque FILE type on DragonFly (report by Jeremy C Reed). + modify print_line() to compute columns, use that for the call to dlg_print_line(). Fix a few places where strlen() was used instead of dlg_count_columns() (reports by Valentin Stoykov). 2005/10/30 + reviewed changes since beginning development in 1999, decided that there are no appreciable portions of original code remaining. Marked sources to correspond. + improve cache performance for inputstr.c using tsearch() rather than a linked-list search (Debian #294853). + remove a special case for darwin in CF_XOPEN_SOURCE configure macro. + add ms.po file from http://www.iro.umontreal.ca/translation/maint/dialog/ + remove an assignment that caused the cursor to appear initially on a form field rather than button (Debian #333506). + modify buttons.c to count columns rather than bytes, fixing case where buttons were laid out incorrectly (report by Valentin Stoykov). + change dlg_print_text() to count columns rather than bytes, fixing case where fewer columns were displayed in menu than expected (report by Valentin Stoykov). 2005/10/05 + improve fix for dlg_does_output(), eliminating redundant leading separator. + fill background color for item-help text (report by Peter Postma). + correct interaction between --separate-output and --output-separator broken in 2005/09/11 fix for Debian #326918 (Debian #331440). + update config.guess, config.sub
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam22-44/+22
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Unbreak this package by requiring a firefox package that provides the .pcjmmv1-4/+6
files.
2005-12-28This will install two screenrc examples (and changes name of one) andreed6-15/+30
fixes man page to point to them. Update patch-ap for doc/screen.1 so the location of examples files is corrected. Now install both examples. Update PLISTs. Note that the screenrc example is now called screenrc and etcscreenrc is etcscreenrc (makes sense). Mention both examples in MESSAGE. Bump PKGREVISION. This will solve problem for PR #32391. Okayed by maintainer.
2005-12-28Fixed by gtkglext fix.garbled1-4/+1
2005-12-28Fixed by gtkglext fix. Tested on i386/2.0garbled1-4/+1
2005-12-28Move include of sys/types.h earlier. Fixes build as noticed on DragonFly.reed2-1/+21
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz7-7/+28
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-21Include <sys/types.h> before <sys/socket.h>. This fixed compilationmartti2-1/+15
problems on DragonFly BSD. Reported and patch provided by Francis GUDIN on a private mail.
2005-12-20-lcompat needed for DragonFly as well. Include LDFLAGS on other systemsjoerg2-5/+5
as well.
2005-12-20XmClientLibs is gone, use -lXm -lXt directly.joerg2-8/+9
2005-12-18Fix errno.joerg2-1/+15
2005-12-18Fix defining of socklen_t for NetBSD (and DragonFly). Should fixmarkd2-1/+15
PR pkg/32311.
2005-12-17Complete move of math/goffice to misc/goffice.wiz1-1/+2
2005-12-17Re-import in intended directory:wiz5-0/+417
This is a library for common operations for document centric applications that are conceptually simple, but complex to implement fully. Supported operations include: - plugins - load/save documents - undo/redo
2005-12-17Fix errno. Use correct thread library, not the hard-wired -lpthread.joerg5-2/+43
2005-12-16update sums.christos1-13/+13
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg2-4/+4
of the shared libXm has changed.
2005-12-11Remove kgeography. Now part of kdeedu3.markd5-254/+1
2005-12-11Update to KDE 3.5markd5-144/+150
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Update to KDE 3.5markd8-124/+822
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Update to KDE 3.5markd13-592/+1466
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Update to KDE 3.5markd2-88/+282
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz2-3/+4
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-10Added patch-aq, which makes screen use the setenv() function with threerillig2-1/+17
parameters instead of the one with two parameters. The setenv() function has been added to Solaris recently, so this wasn't necessary before. Should fix PR 32273.
2005-12-10make it work on 64 bit machineschristos15-196/+601
2005-12-08More xpdf buffer overflows.markd2-3/+9
http://www.kde.org/info/security/advisory-20051207-1.txt Bump PKGREVISION.
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig5-8/+10
"pkglint --autofix" change.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig9-18/+18
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig64-147/+136
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-03bump pkgrevision and fix distinfo I forgot to commitchristos2-2/+5
2005-12-03Prefer sigaction instead of sigvec if it exists, and check if sigvec existschristos2-0/+71
based on the existance of the macro SV_INTERRUPT.
2005-12-02Fixed misspelled variables NO_SOURCE_ON_{FTP,CDROM}.rillig1-5/+6
2005-11-30Added a patch that fixes the build for ISO C90 compilers.rillig2-1/+20
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz2-4/+4
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-24Capitalize KOffice like in the other packages.wiz1-2/+2
2005-11-24Improve comment.wiz2-4/+4
2005-11-23Update to 0.50:wiz2-7/+6
[Changes for 0.50 - 2005-11-04] * Per suggestion from Sava Chankov, add the (quite outdated) webl10n articles to docs/ directory. Patches from Mikael Sennerholm: * Added "localize" and "localise" to the list of recognized L10N functions in Locale::Maketext::Extract. * Skip .svn directories in Locale::Maketext::Extract::Run. [Changes for 0.49 - 2005-04-13] * Stephen Quinney notes that we are too eager to die on nonexisting files passed in as part of a lexicon_get_() source. We now silently ignore nonexistant files, only reporting error when it exists but cannot be read or parsed. [Changes for 0.48 - 2005-03-12] Patches from Thierry Vignaud: * In Gettext.pm, do not silently skip last entry of a catalog. * In Extract.pm, do not silently skip first entry of a catalog if there's only one empty line tween header and first real message.
2005-11-23Update to 1.10:wiz2-7/+6
2005-11-10 Andy Lester * Release 1.10: New maintainer. No changes at all. Bumped up the version number and released it so that I can get the RT queue and any future mail.
2005-11-20Update to 2.7.6. Changes since 2.7.5:magick2-6/+6
The major new features in release 2.7.6 is the German translation of the complete manual and help pages. Also a few bugs which have been reported since the previous release have been fixed. * Added German translation of the complete manual and help pages. (Many thanks to Olaf Noehring and Kurt Lettmaier for contributing thetranslated manual.) * A major bug which affected sequential removal of multiple reminders was fixed. The bug could even crash nxtvepg. (Thanks again to Kurt for reporting this bug.) * XMLTV output was slightly changed to make it fully compliant with the XMLTV DTD 0.6. * Error diagnositcs in the provider scan were improved to avoid silent failures without an indication of the cause. (Thanks to Andreas for reporting this problem) * Last but not least, the Windows release is now provided in form of an installer instead of a plain ZIP archive. (Thanks to Néo for suggesting and implementing the installer.)
2005-11-17Added missing RMD160 checksums, except for those files that wererillig1-1/+5
unavailable.
2005-11-13Added package esniper.heinz1-1/+2
2005-11-13Initial import of esniper 2.14.0.heinz5-0/+67
Esniper is a simple, lightweight command line tool for sniping ebay auctions. It runs on all flavors of Linux, Unix and Windows, and should adapt easily to other operating systems. Pkgsrc changes: - Added patch-aa to let esniper accept eBay passwords with unsafe characters (according to URL-encoding rules). Submitted to the upstream author (esniper-Bugs-1352595).
2005-11-10Depend on errno.h to provide errno.joerg2-48/+49
2005-11-10Depend on errno.h for errno.joerg4-1/+75
Don't depend on stdio and stdout to be static values, move the initialisation to run time.
2005-11-10Depend on errno.h to provide errno.joerg2-1/+18
2005-11-10Use POSIX NAME_MAX if available, fall back to MAXNAMLEN otherwise.joerg2-9/+38
Don't use stdout for initialisation of a global variable, do it in main.
2005-11-10Welcome in the 21st century. errno, malloc and realloc are alljoerg2-11/+16
part of ISO C, don't define them manually.
2005-11-10Hack in DragonFly.joerg2-4/+13