summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-11 18:26:04 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-11 18:26:04 +0000
commitef7fa8de21aef1e20455931d8813f676401fe2bc (patch)
tree22b518495dd2932691d2375e49ad9c0e099c85aa /misc
parentTurn on umfpack. (diff)
Initial import of sls version 1.00.
An enhanced version of ls(1). PR: 5309 Submitted by: Stefan Zehl <sec@42.org>
Notes
Notes: svn path=/head/; revision=11833
Diffstat (limited to 'misc')
-rw-r--r--misc/sls/Makefile20
-rw-r--r--misc/sls/distinfo1
-rw-r--r--misc/sls/files/patch-aa13
-rw-r--r--misc/sls/pkg-comment1
-rw-r--r--misc/sls/pkg-descr7
-rw-r--r--misc/sls/pkg-plist2
6 files changed, 44 insertions, 0 deletions
diff --git a/misc/sls/Makefile b/misc/sls/Makefile
new file mode 100644
index 000000000000..3343d528e9cc
--- /dev/null
+++ b/misc/sls/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: sls
+# Version required: 1.00
+# Date created: 16. Dec 97
+# Whom: sec@42.org
+#
+# $Id$
+#
+
+DISTNAME= sls
+PKGNAME= sls-1.00
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.cse.psu.edu/pub/src/
+
+MAINTAINER= sec@42.org
+
+WRKSRC= ${WRKDIR}/sls
+
+MAN1= sls.1
+
+.include <bsd.port.mk>
diff --git a/misc/sls/distinfo b/misc/sls/distinfo
new file mode 100644
index 000000000000..321b8449226e
--- /dev/null
+++ b/misc/sls/distinfo
@@ -0,0 +1 @@
+MD5 (sls.tar.gz) = 0fd7f8c19230e629d81cb7ed3eb86511
diff --git a/misc/sls/files/patch-aa b/misc/sls/files/patch-aa
new file mode 100644
index 000000000000..9c179df791bf
--- /dev/null
+++ b/misc/sls/files/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.orig Sun Aug 20 02:54:45 1989
++++ Makefile Tue Dec 16 01:18:34 1997
+@@ -1,7 +1,8 @@
+-BIN= /usr/local/bin
+-MAN= /usr/local/man/man1
++BIN= ${PREFIX}/bin
++MAN= ${PREFIX}/man/man1
+ CFLAGS= -O
+
++all: sls
+ sls: sls.o
+ cc sls.o -o sls
+
diff --git a/misc/sls/pkg-comment b/misc/sls/pkg-comment
new file mode 100644
index 000000000000..87846e5b5586
--- /dev/null
+++ b/misc/sls/pkg-comment
@@ -0,0 +1 @@
+list information about file(s) and directories
diff --git a/misc/sls/pkg-descr b/misc/sls/pkg-descr
new file mode 100644
index 000000000000..660668010fa3
--- /dev/null
+++ b/misc/sls/pkg-descr
@@ -0,0 +1,7 @@
+ Sls is a program designed to overcome the limitations of the
+ standard UNIX ls(1) program, providing a more consistent
+ interface to file inode information. It is particularly
+ designed for use by shell scripts to make obtaining informa-
+ tion about files easier. It uses printf(3)-style format
+ strings to control the sorting and output of file informa-
+ tion.
diff --git a/misc/sls/pkg-plist b/misc/sls/pkg-plist
new file mode 100644
index 000000000000..948ad4d17ddd
--- /dev/null
+++ b/misc/sls/pkg-plist
@@ -0,0 +1,2 @@
+bin/sls
+man/man1/sls.1.gz