diff options
author | alex <alex@FreeBSD.org> | 2000-06-30 18:01:31 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-30 18:01:31 +0800 |
commit | 3f4de8105754fbf830607fa5965c792165114f18 (patch) | |
tree | 484ff32a15aea6d0c1b2793fa4453af8882b1d85 /sysutils | |
parent | 6f403df98f152ae276b3b17edd06f4a2b5b6acb7 (diff) | |
download | freebsd-ports-gnome-3f4de8105754fbf830607fa5965c792165114f18.tar.gz freebsd-ports-gnome-3f4de8105754fbf830607fa5965c792165114f18.tar.zst freebsd-ports-gnome-3f4de8105754fbf830607fa5965c792165114f18.zip |
Initial import of truncate, a command-line fronted to truncate(2).
Reviewed by: sobomax
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 |