Bug 56566

Summary: FSViewer new port
Product: Ports & Packages Reporter: Fritz Heinrichmeyer <fritz.heinrichmeyer>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Fritz Heinrichmeyer 2003-09-07 19:00:29 UTC
FSViewer is a file system viewer for Window Maker, developed by George
Clernon visually and functionally in analogy to the Workspace Manager of
NeXTStep(TM).

How-To-Repeat: install archive in /usr/ports/x11-fm
Comment 1 Fritz Heinrichmeyer 2003-09-08 11:30:52 UTC
Hello, i forgot documentation files in the ports, here is a patchset:

diff -c -r FSViewer/Makefile.old FSViewer/Makefile
*** FSViewer/Makefile.old	Mon Sep  8 12:22:45 2003
--- FSViewer/Makefile	Mon Sep  8 12:10:16 2003
***************
*** 20,23 ****
--- 20,27 ----
  USE_X_PREFIX=3D	yes
  USE_GMAKE=3Dyes
 =20
+ post-install:
+ 	${MKDIR} ${PREFIX}/share/doc/FSViewer
+ 	${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/FSViewer
+=20
  .include <bsd.port.mk>
diff -c -r FSViewer/pkg-plist.old FSViewer/pkg-plist
*** FSViewer/pkg-plist.old	Mon Sep  8 12:22:45 2003
--- FSViewer/pkg-plist	Mon Sep  8 12:24:20 2003
***************
*** 1,5 ****
--- 1,10 ----
  share/locale/de/LC_MESSAGES/FSViewer.mo
  share/locale/ru/LC_MESSAGES/FSViewer.mo
+ share/doc/FSViewer/README.en
+ share/doc/FSViewer/README.fr
+ share/doc/FSViewer/dchangelog.txt
+ share/doc/FSViewer/fsvieweren.txt
+ share/doc/FSViewer/fsviewerfr.txt
  GNUstep/Apps/FSViewer.app/FSViewer
  GNUstep/Apps/FSViewer.app/MagicFiles
  GNUstep/Apps/FSViewer.app/tiff/FSViewer.tif
***************
*** 162,164 ****
--- 167,170 ----
  @dirrm GNUstep/Apps/FSViewer.app/xpm
  @dirrm GNUstep/Apps/FSViewer.app/tiff
  @dirrm GNUstep/Apps/FSViewer.app
+ @dirrm share/doc/FSViewer

--=20
Mit freundlichen Gr=FC=DFen
Fritz Heinrichmeyer FernUniversitaet, LG ES, 58084 Hagen (Germany)
tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-10-08 00:48:06 UTC
State Changed
From-To: open->closed

Commited, thanks!