Add usrinfo, a simple program that gathers information about a specified user

and displays the information using either "br" or "\n" line breaks.

PR:		ports/62130
Submitted by:	Aaron Myles Landwehr <aaron@snaphat.com>
This commit is contained in:
Pav Lucistnik 2004-02-01 18:19:48 +00:00
parent 7f1cc703da
commit da6f941364
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99728
4 changed files with 30 additions and 0 deletions

View File

@ -364,6 +364,7 @@
SUBDIR += usermin
SUBDIR += userneu
SUBDIR += userneu-devel
SUBDIR += usrinfo
SUBDIR += utcount
SUBDIR += uwatch
SUBDIR += vcp

22
sysutils/usrinfo/Makefile Normal file
View File

@ -0,0 +1,22 @@
# New ports collection makefile for: usrinfo
# Date created: 28 January 2004
# Whom: Aaron Landwehr <aaron@snaphat.com>
#
# $FreeBSD$
#
PORTNAME= usrinfo
PORTVERSION= .02
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.snaphat.com/pub/software/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER?= aaron@snaphat.com
COMMENT= Displays information about a user using either "<br>" or "\n" breaks
USE_BZIP2= yes
USE_GMAKE= yes
PLIST_FILES= bin/usrinfo
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (usrinfo-.02.tar.bz2) = 0405d8d7bac04fb417834e35bde66aa2

View File

@ -0,0 +1,6 @@
usrinfo is simple program that gathers information about a specified user
and displays the information using either "<br>" or "\n" line breaks. Useful
if you want to display a users information from the web.
- Aaron Landwehr
aaron@snaphat.com