summaryrefslogtreecommitdiff
path: root/sysutils/stow
AgeCommit message (Collapse)AuthorFilesLines
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam3-6/+7
have been converted to USE_BUILDLINK2.
2002-06-03Upgrade to 1.3.3 (closes PR#17155; approved by wiz).cjep5-50/+9
Changes in version 1.3.3 (from NEWS file): * Now requires Perl 5.005 or later * Initially empty directories are not removed anymore * Removed buggy fastcwd (we use POSIX::getcwd instead) * Fixed bug when the common Parent of Target dir and Stow dir was "/" * Fixed bug when handling directories named "0" * Stow now only warns the user if a directory is unreadable during unstowing.
2002-02-18Introduce new framework for handling info files generation and installation.seb2-4/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-30Buildlink'ifyjlam1-3/+4
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-05-05Don't install original file from patch. Fixes leftover picked up in bulkskrll2-4/+13
build.
2001-04-28Don't install "stow.info.orig".jtb2-1/+15
2001-04-19Move 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
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-11-17Correct handling of info files.wiz4-2/+26
2000-10-23Initial import of stow, a GNU, Perl-based package, which manages symlinkagc5-0/+36
farms, and performs the same job as Carnegie Mellon's depot program, albeit in a simpler manner. Used to administer many packages at the same time in a single tree. Closes PR 11264.