[Debian-hebrew-package] [svn] r418 - in pkg/libhdate/trunk: . debian examples/hcal examples/html examples/ical po

Lior Kaplan kaplan at costa.debian.org
Mon May 15 23:51:29 UTC 2006


Author: kaplan
Date: Mon May 15 23:51:28 2006
New Revision: 418

Modified:
   pkg/libhdate/trunk/configure
   pkg/libhdate/trunk/configure.in
   pkg/libhdate/trunk/debian/changelog
   pkg/libhdate/trunk/examples/hcal/Makefile.am
   pkg/libhdate/trunk/examples/hcal/Makefile.in
   pkg/libhdate/trunk/examples/hcal/hcal.1
   pkg/libhdate/trunk/examples/hcal/hcal.c
   pkg/libhdate/trunk/examples/hcal/hdate.1
   pkg/libhdate/trunk/examples/hcal/hdate.c
   pkg/libhdate/trunk/examples/html/Makefile.am
   pkg/libhdate/trunk/examples/html/Makefile.in
   pkg/libhdate/trunk/examples/ical/Makefile.am
   pkg/libhdate/trunk/examples/ical/Makefile.in
   pkg/libhdate/trunk/libhdate.spec
   pkg/libhdate/trunk/po/es_MX.gmo
   pkg/libhdate/trunk/po/es_MX.po
   pkg/libhdate/trunk/po/he.gmo
   pkg/libhdate/trunk/po/he.po
Log:
Introduce libhdate 1.4.6


Modified: pkg/libhdate/trunk/configure
==============================================================================
--- pkg/libhdate/trunk/configure	(original)
+++ pkg/libhdate/trunk/configure	Mon May 15 23:51:28 2006
@@ -1515,7 +1515,7 @@
 PACKAGE=libhdate
 LIBHDATE_MAJOR_VERSION=1
 LIBHDATE_MINOR_VERSION=4
-LIBHDATE_MICRO_VERSION=3
+LIBHDATE_MICRO_VERSION=6
 
 VERSION=$LIBHDATE_MAJOR_VERSION.$LIBHDATE_MINOR_VERSION.$LIBHDATE_MICRO_VERSION
 VERSION_INFO=$LIBHDATE_MAJOR_VERSION:$LIBHDATE_MINOR_VERSION:0

Modified: pkg/libhdate/trunk/configure.in
==============================================================================
--- pkg/libhdate/trunk/configure.in	(original)
+++ pkg/libhdate/trunk/configure.in	Mon May 15 23:51:28 2006
@@ -4,7 +4,7 @@
 PACKAGE=libhdate
 LIBHDATE_MAJOR_VERSION=1
 LIBHDATE_MINOR_VERSION=4
-LIBHDATE_MICRO_VERSION=3
+LIBHDATE_MICRO_VERSION=6
 
 VERSION=$LIBHDATE_MAJOR_VERSION.$LIBHDATE_MINOR_VERSION.$LIBHDATE_MICRO_VERSION
 VERSION_INFO=$LIBHDATE_MAJOR_VERSION:$LIBHDATE_MINOR_VERSION:0

