[packages] move packages to a new 'mail' section, cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11014 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2008-05-03 02:42:43 +00:00
parent 483df2c5e3
commit a9f231baf2
24 changed files with 39 additions and 57 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006,2007 OpenWrt.org
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -16,21 +16,18 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.dovecot.org/releases/
PKG_MD5SUM:=6a87718a86ee1ae2334c75843dd9a7df
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/dovecot
SECTION:=net
CATEGORY:=Network
SECTION:=mail
CATEGORY:=Mail
DEPENDS:=+libopenssl
TITLE:=An IMAP and POP3 daemon
URL:=http://www.dovecot.org/
endef
define Package/dovecot/description
Dovecot is a program which provides POP3 and IMAP services.
Dovecot is a program which provides POP3 and IMAP services.
endef
define Build/Configure

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -16,22 +16,18 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.catb.org/~esr/fetchmail/
PKG_MD5SUM:=9956b30139edaa4f5f77c4d0dbd80225
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/fetchmail
SECTION:=utils
CATEGORY:=Utilities
SECTION:=mail
CATEGORY:=Mail
TITLE:=Remote mail retriever
URL:=http://www.catb.org/~esr/fetchmail/
SUBMENU:=mail
endef
define Package/fetchmail/description
Retrieves remote mail via POP/IMAP.
Very useful in conjunction with mutt.
Retrieves remote mail via POP/IMAP.
Very useful in conjunction with mutt.
endef
define Build/Configure

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -16,14 +16,11 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://imapfilter.hellug.gr/source/
PKG_MD5SUM:=4c1f28dffbb727a4769948f10baccd79
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/imapfilter
SECTION:=net
CATEGORY:=Network
SECTION:=mail
CATEGORY:=Mail
DEPENDS:=+liblua +libopenssl
TITLE:=IMAP server based email filtering
URL:=http://imapfilter.hellug.gr/

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2007 OpenWrt.org
# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -16,22 +16,20 @@ PKG_SOURCE:=mini_sendmail-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.acme.com/software/mini_sendmail/
PKG_MD5SUM:=fb1585d2ad81c519a26d83bfd783dee8
PKG_BUILD_DIR:=$(BUILD_DIR)/mini_sendmail-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/mini-sendmail
SECTION:=net
CATEGORY:=Network
SECTION:=mail
CATEGORY:=Mail
TITLE:=A small sendmail-compatible mail forwarder
URL:=http://www.acme.com/software/mini_sendmail/
endef
define Package/mini-sendmail/description
mini_sendmail reads its standard input up to an end-of-file and sends a
copy of the message found there to all of the addresses listed.
The message is sent by connecting to a local SMTP server. This means
mini_sendmail can be used to send email from inside a chroot(2) area.
mini_sendmail reads its standard input up to an end-of-file and sends a
copy of the message found there to all of the addresses listed.
The message is sent by connecting to a local SMTP server. This means
mini_sendmail can be used to send email from inside a chroot(2) area.
endef
MAKE_FLAGS += \

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -16,17 +16,14 @@ PKG_SOURCE_URL:=@SF/mutt
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=10eff7024dbb7ce1f773d688a69ea9db
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/mutt
SECTION:=utils
CATEGORY:=Utilities
SECTION:=mail
CATEGORY:=Mail
DEPENDS:=+libopenssl +libncurses
TITLE:=Console mail client
URL:=http://www.mutt.org/
SUBMENU:=mail
endef
CONFIGURE_ARGS += \

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -16,22 +16,19 @@ PKG_SOURCE_URL:=http://www.procmail.org/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_MD5SUM:=1678ea99b973eb77eda4ecf6acae53f1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk
define Package/procmail
SECTION:=utils
CATEGORY:=Utilities
SECTION:=mail
CATEGORY:=Mail
TITLE:=Mail processing tool
URL:=http://www.procmail.org
SUBMENU:=mail
endef
define Package/procmail/description
Procmail is able to process and classify incoming mail into
different mail boxes.
Very useful in conjunction with mutt.
Procmail is able to process and classify incoming mail into
different mail boxes.
Very useful in conjunction with mutt.
endef
define Build/Compile

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2007 OpenWrt.org
# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -19,19 +19,19 @@ PKG_MD5SUM:=957e6fff08625fe34f4fc33d0925bbc9
include $(INCLUDE_DIR)/package.mk
define Package/ssmtp
SECTION:=net
CATEGORY:=Network
SECTION:=mail
CATEGORY:=Mail
DEPENDS:=+libopenssl
TITLE:=A minimal and secure mail sender
URL:=http://packages.debian.org/stable/mail/ssmtp
endef
define Package/ssmtp/description
A secure, effective and simple way of getting mail off a system to your
mail hub. It contains no suid-binaries or other dangerous things - no
mail spool to poke around in, and no daemons running in the background.
mail is simply forwarded to the configured mailhost. Extremely easy
configuration.
A secure, effective and simple way of getting mail off a system to your
mail hub. It contains no suid-binaries or other dangerous things - no
mail spool to poke around in, and no daemons running in the background.
mail is simply forwarded to the configured mailhost. Extremely easy
configuration.
endef
EXTRA_CFLAGS+=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2007 OpenWrt.org
# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -19,8 +19,8 @@ PKG_MD5SUM:=106730bdbaa4fda9e90a7c22df024114
include $(INCLUDE_DIR)/package.mk
define Package/xmail
SECTION:=net
CATEGORY:=Network
SECTION:=mail
CATEGORY:=Mail
DEPENDS:=+uclibcxx +libopenssl
TITLE:=advanced, fast and reliable ESMTP/POP3 mail server
URL:=http://www.xmailserver.org/