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>
This commit is contained in:
parent
0956bf55e3
commit
c460cf6730
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161409
4 changed files with 44 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
SUBDIR += alevt
|
||||
SUBDIR += amanda-client
|
||||
SUBDIR += amanda-server
|
||||
SUBDIR += apparix
|
||||
SUBDIR += argparse
|
||||
SUBDIR += asbutton
|
||||
SUBDIR += asr-manpages
|
||||
|
|
34
misc/apparix/Makefile
Normal file
34
misc/apparix/Makefile
Normal file
|
@ -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>
|
4
misc/apparix/distinfo
Normal file
4
misc/apparix/distinfo
Normal file
|
@ -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
|
5
misc/apparix/pkg-descr
Normal file
5
misc/apparix/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue