summaryrefslogtreecommitdiff
path: root/databases/geneweb
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-02-04- Update of geneweb from 4.09 to 4.10adrianp3-124/+127
- ok'ed wulf@ > GeneWeb version 4.10 > -------------------- > > * Languages > - [29 Jan 04] Added "Breton" (Tepod Gwilhmod, Gwenael Emelyanoff, > Bertrand Yeurc'h). > > * GeneWeb server or CGI (gwd) > - [06 Nov 04] In statistics, added displaying of oldest couples perhaps > still alive and engaged. > - [06 Jan 04] Fixed bug: when changing a child's name using "change > children's names", the possible image was not renamed, causing > its disparition. > - [05 Jan 04] Added database configuration variable "show_consang": > when set to "no" the possible consanguinity is not displayed in > personal pages. Added also variable "fast_alphabetic": when set > to "yes", the alphabetic display of surnames or first names is fast > but the number of surnames of fist names is not displayed (interesting > for large databases). > - [04 Dec 03] Fixed bug: in case of two wizards make changes at > the same time, there were (rare) cases where one of the changes > erases the other one (instead of being rejected by the message > "database is locked"). > - [29 Nov 03] Added optional "border" and "background color" for > trees displaying (relationship links, ancestors and descendants). > - [28 Nov 03] Fixed bug creating sometimes dates with null month > (and not null day) resulting problems with "gwu-gwc" and "cleaning > up" the database by gwsetup (happened when a date was entered > with month=13 which was erroneously not rejected). > - [18 Jan 03] Added a system of black list for the database forum; > the environment variable "forum_exclude_file" can be set to a > file name containing a list of excluded IP addresses which cannot > post. In the lines of this file, the joker character "*" can be > used to specify any string (e.g. "*" exclude everybody). > - [14 Jan 03] In form to add message in the database forum, added > buttons "private/public": only "wizards" and "friend" can see > "private" messages. > - [06 Jan 03] In welcome page, added wizard's name (when named). > > * Base configuration files (base.gwf) > - [19 Mar 03] Added a variable "moved" to indicate that the database > has been moved. This displays the new template file "moved.txt". > > * Setup program (gwsetup) > - [12 Nov 03] Fixed bug: the links to the documentation did not work > with modern browsers. > > * GeneWeb uncompiler (gwu) > - [12 Feb 03] Fixed bug: exporting bad format when places containing > just spaces. > "private" messages. > - [06 Jan 03] In welcome page, added wizard's name (when named). > > * Base configuration files (base.gwf) > - [19 Mar 03] Added a variable "moved" to indicate that the database > has been moved. This displays the new template file "moved.txt". > > * Setup program (gwsetup) > - [12 Nov 03] Fixed bug: the links to the documentation did not work > with modern browsers. > > * GeneWeb uncompiler (gwu) > - [12 Feb 03] Fixed bug: exporting bad format when places containing > just spaces. > - [11 Feb 03] Added option -maxlev to specify a maximum number of > generations (descendants only) to export. > > * GeneWeb databases Transfer Program (gwtp) > - [08 Dec 03] Added German (Falko Trojahn). > - [14 Oct 03] Added Spanish (Luis Mondesi). > - [03 Jan 03] Fixed bug: when wizard notes, the "send database" did > not work.
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-03-07Add a conflict on sysutils/coreutils if GNU_PROGRAM_PREFIX == "g".recht1-1/+9
Addresses PR 23941 by Chris Pinnock.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-24we need bsd.pkg.install.mk if we want to use it.grant1-1/+2
2003-01-19use automatic rc script handling.grant2-6/+5
2003-01-02Updated to genweb-4.09: Fixed security holewulf3-11/+43
2002-08-29Wildcard ocaml DEPENDS.wiz1-2/+2
2002-06-20Update dependency of ocaml to 3.04 -> remove dependency on now obsoletejschauma3-350/+97
package lang/camlp4 (included in ocaml 3.04) Update to version 4.06. Changes way too many to list here, please see http://cristal.inria.fr/~ddr/GeneWeb/en/version/4.06.html for details.
2002-02-15mkdir -> ${MKDIR}skrll1-5/+5
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-12-05Normalise all the uses of "wheel", and "root" for ${ROOT_GROUP}, now thatagc1-2/+2
the definition is available in all the defs.${OPSYS}.mk files.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-27regen (no more patch-aa)wiz1-2/+1
2001-07-19Removed obsoleted patch-aa filewulf1-13/+0
2001-07-15Updated geneweb to version 4.02: Many bugfixes and improvementswulf2-10/+17
2001-07-15Update of geneweb to 4.02: Many bugfixes and improvementswulf2-110/+110
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-7/+7
XXX need to teach pkglint to be more picky about this
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf2-4/+4
2000-09-03Remove trailing blank line.jlam1-2/+1
2000-09-03Correct bug in geneweb's Makefile that tried to install gwtp.opt thatwulf2-0/+16
doesn't exist on platforms that don't have the optimized caml compiler.
2000-09-03Package will now attempt to delete all directories if found empty -wulf1-1/+6
e.g. geneweb was installed but no databases were created.
2000-08-28add etc/rc.d/geneweb.sh and sbin/gwsetup; sort PLISTwiz1-8/+10
2000-08-19Updated geneweb to 3.07: New features and bugfixeswulf3-5/+12
2000-07-25Intial commit of geneweb-3.06 - a comprehensive genealogy database applicationwulf6-0/+570