From ef7fa8de21aef1e20455931d8813f676401fe2bc Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 11 Jul 1998 18:26:04 +0000 Subject: Initial import of sls version 1.00. An enhanced version of ls(1). PR: 5309 Submitted by: Stefan Zehl --- misc/sls/Makefile | 20 ++++++++++++++++++++ misc/sls/distinfo | 1 + misc/sls/files/patch-aa | 13 +++++++++++++ misc/sls/pkg-comment | 1 + misc/sls/pkg-descr | 7 +++++++ misc/sls/pkg-plist | 2 ++ 6 files changed, 44 insertions(+) create mode 100644 misc/sls/Makefile create mode 100644 misc/sls/distinfo create mode 100644 misc/sls/files/patch-aa create mode 100644 misc/sls/pkg-comment create mode 100644 misc/sls/pkg-descr create mode 100644 misc/sls/pkg-plist (limited to 'misc') 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 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 -- cgit v1.2.3