[52428] trunk/dports/net/ncid

ryandesign at macports.org ryandesign at macports.org
Mon Jun 15 23:20:28 PDT 2009


Revision: 52428
          http://trac.macports.org/changeset/52428
Author:   ryandesign at macports.org
Date:     2009-06-15 23:20:28 -0700 (Mon, 15 Jun 2009)
Log Message:
-----------
ncid: update to 0.73; closes #18968

Modified Paths:
--------------
    trunk/dports/net/ncid/Portfile
    trunk/dports/net/ncid/files/patch-Makefile.diff
    trunk/dports/net/ncid/files/patch-manpages.diff

Modified: trunk/dports/net/ncid/Portfile
===================================================================
--- trunk/dports/net/ncid/Portfile	2009-06-16 06:10:56 UTC (rev 52427)
+++ trunk/dports/net/ncid/Portfile	2009-06-16 06:20:28 UTC (rev 52428)
@@ -3,7 +3,7 @@
 PortSystem              1.0
 
 name                    ncid
-version                 0.72
+version                 0.73
 categories              net
 maintainers             davidlaporte.org:david ryandesign
 homepage                http://ncid.sourceforge.net/
@@ -13,7 +13,7 @@
 worksrcdir              ${name}
 use_configure           no
 build.target            local
-build.post_args         settag="Macintosh OS X"
+build.post_args         settag="Macintosh OS X" STRIP=
 destroot.target         mac-install
 destroot.destdir        prefix=${destroot}${prefix}
 universal_variant       no
@@ -34,9 +34,9 @@
     to each connected client.
 
 checksums \
-    md5     a2fa193d1744d458261c2d078cd17fd1 \
-    sha1    b570ec1b10144677bde06ccd2c387a741cf8dfc9 \
-    rmd160  7d891f3ea559df6d350571d7ebc806bc56512b11
+    md5     db1000260db2004b32ac4dbd7ee4013d \
+    sha1    1e0de43e8fc2ea18f21ab0c0c13edb9a116c67b6 \
+    rmd160  71527189a0a73a7899adceb020c3c51fa8e81a82
 
 depends_lib \
     port:tcl \

Modified: trunk/dports/net/ncid/files/patch-Makefile.diff
===================================================================
--- trunk/dports/net/ncid/files/patch-Makefile.diff	2009-06-16 06:10:56 UTC (rev 52427)
+++ trunk/dports/net/ncid/files/patch-Makefile.diff	2009-06-16 06:20:28 UTC (rev 52428)
@@ -1,6 +1,6 @@
---- Makefile	2007-11-04 11:29:28.000000000 -0600
-+++ Makefile	2008-01-27 04:20:16.000000000 -0600
-@@ -54,9 +54,9 @@
+--- Makefile	2009-02-17 23:02:28.000000000 -0600
++++ Makefile	2009-06-16 01:06:34.000000000 -0500
+@@ -58,9 +58,9 @@
  
  # prefix and prefix2 are used on a make, install, and making a package
  # prefix3 is used on install to make a package
@@ -12,8 +12,8 @@
  
  OS           = host
  
-@@ -233,7 +233,8 @@
- 	$(MAKE) local settag="Macintosh OS X"
+@@ -271,7 +271,8 @@
+             MFLAGS="-mmacosx-version-min=10.4" STRIP=
  
  mac-install:
 -	$(MAKE) install MAN=$(prefix)/man

Modified: trunk/dports/net/ncid/files/patch-manpages.diff
===================================================================
--- trunk/dports/net/ncid/files/patch-manpages.diff	2009-06-16 06:10:56 UTC (rev 52427)
+++ trunk/dports/net/ncid/files/patch-manpages.diff	2009-06-16 06:20:28 UTC (rev 52428)
@@ -1,5 +1,5 @@
---- man/ncid.1	2008-12-07 19:17:03.000000000 -0600
-+++ man/ncid.1	2008-12-30 20:48:24.000000000 -0600
+--- man/ncid.1	2009-03-06 09:13:11.000000000 -0600
++++ man/ncid.1	2009-06-16 01:06:34.000000000 -0500
 @@ -74,10 +74,10 @@
  test for it, and if it is not found, or if it is not executable,
  it will terminate with a error message.
