svn commit: r216697 - head/usr.bin/calendar
Author: osa (ports committer) Date: Sat Dec 25 11:52:04 2010 New Revision: 216697 URL: http://svn.freebsd.org/changeset/base/216697 Log: Fix typo (Pashka -> Paskha). Modified: head/usr.bin/calendar/calendar.1 head/usr.bin/calendar/calendar.h head/usr.bin/calendar/parsedata.c Modified: head/usr.bin/calendar/calendar.1 == --- head/usr.bin/calendar/calendar.1Sat Dec 25 11:24:27 2010 (r216696) +++ head/usr.bin/calendar/calendar.1Sat Dec 25 11:52:04 2010 (r216697) @@ -155,7 +155,7 @@ The names of the recognized special days positive or negative integer, like: .Dq Easter+3 or -.Dq Pashka-4 . +.Dq Paskha-4 . .Pp Weekdays may be followed by ``-4'' ...\& ``+5'' (aliases for last, first, second, third, fourth) for moving events like Modified: head/usr.bin/calendar/calendar.h == --- head/usr.bin/calendar/calendar.hSat Dec 25 11:24:27 2010 (r216696) +++ head/usr.bin/calendar/calendar.hSat Dec 25 11:52:04 2010 (r216697) @@ -167,7 +167,7 @@ voidcal(void); void closecal(FILE *); FILE *opencal(void); -/* ostern.c / pashka.c */ +/* ostern.c / paskha.c */ intpaskha(int); inteaster(int); Modified: head/usr.bin/calendar/parsedata.c == --- head/usr.bin/calendar/parsedata.c Sat Dec 25 11:24:27 2010 (r216696) +++ head/usr.bin/calendar/parsedata.c Sat Dec 25 11:52:04 2010 (r216697) @@ -80,7 +80,7 @@ static char *floattotime(double f); * ModifierIndex ::= 'Second' | 'Third' | 'Fourth' | 'Fifth' | * 'First' | 'Last' * - * SpecialDay ::= 'Easter' | 'Pashka' | 'ChineseNewYear' + * SpecialDay ::= 'Easter' | 'Paskha' | 'ChineseNewYear' * */ static int ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r217025 - head/usr.bin/calendar
Author: osa (ports committer) Date: Wed Jan 5 21:17:14 2011 New Revision: 217025 URL: http://svn.freebsd.org/changeset/base/217025 Log: Fix typo: March -> September. Modified: head/usr.bin/calendar/calendar.1 Modified: head/usr.bin/calendar/calendar.1 == --- head/usr.bin/calendar/calendar.1Wed Jan 5 19:53:48 2011 (r217024) +++ head/usr.bin/calendar/calendar.1Wed Jan 5 21:17:14 2011 (r217025) @@ -128,7 +128,7 @@ The solar equinox in March. .It JunSolstice The solar solstice in June. .It SepEquinox -The solar equinox in March. +The solar equinox in September. .It DecSolstice The solar solstice in December. .It ChineseNewYear ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r218471 - head/usr.bin/calendar
Author: osa (ports committer) Date: Wed Feb 9 05:30:38 2011 New Revision: 218471 URL: http://svn.freebsd.org/changeset/base/218471 Log: Fix Paskha and Paskha-specific holidays. Modified: head/usr.bin/calendar/parsedata.c Modified: head/usr.bin/calendar/parsedata.c == --- head/usr.bin/calendar/parsedata.c Wed Feb 9 04:35:33 2011 (r218470) +++ head/usr.bin/calendar/parsedata.c Wed Feb 9 05:30:38 2011 (r218471) @@ -459,6 +459,7 @@ parsedaymonth(char *date, int *yearp, in yearinfo->mondays = mondaytab[isleap(year)]; yearinfo->ieaster = easter(year); + yearinfo->ipaskha = paskha(year); fpom(year, UTCOffset, yearinfo->ffullmoon, yearinfo->fnewmoon); fpom(year, UTCOFFSET_CNY, yearinfo->ffullmooncny, ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r218473 - head/usr.bin/calendar
Author: osa (ports committer) Date: Wed Feb 9 06:38:32 2011 New Revision: 218473 URL: http://svn.freebsd.org/changeset/base/218473 Log: Always convert Paskha day from Julian (old) to Gregorian (new) style by adding 13 days. Bug introduced in 1.13 revision. Modified: head/usr.bin/calendar/paskha.c Modified: head/usr.bin/calendar/paskha.c == --- head/usr.bin/calendar/paskha.c Wed Feb 9 05:48:52 2011 (r218472) +++ head/usr.bin/calendar/paskha.c Wed Feb 9 06:38:32 2011 (r218473) @@ -37,7 +37,7 @@ __FBSDID("$FreeBSD$"); #definePASKHALEN (sizeof(PASKHA) - 1) /* return year day for Orthodox Easter using Gauss formula */ -/* (old style result) */ +/* (new style result) */ int paskha(int R) /*year*/ @@ -53,5 +53,5 @@ paskha(int R) /*year*/ d = (19 * a + x) % 30; e = (2 * b + 4 * c + 6 * d + y) % 7; cumday = cumdaytab[isleap(R)]; - return (((cumday[3] + 1) + 22) + (d + e)); + return (((cumday[3] + 1) + 22) + (d + e) + 13); } ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r218771 - head/usr.bin/calendar/calendars/ru_RU.KOI8-R
Author: osa (ports committer) Date: Thu Feb 17 12:21:14 2011 New Revision: 218771 URL: http://svn.freebsd.org/changeset/base/218771 Log: Fix the beginning day of the Great Lent, it starts on Monday for 7 weeks before Paskha. Fix the Exaltation of the Holy Cross day. Add more Twelve holidays (dvunadesyatye prazdniki). Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox (contents, props changed) Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox == --- head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox Thu Feb 17 11:50:30 2011(r218770) +++ head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox Thu Feb 17 12:21:14 2011(r218771) @@ -11,13 +11,14 @@ LANG=ru_RU.KOI8-R Paskha=� 21 ��� � � �� -28 ��� ��� �� +27 ��� ��� �� 14 ��� �� � �� 4 ��� �� � �� 7 ��� � +14 ��� � 19 ��� ��� ��� 15 ��� -�-46 ��� +�-48 ��� �-7��� ��� �-3��� ��� �-2� ��� @@ -27,8 +28,11 @@ Paskha=� �+56 ��� �+60 7 ��� � �� + 7 ��� � � +12 ��� �� �� � � � � 19 ��� 28 ��� ��� � �� +11 ��� ��� � �� #endif /* !_ru_RU_KOI8_R_orthodox_ */ ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r218797 - head/usr.bin/calendar
Author: osa (ports committer) Date: Fri Feb 18 13:41:45 2011 New Revision: 218797 URL: http://svn.freebsd.org/changeset/base/218797 Log: Replace hard-coded value by Julian2Gregorian converter function. Modified: head/usr.bin/calendar/calendar.h head/usr.bin/calendar/paskha.c Modified: head/usr.bin/calendar/calendar.h == --- head/usr.bin/calendar/calendar.hFri Feb 18 13:21:30 2011 (r218796) +++ head/usr.bin/calendar/calendar.hFri Feb 18 13:41:45 2011 (r218797) @@ -170,6 +170,7 @@ FILE*opencal(void); /* ostern.c / paskha.c */ intpaskha(int); inteaster(int); +intj2g(int); /* dates.c */ extern int cumdaytab[][14]; Modified: head/usr.bin/calendar/paskha.c == --- head/usr.bin/calendar/paskha.c Fri Feb 18 13:21:30 2011 (r218796) +++ head/usr.bin/calendar/paskha.c Fri Feb 18 13:41:45 2011 (r218797) @@ -36,6 +36,15 @@ __FBSDID("$FreeBSD$"); #definePASKHA "paskha" #definePASKHALEN (sizeof(PASKHA) - 1) +/* return difference in days between Julian and Gregorian calendars */ +int +j2g(int year) +{ + return (year < 1500) ? + 0 : + 10 + (year/100 - 16) - ((year/100 - 16) / 4); +} + /* return year day for Orthodox Easter using Gauss formula */ /* (new style result) */ @@ -53,5 +62,5 @@ paskha(int R) /*year*/ d = (19 * a + x) % 30; e = (2 * b + 4 * c + 6 * d + y) % 7; cumday = cumdaytab[isleap(R)]; - return (((cumday[3] + 1) + 22) + (d + e) + 13); + return (((cumday[3] + 1) + 22) + (d + e) + j2g(R)); } ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r223638 - head/usr.bin/calendar/calendars/ru_RU.KOI8-R
Author: osa (ports committer) Date: Tue Jun 28 12:32:24 2011 New Revision: 223638 URL: http://svn.freebsd.org/changeset/base/223638 Log: Remove needless file due to Russia scraps DST in 2011. > Description of fields to fill in above: 76 columns --| > PR:If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. Mcalendars/ru_RU.KOI8-R/calendar.all Dcalendars/ru_RU.KOI8-R/calendar.msk Deleted: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.msk Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all == --- head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all Tue Jun 28 11:57:25 2011(r223637) +++ head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all Tue Jun 28 12:32:24 2011(r223638) @@ -10,7 +10,6 @@ #include #include #include -#include #include #include ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r219174 - head/usr.bin/calendar/calendars/ru_RU.KOI8-R
Author: osa (ports committer) Date: Wed Mar 2 11:04:50 2011 New Revision: 219174 URL: http://svn.freebsd.org/changeset/base/219174 Log: Fix beginning day of the Carnival. it starts Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan (contents, props changed) Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan == --- head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan Wed Mar 2 09:53:13 2011(r219173) +++ head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan Wed Mar 2 11:04:50 2011(r219174) @@ -17,7 +17,7 @@ Paskha=� 29 ��� � 1 ��� �� 14 ��� � ���, �� � -�-47 � +�-55 � �+7��� � �+16 20 ���* � ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r219175 - head/usr.bin/calendar/calendars/ru_RU.KOI8-R
Author: osa (ports committer) Date: Wed Mar 2 11:09:34 2011 New Revision: 219175 URL: http://svn.freebsd.org/changeset/base/219175 Log: Expand the name of Palm Sunday holiday with more canonical Entry of the Lord into Jerusalem. Merge the Pentecost and Trinity Sunday holidays, they are synonyms. Remove Body of Christ day, nonexistent holiday for Orthodox Church. Fix typo in the name of Ioann The Baptist, introduced in previous commit. Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox == --- head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox Wed Mar 2 11:04:50 2011(r219174) +++ head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox Wed Mar 2 11:09:34 2011(r219175) @@ -19,16 +19,14 @@ Paskha=� 19 ��� ��� ��� 15 ��� �-48 ��� -�-7��� ��� +�-7 � � �. ��� ��� �-3��� ��� �-2� ��� � ��� �+39 �� -�+49 � -�+56 ��� -�+60 +�+49 �� ��. � 7 ��� � �� - 7 ��� � � + 7 ��� � �� 12 ��� �� �� � � � � 19 ��� 28 ��� ��� � �� ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r219569 - in stable/8/usr.bin/calendar: . calendars/ru_RU.KOI8-R
Author: osa (ports committer) Date: Sat Mar 12 14:57:10 2011 New Revision: 219569 URL: http://svn.freebsd.org/changeset/base/219569 Log: MFC r216697: Fix typo (Pashka -> Paskha). MFC r217025: Fix typo: March -> September. MFC r218471: Fix Paskha and Paskha-specific holidays. MFC r218473: Always convert Paskha day from Julian (old) to Gregorian (new) style by adding 13 days. Bug introduced in 1.13 revision. MFC r218771: Fix the beginning day of the Great Lent, it starts on Monday for 7 weeks before Paskha. Fix the Exaltation of the Holy Cross day. Add more Twelve holidays (dvunadesyatye prazdniki). MFC r218797: Replace hard-coded value by Julian2Gregorian converter function. MFC r219174: Fix beginning day of the Carnival. MFC r219175: Expand the name of Palm Sunday holiday with more canonical Entry of the Lord into Jerusalem. Merge the Pentecost and Trinity Sunday holidays, they are synonyms. Remove Body of Christ day, nonexistent holiday for Orthodox Church. Fix typo in the name of Ioann The Baptist, introduced in previous commit. Modified: stable/8/usr.bin/calendar/calendar.1 stable/8/usr.bin/calendar/calendar.h stable/8/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox (contents, props changed) stable/8/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan (contents, props changed) stable/8/usr.bin/calendar/parsedata.c stable/8/usr.bin/calendar/paskha.c Directory Properties: stable/8/usr.bin/calendar/ (props changed) Modified: stable/8/usr.bin/calendar/calendar.1 == --- stable/8/usr.bin/calendar/calendar.1Sat Mar 12 14:47:54 2011 (r219568) +++ stable/8/usr.bin/calendar/calendar.1Sat Mar 12 14:57:10 2011 (r219569) @@ -128,7 +128,7 @@ The solar equinox in March. .It JunSolstice The solar solstice in June. .It SepEquinox -The solar equinox in March. +The solar equinox in September. .It DecSolstice The solar solstice in December. .It ChineseNewYear @@ -155,7 +155,7 @@ The names of the recognized special days positive or negative integer, like: .Dq Easter+3 or -.Dq Pashka-4 . +.Dq Paskha-4 . .Pp Weekdays may be followed by ``-4'' ...\& ``+5'' (aliases for last, first, second, third, fourth) for moving events like Modified: stable/8/usr.bin/calendar/calendar.h == --- stable/8/usr.bin/calendar/calendar.hSat Mar 12 14:47:54 2011 (r219568) +++ stable/8/usr.bin/calendar/calendar.hSat Mar 12 14:57:10 2011 (r219569) @@ -167,9 +167,10 @@ void cal(void); void closecal(FILE *); FILE *opencal(void); -/* ostern.c / pashka.c */ +/* ostern.c / paskha.c */ intpaskha(int); inteaster(int); +intj2g(int); /* dates.c */ extern int cumdaytab[][14]; Modified: stable/8/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox == --- stable/8/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox Sat Mar 12 14:47:54 2011(r219568) +++ stable/8/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.orthodox Sat Mar 12 14:57:10 2011(r219569) @@ -11,24 +11,26 @@ LANG=ru_RU.KOI8-R Paskha=� 21 ��� � � �� -28 ��� ��� �� +27 ��� ��� �� 14 ��� �� � �� 4 ��� �� � �� 7 ��� � +14 ��� � 19 ��� ��� ��� 15 ��� -�-46 ��� -�-7��� ��� +�-48 ��� +�-7 � � �. ��� ��� �-3��� ��� �-2� ��� � ��� �+39 �� -�+49 � -�+56 ��� -�+60 +�+49 �� ��. � 7 ��� � �� + 7 ��� � �� +12 ��� �� �� � � � � 19 ��� 28 ��� ��� � �� +11 ��� ��� � �� #endif /* !_ru_RU_KOI8_R_orthodox_ */ Modified: stable/8/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan == --- stable/8/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan Sat Mar 12 14:47:54 2011(r219568) +++ stable/8/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.pagan Sat Mar 12 14:57:10 2011(r219569) @@ -17,7 +17,7 @@ Paskha=� 29 ��� � 1 ��� �� 14 ��� � ���, �� � -�-47 � +�-55 � �+7���
svn commit: r219907 - in stable/8/usr.bin/calendar: . calendars calendars/ru_RU.KOI8-R
Author: osa (ports committer) Date: Wed Mar 23 14:18:59 2011 New Revision: 219907 URL: http://svn.freebsd.org/changeset/base/219907 Log: MFC r211819: Add one more new memory day for Russian Federation: the end of Second World War. MFC r212027: Add dim to calendar.freebsd. MFC r212218: Add swills to calendar.freebsd. MFC r212260: Add andreast to calendar.freebsd. MFC r212591: Remove extra ; from parse.c. MFC r213001: Add sunpoet to calendar.freebsd. MFC r213482: Add pluknet to calendar.freebsd. MFC r213990: Add culot to calendar.freebsd. MFC r214027: Fix spaces by a tab after the date, introduced in r213990. MFC r214973: A traditional (once per three years) sort by month/day/year/login. While here, fixed badly formatted lines. MFC r214974: Add/expand country/state. MFC r215096: Add zack to calendar.freebsd. MFC r215836: Pet make checkdpadd. MFC r216282: Add flo to calendar.freebsd. MFC r216895: Add jpaetzel to calendar.freebsd. MFC r219478: Add trociny to calendar.freebsd. MFC r219638: Add dchagin to calendar.freebsd. MFC r219731: Add sbz to calendar.freebsd. Modified: stable/8/usr.bin/calendar/Makefile stable/8/usr.bin/calendar/calendars/calendar.freebsd stable/8/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military (contents, props changed) stable/8/usr.bin/calendar/parsedata.c Directory Properties: stable/8/usr.bin/calendar/ (props changed) Modified: stable/8/usr.bin/calendar/Makefile == --- stable/8/usr.bin/calendar/Makefile Wed Mar 23 13:46:17 2011 (r219906) +++ stable/8/usr.bin/calendar/Makefile Wed Mar 23 14:18:59 2011 (r219907) @@ -4,6 +4,7 @@ PROG= calendar SRCS= calendar.c locale.c events.c dates.c parsedata.c io.c day.c \ ostern.c paskha.c pom.c sunpos.c +DPADD= ${LIBM} LDADD= -lm INTER= de_AT.ISO_8859-15 de_DE.ISO8859-1 fr_FR.ISO8859-1 \ hr_HR.ISO8859-2 hu_HU.ISO8859-2 ru_RU.KOI8-R uk_UA.KOI8-U Modified: stable/8/usr.bin/calendar/calendars/calendar.freebsd == --- stable/8/usr.bin/calendar/calendars/calendar.freebsdWed Mar 23 13:46:17 2011(r219906) +++ stable/8/usr.bin/calendar/calendars/calendar.freebsdWed Mar 23 14:18:59 2011(r219907) @@ -7,6 +7,7 @@ #ifndef _calendar_freebsd_ #define _calendar_freebsd_ +01/01 Dimitry Andric born in Utrecht, the Netherlands, 1969 01/01 Alexander Langer born in Duesseldorf, Nordrhein-Westfalen, Germany, 1981 01/02 Ion-Mihai "IOnut" Tetcu born in Bucharest, Romania, 1980 01/02 Patrick Li born in Beijing, People's Republic of China, 1985 @@ -23,13 +24,13 @@ 01/16 Vanilla I. Shu born in Taipei, Taiwan, Republic of China, 1978 01/18 Dejan Lesjak born in Ljubljana, Slovenia, Yugoslavia, 1977 01/19 Marshall Kirk McKusick born in Wilmington, Delaware, United States, 1954 -01/19 Marcelo S. Araujo born in Joinville, Santa Catarina, Brazil, 1981 01/19 Ruslan Ermilov born in Simferopol, USSR, 1974 +01/19 Marcelo S. Araujo born in Joinville, Santa Catarina, Brazil, 1981 01/20 Poul-Henning Kamp born in Korsoer, Denmark, 1966 01/22 Johann Visagie born in Cape Town, South Africa, 1970 01/23 Hideyuki KURASHINA born in Niigata, Japan, 1982 -01/24 Matteo Riondato born in Padova, Italy, 1986 01/24 Fabien Thomas born in Avignon, France, 1971 +01/24 Matteo Riondato born in Padova, Italy, 1986 01/25 Bernd Walter born in Moers, Nordrhein-Westfalen, Germany, 1974 01/26 Andrew Gallatin born in Buffalo, New York, United States, 1970 01/27 Nick Sayer born in San Diego, California, United States, 1968 @@ -40,20 +41,22 @@ 02/01 Paul Saab born in Champaign-Urbana, Illinois, United States, 1978 02/01 Martin Wilke born in Ludwigsfelde, Brandenburg, Germany, 1980 02/01 Christian Brueffer born in Gronau, Nordrhein-Westfalen, Germany, 1982 -02/01 Steven Kreuzer born in Oceanside, New York, 1982 +02/01 Steven Kreuzer born in Oceanside, New York, United States, 1982 02/01 Juli Mallett born in Washington, Pennsylvania, United States, 1985 -02/02 Michael W Lucas born in Detroit, Michigan, United States, 1967 02/02 Diomidis D. Spinellis born in Athens, Greece, 1967 +02/02 Michael W Lucas born in Detroit, Michigan, United States, 1967 02/02 Yoichi Nakayama born in Tsu, Mie, Japan, 1976 +02/02 Dmitry Chagin born in Stalingrad, USSR, 1976 02/05 Frank Laszlo born in Howell, Michigan, United States, 1983 02/10 David Greenman born in Portland, Oregon, United States, 1968 02/10 Paul Richards born in Ammanford, Carmarthenshire, United Kingdom, 1968 02/10 Simon Barner born in Rosenheim, Bayern, Germany, 1980 02/13 Jesper Skriver born in Aarhus, Denmark
svn commit: r232052 - head/usr.bin/calendar
Author: osa (ports committer) Date: Thu Feb 23 17:47:48 2012 New Revision: 232052 URL: http://svn.freebsd.org/changeset/base/232052 Log: Add pt_BR.ISO8859-1 and pt_BR.UTF-8 directories to install. It was forgotten in r219937 commit. Approved by: edwin MFC after:1 week Modified: head/usr.bin/calendar/Makefile Modified: head/usr.bin/calendar/Makefile == --- head/usr.bin/calendar/Makefile Thu Feb 23 17:47:19 2012 (r232051) +++ head/usr.bin/calendar/Makefile Thu Feb 23 17:47:48 2012 (r232052) @@ -7,7 +7,8 @@ SRCS= calendar.c locale.c events.c dates DPADD= ${LIBM} LDADD= -lm INTER= de_AT.ISO_8859-15 de_DE.ISO8859-1 fr_FR.ISO8859-1 \ - hr_HR.ISO8859-2 hu_HU.ISO8859-2 ru_RU.KOI8-R uk_UA.KOI8-U + hr_HR.ISO8859-2 hu_HU.ISO8859-2 pt_BR.ISO8859-1 \ + pt_BR.UTF-8 ru_RU.KOI8-R uk_UA.KOI8-U DE_LINKS= de_DE.ISO8859-15 FR_LINKS= fr_FR.ISO8859-15 TEXTMODE?= 444 ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r232105 - in head/usr.bin/calendar/calendars: hr_HR.ISO8859-2 ru_RU.KOI8-R
Author: osa (ports committer) Date: Fri Feb 24 11:40:20 2012 New Revision: 232105 URL: http://svn.freebsd.org/changeset/base/232105 Log: Add underscore symbol to the end of definition strings to keep all calendar files are consistency. Approved by: edwin MFC after:1 week Modified: head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all Modified: head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.all == --- head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.allFri Feb 24 11:02:35 2012(r232104) +++ head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.allFri Feb 24 11:40:20 2012(r232105) @@ -4,9 +4,9 @@ * $FreeBSD$ */ -#ifndef _hr_HR_ISO8859_2_all -#define _hr_HR_ISO8859_2_all +#ifndef _hr_HR_ISO8859_2_all_ +#define _hr_HR_ISO8859_2_all_ #include -#endif /* !_hr_HR_ISO8859_2_all */ +#endif /* !_hr_HR_ISO8859_2_all_ */ Modified: head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici == --- head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici Fri Feb 24 11:02:35 2012(r232104) +++ head/usr.bin/calendar/calendars/hr_HR.ISO8859-2/calendar.praznici Fri Feb 24 11:40:20 2012(r232105) @@ -4,8 +4,8 @@ * $FreeBSD$ */ -#ifndef _hr_HR_ISO8859_2_praznici -#define _hr_HR_ISO8859_2_praznici +#ifndef _hr_HR_ISO8859_2_praznici_ +#define _hr_HR_ISO8859_2_praznici_ LANG=hr_HR.ISO8859-2 @@ -41,4 +41,4 @@ Easter+39 Uza�a��e 03/NedjeljaLastPo�etak ljetnog vremena 10/NedjeljaLastKraj ljetnog vremena -#endif /* !_hr_HR_ISO8859_2_praznici */ +#endif /* !_hr_HR_ISO8859_2_praznici_ */ Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all == --- head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all Fri Feb 24 11:02:35 2012(r232104) +++ head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.all Fri Feb 24 11:40:20 2012(r232105) @@ -4,8 +4,8 @@ * $FreeBSD$ */ -#ifndef _ru_RU_KOI8_R_all -#define _ru_RU_KOI8_R_all +#ifndef _ru_RU_KOI8_R_all_ +#define _ru_RU_KOI8_R_all_ #include #include @@ -13,4 +13,4 @@ #include #include -#endif /* !_ru_RU_KOI8_R_all */ +#endif /* !_ru_RU_KOI8_R_all_ */ ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r211819 - head/usr.bin/calendar/calendars/ru_RU.KOI8-R
Author: osa (ports committer) Date: Wed Aug 25 18:11:01 2010 New Revision: 211819 URL: http://svn.freebsd.org/changeset/base/211819 Log: Add one more new memory day for Russian Federation: the end of Second World War. Obtained from:http://kremlin.ru/acts/8444 Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military (contents, props changed) Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military == --- head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military Wed Aug 25 18:09:51 2010(r211818) +++ head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.military Wed Aug 25 18:11:01 2010(r211819) @@ -16,6 +16,7 @@ LANG=ru_RU.KOI8-R 10 ��� �� ��� � ��� � � ��� ��� ��� � �� (1709 ���) 9 ��� �� � �� ��� ��� �� � ��� � � ��� ��� ��� � �� (1714 ���) 23 ��� �� ���-�� � � ��� � (1943 ���) + 2 ��� � �� ��� � (1945 ���) 8 ��� ��� � ��� � �.�. � ��� �� (1812 ���) 11 ��� �� ��� ��� ��� � �.�. ��� ��� � �� (1790 ���) 21 ��� �� ��� �� �� � � ��� �� ��� ��� ���-�� � ��� � (1380 ���) ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r208347 - head/usr.bin/calendar/calendars/ru_RU.KOI8-R
Author: osa (ports committer) Date: Thu May 20 10:51:22 2010 New Revision: 208347 URL: http://svn.freebsd.org/changeset/base/208347 Log: Add new memory days for Russian Federation. Fix date and description. Obtained from:http://pda.lenta.ru/news/2010/05/19/baptism/ http://www.garant.ru/doc/busref/spr_prazdn/ Thanks to:maxim Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common (contents, props changed) Modified: head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common == --- head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.commonThu May 20 09:41:13 2010(r208346) +++ head/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.commonThu May 20 10:51:22 2010(r208347) @@ -18,6 +18,7 @@ LANG=ru_RU.KOI8-R 10 ��� � 1 ��� � ��� ��� 03/SunSecond �� � ��� +11 ��� � ��� � 18 ��� � ��� 03/SunThird �� , � � ���-� � 27 ��� � �� @@ -33,22 +34,28 @@ LANG=ru_RU.KOI8-R 17 ��� � 18 ��� � �� 24 ��� �� � +26 ��� ��� ��� 27 ��� �� � 28 ��� +30 ��� �� +31 ��� �� �� 05/SunLast �� 1 ��� �� � + 5 ��� ��� 6 ��� �� 8 ��� ��� � 06/SunSecond �� �� �� 06/SunThird � 22 ��� �� � �� (�� ��� � �, 1941 ���) 27 ��� +29 ��� � 06/SatLast � ��� 07/SunFirst �� � ��� � 07/SunSecond �� 07/SunSecond �� � 07/SunThird �� 07/SunLast ��- � +28 ��� 6 ��� ��� � 08/SunFirst 12 ��� ��-� ��� @@ -59,12 +66,16 @@ LANG=ru_RU.KOI8-R 08/SunLast ��� 1 ��� �� 2 ��� �� ��� + 3 ��� � �� � ��� + 4 ��� ��� �� ��� 09/SunFirst �� � ��� �� 09/SunSecond 09/SunThird �� +28 ��� � ��� �� 09/SunLast ��� 1 ��� ��� � - 4 ��� ��-��� ��� + 1 ��� �� � + 4 ��� ��� � 5 ��� ��� 14 ��� � �� 10/SunSecond �� � � � �� @@ -73,15 +84,19 @@ LANG=ru_RU.KOI8-R 25 ��� ��� 30 ��� �� � � 10/SunLast �� �� �� + 7 ��� ��� � 1917 9 ��� � 10 ��� ��� 16 ��� ��� �� 17 ��� � � -11/SunThird � � �� +19 ��� � � �� 21 ��� �� � ��� 26 ��� � �� 11/SunLast �� 1 ��� � �� �� �� + 3 ��� �� + 9 ��� �� � +12 ��� ��� 17 ��� � ��� �� 20 ��� � ��� 22 ��� �� ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r282478 - head/share/misc
Author: osa (ports committer) Date: Tue May 5 11:12:20 2015 New Revision: 282478 URL: https://svnweb.freebsd.org/changeset/base/282478 Log: Document DragonFly releases 4.0.2 - 4.0.5 and OpenBSD 5.7. Fix typo for NetBSD 6.1.5. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Tue May 5 11:07:43 2015 (r282477) +++ head/share/misc/bsd-family-tree Tue May 5 11:12:20 2015 (r282478) @@ -321,8 +321,15 @@ FreeBSD 5.2 | | | FreeBSD | | | | | 10.1 | | | DragonFly 4.0.1 || | | | + || | | DragonFly 4.0.2 || | | | + || | | DragonFly 4.0.3 || | | | + || | | DragonFly 4.0.4 + || | | | + || | | DragonFly 4.0.5 + || | | | + || |OpenBSD 5.7 | || | | | || | | | FreeBSD 11 -current | NetBSD -current OpenBSD -current DragonFly -current @@ -655,11 +662,16 @@ DragonFly 3.8.1 2014-06-16 [DFB] DragonFly 3.6.32014-06-17 [DFB] FreeBSD 9.32014-07-05 [FBD] DragonFly 3.8.22014-08-08 [DFB] -NetBSD 6.1.5 2014-09-22 [NDB] +NetBSD 6.1.5 2014-09-22 [NBD] Mac OS X 10.10 2014-10-16 [APL] OpenBSD 5.62014-11-01 [OBD] FreeBSD 10.1 2014-11-14 [FBD] DragonFly 4.0.12014-11-25 [DFB] +DragonFly 4.0.22015-01-07 [DFB] +DragonFly 4.0.32015-01-21 [DFB] +DragonFly 4.0.42015-03-09 [DFB] +DragonFly 4.0.52015-01-23 [DFB] +OpenBSD 5.72015-05-01 [OBD] Bibliography ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r282481 - head/share/misc
Author: osa (ports committer) Date: Tue May 5 11:39:54 2015 New Revision: 282481 URL: https://svnweb.freebsd.org/changeset/base/282481 Log: Add "The Design and Implementation of the FreeBSD OS, 2nd Ed.". Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Tue May 5 11:13:16 2015 (r282480) +++ head/share/misc/bsd-family-tree Tue May 5 11:39:54 2015 (r282481) @@ -691,6 +691,10 @@ McKusick, Marshall Kirk, George Neville- Implementation of the FreeBSD Operating System. Addison-Wesley Professional, Published: Aug 2, 2004. ISBN 0-201-70245-2 +McKusick, Marshall Kirk, George Neville-Neil, Robert Watson. The +Design and Implementation of the FreeBSD Operating System, 2nd Edition. +Pearson Education, Inc., 2014. ISBN 0-321-96897-2 + Doug McIlroy. Research Unix Reader. Michael G. Brown. The Role of BSD in the Development of Unix. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
svn commit: r282518 - head/share/misc
Author: osa (ports committer) Date: Wed May 6 01:29:31 2015 New Revision: 282518 URL: https://svnweb.freebsd.org/changeset/base/282518 Log: Fix DragonFly 4.0.5 release date. Reported by: vangyzen Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree == --- head/share/misc/bsd-family-tree Wed May 6 01:07:59 2015 (r282517) +++ head/share/misc/bsd-family-tree Wed May 6 01:29:31 2015 (r282518) @@ -670,7 +670,7 @@ DragonFly 4.0.1 2014-11-25 [DFB] DragonFly 4.0.22015-01-07 [DFB] DragonFly 4.0.32015-01-21 [DFB] DragonFly 4.0.42015-03-09 [DFB] -DragonFly 4.0.52015-01-23 [DFB] +DragonFly 4.0.52015-03-23 [DFB] OpenBSD 5.72015-05-01 [OBD] Bibliography ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"