File: change-bad-comment-format.patch

package info (click to toggle)
libreligion-islam-prayertimes-perl 1.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 188 kB
  • ctags: 178
  • sloc: perl: 1,184; makefile: 2
file content (389 lines) | stat: -rw-r--r-- 16,776 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
Description: Corrects bad comment format
Author: Xavier Guimard <x.guimard@free.fr>
Bug: https://rt.cpan.org/Ticket/Display.html?id=91096
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=91096
Last-Update: 2013-12-01

--- libreligion-islam-prayertimes-perl-1.02.orig/lib/Religion/Islam/PrayerTimes.pm
+++ libreligion-islam-prayertimes-perl-1.02/lib/Religion/Islam/PrayerTimes.pm
@@ -1080,15 +1080,15 @@ my ($IshRt, $FajrRt);
 	return ($IshRt, $FajrRt);
 }
 #==========================================================
-=BH2GA
-Name:    BH2GA                                                      
-Type:    Procedure                                                 
-Purpose: Finds Gdate(year,month,day) for Hdate(year,month,day=1)  	
-Arguments:                                                         
-Input: Hijrah  date: year:yh, month:mh                             
-Output: Gregorian date: year:yg, month:mg, day:dg , day of week:dayweek
-      and returns flag found:1 not found:0                         
-=cut
+#=BH2GA
+#Name:    BH2GA                                                      
+#Type:    Procedure                                                 
+#Purpose: Finds Gdate(year,month,day) for Hdate(year,month,day=1)  	
+#Arguments:                                                         
+#Input: Hijrah  date: year:yh, month:mh                             
+#Output: Gregorian date: year:yg, month:mg, day:dg , day of week:dayweek
+#      and returns flag found:1 not found:0                         
+#=cut
 # ($yg1, $mg1, $dg1, $dw2) = &BH2GA($yh2,$mh2);
 sub BH2GA{
 my ($self, $yh, $mh) = @_;
@@ -1111,14 +1111,14 @@ my ($yg, $mg, $dg, $dayweek);
 	return ($flag, $yg, $mg, $dg, $dayweek);
 }
 #==========================================================
-=HCalendarToJDA
-Name:    HCalendarToJDA						
-Type:    Function                                                  
-Purpose: convert Hdate(year,month,day) to Exact Julian Day     	
-Arguments:                                                         
-Input : Hijrah  date: year:yh, month:mh, day:dh                    
-Output:  The Exact Julian Day: JD                                  
-=cut
+#=HCalendarToJDA
+#Name:    HCalendarToJDA						
+#Type:    Function                                                  
+#Purpose: convert Hdate(year,month,day) to Exact Julian Day     	
+#Arguments:                                                         
+#Input : Hijrah  date: year:yh, month:mh, day:dh                    
+#Output:  The Exact Julian Day: JD                                  
+#=cut
 # $GJD= &HCalendarToJDA($yh,$mh,1);
 sub HCalendarToJDA{
 my ($self, $yh, $mh, $dh) = @_;
@@ -1143,15 +1143,15 @@ my ($self, $yh, $mh, $dh) = @_;
 	return $GJD;
 }
 #==========================================================
-=HMonthLength
-Name:    HMonthLength						
-Type:    Function                                                  
-Purpose: Obtains the month length            		     	
-Arguments:                                                         
-Input : Hijrah  date: year:yh, month:mh                            
-Output:  Month Length                                              
-int HMonthLength(int yh,int mh)
-=cut
+#=HMonthLength
+#Name:    HMonthLength						
+#Type:    Function                                                  
+#Purpose: Obtains the month length            		     	
+#Arguments:                                                         
+#Input : Hijrah  date: year:yh, month:mh                            
+#Output:  Month Length                                              
+#int HMonthLength(int yh,int mh)
+#=cut
 sub HMonthLength{
 my ($self, $yh, $mh) = @_;
  
@@ -1177,15 +1177,15 @@ my ($self, $yh, $mh) = @_;
 	return $Dy;
 }
 #==========================================================
