aboutsummaryrefslogtreecommitdiff
path: root/sysutils/usrinfo
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-02-01 18:19:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-02-01 18:19:48 +0000
commitda6f941364eb6e65bdfeb3a9a9938cf34486a31e (patch)
treed0484acb1ddada2dc1d4a1a5b1dc26717d706669 /sysutils/usrinfo
parent7f1cc703da870c54432bcf8f916d3a25f1cc45d4 (diff)
downloadports-da6f941364eb6e65bdfeb3a9a9938cf34486a31e.tar.gz
ports-da6f941364eb6e65bdfeb3a9a9938cf34486a31e.zip
Notes
Diffstat (limited to 'sysutils/usrinfo')
-rw-r--r--sysutils/usrinfo/Makefile22
-rw-r--r--sysutils/usrinfo/distinfo1
-rw-r--r--sysutils/usrinfo/pkg-descr6
3 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/usrinfo/Makefile b/sysutils/usrinfo/Makefile
new file mode 100644
index 000000000000..f4f2b5f785f0
--- /dev/null
+++ b/sysutils/usrinfo/Makefile
@@ -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>
diff --git a/sysutils/usrinfo/distinfo b/sysutils/usrinfo/distinfo
new file mode 100644
index 000000000000..f469a33a3c17
--- /dev/null
+++ b/sysutils/usrinfo/distinfo
@@ -0,0 +1 @@
+MD5 (usrinfo-.02.tar.bz2) = 0405d8d7bac04fb417834e35bde66aa2
diff --git a/sysutils/usrinfo/pkg-descr b/sysutils/usrinfo/pkg-descr
new file mode 100644
index 000000000000..7b9d34cf51b1
--- /dev/null
+++ b/sysutils/usrinfo/pkg-descr
@@ -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