Modified: pkg/libhdate/trunk/debian/changelog
==============================================================================
--- pkg/libhdate/trunk/debian/changelog	(original)
+++ pkg/libhdate/trunk/debian/changelog	Mon May 15 23:51:28 2006
@@ -1,3 +1,9 @@
+libhdate (1.4.6-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Lior Kaplan <kaplan at debian.org>  Mon, 15 May 2006 18:50:18 -0500
+
 libhdate (1.4.3-2) unstable; urgency=low
 
   * Remove hardcoded i386 from libhdate-pascal. This enables non-empty packages 

Modified: pkg/libhdate/trunk/examples/hcal/Makefile.am
==============================================================================
--- pkg/libhdate/trunk/examples/hcal/Makefile.am	(original)
+++ pkg/libhdate/trunk/examples/hcal/Makefile.am	Mon May 15 23:51:28 2006
@@ -23,5 +23,5 @@
 
 endif
 
-libhdatedocdir = ${prefix}/share/doc/libhdate0/examples/hcal
+libhdatedocdir = ${prefix}/share/doc/libhdate/examples/hcal
 libhdatedoc_DATA = hcal.c hdate.c

Modified: pkg/libhdate/trunk/examples/hcal/Makefile.in
==============================================================================
--- pkg/libhdate/trunk/examples/hcal/Makefile.in	(original)
+++ pkg/libhdate/trunk/examples/hcal/Makefile.in	Mon May 15 23:51:28 2006
@@ -248,7 +248,7 @@
 @WITH_HCAL_TRUE at hcal_DEPENDENCIES = $(DEPS)
 @WITH_HCAL_TRUE at hcal_LDADD = $(ldadd)
 @WITH_HCAL_TRUE at man_MANS = hdate.1 hcal.1
-libhdatedocdir = ${prefix}/share/doc/libhdate0/examples/hcal
+libhdatedocdir = ${prefix}/share/doc/libhdate/examples/hcal
 libhdatedoc_DATA = hcal.c hdate.c
 all: all-am
 

Modified: pkg/libhdate/trunk/examples/hcal/hcal.1
==============================================================================
--- pkg/libhdate/trunk/examples/hcal/hcal.1	(original)
+++ pkg/libhdate/trunk/examples/hcal/hcal.1	Mon May 15 23:51:28 2006
@@ -12,6 +12,8 @@
 is from tables by Zvi Har'El.
 .SH "SYNOPSIS"
 .B hcal
+[\-hdi]
+.PP
 [ [ month ] year ]
 .SH "DESCRIPTION"
 .I Hcal
@@ -26,6 +28,16 @@
 takes the given date as a Hebrew date, and translates it
 back to the common calendar.
 Months are numbered with Tishrey being 1 and Elul 12; Adar I and Adar II are months 13 and 14.
+.PP
+.I \-h 
+: Print output in html format.
+.PP
+.I \-d 
+: Use diaspora reading and holidays.
+.PP
+.I \-i 
+: Use external css file "./hcal.css".
+.PP
 .SH "SEE ALSO"
 date(1), cal(1), hdate(1), hebcal(1), remind(1), hdate.h(3), hdate_struct(3)
 .SH "AUTHOR"

Modified: pkg/libhdate/trunk/examples/hcal/hcal.c
==============================================================================
--- pkg/libhdate/trunk/examples/hcal/hcal.c	(original)
+++ pkg/libhdate/trunk/examples/hcal/hcal.c	Mon May 15 23:51:28 2006
@@ -1,3 +1,4 @@
+
 /* hcal.c
  * Example file for libhdate. 
  * 
@@ -22,162 +23,469 @@
  * 02111-1307, USA.
  */
 
-#include <stdio.h>  /* For printf */
-#include <hdate.h>  /* For hebrew date */
-#include <stdlib.h> /* For atoi */
-#include <locale.h> /* For setlocale */
+#include <stdio.h>		/* For printf */
+#include <hdate.h>		/* For hebrew date */
+#include <stdlib.h>		/* For atoi */
+#include <locale.h>		/* For setlocale */
+#include <unistd.h>		/* For getopt */
 
 #define FALSE 0
 #define TRUE -1
 
-int 
-print_header(int month, int year)
+/* print help */
+int
+print_help (char *program)
+{
+	printf ("hcal - example program for libhdate\n\n");
+
+	printf ("USAGE: %s [-hid] ", program);
+	printf ("   [[month] year]\n");
+
+	printf ("OPTIONS:\n");
+	printf ("   -h : Print html format.\n");
+	printf ("   -d : Use diaspora reading and holidays.\n");
+	printf ("   -i : Use external css file \"./hcal.css\".\n");
+
+	return 0;
+}
+
+/* print html css part */
+int
+print_css (int opt_i)
+{
+	if (opt_i)
+	{
+		printf ("\n\t at import \"hcal.css\";\n");
+	}
+	else
+	{
+		printf ("\n\
+body {\n\
+  direction: rtl;\n\
+}\n\
+\n\
+img { \n\
+    margin:0;\n\
+    padding: 0;\n\
+    vertical-align: middle;\n\
+    border: 0;\n\
+}\n\
+\n\
+p {\n\
+  \n\
+}\n\
+\n\
+table {\n\
+	width: 80%;\n\
+	table-layout: fixed;\n\
+	font-size: 14pt;\n\
+	border: solid #aaaaaa;\n\
+}\n\
+\n\
+th {\n\
+	background-color: #aaaaaa;\n\
+	text-align: center;\n\
+}\n\
+\n\
+td {\n\
+	text-align: center;\n\
+}\n\
+\n\
+div.today {\n\
+\n\
+}\n\
+\n\
+div.gmonth {\n\
+	font-size: 16pt;\n\
+}\n\
+\n\
+div.gyear {\n\
+	font-size: 24pt;\n\
+	font-weight: bold;\n\
+}\n\
+\n\
+div.gday {\n\
+	\n\
+}\n\
+\n\
+div.hmonth {\n\
+	font-size: 16pt;\n\
+}\n\
+\n\
+div.hyear {\n\
+	font-size: 24pt;\n\
+	font-weight: bold;\n\
+}\n\
+\n\
+div.hday {\n\
+	\n\
+}\n\
+\n\
+div.holiday_name {\n\
+	\n\
+}\n\
+\n\
+td.sat {\n\
+	border: solid #777777;\n\
+}\n\
+\n\
+td.regular {\n\
+	border: solid #aaaaaa;\n\
+}\n\
+\n\
+td.holiday {\n\
+	color: #990000;\n\
+	border: solid #888888;\n\
+}\n\
+\n\
+td.out_of_month {\n\
+	color: #dddddd;\n\
+	border: solid #dddddd;\n\
+}\n");
+	}
+
+	return 0;
+}
+
+/* print html header */
+int
+print_html_header (int opt_i)
+{
+	printf ("\
+<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\n\
+   \"http://www.w3.org/TR/html4/strict.dtd\">\n\
+<html>\n\
+<head>\n\
+<meta name=\"generator\" content=\"hcal (libhdate)\">\n\
+<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n\
+<style type=\"text/css\" media=\"all\">");
+
+	print_css (opt_i);
+
+	printf ("\
+</style>\n\
+<title>Hebrew Calendat</title>\n\
+</head>\n\
+<body>\n");
+
+	return 0;
+}
+
+int
+print_html_footer ()
+{
+	printf ("<!-- <p>\n\
+<a href=\"http://validator.w3.org/check/referer\">\n<img \
+src=\"http://www.w3.org/Icons/valid-html401\"\n\
+alt=\"Valid HTML 4.01!\" height=\"31\" width=\"88\" />\n</a>\n");
+	printf ("<a href=\"http://jigsaw.w3.org/css-validator\">\n\
+<img src=\"http://www.w3.org/Icons/valid-css\" alt=\"Valid CSS!\">\n\
+</a>\n</p> -->\n");
+
+	printf ("</body>\n</html>\n");
+
+	return 0;
+}
+
+/* print year and month part */
+int
+print_header (int month, int year, int opt_h, int opt_d)
 {
 	hdate_struct h1, h2;
 	int j;
-	
+
 	/* set dates for begining and end of calendar */
 	hdate_set_gdate (&h1, 1, month, year);
 	hdate_set_gdate (&h2, 1, month % 12 + 1, year);
-	
+
 	/* Print Gregorian month and year */
-	printf ("%s %d\n", hdate_get_month_string (h1.gd_mon, FALSE), h1.gd_year);
-	
+	if (opt_h)
+	{
+		printf ("<div class=\"gmonth\">\n");
+		printf ("%s\n", hdate_get_month_string (h1.gd_mon, FALSE));
+		printf ("</div>\n");
+
+		printf ("<div class=\"gyear\">\n");
+		printf ("%d\n", h1.gd_year);
+		printf ("</div>\n");
+	}
+	else
+	{
+		printf ("%s %d\n", hdate_get_month_string (h1.gd_mon, FALSE),
+			h1.gd_year);
+	}
+
 	/* Print Hebrew month and year */
+	if (opt_h)
+	{
+		printf ("<div class=\"hmonth\">\n");
+	}
+
 	if (h1.hd_mon != h2.hd_mon)
+	{
+		printf ("%s-",
+			hdate_get_hebrew_month_string (h1.hd_mon, FALSE));
+	}
+	printf ("%s ", hdate_get_hebrew_month_string (h2.hd_mon, FALSE));
+
+	if (opt_h)
+	{
+		printf ("</div>\n");
+
+		printf ("<div class=\"hyear\">\n");
+	}
+
+	printf ("%s\n", hdate_get_int_string (h1.hd_year));
+
+	if (opt_h)
+	{
+		printf ("</div>\n");
+
+		printf ("<div class=\"month_table\">\n");
+		printf ("<table>\n");
+		printf ("<tr>\n");
+	}
+
+	for (j = 1; j < 8; j++)
+	{
+		if (opt_h)
 		{
-			printf ("%s-", hdate_get_hebrew_month_string (h1.hd_mon, FALSE));
+			printf ("<th>");
+			printf ("%3s", hdate_get_day_string (j, FALSE));
+			printf ("</th>\n");
 		}
-	printf ("%s %s\n", hdate_get_hebrew_month_string (h2.hd_mon, FALSE), hdate_get_int_string(h1.hd_year));
-	
-	for (j=1; j<8; j++)
+		else
 		{
 			printf ("%3s", hdate_get_day_string (j, TRUE));
-			
+
 			if (j != 7)
 				printf ("\t");
 		}
-	
-	printf ("\n");
-				
-	return 0;	
+	}
+
+	if (opt_h)
+	{
+		printf ("</tr>\n");
+	}
+	else
+	{
+		printf ("\n");
+	}
+
+	return 0;
 }
 
-int 
-print_calendar(int month, int year)
+/* print month table */
+int
+print_calendar (int month, int year, int opt_h, int opt_d)
 {
 	hdate_struct h;
 	int jd;
-	int i,j;
-	char type_char[] = {'/', '+', '*', '-'};
+	int i, j;
+	char type_char[] = { '/', '+', '*', '-' };
 	int holyday_type;
-	
+
 	/* Find day to start calendar with */
 	hdate_set_gdate (&h, 1, month, year);
-	
+
 	/* return print head to sunday */
 	jd = h.hd_jd - h.hd_dw + 1;
-		
+
 	/* Loop over all days in this month */
-	for (i=0; i<6; i++)
+	for (i = 0; i < 6; i++)
+	{
+		if (opt_h)
+		{
+			printf ("<tr>\n");
+		}
+
+		for (j = 0; j < 7; j++)
 		{
-			for (j=0; j<7; j++)
+			/* Get this day hebrew date */
+			hdate_set_jd (&h, jd);
+
+			/* Get this day holyday type ba harez (diaspora flag =
+			 * 0) */
+			holyday_type =
+				hdate_get_holyday_type (hdate_get_holyday
+							(&h, opt_d));
+
+			if (opt_h)
+			{
+				if (h.gd_mon != month)
+				{
+					printf ("<td class=\"out_of_month\">\n");
+				}
+				else if (j == 6)
+				{
+					printf ("<td class=\"sat\">\n");
+				}
+				else if (holyday_type)
+				{
+					printf ("<td class=\"holiday\">\n");
+				}
+				else
+				{
+					printf ("<td class=\"regular\">\n");
+				}
+
+				/* Print a day */
+				printf ("<div class=\"gday\">%2d</div>\n<div class=\"hday\">%3s</div>\n", h.gd_day, hdate_get_int_string (h.hd_day));
+
+				if (holyday_type)
 				{
-					/* Get this day hebrew date */
-					hdate_set_jd (&h, jd);
-					
-					/* Get this day holyday type ba harez (diaspora flag = 0) */
-					holyday_type = hdate_get_holyday_type (hdate_get_holyday (&h, 0));
-					
-					if (h.gd_mon == month)
-					{
-						/* Print a day */
-						printf ("%2d%c%3s", h.gd_day, type_char[holyday_type], hdate_get_int_string(h.hd_day));
-					}
-					if (j != 6)
-						printf ("\t");
-					
-					jd++;
+					printf ("<div class=\"holiday_name\">%s</div>\n", hdate_get_holyday_string (hdate_get_holyday (&h, opt_d), FALSE));
 				}
+
+				printf ("</td>\n");
+			}
+			else
+			{
+				if (h.gd_mon == month)
+				{
+					/* Print a day */
+					printf ("%2d%c%3s", h.gd_day,
+						type_char[holyday_type],
+						hdate_get_int_string (h.
+								      hd_day));
+				}
+				if (j != 6)
+					printf ("\t");
+			}
+			jd++;
+		}
+
+		if (opt_h)
+		{
+			printf ("</tr>\n");
+		}
+		else
+		{
 			printf ("\n");
 		}
-		
+	}
+
+	if (opt_h)
+	{
+		printf ("</table>\n</div>");
+	}
+
 	return 0;
 }
 
-int 
-print_month (int month, int year)
+/* print month header and month table */
+int
+print_month (int month, int year, int opt_h, int opt_d)
 {
 	hdate_struct h;
-	
+
 	/* check if hebrew year (year > 3000) */
 	if (year > 3000)
 		hdate_set_hdate (&h, 1, month, year);
 	else
 		hdate_set_gdate (&h, 1, month, year);
-	
+
 	/* Print calendar header */
-	print_header (h.gd_mon, h.gd_year);
-	print_calendar (h.gd_mon, h.gd_year);
-	
+	print_header (h.gd_mon, h.gd_year, opt_h, opt_d);
+	print_calendar (h.gd_mon, h.gd_year, opt_h, opt_d);
+
 	printf ("\n");
-	
-	return 0;	
+
+	return 0;
 }
 
 int
-main (int argc, char* argv[])
+main (int argc, char *argv[])
 {
+	/* date */
 	int month;
 	int year;
-	hdate_struct h;
+
+	/* user opts */
+	char c;
+	int opt_h = 0;		/* -h html format flag */
+	int opt_d = 0;		/* -d Diaspora holidays */
+	int opt_i = 0; 		/* -i External css file */
 	
-	/* Get date from user */
-	if (argc == 3) 
-		{
-			month = atoi (argv[1]);
-			year = atoi (argv[2]);
-		}
-	else if (argc == 2)
-		{
-			month = 0;
-			year = atoi (argv[1]);
-			
-			/* Check for valid years */
-			if (year < 1)
-			{
-				/* Print help for user and exit */
-				printf ("USAGE: %s [[month] year]\n", argv[0]);
-				exit (0);
-			}
-		}
-	else if (argc == 1)
+	/* hdate struct */
+	hdate_struct h;
+
+	/* init locale */
+	setlocale (LC_ALL, "");
+
+	/* command line parsing */
+	while ((c = getopt (argc, argv, "shdi")) != EOF)
+	{
+		switch (c)
 		{
-			hdate_set_gdate (&h, 0, 0, 0); /* get today's year */
-			month = h.gd_mon;
-			year = h.gd_year;
+		case 'h':
+			opt_h = 1;
+			break;
+		case 'd':
+			opt_d = 1;
+			break;
+		case 'i':
+			opt_i = 1;
+			break;
+		default:
+			print_help (argv[0]);
+			exit (0);
+			break;
 		}
-	else
+	}
+
+	/* Get date from user */
+	if (argc == (optind + 2))
+	{
+		month = atoi (argv[optind]);
+		year = atoi (argv[optind + 1]);
+	}
+	else if (argc == (optind + 1))
+	{
+		month = 0;
+		year = atoi (argv[optind]);
+
+		/* Check for valid years */
+		if (year < 1)
 		{
 			/* Print help for user and exit */
-			printf ("USAGE: %s [[month] year]\n", argv[0]);
+			print_help (argv[0]);
 			exit (0);
 		}
-	
-	/* Set the locale, for libhdate to print locale messages */ 
-	setlocale (LC_ALL,"");
-		
+	}
+	else if (argc == (optind))
+	{
+		hdate_set_gdate (&h, 0, 0, 0);	/* get today's year */
+		month = h.gd_mon;
+		year = h.gd_year;
+	}
+	else
+	{
+		/* Print help for user and exit */
+		print_help (argv[0]);
+		exit (0);
+	}
+
+	/* if html print html header */
+	if (opt_h)
+		print_html_header (opt_i);
+
 	/* print all year */
 	if (month == 0)
 	{
 		for (month = 1; month < 13; month++)
 		{
-			print_month (month, year);
+			print_month (month, year, opt_h, opt_d);
 		}
 	}
-	else /* print only this month */
+	else			/* print only this month */
 	{
-		print_month (month, year);
+		print_month (month, year, opt_h, opt_d);
 	}
+
+	/* if html print html header */
+	if (opt_h)
+		print_html_footer ();
+
 	return 0;
 }

Modified: pkg/libhdate/trunk/examples/hcal/hdate.1
==============================================================================
--- pkg/libhdate/trunk/examples/hcal/hdate.1	(original)
+++ pkg/libhdate/trunk/examples/hcal/hdate.1	Mon May 15 23:51:28 2006
@@ -3,7 +3,7 @@
 .SH "NAME"
 hdate \- Hebrew date and calendar
 .PP 
-example programs for libhdate, a library that help use hebrew dates.
+example programs for libhdate, a library that help use Hebrew dates.
 .PP 
 LibHdate is a small C,C++ library for Hebrew dates,
 holidays, and reading sequence (parasha). It is using 
@@ -12,7 +12,7 @@
 is from tables by Zvi Har'El.
 .SH "SYNOPSIS"
 .B hdate
-[\-sShdri]
+[\-sShHrRdi]
 .PP
 [\-L longitude \-l latitude]
 [\-z timezone]
@@ -39,14 +39,20 @@
 .I \-h 
 : Print holidays.
 .PP
+.I \-H 
+: Print just holidays.
+.PP
 .I \-r 
-: Print weekly reading on saturday.
+: Print weekly reading on Saturday.
+.PP
+.I \-R 
+: Print just weekly reading on Saturday.
 .PP
 .I \-d 
 : Use diaspora reading and holidays.
 .PP
 .I \-i 
-:  Use iCal formated output.
+:  Use iCal formatted output.
 .PP
 .I \-l 
 xx : Set the latitude for solar calculations to
@@ -62,6 +68,42 @@
 : Use specified timezone.
 .PP
 ( default location for sunrise/set is Tel Aviv ).
+.SH "EXAMPLES"
+.B hdate -Hi 2025
+.PP
+Creates an iCal calendar of the holidays of year 2025.
+.PP
+.B hdate -sR 4 2031 -l29 -L-34 -z2
+.PP
+Print out the weekly readings and sunset/sunrise times in Eilat on April 2031.
+.PP  
+.PP
+.B Useful locations and time zones
+.PP
+Eilat : 29, -34, 2
+.PP
+Haifa : 32, -34, 2
+.PP
+Jerusalem : 31, -35, 2
+.PP
+Tel Aviv : 32, -34, 2
+.PP
+Ashdod : 31, -34, 2
+.PP
+Beer Sheva : 31, -34, 2
+.PP
+Tiberias : 32, -35, 2
+.PP
+.PP
+London : 51, 0, 0
+.PP
+Paris : 48, -2, 1
+.PP
+New York : 40, 74, -5
+.PP
+Moscow : 55, -37, 3
+.PP
+.PP
 .SH "SEE ALSO"
 date(1), cal(1), hcal(1), hebcal(1), remind(1), hdate.h(3), hdate_struct(3)
 .SH "AUTHOR"

Modified: pkg/libhdate/trunk/examples/hcal/hdate.c
==============================================================================
--- pkg/libhdate/trunk/examples/hcal/hdate.c	(original)
+++ pkg/libhdate/trunk/examples/hcal/hdate.c	Mon May 15 23:51:28 2006
@@ -76,7 +76,14 @@
 	printf ("      Haifa : 32, -34, 2\n");
 	printf ("      Jerusalem : 31, -35, 2\n");
 	printf ("      Tel Aviv : 32, -34, 2\n");
-
+	printf ("      Ashdod : 31, -34, 2");
+	printf ("      Beer Sheva : 31, -34, 2");
+	printf ("      Tiberias : 32, -35, 2");
+	printf ("      London : 51, 0, 0");
+	printf ("      Paris : 48, -2, 1");
+	printf ("      New York : 40, 74, -5");
+	printf ("      Moscow : 55, -37, 3");
+	
 	return 0;
 }
 

