mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
63 lines
2.2 KiB
Plaintext
63 lines
2.2 KiB
Plaintext
bin/smsd
|
|
bin/email2sms
|
|
bin/hex2bin
|
|
bin/hex2dec
|
|
bin/mysmsd
|
|
bin/sendsms
|
|
bin/sms
|
|
bin/sms2html
|
|
bin/sms2unicode
|
|
bin/sms2xml
|
|
bin/smsevent
|
|
bin/smsresend
|
|
bin/sql_demo
|
|
bin/unicode2sms
|
|
etc/smsd.conf.sample
|
|
%%PORTDOCS%%%%DOCSDIR%%/alarmhandler.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/blacklist.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/book.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/butterfly.gif
|
|
%%PORTDOCS%%%%DOCSDIR%%/compiling.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/configure.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/configure2.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/costs.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/email.gif
|
|
%%PORTDOCS%%%%DOCSDIR%%/eventhandler.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/faq.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/fileformat.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/gpl.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/gpl_de.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/hardwarecomp.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/license.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/links.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/paypalbutton.gif
|
|
%%PORTDOCS%%%%DOCSDIR%%/raster.gif
|
|
%%PORTDOCS%%%%DOCSDIR%%/references.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/releasenotes.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/run.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/softwarecomp.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/statformat.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/statusmonitor.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/support.gif
|
|
%%PORTDOCS%%%%DOCSDIR%%/support.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/udh.html
|
|
%%PORTDOCS%%%%DOCSDIR%%/windows.html
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/.procmailrc
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/.qmailrc
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/operator_logo1.sms
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/operator_logo2.sms
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/received_report.sms
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/received_sms.sms
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/send_sms.sms
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/send_sms_unicode.sms
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smsd.conf.easy
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smsd.conf.full
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
@exec mkdir -p %%SPOOLDIR%%/incoming %%SPOOLDIR%%/outgoing %%SPOOLDIR%%/checked
|
|
@unexec echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="
|
|
@unexec echo "If you are permanently removing smstools, you should also:" | /usr/bin/fmt
|
|
@unexec echo "'rm -rf %%SPOOLDIR%%'" | /usr/bin/fmt
|
|
@unexec echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="
|