summaryrefslogtreecommitdiff
path: root/sysutils/stow
AgeCommit message (Collapse)AuthorFilesLines
2017-08-19Add LICENSE (GNU GPL 2)leot1-4/+5
While here also indent some definitions (NFC).
2017-01-19Update to stow 2.2.2markd3-10/+48
* Changes in version 2.2.2 ** @VERSION@ substitution was set up for the Stow::Util module. * Changes in version 2.2.1 Version 2.2.1 was not released since it was rejected by pause.perl.org due to Stow::Util missing $VERSION. ** Small improvements to documentation ** Fix Perl warnings ** Fix "Undefined subroutine &main::error" error ** Failed system calls now include error description ** Default ignore list now ignores top-level README.*, LICENSE.*, and COPYING ** Correctly handle the stow/target directories as non-canonical paths ** Fix stowing of relative links when --no-folding is used. * Changes in version 2.2.0 ** New --no-folding option ** Remove -a option (--adopt still available) ** Improve error message when stow package is not found. ** Test suite improvements ** Documentation improvements ** Remove "There are no outstanding operations to perform" warning. * Changes in version 2.1.3 ** New --adopt / -a option ** ./configure now checks for Perl modules required by the test suite. * Changes in version 2.1.2 Many thanks to Stefano Lattarini for help with numerous autoconf and automake issues which are addressed in this release. ** Significantly improve the handling of --with-pmdir. ** ./configure now aborts if Perl isn't found. ** Ensured the ChangeLog is up-to-date when making a new distribution. ** Fixed bug with `make clean' removing files which the user may not be able to rebuild. * Changes in version 2.1.1 ** Fixed bug where ./configure --with-pmdir=X was ineffectual. ** Calculated the correct default value for pmdir based on the local Perl installation. ** Fixed some automake issues ** Improved various bits of documentation. * Changes in version 2.1.0 ** Major refactoring of code into separate Stow and Stow::Util Perl modules. ** Added support for ignore list files. ** Added support for CPAN-style installation and distribution via Module::Build. ** Introduced `make test' target and significantly tightened up test suite. ** Very large number of code and documentation fixes (over 80 commits since version 2.0.1). ** The '--conflicts' option has been removed. ** Improved debugging output. ** Converted man page to POD format. ** Include PDF, and both split- and single-page HTML versions of manual in the distribution. ** Fixed code style consistency issues. ** Running configure from outside the source tree now works. ** `make distcheck' now works. * Changes in version 2.0.1 ** Defer operations until all potential conflicts have been assessed. ** Multiple stow directories will now cooperate in folding/unfolding. ** Conflict messages are more uniform and informative. ** Verbosity and tracing is more extensive and uniform. ** Implemented option parsing via Getopt::Long. ** Default command line arguments set via '.stowrc' and '~/.stowrc' files. ** Support multiple actions per invocation. ** New (repeatable) command line arg: --ignore='<regex>' ** New (repeatable) command line arg: --defer='<regex>' ** New (repeatable) command line arg: --defer='<regex>' ** New (repeatable) command line arg: --override='<regex>' ** By default, search less aggressively for invalid symlinks when unstowing. ** New chkstow utility for checking the integrity of the target directory.
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-06Resolves:rodent1-2/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2008-06-20Add DESTDIR support.joerg1-1/+2
2006-10-28Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev.wiz1-2/+2
2006-04-07List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-4/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-07-16Remove some unnecessarily strong dependencies on perl that resultedjlam1-2/+2
from including perl5/buildlink3.mk. These packages just need the Perl interpreter, and can just add "perl" to USE_TOOLS instead.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-03-10Remove info files entries from PLIST.seb1-2/+1
2004-01-20Actually, since we want to use perl5/buildlink3.mk, this package does needjlam1-2/+2
to set USE_BUILDLINK3=yes.
2004-01-20This package never invokes the toolchain so it doesn't need buildlink[23].jlam1-4/+5
Define NO_BUILDLINK to signify this to bsd.pkg.mk. Also, note that this package trivailly supports pkgviews.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-05Convert to USE_NEW_TEXINFO.seb2-5/+3
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
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.