Port details |
- shell-include Include system for shell scripts
- 0.1.2_1 shells
=0 0.1.2_1Version of this port present on the latest quarterly branch. BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months
This port expired on: 2020-05-05
IGNORE: is marked as broken: unfetchable
- Maintainer: vvelox@vvelox.net
 - Port Added: 2007-04-20 21:37:57
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- Also Listed In: devel
- License: not specified in port
- WWW:
- http://vvelox.net/projects/shell-include/
- Description:
- Allows include files to be used in shells the same way they are with C.
The file with the include code needs to be included. This is done by
figuring out were it is located using which. . `which sh-include` will
take care of it for sh.
sh example...
. `which sh-include`
include fileGetLine
line=`fileGetLine /etc/group 4`
WWW: http://vvelox.net/projects/shell-include/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- shell-include>0:shells/shell-include
- No installation instructions:
- This port has been deleted.
- PKGNAME: shell-include
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (shell-include-0.1.2.tgz) = 56ce1fc07589b36a7e880b5ceede7140f0566de0d0c7bf73adc958cd6807014f
SIZE (shell-include-0.1.2.tgz) = 4051
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.30.r1<5.31 : lang/perl5.30
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- perl5 tar:tgz
- 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 |
0.1.2_1 05 May 2020 15:38:12
  |
rene  |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.1.2_1 04 Apr 2020 20:51:41
  |
antoine  |
Deprecate ports broken for more than 6 months |
0.1.2_1 15 Dec 2019 13:15:26
  |
tobik  |
Do not set USES twice |
0.1.2_1 06 Nov 2019 16:26:35
  |
antoine  |
Mark a few ports BROKEN (unfetchable) |
0.1.2_1 09 May 2015 02:10:10
  |
amdmi3  |
- Fix stagedir referenced from installed files:
Error: 'bin/bash-include' is referring to
/wrkdirs/usr/ports/shells/shell-include/work/stage
Error: 'bin/sh-include' is referring to
/wrkdirs/usr/ports/shells/shell-include/work/stage
- Don't use random and don't use /tmp for temporary files. It's unsafe, and
netstat spews warnings from the jail:
netstat: kvm not available: /dev/mem: No such file or directory
- Depend on perl as pod2man is used during build
- Fix path to pod2man
PR: 199645
Submitted by: amdmi3
Approved by: maintainer timeout |
0.1.2 05 Feb 2015 15:55:54
  |
bapt  |
Cleanup plist |
0.1.2 20 Jun 2014 00:09:20
  |
adamw  |
Use the USES=tar:... variants. |
0.1.2 27 Dec 2013 09:15:03
  |
bapt  |
Support stage
General cleanup |
0.1.2 20 Sep 2013 22:57:24
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells) |
0.1.2 12 Sep 2013 06:27:42
  |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.1.2 18 Mar 2011 17:59:51
 |
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
0.1.2 29 Dec 2010 20:04:42
 |
pgollucci  |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
0.1.2 12 Nov 2009 10:52:03
 |
miwi  |
- Update to 0.1.2
PR: 140389
Submitted by: Jilles Tjoelker <jilles@stack.nl>
Approved by: maintainer |
0.1.1 28 May 2007 14:58:33
 |
jmelo  |
- Add WWW in pkg-descr.
PR: ports/112209
Submitted by: kitsune <v.velox@vvelox.net>
Approved by: Zane C.B. <vvelox@vvelox.net> |
0.1.1 20 Apr 2007 21:36:35
 |
miwi  |
Allows include files to be used in shells the same way they are with C.
The file with the include code needs to be included. This is done by
figuring out were it is located using which. . `which sh-include` will
take care of it for sh.
sh example...
. `which sh-include`
include fileGetLine
line=`fileGetLine /etc/group 4`
PR: ports/111829
Submitted by: Zane C. Bowers |