diff options
author | steve <steve@FreeBSD.org> | 1998-07-12 02:26:04 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-12 02:26:04 +0800 |
commit | baad60a485e73fb4740693f3e2f1ce99b339ec55 (patch) | |
tree | a6436e2e0cee8c90b1a9b103d95e496be6eaf6ef /misc/sls | |
parent | 1b06524b89cb5c69af29deea06967d7814c02b07 (diff) | |
download | freebsd-ports-gnome-baad60a485e73fb4740693f3e2f1ce99b339ec55.tar.gz freebsd-ports-gnome-baad60a485e73fb4740693f3e2f1ce99b339ec55.tar.zst freebsd-ports-gnome-baad60a485e73fb4740693f3e2f1ce99b339ec55.zip |
Initial import of sls version 1.00.
An enhanced version of ls(1).
PR: 5309
Submitted by: Stefan Zehl <sec@42.org>
Diffstat (limited to 'misc/sls')
-rw-r--r-- | misc/sls/Makefile | 20 | ||||
-rw-r--r-- | misc/sls/distinfo | 1 | ||||
-rw-r--r-- | misc/sls/files/patch-aa | 13 | ||||
-rw-r--r-- | misc/sls/pkg-comment | 1 | ||||
-rw-r--r-- | misc/sls/pkg-descr | 7 | ||||
-rw-r--r-- | misc/sls/pkg-plist | 2 |
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 |