summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormrg <mrg>1997-12-05 00:18:50 +0000
committermrg <mrg>1997-12-05 00:18:50 +0000
commitaa0386a6f445462734cb6f39bb8b717178a28364 (patch)
treeb226f5eb7aad089f1242d7c10b1b0313d5c82a75 /misc
parent796317c4b688bf02d5ebf5658eb66886bc8380cc (diff)
downloadpkgsrc-aa0386a6f445462734cb6f39bb8b717178a28364.tar.gz
moved files.
Diffstat (limited to 'misc')
-rw-r--r--misc/tkcron/Makefile27
-rw-r--r--misc/tkcron/files/Makefile12
-rw-r--r--misc/tkcron/files/md51
-rw-r--r--misc/tkcron/patches/patch-aa11
-rw-r--r--misc/tkcron/patches/patch-ab11
-rw-r--r--misc/tkcron/pkg/COMMENT1
-rw-r--r--misc/tkcron/pkg/DESCR6
-rw-r--r--misc/tkcron/pkg/PLIST2
-rw-r--r--misc/tkinfo/Makefile26
-rw-r--r--misc/tkinfo/files/md51
-rw-r--r--misc/tkinfo/patches/patch-aa20
-rw-r--r--misc/tkinfo/pkg/COMMENT1
-rw-r--r--misc/tkinfo/pkg/DESCR17
-rw-r--r--misc/tkinfo/pkg/PLIST2
-rw-r--r--misc/tkman/Makefile23
-rw-r--r--misc/tkman/files/md51
-rw-r--r--misc/tkman/patches/patch-aa43
-rw-r--r--misc/tkman/pkg/COMMENT1
-rw-r--r--misc/tkman/pkg/DESCR16
-rw-r--r--misc/tkman/pkg/PLIST3
-rw-r--r--misc/unclutter/Makefile20
-rw-r--r--misc/unclutter/files/md51
-rw-r--r--misc/unclutter/pkg/COMMENT1
-rw-r--r--misc/unclutter/pkg/DESCR6
-rw-r--r--misc/unclutter/pkg/PLIST3
-rw-r--r--misc/xless/Makefile19
-rw-r--r--misc/xpns/Makefile35
-rw-r--r--misc/xtimer/files/md51
-rw-r--r--misc/xtimer/pkg/COMMENT1
-rw-r--r--misc/xtimer/pkg/DESCR3
-rw-r--r--misc/xtimer/pkg/PLIST3
31 files changed, 0 insertions, 318 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile
deleted file mode 100644
index 18a10cc075d..00000000000
--- a/misc/tkcron/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: tkcron-2.12
-# Version required: 2.12
-# Date created: 30 July 1996
-# Whom: Sander Vesik <sander@haldjas.folklore.ee>
-#
-# $Id: Makefile,v 1.2 1997/10/27 01:29:18 hubertf Exp $
-#
-
-DISTNAME= tkcron-2.12
-DISTFILES= tkcron-2.12.tcl.gz
-CATEGORIES= misc tk80
-MASTER_SITES= ftp://ftp.neosoft.com/languages/tcl/alcatel/code/
-EXTRACT_SUFX= .tcl.gz
-
-MAINTAINER= sander@haldjas.folklore.ee
-
-RUN_DEPENDS= wish8\.0:${PORTSDIR}/x11/tk80
-
-EXTRACT_CMD= ${GZIP_CMD}
-EXTRACT_BEFORE_ARGS= -cd
-EXTRACT_AFTER_ARGS= > tkcron.tcl
-NO_WRKSUBDIR= yes
-
-post-extract:
- @${CP} ${FILESDIR}/Makefile ${WRKSRC}
-
-.include <bsd.port.mk>
diff --git a/misc/tkcron/files/Makefile b/misc/tkcron/files/Makefile
deleted file mode 100644
index c9903f00c0f..00000000000
--- a/misc/tkcron/files/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-BINDIR= ${PREFIX}/bin
-WISHDIR?= ${BINDIR}
-
-all: tkcron
-
-tkcron:
- sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish4.1;g" tkcron.tcl > tkcron
-
-install: all
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
-
-.include <bsd.own.mk>
diff --git a/misc/tkcron/files/md5 b/misc/tkcron/files/md5
deleted file mode 100644
index 1fcf6b29e07..00000000000
--- a/misc/tkcron/files/md5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (tkcron-2.12.tcl.gz) = 585a44f793c0b8a8a353f79a217deda0
diff --git a/misc/tkcron/patches/patch-aa b/misc/tkcron/patches/patch-aa
deleted file mode 100644
index b6c4026ef5a..00000000000
--- a/misc/tkcron/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- tkcron.tcl Sat Aug 3 17:53:42 1996
-+++ tkcron.tcl Sat Aug 3 17:52:03 1996
-@@ -281,6 +281,7 @@
-
- # Return the crontab string as a list
- proc parseCrontabFile {str} {
-+ set result ""
- set crontablist [split $str \n]
- set listlength [llength $crontablist]
- for {set i 0} {$i < $listlength} {incr i 1} {
-
diff --git a/misc/tkcron/patches/patch-ab b/misc/tkcron/patches/patch-ab
deleted file mode 100644
index b180ac50e33..00000000000
--- a/misc/tkcron/patches/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Fri Oct 24 22:22:56 1997
-+++ Makefile Fri Oct 24 22:23:01 1997
-@@ -4,7 +4,7 @@
- all: tkcron
-
- tkcron:
-- sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish4.1;g" tkcron.tcl > tkcron
-+ sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.0;g" tkcron.tcl > tkcron
-
- install: all
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}
diff --git a/misc/tkcron/pkg/COMMENT b/misc/tkcron/pkg/COMMENT
deleted file mode 100644
index c3edc3e3773..00000000000
--- a/misc/tkcron/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-A frontend to crontab.
diff --git a/misc/tkcron/pkg/DESCR b/misc/tkcron/pkg/DESCR
deleted file mode 100644
index 757ac1e020b..00000000000
--- a/misc/tkcron/pkg/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Tkcron is a frontend to crontab which allows the user to conviniently
-add/modify/install/remove cron jobs.
-
-This is crontab version 2.12
-
- Sander
diff --git a/misc/tkcron/pkg/PLIST b/misc/tkcron/pkg/PLIST
deleted file mode 100644
index d5f9e6d1dc5..00000000000
--- a/misc/tkcron/pkg/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:03:05 agc Exp $
-bin/tkcron
diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile
deleted file mode 100644
index 689550842db..00000000000
--- a/misc/tkinfo/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: tkinfo
-# Version required: 1.5
-# Date created: 16 Jan 1995
-# Whom: thomas@ghpc8.ihf.rwth-aachen.de
-#
-# $Id: Makefile,v 1.2 1997/10/27 01:30:27 hubertf Exp $
-#
-
-DISTNAME= tkinfo-1.5
-CATEGORIES= misc tk80
-MASTER_SITES= http://www.math.ucsb.edu/~boldt/tkinfo/ \
- http://math-www.uni-paderborn.de/~axel/tkinfo/
-
-MAINTAINER= tg@freebsd.org
-
-RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80
-NO_BUILD= yes
-
-do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin
-
-post-patch:
- ( cd ${WRKSRC} ; ${SED} 's|@PREFIX@|'${PREFIX}'|g' \
- <tkinfo >tkinfo.BAK ; mv tkinfo.BAK tkinfo )
-
-.include <bsd.port.mk>
diff --git a/misc/tkinfo/files/md5 b/misc/tkinfo/files/md5
deleted file mode 100644
index 120a7b8a8ff..00000000000
--- a/misc/tkinfo/files/md5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (tkinfo-1.5.tar.gz) = fca3d35cf9017ffb7935c65323568436
diff --git a/misc/tkinfo/patches/patch-aa b/misc/tkinfo/patches/patch-aa
deleted file mode 100644
index 2666a376499..00000000000
--- a/misc/tkinfo/patches/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- tkinfo.orig Wed Jun 18 20:17:45 1997
-+++ tkinfo Fri Oct 24 22:34:48 1997
-@@ -1,6 +1,6 @@
- #!/bin/sh
- # This is a Tcl/Tk script to be interpreted by wish (Tk4.0 or better): \
--exec wish "$0" "$@"
-+exec wish8.0 "$0" "$@"
-
- ##########################################################################
- # Version of TkInfo:
-@@ -484,7 +484,8 @@
- proc tkiInit { } {
- global tki env auto_path tkiEmbed geometry
-
-- set defInfoPath [list . \
-+ set defInfoPath [list . /usr/share/info \
-+ @PREFIX@/info \
- /usr/info /usr/local/info /usr/local/gnu/info \
- /usr/local/emacs/info /usr/local/lib/emacs/info \
- /usr/lib/xemacs/info /usr/local/lib/xemacs/info \
diff --git a/misc/tkinfo/pkg/COMMENT b/misc/tkinfo/pkg/COMMENT
deleted file mode 100644
index 11cfacd3648..00000000000
--- a/misc/tkinfo/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-A tk script to read GNU "info" files and display them.
diff --git a/misc/tkinfo/pkg/DESCR b/misc/tkinfo/pkg/DESCR
deleted file mode 100644
index 53939576f87..00000000000
--- a/misc/tkinfo/pkg/DESCR
+++ /dev/null
@@ -1,17 +0,0 @@
-tkInfo is a tk script to read GNU "info" files and display them.
-tkInfo can be used stand alone (via WISH), or embeded within an
-application to provide integrated, on-line help.
-
-Info files provide a robust hyper-text capability that is ideal for
-on-line help. The format is suitable for both tty-based systems and
-graphical systems. In addition, the same document source can produce
-both a "nice" hardcopy manual and Info files. Note that most GNU tools
-are documented in this way (via texinfo).
-
-Info files can be created manually with any text editor, with the
-support of the emacs "info" package, with the GNU "makeinfo" program,
-or with the emacs scripts for latexinfo. The makeinfo program produces
-a set of info files from TeX source that use the GNU texinfo style (the
-one that uses "@" everywhere). Similarly, the latexinfo package (like
-texinfo, but with latex commands and syntax) provides emacs scripts for
-producing info files.
diff --git a/misc/tkinfo/pkg/PLIST b/misc/tkinfo/pkg/PLIST
deleted file mode 100644
index bb28e8dd5fe..00000000000
--- a/misc/tkinfo/pkg/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 1997/11/06 10:03:10 agc Exp $
-bin/tkinfo
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile
deleted file mode 100644
index b8e4af92f8a..00000000000
--- a/misc/tkman/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: tkman
-# Version required: 1.8
-# Date created: 27 Dec 1994
-# Whom: thomas Gellekum <tg@freebsd.org>
-#
-# $Id: Makefile,v 1.3 1997/11/27 13:49:35 explorer Exp $
-#
-
-DISTNAME= tkman-2.0.3
-CATEGORIES= misc tk80
-MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= tg@freebsd.org
-
-LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80
-RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \
- glimpse:${PORTSDIR}/textproc/glimpse
-
-NO_CDROM= "Don't sell for profit"
-MAN1= tkman.1
-
-.include <bsd.port.mk>
diff --git a/misc/tkman/files/md5 b/misc/tkman/files/md5
deleted file mode 100644
index 3742e609f2e..00000000000
--- a/misc/tkman/files/md5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (tkman-2.0.3.tar.Z) = f1093080c114bd66130ae5167d3ac992
diff --git a/misc/tkman/patches/patch-aa b/misc/tkman/patches/patch-aa
deleted file mode 100644
index 8655ed9de93..00000000000
--- a/misc/tkman/patches/patch-aa
+++ /dev/null
@@ -1,43 +0,0 @@
---- Makefile.orig Tue Nov 4 22:22:25 1997
-+++ Makefile Sun Nov 23 17:50:26 1997
-@@ -43,13 +43,15 @@
- ### you need to localize the paths on these lines
-
- #WISH = /usr/sww/tcl-8.0/bin/wish
--WISH = /private/share/bin/wish
-+#WISH = /private/share/bin/wish
- #WISH = /usr/local/bin/wish8.0
-+WISH = ${PREFIX}/bin/wish8.0
-
- # the executable `tkman' is placed in BINDIR
- # this should be a directory that's in your bin PATH
--BINDIR = /private/share/bin
-+#BINDIR = /private/share/bin
- #BINDIR = /usr/local/bin
-+BINDIR = ${PREFIX}/bin
-
-
- # OPTIONAL
-@@ -118,7 +120,7 @@
- # lines are cached in .../man/cat<n>@<line-length>;
- # that is, the line length is appended to the usual cache directory names
- #manformat = {groff -te -Tascii -man /tmp/ll - 2>/dev/null}
--manformat = {groff -te -Tlatin1 -man /tmp/ll - 2>/dev/null}
-+manformat = {groff -te -Tlatin1 -man /tmp/ll${PREFIX} - 2>/dev/null}
- # Ultrix users should uncomment the following line (you don't have eqn)
- #manformat = {tbl | nroff -man }
- # BSD macros (.Sh, .Ss, .PP, ...) call for -mandoc
-@@ -241,11 +243,12 @@
- # default MANPATH to use if user doesn't have a MANPATH environment variable set.
- # Leave this empty to have TkMan calculate a MANPATH based on a users PATH
- # (like Perl man does).
--manpathdef = ""
-+#manpathdef = ""
- #manpathdef = /usr/man:/usr/local/man
- #manpathdef = /usr/man:/usr/local/man:/usr/sww/man:/usr/sww/X11/man
- # for SGI
- #manpathdef = /usr/share/catman:/usr/share/man:/usr/catman:/usr/man
-+manpathdef = /usr/share/man:${PREFIX}/man:/usr/X11R6/man:/usr/local/man
-
-
- # If a new user--as indicated by the lack of a ~/.tkman file--runs TkMan,
diff --git a/misc/tkman/pkg/COMMENT b/misc/tkman/pkg/COMMENT
deleted file mode 100644
index 6c55dd8496d..00000000000
--- a/misc/tkman/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-A Tcl/Tk based manual browser
diff --git a/misc/tkman/pkg/DESCR b/misc/tkman/pkg/DESCR
deleted file mode 100644
index 4f5192f5d2a..00000000000
--- a/misc/tkman/pkg/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-A manual page reader, TkMan offers two major advantages over xman:
-hypertext links to other man pages (click on a word in the text which
-corresponds to a man page, and you jump there), and better navigation
-within long man pages with searches (both incremental and regular
-expression) and jumps to section headers. TkMan also offers some
-convenience features, like a user-configurable list of commonly used man
-pages, a one-click printout, and integration of `whatis' and `apropos'.
-Further, one may highlight, as if with a yellow marker, arbitrary passages
-of text in man pages and subsequently jump directly to these passages by
-selecting an identifying excerpt from a pulldown menu. Finally, TkMan
-gives one control over the directory-to-menu volume mapping of man pages
-with a capability similar to but superior to xman's mandesc in that rather
-than forcing all who share a man directory to follow a single organization,
-TkMan gives control to the individual. In fact, one may decide he has no
-use for a large set of man pages--say for instance the programmer routines
-in volumes 2, 3, 4, 8--and eliminate them from his personal database.
diff --git a/misc/tkman/pkg/PLIST b/misc/tkman/pkg/PLIST
deleted file mode 100644
index 86cc2ce2ab3..00000000000
--- a/misc/tkman/pkg/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 1997/11/27 13:58:09 explorer Exp $
-bin/tkman
-bin/retkman
diff --git a/misc/unclutter/Makefile b/misc/unclutter/Makefile
deleted file mode 100644
index 65f761ca2f7..00000000000
--- a/misc/unclutter/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: unclutter
-# Version required: -8
-# Date created: 03 Aug 1996
-# Whom: shanee@rabbit.augusta.de
-#
-# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:06 hubertf Exp $
-#
-
-DISTNAME= unclutter-8
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= utilities
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= shanee@rabbit.augusta.de
-
-WRKSRC= $(WRKDIR)/unclutter
-USE_IMAKE= yes
-
-.include <bsd.port.mk>
diff --git a/misc/unclutter/files/md5 b/misc/unclutter/files/md5
deleted file mode 100644
index ee7935fa0d4..00000000000
--- a/misc/unclutter/files/md5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (unclutter-8.tar.Z) = 83d7a6498b69078f869378f801b6a84b
diff --git a/misc/unclutter/pkg/COMMENT b/misc/unclutter/pkg/COMMENT
deleted file mode 100644
index a4d070d3b99..00000000000
--- a/misc/unclutter/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Remove idle cursor image from screen.
diff --git a/misc/unclutter/pkg/DESCR b/misc/unclutter/pkg/DESCR
deleted file mode 100644
index 618618f49ce..00000000000
--- a/misc/unclutter/pkg/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
- unclutter removes the cursor image from the screen so that
- it does not obstruct the area you are looking at after it
- has not moved for a given time. It does not do this if
- the cursor is in the root window or a button is down. It
- tries to ignore jitter (small movements due to noise) if
- you have a mouse that twitches.
diff --git a/misc/unclutter/pkg/PLIST b/misc/unclutter/pkg/PLIST
deleted file mode 100644
index a63447dd948..00000000000
--- a/misc/unclutter/pkg/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 1997/11/06 10:03:20 agc Exp $
-bin/unclutter
-man/cat1/unclutter.0.gz
diff --git a/misc/xless/Makefile b/misc/xless/Makefile
deleted file mode 100644
index c071b02ee16..00000000000
--- a/misc/xless/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# New ports collection makefile for: xless
-# Version required: 1.7
-# Date created: 23 December 1996
-# Whom: Conrad Sabatier <conrads@neosoft.com>
-#
-# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:10 hubertf Exp $
-#
-
-DISTNAME= xless-1.7
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
- ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/
-MASTER_SITE_SUBDIR= applications
-
-MAINTAINER= conrads@neosoft.com
-
-USE_IMAKE= yes
-
-.include <bsd.port.mk>
diff --git a/misc/xpns/Makefile b/misc/xpns/Makefile
deleted file mode 100644
index 51855d12dbe..00000000000
--- a/misc/xpns/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: xpns
-# Version required: 1.0
-# Date created: 6 Apr 97
-# Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
-#
-# $Id: Makefile,v 1.1.1.1 1997/10/11 21:55:15 hubertf Exp $
-#
-
-DISTNAME= pns_source
-PKGNAME= xpns-1.0
-CATEGORIES= misc cad
-MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/petri-nets/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
-
-USE_X11= yes
-NO_WRKSUBDIR= yes
-MAKEFILE= makefile
-ALL_TARGET= pns
-
-do-install:
- ${MKDIR} ${PREFIX}/lib/xpns
- ${INSTALL_PROGRAM} ${WRKSRC}/pns ${PREFIX}/lib/xpns/
- ${INSTALL_DATA} ${WRKSRC}/pns.hlp ${PREFIX}/lib/xpns/
- ${INSTALL_DATA} ${WRKSRC}/pns.shell ${PREFIX}/lib/xpns/
- ${INSTALL_SCRIPT} ${WRKSRC}/xpns ${PREFIX}/bin/xpns
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/xpns
- ${CP} ${WRKSRC}/*.net ${PREFIX}/share/doc/xpns/
-.endif
-
-.include <bsd.port.mk>
diff --git a/misc/xtimer/files/md5 b/misc/xtimer/files/md5
deleted file mode 100644
index 9d6ebf58f60..00000000000
--- a/misc/xtimer/files/md5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xtimer-8087.tar.gz) = 90e85ad8a4b8a30da2ff5af7d359c174
diff --git a/misc/xtimer/pkg/COMMENT b/misc/xtimer/pkg/COMMENT
deleted file mode 100644
index f212b216492..00000000000
--- a/misc/xtimer/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-A super simple digital timer for X11
diff --git a/misc/xtimer/pkg/DESCR b/misc/xtimer/pkg/DESCR
deleted file mode 100644
index 0ff390119e8..00000000000
--- a/misc/xtimer/pkg/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-xtimer is a very simple timer for X11.
-The best use is to display the connecting time of iij-ppp.
-candy@fct.kgc.co.jp (Toshihiro Kanda)
diff --git a/misc/xtimer/pkg/PLIST b/misc/xtimer/pkg/PLIST
deleted file mode 100644
index e167c401945..00000000000
--- a/misc/xtimer/pkg/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 1997/11/06 10:03:35 agc Exp $
-bin/xtimer
-man/cat1/xtimer.0.gz