aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2017-09-04 19:32:33 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2017-09-04 19:32:33 +0000
commit4479683ce30dd11b87654db7a680ffa890d5b533 (patch)
treeac462e94d00fd145619c7455c7c47d67e081f69c
parent187ca517f3d3aa56cd4d7adbee3925f541e9fe29 (diff)
Notes
-rw-r--r--misc/Makefile1
-rw-r--r--misc/ptsort/Makefile18
-rw-r--r--misc/ptsort/distinfo3
-rw-r--r--misc/ptsort/pkg-descr5
4 files changed, 27 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 2aefe34d3fc3..4a056d555d4c 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -369,6 +369,7 @@
SUBDIR += posixtestsuite
SUBDIR += proxyper
SUBDIR += pspresent
+ SUBDIR += ptsort
SUBDIR += py-YABT
SUBDIR += py-cinder
SUBDIR += py-crudini
diff --git a/misc/ptsort/Makefile b/misc/ptsort/Makefile
new file mode 100644
index 000000000000..74803b0f3750
--- /dev/null
+++ b/misc/ptsort/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= ptsort
+PORTVERSION= 1.20170904
+CATEGORIES= misc
+MASTER_SITES= https://github.com/dag-erling/${PORTNAME}/releases/download/${PORTVERSION}/
+
+MAINTAINER= des@FreeBSD.org
+COMMENT= Prioritized topological sort
+
+LICENSE= BSD3CLAUSE
+
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+
+PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+
+.include <bsd.port.mk>
diff --git a/misc/ptsort/distinfo b/misc/ptsort/distinfo
new file mode 100644
index 000000000000..d401d644b629
--- /dev/null
+++ b/misc/ptsort/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504553271
+SHA256 (ptsort-1.20170904.tar.gz) = f759f2ca8f67e18c178361fda70671fbed7ad06a10ee96c96c9598859e456a75
+SIZE (ptsort-1.20170904.tar.gz) = 117293
diff --git a/misc/ptsort/pkg-descr b/misc/ptsort/pkg-descr
new file mode 100644
index 000000000000..1c2fca8cd77c
--- /dev/null
+++ b/misc/ptsort/pkg-descr
@@ -0,0 +1,5 @@
+The ptsort utility is a variant of the standard tsort (topological
+sort) utility which allows nodes to be prioritized, moving them and
+all their predecessors up in the final order.
+
+WWW: https://github.com/dag-erling/ptsort