[Bug 233594] [NEW PORT}: lang/parser3: Simple and convenient object-oriented language

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 28 03:29:49 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233594

            Bug ID: 233594
           Summary: [NEW PORT}: lang/parser3: Simple and convenient
                    object-oriented language
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: montblanc at mail.ru

Created attachment 199624
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199624&action=edit
Simple and convenient object-oriented language

Parser is a simple and convenient object-oriented language, which
allows creating good sites in short time. Parser was started in Art.
Lebedev studio in 1997. Nowadays, most of sites created by Art.
Lebedev studio are made with Parser.


The original distribution does not support the following options:
--without-gmime, --enable-safe-mode, --without-xml.
To explicitly exclude these options, you must leave the following lines in the
Makefile:

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MGMIME}
CONFIGURE_ARGS+=        --with-mailreceive
.endif

.if ! ${PORT_OPTIONS:MSAFE_MODE}
CONFIGURE_ARGS+=        --disable-safe-mode
.endif

.if ${PORT_OPTIONS:MXML}
CONFIGURE_ARGS+=        --with-xml=${LOCALBASE}
.endif

I am sending a new version in the attachment.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list