notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/tcc/pkg-plist

Number of commits found: 12

Tuesday, 9 Jan 2024
15:41 Baptiste Daroussin (bapt) search for other commits by this committer
MAN[1-5]PREFIX: eleminate its usage  and move man to share/man
commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d commit hash: e10e2022a9b32f3a8011a08e3929fa263a7bdb5d e10e202
Friday, 24 Jul 2015
04:28 pi search for other commits by this committer
lang/tcc: add amd64 support

- Add amd64 support
- Fix shebang in texi2pod.pl
- Fix pkg-plist
- Bump PORTVERSION

PR:		201749
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
Original commitRevision:392768 
Monday, 27 Oct 2014
15:23 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371587 
Tuesday, 29 Jul 2014
14:33 madpilot search for other commits by this committer
- Fix plist
- Add INFO macro and USES=makeinfo to make it also work on revent head
- Clean up Makefile

PR:		192137
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com> (maintainer)
Original commitRevision:363329 
Thursday, 19 Jun 2014
20:13 marino search for other commits by this committer
lang/tcc: Update version 0.9.25 => 0.9.26 and assign maintainer

PR:		191154
Submitted by:	Carlos Jacobo Puga Medina
Verified by:	Redports x4 (i386-only)
Original commitRevision:358463 
Wednesday, 29 Jan 2014
15:26 danfe search for other commits by this committer
Stafigy; clean up the Makefile and port description while here.
Original commitRevision:341749 
Saturday, 2 Mar 2013
14:52 miwi search for other commits by this committer
- Update to 0.9.25

PR:		176551
Submitted by:	Ports Fury
Original commitRevision:313251 
Friday, 21 Aug 2009
04:39 dinoex search for other commits by this committer
- add experimetal support for new archs
Original commit
Sunday, 30 Nov 2008
14:03 dinoex search for other commits by this committer
Tiny C Compiler

Features:
* SMALL! You can compile and execute C code everywhere, for example on rescue
  disks (about 100KB for x86 TCC executable, including C preprocessor,
  C compiler, assembler and linker).
* FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and
  link several times faster than GCC.
* UNLIMITED! Any C dynamic library can be used directly. TCC is heading torward
  full ISOC99 compliance. TCC can of course compile itself.
* SAFE! tcc includes an optional memory and bound checker. Bound checked code
  can be mixed freely with standard code.
* Compile and execute C source directly. No linking or assembly necessary.
  Full C preprocessor and GNU-like assembler included.
* C script supported : just add '#!/usr/local/bin/tcc -run' at the first line
  of your C source, and execute it directly from the command line.
* With libtcc, you can use TCC as a backend for dynamic code generation.

WWW: http://bellard.org/tcc/
Original commit
Monday, 19 Feb 2007
09:37 gabor search for other commits by this committer
Remove expired port:

2006-12-01 lang/tcc: is only for i386, and you are running amd64.

Approved by:    erwin (mentor, implicit)
Original commit
Thursday, 18 May 2006
02:48 jkoshy search for other commits by this committer
Correct a plist error.

Reported by:    kris
Original commit
Tuesday, 16 May 2006
01:42 jkoshy search for other commits by this committer
A new port for TinyCC, a small and fast C compiler.

Tcc's features include:
  * Small: You can compile and execute C code everywhere, for
    example on rescue disks (about 100KB for x86 TCC executable,
    including C preprocessor, C compiler, assembler and linker).
  * Fast: tcc generates optimized x86 code. No byte code overhead.
    Compile, assemble and link several times faster than GCC.
  * Unlimited: Any C dynamic library can be used directly. TCC is
    heading torward full ISOC99 compliance. TCC can of course compile
    itself.
  * Safe: tcc includes an optional memory and bound checker. Bound
    checked code can be mixed freely with standard code.
  * Compile and execute C source directly. No linking or assembly
    necessary. Full C preprocessor and GNU-like assembler included.
  * C script supported : just add '#!/usr/local/bin/tcc -run' at
    the first line of your C source, and execute it directly from the
    command line.
  * With libtcc, you can use TCC as a backend for dynamic code
    generation.
Original commit

Number of commits found: 12