mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a5432df574
cl-ppcre is a pure ANSI Common Lisp implementation of Perl-compatible regular expressions. This port depends on the previously submitted ASDF port. It installs the sources and the .asd file. There are other ports for binaries for the supported Lisp implementations. PR: ports/52369 Submitted by: Henrik Motakef <henrik.motakef@web.de>
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
lib/common-lisp/cl-ppcre/api.lisp
|
|
lib/common-lisp/cl-ppcre/closures.lisp
|
|
lib/common-lisp/cl-ppcre/convert.lisp
|
|
lib/common-lisp/cl-ppcre/lexer.lisp
|
|
lib/common-lisp/cl-ppcre/load.lisp
|
|
lib/common-lisp/cl-ppcre/optimize.lisp
|
|
lib/common-lisp/cl-ppcre/packages.lisp
|
|
lib/common-lisp/cl-ppcre/parser.lisp
|
|
lib/common-lisp/cl-ppcre/regex-class.lisp
|
|
lib/common-lisp/cl-ppcre/repetition-closures.lisp
|
|
lib/common-lisp/cl-ppcre/scanner.lisp
|
|
lib/common-lisp/cl-ppcre/specials.lisp
|
|
lib/common-lisp/cl-ppcre/util.lisp
|
|
lib/common-lisp/cl-ppcre/cl-ppcre.asd
|
|
lib/common-lisp/cl-ppcre/cl-ppcre.system
|
|
lib/common-lisp/system-registry/cl-ppcre.asd
|
|
lib/common-lisp/system-registry/cl-ppcre.system
|
|
@dirrm lib/common-lisp/cl-ppcre
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/doc/index.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/doc/benchmarks.2002-12-22.txt
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/doc
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/cl-ppcre-test.system
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/cl-ppcre-test.asd
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/ppcre-tests.lisp
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/perltest.pl
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/testdata
|
|
%%PORTDOCS%%%%EXAMPLESDIR%%/testinput
|
|
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|