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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
ragel Compile regular languages into executable C/C++ code
6.10_1 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 6.10_1Version of this port present on the latest quarterly branch.
Maintainer: adridg@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-05-06 16:13:32
Last Update: 2024-01-21 20:48:11
Commit Hash: 35cfb28
People watching this port, also watch:: teapot, sdl, p5-File-Tail
License: GPLv2 GPLv3
WWW:
http://www.complang.org/ragel/
Description:
Ragel compiles finite state machines from regular languages into runnable C code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language. When you wish to write down a regular language you start with some simple regular language and build a bigger one using the regular language operators union, concatenation, kleene star, intersection and subtraction. This is precisely the way you describe to Ragel how to compile your finite state machines. Ragel also understands operators that insert function calls into machines and operators that control any non-determinism in machines.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (151 items)
Collapse this list.
  1. /usr/local/share/licenses/ragel-6.10_1/catalog.mk
  2. /usr/local/share/licenses/ragel-6.10_1/LICENSE
  3. /usr/local/share/licenses/ragel-6.10_1/GPLv2
  4. /usr/local/share/licenses/ragel-6.10_1/GPLv3
  5. bin/ragel
  6. share/man/man1/ragel.1.gz
  7. @comment share/doc/ragel/bmconcat.pdf
  8. @comment share/doc/ragel/bmnull.pdf
  9. @comment share/doc/ragel/bmnum.pdf
  10. @comment share/doc/ragel/bmor.pdf
  11. @comment share/doc/ragel/bmrange.pdf
  12. @comment share/doc/ragel/bmregex.pdf
  13. @comment share/doc/ragel/comments1.pdf
  14. @comment share/doc/ragel/comments2.pdf
  15. @comment share/doc/ragel/conds1.pdf
  16. @comment share/doc/ragel/conds2.pdf
  17. @comment share/doc/ragel/dropdown.pdf
  18. @comment share/doc/ragel/entryguard.pdf
  19. @comment share/doc/ragel/exaction.pdf
  20. @comment share/doc/ragel/exallact.pdf
  21. @comment share/doc/ragel/exconcat.pdf
  22. @comment share/doc/ragel/exdoneact.pdf
  23. @comment share/doc/ragel/exinter.pdf
  24. @comment share/doc/ragel/exnegate.pdf
  25. @comment share/doc/ragel/exoption.pdf
  26. @comment share/doc/ragel/exor.pdf
  27. @comment share/doc/ragel/exoutact1.pdf
  28. @comment share/doc/ragel/exoutact2.pdf
  29. @comment share/doc/ragel/explus.pdf
  30. @comment share/doc/ragel/exstact.pdf
  31. @comment share/doc/ragel/exstar.pdf
  32. @comment share/doc/ragel/exstrongsubtr.pdf
  33. @comment share/doc/ragel/exsubtr.pdf
  34. @comment share/doc/ragel/finguard.pdf
  35. @comment share/doc/ragel/leftguard.pdf
  36. @comment share/doc/ragel/lines1.pdf
  37. @comment share/doc/ragel/lines2.pdf
  38. @comment share/doc/ragel/lmkleene.pdf
  39. @comment share/doc/ragel/opconcat.pdf
  40. @comment share/doc/ragel/opor.pdf
  41. @comment share/doc/ragel/opstar.pdf
  42. @comment share/doc/ragel/ragel-guide.pdf
  43. @comment share/doc/ragel/smallscanner.pdf
  44. @comment share/doc/ragel/stembed.pdf
  45. share/examples/ragel/Makefile
  46. share/examples/ragel/Makefile.am
  47. share/examples/ragel/Makefile.in
  48. share/examples/ragel/README
  49. share/examples/ragel/atoi1.rl
  50. share/examples/ragel/atoi2.rl
  51. share/examples/ragel/atoi3.rl
  52. share/examples/ragel/awkemu.rl
  53. share/examples/ragel/builtin.rl
  54. share/examples/ragel/call1.rl
  55. share/examples/ragel/call2.rl
  56. share/examples/ragel/call3.rl
  57. share/examples/ragel/checkeofact.txl
  58. share/examples/ragel/clang1.rl
  59. share/examples/ragel/clang2.rl
  60. share/examples/ragel/clang3.rl
  61. share/examples/ragel/clang4.rl
  62. share/examples/ragel/cond1.rl
  63. share/examples/ragel/cond2.rl
  64. share/examples/ragel/cond3.rl
  65. share/examples/ragel/cond4.rl
  66. share/examples/ragel/cond5.rl
  67. share/examples/ragel/cond6.rl
  68. share/examples/ragel/cond7.rl
  69. share/examples/ragel/cppscan1.h
  70. share/examples/ragel/cppscan1.rl
  71. share/examples/ragel/cppscan2.rl
  72. share/examples/ragel/cppscan3.rl
  73. share/examples/ragel/cppscan4.rl
  74. share/examples/ragel/cppscan5.rl
  75. share/examples/ragel/cppscan6.rl
  76. share/examples/ragel/element1.rl
  77. share/examples/ragel/element2.rl
  78. share/examples/ragel/element3.rl
  79. share/examples/ragel/eofact.h
  80. share/examples/ragel/eofact.rl
  81. share/examples/ragel/erract1.rl
  82. share/examples/ragel/erract2.rl
  83. share/examples/ragel/erract3.rl
  84. share/examples/ragel/erract4.rl
  85. share/examples/ragel/erract5.rl
  86. share/examples/ragel/erract6.rl
  87. share/examples/ragel/erract7.rl
  88. share/examples/ragel/erract8.rl
  89. share/examples/ragel/erract9.rl
  90. share/examples/ragel/export1.rl
  91. share/examples/ragel/export2.rl
  92. share/examples/ragel/export3.rl
  93. share/examples/ragel/export4.rl
  94. share/examples/ragel/fnext1.rl
  95. share/examples/ragel/forder1.rl
  96. share/examples/ragel/forder2.rl
  97. share/examples/ragel/forder3.rl
  98. share/examples/ragel/gotocallret1.rl
  99. share/examples/ragel/gotocallret2.rl
  100. share/examples/ragel/high1.rl
  101. share/examples/ragel/high2.rl
  102. share/examples/ragel/high3.rl
  103. share/examples/ragel/import1.rl
  104. share/examples/ragel/include1.rl
  105. share/examples/ragel/include2.rl
  106. share/examples/ragel/java1.rl
  107. share/examples/ragel/java2.rl
  108. share/examples/ragel/keller1.rl
  109. share/examples/ragel/langtrans_c.sh
  110. share/examples/ragel/langtrans_c.txl
  111. share/examples/ragel/langtrans_csharp.sh
  112. share/examples/ragel/langtrans_csharp.txl
  113. share/examples/ragel/langtrans_d.sh
  114. share/examples/ragel/langtrans_d.txl
  115. share/examples/ragel/langtrans_java.sh
  116. share/examples/ragel/langtrans_java.txl
  117. share/examples/ragel/langtrans_ruby.sh
  118. share/examples/ragel/langtrans_ruby.txl
  119. share/examples/ragel/lmgoto.rl
  120. share/examples/ragel/mailbox1.h
  121. share/examples/ragel/mailbox1.rl
  122. share/examples/ragel/mailbox2.rl
  123. share/examples/ragel/mailbox3.rl
  124. share/examples/ragel/minimize1.rl
  125. share/examples/ragel/patact.rl
  126. share/examples/ragel/range.rl
  127. share/examples/ragel/recdescent1.rl
  128. share/examples/ragel/recdescent2.rl
  129. share/examples/ragel/recdescent3.rl
  130. share/examples/ragel/repetition.rl
  131. share/examples/ragel/rlscan.rl
  132. share/examples/ragel/ruby1.rl
  133. share/examples/ragel/runtests
  134. share/examples/ragel/runtests.in
  135. share/examples/ragel/scan1.rl
  136. share/examples/ragel/scan2.rl
  137. share/examples/ragel/scan3.rl
  138. share/examples/ragel/scan4.rl
  139. share/examples/ragel/stateact1.rl
  140. share/examples/ragel/statechart1.rl
  141. share/examples/ragel/strings1.rl
  142. share/examples/ragel/strings2.h
  143. share/examples/ragel/strings2.rl
  144. share/examples/ragel/testcase.txl
  145. share/examples/ragel/tokstart1.rl
  146. share/examples/ragel/union.rl
  147. share/examples/ragel/xml.rl
  148. share/examples/ragel/xmlcommon.rl
  149. @owner
  150. @group
  151. @mode
