Skip to content

Commit 170639a

Browse files
committed
Add description for MacPorts
1 parent da60fb5 commit 170639a

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: 'Install Sympa distribution: Package for macOS'
3+
prev: ../requirements.md
4+
up: install-sympa-distribution.md
5+
next: generate-initial-configuration.md
6+
---
7+
8+
Install Sympa distribution: Package for macOS
9+
=============================================
10+
11+
If you have installed [MacPorts](https://www.macports.org/) on your machine,
12+
you can install Sympa with the following command.
13+
14+
```bash
15+
$ sudo port install sympa
16+
```
17+

manual/install/install-sympa-distribution.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Instruction by distributions
1515

1616
- [FreeBSD Ports/Packages](install-sympa-distribution-freebsd.md)
1717

18+
- [Package for macOS](install-sympa-distribution-macos.md)
19+
1820
- [RPM package](install-sympa-distribution-rpm.md)
1921

2022
- [Installing from source](install-sympa-distribution-source.md)

manual/layout.md

+18
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ symbols with real paths on your Sympa.
3636
|-----------------------------|----------------------------------|
3737
| Debian | ``/etc/sympa/sympa.conf`` or ``/etc/sympa/sympa/sympa.conf`` (see note) |
3838
| FreeBSD | ``/usr/local/etc/sympa/sympa.conf`` |
39+
| MacPorts | ``/opt/local/etc/sympa/sympa/sympa.conf`` |
3940
| RPM | ``/etc/sympa/sympa.conf`` |
4041
| Source distribution default | ``/etc/sympa/sympa.conf`` |
4142
| (by version prior to 6.2) | ``/etc/sympa.conf`` |
@@ -56,6 +57,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
5657
|-----------------------------|----------------------------------|
5758
| Debian | ``/etc/mail/sympa/aliases`` |
5859
| FreeBSD | ``/etc/mail/sympa_aliases`` |
60+
| MacPorts | ``/opt/local/etc/sympa/sympa_aliases`` |
5961
| RPM | ``/var/lib/sympa/sympa_aliases`` |
6062
| Source distribution default | ``/etc/mail/sympa_aliases`` |
6163
| Suggested configure option | ``/etc/mail/sympa_aliases`` |
@@ -68,6 +70,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
6870
|-----------------------------|----------------------------------|
6971
| Debian | ``/run/sympa`` |
7072
| FreeBSD | ``/var/run/sympa`` |
73+
| MacPorts | ``/opt/local/var/run/sympa`` |
7174
| RPM | ``/run/sympa`` |
7275
| (with RHEL/CentOS 6) | ``/var/run/sympa`` |
7376
| Source distribution default | ``/home/sympa`` |
@@ -84,6 +87,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
8487
|-----------------------------|----------------------------------|
8588
| Debian | ``/var/lib/sympa/list_data`` |
8689
| FreeBSD | ``/usr/local/share/sympa/list_data`` |
90+
| MacPorts | ``/opt/local/var/lib/sympa/list_data`` |
8791
| RPM | ``/var/lib/sympa/list_data`` |
8892
| Source distribution default | ``/home/sympa/list_data`` |
8993
| (by version prior to 6.0) | ``/home/sympa/expl`` |
@@ -112,6 +116,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
112116
|-----------------------------|----------------------------------|
113117
| Debian | ``/var/spool/sympa`` |
114118
| FreeBSD | ``/var/spool/sympa`` |
119+
| MacPorts | ``/opt/local/var/spool/sympa`` |
115120
| RPM | ``/var/spool/sympa`` |
116121
| Source distribution default | ``/home/sympa/spool`` |
117122
| Suggested configure option | ``/usr/local/var/spool/sympa`` |
@@ -128,6 +133,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
128133
| Debian | ``/etc/sympa`` |
129134
| FreeBSD | ``/usr/local/etc/sympa`` |
130135
| RPM | ``/etc/sympa`` |
136+
| MacPorts | ``/opt/local/etc/sympa`` |
131137
| Source distribution default | ``/home/sympa/etc`` |
132138
| Suggested configure option | ``/usr/local/etc`` |
133139

@@ -140,6 +146,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
140146
| Debian | ``/usr/share/locale`` |
141147
| (by Debian 9 (stretch) or earlier) | ``/usr/lib/sympa/locale`` |
142148
| FreeBSD | ``/usr/local/share/locale`` |
149+
| MacPorts | ``/opt/local/share/locale`` |
143150
| RPM | ``/usr/share/locale`` |
144151
| Source distribution default | ``/home/sympa/locale`` |
145152
| Suggested configure option | ``/usr/local/share/locale`` |
@@ -152,6 +159,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
152159
|-----------------------------|----------------------------------|
153160
| Debian | ``/usr/lib/sympa/bin`` |
154161
| FreeBSD | ``/usr/local/libexec/sympa`` |
162+
| MacPorts | ``/opt/local/libexec`` |
155163
| RPM | ``/usr/libexec/sympa`` |
156164
| Source distribution default | ``/home/sympa/bin`` |
157165
| Suggested configure option | ``/usr/local/libexec`` |
@@ -164,6 +172,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
164172
|-----------------------------|----------------------------------|
165173
| Debian | ``/usr/lib/sympa/bin`` |
166174
| FreeBSD | ``/usr/local/libexec/sympa`` |
175+
| MacPorts | ``/opt/local/sbin`` |
167176
| RPM | ``/usr/sbin`` |
168177
| Source distribution default | ``/home/sympa/bin`` |
169178
| Suggested configure option | ``/usr/local/sbin`` |
@@ -176,6 +185,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
176185
|-----------------------------|----------------------------------|
177186
| Debian | ``/usr/share/sympa/bin`` |
178187
| FreeBSD | ``/usr/local/libexec/sympa`` |
188+
| MacPorts | ``/opt/local/share/sympa/bin`` |
179189
| RPM | ``/usr/share/sympa/bin`` |
180190
| Source distribution default | ``/home/sympa/bin`` |
181191
| Suggested configure option | ``/usr/local/share/sympa/bin`` |
@@ -188,6 +198,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
188198
|-----------------------------|----------------------------------|
189199
| Debian | ``/usr/share/sympa/lib`` |
190200
| FreeBSD | ``/usr/local/libexec/sympa`` |
201+
| MacPorts | ``/opt/local/share/sympa/lib`` |
191202
| RPM | ``/usr/share/sympa/lib`` |
192203
| Source distribution default | ``/home/sympa/bin`` |
193204
| Suggested configure option | ``/usr/local/share/sympa/lib`` |
@@ -200,6 +211,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
200211
|-----------------------------|----------------------------------|
201212
| Debian | ``/usr/share/sympa/default`` |
202213
| FreeBSD | ``/usr/local/share/sympa/defaults`` |
214+
| MacPorts | ``/opt/local/share/sympa/default`` |
203215
| RPM | ``/usr/share/sympa/default`` |
204216
| Source distribution default | ``/home/sympa/default`` |
205217
| (by version prior to 6.0) | ``/home/sympa/bin/etc`` |
@@ -216,6 +228,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
216228
|-----------------------------|----------------------------------|
217229
| Debian | ``/var/lib/sympa/arc`` |
218230
| FreeBSD | ``/usr/local/share/sympa/arc`` |
231+
| MacPorts | ``/opt/local/var/lib/sympa/arc`` |
219232
| RPM | ``/var/lib/sympa/arc`` |
220233
| Source distribution default | ``/home/sympa/arc`` |
221234
| Suggested configure option | ``/usr/local/var/lib/sympa/arc`` |
@@ -231,6 +244,7 @@ though ``/etc/sympa/sympa/sympa.conf`` is used by default.
231244
|-----------------------------|----------------------------------|
232245
| Debian | ``/var/lib/sympa/bounce`` |
233246
| FreeBSD | ``/usr/local/share/sympa/bounce`` |
247+
| MacPorts | ``/opt/local/var/lib/sympa/bounce`` |
234248
| RPM | ``/var/lib/sympa/bounce`` |
235249
| Source distribution default | ``/home/sympa/bounce`` |
236250
| Suggested configure option | ``/usr/local/var/lib/sympa/bounce`` |
@@ -246,6 +260,7 @@ Directories specific to web interface
246260
|-----------------------------|------------------------------|
247261
| Debian | ``/usr/lib/cgi-bin/sympa`` |
248262
| FreeBSD | ``/usr/local/libexec/sympa`` |
263+
| MacPorts | ``/opt/local/www/sympa/cgi`` |
249264
| RPM | ``/usr/libexec/sympa`` |
250265
| Source distribution default | ``/home/sympa/bin`` |
251266
| Suggested configure option | ``/usr/local/lib/sympa/cgi`` |
@@ -263,6 +278,7 @@ Directories specific to web interface
263278
| Debian | ``/usr/share/sympa/static_content``|
264279
| (by Debian 9 (stretch) or earlier) | ``/var/lib/sympa/static_content`` |
265280
| FreeBSD | ``/usr/local/share/sympa/static`` |
281+
| MacPorts | ``/opt/local/www/sympa/static_content`` |
266282
| RPM | ``/usr/share/sympa/static_content`` |
267283
| (by version prior to 6.2.26) | ``/var/lib/sympa/static_content`` |
268284
| Source distribution default | ``/home/sympa/static_content`` |
@@ -281,6 +297,7 @@ Directories specific to web interface
281297
| (by version prior to 6.2.26 of any distributions) | [``$STATICDIR``](#staticdir)``/css`` |
282298
| Debian | ``/var/lib/sympa/css`` |
283299
| FreeBSD | ``/usr/local/share/sympa/static/css`` |
300+
| MacPorts | ``/opt/local/var/lib/sympa/static_content/css`` |
284301
| RPM | ``/var/lib/sympa/css`` |
285302
| Source distribution default | ``/home/sympa/static_content/css`` |
286303
| Suggested configure option | ``/usr/local/var/lib/sympa/static_content/css`` |
@@ -303,6 +320,7 @@ Directories specific to web interface
303320
| (by version prior to 6.2.26 of any distributions) | [``$STATICDIR``](#staticdir)``/pictures`` |
304321
| Debian | TBD |
305322
| FreeBSD | ``/usr/local/share/sympa/static/pictures`` |
323+
| MacPorts | ``/opt/local/var/lib/sympa/static_content/pictures`` |
306324
| RPM | ``/var/lib/sympa/pictures`` |
307325
| Source distribution default | ``/home/sympa/static_content/pictures`` |
308326
| Suggested configure option | ``/usr/local/var/lib/sympa/static_content/pictures`` |

0 commit comments

Comments
 (0)