Rene Ladan
1908e99040
lang/bf2c: update WWW to point to the GitHub repository
2018-08-04 14:11:15 +00:00
Rene Ladan
11871fb7f7
lang/bf2c: fix build with clang 6
...
Submitted by: pkg-fallout
2018-01-15 16:34:36 +00:00
Dmitry Marakasov
e7cebf7128
- Add LICENSE_FILE
...
- Remove bogus USES=tar:xz
- Switch to options helpers
Approved by: portmgr blanket
2016-09-01 14:09:51 +00:00
Mathieu Arnold
018eeadae5
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
...
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Rene Ladan
89304c8187
Change WWW line of ports that point to my web site, which is now served over
...
HTTPS.
While here, regenerate patch for lang/bf2c to pet portlint.
2016-02-14 15:27:58 +00:00
Mathieu Arnold
07da776842
Update ports in the [i-m]* category to not use GH_COMMIT.
...
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
2015-05-07 16:32:43 +00:00
Rene Ladan
032957ad09
Convert to USES=tar:*
2014-03-16 15:05:36 +00:00
Rene Ladan
89411770dc
lang/bf2c: (upstream) Makefile cleanups
...
- use DESTDIR in upstream Makefile and drop MAKE_ARGS
- define install-strip target in upstream Makefile and use it
- replace pkg-plist by PORTDOCS and PLIST_FILES
2014-02-21 11:31:12 +00:00
Rene Ladan
4cc8f63a51
- Unconditionally install documentation into STAGEDIR
...
- Strip binaries
- Bump PORTREVISION
2014-02-16 16:18:29 +00:00
Rene Ladan
45686c9388
rene-ladan.nl is online again, re-add WWW line to pkg-descr
2014-01-03 15:16:13 +00:00
Rene Ladan
3964fa47ba
rene-ladan.nl is offline for now, remove the WWW: line from pkg-descr
2013-12-27 14:54:08 +00:00
Rene Ladan
14f13b87df
Specify which BSD licence applies.
...
Submitted by: make check-sanity
2013-12-15 17:41:39 +00:00
Rene Ladan
3a9d1ecbbe
Add stage support.
2013-09-24 16:08:39 +00:00
Baptiste Daroussin
888ab73a81
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
2013-09-20 19:53:09 +00:00
Rene Ladan
802e9c4153
Update to 1.3.1
...
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.
2013-06-12 23:01:23 +00:00
Rene Ladan
ce7adeaf15
- remove empty OPTIONS_DEFAULT
...
- portlint fixes
2013-03-25 10:09:39 +00:00
Rene Ladan
4b683ccd30
New ISP, no need to redirect HTTP traffic to port 8080 any longer.
...
Feature safe: yes
2012-11-24 10:44:52 +00:00
Rene Ladan
5f545f7ce1
Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always
...
defined.
Feature safe: yes
2012-10-29 13:57:56 +00:00
Rene Ladan
17243213cd
Use optionsNG syntax for NOPORTDOCS
...
Feature safe: yes
2012-10-23 21:16:56 +00:00
Rene Ladan
902cc7fc4f
Cleanup Makefile headers of my ports.
...
Just use my login for ports I originally created myself.
2012-10-07 09:11:51 +00:00
Rene Ladan
797cf2f978
Update to 1.2.5
2012-02-19 21:55:07 +00:00
Rene Ladan
0c17849725
- Undeprecate.
...
- Update to 1.2.4.
- Move to new MASTER_SITE
2012-01-02 22:48:13 +00:00
Rene Ladan
c2f2d9bfd5
Deprecate with 2 months timeout, I haven't developed/used it for years.
2012-01-01 16:45:38 +00:00
Olli Hauer
27de467a2b
- remove MD5
2011-07-03 13:45:36 +00:00
Rene Ladan
0e43e8ff11
Respect CC and CXX, these were overwritten by the upstream Makefile
2010-10-26 14:28:35 +00:00
Rene Ladan
b00807fd3e
Remove the defunct email address from pkg-descr
2010-08-27 15:57:26 +00:00
Rene Ladan
f6a9ca67c6
* Fix package list by not defining LICENSE_FILE explicitly
...
(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
2010-06-21 17:01:36 +00:00
Rene Ladan
b7c937605b
Use correct file for LICENSE_FILE, fixing the build
...
Approved by: tabthorpe (mentor)
2010-06-15 17:37:48 +00:00
Rene Ladan
17c16158a4
These ports are BSD-licensed
...
Approved by: tabthorpe (mentor)
Feature safe: yes
2010-06-13 20:04:04 +00:00
Dmitry Marakasov
0074c5fa8c
- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
2009-08-22 00:24:37 +00:00
Martin Wilke
af6a36b2d1
- Update maintainer mail
...
PR: 127077
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2009-01-05 16:23:31 +00:00
Shaun Amott
29e1d827c8
- Fix build with GCC 4.x (by switching off -Werror). [1]
...
- Respect CXX and CXXFLAGS.
PR: ports/106749 [1]
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2006-12-15 02:12:57 +00:00
Pav Lucistnik
4851f565df
- Update maintainer's address
...
PR: ports/95523
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
2006-04-08 23:14:16 +00:00
Tim Bishop
5e7fbe2c02
- Pass maintainership (back) to submitter.
...
PR: 93642
Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
2006-02-22 16:18:49 +00:00
Pav Lucistnik
f307f38435
- Add SHA256
2005-11-25 00:33:45 +00:00
Marcus Alves Grando
3f3e54f208
Drop MAINTAINER
...
PR: 88196
Submitted by: Rene Ladan <r.c.ladan@student.tue.nl> (maintainer)
2005-10-29 20:27:05 +00:00
Tilman Keskinoz
8e71ebcc45
Update to 1.2.3
...
PR: 65911
Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
2004-04-29 14:10:19 +00:00
Trevor Johnson
8232e82f85
SIZEify (maintainer timeout)
2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Edwin Groothuis
161411524e
New port: optimizing BF to C compiler
...
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>
2003-09-27 07:16:27 +00:00