diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-06-30 10:01:31 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-30 10:01:31 +0000 |
commit | 6580a559fd19b8ca88cf43d5c067df51285ea499 (patch) | |
tree | 70338b2ae0392aef24f8681f69eff21795e94930 /sysutils | |
parent | Update to 0.1.6. (diff) |
Initial import of truncate, a command-line fronted to truncate(2).
Reviewed by: sobomax
Notes
Notes:
svn path=/head/; revision=30014
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/truncate/Makefile | 17 | ||||
-rw-r--r-- | sysutils/truncate/distinfo | 1 | ||||
-rw-r--r-- | sysutils/truncate/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/truncate/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/truncate/pkg-plist | 1 |
5 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/truncate/Makefile b/sysutils/truncate/Makefile new file mode 100644 index 000000000000..fe503a0921f8 --- /dev/null +++ b/sysutils/truncate/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: truncate +# Date created: 27 Jun 2000 +# Whom: alex@FreeBSD.org +# +# $FreeBSD$ + +PORTNAME= truncate +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= ftp://big.endian.de/pub/FreeBSD/ + +MAINTAINER= alex@FreeBSD.org + +MAN1= truncate.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/sysutils/truncate/distinfo b/sysutils/truncate/distinfo new file mode 100644 index 000000000000..3c48ad6eb9d7 --- /dev/null +++ b/sysutils/truncate/distinfo @@ -0,0 +1 @@ +MD5 (truncate-1.0.tar.gz) = 5c8d0a386dfce5f3c63cfd791aac8a16 diff --git a/sysutils/truncate/pkg-comment b/sysutils/truncate/pkg-comment new file mode 100644 index 000000000000..1fd1efb8cb9a --- /dev/null +++ b/sysutils/truncate/pkg-comment @@ -0,0 +1 @@ +A command-line frontend to truncate(2) diff --git a/sysutils/truncate/pkg-descr b/sysutils/truncate/pkg-descr new file mode 100644 index 000000000000..c6b3eba59a9e --- /dev/null +++ b/sysutils/truncate/pkg-descr @@ -0,0 +1,3 @@ +Truncate(1) is a command line frontend to truncate(2). + +- Alex <alex@FreeBSD.org> diff --git a/sysutils/truncate/pkg-plist b/sysutils/truncate/pkg-plist new file mode 100644 index 000000000000..726ab87d8011 --- /dev/null +++ b/sysutils/truncate/pkg-plist @@ -0,0 +1 @@ +bin/truncate |