Make sure manpage is run through tbl.
Fix manpage so that table fits.
This commit is contained in:
parent
4c9e59bc5d
commit
f80cf42cef
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2003/02/24 22:56:35 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2003/02/24 23:36:18 espie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386 powerpc sparc64
|
||||
|
||||
@ -40,4 +40,7 @@ CONFIGURE_ARGS+=--enable-altivec
|
||||
CONFIGURE_ARGS+=--disable-altivec
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
cd ${PREFIX}/man/man5 && mv oglerc.5 oglerc.tbl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
42
x11/ogle/patches/patch-doc_man_oglerc_5_in
Normal file
42
x11/ogle/patches/patch-doc_man_oglerc_5_in
Normal file
@ -0,0 +1,42 @@
|
||||
$OpenBSD: patch-doc_man_oglerc_5_in,v 1.1 2003/02/24 23:36:19 espie Exp $
|
||||
--- doc/man/oglerc.5.in.orig Tue Feb 25 00:10:13 2003
|
||||
+++ doc/man/oglerc.5.in Tue Feb 25 00:30:45 2003
|
||||
@@ -253,7 +253,7 @@ The available actions are the following:
|
||||
|
||||
.TS
|
||||
;
|
||||
-lll
|
||||
+l1l1l
|
||||
---
|
||||
lll.
|
||||
action default keys description
|
||||
@@ -268,12 +268,12 @@ UpperButton Up (Arrow up) Used in naviga
|
||||
LowerButton Down (Arrow down) Used in navigating the menus
|
||||
RightButton Right (Arrow right) Used in navigating the menus
|
||||
LeftButton Left (Arrow left) Used in navigating the menus
|
||||
-ButtonActivate Return, KP_Enter Activates the selected menu button
|
||||
+ButtonActivate Return, KP_Enter Activates the selected button
|
||||
TitleMenu t Jumps to the Title Menu
|
||||
RootMenu r Jumps to the Root Menu
|
||||
AudioMenu a Jumps to the Audio Menu
|
||||
AngleMenu A Jumps to the Angle Menu
|
||||
-PTTMenu P Jumps to the PTT (chapter) Menu
|
||||
+PTTMenu P Jumps to the Chapter Menu
|
||||
SubtitleMenu S Jumps to the Subtitle Menu
|
||||
Resume c Resumes playback
|
||||
SubtitleToggle s Toggles the subtitles on/off
|
||||
@@ -291,9 +291,11 @@ DigitEight 8,KP_8 8
|
||||
DigitNine 9,KP_9 9
|
||||
BookmarkAdd Insert Adds a bookmark
|
||||
BookmarkRemove Del Removes a bookmark (nr)
|
||||
-BookmarkRestore b Restores the dvd state from the bookmark (nr)
|
||||
-SkipForward Next(PageDown),KP_Right Skip x seconds forward (nr)
|
||||
-SkipBackward Prior(PageUp),KP_Left Skip x seconds backward (nr)
|
||||
+BookmarkRestore b Restores state from bookmark (nr)
|
||||
+SkipForward Next(PageDown) Skip x seconds forward (nr)
|
||||
+ KP_Right
|
||||
+SkipBackward Prior(PageUp) Skip x seconds backward (nr)
|
||||
+ KP_Left
|
||||
.TE
|
||||
|
||||
</ogle_conf>
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2003/02/24 22:56:35 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2003/02/24 23:36:19 espie Exp $
|
||||
bin/ifo_dump
|
||||
bin/ogle
|
||||
include/ogle/dvd.h
|
||||
@ -19,7 +19,7 @@ lib/ogle/ogle_mpeg_vs
|
||||
lib/ogle/ogle_nav
|
||||
lib/ogle/ogle_vout
|
||||
man/man1/ogle.1
|
||||
man/man5/oglerc.5
|
||||
man/man5/oglerc.tbl
|
||||
share/ogle/ogle_conf.dtd
|
||||
share/ogle/oglerc
|
||||
@exec echo "This package may need further setup. Run pkg_info ogle to find out more"
|
||||
|
Loading…
x
Reference in New Issue
Block a user