mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
27c6a7f09c
While I'm here, pick up various changes from PR's: - convert the startup script to the new style[2], but do not yet enable USE_RC_SUBR; a repo-copy of stunnel.sh to stunnel.in should be done first - use ETCDIR instead of PREFIX/etc/stunnel everywhere[3] - wave a magic wand over the startup script generation process to mimic the changes that will be done by USE_RC_SUBR after the repo-copy Prompted by: Damian Wiest <dwiest@vailsys.com> and Luis Rodrigo Gallardo Cruz <rodrigo@nul-unu.com> on the stunnel-users mailing list [1] PR: 119655 [2] - only the changes to the startup script 116773 [3] - only the ETCDIR part Submitted by: Jason DiCioccio <jd@ods.org> [2], Alexander Logvinov <ports@logvinov.com> [3]
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
bin/stunnel
|
|
bin/stunnel3
|
|
etc/rc.d/stunnel
|
|
%%ETCDIR%%/stunnel.conf-sample
|
|
lib/stunnel/libstunnel.a
|
|
lib/stunnel/libstunnel.la
|
|
lib/stunnel/libstunnel.so
|
|
%%PORTDOCS%%%%DOCSDIR%%/stunnel.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/stunnel.fr.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/stunnel.pl.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/ca.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/ca.pl
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/importCA.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/importCA.sh
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/script.sh
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/stunnel.spec
|
|
%%PORTDOCS%%%%DOCSDIR%%/examples/stunnel.init
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/BUGS
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.GPL
|
|
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.FIPS
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.W32
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.WCE
|
|
%%PORTDOCS%%%%DOCSDIR%%/PORTS
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@dirrm lib/stunnel
|
|
@unexec rmdir %D/etc/stunnel 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/stunnel`` to remove any configuration files left." | fmt
|