Index: eebsd/send-pr.sh
===================================================================
--- /freebsd/send-pr.sh	(revision 119)
+++ 	(revision )
@@ -1,17 +1,0 @@
-#!/usr/local/bin/bash
-
-source "`dirname $0`/common.sh"
-
-patch="$root/$category_port.patch" 
-shar="$root/$category_port.shar"
-
-if [[ -f "$patch" ]]; then
-	attach="$patch"
-elif [[ -f "$shar" ]]; then
-	attach="$shar"
-else
-	echo "$0: No patch or shar to attach."
-	exit 1
-fi
-
-REPLY_TO="$USER@douglasthrift.net" send-pr -a "$attach"
Index: eebsd/closed.sh
===================================================================
--- /freebsd/closed.sh	(revision 100)
+++ 	(revision )
@@ -1,4 +1,0 @@
-#!/usr/local/bin/bash
-
-read date
-gdate -d "$date" +%F
Index: eebsd/common.sh
===================================================================
--- /freebsd/common.sh	(revision 17)
+++ 	(revision )
@@ -1,29 +1,0 @@
-#!/bin/bash
-
-shopt -s extglob
-
-category_port=${1%%+(/)}
-
-if [[ $# -ne 1 ]] || ! grep -Eq '^[-_a-zA-z0-9]+/[-_a-zA-z0-9]+$' <<<$category_port; then
-	echo "Usage: $0 [category/port]"
-	exit 2
-fi
-
-root=$(realpath `dirname $0`)
-
-cd $root
-
-eval "declare `sed -E 's|^([-_a-zA-z0-9]+)/([-_a-zA-z0-9]+)|category=\1 port=\2|' <<<$category_port`"
-
-modeline='vim: tabstop=8 shiftwidth=8'
-
-function nomodeline
-{
-	sed -e "/^# $modeline\$/ D" -i '' $root/$category_port/Makefile
-}
-
-function modeline
-{
-	sed -e "1 i\\
-# $modeline" -i '' $root/$category_port/Makefile
-}
Index: eebsd/shar.sh
===================================================================
--- /freebsd/shar.sh	(revision 32)
+++ 	(revision )
@@ -1,7 +1,0 @@
-#!/usr/local/bin/bash
-
-source "`dirname $0`/common.sh"
-
-nomodeline
-bsdtar --format shar --exclude .svn --exclude work -cvf $category_port.shar -C $category $port
-modeline
Index: eebsd/patch.sh
===================================================================
--- /freebsd/patch.sh	(revision 17)
+++ 	(revision )
@@ -1,9 +1,0 @@
-#!/usr/local/bin/bash
-
-source "`dirname $0`/common.sh"
-
-cd $category
-
-nomodeline
-diff -Nrux .svn -x work /usr/ports/$category_port $port | tee $port.patch
-modeline