Modified: pkg/libhdate/trunk/examples/html/Makefile.am
==============================================================================
--- pkg/libhdate/trunk/examples/html/Makefile.am	(original)
+++ pkg/libhdate/trunk/examples/html/Makefile.am	Mon May 15 23:51:28 2006
@@ -21,5 +21,5 @@
 
 endif
 
-libhdatedocdir = ${prefix}/share/doc/libhdate0/examples/html
+libhdatedocdir = ${prefix}/share/doc/libhdate/examples/html
 libhdatedoc_DATA = hdate_holydays_html.c hdate_reading_html.c

Modified: pkg/libhdate/trunk/examples/html/Makefile.in
==============================================================================
--- pkg/libhdate/trunk/examples/html/Makefile.in	(original)
+++ pkg/libhdate/trunk/examples/html/Makefile.in	Mon May 15 23:51:28 2006
@@ -248,7 +248,7 @@
 @WITH_EXAMPLES_TRUE at hdate_holydays_html_LDFLAGS = 
 @WITH_EXAMPLES_TRUE at hdate_holydays_html_DEPENDENCIES = $(DEPS)
 @WITH_EXAMPLES_TRUE at hdate_holydays_html_LDADD = $(ldadd)
-libhdatedocdir = ${prefix}/share/doc/libhdate0/examples/html
+libhdatedocdir = ${prefix}/share/doc/libhdate/examples/html
 libhdatedoc_DATA = hdate_holydays_html.c hdate_reading_html.c
 all: all-am
 

