Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17229/10.4-transitional/unstable/main/finkinfo/text

Added Files:
        jgroff.info jgroff.patch 
Log Message:
added.

--- NEW FILE: jgroff.patch ---
diff -Naur groff-1.18.1.1-debian11/Makefile.comm groff-1.18.1.1/Makefile.comm
--- groff-1.18.1.1-debian11/Makefile.comm       Mon Sep 16 08:42:34 2002
+++ groff-1.18.1.1/Makefile.comm        Wed Mar 15 19:57:13 2006
@@ -182,7 +182,7 @@
        -test -d $(man5dir) || $(mkinstalldirs) $(man5dir)
        @-pages="$(MAN5)"; \
        for p in $$pages; do \
-        target=$(man5dir)/`basename $$p .n`.$(man5ext); \
+        target=$(man5dir)/$(NAMEPREFIX)`basename $$p .n`.$(man5ext); \
         rm -f $$target; \
         echo $(INSTALL_DATA) $$p $$target; \
         $(INSTALL_DATA) $$p $$target; \
@@ -190,7 +190,7 @@
        -test -d $(man7dir) || $(mkinstalldirs) $(man7dir)
        @-pages="$(MAN7)"; \
        for p in $$pages; do \
-        target=$(man7dir)/`basename $$p .n`.$(man7ext); \
+        target=$(man7dir)/$(NAMEPREFIX)`basename $$p .n`.$(man7ext); \
         rm -f $$target; \
         echo $(INSTALL_DATA) $$p $$target; \
         $(INSTALL_DATA) $$p $$target; \
diff -Naur groff-1.18.1.1-debian11/Makefile.in groff-1.18.1.1/Makefile.in
--- groff-1.18.1.1-debian11/Makefile.in Wed Mar 15 15:29:49 2006
+++ groff-1.18.1.1/Makefile.in  Wed Mar 15 18:06:01 2006
@@ -91,18 +91,18 @@
 
 # `libdir' says where to install platform-dependent data.
 [EMAIL PROTECTED]@
-libprogramdir=$(libdir)/groff
+libprogramdir=$(libdir)/jgroff
 
 # `datasubdir' says where to install platform-independent data files.
 [EMAIL PROTECTED]@
-dataprogramdir=$(datadir)/groff
+dataprogramdir=$(datadir)/jgroff
 datasubdir=$(dataprogramdir)/$(version)$(revision)
 
 # `infodir' says where to install info files.
 [EMAIL PROTECTED]@
 
 # `docdir' says where to install documentation files.
-docdir=$(datadir)/doc/groff/$(version)$(revision)
+docdir=$(datadir)/doc/jgroff/$(version)$(revision)
 
 # `exampledir' says where to install example files.
 exampledir=$(docdir)/examples
diff -Naur groff-1.18.1.1-debian11/debian/copyright 
groff-1.18.1.1/debian/copyright
--- groff-1.18.1.1-debian11/debian/copyright    Wed Mar 15 15:29:49 2006
+++ groff-1.18.1.1/debian/copyright     Wed Mar 15 18:02:26 2006
@@ -1,3 +1,9 @@
+This is the Fink package of GNU groff. This is derived from Debian's
+groff package and modified for Fink. Some part of this document,
+especially filenames and directories, may not applicable to Fink.
+
+----- Debian's copyright document begins here -----
+
 This is the Debian GNU/Linux prepackaged version of the GNU groff
 document formatting system. 
 GNU groff was written by James Clark <[EMAIL PROTECTED]>.  
diff -Naur groff-1.18.1.1-debian11/tmac/docj.tmac groff-1.18.1.1/tmac/docj.tmac
--- groff-1.18.1.1-debian11/tmac/docj.tmac      Wed Mar 15 15:29:49 2006
+++ groff-1.18.1.1/tmac/docj.tmac       Wed Mar 15 18:02:26 2006
@@ -43,7 +43,7 @@
 .\}
 .if \n(.g .ig
 .de sO
-.so /usr/share/tmac/\\$1
+.so @PREFIX@/share/tmac/\\$1
 ..
 .if !\n(.g .ig
 .de sO

--- NEW FILE: jgroff.info ---
Package: jgroff
Version: 1.18.1.1
Revision: 1
GCC: 3.3
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>
Source: mirror:gnu:groff/groff-%v.tar.gz
Source-MD5: 511dbd64b67548c99805f1521f82cc5e
Source2: mirror:debian:pool/main/g/groff/groff_%v-11.diff.gz
Source2-MD5: d6a7e807f8545c90a97473f1616a1d8d
Depends: netpbm-bin, psutils
BuildDepends: libiconv-dev
ConfFiles: %p/etc/%n/man.local %p/etc/%n/mdoc.local
Description: GNU document formatting system with Japanese support
DescDetail: <<
Groff (GNU Troff) is a document processor which reads plain text mixed 
with formatting commands and produces formatted output. This version includes 
gxditview and supports HTML.

This version supports Japanese text.
<<

DocFiles: COPYING PROBLEMS README README.jp debian/copyright
InfoDocs: jgroff
ConfigureParams: --mandir='${prefix}/share/man' 
--infodir='${prefix}/share/info' --enable-multibyte YACC=/usr/bin/yacc
PatchScript: <<
gzip -cd ../groff_%v-11.diff.gz | sed 's|Debian package as /usr|Fink package as 
%p|g' | patch -p1
sed 's|@PREIFX@|%p|g' %a/%n.patch | patch -p1
<<
CompileScript: <<
./configure %c
make g=j NAMEPREFIX=j LIBS=-liconv
<<
InstallScript: <<
make install g=j NAMEPREFIX=j prefix=%i INSTALL_INFO=:
(set -e; for f in afmtodit eqn2graph groffer grog mmroff pic2graph; do mv 
%i/bin/$f %i/bin/j$f; done) || exit $?
sed -i '' 's/^postpro /postpro j/' %i/share/%n/1.18.1/font/*/DESC
(set -e; cd %i/share/info; for f in *; do sed 
'/^START-INFO-DIR-ENTRY$/,/^END-INFO-DIR-ENTRY$/s/(groff)/(%n)/g;/^Indirect:/,//s/groff-/%n-/'
 $f > j$f; rm $f; done) || exit $?
ln -s 1.18.1 %i/share/%n/current
mkdir %i/etc
mv %i/share/%n/site-tmac %i/etc/%n
ln -s %p/etc/%n %i/share/%n/site-tmac
cat debian/mandoc.local >> %i/etc/%n/man.local
cat debian/mandoc.local >> %i/etc/%n/mdoc.local
<<
DescPort: <<
xditview is not compiled nor installed now.
<<
License: GPL
Homepage: http://www.gnu.org/software/groff/groff.html 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to