mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
0969105982
- Convert USE_GMAKE to USES, expand ${PTHREAD_LIBS} - Stagify and unmute copying of examples while here
73 lines
2.3 KiB
Plaintext
73 lines
2.3 KiB
Plaintext
bin/nickle
|
|
include/nickle/builtin-namespaces.h
|
|
include/nickle/builtin.h
|
|
include/nickle/config.h
|
|
include/nickle/gram.h
|
|
include/nickle/mem.h
|
|
include/nickle/memp.h
|
|
include/nickle/nickle.h
|
|
include/nickle/opcode.h
|
|
include/nickle/ref.h
|
|
include/nickle/stack.h
|
|
include/nickle/value.h
|
|
man/man1/nickle.1.gz
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/COPYING
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/comb.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cribbage.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/erat.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fourfours.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/initializer.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/is-prime.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kaiser.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/menace2.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/miller-rabin.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mutextest.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/numbers.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polynomial.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/prime.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/qbrating.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/randtest.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/restart.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/roman.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-demo.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/skiplisttest.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smlng/COPYING
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smlng/context.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smlng/generate.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smlng/parse.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smlng/test.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turtle/COPYING
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turtle/snowflake.5c
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turtle/snowflake.tex
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turtle/turtle.5c
|
|
%%DATADIR%%/COPYING
|
|
%%DATADIR%%/abort.5c
|
|
%%DATADIR%%/arc4.5c
|
|
%%DATADIR%%/builtin.5c
|
|
%%DATADIR%%/command.5c
|
|
%%DATADIR%%/ctype.5c
|
|
%%DATADIR%%/factorial.5c
|
|
%%DATADIR%%/file.5c
|
|
%%DATADIR%%/gamma.5c
|
|
%%DATADIR%%/history.5c
|
|
%%DATADIR%%/list.5c
|
|
%%DATADIR%%/math.5c
|
|
%%DATADIR%%/mutex.5c
|
|
%%DATADIR%%/parse-args.5c
|
|
%%DATADIR%%/prime_sieve.5c
|
|
%%DATADIR%%/printf.5c
|
|
%%DATADIR%%/prng.5c
|
|
%%DATADIR%%/process.5c
|
|
%%DATADIR%%/scanf.5c
|
|
%%DATADIR%%/skiplist.5c
|
|
%%DATADIR%%/socket.5c
|
|
%%DATADIR%%/sort.5c
|
|
%%DATADIR%%/string.5c
|
|
%%DATADIR%%/svg.5c
|
|
@dirrm %%DATADIR%%
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/turtle
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/smlng
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
|
@dirrm include/nickle
|