mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Adding lc version 1.0.
An alternative to ls(1). PR: 14870 Submitted by: John Sellens <jsellens@generalconcepts.com>
This commit is contained in:
parent
b561e6f51c
commit
94160ce38d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24131
@ -62,6 +62,7 @@
|
||||
SUBDIR += kdeutils11-i18n
|
||||
SUBDIR += kp
|
||||
SUBDIR += kwatch
|
||||
SUBDIR += lc
|
||||
SUBDIR += less
|
||||
SUBDIR += lile
|
||||
SUBDIR += logsurfer
|
||||
|
21
misc/lc/Makefile
Normal file
21
misc/lc/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: lc
|
||||
# Version required: 1.0
|
||||
# Date created: 13 November 1999
|
||||
# Whom: jsellens
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= lc-1.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.generalconcepts.com/resources/software/
|
||||
|
||||
MAINTAINER= jsellens@generalconcepts.com
|
||||
|
||||
MAN1= lc.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/lc ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/lc.1 ${MAN1PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/lc/distinfo
Normal file
1
misc/lc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (lc-1.0.tar.gz) = 29298ff4c36c8aebd2150fceb60ddad5
|
1
misc/lc/pkg-comment
Normal file
1
misc/lc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An alternative to ls(1)
|
6
misc/lc/pkg-descr
Normal file
6
misc/lc/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
lc is an alternative to ls, that has been in wide use at the
|
||||
University of Waterloo (and elsewhere) since at least the
|
||||
mid 1970's.
|
||||
|
||||
John Sellens
|
||||
jsellens@generalconcepts.com
|
1
misc/lc/pkg-plist
Normal file
1
misc/lc/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/lc
|
Loading…
Reference in New Issue
Block a user