Ticket #16999: ncid.diff

File ncid.diff, 3.7 KB (added by meissnem@…, 16 years ago)
  • Portfile

    diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/ncid/Portfile ./Portfile
    old new  
    33PortSystem              1.0
    44
    55name                    ncid
    6 version                 0.70
    7 revision                1
     6version                 0.71
    87categories              net
    98maintainers             ryandesign
    109homepage                http://ncid.sourceforge.net/
    1110master_sites            sourceforge
    1211platforms               darwin
     12distname                ${name}-${version}-src
    1313worksrcdir              ${name}
    1414use_configure           no
    1515build.target            local
     
    3333    to each connected client.
    3434
    3535checksums \
    36     md5 e179fbac6ab04ed3015fdf4e1c2a33f6 \
    37     sha1 287ebd8181f94be6a252edb10bf8b3593ac50d60 \
    38     rmd160 3da3269e9c8dd1da1c9ddf3b1e7be180230979a9
     36    md5     77320a6e3e65492ce1907bdd9e6d3e8a \
     37    sha1    aefe6c6ddb46fb5eb5927974f0080518f63cf61a \
     38    rmd160  656b7cbc869d19ca43b7a1954fe89a54b749bf66
     39
    3940
    4041patchfiles \
    4142    patch-Makefile.diff \
  • files/patch-manpages.diff

    diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/ncid/files/patch-manpages.diff ./files/patch-manpages.diff
    old new  
    1 --- man/ncid.1  2008-01-27 04:21:20.000000000 -0600
    2 +++ man/ncid.1  2008-01-27 04:26:17.000000000 -0600
    3 @@ -66,10 +66,10 @@
     1--- man/ncid.1  2008-05-21 17:57:06.000000000 -0500
     2+++ man/ncid.1  2008-07-07 16:43:04.000000000 -0500
     3@@ -74,10 +74,10 @@
    44 test for it, and if it is not found, or if it is not executable,
    55 it will terminate with a error message.
    66 .PP
    77-The configuration file for \fIncid\fR is /etc/ncid/ncid.conf.
    88+The configuration file for \fIncid\fR is @PREFIX@/etc/ncid/ncid.conf.
    99 .PP
    10  The distributed output modules can be customized as needed in the
    11 -/etc/ncid/ncidmodules.conf file:
    12 +@PREFIX@/etc/ncid/ncidmodules.conf file:
    13  .PD 0
    14  .TP 12
    15  .B ncid-mythtv
    16 @@ -185,7 +185,7 @@
    17  # output Caller ID to output module
     10 The distributed output modules are listed in the ncidmodules man page,
     11-can be customized as needed in the /etc/ncid/ncidmodules.conf file:
     12+can be customized as needed in the @PREFIX@/etc/ncid/ncidmodules.conf file:
     13 .PP
     14 Whenever the server connection is broken, \fIncid\fR will normally try
     15 to reconnect once a minute.  It provides a visual record of the countdown
     16@@ -143,7 +143,7 @@
     17 Name of the output module (program) to use.  Some output modules are
     18 ncid-page, ncid-popup, and ncid-speak.
     19 .br
     20-Default PATH: /usr/share/ncid
     21+Default PATH: @PREFIX@/share/ncid
     22 .br
     23 Default PROGRAM: ncid-speak
     24 .TP
     25@@ -189,9 +189,9 @@
     26 Default: 3333
     27 .PD
     28 .SH FILES
     29-/etc/ncid/*
     30+@PREFIX@/etc/ncid/*
     31 .br
     32-/usr/share/ncid/*
     33+@PREFIX@/share/ncid/*
     34 .SH EXAMPLES
     35 .nf
     36 # run ncid in a terminal window, server on remote host
     37@@ -201,7 +201,7 @@
    1838 ncid --no-gui --call-prog --program ncid-speak
    19  # output NAME & NUMBER to GUI and output module
     39 
     40 # send CID output to GUI and speak it
    2041-ncid --call-prog --program /usr/local/bin/ncid-speak
    2142+ncid --call-prog --program @PREFIX@/bin/ncid-speak
    22  # output NAME & NUMBER to GUI and all CID info to output module
    23  ncid --all --call-prog --program ncid-page
    24  # output all CID info to output module after third ring
     43 
     44 # send CID output to a cell phone after third ring
     45 ncid --no-gui --call-prog --program ncid-page --ring 3
    2546--- man/ncidd.8 2008-01-27 04:21:20.000000000 -0600
    2647+++ man/ncidd.8 2008-01-27 04:26:30.000000000 -0600
    2748@@ -149,7 +149,7 @@