Port details |
- ctypes.sh Foreign function interface for bash
- 1.2_2 devel
=2 1.2_2Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2016-03-16 01:50:58
- Last Update: 2023-04-11 20:46:12
- Commit Hash: 2c2dd85
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/taviso/ctypes.sh
- Description:
- ctypes.sh is a bash plugin that provides a foreign function interface directly
in your shell. In other words, it allows you to call routines in shared
libraries from within bash.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ctypes.sh>0:devel/ctypes.sh
- To install the port:
- cd /usr/ports/devel/ctypes.sh/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ctypes.sh
- pkg install ctypes.sh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ctypes.sh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1594649847
SHA256 (ctypes-sh-1.2.tar.gz) = 8896334f5fa88f656057bff807ec6921c8f76fc6de801d996d2057fcb18b3a68
SIZE (ctypes-sh-1.2.tar.gz) = 475531
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:
-
- bash : shells/bash
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- bash : shells/bash
- Library dependencies:
-
- libffi.so : devel/libffi
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_ctypes.sh
- USES:
- autoreconf libtool pkgconfig
- 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 |
1.2_2 11 Apr 2023 20:46:12
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Adopt ports from swills@ |
1.2_2 11 Apr 2023 20:34:04
    |
Rene Ladan (rene)  |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
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) |
1.2_2 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 ) |
1.2_2 17 Aug 2022 16:40:36
    |
Fernando Apesteguía (fernape)  |
devel/ctypes.sh: Add missing patches
Add patches missing from last update.
PR: 265318
Fixes: 79f9679c7e795de9a15451910526cea3ea50c21f |
1.2_2 17 Aug 2022 16:16:10
    |
Fernando Apesteguía (fernape)  Author: Robert Clausecker |
devel/ctypes.sh: Fix build on FreeBSD 13
ChangeLog: https://github.com/taviso/ctypes.sh/issues/57
While here change old WWW (not working)
PR: 265318
Reported by: fuz@fuz.su (maintainer)
Approved by: portmgr (maintainer timeout, ~1 month)
MFH: 2022Q3 |
1.2_1 09 May 2022 19:23:51
    |
Kevin Bowling (kbowling)  |
devel/libffi: Bump deps PORTREVISION for shlib change
PR: 263764
Reported by: VVD <vvd@unislabs.com> |
1.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.2 13 Jul 2020 14:22:43
  |
swills  |
devel/ctypes: update to 1.2
PR: 247854
Reported by: cem |
1.1_1 04 Jul 2020 18:11:42
  |
zeising  |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
1.1 16 Oct 2017 13:49:41
  |
swills  |
devel/ctypes.sh: update to 1.1 |
0.1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.1 16 Mar 2016 01:50:50
  |
swills  |
devel/ctypes.sh: create port
ctypes.sh is a bash plugin that provides a foreign function interface directly
in your shell. In other words, it allows you to call routines in shared
libraries from within bash.
WWW: http://ctypes.sh |