summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-06-30 10:01:31 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-06-30 10:01:31 +0000
commit6580a559fd19b8ca88cf43d5c067df51285ea499 (patch)
tree70338b2ae0392aef24f8681f69eff21795e94930 /sysutils
parentUpdate 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/Makefile17
-rw-r--r--sysutils/truncate/distinfo1
-rw-r--r--sysutils/truncate/pkg-comment1
-rw-r--r--sysutils/truncate/pkg-descr3
-rw-r--r--sysutils/truncate/pkg-plist1
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