summaryrefslogtreecommitdiff
path: root/lang/bf2c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Update to 1.3.1Rene Ladan2013-06-123-10/+9
| | | | | | | | | | | | | | | Changes: - Use github directly instead of my local server. - Rework WRKSRC/Makefile to allow simplifying port Makefile and drop the dependency on gmake. - Drop README, refer to website instead. - Add a simple BF generator. Note that the version reported by the bf2c binary is still 1.2.5, as it did not change at all during this update. Notes: svn path=/head/; revision=320728
* - remove empty OPTIONS_DEFAULTRene Ladan2013-03-251-1/+1
| | | | | | | - portlint fixes Notes: svn path=/head/; revision=315209
* New ISP, no need to redirect HTTP traffic to port 8080 any longer.Rene Ladan2012-11-241-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307713
* Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are alwaysRene Ladan2012-10-291-0/+2
| | | | | | | | | defined. Feature safe: yes Notes: svn path=/head/; revision=306613
* Use optionsNG syntax for NOPORTDOCSRene Ladan2012-10-231-1/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306332
* Cleanup Makefile headers of my ports.Rene Ladan2012-10-071-5/+1
| | | | | | | Just use my login for ports I originally created myself. Notes: svn path=/head/; revision=305446
* Update to 1.2.5Rene Ladan2012-02-192-3/+3
| | | | Notes: svn path=/head/; revision=291856
* - Undeprecate.Rene Ladan2012-01-023-13/+7
| | | | | | | | - Update to 1.2.4. - Move to new MASTER_SITE Notes: svn path=/head/; revision=288441
* Deprecate with 2 months timeout, I haven't developed/used it for years.Rene Ladan2012-01-011-0/+3
| | | | Notes: svn path=/head/; revision=288371
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Respect CC and CXX, these were overwritten by the upstream MakefileRene Ladan2010-10-261-2/+2
| | | | Notes: svn path=/head/; revision=263619
* Remove the defunct email address from pkg-descrRene Ladan2010-08-271-3/+0
| | | | Notes: svn path=/head/; revision=260081
* * Fix package list by not defining LICENSE_FILE explicitlyRene Ladan2010-06-212-4/+1
| | | | | | | | | | | | (bsd.license.mk does not like the filename "LICENSE"), also remove a copy from DOCSDIR * Simplify a REINPLACE_CMD Approved by: tabthorpe (mentor) Feature safe: yes Notes: svn path=/head/; revision=256795
* Use correct file for LICENSE_FILE, fixing the buildRene Ladan2010-06-151-1/+1
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=256558
* These ports are BSD-licensedRene Ladan2010-06-131-0/+3
| | | | | | | | Approved by: tabthorpe (mentor) Feature safe: yes Notes: svn path=/head/; revision=256489
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Update maintainer mailMartin Wilke2009-01-051-1/+1
| | | | | | | | PR: 127077 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=225285
* - Fix build with GCC 4.x (by switching off -Werror). [1]Shaun Amott2006-12-151-0/+4
| | | | | | | | | | - Respect CXX and CXXFLAGS. PR: ports/106749 [1] Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=179817
* - Update maintainer's addressPav Lucistnik2006-04-081-1/+1
| | | | | | | | PR: ports/95523 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=159165
* - Pass maintainership (back) to submitter.Tim Bishop2006-02-221-6/+6
| | | | | | | | PR: 93642 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> Notes: svn path=/head/; revision=156678
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* Drop MAINTAINERMarcus Alves Grando2005-10-291-1/+1
| | | | | | | | PR: 88196 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> (maintainer) Notes: svn path=/head/; revision=146697
* Update to 1.2.3Tilman Keskinoz2004-04-292-4/+3
| | | | | | | | PR: 65911 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> Notes: svn path=/head/; revision=107974
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* New port: optimizing BF to C compilerEdwin Groothuis2003-09-274-0/+45
BrainF*ck is a minimalistic, yet Turing-complete programming language with only 8 instructions. bf2c compiles a BF file into a corresponding C file, optimizing as much as possible for speed, size and readability. It is written for fun, self-educating purposes and to beat existing BF compilers. PR: ports/57241 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> Notes: svn path=/head/; revision=89524