[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:
parent
483df2c5e3
commit
a9f231baf2
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# 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_SOURCE_URL:=http://www.dovecot.org/releases/
|
||||||
PKG_MD5SUM:=6a87718a86ee1ae2334c75843dd9a7df
|
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
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/dovecot
|
define Package/dovecot
|
||||||
SECTION:=net
|
SECTION:=mail
|
||||||
CATEGORY:=Network
|
CATEGORY:=Mail
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl
|
||||||
TITLE:=An IMAP and POP3 daemon
|
TITLE:=An IMAP and POP3 daemon
|
||||||
URL:=http://www.dovecot.org/
|
URL:=http://www.dovecot.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/dovecot/description
|
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
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# 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_SOURCE_URL:=http://www.catb.org/~esr/fetchmail/
|
||||||
PKG_MD5SUM:=9956b30139edaa4f5f77c4d0dbd80225
|
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
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/fetchmail
|
define Package/fetchmail
|
||||||
SECTION:=utils
|
SECTION:=mail
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Mail
|
||||||
TITLE:=Remote mail retriever
|
TITLE:=Remote mail retriever
|
||||||
URL:=http://www.catb.org/~esr/fetchmail/
|
URL:=http://www.catb.org/~esr/fetchmail/
|
||||||
SUBMENU:=mail
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fetchmail/description
|
define Package/fetchmail/description
|
||||||
Retrieves remote mail via POP/IMAP.
|
Retrieves remote mail via POP/IMAP.
|
||||||
Very useful in conjunction with mutt.
|
Very useful in conjunction with mutt.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# 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_SOURCE_URL:=http://imapfilter.hellug.gr/source/
|
||||||
PKG_MD5SUM:=4c1f28dffbb727a4769948f10baccd79
|
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
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/imapfilter
|
define Package/imapfilter
|
||||||
SECTION:=net
|
SECTION:=mail
|
||||||
CATEGORY:=Network
|
CATEGORY:=Mail
|
||||||
DEPENDS:=+liblua +libopenssl
|
DEPENDS:=+liblua +libopenssl
|
||||||
TITLE:=IMAP server based email filtering
|
TITLE:=IMAP server based email filtering
|
||||||
URL:=http://imapfilter.hellug.gr/
|
URL:=http://imapfilter.hellug.gr/
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# 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_SOURCE_URL:=http://www.acme.com/software/mini_sendmail/
|
||||||
PKG_MD5SUM:=fb1585d2ad81c519a26d83bfd783dee8
|
PKG_MD5SUM:=fb1585d2ad81c519a26d83bfd783dee8
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/mini_sendmail-$(PKG_VERSION)
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/mini-sendmail
|
define Package/mini-sendmail
|
||||||
SECTION:=net
|
SECTION:=mail
|
||||||
CATEGORY:=Network
|
CATEGORY:=Mail
|
||||||
TITLE:=A small sendmail-compatible mail forwarder
|
TITLE:=A small sendmail-compatible mail forwarder
|
||||||
URL:=http://www.acme.com/software/mini_sendmail/
|
URL:=http://www.acme.com/software/mini_sendmail/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/mini-sendmail/description
|
define Package/mini-sendmail/description
|
||||||
mini_sendmail reads its standard input up to an end-of-file and sends a
|
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.
|
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
|
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 can be used to send email from inside a chroot(2) area.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -16,17 +16,14 @@ PKG_SOURCE_URL:=@SF/mutt
|
|||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_MD5SUM:=10eff7024dbb7ce1f773d688a69ea9db
|
PKG_MD5SUM:=10eff7024dbb7ce1f773d688a69ea9db
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/mutt
|
define Package/mutt
|
||||||
SECTION:=utils
|
SECTION:=mail
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Mail
|
||||||
DEPENDS:=+libopenssl +libncurses
|
DEPENDS:=+libopenssl +libncurses
|
||||||
TITLE:=Console mail client
|
TITLE:=Console mail client
|
||||||
URL:=http://www.mutt.org/
|
URL:=http://www.mutt.org/
|
||||||
SUBMENU:=mail
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# 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_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_MD5SUM:=1678ea99b973eb77eda4ecf6acae53f1
|
PKG_MD5SUM:=1678ea99b973eb77eda4ecf6acae53f1
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/procmail
|
define Package/procmail
|
||||||
SECTION:=utils
|
SECTION:=mail
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Mail
|
||||||
TITLE:=Mail processing tool
|
TITLE:=Mail processing tool
|
||||||
URL:=http://www.procmail.org
|
URL:=http://www.procmail.org
|
||||||
SUBMENU:=mail
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/procmail/description
|
define Package/procmail/description
|
||||||
Procmail is able to process and classify incoming mail into
|
Procmail is able to process and classify incoming mail into
|
||||||
different mail boxes.
|
different mail boxes.
|
||||||
Very useful in conjunction with mutt.
|
Very useful in conjunction with mutt.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -19,19 +19,19 @@ PKG_MD5SUM:=957e6fff08625fe34f4fc33d0925bbc9
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/ssmtp
|
define Package/ssmtp
|
||||||
SECTION:=net
|
SECTION:=mail
|
||||||
CATEGORY:=Network
|
CATEGORY:=Mail
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl
|
||||||
TITLE:=A minimal and secure mail sender
|
TITLE:=A minimal and secure mail sender
|
||||||
URL:=http://packages.debian.org/stable/mail/ssmtp
|
URL:=http://packages.debian.org/stable/mail/ssmtp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ssmtp/description
|
define Package/ssmtp/description
|
||||||
A secure, effective and simple way of getting mail off a system to your
|
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 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 spool to poke around in, and no daemons running in the background.
|
||||||
mail is simply forwarded to the configured mailhost. Extremely easy
|
mail is simply forwarded to the configured mailhost. Extremely easy
|
||||||
configuration.
|
configuration.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
EXTRA_CFLAGS+=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
|
EXTRA_CFLAGS+=-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -19,8 +19,8 @@ PKG_MD5SUM:=106730bdbaa4fda9e90a7c22df024114
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/xmail
|
define Package/xmail
|
||||||
SECTION:=net
|
SECTION:=mail
|
||||||
CATEGORY:=Network
|
CATEGORY:=Mail
|
||||||
DEPENDS:=+uclibcxx +libopenssl
|
DEPENDS:=+uclibcxx +libopenssl
|
||||||
TITLE:=advanced, fast and reliable ESMTP/POP3 mail server
|
TITLE:=advanced, fast and reliable ESMTP/POP3 mail server
|
||||||
URL:=http://www.xmailserver.org/
|
URL:=http://www.xmailserver.org/
|
Loading…
x
Reference in New Issue
Block a user