aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63026a5a3d..c9169b4b4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-11-30 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * configure.in: Bumped required gal version to 0.2.99.4 for
+ e_str_make_safe.
+
+ * README: Added some necessary :'s in the pilot-link cvs
+ stuff.
+
2000-11-30 Gediminas Paulauskas <menesis@delfi.lt>
* calendar/gui/main.c, executive-summary/component/main.c, mail/main.c,
me/tree/lang?h=gstreamer&id=c779f342d2b34e828d96953ef0a0ce32861128c1'>lang/p5-Marpa/Makefile
blob: 1e48ad8ee403d96158bf55f416afd9664f01e3d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    p5-Marpa
# Date created:     2011-10-25
# Whom:         Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Marpa
PORTVERSION=    0.208
CATEGORIES= lang textproc perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:JKEGL
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION}000

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Parse any Language You Can Describe in BNF

BUILD_DEPENDS=  p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \
        p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI
RUN_DEPENDS=    p5-HTML-Parser>=3.64:${PORTSDIR}/www/p5-HTML-Parser \
        p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI

PERL_CONFIGURE= yes

MAN3=       Marpa::Advanced::Algorithm.3 \
        Marpa::Advanced::Bibliography.3 \
        Marpa::Advanced::Implementation.3 \
        Marpa::Advanced::Models.3 \
        Marpa::Deprecated::Bocage.3 \
        Marpa::Deprecated::Evaluator.3 \
        Marpa::Deprecated::Implementation.3 \
        Marpa::Grammar.3 \
        Marpa::Marpa.3 \
        Marpa::Parse_Terms.3 \
        Marpa::Recognizer.3 \
        Marpa::Semantics.3 \
        Marpa::Support.3 \
        Marpa::Tracing.3

.include <bsd.port.mk>