This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[GTG] Re: [ITP] cyrus-sasl 2.1.19


>>>>> Volker Zell writes:

    > I'll see if I get time this week to review your packages.

OK, this is GTG. But I would recommend at least the following patch. It
just seems wrong to install a preformatted man page when the unformatted
is available. Also in cygwin land the default for formatted man pages
is under /var/cache/man.

--- cyrus-sasl-2.1.19-1.sh.orig	2004-10-12 13:30:28.166793600 +0200
+++ cyrus-sasl-2.1.19-1.sh	2004-10-12 14:07:36.531024000 +0200
@@ -183,6 +183,9 @@
   (cd ${objdir} && \
   rm -fr ${instdir}/* && \
   make install DESTDIR=${instdir} && \
+  rm -rf ${instdir}${prefix}/share/man/cat8 && \
+  /usr/bin/install -m 644 ${srcdir}/saslauthd/saslauthd.mdoc \
+    ${instdir}${prefix}/share/man/man8/saslauthd.8 && \
   for f in ${prefix}/share/info/dir ${prefix}/info/dir ; do \
     if [ -f ${instdir}${f} ] ; then \
       rm -f ${instdir}${f} ; \
@@ -260,10 +263,11 @@
   (cd ${instdir} && \
   tar cvjf ${bin_pkg} ${pnoslash}/sbin/sasldblistusers2.exe \
     ${pnoslash}/sbin/saslpasswd2.exe ${pnoslash}/share/doc/* \
-    ${pnoslash}/share/man/man8/* ;
+    ${pnoslash}/share/man/man8/sasldblistusers2.8.gz \
+    ${pnoslash}/share/man/man8/saslpasswd2.8.gz ;
   tar cvjf ${bin_pkg2} ${pnoslash}/bin/cygsasl2-2.dll \
     ${pnoslash}/lib/sasl2/*.dll ${pnoslash}/sbin/saslauthd.exe \
-    ${pnoslash}/share/man/cat8/* ;
+    ${pnoslash}/share/man/man8/saslauthd.8.gz ;
   tar cvjf ${bin_pkg3} ${pnoslash}/include/sasl/* \
     ${pnoslash}/lib/sasl2/*.dll.a ${pnoslash}/lib/sasl2/*.la \
     ${pnoslash}/share/man/man3/* )
--- cyrus-sasl-2.1.19-1.patch.orig	2004-10-12 13:30:28.317009600 +0200
+++ cyrus-sasl-2.1.19-1.patch	2004-10-12 14:08:53.291400000 +0200
@@ -57,7 +57,7 @@
 +  /usr/lib/sasl2/cygplain-2.dll
 +  /usr/lib/sasl2/cygsasldb-2.dll
 +  /usr/sbin/saslauthd.exe
-+  /usr/share/man/cat8/saslauthd.8.gz
++  /usr/share/man/man8/saslauthd.8.gz
 +
 +  libsasl2-devel
 +

What do you think of also including the nice documentation from
{srcdir}/doc under /usr/share/doc/cyrus-sasl-2.1.19 and maybe the
uppercase files from {srcdir}/saslauthd under
/usr/share/doc/cyrus-sasl-2.1.19/saslauthd ?

    > Ciao
    >   Volker

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]