diff -ur /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/ncid/Portfile ./Portfile
old
|
new
|
|
3 | 3 | PortSystem 1.0 |
4 | 4 | |
5 | 5 | name ncid |
6 | | version 0.70 |
7 | | revision 1 |
| 6 | version 0.71 |
8 | 7 | categories net |
9 | 8 | maintainers ryandesign |
10 | 9 | homepage http://ncid.sourceforge.net/ |
11 | 10 | master_sites sourceforge |
12 | 11 | platforms darwin |
| 12 | distname ${name}-${version}-src |
13 | 13 | worksrcdir ${name} |
14 | 14 | use_configure no |
15 | 15 | build.target local |
… |
… |
|
33 | 33 | to each connected client. |
34 | 34 | |
35 | 35 | checksums \ |
36 | | md5 e179fbac6ab04ed3015fdf4e1c2a33f6 \ |
37 | | sha1 287ebd8181f94be6a252edb10bf8b3593ac50d60 \ |
38 | | rmd160 3da3269e9c8dd1da1c9ddf3b1e7be180230979a9 |
| 36 | md5 77320a6e3e65492ce1907bdd9e6d3e8a \ |
| 37 | sha1 aefe6c6ddb46fb5eb5927974f0080518f63cf61a \ |
| 38 | rmd160 656b7cbc869d19ca43b7a1954fe89a54b749bf66 |
| 39 | |
39 | 40 | |
40 | 41 | patchfiles \ |
41 | 42 | patch-Makefile.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 @@ |
4 | 4 | test for it, and if it is not found, or if it is not executable, |
5 | 5 | it will terminate with a error message. |
6 | 6 | .PP |
7 | 7 | -The configuration file for \fIncid\fR is /etc/ncid/ncid.conf. |
8 | 8 | +The configuration file for \fIncid\fR is @PREFIX@/etc/ncid/ncid.conf. |
9 | 9 | .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 @@ |
18 | 38 | 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 |
20 | 41 | -ncid --call-prog --program /usr/local/bin/ncid-speak |
21 | 42 | +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 |
25 | 46 | --- man/ncidd.8 2008-01-27 04:21:20.000000000 -0600 |
26 | 47 | +++ man/ncidd.8 2008-01-27 04:26:30.000000000 -0600 |
27 | 48 | @@ -149,7 +149,7 @@ |