@@ -13,7 +13,7 @@
  .PP
  Whenever the server connection is broken, \fIncid\fR will normally try
  to reconnect once a minute.  It provides a visual record of the countdown
-@@ -135,8 +135,8 @@
+@@ -129,8 +129,8 @@
  .TP
  .B --pidfile | -p
  Name of PID file to create.
@@ -24,16 +24,16 @@
  a service and when using a output module.
  There is no default.  If pidfile is not set, no pid file will be used.
  .TP
-@@ -144,7 +144,7 @@
+@@ -138,7 +138,7 @@
  Name of the output module (program) to use.  Some output modules are
- ncid-page, ncid-popup, and ncid-speak.
+ ncid-kpopup, ncid-page, and ncid-speak.
  .br
 -Default PATH: /usr/share/ncid
 +Default PATH: @PREFIX@/share/ncid
  .br
  Default PROGRAM: ncid-speak
  .TP
-@@ -190,9 +190,9 @@
+@@ -192,9 +192,9 @@
  Default: 3333
  .PD
  .SH FILES
@@ -45,7 +45,7 @@
  .SH EXAMPLES
  .nf
  # run ncid in a terminal window, server on remote host
-@@ -202,7 +202,7 @@
+@@ -204,7 +204,7 @@
  ncid --no-gui --call-prog --program ncid-speak
  
  # send CID output to GUI and speak it
@@ -54,8 +54,8 @@
  
  # send CID output to a cell phone after third ring
  ncid --no-gui --call-prog --program ncid-page --ring 3
---- man/ncidd.8	2008-12-08 13:26:37.000000000 -0600
-+++ man/ncidd.8	2008-12-30 20:48:24.000000000 -0600
+--- man/ncidd.8	2009-02-23 10:54:32.000000000 -0600
++++ man/ncidd.8	2009-06-16 01:06:34.000000000 -0500
 @@ -98,17 +98,17 @@
  .B -A <file> | --alias <file>
  Alias file.
@@ -85,8 +85,8 @@
 +Default: @PREFIX@/var/log/datalog.log
  .TP
  .B -e <identifier> | --lineid <identifier>
- The telephone line identifier can be set if the server is monitoring
-@@ -142,12 +142,12 @@
+ The telephone line identifier is for a modem.  It is normally 1 to 4
+@@ -148,12 +148,12 @@
  .B -L <file> | --logfile <file>
  Server logfile.
  .br
@@ -101,7 +101,7 @@
  .TP
  .B -M <MaxBytes> | --cidlogmax <MaxBytes>
  Set the maximum CID call log file size in bytes.
-@@ -168,7 +168,7 @@
+@@ -174,7 +174,7 @@
  .TP
  .B -P <pidfile> | --pidfile <pidfile>
  Server PID file.
@@ -110,7 +110,7 @@
  The program will still run if it does not have permission to write a pidfile.
  There is no default.  If pidfile is not set, no pid file will be used.
  .TP
-@@ -204,7 +204,7 @@
+@@ -210,7 +210,7 @@
  .B -t <ttyport> | --ttyport <ttyport>
  Modem device file, or serial port that provides Caller ID information.
  .br
@@ -119,12 +119,12 @@
  .TP
  .B -V | --version
  Display the version number.
---- man/ncidmodules.1	2008-12-10 08:15:15.000000000 -0600
-+++ man/ncidmodules.1	2008-12-30 20:48:24.000000000 -0600
+--- man/ncidmodules.1	2009-03-11 23:24:11.000000000 -0500
++++ man/ncidmodules.1	2009-06-16 01:08:29.000000000 -0500
 @@ -50,7 +50,7 @@
  .B ncid-yac\^
  .SH DESCRIPTION
- These are CID output modules and are normally located in the
+ These are ncid output modules and are normally located in the
 -.BR /usr/share/ncid
 +.BR @PREFIX@/share/ncid
  directory.
@@ -133,7 +133,7 @@
 @@ -64,10 +64,10 @@
  data to standard output.  This makes it useful for troubleshooting.
  .PP
- The Output Module configuration file is
+ Each output module can be independently configured using
 -.I /etc/ncid/ncidmodules.conf
 +.I @PREFIX@/etc/ncid/ncidmodules.conf
  .PD
