summaryrefslogtreecommitdiff
path: root/misc/most
AgeCommit message (Collapse)AuthorFilesLines
2022-08-19most: add missing LICENSE marker.fcambus1-1/+2
2022-05-21most: update to 5.1.0.fcambus3-20/+17
Changes since 5.0.0 1. src/Makefile.in: Install docs in $prefix/share/doc 2. src/most.h,sysdep.c: win32-specific patches (Andrew Wu) 3. most.1: Typo corrected (Stephane Blondon) 4. src/line.c: removed redundant switch in the most_forward_columns function. 5. src/buffer.c: avoid call to SLutf8_skip_char if the character is ascii. 6. src/file.c: Added an option to most_read_file_dsc to skip the line count and made use of it in search.c to speed up the searches a bit. 7. src/display.c: When wrapping a line, the color was not "wrapping". 8. src/line.c: When moving forward n columns, skip over trailing 0 length color escape sequences. 9. src/buffer.c: If a color escape sequence occurs at the end of a line line whose display width is equal to the terminal width, do not wrap the line. 10. src/keym.c: Limit the amount of loops when going to the end of the buffer. It is possible for a run-away process to write to a logfile that most is viewing causing it to loop forever seeking the end of the file, which may never come. 11. src/help.c: Change DELETE to BACKSPACE. file.c: Indicate that chdir return value is being ignored. 12. configure,autoconf/*: Updated configure script and related files. 13. src/most.c: when acting as `cat`, a file pointer was not being closed (George Danchev). 14. src/*.c: Removed some unused variables. 15. configure: Use /etc/ld.so.conf to located system lib paths. 16. autoconf/*: updates 17. src/line.c, buffer.c: Fixed an issue with the display of double-width characters to address <https://bugs.launchpad.net/ubuntu/+source/most/+bug/312454>. 18. src/*.[ch]: Updated copyright year 19. src/search.c: Rewrote the search functions from scratch. Both ordinary and regexp searches are now supported. Use -r to startup with regular-expression searches. 20. src/keym.c: Added support for Home/End keys (top/bottom of buffer). 21. src/line.c: Added a work-around for programs that try colorize the output using the clear-to-end-of-line escape sequence (ESC[K) without regard for the value of isatty(fileno(sdout)). Most will ignore ESC[K unless invoked with -v. 22. configure: Updated to use aclocal.m4 v0.3.3-1 23. src/Makefile.in: Added LDFLAGS to chkslang linker line (Denis Pronin) 24. *: Converted the man page source most.1 to text-macro, and regenerated it. Updated copyrights for upcoming release. 25. Updated manifest and copyrights updated for 2019 release.
2021-10-26misc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-07misc: Remove SHA1 hashes for distfilesnia1-2/+1
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2018-03-22Revbump after updating textproc/onigurumaadam1-2/+2
2017-03-23Extend SHA512 checksums to various files I have on my local distfilejoerg1-1/+2
mirror.
2016-02-25Use OPSYSVARS.jperkin1-6/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-01-10Recursive PKGREVISION bump because of devel/libslang2 buildlink addition.sbd1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2008-08-09Update to most-5.0.0a, using libslang2.bjs4-41/+61
Myriad feature enhancements (such as UTF-8 and enhanced regexp support via libslang2) as well as bug fixes (notably proper shell in some formerly problematic cases). Also, mmap is enabled by default now.
2007-02-10ftp.uni-stuttgart.de dosen't have distfile now.obache1-3/+2
2006-12-17Fix build on Mac OS X. From Steve Mynott in private mail.joerg1-1/+8
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-03-29Use buildlink3 instead of DEPENDS line for libslang.darcy1-3/+2
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
2005-02-24Add RMD160 digestsagc1-1/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-20Update to most-4.9.0.jtb4-12/+27
Changes since 4.8.1 1. Apparantly, the binary flag +b is not valid with POSIX popen. 2. Screen resize code modified so that most works in a SunOS cmdtool. 3. Color support added. Use `most -C' to disable. 4. Ported to Mingw32 (GNU C)
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-01Wildcard dependency on libslang.mjl1-2/+2
1999-10-15Update dependeny on libslang to 1.3.9mjl1-2/+2
1999-07-22libslang to 1.3.8mycroft1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+3
1999-06-22Update dependence on "libslang" package to version 1.3.7.tron1-2/+2
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-4/+0
from individual DESCR files that had them.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-15Update most to 4.8.1.tv4-15/+21
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc1-2/+2
shared object dependencies (LIB_DEPENDS).
1998-01-24portlint: fix RCS Id, remove extra space at EOLhubertf1-2/+3
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-27search ${PREFIX} for includes, libshubertf1-0/+10
1997-10-11Import as of 09/25/97hubertf5-0/+42