Path to this page:
./
textproc/urlview,
Extract URLs from text files and display them in a menu
Branch: CURRENT,
Version: 0.9nb7,
Package name: urlview-0.9nb7,
Maintainer: pkgsrc-users`urlview' is a curses program for extracting URLs from text files and
displaying a menu from which you can select a specific URL to view using
your favorite browser program.
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: e366312a7dd04eb38909a36f854c502fbe81f4be
RMD160: eafefdc7f1fe06f3f45a3f2a694c42dd833a178e
Filesize: 45.591 KB
Version history: (Expand)
- (2017-11-23) Package has been reborn
- (2015-08-18) Updated to version: urlview-0.9nb7
- (2015-08-18) Updated to version: urlview-0.9nb6
- (2015-02-20) Updated to version: urlview-0.9nb5
- (2013-06-14) Updated to version: urlview-0.9nb4
- (2008-04-17) Updated to version: urlview-0.9nb3
CVS history: (Expand)
2018-01-01 23:30:04 by Roland Illig | Files touched by this commit (537) |
Log message:
Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:
pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
|
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message:
Convert all occurrences (353 by my count) of
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
|
2017-01-04 14:23:24 by Roy Marples | Files touched by this commit (1) |
Log message:
Use the curses framework.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-08-18 09:31:20 by Thomas Klausner | Files touched by this commit (282) |
Log message:
Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
|
2015-08-17 19:11:32 by Thomas Klausner | Files touched by this commit (178) |  |
Log message:
Bump PKGREVISION for ncurses shlib bump.
|
2015-02-19 19:47:17 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
fix a bashism in url_handler.sh and drop the bash dependency.
XXX this script sucks and won't work out of the box. the user has to edit
it to supply appropriate paths to the programs that should be handed the URL.
|
2015-02-19 19:46:51 by Soren Jacobsen | Files touched by this commit (2) |
Log message:
fix a bashism in url_handler.sh and drop the bash dependency.
XXX this script sucks and won't work out of the box. the user has to edit
it to supply appropriate paths to the programs that should be handed the URL.
|