Collapse this list.
Dependency lines:
  • ragel>0:devel/ragel
To install the port:
cd /usr/ports/devel/ragel/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/ragel
  • pkg install ragel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ragel
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1494186500 SHA256 (ragel-6.10.tar.gz) = 5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f SIZE (ragel-6.10.tar.gz) = 1232993

Packages (timestamps in pop-ups are UTC):
ragel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.10_16.10_16.10_16.10_16.10_1-6.10_1-
FreeBSD:13:quarterly6.10_16.10_16.10_16.10_16.10_16.10_16.10_16.10_1
FreeBSD:14:latest6.10_16.10_16.10_16.10_16.10_16.10_1-6.10_1
FreeBSD:14:quarterly6.10_16.10_1-6.10_16.10_16.10_16.10_16.10_1
FreeBSD:15:latest6.10_16.10_1n/a6.10_1n/a6.10_16.10_16.10_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
This port is required by:
for Build
  1. devel/hyperscan
  2. devel/z88dk
  3. dns/gdnsd2
  4. graphics/hiptext
  5. graphics/inkscape
  6. mail/rspamd
  7. mail/rspamd-devel
Expand this list (10 items / 3 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. math/lib2geom
  3. net/tcpproxy
  4. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. dns/powerdns-devel*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. misc/rubygem-ohcount*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for ragel-6.10_1: EXAMPLES=on: Build and/or install examples TEXDOCS=off: Build pdf documentation (requires LaTeX) ===> Use 'make config' to modify these settings
Options name:
devel_ragel
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.colm.net/files/ragel/
Collapse this list.

Number of commits found: 65

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.10_1
21 Jan 2024 20:48:11
commit hash: 35cfb28baa1c2d247ab4e4bc91703e1a8f656b6ecommit hash: 35cfb28baa1c2d247ab4e4bc91703e1a8f656b6ecommit hash: 35cfb28baa1c2d247ab4e4bc91703e1a8f656b6ecommit hash: 35cfb28baa1c2d247ab4e4bc91703e1a8f656b6e files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/ragel: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
6.10_1
21 Jan 2024 12:51:14
commit hash: 00c879c8467e78588fb321a68fc88d25ef8b7153commit hash: 00c879c8467e78588fb321a68fc88d25ef8b7153commit hash: 00c879c8467e78588fb321a68fc88d25ef8b7153commit hash: 00c879c8467e78588fb321a68fc88d25ef8b7153 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/ragel: Sanitize MANPREFIX

Approved by:	portmgr (blanket)
6.10_1
19 Dec 2022 14:44:58
commit hash: 721e5776c957ada07a0d148f5fc3e782a251e6dccommit hash: 721e5776c957ada07a0d148f5fc3e782a251e6dccommit hash: 721e5776c957ada07a0d148f5fc3e782a251e6dccommit hash: 721e5776c957ada07a0d148f5fc3e782a251e6dc files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex

- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
  and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
  infrastructure and also in the ports which have been removed from the
  ports as those are redundant.

In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.

Reviewed by:	portmgr
Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
6.10_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.10_1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
6.10_1
12 May 2021 21:56:05
commit hash: ca38b3621a36207c7276b9c2a6521d9f18f94328commit hash: ca38b3621a36207c7276b9c2a6521d9f18f94328commit hash: ca38b3621a36207c7276b9c2a6521d9f18f94328commit hash: ca38b3621a36207c7276b9c2a6521d9f18f94328 files touched by this commit
Adriaan de Groot (adridg) search for other commits by this committer
devel/ragel: take maintainership
6.10_1
12 May 2021 21:19:29
commit hash: ae7a6021339e915381c295f53102585d85ddea66commit hash: ae7a6021339e915381c295f53102585d85ddea66commit hash: ae7a6021339e915381c295f53102585d85ddea66commit hash: ae7a6021339e915381c295f53102585d85ddea66 files touched by this commit
Danilo Egea Gondolfo (danilo) search for other commits by this committer
devel/ragel: Drop maintainership
6.10_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
6.10_1
06 Nov 2018 16:53:40
Revision:484306Original commit files touched by this commit
vsevolod search for other commits by this committer
- Rename DOCS to TEXDOCS to avoid default LaTeX dependency
- Fix build and package when building with no documents/examples
- Use options specific targets

PR:		219798
Submitted by:	vsevolod
Approved by:	maintainer timeout (>1 year)
6.10
07 May 2017 20:36:37
Revision:440364Original commit files touched by this commit
danilo search for other commits by this committer
- Update to 6.10
6.9
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
6.9
06 Nov 2015 01:46:22
Revision:400880Original commit files touched by this commit
danilo search for other commits by this committer
- Update MASTER_SITES
6.9
31 Oct 2014 20:13:54
Revision:371934Original commit files touched by this commit
danilo search for other commits by this committer
- Update from 6.8 to 6.9
6.8_1
27 Oct 2014 11:07:20
Revision:371552Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
6.8_1
12 Oct 2014 15:33:48
Revision:370722Original commit files touched by this commit
danilo search for other commits by this committer
- Use options helpers
6.8_1
25 Sep 2013 23:00:31
Revision:328324Original commit files touched by this commit
danilo search for other commits by this committer
- Remove "/" after ${STAGEDIR}
- Remove "if" statements

Submitted by:	olivierd
Approved by:	wg (mentor)
6.8_1
25 Sep 2013 05:24:41
Revision:328254Original commit files touched by this commit
danilo search for other commits by this committer
- Fix build on CURRENT [1]
- Convert USE_GMAKE to USES
- Use options helpers
- Add staging support
- Change maintainer email to @FreeBSD.org

PR:		ports/182240 [1]
Submitted by:	Jan Beich <jbeich@tormail.org>
Approved by:	culot (mentor)
6.8
20 Sep 2013 17:17:45
Revision:327726Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4)
6.8
14 Aug 2013 22:35:54
Revision:324744Original commit files touched by this commit Sanity Test Failure
ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
6.8
11 May 2013 17:58:56
Revision:317899Original commit files touched by this commit
hrs search for other commits by this committer
Rectify USE_TEX to support both of teTeX and TeXLive.

TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
6.8
06 May 2013 02:00:41
Revision:317455Original commit files touched by this commit
hrs search for other commits by this committer
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
6.8
14 Feb 2013 22:25:27
Revision:312247Original commit files touched by this commit
lippe search for other commits by this committer
- Update to 6.8
- Pass maintainership to submitter

PR:		ports/176119
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
6.7
14 Jan 2012 19:18:53
Original commit files touched by this commit
miwi search for other commits by this committer
- Unbreak build with libc++

PR:             163444
Submitted by:   Jan Beich <jbeich@tormail.net>
6.7
21 Oct 2011 15:22:07
Original commit files touched by this commit
pawel search for other commits by this committer
Fix build with clang

PR:             ports/161527
Submitted by:   Nali Toja <nalitoja@gmail.com>
6.7
02 Jul 2011 16:09:17
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 6.7

PR:             158479
Submitted by:   Ports Fury
6.6
07 Jul 2010 13:47:18
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Mark MAKE_JOBS_SAFE

Feature safe:   yes
6.6
13 Dec 2009 00:20:38
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 6.6

PR:             141291
Submitted by:   Ports Fury
6.5
28 May 2009 23:49:24
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 6.5

PR:             135030
Submitted by:   Ports Fury
6.4
03 Apr 2009 08:52:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 6.4