Modified: pkg/libhdate/trunk/examples/ical/Makefile.am
==============================================================================
--- pkg/libhdate/trunk/examples/ical/Makefile.am	(original)
+++ pkg/libhdate/trunk/examples/ical/Makefile.am	Mon May 15 23:51:28 2006
@@ -21,5 +21,5 @@
 
 endif
 
-libhdatedocdir = ${prefix}/share/doc/libhdate0/examples/ical
+libhdatedocdir = ${prefix}/share/doc/libhdate/examples/ical
 libhdatedoc_DATA = hdate_holydays_ical.c hdate_reading_ical.c

Modified: pkg/libhdate/trunk/examples/ical/Makefile.in
==============================================================================
--- pkg/libhdate/trunk/examples/ical/Makefile.in	(original)
+++ pkg/libhdate/trunk/examples/ical/Makefile.in	Mon May 15 23:51:28 2006
@@ -248,7 +248,7 @@
 @WITH_EXAMPLES_TRUE at hdate_holydays_ical_LDFLAGS = 
 @WITH_EXAMPLES_TRUE at hdate_holydays_ical_DEPENDENCIES = $(DEPS)
 @WITH_EXAMPLES_TRUE at hdate_holydays_ical_LDADD = $(ldadd)
-libhdatedocdir = ${prefix}/share/doc/libhdate0/examples/ical
+libhdatedocdir = ${prefix}/share/doc/libhdate/examples/ical
 libhdatedoc_DATA = hdate_holydays_ical.c hdate_reading_ical.c
 all: all-am
 

