Port details |
- intercal C-INTERCAL compiler, ick, and supporting libraries
- 0.31 lang
=5 Version of this port present on the latest quarterly branch. - Maintainer: fuz@fuz.su
 - Port Added: unknown
- Last Update: 2022-08-05 05:41:03
- Commit Hash: 31a3e7c
- People watching this port, also watch:: aalib, m4, zip, zsh, gdbm
- License: GPLv2
- Description:
- A compiler for the INTERCAL language, which has a syntax and
feature set differing considerably from all other programming
languages. This is the C-INTERCAL compiler, which compiles
INTERCAL to C, and then invokes cc as a backend, much like the
"f2c" Fortran compiler.
WWW: http://www.catb.org/~esr/intercal/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/intercal/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/intercal
- pkg install intercal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: intercal
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1611593892
SHA256 (intercal-0.31.tar.gz) = 93d842b81ecdc82b352beb463fbf688749b0c04445388a999667e1958bba4ffc
SIZE (intercal-0.31.tar.gz) = 940950
- 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:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- lang_intercal
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Aug 2022 05:41:03 0.31 |
Fernando ApesteguĂa (fernape)  Author: Robert Clausecker |
lang/intercal: fix build on recent FreeBSD
Bump POSIX version.
While here, submitter becomes maintainer.
PR: 265560
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q3 (build fix) |
20 Jul 2022 14:22:15 0.31 |
Tobias C. Berner (tcberner)  |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.31 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Jan 2021 16:59:24
0.31 |
nc  |
lang/intercal: Update to 0.31
Changes: http://www.catb.org/~esr/intercal/NEWS.html
Approved by: 0mp (mentor, implicit) |
29 Nov 2020 14:12:28
0.30_2 |
linimon  |
These ports now build on aarch64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com TRYBROKEN run |
29 Sep 2020 19:41:52
0.30_2 |
se  |
Fix build with -fno-common
While here add license (GPLv2). |
04 Nov 2019 21:21:04
0.30_1 |
rene  |
Returns johans's ports to the pool after safekeeping his commit bit. |
29 Mar 2019 21:39:08
0.30_1 |
linimon  |
Mark as broken on aarch64:
ld: error: lexer.c:(function yylex: .text+0x10CC): improper alignment for
relocation R_AARCH64_LDST32_ABS_LO12_NC: 0x28001B is not aligned to 4 bytes
Oddly, it seems to compile on armv6.
Approved by: portmgr (tier-2 blanket) |
10 Nov 2018 18:12:58
0.30_1 |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
15 Oct 2015 14:55:14
0.30  |
mat  |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
05 Apr 2015 09:19:44
0.30 |
johans  |
Update intercal to 0.30 (bugfix release) |
27 Oct 2014 15:23:31
0.29_1 |
bapt  |
Cleanup plist |
29 Dec 2013 16:19:57
0.29_1 |
johans  |
Enable stage support |
20 Sep 2013 19:53:10
0.29_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
17 Aug 2013 16:27:24
0.29_1 |
gerald  |
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery) |
31 Dec 2012 13:34:42
0.29_1 |
johans  |
- Force use of modern GCC (4.6+) on FreeBSD 8.x and older
Otherwise, an unusable binary would be produced
- Bump PR
PR: ports/174837
Submitted by: Klaus Aehlig <aehlig@linta.de> |
13 Jul 2012 15:41:42
0.29 |
johans  |
- Update intercal to 0.29
- Adopt port
- Remove local patches that are no longer needed |
24 Oct 2011 03:33:20
0.24_1 |
stas  |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
23 Sep 2011 22:26:39
0.24_1 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
03 Jul 2011 13:45:36
0.24_1 |
ohauer  |
- remove MD5 |
08 Oct 2006 22:04:47
0.24_1 |
stas  |
- Fix intercal library dir [1]
- PREFIX-safety [2]
- Change my email
Submitted by: Phil Pennock <phil.pennock@globnix.org> [1], me (stas) [2]
Approved by: sem (implicitly) |
29 Jul 2006 01:56:31
0.24 |
rafan  |
- Update to 0.24
- Pass maintainership to submitter
PR: ports/100929
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> |
15 Apr 2006 06:37:29
0.20 |
linimon  |
Reset mph due to no response to email about status, and maintainer-timeouts.
Hat: portmgr |
22 Jan 2006 12:42:24
0.20 |
edwin  |
SHA256ify
Approved by: krion@ |
31 Mar 2004 03:12:58
0.20 |
trevor  |
SIZEify (maintainer timeout) |
07 Mar 2003 06:05:38
0.20 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
01 Mar 2003 13:04:27
0.20 |
sf  |
track ESR's page.
www.tuxedo.org -> www.catb.org |
29 Nov 2000 18:39:54  |
mph  |
Upgrade to 0.20. |
08 Oct 2000 04:17:26  |
asami  |
Convert category lang to new layout. |