debian/0000755000000000000000000000000013110324533007161 5ustar debian/dirs0000644000000000000000000000002612474350610010052 0ustar usr/bin usr/share/grc debian/docs0000644000000000000000000000006112615457663010055 0ustar TODO README.markdown Regexp.txt CREDITS contrib/ debian/control0000644000000000000000000000064413076334152010601 0ustar Source: grc Section: text Priority: optional Maintainer: Radovan Garabík Standards-Version: 3.9.6 Build-Depends: debhelper (>=9), python3 Package: grc Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: generic colouriser for everything generic colouriser, can be used to colourise logfiles, output of commands, arbitrary text.... configured via regexp's. debian/rules0000755000000000000000000000253513076334152010257 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 clean: dh_testdir dh_testroot rm -f build-stamp dh_clean install: dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/tmp. ./install.sh `pwd`/debian/grc/usr `pwd`/debian/grc # this is too invasive, would be incluided in a next major version rm `pwd`/debian/grc/etc/profile.d/grc.bashrc build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: # nothing to do # Build architecture-dependent files here. binary-arch: install # nothing to do # Build architecture-independent files here. binary-indep: build install # dh_testversion dh_testdir dh_testroot # dh_installdebconf dh_installdocs dh_installexamples dh_installmenu # dh_installemacsen # dh_installpam # dh_installinit dh_installcron dh_installman grc.1 grcat.1 dh_installinfo # dh_undocumented dh_installchangelogs dh_link dh_strip dh_compress dh_fixperms # You may want to make some executables suid here. # dh_suidregister # dh_makeshlibs dh_installdeb # dh_perl dh_python3 dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/changelog0000644000000000000000000002133513110324133011033 0ustar grc (1.11.1-1) unstable; urgency=low * better error handling if command is not found -- Radovan Garabík Sun, 21 May 2017 16:01:51 +0200 grc (1.11-1) unstable; urgency=low * clean up directories * improve some configuration files -- Radovan Garabík Fri, 21 Apr 2017 11:06:13 +0200 grc (1.10.1-1) unstable; urgency=low * make aliases more compatible with zsh anc MacOSX -- Radovan Garabík Sat, 04 Mar 2017 10:04:12 +0100 grc (1.10-1) unstable; urgency=low * many configuration files added * python3 compatible -- Radovan Garabík Sat, 28 Jan 2017 15:48:58 +0100 grc (1.9-1) unstable; urgency=low * add `colors' as a synonym of `colours' (and the singulars, too) -- Radovan Garabík Tue, 31 Mar 2015 17:44:11 +0200 grc (1.8-1) unstable; urgency=low * added support for Ki, Gi, Ti for df (thanks to Juraj Bednár) * added example aliases for bash (thanks to Juraj Bednár) * fix infinite loop if regexp matches but does not consume anything -- Radovan Garabík Mon, 16 Mar 2015 14:38:42 +0100 grc (1.7-1) unstable; urgency=low * added `replace' keyword to replace arbitrary text (idea by Ben Hoskins) * added config.php to display php error log (thanks to Ben Hoskins) * added aixterm bright colour codes (thanks to April Arcus) * minor cleanups * switch to non-native Debian package -- Radovan Garabík Fri, 27 Feb 2015 11:09:48 +0100 grc (1.6) unstable; urgency=low * add several configuration files (thanks to Mrs. Smith) -- Radovan Garabík Wed, 30 Oct 2013 15:15:20 +0100 grc (1.5) unstable; urgency=low * added configuration file for the 'mount' command (thanks to Emanuele Aina) * catch SIGPIPE in grcat (closes: #689705), thanks to Дмитрий Кацубо for pointing this out * add several configuration files (thanks to Dark Wizard) * preliminary python3 support (thanks to Dark Wizard and Andreas Niederl), as a consequence, grc requires at least python2.6 -- Radovan Garabík Sat, 10 Aug 2013 14:23:01 +0200 grc (1.4) unstable; urgency=low * fix grcat argument search path, thanks to Andrzej Polis and Алексей Галахов * added conf.configure, thanks to Алексей Галахов * IPv6 support for ping6 and traceroute6 -- Radovan Garabík Sat, 14 May 2011 14:39:43 +0200 grc (1.3) unstable; urgency=low * propagate CTRL+C properly to the command being executed (for i in range(100): print "I'll never use wildcard 'except:' again") * if grcat argument starts with ./, search in current working directory * fix unified diff configuration to include also single '-', thanks to Markus Klinik for noticing -- Radovan Garabík Wed, 8 Jul 2009 20:29:06 +0200 grc (1.2) unstable; urgency=low * properly redirect stderr, thanks to Алексей Галахов * fix several minor pylint warnings -- Radovan Garabík Thu, 14 May 2009 19:21:00 +0200 grc (1.1) unstable; urgency=low * added several non-standard escape attributes (thanks to James Rowe) -- Radovan Garabík Sat, 31 Mar 2007 21:25:02 +0200 grc (1.0.9) unstable; urgency=low * added configuration file for the cvs command (thanks to Andreas Niederl) * modify diff configuration file to colour the filenames as well (thanks to Andreas Niederl) -- Radovan Garabík Thu, 4 Jan 2007 20:45:12 +0100 grc (1.0.8) unstable; urgency=low * add the possibility to include arbitrary string as the colourifying sequence -- Radovan Garabík Mon, 11 Sep 2006 09:58:54 +0200 grc (1.0.7) unstable; urgency=low * do not use sys.maxint, it caused problems * improve ping conffile, thanks to Michael Kebe (closes: #378981) -- Radovan Garabík Sat, 22 Jul 2006 08:56:56 +0200 grc (1.0.6) unstable; urgency=low * applied patch that causes grcat to complain and exits when grcat can't find the config file (thanks to Tripp Lilley ) -- Radovan Garabík Tue, 4 Mar 2003 13:42:47 +0100 grc (1.0.5) unstable; urgency=low * add "unchanged" colour (thanks to Jehan Bing ) -- Radovan Garabik Tue, 4 Feb 2003 14:29:55 +0100 grc (1.0.4) unstable; urgency=low * do not require $HOME to be set (closes: #158316) -- Radovan Garabik Wed, 4 Sep 2002 13:44:41 +0200 grc (1.0.3) unstable; urgency=low * added configuration file for colourising diff outputs (thanks to Dr. Rafael Sepúlveda ) -- Radovan Garabik Sun, 18 Aug 2002 19:35:34 +0200 grc (1.0.2) unstable; urgency=low * package updated for new python version in debian * if grc is run without any arguments, display helpful message (closes: #108675) * do not include INSTALL in debian documentation (closes: #94053) -- Radovan Garabik Sun, 21 Oct 2001 14:43:11 +0200 grc (1.0.1) unstable; urgency=low * included rpm spec file, conf.ldap, modified grc.conf - all thanks to Christian Zuckschwerdt -- Radovan Garabik Wed, 28 Feb 2001 21:56:02 +0100 grc (1.0) unstable; urgency=low * moved Build-Depends where it belongs * OK, this seems pretty stable already.... first stable version :-) -- Radovan Garabik Fri, 23 Feb 2001 21:27:55 +0100 grc (0.999) unstable; urgency=low * grc terminates with the exit status of subprogram * my e-mail added to README file :-) * license changed -- Radovan Garabik Mon, 12 Feb 2001 18:01:24 +0100 grc (0.99) unstable; urgency=low * candidate for stable version * corrected two stupid bugs when using skip option (closes: #84007) * upgraded nmh-in-color, by Miguel Gualdron -- Radovan Garabik Tue, 30 Jan 2001 15:06:57 +0100 grc (0.9) unstable; urgency=low * grc catches ctrl C and propagates to subprocess (Closes: #81137) * added skip keyword to skip lines in output containing certain patterns -- Radovan Garabik Thu, 18 Jan 2001 10:12:38 +0100 grc (0.8.1) unstable; urgency=low * typo in manpages fixed, closes: #70498 -- Radovan Garabik Tue, 29 Aug 2000 14:20:14 +0200 grc (0.8) unstable; urgency=low * added patches from Miguel Gualdron for colourising multiline blocks of text and making current colour dependent on previous line -- Radovan Garabik Sun, 27 Aug 2000 09:47:17 +0200 grc (0.7) unstable; urgency=low * redirecting both stdout and stderr works I do not know what was the error, but I made it differently and it works :-) -- Radovan Garabik Tue, 23 May 2000 21:35:46 +0200 grc (0.6) unstable; urgency=low * rewritten grc to use fork() and exec() * introduce --colour= option, to colourise depending on stdout being a tty (closes #62365) -- Radovan Garabik Sun, 7 May 2000 19:42:30 +0200 grc (0.5) unstable; urgency=low * a bit of speed optimization * added a few (2) more configuration files * added debhelper to Build-Depends * upgraded Standards-Version -- Radovan Garabik Mon, 14 Feb 2000 12:23:29 +0100 grc (0.4) unstable; urgency=low * change of configuration file format * added use of different colours per different regexp groups * added execution of external commands if regexp matches -- Radovan Garabik Mon, 22 Nov 1999 19:13:05 +0100 grc (0.3) unstable; urgency=low * enable nested and overlaped regular expressions - this fixes a few display glitches -- Radovan Garabik Wed, 27 Oct 1999 22:32:58 +0200 grc (0.2) unstable; urgency=low * grc can redirect stderr as well * background and other attributes (blink, bold) can be changed too * documentation update -- Radovan Garabik Tue, 26 Oct 1999 18:02:28 +0200 grc (0.1) unstable; urgency=low * Initial Release. -- Radovan Garabik Thu, 14 Oct 1999 19:24:25 +0200 Local variables: mode: debian-changelog End: debian/compat0000644000000000000000000000000212474350610010366 0ustar 9 debian/README.Debian0000644000000000000000000000016112474350610011227 0ustar grc ---------------------- packaged as native package -- Radovan Garabík debian/source/0000755000000000000000000000000012474350610010470 5ustar debian/source/format0000644000000000000000000000001412474350610011676 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000215612474350610011127 0ustar This is grc, written and maintained by Radovan Garabík on Thu, 14 Oct 1999 19:24:25 +0200. Upstream Author: Radovan Garabík Copyright: Copyright © 2014 Radovan Garabík The original source can be found at: http://kassiopeia.juls.savba.sk/~garabik/software/grc.html It is released under GPL v2 or any later version, under Debian systems see /usr/share/common-licenses/GPL-2, with following additional condition: If you want to use, redistribute, modify, abuse and molest grc in any way, and you feel like it, you may add any clause to the license, as long as it does not put any additional responsibility for behaviour of this program at me and at least one of these conditions is met: - the resulting license fulfills Debian free software guidelines (http://www.debian.org/social_contract#guidelines) - Richard Stallman has nothing against the new license, neither against running grc with any version of python available at the time of adding the clause - the resulting license brings peace and happiness to the world