aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-19 03:24:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-19 03:24:55 +0000
commit1e92adc1876a1d0d8ceff571a6fe1dddfe4a15fe (patch)
tree1e48ab77904a99c0e3a26f537ea6a7c506035245 /mail
parent48b961fa04d6a641260841e6c89432f4a51acd41 (diff)
downloadports-1e92adc1876a1d0d8ceff571a6fe1dddfe4a15fe.tar.gz
ports-1e92adc1876a1d0d8ceff571a6fe1dddfe4a15fe.zip
Notes
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/listar/Makefile48
-rw-r--r--mail/listar/distinfo1
-rw-r--r--mail/listar/files/patch-aa56
-rw-r--r--mail/listar/pkg-comment1
-rw-r--r--mail/listar/pkg-descr13
-rw-r--r--mail/listar/pkg-install64
-rw-r--r--mail/listar/pkg-plist72
8 files changed, 0 insertions, 256 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 98e7165a6c81..f43d3eecb687 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -88,7 +88,6 @@
SUBDIR += libetpan
SUBDIR += liboe
SUBDIR += librfc822
- SUBDIR += listar
SUBDIR += listmanager
SUBDIR += lmtp2nntp
SUBDIR += mahogany
diff --git a/mail/listar/Makefile b/mail/listar/Makefile
deleted file mode 100644
index 3c06b0c145b7..000000000000
--- a/mail/listar/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: listar
-# Date created: 09 Apr 2000
-# Whom: Peter Losher <plosher@wwiv.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= listar
-PORTVERSION= 1.0.0.b1
-CATEGORIES= mail
-MASTER_SITES= ftp://ftp.listar.org/pub/listar/snapshots/tar/
-DISTFILES= listar-1.0.0-snap20010225${EXTRACT_SUFX}
-
-MAINTAINER= plosher@wwiv.com
-
-FORBIDDEN= "Remotely exploitable buffer overflow by submitted mail; superceded by mail/ecartis"
-
-USE_GMAKE= yes
-
-NO_PACKAGE= "Requires listar uid"
-WRKSRC= ${WRKDIR}/listar-1.0.0/src
-
-pre-patch:
-
- @ ${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile
-
-pre-install:
-
- @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
- @ ${MKDIR} ${PREFIX}/${PORTNAME}
- @ ${CP} -R ${WRKDIR}/${PORTNAME}-1.0.0/* ${PREFIX}/listar
- @ ${RM} -R ${PREFIX}/${PORTNAME}/src/
- @ ${RM} -R ${PREFIX}/${PORTNAME}/debian/
- @ ${CHOWN} -R listar:listar ${PREFIX}/${PORTNAME}/*
-
-post-install:
-
- @${ECHO_MSG} "---------------------------------------------------"
- @${ECHO_MSG} "- Thank You for installing the Listar Listserver -"
- @${ECHO_MSG} "- package. Please read the documentation located -"
- @${ECHO_MSG} "- in ${PREFIX}/listar/, or online at: -"
- @${ECHO_MSG} "- -"
- @${ECHO_MSG} "- http://www.listar.org/ -"
- @${ECHO_MSG} "- -"
- @${ECHO_MSG} "- -The Listar Developers -"
- @${ECHO_MSG} "---------------------------------------------------"
-
-.include <bsd.port.mk>
diff --git a/mail/listar/distinfo b/mail/listar/distinfo
deleted file mode 100644
index 381398d4dd4c..000000000000
--- a/mail/listar/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (listar-1.0.0-snap20010225.tar.gz) = 5651e42b2aee2f1383cca88e15f669cb
diff --git a/mail/listar/files/patch-aa b/mail/listar/files/patch-aa
deleted file mode 100644
index 4a8b873ad841..000000000000
--- a/mail/listar/files/patch-aa
+++ /dev/null
@@ -1,56 +0,0 @@
---- Makefile.orig Sun Jun 17 22:13:03 2001
-+++ Makefile Sun Jun 17 22:14:19 2001
-@@ -6,8 +6,8 @@
- # they should be set. All of them are conditional on options set in this
- # file, so it should be relatively easy to determine which branch is correct
-
--BINDIR = ..
--MODDIR = ../modules
-+BINDIR = ${PREFIX}/listar
-+MODDIR = ${PREFIX}/listar/modules
-
- # First things first we need to set up some various options since OS's aren't
- # as nice about things are they could be.
-@@ -38,7 +38,7 @@
- # Uncomment this if you are on a BSD system AND you want dynamic modules
- # SunOS (4 and 5 both) also needs this setting.
- #
--#BSDMOD = 1
-+BSDMOD = 1
-
- # Uncomment this if you are compiling on OpenBSD with modules (BSDMOD = 1)
- #OBSDMOD = 1
-@@ -60,7 +60,7 @@
- # Uncomment this if you have the GNU strftime() function. This version
- # of the function understands %z to return the numerical offset. It's better
- # to use that if it's available for RFC822 date headers
--GNU_STRFTIME=-DGNU_STRFTIME
-+#GNU_STRFTIME=-DGNU_STRFTIME
-
- # Uncomment this if you are on a machine that doesn't have strerror()
- #
-@@ -125,7 +125,6 @@
- ifdef BSDIMOD
- CC=shlicc
- else
--CC=gcc
- endif
-
- # Warning-level flags. Under SunOS (4 and 5), this NEEDS TO BE BLANK.
-@@ -134,7 +133,7 @@
- #
- # It appears that IRIX is also rather stupid, and may require this
- # to be removed.
--WFLAGS=-Wall -Werror
-+WFLAGS:=${CFLAGS}
-
- # Now set up the initial command line. SUNOS_5 makes this a bit wierd.
- ifndef SUNOS_5
-@@ -321,6 +320,7 @@
- install: targets
- cp build/listar ${BINDIR}
- chmod ug+s ${BINDIR}/listar
-+ chown -R listar:listar ${BINDIR}
- ifdef DYNMOD
- @for dir in ${MODULES}; do \
- cp build/$${dir}.lpm ${MODDIR}/$${dir}.lpm; \
diff --git a/mail/listar/pkg-comment b/mail/listar/pkg-comment
deleted file mode 100644
index 8fec7689a34d..000000000000
--- a/mail/listar/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The Listar Listserver \ Mailing List Manager
diff --git a/mail/listar/pkg-descr b/mail/listar/pkg-descr
deleted file mode 100644
index 62e5a284acf7..000000000000
--- a/mail/listar/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Listar is a open-source (GNU Licence) software package that adminsters
-mailing lists (similar to Majordomo and Listserv). Some of Listar's
-features include:
-
- - A modular design structure, so that you can compile what you
- need (and don't)
- - The ability to strip down MIME messages and remove their
- attachments.
- - Ability to be run in a multi-Virtual Host configuration.
-
-Take a look at Listar's website to get a full feature list:
-
-WWW: http://www.listar.org/
diff --git a/mail/listar/pkg-install b/mail/listar/pkg-install
deleted file mode 100644
index 4dd9d905df54..000000000000
--- a/mail/listar/pkg-install
+++ /dev/null
@@ -1,64 +0,0 @@
-#!/bin/sh
-
-user=listar
-group=listar
-
-ask() {
- local question default answer
-
- question=$1
- default=$2
- if [ -z "${PACKAGE_BUILDING}" ]; then
- read -p "${question} [${default}]? " answer
- fi
- if [ x${answer} = x ]; then
- answer=${default}
- fi
- echo ${answer}
-}
-
-yesno() {
- local dflt question answer
-
- question=$1
- dflt=$2
- while :; do
- answer=$(ask "${question}" "${dflt}")
- case "${answer}" in
- [Yy]*) return 0;;
- [Nn]*) return 1;;
- esac
- echo "Please answer yes or no."
- done
-}
-
-if [ x"$2" = xPRE-INSTALL ]; then
- if pw groupshow "${group}" 2>/dev/null; then
- echo "You already have a group \"${group}\", so I will use it."
- else
- echo "You need a group \"${group}\"."
- if yesno "Would you like me to create it" y; then
- pw groupadd ${group} -h - || exit
- echo "Done."
- else
- echo "Please create it, and try again."
- exit 1
- fi
- fi
-
- if pw user show "${user}" 2>/dev/null; then
- echo "You already have a user \"${user}\", so I will use it."
- else
- echo "You need a user \"${user}\"."
- if yesno "Would you like me to create it" y; then
- pw useradd ${user} -g ${group} -h - -d /nonexistent \
- -s /nonexistent -c "Listar Listserver" || exit
- echo "Done."
- else
- echo "Please create it, and try again."
- exit 1
- fi
- fi
-
-fi
-
diff --git a/mail/listar/pkg-plist b/mail/listar/pkg-plist
deleted file mode 100644
index 2b3e5b0e2baf..000000000000
--- a/mail/listar/pkg-plist
+++ /dev/null
@@ -1,72 +0,0 @@
-listar/COPYRIGHT
-listar/LICENSE
-listar/NOTE
-listar/PLATFORMS
-listar/README
-listar/README.126
-listar/README.ANTISPAM
-listar/README.CVS
-listar/README.DIGEST
-listar/README.LISTS
-listar/banned
-listar/listar
-listar/listar.aliases.dist
-listar/listar.cfg.dist
-listar/listar.dsw
-listar/listar.hlp
-listar/listar.spec
-listar/lists/test/config
-listar/lists/test/cookies
-listar/lists/test/text/blacklist.txt
-listar/lists/test/text/closed-post.txt
-listar/lists/test/text/footer.txt
-listar/lists/test/text/intro.txt
-listar/lists/test/users
-listar/modules/README
-listar/modules/acctmgr.lpm
-listar/modules/admin.lpm
-listar/modules/administrivia.lpm
-listar/modules/antispam.lpm
-listar/modules/base.lpm
-listar/modules/bouncer.lpm
-listar/modules/digest.lpm
-listar/modules/filearchive.lpm
-listar/modules/listarchive.lpm
-listar/modules/lsg2.lpm
-listar/modules/pantomime.lpm
-listar/modules/password.lpm
-listar/modules/send.lpm
-listar/modules/stat.lpm
-listar/modules/toolbox.lpm
-listar/queue/README
-listar/scripts/fixlist.pl.dist
-listar/scripts/lsg2.cgi.dist
-listar/spam-regexp.sample
-listar/templates/admin-userinfo.lsc
-listar/templates/admin-usersetinfo.lsc
-listar/templates/adminmenu.lsc
-listar/templates/config.lsc
-listar/templates/error.lsc
-listar/templates/fileedit.lsc
-listar/templates/flagedit.lsc
-listar/templates/footer.lsc
-listar/templates/frontpage.lsc
-listar/templates/generic.lsc
-listar/templates/header.lsc
-listar/templates/listmenu.lsc
-listar/templates/logincookie.lsc
-listar/templates/mainmenu.lsc
-listar/templates/subscribe.lsc
-listar/templates/textfile.lsc
-listar/templates/unsubscribe.lsc
-listar/templates/userinfo.lsc
-listar/templates/userlist-deny.lsc
-listar/templates/userlist.lsc
-@dirrm listar/lists/test/text
-@dirrm listar/lists/test
-@dirrm listar/lists
-@dirrm listar/templates
-@dirrm listar/scripts
-@dirrm listar/queue
-@dirrm listar/modules
-@dirrm listar