-=DayInYear
-Name:    DayInYear							
-Type:    Function                                                  
-Purpose: Obtains the day number in the yea          		     	
-Arguments:                                                         
-Input : Hijrah  date: year:yh, month:mh  day:dh                    
-Output:  Day number in the Year					
-int DayinYear(int yh,int mh,int dh)
-=cut
+#=DayInYear
+#Name:    DayInYear							
+#Type:    Function                                                  
+#Purpose: Obtains the day number in the yea          		     	
+#Arguments:                                                         
+#Input : Hijrah  date: year:yh, month:mh  day:dh                    
+#Output:  Day number in the Year					
+#int DayinYear(int yh,int mh,int dh)
+#=cut
 sub DayinYear{
 my ($self, $yh, $mh, $dh) = @_;
   
@@ -1214,15 +1214,15 @@ my ($self, $yh, $mh, $dh) = @_;
 	return $DL;
 }
 #==========================================================
-=HYearLength
-Name:    HYearLength						    	
-Type:    Function                                                  
-Purpose: Obtains the year length            		     	    	
-Arguments:                                                         
-Input : Hijrah  date: year:yh                                  	
-Output:  Year Length                                               
-int HYearLength(int yh)
-=cut
+#=HYearLength
+#Name:    HYearLength						    	
+#Type:    Function                                                  
+#Purpose: Obtains the year length            		     	    	
+#Arguments:                                                         
+#Input : Hijrah  date: year:yh                                  	
+#Output:  Year Length                                               
+#int HYearLength(int yh)
+#=cut
 sub HYearLength{
 my ($self, $yh) = @_;
  
@@ -1252,16 +1252,16 @@ my ($self, $yh) = @_;
 }
 
 #==========================================================
-=G2HA
-Name:    G2HA                                                      
-Type:    Procedure                                                 
-Purpose: convert Gdate(year,month,day) to Hdate(year,month,day)    
-Arguments:                                                         
-Input: Gregorian date: year:yg, month:mg, day:dg                   
-Output: Hijrah  date: year:yh, month:mh, day:dh, day of week:dayweek
-      and returns flag found:1 not found:0                         
-int  G2HA(int yg,int mg, int dg,int *yh,int *mh,int *dh,int *dayweek)
-=cut
+#=G2HA
+#Name:    G2HA                                                      
+#Type:    Procedure                                                 
+#Purpose: convert Gdate(year,month,day) to Hdate(year,month,day)    
+#Arguments:                                                         
+#Input: Gregorian date: year:yg, month:mg, day:dg                   
+#Output: Hijrah  date: year:yh, month:mh, day:dh, day of week:dayweek
+#      and returns flag found:1 not found:0                         
+#int  G2HA(int yg,int mg, int dg,int *yh,int *mh,int *dh,int *dayweek)
+#=cut
 sub G2HA{
 my ($self, $yg, $mg, $dg) = @_;
 my ($yh, $mh, $dh, $dayweek);
@@ -1306,17 +1306,17 @@ my ($yh, $mh, $dh, $dayweek);
 	return ($flag, $yh, $mh, $dh, $dayweek);
 }
 #==========================================================
