Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-system
In directory sc8-pr-cvs17:/tmp/cvs-serv31146/main/finkinfo/x11-system

Modified Files:
      Tag: pangocairo-branch
        rman.info 
Added Files:
      Tag: pangocairo-branch
        rman-10.5.info rman-10.5.patch 
Log Message:
merge from trunk

Index: rman.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11-system/rman.info,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -d -r1.1 -r1.1.2.1
--- rman.info   24 Jan 2006 21:21:23 -0000      1.1
+++ rman.info   3 Nov 2007 20:25:35 -0000       1.1.2.1
@@ -1,6 +1,7 @@
 Package: rman
 Version: 3.1  
 Revision: 1
+Distribution: 10.4
 Description: Generalized filter for UNIX manual pages
 DescDetail: <<
 Takes as input man pages for a variety of UNIX flavors and produces as

--- NEW FILE: rman-10.5.patch ---
diff -ru rman-3.0.9/Makefile rman-3.0.9-patched/Makefile
--- rman-3.0.9/Makefile Thu Jun 22 09:05:56 2000
+++ rman-3.0.9-patched/Makefile Sat May 19 14:46:45 2001
@@ -15,14 +15,14 @@
 #    this must be a directory that's in your bin PATH.
 # MANDIR holds the man page.
 
-BINDIR = /usr/local/bin
+BINDIR = @PREFIX@/bin
 #BINDIR = //C/bin
-MANDIR = /usr/local/man/man1
+MANDIR = @PREFIX@/share/man/man1
 
 
 ### if you have GNU gcc v2.x, use these definitions
 
-CC = gcc
+CC = cc
 # if you don't have gcc v2.x, try -O for CFLAGS
 CFLAGS = -O2 -finline-functions
 

--- NEW FILE: rman-10.5.info ---
Package: rman
Version: 3.1  
Revision: 1
Distribution: 10.5
Description: Generalized filter for UNIX manual pages
DescDetail: <<
Takes as input man pages for a variety of UNIX flavors and produces as
output a variety of file formats.
PolyglotMan improves upon other man page filters in several ways: (1) its
analysis recognizes the structural pieces of man pages, enabling high 
quality output, (2) its modular structure permits easy augmentation of
output formats, (3) it accepts man pages formatted with the variant
macros of many different flavors of UNIX, and (4) it doesn't require
modification of or cooperation with any other program.
<<
License: Artistic
Source: mirror:sourceforge:polyglotman/%n-%v.tar.gz
Source-MD5:62924b8f9773999b91450cc317f5ddb9
PatchScript: <<
 sed 's|@PREFIX@|%i|g' <%a/%n-10.5.patch >rman-10.5.patch
 patch -p1 -l <rman-10.5.patch
<<
CompileScript: make
InstallScript: <<
 mkdir -p %i/share/man/man1
 mkdir -p %i/bin
 make install
<<
DocFiles:README-rman
DescPort: rman is part of the xfree package but not tenon's Xtools
Maintainer: Andrew Rohl <[EMAIL PROTECTED]>
Homepage: http://polyglotman.sourceforge.net



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to