2009-10-09 Daniel Macks * *: Moved to separate "dpkg-base-files" module 2009-05-18 Daniel Macks * all: sync with HEAD (1.9.10 release) 2007-10-16 Daniel Macks * *: Update FSF street address. 2006-08-04 Daniel Macks * preinst.in, postinst.in, prerm.in, postrm.in: If $1 (path to script) is "", don't try to run it. * .cvsignore: also ignore the other generated files * inject.pl: Include the dpkg wrappers in the tarball. * install.sh: Create parent directories. 2006-07-26 Daniel Macks * setup.sh, install.sh: Move dpkg-wrappers script creation from install.sh to setup.sh 2006-07-26 Daniel Macks * preinst.in, postinst.in, prerm.in, postrm.in: Load init.sh before running the actual .deb script. * install.sh: Create {pre,post}{inst,rm} from their .in templates, install into dpkg-wrappers directory. * .cvsignore: Ignore the scripts created from the .in templates. 2005-11-09 Matthew Sachs * init.sh.in, init.csh.in: Only set DYLD_FALLBACK_LIBRARY_PATH on 10.4.{x|x<3}. * VERSION: Bumped base-files version to 1.9.8 2005-08-05 Dave Morrison * VERSION: Bumped base-files version to 1.9.7 2005-07-01 Peter O'Gorman * init.sh.in, init.csh.in: Set DYLD_FALLBACK_LIBRARY_PATH to work around dyld bug on 10.4. 2005-03-02 Dave Morrison * VERSION: Bumped base-files version to 1.9.6 * README.buildsystem, base-files.info.in: minor revision to buildsystem 2005-03-01 Dave Morrison * init.csh.in, init.sh.in: add BASEPATH/lib/perl5/$perlversion/man to the MANPATH 2005-02-25 Daniel Macks * init.csh.in, init.sh.in: factor out common code from then/else 2004-12-20 Dave Morrison * VERSION: Bumped base-files version to 1.9.5 2004-12-17 Daniel Macks * init.csh.in, init.sh.in: Moved profile.d reading to after setting of HTTP/FTP-proxy env vars. * init.csh.in: Added "validate" to the completions for "fink". 2004-11-08 Dave Morrison * VERSION: Bumped base-files version to 1.9.4 2004-11-08 Benjamin Reed * init.csh.in, init.sh.in: bugfix for when /usr/local/man does not exist 2004-11-02 Dave Morrison * VERSION: Bumped base-files version to 1.9.3 2004-11-01 Benjamin Reed * init.csh.in, init.sh.in: -q is unnecessary, MANPATH should never be set there 2004-08-10 Dave Morrison * VERSION: Bumped base-files version to 1.9.2 2004-08-09 Daniel Macks * Include "." (default when unset) when explicitly setting CLASSPATH (Bugs #1005793) 2004-04-10 Dave Morrison * VERSION: Bumped base-files version to 1.9.1 2004-03-17 Daniel Macks * init.sh.in: Fixed PERL5LIB (missing /darwin subdir; Bugs #915612) 2004-03-13 Max Horn * init.sh.in: Fixed zsh compatibility (Patch #915657) 2004-01-01 Dave Morrison * all: updated Copyright notice 2003-12-22 Dave Morrison * VERSION: use 1.9.0.cvs to match build system * inject.pl: update to the new style, which relies on Bootstrap.pm * README.buildsystem: documenting fink's build system 2003-12-06 Dave Morrison * VERSION: Bumped base-files version to 1.9.0. 2003-12-05 Dave Morrison * init.csh.in, init.sh.in: Add $basepath/lib/perl5/darwin to PERL5LIB (needed so that Apple's perl 5.8.1 with the darwin-thread-multi-2level arch flag will find files from -pm packages). * inject.pl, base-files.info.in: Add MD5sum. * inject.pl: update syntax to "use 5.006" (from "use v5.6.0") * base-files.info.in: Change Maintainer. 2003-11-04 Daniel Macks * init.csh.in, init.sh.in: Fix permissions tests for profile.d scripts. Add -r because they are loaded using a read process. Keep -x to allow profile.d to contain non-loading (README, etc.) files by installing them chmod 644 (part of my Patches #815900). 2003-11-02 Daniel Macks * init.csh.in: Fix command-completion for 'fink' to match those listed by 'fink --help' (part of Bugs #829520). Move the code that sets command-completion to before the code that loads profile.d to allow a fink package to override with an alternate completion (part of Feature Requests #829533). 2003-04-28 Max Horn * VERSION: Bumped base-files version to 1.8.0. 2003-04-22 Dave Morrison * init.csh.in, init.sh.in: Use /usr/bin/manpath to set the original value of MANPATH when it is not already set (bug # 642692) 2003-04-16 Max Horn * VERSION: Bumped base-files version to 1.7.1. 2003-04-16 Matthias Neeracher * init.sh: Fix zsh path code (Bug #721603), as suggested by jinschoi. 2003-04-14 Max Horn * VERSION: Bumped base-files version to 1.7. 2003-03-22 Max Horn * init.csh.in, init.sh.in: Patch #683277 by Remi Mommsen which allows them to be loaded multiple times and still adds to the various PATH variables only once (Feature Request #594676). 2002-08-04 Max Horn * VERSION: Bumped base-files version to 1.6. * init.csh.in, init.sh.in: Patch #588476 (Java support) by Sylvain Cuaz. * Updated copyright notice in all files. 2002-01-11 Max Horn * VERSION: Bumped base-files version to 1.5. 2002-01-10 Max Horn * fink-release: Moved to the packages module, where it fits better. * inject.pl, install.sh: Don't install fink-release anymore. 2001-11-24 Max Horn * init.csh.in, init.sh.in: Merged Justin Hallett's patch which sets proxy related environment variables based on BASEPATH/etc/fink.conf. 2001-11-23 Max Horn * init.csh.in: Added auto-complete for tcsh. 2001-11-02 Christoph Pfisterer * fink-release: Bumped distribution version to 0.3.1. * VERSION: Bumped base-files version to 1.3. 2001-10-01 Christoph Pfisterer * VERSION: Bumped base-files version to 1.2. * pager.in: New shell script, finds a sensible pager and runs it. * editor.in: New shell script, finds a sensible editor and runs it. * install.sh, setup.sh, inject.pl: Adjusted to install the new scripts. 2001-09-28 Christoph Pfisterer * fink-release: Bumped distribution version to 0.3.0. * VERSION: Bumped base-files version to 1.1. 2001-09-10 Christoph Pfisterer * install.sh: Updated usage output. Install the COPYING file. Switch from cp/chmod to install. * VERSION: Added. Holds the package version (as opposed to fink-release, which holds the distribution version). * COPYING: Added. * inject.pl: Added. Adapted from the one in the old fink module. Uses the Perl modules from the Fink installation. Not used in regular installs. * base-files.info.in: Added. Used to generate the package description by inject.pl. Not used in regular installs. 2001-09-04 Christoph Pfisterer * fink-release: Bumped to 0.2.6. 2001-08-31 Christoph Pfisterer * install.sh: Don't create deprecated directories. 2001-08-25 Christoph Pfisterer * install.sh: Install a dummy file in .../etc/profile.d to avoid glob expansion problems with zsh. 2001-08-24 Christoph Pfisterer * fink-release: Bumped to 0.2.5. 2001-08-13 Christoph Pfisterer * install.sh, setup.sh: Edited descriptive comments. 2001-08-01 Christoph Pfisterer * fink-release: Bumped to 0.2.4. 2001-07-12 Christoph Pfisterer * dir-base: Added, serves as a skeleton for the Info system's dir file. * setup.sh: Install dir-base in /share/base-files. 2001-07-09 Christoph Pfisterer * fink-release: Bumped to 0.2.3. 2001-07-02 Christoph Pfisterer * install.sh: Create /lib/perl5 and subdirectories. * init.sh.in, init.csh.in: Add /lib/perl5 to PERL5LIB. 2001-06-23 Christoph Pfisterer * fink-release: Bumped to 0.2.2. 2001-06-16 Christoph Pfisterer * init.sh.in, init.csh.in: Additionally read per-package scripts from /etc/profile.d. * install.sh: Create etc/profile.d. 2001-05-09 Christoph Pfisterer * fink-release: Bumped to 0.2.1. 2001-05-01 Christoph Pfisterer * init.csh.in: Fixed interpolation of MANPATH. 2001-04-29 Christoph Pfisterer * init.sh.in, init.csh.in: Removed /usr/man and /usr/info. Added /usr/X11R6/bin and /usr/X11R6/man to the respective variables. 2001-04-14 Christoph Pfisterer * init.sh.in, init.csh.in: Also add /share/man and /share/info to the path variables. 2001-04-05 Christoph Pfisterer * init.sh.in, init.csh.in: Moved to the base-files directory. * setup.sh, install.sh: Scripts to install the init.[c]sh scripts as a package. * fink-release: Marker file to be put in /etc.