Add port textproc/supercat:
Supercat (spc) is a program that colorizes text based on matching regular expressions/strings/characters. Supercat supports html output as well as standard ASCII text. Unlike some text-colorizing programs that exist, Supercat does not require you to have to be a programmer to make colorization rules. WWW: http://supercat.nosredna.net/ Author: Thomas G. Anderson <bug-spc@nosredna.net>
This commit is contained in:
parent
84087852cb
commit
8c7809cbfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198698
5 changed files with 41 additions and 0 deletions
|
@ -935,6 +935,7 @@
|
|||
SUBDIR += stardict2-dictd_mova
|
||||
SUBDIR += stardict2-quick
|
||||
SUBDIR += stardict2-rptts
|
||||
SUBDIR += supercat
|
||||
SUBDIR += sv-aspell
|
||||
SUBDIR += svn2cl
|
||||
SUBDIR += sw-aspell
|
||||
|
|
24
textproc/supercat/Makefile
Normal file
24
textproc/supercat/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: supercat
|
||||
# Date created: 3 September 2007
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= supercat
|
||||
PORTVERSION= 0.5.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://supercat.nosredna.net/ CENKES
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Regexp-based text colorizer with ASCII/HTML output
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAN1= spc.1
|
||||
PORT_VERBS= ${PORTNAME} spc
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/etc/supercat|${ETCDIR}|' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|c:C:dDhmnrt:vS|&Rw|' ${WRKSRC}/src/spc.c
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/supercat/distinfo
Normal file
3
textproc/supercat/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (supercat-0.5.1.tar.gz) = bad28ef36938adb3c202443d15f9b02a
|
||||
SHA256 (supercat-0.5.1.tar.gz) = 2fcb8ea8f25000c2a561b6d7244480d0fbfb1730ce0c805ba9a6e19ca33ccbe7
|
||||
SIZE (supercat-0.5.1.tar.gz) = 101602
|
8
textproc/supercat/pkg-descr
Normal file
8
textproc/supercat/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Supercat (spc) is a program that colorizes text based on matching
|
||||
regular expressions/strings/characters. Supercat supports html output
|
||||
as well as standard ASCII text. Unlike some text-colorizing programs
|
||||
that exist, Supercat does not require you to have to be a programmer to
|
||||
make colorization rules.
|
||||
|
||||
WWW: http://supercat.nosredna.net/
|
||||
Author: Thomas G. Anderson <bug-spc@nosredna.net>
|
5
textproc/supercat/pkg-plist
Normal file
5
textproc/supercat/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/spc
|
||||
%%ETCDIR%%/spcrc-c
|
||||
%%ETCDIR%%/spcrc-emerge
|
||||
%%ETCDIR%%/spcrc-py
|
||||
@dirrmtry %%ETCDIR%%
|
Loading…
Reference in a new issue