summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorepg <epg@pkgsrc.org>2004-11-10 01:40:12 +0000
committerepg <epg@pkgsrc.org>2004-11-10 01:40:12 +0000
commit63b403e80609f83ecf518bb36f14f60c66cdd5a8 (patch)
tree399a05c9084f150cff0bdf9a4d4ece9af36e7715
parentee178a94a8a43fbca65723563c9fe321bc2a4907 (diff)
downloadpkgsrc-63b403e80609f83ecf518bb36f14f60c66cdd5a8.tar.gz
Note that this is not maintained upstream.
-rw-r--r--devel/mkcmd/DESCR4
-rw-r--r--sysutils/xapply/DESCR3
2 files changed, 7 insertions, 0 deletions
diff --git a/devel/mkcmd/DESCR b/devel/mkcmd/DESCR
index 01c49c9ef2c..69575d2d4a5 100644
--- a/devel/mkcmd/DESCR
+++ b/devel/mkcmd/DESCR
@@ -1,3 +1,7 @@
mkcmd lets us build a nifty command line option parser and some on-line
documentation in a snap. It is a prerequisite for many of Kevin
Braunsdorf's tools.
+
+Note that as far as anyone can tell, this is no longer maintained.
+It may not build on every system pkgsrc supports. This is only
+here in support of xapply.
diff --git a/sysutils/xapply/DESCR b/sysutils/xapply/DESCR
index 5b282390597..fe0deb6bb1d 100644
--- a/sysutils/xapply/DESCR
+++ b/sysutils/xapply/DESCR
@@ -3,3 +3,6 @@ Using list or tabular input from one or more descriptors, xapply executes
a template command modified for each input. It supports simple split
on token expression, and has support (a la make -j) for running many
jobs in parallel.
+
+Note that as far as anyone can tell, this is no longer maintained.
+It may not build on every system pkgsrc supports.