aboutsummaryrefslogtreecommitdiff
path: root/misc/teseq
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* - Update to 1.1.1Danilo Egea Gondolfo2015-08-262-6/+6
| | | | Notes: svn path=/head/; revision=395346
* - Change maintainer email to @FreeBSD.orgDanilo Egea Gondolfo2013-09-291-5/+5
| | | | | | | | | | - Convert USE_GMAKE to USES - Add stage support Approved by: wg (mentor) Notes: svn path=/head/; revision=328757
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - Update to 1.1.Raphael Kubo da Costa2013-06-122-11/+6
| | | | | | | | | | | - Pass maintainership to submitter. - Trim Makefile header. PR: ports/179522 Submitted by: Danilo Egêa Gondolfo <danilogondolfo@gmail.com> Notes: svn path=/head/; revision=320727
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Drop maintainershipMartin Wilke2009-07-111-1/+1
| | | | Notes: svn path=/head/; revision=237610
* GNU Teseq is a tool for translating files that contain controlMartin Wilke2008-09-233-0/+51
characters and terminal control sequences, into human-understandable text. It is intended to aid in debugging problems in terminal emulators, software that makes use of special terminal features, and interactions between the two. Teseq is primarily targeted at individuals who possess a basic understanding of terminal control sequences, especially CSI sequences; however, by default Teseq will try to identify and describe the sequences that it encounters, and the behavior they might produce in a terminal. Teseq describes control functions as they are interpreted by VT100-compatible terminals, and/or terminals compliant with the ECMA-48 / ISO/IEC 6429 standard. Teseq does _not_ support describing control functions according to terminal-specific definitions in a database such as termcap or terminfo, though future versions may include limited support for that (*note Future Enhancements::). Therefore, the descriptions Teseq uses for control functions may not necessarily match their actual interpretation by whatever terminal device the characters were actually intended for WWW: http://www.gnu.org/software/teseq/ Notes: svn path=/head/; revision=220511