mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Initial import of sls version 1.00.
An enhanced version of ls(1). PR: 5309 Submitted by: Stefan Zehl <sec@42.org>
This commit is contained in:
parent
b4c7043fe0
commit
ef7fa8de21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11833
6 changed files with 44 additions and 0 deletions
20
misc/sls/Makefile
Normal file
20
misc/sls/Makefile
Normal file
|
@ -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>
|
1
misc/sls/distinfo
Normal file
1
misc/sls/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (sls.tar.gz) = 0fd7f8c19230e629d81cb7ed3eb86511
|
13
misc/sls/files/patch-aa
Normal file
13
misc/sls/files/patch-aa
Normal file
|
@ -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
|
||||||
|
|
1
misc/sls/pkg-comment
Normal file
1
misc/sls/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
list information about file(s) and directories
|
7
misc/sls/pkg-descr
Normal file
7
misc/sls/pkg-descr
Normal file
|
@ -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.
|
2
misc/sls/pkg-plist
Normal file
2
misc/sls/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
bin/sls
|
||||||
|
man/man1/sls.1.gz
|
Loading…
Add table
Reference in a new issue