Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35713 - net-mail/minimalist - mailing list manager:
Summary: net-mail/minimalist - mailing list manager:
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-12-13 03:05 UTC by g_os
Modified: 2007-09-14 15:09 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for minimalist (minimalist-2.4.ebuild,927 bytes, text/plain)
2003-12-14 05:41 UTC, g_os
Details

Note You need to log in before you can comment on or make changes to this bug.
Description g_os 2003-12-13 03:05:00 UTC
New ebuild to add another mailing list manager. It is minimal and very easy to install/manage/use ... Based on perl.

Tested with postfix, but should work with other mta.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



# Distributed under the terms of the GNU General Public License v2 
# Copyright given to Gentoo Technologies, Inc. 
 
DESCRIPTION="A perl-based minimal mailing list server" 
SRC_URI="http://www.mml.org.ua/LIST/minimalist-2.4.tgz" 
RESTRICT="nomirror" 
HOMEPAGE="http://www.mml.org.ua/" 
 
LICENSE="GPL-2" 
KEYWORDS="~x86 ~sparc" 
 
DEPEND="dev-lang/perl 
        virtual/mta" 
 
src_install () { 
 
        dodoc docs/CHANGES.txt docs/README docs/virtual-domains.txt 
        docinto contrib 
        dodoc contrib/* 
        docinto FAQ 
        dodoc docs/FAQ/* 
        docinto sample 
        dodoc sample/lists.lst 
        docinto sample/sample 
        dodoc sample/sample/* 
 
        exeinto /usr/bin 
        doexe minimalist.pl 
 
        dodir /etc/minimalist 
        insinto /etc/minimalist 
        doins minimalist.conf-sample 
 
} 
 
pkg_postinst() { 
        einfo "" 
        einfo "Please read /usr/share/doc/${PF}/README for additional" 
        einfo "Setup information, minimalist will NOT run unless you follow" 
        einfo "those instructions!" 
        einfo "" 
}
Comment 1 g_os 2003-12-14 05:41:31 UTC
Created attachment 22187 [details]
ebuild for minimalist

Expect you prefer an attached ebuild than the embedded one in the text. (Its
the same).

Regards
Comment 2 g_os 2004-01-21 15:15:06 UTC
Please note that minimalist is under BSD license and not GPL-2 as wrote into the ebuild.

Thanks
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-09-14 15:09:40 UTC
Last release is 2.5.3 from June 2005.

Anyway, either find a maintainer, or if you want to maintain it yourself, feel free to reopen with updated ebuild and join project sunrise, details here:

http://www.gentoo.org/proj/en/sunrise

Thanks. 

WONTFIX meanwhile.