aboutsummaryrefslogtreecommitdiff
path: root/lang/tcc/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* lang/tcc: add amd64 supportKurt Jaeger2015-07-241-0/+4
| | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=392768
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371587
* - Fix plistGuido Falsi2014-07-291-5/+0
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=363329
* lang/tcc: Update version 0.9.25 => 0.9.26 and assign maintainerJohn Marino2014-06-191-2/+12
| | | | | | | | | PR: 191154 Submitted by: Carlos Jacobo Puga Medina Verified by: Redports x4 (i386-only) Notes: svn path=/head/; revision=358463
* Stafigy; clean up the Makefile and port description while here.Alexey Dokuchaev2014-01-291-0/+1
| | | | Notes: svn path=/head/; revision=341749
* - Update to 0.9.25Martin Wilke2013-03-021-1/+1
| | | | | | | | PR: 176551 Submitted by: Ports Fury Notes: svn path=/head/; revision=313251
* - add experimetal support for new archsDirk Meyer2009-08-211-1/+1
| | | | Notes: svn path=/head/; revision=240007
* Tiny C CompilerDirk Meyer2008-11-301-0/+15
| | | | | | | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=223624
* Remove expired port:Gabor Kovesdan2007-02-191-15/+0
| | | | | | | | | 2006-12-01 lang/tcc: is only for i386, and you are running amd64. Approved by: erwin (mentor, implicit) Notes: svn path=/head/; revision=185506
* Correct a plist error.Joseph Koshy2006-05-181-0/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=162690
* A new port for TinyCC, a small and fast C compiler.Joseph Koshy2006-05-161-0/+14
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. Notes: svn path=/head/; revision=162507