Modified: pkg/libhdate/trunk/libhdate.spec
==============================================================================
--- pkg/libhdate/trunk/libhdate.spec	(original)
+++ pkg/libhdate/trunk/libhdate.spec	Mon May 15 23:51:28 2006
@@ -1,6 +1,6 @@
 Summary:	A library that help use hebrew dates.
 Name:		libhdate
-Version:	1.4.3
+Version:	1.4.6
 Release:	1
 License:	GPL
 Group:		System Environment/Libraries

Modified: pkg/libhdate/trunk/po/es_MX.gmo
==============================================================================
Binary files. No diff available.

Modified: pkg/libhdate/trunk/po/es_MX.po
==============================================================================
--- pkg/libhdate/trunk/po/es_MX.po	(original)
+++ pkg/libhdate/trunk/po/es_MX.po	Mon May 15 23:51:28 2006
@@ -1,7 +1,7 @@
 # translation of libhdate.po to Spanish
 # This file is distributed under the same license as the libhdate package.
 # Copyright (C) 2005 Yaacov Zamir, Peled Esti
-# Yaacov Zamir, 2005.
+# Peled Esti <esti at actcom.co.il>, 2005.
 #
 msgid ""
 msgstr ""
@@ -9,7 +9,7 @@
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2005-08-08 00:38+0300\n"
 "PO-Revision-Date: 2005-03-07 12:44+0200\n"
-"Last-Translator: Peled Esti\n"
+"Last-Translator: Peled Esti <esti at actcom.co.il>\n"
 "Language-Team: Spanish\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"

Modified: pkg/libhdate/trunk/po/he.gmo
==============================================================================
Binary files. No diff available.

Modified: pkg/libhdate/trunk/po/he.po
==============================================================================
--- pkg/libhdate/trunk/po/he.po	(original)
+++ pkg/libhdate/trunk/po/he.po	Mon May 15 23:51:28 2006
@@ -350,7 +350,7 @@
 
 #: src/hdate_strings.c:272 src/hdate_strings.c:305
 msgid "Pesach II"
-msgstr "שמיני של פסח"
+msgstr "שני של פסח"
 
 #: src/hdate_strings.c:338 src/hdate_strings.c:401
 msgid "none"



More information about the Debian-hebrew-package mailing list