import supercat
Supercat 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. from Girish Venkatachalam tweaks from Giovanni Bechis ok merdely@ kili@
This commit is contained in:
parent
b6adb48979
commit
6441bff80d
30
misc/supercat/Makefile
Normal file
30
misc/supercat/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/11 22:19:36 okan Exp $
|
||||
|
||||
COMMENT= colorize specific patters in input
|
||||
|
||||
DISTNAME= supercat-0.5.5
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://supercat.nosredna.net/
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= c
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/spc ${PREFIX}/bin/spc
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/spc.1 ${PREFIX}/man/man1/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/supercat/
|
||||
${INSTALL_DATA} ${WRKSRC}/spcrc/spcrc-* \
|
||||
${PREFIX}/share/examples/supercat
|
||||
|
||||
.include <bsd.port.mk>
|
5
misc/supercat/distinfo
Normal file
5
misc/supercat/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (supercat-0.5.5.tar.gz) = uvY3+oQfoGlIH0q6a/DRWA==
|
||||
RMD160 (supercat-0.5.5.tar.gz) = nW9EHb0lMqJQaC3lRGpmLJY+9Ok=
|
||||
SHA1 (supercat-0.5.5.tar.gz) = 59Hw9bS7UBcf1sfSvD4oSS/1SEg=
|
||||
SHA256 (supercat-0.5.5.tar.gz) = xJvQtyUJoWb7hobJmRabLJcFlbxWXQsDeaATI2V8Ab8=
|
||||
SIZE (supercat-0.5.5.tar.gz) = 103545
|
5
misc/supercat/pkg/DESCR
Normal file
5
misc/supercat/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Supercat 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.
|
27
misc/supercat/pkg/PLIST
Normal file
27
misc/supercat/pkg/PLIST
Normal file
@ -0,0 +1,27 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/11 22:19:36 okan Exp $
|
||||
bin/spc
|
||||
@man man/man1/spc.1
|
||||
share/examples/supercat/
|
||||
@sample ${SYSCONFDIR}/supercat/
|
||||
share/examples/supercat/spcrc-ChangeLog
|
||||
@sample ${SYSCONFDIR}/supercat/spcrc-ChangeLog
|
||||
share/examples/supercat/spcrc-access_log
|
||||
@sample ${SYSCONFDIR}/supercat/spcrc-access_log
|
||||
share/examples/supercat/spcrc-c
|
||||
@sample ${SYSCONFDIR}/supercat/spcrc-c
|
||||
share/examples/supercat/spcrc-diff
|
||||
@sample ${SYSCONFDIR}/supercat/spcrc-diff
|
||||
share/examples/supercat/spcrc-emerge
|
||||
@sample ${SYSCONFDIR}/supercat/spcrc-emerge
|
||||
share/examples/supercat/spcrc-error_log
|
||||
@sample ${SYSCONFDIR}/supercat/spcrc-error_log
|
||||
share/examples/supercat/spcrc-gentooconfd
|
||||
@sample ${SYSCONFDIR}/supercat/spcrc-gentooconfd
|
||||
share/examples/supercat/spcrc-patch
|
||||
@sample ${SYSCONFDIR}/supercat/spcrc-patch
|
||||
share/examples/supercat/spcrc-py
|
||||
@sample ${SYSCONFDIR}/supercat/spcrc-py
|
||||
share/examples/supercat/spcrc-svn
|
||||
@sample ${SYSCONFDIR}/supercat/spcrc-svn
|
||||
share/examples/supercat/spcrc-xorg
|
||||
@sample ${SYSCONFDIR}/supercat/spcrc-xorg
|
Loading…
Reference in New Issue
Block a user