@@ -143,8 +143,8 @@
  .SH SEE ALSO
  ncid.1,
  ncidmodules.conf.5,
---- man/ncidrotate.1	2007-06-30 13:30:35.000000000 -0500
-+++ man/ncidrotate.1	2008-12-30 20:48:24.000000000 -0600
+--- man/ncidrotate.1	2009-01-20 23:15:11.000000000 -0600
++++ man/ncidrotate.1	2009-06-16 01:07:45.000000000 -0500
 @@ -8,18 +8,18 @@
  {prerotate|postrotate}
  .SH DESCRIPTION
@@ -155,9 +155,9 @@
  .PP
  .B Ncidrotate
  is called by
--.I /etc/logrotate.d/ncidd
-+.I @PREFIX@/etc/logrotate.d/ncidd
- and will keep a number of lines in the logfile after rotation.
+-.I /etc/logrotate.d/ncid
++.I @PREFIX@/etc/logrotate.d/ncid
+ and will keep a number of lines in cidcall.log after rotation.
  The default is 0 lines kept.  The configuration file for
  logrotate is
 -.I /etc/ncid/ncidrotate.conf
@@ -166,10 +166,10 @@
 -/etc/ncid/ncidrotate.conf
 + at PREFIX@/etc/ncid/ncidrotate.conf
  .SH SEE ALSO
- ncid.1,
  ncidrotate.conf.5,
---- man/ncidsip.8	2008-12-08 22:37:27.000000000 -0600
-+++ man/ncidsip.8	2008-12-30 20:48:24.000000000 -0600
+ ncidd.8, sip2ncid.8
+--- man/ncidsip.8	2009-01-20 23:15:28.000000000 -0600
++++ man/ncidsip.8	2009-06-16 01:06:34.000000000 -0500
 @@ -29,7 +29,7 @@
  the libpcap library and snoops only udp traffic on the specified SIP
  host and port.
@@ -197,9 +197,9 @@
  .SH CID MESSAGE FORMAT
  .nf
  CID: ###DATEmmddhhss...LINEidentifier...NMBRnumber...NAMEwords+++
---- man/ncidtools.1	2008-08-16 22:28:41.000000000 -0500
-+++ man/ncidtools.1	2008-12-30 20:48:24.000000000 -0600
-@@ -41,12 +41,12 @@
+--- man/ncidtools.1	2009-01-20 23:16:35.000000000 -0600
++++ man/ncidtools.1	2009-06-16 01:06:34.000000000 -0500
+@@ -44,12 +44,12 @@
  .B -a aliasfile
  Set the alias file to \fIaliasfile\fR
  .br
@@ -214,7 +214,7 @@
  .PD
  .SS "Arguments"
  .PD 0
-@@ -54,12 +54,12 @@
+@@ -57,12 +57,12 @@
  .B cidlog
  The CID call file.
  .br
@@ -229,8 +229,8 @@
  .TP
  .B newcidlog
  The updated CID log file.
---- man/sip2ncid.8	2008-12-08 22:36:55.000000000 -0600
-+++ man/sip2ncid.8	2008-12-30 20:48:24.000000000 -0600
+--- man/sip2ncid.8	2009-01-20 23:16:48.000000000 -0600
++++ man/sip2ncid.8	2009-06-16 01:06:34.000000000 -0500
 @@ -32,18 +32,18 @@
  found to the NCID server specified.  Snoops only udp traffic on the
  specified SIP host and port.
@@ -281,8 +281,8 @@
  .SH MESSAGES FORMAT
  .nf
  CID: ###DATE<MMDDHHMM>...LINE<####>...NMBR<###########>...NAME<words>+++
---- man/yac2ncid.1	2007-09-16 12:49:56.000000000 -0500
-+++ man/yac2ncid.1	2008-12-30 20:48:24.000000000 -0600
+--- man/yac2ncid.1	2009-01-20 23:17:12.000000000 -0600
++++ man/yac2ncid.1	2009-06-16 01:06:34.000000000 -0500
 @@ -15,7 +15,7 @@
  It is important to understand that to run YAC server with NCID
  clients you must run YAC2NCID gateway as well as NCID server.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090615/944d6d12/attachment-0001.html>


More information about the macports-changes mailing list