Initial import of wtf-20040124
The wtf utility displays the expansion of the acronyms specified on the command line. If the acronym is unknown, wtf will check to see if the acronym is known by the whatis(1) command.
This commit is contained in:
parent
460b0c7dc2
commit
8c5b7ec188
31
games/wtf/Makefile
Normal file
31
games/wtf/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2004/06/18 13:53:41 sturm Exp $
|
||||
|
||||
COMMENT= "translate common internet acronyms"
|
||||
|
||||
DISTNAME= wtf-20040124
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
|
||||
|
||||
# Public Domain
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.mu.org/~mux/wtf/
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
do-configure:
|
||||
@perl -pi -e "s#/usr#${PREFIX}#" ${WRKSRC}/wtf{,.6}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/wtf ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/wtf.6 ${PREFIX}/man/man6
|
||||
${INSTALL_DATA} ${WRKSRC}/acronyms{,.comp} ${PREFIX}/share/misc
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/wtf/distinfo
Normal file
3
games/wtf/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (wtf-20040124.tar.gz) = cb2804fc42706fef284526f5a015c843
|
||||
RMD160 (wtf-20040124.tar.gz) = 60b9432ea75e328d568bec1aa0a18e972b4f14e8
|
||||
SHA1 (wtf-20040124.tar.gz) = c3e8b78578557bfe51a6f6013d63aabcb9bbf76a
|
4
games/wtf/pkg/DESCR
Normal file
4
games/wtf/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
The wtf utility displays the expansion of the acronyms
|
||||
specified on the command line. If the acronym is unknown,
|
||||
wtf will check to see if the acronym is known by the
|
||||
whatis(1) command.
|
5
games/wtf/pkg/PLIST
Normal file
5
games/wtf/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/06/18 13:53:41 sturm Exp $
|
||||
bin/wtf
|
||||
man/man6/wtf.6
|
||||
share/misc/acronyms
|
||||
share/misc/acronyms.comp
|
Loading…
Reference in New Issue
Block a user