-=H2GA
-Name:    H2GA                                                      
-Type:    Procedure                                                 
-Purpose: convert Hdate(year,month,day) to Gdate(year,month,day)    
-Arguments:                                                         
-Input/Ouput: Hijrah  date: year:yh, month:mh, day:dh               
-Output: Gregorian date: year:yg, month:mg, day:dg , day of week:dayweek
-      and returns flag found:1 not found:0                         
-Note: The function will correct Hdate if day=30 and the month is 29 only
-int  H2GA(int *yh,int *mh,int *dh, int *yg,int *mg, int *dg,int *dayweek)
-=cut
+#=H2GA
+#Name:    H2GA                                                      
+#Type:    Procedure                                                 
+#Purpose: convert Hdate(year,month,day) to Gdate(year,month,day)    
+#Arguments:                                                         
+#Input/Ouput: Hijrah  date: year:yh, month:mh, day:dh               
+#Output: Gregorian date: year:yg, month:mg, day:dg , day of week:dayweek
+#      and returns flag found:1 not found:0                         
+#Note: The function will correct Hdate if day=30 and the month is 29 only
+#int  H2GA(int *yh,int *mh,int *dh, int *yg,int *mg, int *dg,int *dayweek)
+#=cut
 sub H2GA{
 my ($self, $yh, $mh, $dh, $yg, $mg, $dg, $dayweek) = @_;
 
@@ -1349,15 +1349,15 @@ my ($self, $yh, $mh, $dh, $yg, $mg, $dg,
    return ($found, $yg, $mg, $dg, $dayweek);
 }
 #==========================================================
-=JDToGCalendar
-Name:    JDToGCalendar						
-Type:    Procedure                                                 
-Purpose: convert Julian Day  to Gdate(year,month,day)              
-Arguments:                                                         
-Input:  The Julian Day: JD                                         
-Output: Gregorian date: year:yy, month:mm, day:dd                  
-double JDToGCalendar(double JD, int *yy,int *mm, int *dd)
-=cut
+#=JDToGCalendar
+#Name:    JDToGCalendar						
+#Type:    Procedure                                                 
+#Purpose: convert Julian Day  to Gdate(year,month,day)              
+#Arguments:                                                         
+#Input:  The Julian Day: JD                                         
+#Output: Gregorian date: year:yy, month:mm, day:dd                  
+#double JDToGCalendar(double JD, int *yy,int *mm, int *dd)
+#=cut
 # (undef, $yg, $mg, $dg) = &JDToGCalendar($GJD);
 sub JDToGCalendar{
 my ($self, $JD) = @_;
@@ -1392,15 +1392,15 @@ my ($D, $Z);
 	return ($F, $yy, $mm, $dd);
 }
 #==========================================================
-=GCalendarToJD
-Name:    GCalendarToJD						
-Type:    Function                                                  
-Purpose: convert Gdate(year,month,day) to Julian Day            	
-Arguments:                                                         
-Input : Gregorian date: year:yy, month:mm, day:dd                  
-Output:  The Julian Day: JD                                        
-double GCalendarToJD(int yy,int mm, double dd)
-=cut
+#=GCalendarToJD
+#Name:    GCalendarToJD						
+#Type:    Function                                                  
+#Purpose: convert Gdate(year,month,day) to Julian Day            	
+#Arguments:                                                         
+#Input : Gregorian date: year:yy, month:mm, day:dd                  
+#Output:  The Julian Day: JD                                        
+#double GCalendarToJD(int yy,int mm, double dd)
+#=cut
 
 sub GCalendarToJD{
 my ($self, $yy, $mm, $dd) = @_;
@@ -1425,15 +1425,15 @@ my ($T1, $T2, $Tr);
 	return (int $Tr);
 }
 #==========================================================
-=GLeapYear
-Name:    GLeapYear						      
-Type:    Function                                                  
-Purpose: Determines if  Gdate(year) is leap or not            	
-Arguments:                                                         
-Input : Gregorian date: year				              
-Output:  0:year not leap   1:year is leap                          
-int GLeapYear(int year)
-=cut
+#=GLeapYear
+#Name:    GLeapYear						      
+#Type:    Function                                                  
+#Purpose: Determines if  Gdate(year) is leap or not            	
+#Arguments:                                                         
+#Input : Gregorian date: year				              
+#Output:  0:year not leap   1:year is leap                          
+#int GLeapYear(int year)
+#=cut
 sub GLeapYear{
 my ($self, $year) = @_;
 my ($T);
@@ -1448,16 +1448,16 @@ my ($T);
 	return ($T);
 }
 #==========================================================
-=GDateAjust
-Name:    GDateAjust							
-Type:    Procedure                                                 
-Purpose: Adjust the G Dates by making sure that the month lengths  
-	    are correct if not so take the extra days to next month or year
-Arguments:                                                         
-Input: Gregorian date: year:yg, month:mg, day:dg                   
-Output: corrected Gregorian date: year:yg, month:mg, day:dg        
-void GDateAjust(int *yg,int *mg,int *dg)
-=cut
+#=GDateAjust
+#Name:    GDateAjust							
+#Type:    Procedure                                                 
+#Purpose: Adjust the G Dates by making sure that the month lengths  
+#	    are correct if not so take the extra days to next month or year
+#Arguments:                                                         
+#Input: Gregorian date: year:yg, month:mg, day:dg                   
+#Output: corrected Gregorian date: year:yg, month:mg, day:dg        
+#void GDateAjust(int *yg,int *mg,int *dg)
+#=cut
 sub GDateAjust{
 my ($self, $yg, $mg, $dg) = @_;
 my ($dys);
@@ -1519,15 +1519,15 @@ my ($dys);
 	return ($yg, $mg, $dg);
 }
 #==========================================================
-=DayWeek
-  The day of the week is obtained as
-  Dy=(Julian+1)%7
-  Dy=0 Sunday
-  Dy=1 Monday
-  ...
-  Dy=6 Saturday
-int DayWeek(long JulianD)
-=cut
+#=DayWeek
+#  The day of the week is obtained as
+#  Dy=(Julian+1)%7
+#  Dy=0 Sunday
+#  Dy=1 Monday
+#  ...
+#  Dy=6 Saturday
+#int DayWeek(long JulianD)
+#=cut
 sub DayWeek{
 my ($self, $JulianD) = @_;
 my ($Dy);
@@ -1535,15 +1535,15 @@ my ($Dy);
 	return ($Dy);
 }
 #==========================================================
-=HCalendarToJD
-Name:    HCalendarToJD						
-Type:    Function                                                  
-Purpose: convert Hdate(year,month,day) to estimated Julian Day     	
-Arguments:                                                         
-Input : Hijrah  date: year:yh, month:mh, day:dh                    
-Output:  The Estimated Julian Day: JD                              
-double HCalendarToJD(int yh,int mh,int dh)
-=cut
+#=HCalendarToJD
+#Name:    HCalendarToJD						
+#Type:    Function                                                  
+#Purpose: convert Hdate(year,month,day) to estimated Julian Day     	
+#Arguments:                                                         
+#Input : Hijrah  date: year:yh, month:mh, day:dh                    
+#Output:  The Estimated Julian Day: JD                              
+#double HCalendarToJD(int yh,int mh,int dh)
+#=cut
 sub HCalendarToJD{
 my ($self, $yh, $mh, $dh) = @_;
  my ($md, $yd);
@@ -1556,15 +1556,15 @@ my ($self, $yh, $mh, $dh) = @_;
 	return $yd;
 }
 #==========================================================
-=JDToHCalendar
-Name:    JDToHCalendar						
-Type:    Procedure                                                 
-Purpose: convert Julian Day to estimated Hdate(year,month,day)	
-Arguments:                                                         
-Input:  The Julian Day: JD                                         
-Output : Hijrah date: year:yh, month:mh, day:dh                    
-void JDToHCalendar(double JD,int *yh,int *mh,int *dh)
-=cut
+#=JDToHCalendar
+#Name:    JDToHCalendar						
+#Type:    Procedure                                                 
+#Purpose: convert Julian Day to estimated Hdate(year,month,day)	
+#Arguments:                                                         
+#Input:  The Julian Day: JD                                         
+#Output : Hijrah date: year:yh, month:mh, day:dh                    
+#void JDToHCalendar(double JD,int *yh,int *mh,int *dh)
+#=cut
 #Estimating the hijrah date from JD
 sub JDToHCalendar{
 my ($self, $JD) = @_;
@@ -1582,15 +1582,15 @@ my ($md, $yd);
 	return ($yh, $mh, $dh);
 }
 #==========================================================
-=JDToHACalendar
-Name:    JDToHACalendar						
-Type:    Procedure                                                 
-Purpose: convert Julian Day to  Hdate(year,month,day)	    	
-Arguments:                                                         
-Input:  The Julian Day: JD                                         
-Output : Hijrah date: year:yh, month:mh, day:dh                    
-void JDToHACalendar(double JD,int *yh,int *mh,int *dh)
-=cut
+#=JDToHACalendar
+#Name:    JDToHACalendar						
+#Type:    Procedure                                                 
+#Purpose: convert Julian Day to  Hdate(year,month,day)	    	
+#Arguments:                                                         
+#Input:  The Julian Day: JD                                         
+#Output : Hijrah date: year:yh, month:mh, day:dh                    
+#void JDToHACalendar(double JD,int *yh,int *mh,int *dh)
+#=cut
 sub JDToHACalendar{
 my ($self, $JD) = @_;
 my ($yh, $mh, $dh);