PR:             133313
Submitted by:   Ports Fury
6.3
17 Mar 2009 20:12:48
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to version 6.3

PR:             132743
Submitted by:   KATO Tsuguru <tkato432 at yahoo dot com>
5.23_1
13 Mar 2009 23:27:19
Original commit files touched by this commit
shaun search for other commits by this committer
Free most of my ports, since they aren't being maintained to a
reasonable standard.
5.23_1
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
5.23_1
17 Oct 2007 10:13:01
Original commit files touched by this commit
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
5.23
09 Sep 2007 23:51:00
Original commit files touched by this commit
shaun search for other commits by this committer
Update 5.23.

PR:             ports/114960
Submitted by:   ijliao
5.20
29 Apr 2007 23:45:29
Original commit files touched by this commit
shaun search for other commits by this committer
Upgrade to 5.20.
5.14
05 Oct 2006 20:06:49
Original commit files touched by this commit
shaun search for other commits by this committer
Upgrade to 5.14.
5.11
16 Aug 2006 15:00:26
Original commit files touched by this commit
shaun search for other commits by this committer
- Upgrade to 5.11.
- Builds with GCC 2.95 again.
- Add Ragel User's Guide to distfiles.
5.10
14 Aug 2006 21:29:24
Original commit files touched by this commit
shaun search for other commits by this committer
Fix build on 4.x by requiring gcc 3.2+.

