-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial import of chef to the NetBSD Packages Collection.
Convert from English on stdin to Mock Swedish on stdout. ...or... Cunfert frum Ingleesh oon stdeen tu Muck Svedeesh oon stduoot. Bork Bork Bork!
- Loading branch information
agc
committed
Dec 4, 2003
1 parent
21d0048
commit 05810ad
Showing
5 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Convert from English on stdin to Mock Swedish on stdout. | ||
|
||
...or... | ||
|
||
Cunfert frum Ingleesh oon stdeen tu Muck Svedeesh oon stduoot. | ||
Bork Bork Bork! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 08:28:25 agc Exp $ | ||
# | ||
|
||
DISTNAME= chef.l | ||
PKGNAME= chef-19920415 | ||
CATEGORIES= converters | ||
MASTER_SITES= http://www.evolutionzone.com/kulturezone/c-g.writing/ | ||
EXTRACT_SUFX= .txt | ||
|
||
MAINTAINER= [email protected] | ||
#HOMEPAGE= none | ||
COMMENT= Convert from English to (mock) Swedish - Bork Bork Bork! | ||
|
||
WRKSRC= ${WRKDIR} | ||
|
||
MAKE_ENV+= BINDIR=${PREFIX}/bin | ||
|
||
do-extract: | ||
${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR}/chef.l | ||
${CP} ${FILESDIR}/Makefile ${WRKDIR} | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/04 08:28:25 agc Exp $ | ||
bin/chef |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
$NetBSD: distinfo,v 1.1.1.1 2003/12/04 08:28:25 agc Exp $ | ||
|
||
SHA1 (chef.l.txt) = 6bb58b4b42b08dbbbeb4649cf7f057e8aa74f1e1 | ||
Size (chef.l.txt) = 2428 bytes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
PROG= chef | ||
SRCS= chef.l | ||
LDADD+= -lfl | ||
NOMAN= # defined | ||
|
||
.include <bsd.prog.mk> |