From c25a7c3e16bbbdd3c44887ab2a2f0a9676f5677a Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Fri, 24 Sep 1999 17:36:48 +0000 Subject: A steam locomotive run on the screen if you type "sl" instead of "ls" by mistake. PR: 13930 Submitted by: HIYAMA Takeshi --- games/sl/Makefile | 32 ++++++++++++++++++++++++++++++++ games/sl/distinfo | 1 + games/sl/pkg-comment | 1 + games/sl/pkg-descr | 8 ++++++++ games/sl/pkg-plist | 4 ++++ 5 files changed, 46 insertions(+) create mode 100644 games/sl/Makefile create mode 100644 games/sl/distinfo create mode 100644 games/sl/pkg-comment create mode 100644 games/sl/pkg-descr create mode 100644 games/sl/pkg-plist (limited to 'games') diff --git a/games/sl/Makefile b/games/sl/Makefile new file mode 100644 index 000000000000..1f7654ec98c0 --- /dev/null +++ b/games/sl/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: sl +# Version required: 3.03 +# Date created: 17 Sep 1999 +# Whom: HIYAMA Takeshi +# +# $FreeBSD$ +# + +DISTNAME= sl +PKGNAME= sl-3.03 +CATEGORIES= games +MASTER_SITES= http://www.is.titech.ac.jp/~toyoda/sl/ +EXTRACT_SUFX= .tar + +MAINTAINER= th@cis.ibaraki.ac.jp + +BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf + +ALL_TARGET= sl +MAN1= sl.1 +MANLANG= ja + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/sl ${PREFIX}/bin + ${MV} ${WRKSRC}/sl.1 ${WRKSRC}/sl.man + nkf -e ${WRKSRC}/sl.man > ${WRKSRC}/sl.1 + ${INSTALL_MAN} ${WRKSRC}/sl.1 ${PREFIX}/man/ja/man1 + ${MKDIR} ${PREFIX}/share/doc/sl + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sl + ${INSTALL_DATA} ${WRKSRC}/sl.txt ${PREFIX}/share/doc/sl + +.include diff --git a/games/sl/distinfo b/games/sl/distinfo new file mode 100644 index 000000000000..8a91ff01d512 --- /dev/null +++ b/games/sl/distinfo @@ -0,0 +1 @@ +MD5 (sl.tar) = cc06b159f78f86bfd2d4e0e16330fbae diff --git a/games/sl/pkg-comment b/games/sl/pkg-comment new file mode 100644 index 000000000000..b8dc50c7e1e5 --- /dev/null +++ b/games/sl/pkg-comment @@ -0,0 +1 @@ +A steam locomotive run on the screen if you type "sl" instead of "ls" diff --git a/games/sl/pkg-descr b/games/sl/pkg-descr new file mode 100644 index 000000000000..9f7542948335 --- /dev/null +++ b/games/sl/pkg-descr @@ -0,0 +1,8 @@ +This is deluxe edition of joke software "sl" such hat a steam +locomotive runs on your screen if you type "sl" (means a Steam +Locomotive) instead of ls by mistake. -a, -l and -F options are +available. + +This program was written by TOYODA Masashi + +WWW: http://www.is.titech.ac.jp/~toyoda/ diff --git a/games/sl/pkg-plist b/games/sl/pkg-plist new file mode 100644 index 000000000000..27c3902afc17 --- /dev/null +++ b/games/sl/pkg-plist @@ -0,0 +1,4 @@ +bin/sl +share/doc/sl/README +share/doc/sl/sl.txt +@dirrm share/doc/sl -- cgit v1.2.3