New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79503


Ignore:
Timestamp:
06/15/11 18:50:03 (4 years ago)
Author:
ryandesign@…
Message:

ncid: update to 0.82.1, indicate license

Location:
trunk/dports/net/ncid
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/ncid/Portfile

    r71090 r79503  
    55 
    66name                    ncid 
    7 version                 0.74 
     7version                 0.82.1 
    88categories              net 
    99maintainers             davidlaporte.org:david ryandesign 
     10license                 GPL-2+ 
    1011homepage                http://ncid.sourceforge.net/ 
    1112master_sites            sourceforge 
     
    3536    to each connected client. 
    3637 
    37 checksums \ 
    38     md5     18885a48bc8be40fa2423a266c6c9e40 \ 
    39     sha1    f3df5926b35fdff7d16fd5b452d326009de17a59 \ 
    40     rmd160  af0858e6d73c6ae78699d77ff4f107d36c61312c 
     38checksums               sha1    7c788a43c2b67625c6148fe9a52ac5e8daa53750 \ 
     39                        rmd160  a9f42e23af889e669abf70d46b6346ddbe1b0e89 
    4140 
    4241depends_lib \ 
  • trunk/dports/net/ncid/files/patch-Makefile.diff

    r52428 r79503  
    1 --- Makefile    2009-02-17 23:02:28.000000000 -0600 
    2 +++ Makefile    2009-06-16 01:06:34.000000000 -0500 
    3 @@ -58,9 +58,9 @@ 
     1--- Makefile.orig       2011-05-05 23:16:40.000000000 -0500 
     2+++ Makefile    2011-06-15 20:33:46.000000000 -0500 
     3@@ -53,9 +53,9 @@ 
    44  
    55 # prefix and prefix2 are used on a make, install, and making a package 
     
    1111+prefix3      = $(prefix) 
    1212  
    13  OS           = host 
    14   
    15 @@ -271,7 +271,8 @@ 
     13 settag       = NONE 
     14 setlock      = NONE 
     15@@ -262,7 +262,8 @@ 
    1616             MFLAGS="-mmacosx-version-min=10.4" STRIP= 
    1717  
     
    2222  
    2323 cygwin: 
    24         $(MAKE) local OS=cygwin \ 
     24        $(MAKE) local \ 
  • trunk/dports/net/ncid/files/patch-manpages.diff

    r52428 r79503  
    1 --- man/ncid.1  2009-03-06 09:13:11.000000000 -0600 
    2 +++ man/ncid.1  2009-06-16 01:06:34.000000000 -0500 
    3 @@ -74,10 +74,10 @@ 
     1--- man/ncid.1.orig     2011-04-28 10:17:41.000000000 -0500 
     2+++ man/ncid.1  2011-05-08 05:38:10.000000000 -0500 
     3@@ -69,10 +69,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. 
     
    1414 Whenever the server connection is broken, \fIncid\fR will normally try 
    1515 to reconnect once a minute.  It provides a visual record of the countdown 
    16 @@ -129,8 +129,8 @@ 
     16@@ -122,8 +122,8 @@ 
    1717 .TP 
    1818 .B --pidfile | -p 
    1919 Name of PID file to create. 
    20 -Set to \fI/var/run/ncid.pid\fB in a rc or init script when used as a service. 
    21 -Set to \fI/var/run/OUTPUTMODULE.pid\fB in a rc or init script when used as 
    22 +Set to \fI@PREFIX@/var/run/ncid.pid\fB in a rc or init script when used as a service. 
    23 +Set to \fI@PREFIX@/var/run/OUTPUTMODULE.pid\fB in a rc or init script when used as 
     20-Set to \fI/var/run/ncid.pid\fR in a rc or init script when used as a service. 
     21-Set to \fI/var/run/OUTPUTMODULE.pid\fR in a rc or init script when used as 
     22+Set to \fI@PREFIX@/var/run/ncid.pid\fR in a rc or init script when used as a service. 
     23+Set to \fI@PREFIX@/var/run/OUTPUTMODULE.pid\fR in a rc or init script when used as 
    2424 a service and when using a output module. 
    2525 There is no default.  If pidfile is not set, no pid file will be used. 
    2626 .TP 
    27 @@ -138,7 +138,7 @@ 
    28  Name of the output module (program) to use.  Some output modules are 
    29  ncid-kpopup, ncid-page, and ncid-speak. 
    30  .br 
    31 -Default PATH: /usr/share/ncid 
    32 +Default PATH: @PREFIX@/share/ncid 
    33  .br 
    34  Default PROGRAM: ncid-speak 
    35  .TP 
    36 @@ -192,9 +192,9 @@ 
     27@@ -134,7 +134,7 @@ 
     28 Outgoing call information is also sent if the call-out option is enabled. 
     29 A message is also sent, if the message option is enabled. 
     30 .br 
     31-Default module PATH: /usr/share/ncid 
     32+Default module PATH: @PREFIX@/share/ncid 
     33 .TP 
     34 .B --raw | -R 
     35 display data received from the CID Server 
     36@@ -186,9 +186,9 @@ 
    3737 Default: 3333 
    3838 .PD 
     
    4646 .nf 
    4747 # run ncid in a terminal window, server on remote host 
    48 @@ -204,7 +204,7 @@ 
    49  ncid --no-gui --call-prog --program ncid-speak 
     48@@ -198,7 +198,7 @@ 
     49 ncid --no-gui --program ncid-speak 
    5050  
    5151 # send CID output to GUI and speak it 
    52 -ncid --call-prog --program /usr/local/bin/ncid-speak 
    53 +ncid --call-prog --program @PREFIX@/bin/ncid-speak 
     52-ncid --program /usr/local/bin/ncid-speak 
     53+ncid --program @PREFIX@/bin/ncid-speak 
    5454  
    5555 # send CID output to a cell phone after third ring 
    56  ncid --no-gui --call-prog --program ncid-page --ring 3 
    57 --- man/ncidd.8 2009-02-23 10:54:32.000000000 -0600 
    58 +++ man/ncidd.8 2009-06-16 01:06:34.000000000 -0500 
    59 @@ -98,17 +98,17 @@ 
     56 ncid --no-gui --program ncid-page --ring 3 
     57--- man/ncidd.8.orig    2011-04-26 01:16:28.000000000 -0500 
     58+++ man/ncidd.8 2011-05-08 05:41:25.000000000 -0500 
     59@@ -122,22 +122,22 @@ 
    6060 .B -A <file> | --alias <file> 
    6161 Alias file. 
     
    6464+Default: @PREFIX@/etc/ncid/ncidd.alias 
    6565 .TP 
     66 .B -B <file> | --blacklist <file> 
     67 Blacklist file. 
     68 .br 
     69-Default: /etc/ncid/ncidd.blacklist 
     70+Default: @PREFIX@/etc/ncid/ncidd.blacklist 
     71 .TP 
    6672 .B -C <file> | --config <file> 
    6773 Config file. 
     
    7783 .TP 
    7884 .B -D | --debug 
    79  Debug mode. 
    80 @@ -116,7 +116,7 @@ 
     85 Debug mode, \fIncidd\fR stays attached to the terminal and displays 
     86@@ -146,7 +146,7 @@ 
    8187 .B -d <file> | --datalog <file> 
    8288 Data log data file, usually from a modem. 
     
    8793 .B -e <identifier> | --lineid <identifier> 
    8894 The telephone line identifier is for a modem.  It is normally 1 to 4 
    89 @@ -148,12 +148,12 @@ 
     95@@ -191,12 +191,12 @@ 
    9096 .B -L <file> | --logfile <file> 
    9197 Server logfile. 
     
    102108 .B -M <MaxBytes> | --cidlogmax <MaxBytes> 
    103109 Set the maximum CID call log file size in bytes. 
    104 @@ -174,7 +174,7 @@ 
     110@@ -217,7 +217,7 @@ 
    105111 .TP 
    106112 .B -P <pidfile> | --pidfile <pidfile> 
    107113 Server PID file. 
    108 -Set to \fI/var/run/ncidd.pid\fB in a rc or init script when used as a service. 
    109 +Set to \fI@PREFIX@/var/run/ncidd.pid\fB in a rc or init script when used as a service. 
     114-Set to \fI/var/run/ncidd.pid\fR in a rc or init script when used as a service. 
     115+Set to \fI@PREFIX@/var/run/ncidd.pid\fR in a rc or init script when used as a service. 
    110116 The program will still run if it does not have permission to write a pidfile. 
    111117 There is no default.  If pidfile is not set, no pid file will be used. 
    112118 .TP 
    113 @@ -210,7 +210,7 @@ 
     119@@ -253,7 +253,7 @@ 
    114120 .B -t <ttyport> | --ttyport <ttyport> 
    115121 Modem device file, or serial port that provides Caller ID information. 
     
    120126 .B -V | --version 
    121127 Display the version number. 
    122 --- man/ncidmodules.1   2009-03-11 23:24:11.000000000 -0500 
    123 +++ man/ncidmodules.1   2009-06-16 01:08:29.000000000 -0500 
    124 @@ -50,7 +50,7 @@ 
    125  .B ncid-yac\^ 
     128@@ -317,22 +317,22 @@ 
     129 .fi 
     130 .SH FILES 
     131 .TP 
     132-.B /etc/ncid/ncidd.blacklist 
     133+.B @PREFIX@/etc/ncid/ncidd.blacklist 
     134 Blacklist file 
     135 .TP 
     136-.B /etc/ncid/ncidd.conf 
     137+.B @PREFIX@/etc/ncid/ncidd.conf 
     138 Configuration file 
     139 .TP 
     140-.B /var/run/ncidd.pid 
     141+.B @PREFIX@/var/run/ncidd.pid 
     142 PID file 
     143 .TP 
     144-.B /var/log/cidcall.log 
     145+.B @PREFIX@/var/log/cidcall.log 
     146 Contains CID and MSG lines 
     147 .TP 
     148-.B /var/log/ciddata.log 
     149+.B @PREFIX@/var/log/ciddata.log 
     150 Contains the output from the modem, device or gateway 
     151 .TP 
     152-.B /var/log/ncidd.log 
     153+.B @PREFIX@/var/log/ncidd.log 
     154 Server log file.  Contents controlled by verbose. 
     155 .SH DIAGNOSTICS 
     156 .nf 
     157--- man/ncidmodules.1.orig      2011-02-27 20:51:12.000000000 -0600 
     158+++ man/ncidmodules.1   2011-05-08 05:43:10.000000000 -0500 
     159@@ -56,7 +56,7 @@ 
     160 .B ncid-yac 
    126161 .SH DESCRIPTION 
    127162 These are ncid output modules and are normally located in the 
     
    131166 .PP 
    132167 The client, 
    133 @@ -64,10 +64,10 @@ 
    134  data to standard output.  This makes it useful for troubleshooting. 
    135  .PP 
    136  Each output module can be independently configured using 
    137 -.I /etc/ncid/ncidmodules.conf 
    138 +.I @PREFIX@/etc/ncid/ncidmodules.conf 
    139  .PD 
     168@@ -138,7 +138,7 @@ 
     169     ncid --no-gui --message --program ncid-page --ring 4 
     170 .RE 
    140171 .SH FILES 
    141172-/etc/ncid/ncidmodules.conf 
    142173+@PREFIX@/etc/ncid/ncidmodules.conf 
     174 .br 
     175 http://en.wikipedia.org/wiki/List_of_carriers_providing_SMS_transit 
    143176 .SH SEE ALSO 
    144  ncid.1, 
    145  ncidmodules.conf.5, 
    146 --- man/ncidrotate.1    2009-01-20 23:15:11.000000000 -0600 
    147 +++ man/ncidrotate.1    2009-06-16 01:07:45.000000000 -0500 
     177--- man/ncidrotate.1.orig       2011-02-27 20:51:15.000000000 -0600 
     178+++ man/ncidrotate.1    2011-06-15 20:33:46.000000000 -0500 
    148179@@ -8,18 +8,18 @@ 
    149180 {prerotate|postrotate} 
     
    168199 .SH SEE ALSO 
    169200 ncidrotate.conf.5, 
    170  ncidd.8, sip2ncid.8 
    171 --- man/ncidsip.8       2009-01-20 23:15:28.000000000 -0600 
    172 +++ man/ncidsip.8       2009-06-16 01:06:34.000000000 -0500 
     201 ncidd.8, sip2ncid.8, ncid2ncid.1, yac2ncid.1 
     202--- man/ncidsip.8.orig  2011-02-27 20:51:31.000000000 -0600 
     203+++ man/ncidsip.8       2011-06-15 20:38:48.000000000 -0500 
    173204@@ -29,7 +29,7 @@ 
    174205 the libpcap library and snoops only udp traffic on the specified SIP 
     
    184215 .B -p <filename> | --pidfile=<filename> 
    185216 Specifies the pidfile name to write. 
    186 -Set to \fI/var/run/ncidsip.pid\fB in a rc or init script when used as a service. 
    187 +Set to \fI@PREFIX@/var/run/ncidsip.pid\fB in a rc or init script when used as a service. 
     217-Set to \fI/var/run/ncidsip.pid\fR in a rc or init script when used as a service. 
     218+Set to \fI@PREFIX@/var/run/ncidsip.pid\fR in a rc or init script when used as a service. 
    188219 The program will still run if it does not have permission to write a pidfile. 
    189220 There is no default, if pidfile is not set, no pid file will be used. 
     
    198229 .nf 
    199230 CID: ###DATEmmddhhss...LINEidentifier...NMBRnumber...NAMEwords+++ 
    200 --- man/ncidtools.1     2009-01-20 23:16:35.000000000 -0600 
    201 +++ man/ncidtools.1     2009-06-16 01:06:34.000000000 -0500 
    202 @@ -44,12 +44,12 @@ 
    203  .B -a aliasfile 
     231--- man/ncidtools.1.orig        2011-02-27 20:51:37.000000000 -0600 
     232+++ man/ncidtools.1     2011-06-15 20:40:59.000000000 -0500 
     233@@ -53,12 +53,12 @@ 
     234 .B -A aliasfile 
    204235 Set the alias file to \fIaliasfile\fR 
    205236 .br 
     
    207238+Default: @PREFIX@/etc/ncid/ncidd.alias 
    208239 .TP 
    209  .B -c cidlog 
    210  Set the CID call file to \fIcidlog\fR 
     240 .B -C callfile 
     241 Set the call file to \fIcallfile\fR 
    211242 .br 
    212243-Default: /var/log/cidcall.log 
     
    215246 .SS "Arguments" 
    216247 .PD 0 
    217 @@ -57,12 +57,12 @@ 
    218  .B cidlog 
    219  The CID call file. 
     248@@ -66,12 +66,12 @@ 
     249 .B callfile 
     250 The NCID call file. 
    220251 .br 
    221252-Default: /var/log/cidcall.log 
    222253+Default: @PREFIX@/var/log/cidcall.log 
    223254 .TP 
    224  .B configfile 
    225  The ncidd configuration file. 
    226  .br 
    227 -Default: /etc/ncid/ncidd.conf 
    228 +Default: @PREFIX@/etc/ncid/ncidd.conf 
    229  .TP 
    230  .B newcidlog 
    231  The updated CID log file. 
    232 --- man/sip2ncid.8      2009-01-20 23:16:48.000000000 -0600 
    233 +++ man/sip2ncid.8      2009-06-16 01:06:34.000000000 -0500 
    234 @@ -32,18 +32,18 @@ 
     255 .B aliasfile 
     256 The ncidd alias file. 
     257 .br 
     258-Default: /etc/ncid/ncidd.alias 
     259+Default: @PREFIX@/etc/ncid/ncidd.alias 
     260 .TP 
     261 .B newcallfile 
     262 The updated call file. 
     263--- man/sip2ncid.8.orig 2011-02-27 20:51:48.000000000 -0600 
     264+++ man/sip2ncid.8      2011-06-15 20:45:04.000000000 -0500 
     265@@ -33,18 +33,18 @@ 
    235266 found to the NCID server specified.  Snoops only udp traffic on the 
    236267 specified SIP host and port. 
    237268 .PP 
    238 -If \fI/var/log/sip2ncid.log\fR exists, it is used as a log file. 
    239 +If \fI@PREFIX@/var/log/sip2ncid.log\fR exists, it is used as a log file. 
    240  .PP 
    241 -If a pid file is given, usually \fI/var/run/sip2ncid.pid\fB, then 
    242 +If a pid file is given, usually \fI@PREFIX@/var/run/sip2ncid.pid\fB, then 
     269-The log file is \fI/var/log/sip2ncid.log\fR. 
     270+The log file is \fI@PREFIX@/var/log/sip2ncid.log\fR. 
     271 .PP 
     272-If a pid file is given, usually \fI/var/run/sip2ncid.pid\fR, then 
     273+If a pid file is given, usually \fI@PREFIX@/var/run/sip2ncid.pid\fR, then 
    243274 a pid file used to store the process ID. 
    244275 .PP 
     
    255286 .B -D | --debug 
    256287 Debug mode, \fIsip2ncid\fR stays attached to the terminal. 
    257 @@ -62,7 +62,7 @@ 
     288@@ -63,7 +63,7 @@ 
    258289 .B -L <filename> | --logfile=<filename> 
    259290 Specifies the logfile name to use.  The logfile must exist before it is used. 
     
    264295 .B -n <[host][:port]> | --ncid=<[host][:port]> 
    265296 Specifies the NCID server to connect to.  Port may be specified by 
    266 @@ -72,7 +72,7 @@ 
     297@@ -73,7 +73,7 @@ 
    267298 .TP 
    268299 .B -P <filename> | --pidfile=<filename> 
    269300 Specifies the pidfile name to write. 
    270 -Set to \fI/var/run/ncidd.pid\fB in a rc or init script when used as a service. 
    271 +Set to \fI@PREFIX@/var/run/ncidd.pid\fB in a rc or init script when used as a service. 
     301-Set to \fI/var/run/ncidd.pid\fR in a rc or init script when used as a service. 
     302+Set to \fI@PREFIX@/var/run/ncidd.pid\fR in a rc or init script when used as a service. 
    272303 The program will still run if it does not have permission to write a pidfile. 
    273304 There is no default.  If pidfile is not set, no pid file will be used. 
    274305 .TP 
    275 @@ -121,7 +121,7 @@ 
     306@@ -127,11 +127,11 @@ 
    276307 This also sets the debug option, verbose to level 3, and no filter 
    277308 is applied.  Mostly only useful for development and debug purposes. 
     
    279310-/etc/ncid/sip2ncid.conf 
    280311+@PREFIX@/etc/ncid/sip2ncid.conf 
     312 .br 
     313-/var/run/sip2ncid.pid 
     314+@PREFIX@/var/run/sip2ncid.pid 
     315 .br 
     316-/var/log/sip2ncid.log 
     317+@PREFIX@/var/log/sip2ncid.log 
    281318 .SH MESSAGES FORMAT 
    282319 .nf 
    283  CID: ###DATE<MMDDHHMM>...LINE<####>...NMBR<###########>...NAME<words>+++ 
    284 --- man/yac2ncid.1      2009-01-20 23:17:12.000000000 -0600 
    285 +++ man/yac2ncid.1      2009-06-16 01:06:34.000000000 -0500 
     320 CALL: ###DATE<MMDDHHMM>...LINE<####>...NMBR<###########>...NAME<words>+++ 
     321--- man/yac2ncid.1.orig 2011-02-27 20:51:51.000000000 -0600 
     322+++ man/yac2ncid.1      2011-06-15 20:46:12.000000000 -0500 
    286323@@ -15,7 +15,7 @@ 
    287324 It is important to understand that to run YAC server with NCID 
    288325 clients you must run YAC2NCID gateway as well as NCID server. 
    289326 .PP 
    290 -The configuration file for \fIncid\fR is \fI/etc/ncid/ncid.conf\fR. 
    291 +The configuration file for \fIncid\fR is \fI@PREFIX@/etc/ncid/ncid.conf\fR. 
     327-The configuration file for \fIyac2ncid\fR is \fI/etc/ncid/yac2ncid.conf\fR. 
     328+The configuration file for \fIyac2ncid\fR is \fI@PREFIX@/etc/ncid/yac2ncid.conf\fR. 
    292329 It may be located in same directory as the script, or in the 
    293330 \fIetc\fR directory, or in NCID default configuration directory. 
    294331 Read the comments in the config file for more details. 
    295 @@ -48,6 +48,6 @@ 
     332@@ -48,7 +48,7 @@ 
    296333 .SH REQUIRED PROGRAMS 
    297334 netcat: /usr/bin/nc 
     
    300337+@PREFIX@/etc/ncid/yac2ncid.conf 
    301338 .SH SEE ALSO 
    302  yac2ncid.conf.5, ncidd.8, ncidd.conf.5, ncidd.alias.5, ncidmodules.1 
     339 ncidd.8, sip2ncid.8, ncid2ncid.1, yac2ncid.1, 
     340 ncid.1, ncidmodules.1, ncidrotate.1, ncidtools.1 
Note: See TracChangeset for help on using the changeset viewer.