Reported by:    pointyhat via kris
5.10
09 Aug 2006 00:24:41
Original commit files touched by this commit
shaun search for other commits by this committer
Upgrade to 5.10.

ChangeLog: http://www.cs.queensu.ca/~thurston/ragel/ChangeLog
5.7
19 Jun 2006 20:06:59
Original commit files touched by this commit
shaun search for other commits by this committer
Switch to my @FreeBSD.org address.

Approved by:    ahze (mentor)
5.7
05 Jun 2006 11:53:05
Original commit files touched by this commit
itetcu search for other commits by this committer
- Update to 5.7
- Add additional mirror

PR:             ports/97524
Submitted by:   Shaun Amott <shaun@inerd.com> (maintainer)
Approved by:    lawrance (mentor, implicit)
5.6
29 Apr 2006 09:04:07
Original commit files touched by this commit
ehaupt search for other commits by this committer
Add an additional mirror.

Submitted by:   Shaun Amott <shaun@inerd.com> (maintainer)
5.6
04 Apr 2006 17:30:11
Original commit files touched by this commit
garga search for other commits by this committer
- Update to 5.6
- Pass maintainership to submitter

PR:             ports/95280
Submitted by:   Shaun Amott <shaun@inerd.com>
5.5
30 Mar 2006 02:10:03
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 5.5
5.1
27 Dec 2005 10:04:54
Original commit files touched by this commit
ehaupt search for other commits by this committer
Update to 5.1

PR:             90925
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
4.1
24 Nov 2005 15:40:04
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
4.1
09 Sep 2005 18:24:50
Original commit files touched by this commit
lawrance search for other commits by this committer
Update to 4.1

PR:             ports/85874
Submitted by:   Ports Fury
3.6
12 Apr 2005 03:26:57
Original commit files touched by this commit
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
3.6
11 Apr 2005 08:04:41
Original commit files touched by this commit
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2.2_1
05 Feb 2004 20:38:07
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
2.2_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
2.2
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
2.2
07 Oct 2003 15:05:21
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 2.2
1.4.1
20 Feb 2003 17:07:10
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.4.1
02 Jan 2003 18:38:02
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.4.1

PR:             45925
Submitted by:   Ports Fury
1.3.4
08 Nov 2002 14:13:23
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.3.4
1.3.3
07 Nov 2002 03:10:58
Original commit files touched by this commit
adamw search for other commits by this committer
Fix PORTCOMMENTs that were killing INDEX builds.

105 pointy hats to:     me
Approved by:            pat
1.3.3
23 Oct 2002 08:54:34
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.3.3.
1.3.2
18 Oct 2002 21:48:19
Original commit files touched by this commit
obraun search for other commits by this committer
Upgrade to 1.3.2.

PR:             44224
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
1.3.1
16 Oct 2002 06:54:51
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 1.3.1.

PR:             ports/44110
Submitted by:   Ports Fury.
1.3.0
05 Sep 2002 04:24:35
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.3.0
1.2.2
27 May 2002 06:35:29
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.2.2
1.2.1
14 May 2002 06:46:49
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 1.2.1
1.2.0
06 May 2002 16:12:39
Original commit files touched by this commit
ijliao search for other commits by this committer
add ragel 1.2.0
Ragel State Machine Compiler

Number of commits found: 65