aboutsummaryrefslogtreecommitdiff
path: root/misc/apparix
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-05-05 10:53:32 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-05-05 10:53:32 +0000
commitc460cf67302db885fd3849e81e031813b0c63e2e (patch)
tree84e8280baca8b8e1d9a4f649a1ec235c45cbbe03 /misc/apparix
parent0956bf55e3462f85752bf96dd0b55308e84607fa (diff)
downloadports-c460cf67302db885fd3849e81e031813b0c63e2e.tar.gz
ports-c460cf67302db885fd3849e81e031813b0c63e2e.zip
Apparix allows you to bookmark directories and later jump to them using the
mark. When jumping, the contributed bash completion code allows one to complete on bookmarks and on subdirectories of the target directory. WWW: http://micans.org/apparix/ PR: 95959 Submitted by: Frank Steinborn <steinex@gmx.de>
Notes
Notes: svn path=/head/; revision=161409
Diffstat (limited to 'misc/apparix')
-rw-r--r--misc/apparix/Makefile34
-rw-r--r--misc/apparix/distinfo4
-rw-r--r--misc/apparix/pkg-descr5
3 files changed, 43 insertions, 0 deletions
diff --git a/misc/apparix/Makefile b/misc/apparix/Makefile
new file mode 100644
index 000000000000..0fc2af6648b7
--- /dev/null
+++ b/misc/apparix/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: apparix
+# Date created: 16 Apr 2006
+# Whom: Frank Steinborn <steinex@gmx.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= apparix
+PORTVERSION= 20060105
+CATEGORIES= misc
+MASTER_SITES= http://micans.org/apparix/src/
+DISTNAME= ${PORTNAME}-06-005
+
+MAINTAINER= steinex@gmx.de
+COMMENT= Bookmark directories and apparate inside them
+
+GNU_CONFIGURE= yes
+MANCOMPRESSED= no
+
+MAN1= apparix.1
+PORTDOCS= apparix.azm apparix.html apparix.ps
+PLIST_FILES= bin/apparix
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for f in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/misc/apparix/distinfo b/misc/apparix/distinfo
new file mode 100644
index 000000000000..e7e76f72ec55
--- /dev/null
+++ b/misc/apparix/distinfo
@@ -0,0 +1,4 @@
+MD5 (apparix-06-005.tar.gz) = 7e56de0b6f7577be0c87e80452666477
+SHA256 (apparix-06-005.tar.gz) =
+541ebe34c2b1e9e41388525c8587b0aef808283cb40cf62b9d4e54adb7a5b1bf
+SIZE (apparix-06-005.tar.gz) = 200092
diff --git a/misc/apparix/pkg-descr b/misc/apparix/pkg-descr
new file mode 100644
index 000000000000..e48ed1873249
--- /dev/null
+++ b/misc/apparix/pkg-descr
@@ -0,0 +1,5 @@
+Apparix allows you to bookmark directories and later jump to them using the
+mark. When jumping, the contributed bash completion code allows one to complete
+on bookmarks and on subdirectories of the target directory.
+
+WWW: http://micans.org/apparix/