summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-18Remove the bogus requirement for python25, fix the offending line instead.ahoka3-4/+16
2009-01-18Correct a typo and fix FTP definition (T is for Transfer).shattered1-2/+2
OK by wiz@.
2009-01-18Sort, remove duplicate.shattered1-3/+2
OK by wiz@.
2009-01-18Use gnome-speech/Makefile.common to avoid updating gnome-speech butwiz1-27/+4
forgetting about gnome-speech-espeak.
2009-01-18Split off most variables into Makefile.common, to be used bywiz2-22/+33
gnome-speech-espeak as well, to avoid updating one and not the other.
2009-01-18regen, because the line numbers are much lower nowadays.wiz2-6/+6
Not necessary, but gets rid of a patch(1) warning on NetBSD.
2009-01-18merge upstream commit b376053de54af4268a31e5a60d1f9e57db30af11:tnn3-5/+14
[perl #49003] pp_ftrread appears to use the wrong access mode for -x when using "use filetest 'access';" Bump PKGREVISION. Noted by Leo R. Lundgren.
2009-01-18Updated misc/logsurfer to 1.7.shattered1-1/+2
2009-01-18Update to Logsurfer+ 1.7. Changes:shattered2-18/+11
* Added -e option to begin processing from the current end of the input log file. * Put double-quotes around regex expressions in dump file. * If the context argument to a pipe or report action is "-" then the current context contents are piped into the command. * Added "echo" action which simply echo's the output on stdout, or to a file. * Added a "$lines" macro construct in context action fields, it will be substituted by the number of lines in the context. * Added "syslog" action to send a message into syslog.
2009-01-18MAKE_JOBS_SAFE=noobache1-1/+3
2009-01-18Note update of www/p5-WWW-Pastebin-PastebinCom-Create to version 0.002seb1-1/+2
2009-01-18Update from version 0.001 to version 0.002.seb2-6/+6
Upstream changes: 0.002 Jan 17, 2009 Added a "uri" argument to support pasting to "private" pastebins.
2009-01-18Updated audio/gnome-speech-espeak to 0.4.22wiz1-1/+2
2009-01-18Update to 0.4.22:wiz1-3/+3
gnome-speech 0.4.22: * drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift synthesis driver causes Python client to get "TypeError: could not demarshal return value" on call to getAllVoices.
2009-01-18Mark BROKEN -- requires an Unicode build of wxGTK.shattered1-1/+3
OK by wiz@.
2009-01-18Fix typo: H_NCURSES -> H_NCURSESW. Fixes PR 38665.dholland1-3/+3
From http://mail-index.netbsd.org/tech-pkg/2008/10/15/msg001835.html, and also reinvented recently by Sergey Svishchev.
2009-01-18Oops, forgot to update distinfo.taca1-1/+4
2009-01-18Add REPLACE_OCTAVE feature.obache1-1/+13
2009-01-18work around an assumption that time_t fits into an unsigned istdrochner3-2/+27
(breaking the item list display on 32-bit NetBSD-current systems)
2009-01-18Needs libXp.joerg1-1/+2
2009-01-17Updated math/glpk to 4.35adam2-4/+3
2009-01-17Changes 4.35:adam2-6/+6
* New API routines were added to the package. * A minor change were made in the internal routine xputc. * A minor bug was fixed in the internal routine mpl_fn_time2str.
2009-01-17Added misc/calibre version 0.4.128wiz1-1/+2
2009-01-17+ calibre.wiz1-1/+2
2009-01-17Initial import of calibre-0.4.128:wiz5-0/+2142
calibre is a ebook library management application. Its features are divided into the following categories: * Library Management * Format conversion (all major ebook formats can be converted from) * Syncing to ebook reader devices * Fetching news from the web and converting it into ebook form * Viewing many different ebook formats * Giving you access to your book collection over the internet using just a browser
2009-01-17Drop 'x11' backend (not supported by code) and fix support for xaw3d backend.shattered2-3/+5
OK by wiz@.
2009-01-17We need printf tooadrianp1-1/+2
2009-01-17Add a note about additional packages required if bootstrap is in a Solarisadrianp1-1/+20
Zone.
2009-01-17Added www/py-ClientForm version 0.2.10wiz1-1/+2
2009-01-17+ py-ClientForm.wiz1-1/+2
2009-01-17Initial import of py-ClientForm-0.2.10:wiz4-0/+37
ClientForm is a Python module for handling HTML forms on the client side, useful for parsing HTML forms, filling them in and returning the completed forms to the server. It developed from a port of Gisle Aas' Perl module HTML::Form, from the libwww-perl library, but the interface is not the same.
2009-01-17Updated misc/gwaei to 0.13.1wiz1-1/+2
2009-01-17Update to 0.13.1:wiz3-7/+8
2009-01-17: Released gWaei 0.13.1 This is a release focusing on fixing bugs. The most noteworthy of which was an infinitely loop on startup that some computer encountered. (It it still is not fixed, someone please email me.) There was a crasher when attempting to print only one highlighted line in the results. The back and forward buttons have been coded better against race conditions on slow hardware because the back/forward button's wouldn't become insensitive quick enough to stop repeted executions. The highlight colors have been chosen to work better with dark themes than they were. Fixed a crasher when users would go back/forward after switching dictionaries. There have been a few minor features added as well. alt-left and alt-right will go back and forward in the search history much like a web browser. Shift-tab will cycle backwards through the dictionaries. The colors for highlighting have been switched around and varied more. The previous red just wasn't really compatible with any of the other colors I tried with it. It is now possible to optionally compile the program without libsexy.
2009-01-17Added www/py-mechanize version 0.1.10wiz1-1/+2
2009-01-17Sort, and add py-mechanize.wiz1-3/+4
2009-01-17Initial import of py-mechanize-0.1.10:wiz4-0/+122
Stateful programmatic web browsing, after Andy Lester's Perl module WWW::Mechanize. The library is layered: mechanize.Browser (stateful web browser), mechanize.UserAgent (configurable URL opener), plus urllib2 handlers. Features include: ftp:, http: and file: URL schemes, browser history, high-level hyperlink and HTML form support, HTTP cookies, HTTP-EQUIV and Refresh, Referer [sic] header, robots.txt, redirections, proxies, and Basic and Digest HTTP authentication. mechanize's response objects are (lazily-) .seek()able and still work after .close().
2009-01-17Added converters/help2man version 1.36.4wiz1-1/+2
2009-01-17+ help2man.wiz1-1/+2
2009-01-17Initial import of help2man-1.36.4, packaged for wip by arved, various fixeswiz7-0/+147
by shattered and bsadewitz. help2man is a tool for automatically generating simple manual pages from program output. It is intended to provide an easy way for software authors to include a manual page in their distribution without having to maintain that document. Given a program which produces resonably standard --help and --version outputs, help2man will attempt to re-arrange that output into something which resembles a manual page.
2009-01-17Fix build.wiz3-1/+27
Addresses PR 40399 by Derouiche.
2009-01-17Fix linking problems which caused missing rpath with native X11.ahoka3-9/+23
2009-01-17Note initial addition of p5-App-Nopaste version 0.07 as www/p5-App-Nopasteseb1-1/+2
into The NetBSD Packages Collection. Pastebins (also known as nopaste sites) let you post text, usually code, for public viewing. They're used a lot in IRC channels to show code that would normally be too long to give directly in the channel (hence the name nopaste). Each pastebin is slightly different. When one pastebin goes down then you have to find a new one. And if you usually use a script to publish text, then it's too much hassle. The Perl 5 module App::Nopaste aims to smooth out the differences between pastebins, and provides redundancy: if one site doesn't work, it just tries a different one. A commande line script is provided.
2009-01-17Add & enable p5-App-Nopasteseb1-1/+2
2009-01-17Initial import of p5-App-Nopaste version 0.07 in the NetBSD Packagesseb3-0/+44
Collection. Pastebins (also known as nopaste sites) let you post text, usually code, for public viewing. They're used a lot in IRC channels to show code that would normally be too long to give directly in the channel (hence the name nopaste). Each pastebin is slightly different. When one pastebin goes down then you have to find a new one. And if you usually use a script to publish text, then it's too much hassle. The Perl 5 module App::Nopaste aims to smooth out the differences between pastebins, and provides redundancy: if one site doesn't work, it just tries a different one. A commande line script is provided.
2009-01-17Add & enable p5-WWW-Pastebin-RafbNet-Createseb1-1/+2
2009-01-17Note initial addition of p5-WWW-Pastebin-RafbNet-Create versionseb1-1/+2
0.001 as www/p5-WWW-Pastebin-RafbNet-Create into The NetBSD Packages Collection. The Perl 5 module WWW::Pastebin::RafbNet::Create provides means to create new pastes on http://rafb.net/ paste site.
2009-01-17Initial import of p5-WWW-Pastebin-RafbNet-Create version 0.001 inseb3-0/+30
the NetBSD Packages Collection. The Perl 5 module WWW::Pastebin::RafbNet::Create provides means to create new pastes on http://rafb.net/ paste site.
2009-01-17Note update of www/typolight-translations package to 20090113.taca1-1/+2
2009-01-17Update typolight-translations package to 20090113.taca8-16/+138
* Indonesian translation is added. pkgsrc change: sort each PLISTs which wasn't sorted.
2009-01-17Note initial addition of p5-WWW-Pastebin-PastebinCom-Create versionseb1-1/+2
0.001 as www/p5-WWW-Pastebin-PastebinCom-Create into The NetBSD Packages Collection. The Perl 5 module WWW::Pastebin::PastebinCom::Create provides means of pasting large texts into http://pastebin.com pastebin site.