#ifndef __E_NAME_WESTERN_TABLES_H__ #define __E_NAME_WESTERN_TABLES_H__ char *e_name_western_pfx_table[] = { /* * English. */ "mister", "miss.", "mr.", "mrs.", "ms.", "miss", "mr", "mrs", "ms", "sir", "professor", "prof.", "dr", "dr.", "doctor", "reverend", "president", "judge", "senator", "congressman", "congresswoman", "the honorable", "the reverend", "his holiness", "his eminence", /* * French. */ "monsieur", "mr.", "mademoiselle", "melle.", "madame", "mme.", "professeur", /* * Spanish. */ "senor", "senora", "senorita", NULL}; char *e_name_western_sfx_table[] = { /* * English. */ "junior", "senior", "jr", "sr", "I", "II", "III", "IV", "V", "phd", "ms", "md", "esq", "esq.", "esquire", NULL}; char *e_name_western_twopart_sfx_table[] = { /* * English. */ "the first", "the second", "the third", NULL}; char *e_name_western_complex_last_table[] = {"van", "von", "de", NULL}; #endif /* ! __E_NAME_WESTERN_TABLES_H__ */ d class='main'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/raknet
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1
* Bump PORTREVISIONs of all users of math/mpc that we just updated togerald2018-03-111-1/+1
* Make portlint happier with my ports (reorder variables)martymac2018-01-251-3/+4
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
* Fix build with Gcc 6martymac2017-05-151-0/+11
* Mark some ports failing on aarch64, and, in a few cases, other tier-2linimon2017-05-03