summaryrefslogtreecommitdiff
path: root/games/sl
diff options
context:
space:
mode:
authorminoura <minoura@pkgsrc.org>2000-06-01 15:10:45 +0000
committerminoura <minoura@pkgsrc.org>2000-06-01 15:10:45 +0000
commit1bd10f6e671d6a34e714e5765cf825c12a8c5857 (patch)
treed794ad8291fd416e7d306577acbaa71d45a073a0 /games/sl
parentee7b62f147b643883d8a196c7e27a5b24972ab0a (diff)
downloadpkgsrc-1bd10f6e671d6a34e714e5765cf825c12a8c5857.tar.gz
Well-known joke program `sl'.
Diffstat (limited to 'games/sl')
-rw-r--r--games/sl/Makefile28
-rw-r--r--games/sl/files/md53
-rw-r--r--games/sl/pkg/COMMENT1
-rw-r--r--games/sl/pkg/DESCR4
-rw-r--r--games/sl/pkg/PLIST3
5 files changed, 39 insertions, 0 deletions
diff --git a/games/sl/Makefile b/games/sl/Makefile
new file mode 100644
index 00000000000..d62e74cc3fa
--- /dev/null
+++ b/games/sl/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2000/06/01 15:10:45 minoura Exp $
+#
+# This patch won't work well :p
+#PATCH_SITES= http://ecssg.ec.tmit.ac.jp/~izumi/sl/
+#PATCHFILES= sl5.patch
+#PATCH_DIST_STRIP= -p1
+
+DISTNAME= sl
+PKGNAME= sl-3.03
+CATEGORIES= games
+MASTER_SITES= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl/
+EXTRACT_SUFX= .tar
+
+MAINTAINER= minoura@netbsd.org
+HOMEPAGE= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl/
+
+BUILD_DEPENDS= nkf:../../japanese/nkf
+
+ALL_TARGET= sl
+
+post-build:
+ nkf -e ${WRKSRC}/sl.1 > ${WRKSRC}/sl.1.euc
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/sl ${PREFIX}/bin/sl
+ ${INSTALL_DATA} ${WRKSRC}/sl.1.euc ${PREFIX}/man/ja_JP.EUC/man1/sl.1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/sl/files/md5 b/games/sl/files/md5
new file mode 100644
index 00000000000..ae7576334a3
--- /dev/null
+++ b/games/sl/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1 2000/06/01 15:10:45 minoura Exp $
+
+MD5 (sl.tar) = cc06b159f78f86bfd2d4e0e16330fbae
diff --git a/games/sl/pkg/COMMENT b/games/sl/pkg/COMMENT
new file mode 100644
index 00000000000..cbe05fb966b
--- /dev/null
+++ b/games/sl/pkg/COMMENT
@@ -0,0 +1 @@
+Animated SL that runs across the terminal when you type `sl' instead of `ls'
diff --git a/games/sl/pkg/DESCR b/games/sl/pkg/DESCR
new file mode 100644
index 00000000000..aff28b470d6
--- /dev/null
+++ b/games/sl/pkg/DESCR
@@ -0,0 +1,4 @@
+sl is a well-known joke program which shows an animated SL (steam
+locomotive) running across the terminal.
+It is intended to be run when you carelessly type `sl' instead of `ls'.
+Some options of ls(1) are supported.
diff --git a/games/sl/pkg/PLIST b/games/sl/pkg/PLIST
new file mode 100644
index 00000000000..f55077978f0
--- /dev/null
+++ b/games/sl/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2000/06/01 15:10:46 minoura Exp $
+bin/sl
+man/ja_JP.EUC/man1/sl.1