aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorgabor <gabor@FreeBSD.org>2007-06-20 05:21:32 +0800
committergabor <gabor@FreeBSD.org>2007-06-20 05:21:32 +0800
commit10443e5cc8c7d5778bc381904d5610a9c8b45de1 (patch)
tree671f9ece8d121392e1e2ceebb14b6863cd2a49da /textproc
parent152025f405f3b9112d57fe012b9848a8a8643f53 (diff)
downloadfreebsd-ports-gnome-10443e5cc8c7d5778bc381904d5610a9c8b45de1.tar.gz
freebsd-ports-gnome-10443e5cc8c7d5778bc381904d5610a9c8b45de1.tar.zst
freebsd-ports-gnome-10443e5cc8c7d5778bc381904d5610a9c8b45de1.zip
This is the BSD-licensed version of the well-known sort utility, obtained from
OpenBSD. It lacks some features of GNU sort. It is a proposed project idea to replace the GNU sort with this one, but it needs to be completed first. Patches are highly appreciated. WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools Obtained from: OpenBSD
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/bsdsort/Makefile25
-rw-r--r--textproc/bsdsort/distinfo3
-rw-r--r--textproc/bsdsort/pkg-descr6
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index da028fc69631..0009b0fd4f77 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -37,6 +37,7 @@
SUBDIR += british-ispell
SUBDIR += bsddiff
SUBDIR += bsdgrep
+ SUBDIR += bsdsort
SUBDIR += btparse
SUBDIR += c2html
SUBDIR += ca-aspell
diff --git a/textproc/bsdsort/Makefile b/textproc/bsdsort/Makefile
new file mode 100644
index 000000000000..91ec5ff8595f
--- /dev/null
+++ b/textproc/bsdsort/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: bsd-sort
+# Date created: 12 Juni 2007
+# Whom: Gabor Kovesdan <gabor@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sort
+PORTVERSION= 20070612
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= gabor
+PKGNAMEPREFIX= bsd-
+
+MAINTAINER= gabor@FreeBSD.org
+COMMENT= BSD-licensed version of sort from OpenBSD
+
+MAN1= sort.1
+PLIST_FILES= bin/sort
+
+MAKE_ENV+= BINDIR="${PREFIX}/bin" \
+ MANDIR="${MANPREFIX}/man/man" \
+ CATDIR="${MANPREFIX}/man/man"
+
+.include <bsd.port.mk>
diff --git a/textproc/bsdsort/distinfo b/textproc/bsdsort/distinfo
new file mode 100644
index 000000000000..da03f47d9623
--- /dev/null
+++ b/textproc/bsdsort/distinfo
@@ -0,0 +1,3 @@
+MD5 (sort-20070612.tar.gz) = b1cb740acec9d23a9ef65b5eb37dc074
+SHA256 (sort-20070612.tar.gz) = 9204682c080444371047a1610c34b901f35666bdbe6ac953982324ec6f0c48c4
+SIZE (sort-20070612.tar.gz) = 21190
diff --git a/textproc/bsdsort/pkg-descr b/textproc/bsdsort/pkg-descr
new file mode 100644
index 000000000000..cefbb5c4b029
--- /dev/null
+++ b/textproc/bsdsort/pkg-descr
@@ -0,0 +1,6 @@
+This is the BSD-licensed version of the well-known sort utility, obtained from
+OpenBSD. It lacks some features of GNU sort. It is a proposed project idea
+to replace the GNU sort with this one, but it needs to be completed first.
+Patches are highly appreciated.
+
+WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools