Port details |
- shtool The GNU Portable Shell Tool
- 2.0.8_1 devel =5 2.0.8_1Version of this port present on the latest quarterly branch.
- Maintainer: vd@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-03-06 13:03:24
- Commit Hash: 8705e3e
- People watching this port, also watch:: unzip, wget, openssl, t1lib, recode
- License: GPLv2+
- WWW:
- https://www.gnu.org/software/shtool/
- Description:
- GNU shtool -- The GNU Portable Shell Tool
Copyright (c) 1994-2004 Ralf S. Engelschall <rse@engelschall.com>
The GNU shtool program is a compilation of small but very stable and
portable shell scripts into a single shell tool. All ingredients were
in successful use over many years in various free software projects.
The compiled shtool program is intended to be used inside the source
tree of free software packages. There it can take over various (usually
non-portable) tasks related to the building and installation of such
packages.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/shtool/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/shtool
- pkg install shtool
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: shtool
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (shtool-2.0.8.tar.gz) = 1298a549416d12af239e9f4e787e6e6509210afb49d5cf28eb6ec4015046ae19
SIZE (shtool-2.0.8.tar.gz) = 97033
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_shtool
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.8_1 06 Mar 2024 13:03:24 |
Nuno Teixeira (eduardo) |
devel/shtool: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.8 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.8 12 Apr 2018 08:33:37 |
amdmi3 |
- Add LICENSE
- Switch to new test framework
- Add NO_ARCH
- Add runtime dependency on Perl (by removing USE_PERL5), as it installs
bin/shtoolize perl script
Approved by: portmgr blanket |
2.0.8 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
2.0.8 27 Oct 2014 11:07:20 |
bapt |
Cleanup plist |
2.0.8 27 Jan 2014 08:32:08 |
bapt |
Support stage |
2.0.8 20 Sep 2013 17:17:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
2.0.8 09 Sep 2013 15:01:28 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
2.0.8 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.0.8 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.0.8 22 Jul 2008 09:29:46 |
vd |
Upgrade devel/shtool from 2.0.7 to 2.0.8
Changes between 2.0.7 and 2.0.8 (19-May-2007 to 18-Jul-2008):
*) Upgrade build environment to GNU autoconf 2.62
*) Fix argument handling in "shtool mkln" command.
*) Adjust copyright for year 2008.
*) Detect Windows/Cygwin
*) Detect DragonFly BSD
*) Improved AIX hardware detection
*) Detect CentOS as a RHEL clone instead of a RHL clone.
*) Improved Mac OS X detection in "shtool plaform".
PR: ports/125852
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> |
2.0.7 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
2.0.7 13 Jun 2007 15:25:29 |
vd |
* Upgrade devel/shtool from 2.0.6 to 2.0.7
* Add regression-test: target which is an alias for test: |
2.0.6 26 Apr 2006 09:41:31 |
vd |
* Update from 2.0.5 to 2.0.6
* Add `test' target to aid testing |
2.0.5 07 Feb 2006 10:46:43 |
vd |
Update devel/shtool from 2.0.4 to 2.0.5
Approved by: garga (mentor) |
2.0.4 07 Feb 2006 09:22:32 |
vd |
Update devel/shtool from 2.0.3 to 2.0.4
Approved by: garga (mentor) |
2.0.3 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
2.0.3 20 Jan 2006 06:12:05 |
vd |
Change my email address to the @FreeBSD one
Approved by: garga (mentor) |
2.0.3 03 Oct 2005 14:23:16 |
az |
- Upadate to 2.0.3
- Pass maintainership to submiter
- While I'm here: Utilize %%DATADIR%% in pkg-plist
PR: ports/86862
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: sem (mentor) |
2.0.2 15 Jun 2005 19:56:49 |
glewis |
. Update to 2.0.2.
. Use new MASTER_SITE and web page.
PR: 82276
Submitted by: Ports Fury |
2.0.1 21 Aug 2004 15:19:42 |
pav |
- Introduce MASTER_SITE_OSSP
PR: ports/70504
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
2.0.1 17 Aug 2004 13:12:34 |
pav |
- Update to 2.0.1
PR: ports/70573
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
2.0.0 08 Jul 2004 19:58:08 |
sem |
Update to 2.0.0
PR: ports/68801
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Approved by: krion (mentor) |
1.6.2 19 Mar 2004 04:21:39 |
trevor |
Add size data. |
1.6.2 14 Mar 2004 11:23:26 |
rse |
Resign maintainership of the ports corresponding to software I developed
myself because I've not the necessary time to maintain the ports in a
reasonable way. This way others are encouraged to pick up those ports. |
1.6.2 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
1.6.2 02 Nov 2002 13:52:16 |
rse |
upgrade to GNU shtool 1.6.2 |
1.6.1 13 Jul 2002 18:34:23 |
rse |
Upgrade to GNU shtool 1.6.1 |
14 Jun 2001 19:54:24 |
rse |
Upgrade to GNU shtool 1.5.4 |
14 Jun 2001 15:37:19 |
rse |
Fix year information in copyright |
14 Jun 2001 15:36:19 |
rse |
Upgrade to GNU shtool 1.5.3 |
15 Apr 2001 02:06:10 |
steve |
Remove empty directories on uninstall. |
25 Mar 2001 14:02:42 |
rse |
Upgrade to GNU Shtool, version 1.5.2 |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
29 Jul 2000 17:01:33 |
rse |
Upgrade to GNU Shtool, version 1.5.1 |
01 Jul 2000 14:51:56 |
rse |
Upgrade to GNU Portable Shell Tool (shtool), version 1.5.0 |