summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-17 14:38:56 -0500
committerJune McEnroe <june@causal.agency>2022-01-17 14:38:56 -0500
commit48f330a26e04cfcf4ba6183633efbbbefcf859d6 (patch)
tree5a7b1a646aa9f4020c9838e4f4b94eff6aed89da
parentAdd The Galaxy, and the Ground Within (diff)
downloadsrc-48f330a26e04cfcf4ba6183633efbbbefcf859d6.tar.gz
src-48f330a26e04cfcf4ba6183633efbbbefcf859d6.zip
Switch to jorts
-rw-r--r--install.sh12
1 files changed, 4 insertions, 8 deletions
diff --git a/install.sh b/install.sh
index ae440bc7..6f4789bb 100644
--- a/install.sh
+++ b/install.sh
@@ -27,14 +27,10 @@ Linux() {
 }
 
 Darwin() {
-	port selfupdate
-	port -N install git mandoc nvi pkgconfig $packages
-	mkdir -p /opt/local/etc/select/man
-	printf 'bin/man\nshare/man/man1/man.1\nshare/man/man1/man.1.gz\n' \
-		>/opt/local/etc/select/man/base
-	printf '/usr/bin/man\n/usr/share/man/man1/man.1\n-\n' \
-		>/opt/local/etc/select/man/system
-	port select --set man system
+	packages=$(echo $packages | sed 's/the_silver_searcher/ag/')
+	cd git/jorts
+	git pull
+	./Plan -j4 git mandoc nvi $packages | sh
 }
 
 $(uname)
ubger/commit/export.c?h=1.1&id=1af3e4b0d325565abcb3dc3dac1fcaf960f6e9d6&follow=1'>Iterate through nested multiparts to find content for AtomJune McEnroe 2020-04-26Include Cc address in reply mailtosJune McEnroe 2020-04-26Use %R for RFC numbers in STANDARDS sectionJune McEnroe 2020-04-26Add mailto spec to STANDARDSJune McEnroe 2020-04-26Increase space between nav itemsJune McEnroe 2020-04-26Add mailto address for the archiveJune McEnroe 2020-04-26Put dates on new lines in indexJune McEnroe 2020-04-26Include <> around Message-Id in mailto: URLsJune McEnroe 2020-04-26Add link to index on thread pagesJune McEnroe 2020-04-26Fall back to Content-Type name parameter for attachmentsJune McEnroe 2020-04-26Remove margins in article.message headerJune McEnroe 2020-04-26Generate index.atomJune McEnroe 2020-04-26Generate XHTML content in Atom entriesJune McEnroe 2020-04-25Style index pageJune McEnroe 2020-04-25Render index.htmlJune McEnroe 2020-04-25Wrap <summary> replies count in <data>June McEnroe 2020-04-25Accumulate thread envelopes before concatenationJune McEnroe 2020-04-24Free envelope in concatDataJune McEnroe 2020-04-24Use replyTo address in mailto:June McEnroe 2020-04-23Wrap quoted lines in <q>June McEnroe