DESCRIPTION:= is obselete
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
529a8fe5ac
commit
293efb7831
@ -28,12 +28,16 @@ define Package/syslog-ng
|
|||||||
CATEGORY:=Administration
|
CATEGORY:=Administration
|
||||||
DEPENDS:=+libol
|
DEPENDS:=+libol
|
||||||
TITLE:=A powerful syslog daemon
|
TITLE:=A powerful syslog daemon
|
||||||
DESCRIPTION:=syslog-ng reads and logs messages to the system console, log\\\
|
|
||||||
files, other machines and/or users as specified by its\\\
|
|
||||||
configuration file.\\\
|
|
||||||
URL:=http://www.balabit.com/products/syslog_ng/
|
URL:=http://www.balabit.com/products/syslog_ng/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/syslog-ng/description
|
||||||
|
syslog-ng reads and logs messages to the system console, log
|
||||||
|
files, other machines and/or users as specified by its
|
||||||
|
configuration file.
|
||||||
|
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/syslog-ng/conffiles
|
define Package/syslog-ng/conffiles
|
||||||
/etc/syslog-ng/syslog-ng.conf
|
/etc/syslog-ng/syslog-ng.conf
|
||||||
endef
|
endef
|
||||||
|
@ -27,10 +27,13 @@ define Package/6tunnel
|
|||||||
CATEGORY:=IPv6
|
CATEGORY:=IPv6
|
||||||
DEPENDS:=+libpcap
|
DEPENDS:=+libpcap
|
||||||
TITLE:=IPv4 / IPv6 tunnel proxy
|
TITLE:=IPv4 / IPv6 tunnel proxy
|
||||||
DESCRIPTION:=IPv4 / IPv6 tunnel proxy
|
|
||||||
URL:=http://toxygen.net/6tunnel/
|
URL:=http://toxygen.net/6tunnel/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/6tunnel/description
|
||||||
|
IPv4 / IPv6 tunnel proxy
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default,,ac_cv_path_STRIP=$(STRIP) ac_cv_func_vsnprintf=yes)
|
$(call Build/Configure/Default,,ac_cv_path_STRIP=$(STRIP) ac_cv_func_vsnprintf=yes)
|
||||||
endef
|
endef
|
||||||
|
@ -26,27 +26,39 @@ define Package/ndisc
|
|||||||
CATEGORY:=IPv6
|
CATEGORY:=IPv6
|
||||||
SUBMENU:=IPv6 discovery tools
|
SUBMENU:=IPv6 discovery tools
|
||||||
TITLE:=IPv6 discovery tools
|
TITLE:=IPv6 discovery tools
|
||||||
DESCRIPTION:=IPv6 discovery tools
|
|
||||||
URL:=http://people.via.ecp.fr/~rem/ndisc6/
|
URL:=http://people.via.ecp.fr/~rem/ndisc6/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ndisc/description
|
||||||
|
IPv6 discovery tools
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/ndisc6
|
define Package/ndisc6
|
||||||
$(call Package/ndisc)
|
$(call Package/ndisc)
|
||||||
TITLE:=An ICMPv6 neighbour discovery tool
|
TITLE:=An ICMPv6 neighbour discovery tool
|
||||||
DESCRIPTION:=An ICMPv6 neighbour discovery tools
|
endef
|
||||||
|
|
||||||
|
define Package/ndisc6/description
|
||||||
|
An ICMPv6 neighbour discovery tools
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/rdisc6
|
define Package/rdisc6
|
||||||
$(call Package/ndisc)
|
$(call Package/ndisc)
|
||||||
TITLE:=An ICMPv6 router discovery tool
|
TITLE:=An ICMPv6 router discovery tool
|
||||||
DESCRIPTION:=An ICMPv6 router discovery tool
|
endef
|
||||||
|
|
||||||
|
define Package/rdisc6/description
|
||||||
|
An ICMPv6 router discovery tool
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tcptraceroute6
|
define Package/tcptraceroute6
|
||||||
$(call Package/ndisc)
|
$(call Package/ndisc)
|
||||||
TITLE:=A TCP/IPv6-based traceroute implementation
|
TITLE:=A TCP/IPv6-based traceroute implementation
|
||||||
DESCRIPTION:=A TCP/IPv6-based traceroute implementation
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/tcptraceroute6/description
|
||||||
|
A TCP/IPv6-based traceroute implementation
|
||||||
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
@ -26,12 +26,14 @@ define Package/ptrtd
|
|||||||
CATEGORY:=IPv6
|
CATEGORY:=IPv6
|
||||||
DEPENDS:=+kmod-ipv6 +kmod-tun +ip
|
DEPENDS:=+kmod-ipv6 +kmod-tun +ip
|
||||||
TITLE:=Portable Transport Relay Translator Daemon
|
TITLE:=Portable Transport Relay Translator Daemon
|
||||||
DESCRIPTION:=\
|
|
||||||
The Portable Transport Relay Translator Daemon (pTRTd)\\\
|
|
||||||
is a method of allowing IPv6 hosts to communicate with IPv4 hosts.
|
|
||||||
URL:=http://v6web.litech.org/ptrtd/
|
URL:=http://v6web.litech.org/ptrtd/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ptrtd/description
|
||||||
|
The Portable Transport Relay Translator Daemon (pTRTd)
|
||||||
|
is a method of allowing IPv6 hosts to communicate with IPv4 hosts.
|
||||||
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
CFLAGS="$(TARGET_CFLAGS)"
|
CFLAGS="$(TARGET_CFLAGS)"
|
||||||
|
|
||||||
|
@ -27,10 +27,13 @@ define Package/radvd
|
|||||||
SECTION:=ipv6
|
SECTION:=ipv6
|
||||||
CATEGORY:=IPv6
|
CATEGORY:=IPv6
|
||||||
TITLE:=IPv6 Routing Advertisement Daemon
|
TITLE:=IPv6 Routing Advertisement Daemon
|
||||||
DESCRIPTION:=IPv6 Routing Advertisement Daemon.
|
|
||||||
URL:=http://v6web.litech.org/radvd/
|
URL:=http://v6web.litech.org/radvd/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/radvd/description
|
||||||
|
IPv6 Routing Advertisement Daemon.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/radvd/conffiles
|
define Package/radvd/conffiles
|
||||||
/etc/radvd.conf
|
/etc/radvd.conf
|
||||||
endef
|
endef
|
||||||
|
@ -26,13 +26,15 @@ define Package/totd
|
|||||||
CATEGORY:=IPv6
|
CATEGORY:=IPv6
|
||||||
DEPENDS:=+kmod-ipv6
|
DEPENDS:=+kmod-ipv6
|
||||||
TITLE:=Small DNS proxy that supports IPv6/IPv4 record translation
|
TITLE:=Small DNS proxy that supports IPv6/IPv4 record translation
|
||||||
DESCRIPTION:=\
|
|
||||||
totd is a small DNS proxy nameserver which supports IPv6 and enable IPv6\\\
|
|
||||||
only sites to access IPv4 sites by using some translation mechanism such\\\
|
|
||||||
as NAT-PT, KAME faith, etc...
|
|
||||||
URL:=http://pasta.cs.uit.no/software/totd.html
|
URL:=http://pasta.cs.uit.no/software/totd.html
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/totd/description
|
||||||
|
totd is a small DNS proxy nameserver which supports IPv6 and enable IPv6
|
||||||
|
only sites to access IPv4 sites by using some translation mechanism such
|
||||||
|
as NAT-PT, KAME faith, etc...
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/totd/conffiles
|
define Package/totd/conffiles
|
||||||
/etc/totd.conf
|
/etc/totd.conf
|
||||||
endef
|
endef
|
||||||
|
@ -25,12 +25,14 @@ define Package/tspc
|
|||||||
SECTION:=ipv6
|
SECTION:=ipv6
|
||||||
CATEGORY:=IPv6
|
CATEGORY:=IPv6
|
||||||
TITLE:=Client for Hexago's (Freenet6's) IPv6 service
|
TITLE:=Client for Hexago's (Freenet6's) IPv6 service
|
||||||
DESCRIPTION:=\
|
|
||||||
Client to configure an IPv6 tunnel to \\\
|
|
||||||
Hexago's (Freenet6's) migration broker.
|
|
||||||
URL:=http://www.hexago.com
|
URL:=http://www.hexago.com
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/tspc/description
|
||||||
|
Client to configure an IPv6 tunnel to
|
||||||
|
Hexago's (Freenet6's) migration broker.
|
||||||
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/include -I$(PKG_BUILD_DIR)/platform/linux" \
|
CFLAGS="$(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/include -I$(PKG_BUILD_DIR)/platform/linux" \
|
||||||
target=linux \
|
target=linux \
|
||||||
|
@ -30,10 +30,6 @@ define Package/lua/Default
|
|||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=LUA programming language
|
TITLE:=LUA programming language
|
||||||
DESCRIPTION:=\
|
|
||||||
Lua is a powerful light-weight programming language designed for extending \\\
|
|
||||||
applications. Lua is also frequently used as a general-purpose, stand-alone \\\
|
|
||||||
language. Lua is free software.
|
|
||||||
URL:=http://www.lua.org/
|
URL:=http://www.lua.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -43,36 +39,52 @@ define Package/liblua
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE+= (libraries)
|
TITLE+= (libraries)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
This package contains the LUA shared libraries, needed by other programs.
|
define Package/liblua/description
|
||||||
|
=
|
||||||
|
Lua is a powerful light-weight programming language designed for extending
|
||||||
|
applications. Lua is also frequently used as a general-purpose, stand-alone
|
||||||
|
language. Lua is free software. This package contains the LUA shared libraries, needed by other programs.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lua
|
define Package/lua
|
||||||
$(call Package/lua/Default)
|
$(call Package/lua/Default)
|
||||||
DEPENDS:=+liblua +libreadline +libncurses
|
DEPENDS:=+liblua +libreadline +libncurses
|
||||||
TITLE+= (interpreter)
|
TITLE+= (interpreter)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
This package contains the LUA language interpreter.
|
define Package/lua/description
|
||||||
|
=
|
||||||
|
Lua is a powerful light-weight programming language designed for extending
|
||||||
|
applications. Lua is also frequently used as a general-purpose, stand-alone
|
||||||
|
language. Lua is free software. This package contains the LUA language interpreter.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/luac
|
define Package/luac
|
||||||
$(call Package/lua/Default)
|
$(call Package/lua/Default)
|
||||||
DEPENDS:=+liblua
|
DEPENDS:=+liblua
|
||||||
TITLE+= (compiler)
|
TITLE+= (compiler)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
This package contains the LUA language compiler.
|
define Package/luac/description
|
||||||
|
=
|
||||||
|
Lua is a powerful light-weight programming language designed for extending
|
||||||
|
applications. Lua is also frequently used as a general-purpose, stand-alone
|
||||||
|
language. Lua is free software. This package contains the LUA language compiler.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/lua-examples
|
define Package/lua-examples
|
||||||
$(call Package/lua/Default)
|
$(call Package/lua/Default)
|
||||||
DEPENDS:=lua
|
DEPENDS:=lua
|
||||||
TITLE+= (examples)
|
TITLE+= (examples)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
This package contains LUA language examples.
|
define Package/lua-examples/description
|
||||||
|
=
|
||||||
|
Lua is a powerful light-weight programming language designed for extending
|
||||||
|
applications. Lua is also frequently used as a general-purpose, stand-alone
|
||||||
|
language. Lua is free software. This package contains LUA language examples.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
@ -88,7 +88,6 @@ endef
|
|||||||
define PyPackage/zope-interface
|
define PyPackage/zope-interface
|
||||||
$(call PyPackage/twisted/default)
|
$(call PyPackage/twisted/default)
|
||||||
TITLE:=Zope interface
|
TITLE:=Zope interface
|
||||||
DESCRIPTION:=zope-interface
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TWISTED_SUPPROJECTS:=core
|
TWISTED_SUPPROJECTS:=core
|
||||||
|
@ -28,14 +28,6 @@ define Package/avahi/Default
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=An mDNS/DNS-SD implementation
|
TITLE:=An mDNS/DNS-SD implementation
|
||||||
DESCRIPTION:=\
|
|
||||||
An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library).\\\
|
|
||||||
Avahi is a system which facilitates service discovery on a local network -- \\\
|
|
||||||
this means that you can plug your laptop or computer into a network and \\\
|
|
||||||
instantly be able to view other people who you can chat with, find printers \\\
|
|
||||||
to print to or find files being shared. This kind of technology is already \\\
|
|
||||||
found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') \\\
|
|
||||||
and is very convenient.
|
|
||||||
URL:=http://www.avahi.org/
|
URL:=http://www.avahi.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -45,8 +37,17 @@ define Package/libavahi
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libdaemon +libpthread
|
DEPENDS:=+libdaemon +libpthread
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/libavahi/description
|
||||||
|
|
||||||
|
An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library).
|
||||||
|
Avahi is a system which facilitates service discovery on a local network --
|
||||||
|
this means that you can plug your laptop or computer into a network and
|
||||||
|
instantly be able to view other people who you can chat with, find printers
|
||||||
|
to print to or find files being shared. This kind of technology is already
|
||||||
|
found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
|
||||||
|
and is very convenient.
|
||||||
This package contains the mDNS/DNS-SD shared libraries, used by other programs.
|
This package contains the mDNS/DNS-SD shared libraries, used by other programs.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -54,13 +55,22 @@ define Package/avahi-autoipd
|
|||||||
$(call Package/avahi/Default)
|
$(call Package/avahi/Default)
|
||||||
DEPENDS:=+libdaemon
|
DEPENDS:=+libdaemon
|
||||||
TITLE:=IPv4LL network address configuration daemon
|
TITLE:=IPv4LL network address configuration daemon
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
This package implements IPv4LL, "Dynamic Configuration of \\\
|
define Package/avahi-autoipd/description
|
||||||
IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for \\\
|
|
||||||
automatic IP address configuration from the link-local \\\
|
An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library).
|
||||||
169.254.0.0/16 range without the need for a central server. It \\\
|
Avahi is a system which facilitates service discovery on a local network --
|
||||||
is primarily intended to be used in ad-hoc networks which lack a \\\
|
this means that you can plug your laptop or computer into a network and
|
||||||
|
instantly be able to view other people who you can chat with, find printers
|
||||||
|
to print to or find files being shared. This kind of technology is already
|
||||||
|
found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
|
||||||
|
and is very convenient.
|
||||||
|
This package implements IPv4LL, "Dynamic Configuration of
|
||||||
|
IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for
|
||||||
|
automatic IP address configuration from the link-local
|
||||||
|
169.254.0.0/16 range without the need for a central server. It
|
||||||
|
is primarily intended to be used in ad-hoc networks which lack a
|
||||||
DHCP server.
|
DHCP server.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -68,8 +78,17 @@ define Package/avahi-daemon
|
|||||||
$(call Package/avahi/Default)
|
$(call Package/avahi/Default)
|
||||||
DEPENDS:=+libavahi +libexpat
|
DEPENDS:=+libavahi +libexpat
|
||||||
TITLE+= (daemon)
|
TITLE+= (daemon)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/avahi-daemon/description
|
||||||
|
|
||||||
|
An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library).
|
||||||
|
Avahi is a system which facilitates service discovery on a local network --
|
||||||
|
this means that you can plug your laptop or computer into a network and
|
||||||
|
instantly be able to view other people who you can chat with, find printers
|
||||||
|
to print to or find files being shared. This kind of technology is already
|
||||||
|
found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
|
||||||
|
and is very convenient.
|
||||||
This package contains an mDNS/DNS-SD daemon.
|
This package contains an mDNS/DNS-SD daemon.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -83,10 +102,13 @@ define Package/avahi-dnsconfd
|
|||||||
$(call Package/avahi/Default)
|
$(call Package/avahi/Default)
|
||||||
DEPENDS:=+libavahi
|
DEPENDS:=+libavahi
|
||||||
TITLE:=An Unicast DNS server from mDNS/DNS-SD configuration daemon
|
TITLE:=An Unicast DNS server from mDNS/DNS-SD configuration daemon
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
This package contains an Unicast DNS server from mDNS/DNS-SD configuration \\\
|
define Package/avahi-dnsconfd/description
|
||||||
daemon, which may be used to configure conventional DNS servers using mDNS \\\
|
|
||||||
|
|
||||||
|
This package contains an Unicast DNS server from mDNS/DNS-SD configuration
|
||||||
|
daemon, which may be used to configure conventional DNS servers using mDNS
|
||||||
in a DHCP-like fashion. Especially useful on IPv6.
|
in a DHCP-like fashion. Especially useful on IPv6.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -22,10 +22,13 @@ define Package/clearsilver
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libneon +zlib
|
DEPENDS:=+libneon +zlib
|
||||||
TITLE:=ClearSilver template system
|
TITLE:=ClearSilver template system
|
||||||
DESCRIPTION:=Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier.
|
|
||||||
URL:=http://www.clearsilver.net/
|
URL:=http://www.clearsilver.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/clearsilver/description
|
||||||
|
Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier.
|
||||||
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-wdb \
|
--disable-wdb \
|
||||||
--disable-apache \
|
--disable-apache \
|
||||||
|
@ -29,10 +29,13 @@ define Package/libclinkc
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libexpat
|
DEPENDS:=+libexpat
|
||||||
TITLE:=Embedded UPnP library
|
TITLE:=Embedded UPnP library
|
||||||
DESCRIPTION:=CyberLink for C is a UPnP library using C for small and embedded platforms.
|
|
||||||
URL:=http://sourceforge.net/projects/clinkc
|
URL:=http://sourceforge.net/projects/clinkc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libclinkc/description
|
||||||
|
CyberLink for C is a UPnP library using C for small and embedded platforms.
|
||||||
|
endef
|
||||||
|
|
||||||
# uses GNU configure
|
# uses GNU configure
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
@ -28,10 +28,13 @@ define Package/libdb
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libxml2
|
DEPENDS:=+libxml2
|
||||||
TITLE:=Berkeley DB library
|
TITLE:=Berkeley DB library
|
||||||
DESCRIPTION:=Berkeley DB library.
|
|
||||||
URL:=http://www.sleepycat.com/products/db.shtml
|
URL:=http://www.sleepycat.com/products/db.shtml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libdb/description
|
||||||
|
Berkeley DB library.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR)/build_unix; rm -f config.cache; \
|
(cd $(PKG_BUILD_DIR)/build_unix; rm -f config.cache; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
@ -26,10 +26,13 @@ define Package/glib2
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libiconv +libintl
|
DEPENDS:=+libiconv +libintl
|
||||||
TITLE:=glib 2.0
|
TITLE:=glib 2.0
|
||||||
DESCRIPTION:=The GLib library of C routines
|
|
||||||
URL:=http://www.gtk.org/
|
URL:=http://www.gtk.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/glib2/description
|
||||||
|
The GLib library of C routines
|
||||||
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
@ -26,27 +26,33 @@ define Package/libgsm
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=A GSM transcoding library
|
TITLE:=A GSM transcoding library
|
||||||
DESCRIPTION:=A GSM 06.10 full-rate speech transcoding implementation (library).\\\
|
|
||||||
An implementation of the European GSM 06.10 provisional standard \\\
|
|
||||||
for full-rate speech transcoding, prI-ETS 300 036, which uses \\\
|
|
||||||
RPE/LTP (residual pulse excitation/long term prediction) coding \\\
|
|
||||||
at 13 kbit/s.
|
|
||||||
URL:=ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
URL:=ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libgsm/description
|
||||||
|
A GSM 06.10 full-rate speech transcoding implementation (library).
|
||||||
|
An implementation of the European GSM 06.10 provisional standard
|
||||||
|
for full-rate speech transcoding, prI-ETS 300 036, which uses
|
||||||
|
RPE/LTP (residual pulse excitation/long term prediction) coding
|
||||||
|
at 13 kbit/s.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/gsm-utils
|
define Package/gsm-utils
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libgsm
|
DEPENDS:=+libgsm
|
||||||
TITLE:=GSM transcoding utilities
|
TITLE:=GSM transcoding utilities
|
||||||
DESCRIPTION:=A GSM 06.10 full-rate speech transcoding implementation (utilities).\\\
|
|
||||||
An implementation of the European GSM 06.10 provisional standard \\\
|
|
||||||
for full-rate speech transcoding, prI-ETS 300 036, which uses \\\
|
|
||||||
RPE/LTP (residual pulse excitation/long term prediction) coding \\\
|
|
||||||
at 13 kbit/s.
|
|
||||||
URL:=ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
URL:=ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/gsm-utils/description
|
||||||
|
A GSM 06.10 full-rate speech transcoding implementation (utilities).
|
||||||
|
An implementation of the European GSM 06.10 provisional standard
|
||||||
|
for full-rate speech transcoding, prI-ETS 300 036, which uses
|
||||||
|
RPE/LTP (residual pulse excitation/long term prediction) coding
|
||||||
|
at 13 kbit/s.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -26,8 +26,6 @@ define Package/howl/Default
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Zeroconf networking implementation
|
TITLE:=Zeroconf networking implementation
|
||||||
DESCRIPTION:=\
|
|
||||||
Howl is a cross-platform implementation of Zeroconf networking.
|
|
||||||
URL:=http://www.porchdogsoft.com/products/howl/
|
URL:=http://www.porchdogsoft.com/products/howl/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -36,8 +34,11 @@ define Package/libhowl
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/libhowl/description
|
||||||
|
|
||||||
|
Howl is a cross-platform implementation of Zeroconf networking.
|
||||||
This package contains the Howl shared libraries, used by other programs.
|
This package contains the Howl shared libraries, used by other programs.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -45,8 +46,11 @@ define Package/howl-autoipd
|
|||||||
$(call Package/howl/Default)
|
$(call Package/howl/Default)
|
||||||
DEPENDS:=+libhowl
|
DEPENDS:=+libhowl
|
||||||
TITLE:=An IPv4 Link-Local address self-assigner daemon
|
TITLE:=An IPv4 Link-Local address self-assigner daemon
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/howl-autoipd/description
|
||||||
|
|
||||||
|
Howl is a cross-platform implementation of Zeroconf networking.
|
||||||
This package contains an IPv4 Link-Local address self-assigner daemon.
|
This package contains an IPv4 Link-Local address self-assigner daemon.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -54,8 +58,11 @@ define Package/howl-mdnsresponder
|
|||||||
$(call Package/howl/Default)
|
$(call Package/howl/Default)
|
||||||
DEPENDS:=+libhowl
|
DEPENDS:=+libhowl
|
||||||
TITLE:=An mDNS (Multicast DNS) service responder daemon
|
TITLE:=An mDNS (Multicast DNS) service responder daemon
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/howl-mdnsresponder/description
|
||||||
|
|
||||||
|
Howl is a cross-platform implementation of Zeroconf networking.
|
||||||
This package contains an mDNS (Multicast DNS) service responder daemon.
|
This package contains an mDNS (Multicast DNS) service responder daemon.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -67,8 +74,11 @@ define Package/howl-nifd
|
|||||||
$(call Package/howl/Default)
|
$(call Package/howl/Default)
|
||||||
DEPENDS:=+libhowl
|
DEPENDS:=+libhowl
|
||||||
TITLE:=A network interface monitor daemon
|
TITLE:=A network interface monitor daemon
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/howl-nifd/description
|
||||||
|
|
||||||
|
|
||||||
This package contains a network interface monitor daemon.
|
This package contains a network interface monitor daemon.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -76,8 +86,11 @@ define Package/howl-utils
|
|||||||
$(call Package/howl/Default)
|
$(call Package/howl/Default)
|
||||||
DEPENDS:=+libhowl
|
DEPENDS:=+libhowl
|
||||||
TITLE+= (utilities)
|
TITLE+= (utilities)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/howl-utils/description
|
||||||
|
|
||||||
|
|
||||||
This package contains mDNS (Multicast DNS) client utilities.
|
This package contains mDNS (Multicast DNS) client utilities.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -26,11 +26,13 @@ define Package/libamsel
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=The amwall library
|
TITLE:=The amwall library
|
||||||
DESCRIPTION:=\
|
|
||||||
A library for amwall configuration files.
|
|
||||||
URL:=http://amselinux.de/
|
URL:=http://amselinux.de/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libamsel/description
|
||||||
|
A library for amwall configuration files.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -27,12 +27,14 @@ define Package/libao
|
|||||||
DEPENDS:=+alsa-lib
|
DEPENDS:=+alsa-lib
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=A cross platform audio library
|
TITLE:=A cross platform audio library
|
||||||
DESCRIPTION:=\
|
|
||||||
Libao is a cross-platform audio library that allows programs to \\\
|
|
||||||
output audio using a simple API on a wide variety of platforms.
|
|
||||||
URL:=http://www.xiph.org/ao/
|
URL:=http://www.xiph.org/ao/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libao/description
|
||||||
|
Libao is a cross-platform audio library that allows programs to
|
||||||
|
output audio using a simple API on a wide variety of platforms.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -26,15 +26,17 @@ define Package/libart
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=An high-performance 2D graphics library
|
TITLE:=An high-performance 2D graphics library
|
||||||
DESCRIPTION:=\
|
|
||||||
A library of functions for 2D graphics supporting a superset of the \\\
|
|
||||||
PostScript imaging model, designed to be integrated with graphics, artwork, \\\
|
|
||||||
and illustration programs. It is written in optimized C, and is fully \\\
|
|
||||||
compatible with C++. With a small footprint of 10,000 lines of code, it is \\\
|
|
||||||
especially suitable for embedded applications.
|
|
||||||
URL:=http://www.levien.com/libart/
|
URL:=http://www.levien.com/libart/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libart/description
|
||||||
|
A library of functions for 2D graphics supporting a superset of the
|
||||||
|
PostScript imaging model, designed to be integrated with graphics, artwork,
|
||||||
|
and illustration programs. It is written in optimized C, and is fully
|
||||||
|
compatible with C++. With a small footprint of 10,000 lines of code, it is
|
||||||
|
especially suitable for embedded applications.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -26,13 +26,15 @@ define Package/libaudiofile
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Audio File library
|
TITLE:=Audio File library
|
||||||
DESCRIPTION:=\
|
|
||||||
The audiofile library allows the processing of audio data to and from audio \\\
|
|
||||||
files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, \\\
|
|
||||||
and raw data).
|
|
||||||
URL:=http://www.68k.org/~michael/audiofile/
|
URL:=http://www.68k.org/~michael/audiofile/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libaudiofile/description
|
||||||
|
The audiofile library allows the processing of audio data to and from audio
|
||||||
|
files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS,
|
||||||
|
and raw data).
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -26,14 +26,16 @@ define Package/libcli
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=A Cisco-like CLI library
|
TITLE:=A Cisco-like CLI library
|
||||||
DESCRIPTION:=\
|
|
||||||
Libcli provides a shared library for including a Cisco-like \\\
|
|
||||||
command-line interface into other software. It's a telnet \\\
|
|
||||||
interface which supports command-line editing, history, \\\
|
|
||||||
authentication and callbacks for a user-definable function tree.
|
|
||||||
URL:=http://libcli.sourceforge.net/
|
URL:=http://libcli.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libcli/description
|
||||||
|
Libcli provides a shared library for including a Cisco-like
|
||||||
|
command-line interface into other software. It's a telnet
|
||||||
|
interface which supports command-line editing, history,
|
||||||
|
authentication and callbacks for a user-definable function tree.
|
||||||
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
OPTIM="$(TARGET_CFLAGS)" \
|
OPTIM="$(TARGET_CFLAGS)" \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
@ -26,20 +26,22 @@ define Package/libdaemon
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=A lightweight C library that eases the writing of UNIX daemons
|
TITLE:=A lightweight C library that eases the writing of UNIX daemons
|
||||||
DESCRIPTION:=\
|
|
||||||
libdaemon is a lightweight C library that eases the writing of UNIX daemons.\\\
|
|
||||||
It consists of the following parts:\\\
|
|
||||||
- A wrapper around fork() which does the correct daemonization procedure of a process\\\
|
|
||||||
- A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR\\\
|
|
||||||
- An API for writing PID files\\\
|
|
||||||
- An API for serializing UNIX signals into a pipe for usage with select() or poll()\\\
|
|
||||||
- An API for running subprocesses with STDOUT and STDERR redirected to syslog\\\
|
|
||||||
\\\
|
|
||||||
APIs like these are used in most daemon software available. It is not that \\\
|
|
||||||
simple to get it done right and code duplication is not a goal.
|
|
||||||
URL:=http://0pointer.de/lennart/projects/libdaemon/
|
URL:=http://0pointer.de/lennart/projects/libdaemon/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libdaemon/description
|
||||||
|
libdaemon is a lightweight C library that eases the writing of UNIX daemons.
|
||||||
|
It consists of the following parts:
|
||||||
|
- A wrapper around fork() which does the correct daemonization procedure of a process
|
||||||
|
- A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR
|
||||||
|
- An API for writing PID files
|
||||||
|
- An API for serializing UNIX signals into a pipe for usage with select() or poll()
|
||||||
|
- An API for running subprocesses with STDOUT and STDERR redirected to syslog
|
||||||
|
|
||||||
|
APIs like these are used in most daemon software available. It is not that
|
||||||
|
simple to get it done right and code duplication is not a goal.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -26,23 +26,27 @@ define Package/libdnet
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Low-level network library
|
TITLE:=Low-level network library
|
||||||
DESCRIPTION:=\
|
|
||||||
libdnet is a library of simplified, portable interface to several \\\
|
|
||||||
low-level networking routines.
|
|
||||||
URL:=http://sourceforge.net/projects/libdnet/
|
URL:=http://sourceforge.net/projects/libdnet/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libdnet/description
|
||||||
|
libdnet is a library of simplified, portable interface to several
|
||||||
|
low-level networking routines.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/pydnet
|
define Package/pydnet
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
DEPENDS:=libdnet +python
|
DEPENDS:=libdnet +python
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Low-level network library
|
TITLE:=Low-level network library
|
||||||
DESCRIPTION:=\
|
|
||||||
libdnet is a library of simplified, portable interface to several \\\
|
|
||||||
low-level networking routines.
|
|
||||||
URL:=http://sourceforge.net/projects/libdnet/
|
URL:=http://sourceforge.net/projects/libdnet/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/pydnet/description
|
||||||
|
libdnet is a library of simplified, portable interface to several
|
||||||
|
low-level networking routines.
|
||||||
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
@ -26,12 +26,14 @@ define Package/libdvbpsi4
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=MPEG TS and DVB PSI tables decoding and generating
|
TITLE:=MPEG TS and DVB PSI tables decoding and generating
|
||||||
DESCRIPTION:=\
|
|
||||||
libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables \\\
|
|
||||||
decoding and generating.
|
|
||||||
URL:=http://www.videolan.org/developers/libdvbpsi.html
|
URL:=http://www.videolan.org/developers/libdvbpsi.html
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libdvbpsi4/description
|
||||||
|
libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables
|
||||||
|
decoding and generating.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default, \
|
$(call Build/Compile/Default, \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
@ -26,19 +26,21 @@ define Package/libevent
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Event notification library
|
TITLE:=Event notification library
|
||||||
DESCRIPTION:=\
|
|
||||||
The libevent API provides a mechanism to execute a callback function \\\
|
|
||||||
when a specific event occurs on a file descriptor or after a timeout \\\
|
|
||||||
has been reached. Furthermore, libevent also support callbacks due \\\
|
|
||||||
to signals or regular timeouts.\\\
|
|
||||||
\\\
|
|
||||||
libevent is meant to replace the event loop found in event driven \\\
|
|
||||||
network servers. An application just needs to call event_dispatch() \\\
|
|
||||||
and then add or remove events dynamically without having to change \\\
|
|
||||||
the event loop.
|
|
||||||
URL:=http://www.monkey.org/~provos/libevent/
|
URL:=http://www.monkey.org/~provos/libevent/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libevent/description
|
||||||
|
The libevent API provides a mechanism to execute a callback function
|
||||||
|
when a specific event occurs on a file descriptor or after a timeout
|
||||||
|
has been reached. Furthermore, libevent also support callbacks due
|
||||||
|
to signals or regular timeouts.
|
||||||
|
|
||||||
|
libevent is meant to replace the event loop found in event driven
|
||||||
|
network servers. An application just needs to call event_dispatch()
|
||||||
|
and then add or remove events dynamically without having to change
|
||||||
|
the event loop.
|
||||||
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
@ -26,14 +26,16 @@ define Package/libffi-sable
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Foreign Function Interface library (for sablevm)
|
TITLE:=Foreign Function Interface library (for sablevm)
|
||||||
DESCRIPTION:=\
|
|
||||||
The libffi library provides a portable, high level programming \\\
|
|
||||||
interface to various calling conventions. This allows a programmer to \\\
|
|
||||||
call any function specified by a call interface description at run \\\
|
|
||||||
time.
|
|
||||||
URL:=http://sources.redhat.com/libffi/
|
URL:=http://sources.redhat.com/libffi/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libffi-sable/description
|
||||||
|
The libffi library provides a portable, high level programming
|
||||||
|
interface to various calling conventions. This allows a programmer to
|
||||||
|
call any function specified by a call interface description at run
|
||||||
|
time.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -27,16 +27,18 @@ define Package/libgcrypt
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libgpg-error
|
DEPENDS:=+libgpg-error
|
||||||
TITLE:=GNU crypto library
|
TITLE:=GNU crypto library
|
||||||
DESCRIPTION:=\
|
|
||||||
This is a general purpose cryptographic library based on the code from \\\
|
|
||||||
GnuPG. It provides functions for all cryptograhic building blocks: \\\
|
|
||||||
symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash \\\
|
|
||||||
algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all \\\
|
|
||||||
hash algorithms), public key algorithms (RSA, ElGamal, DSA), large \\\
|
|
||||||
integer functions, random numbers and a lot of supporting functions.
|
|
||||||
URL:=http://directory.fsf.org/security/libgcrypt.html
|
URL:=http://directory.fsf.org/security/libgcrypt.html
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libgcrypt/description
|
||||||
|
This is a general purpose cryptographic library based on the code from
|
||||||
|
GnuPG. It provides functions for all cryptograhic building blocks:
|
||||||
|
symmetric ciphers (AES, DES, Blowfish, CAST5, Twofish, Arcfour), hash
|
||||||
|
algorithms (MD4, MD5, RIPE-MD160, SHA-1, TIGER-192), MACs (HMAC for all
|
||||||
|
hash algorithms), public key algorithms (RSA, ElGamal, DSA), large
|
||||||
|
integer functions, random numbers and a lot of supporting functions.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -29,15 +29,17 @@ define Package/libgpg-error
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=GnuPG error handling helper library
|
TITLE:=GnuPG error handling helper library
|
||||||
DESCRIPTION:=\
|
|
||||||
An helper library for common error codes and descriptions.\\\
|
|
||||||
This is a library that defines common error values for all GnuPG \\\
|
|
||||||
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, \\\
|
|
||||||
Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the \\\
|
|
||||||
future.
|
|
||||||
URL:=http://www.gnupg.org/related_software/libgpg-error/
|
URL:=http://www.gnupg.org/related_software/libgpg-error/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libgpg-error/description
|
||||||
|
An helper library for common error codes and descriptions.
|
||||||
|
This is a library that defines common error values for all GnuPG
|
||||||
|
components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt,
|
||||||
|
Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the
|
||||||
|
future.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -22,10 +22,13 @@ define Package/libgssapi
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=required libraries for the nfs-utils
|
TITLE:=required libraries for the nfs-utils
|
||||||
DESCRIPTION:= Support libraries - for newer nfs mount command (nfs4)
|
|
||||||
URL:=http://www.citi.umich.edu/projects/nfsv4/linux
|
URL:=http://www.citi.umich.edu/projects/nfsv4/linux
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libgssapi/description
|
||||||
|
Support libraries - for newer nfs mount command (nfs4)
|
||||||
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib
|
TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
|
@ -27,12 +27,14 @@ define Package/libid3tag
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+zlib
|
DEPENDS:=+zlib
|
||||||
TITLE:=An ID3 tag manipulation library
|
TITLE:=An ID3 tag manipulation library
|
||||||
DESCRIPTION:=\
|
|
||||||
libid3tag is a library for reading and (eventually) writing ID3 tags, both \\\
|
|
||||||
ID3v1 and the various versions of ID3v2.
|
|
||||||
URL:=http://mad.sourceforge.net/
|
URL:=http://mad.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libid3tag/description
|
||||||
|
libid3tag is a library for reading and (eventually) writing ID3 tags, both
|
||||||
|
ID3v1 and the various versions of ID3v2.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -38,14 +38,16 @@ define Package/libmad
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=An high-quality MPEG audio decoding library
|
TITLE:=An high-quality MPEG audio decoding library
|
||||||
DESCRIPTION:=\
|
|
||||||
MAD is a high-quality MPEG audio decoder. It currently supports \\\
|
|
||||||
MPEG-1 and the MPEG-2 extension to lower sampling frequencies, \\\
|
|
||||||
as well as the de facto MPEG 2.5 format. All three audio layers - \\\
|
|
||||||
Layer I, Layer II, and Layer III (i.e. MP3) - are fully implemented.
|
|
||||||
URL:=http://www.underbit.com/products/mad/
|
URL:=http://www.underbit.com/products/mad/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libmad/description
|
||||||
|
MAD is a high-quality MPEG audio decoder. It currently supports
|
||||||
|
MPEG-1 and the MPEG-2 extension to lower sampling frequencies,
|
||||||
|
as well as the de facto MPEG 2.5 format. All three audio layers -
|
||||||
|
Layer I, Layer II, and Layer III (i.e. MP3) - are fully implemented.
|
||||||
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
@ -26,12 +26,14 @@ define Package/libmcrypt
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Cryptographic library
|
TITLE:=Cryptographic library
|
||||||
DESCRIPTION:=\
|
|
||||||
libmcrypt is a cryptographic library that conveniently brings \\\
|
|
||||||
together a variety of ciphers for convenient use.
|
|
||||||
URL:=http://mcrypt.sourceforge.net/
|
URL:=http://mcrypt.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libmcrypt/description
|
||||||
|
libmcrypt is a cryptographic library that conveniently brings
|
||||||
|
together a variety of ciphers for convenient use.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -26,11 +26,13 @@ define Package/libmpcdec
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Musepack decoder library
|
TITLE:=Musepack decoder library
|
||||||
DESCRIPTION:=\
|
|
||||||
Musepack decoder library
|
|
||||||
URL:=http://www.musepack.net
|
URL:=http://www.musepack.net
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libmpcdec/description
|
||||||
|
Musepack decoder library
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default)
|
$(call Build/Configure/Default)
|
||||||
endef
|
endef
|
||||||
|
@ -22,10 +22,13 @@ define Package/libmpd
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Libmpd is an a library to easily connect to a mpd server.
|
TITLE:=Libmpd is an a library to easily connect to a mpd server.
|
||||||
DESCRIPTION:=It's wraps around libmpdclient and provides a higher level api.
|
|
||||||
URL:=http://sarine.nl/libmpd
|
URL:=http://sarine.nl/libmpd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libmpd/description
|
||||||
|
It's wraps around libmpdclient and provides a higher level api.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
|
@ -22,10 +22,13 @@ define Package/libnfsidmap
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=libnfsidmap, for compiling mount.nfs4
|
TITLE:=libnfsidmap, for compiling mount.nfs4
|
||||||
DESCRIPTION:= needed for nfs-utils
|
|
||||||
URL:=http://www.citi.umich.edu/projects/nfsv4
|
URL:=http://www.citi.umich.edu/projects/nfsv4
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libnfsidmap/description
|
||||||
|
needed for nfs-utils
|
||||||
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib
|
TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
|
@ -27,12 +27,14 @@ define Package/libnids
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libnet0
|
DEPENDS:=+libnet0
|
||||||
TITLE:=A network intrusion detection library
|
TITLE:=A network intrusion detection library
|
||||||
DESCRIPTION:=\
|
|
||||||
An implementation of an E-component of Network Intrusion Detection \\\
|
|
||||||
System.
|
|
||||||
URL:=http://www.packetfactory.net/projects/libnids/
|
URL:=http://www.packetfactory.net/projects/libnids/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libnids/description
|
||||||
|
An implementation of an E-component of Network Intrusion Detection
|
||||||
|
System.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -26,11 +26,14 @@ define Package/libpam
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=free implementation of the following DCE-RFC from Sunsoft.
|
TITLE:=free implementation of the following DCE-RFC from Sunsoft.
|
||||||
DESCRIPTION:=\
|
|
||||||
Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft. \\\
|
|
||||||
URL:=http://www.kernel.org/pub/linux/libs/pam
|
URL:=http://www.kernel.org/pub/linux/libs/pam
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libpam/description
|
||||||
|
Linux-PAM is a free implementation of the following DCE-RFC from Sunsoft.
|
||||||
|
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -26,16 +26,18 @@ define Package/libreadline
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Command lines edition library
|
TITLE:=Command lines edition library
|
||||||
DESCRIPTION:=\
|
|
||||||
The Readline library provides a set of functions for use by applications \\\
|
|
||||||
that allow users to edit command lines as they are typed in. Both Emacs \\\
|
|
||||||
and vi editing modes are available. The Readline library includes \\\
|
|
||||||
additional functions to maintain a list of previously-entered command \\\
|
|
||||||
lines, to recall and perhaps reedit those lines, and perform csh-like \\\
|
|
||||||
history expansion on previous commands.
|
|
||||||
URL:=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
URL:=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libreadline/description
|
||||||
|
The Readline library provides a set of functions for use by applications
|
||||||
|
that allow users to edit command lines as they are typed in. Both Emacs
|
||||||
|
and vi editing modes are available. The Readline library includes
|
||||||
|
additional functions to maintain a list of previously-entered command
|
||||||
|
lines, to recall and perhaps reedit those lines, and perform csh-like
|
||||||
|
history expansion on previous commands.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -24,10 +24,13 @@ define Package/librpcsecgss
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=required libraries for the nfs-utils
|
TITLE:=required libraries for the nfs-utils
|
||||||
DESCRIPTION:= Support libraries - for newer nfs mount command (nfs4)
|
|
||||||
URL:=http://www.citi.umich.edu/projects/nfsv4/linux
|
URL:=http://www.citi.umich.edu/projects/nfsv4/linux
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/librpcsecgss/description
|
||||||
|
Support libraries - for newer nfs mount command (nfs4)
|
||||||
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib -I$(STAGING_DIR)/usr/include/gssglue/
|
TARGET_CFLAGS += -I$(PKG_BUILD_DIR)/lib -I$(STAGING_DIR)/usr/include/gssglue/
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
|
@ -26,11 +26,13 @@ define Package/librsync
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=implementation of the rolling-checksum algorithm
|
TITLE:=implementation of the rolling-checksum algorithm
|
||||||
DESCRIPTION:=\
|
endef
|
||||||
librsync implements the rolling-checksum algorithm of remote file\\\
|
|
||||||
synchronization that was popularized by the rsync utility and is\\\
|
define Package/librsync/description
|
||||||
used in rproxy. This algorithm transfers the differences between 2\\\
|
librsync implements the rolling-checksum algorithm of remote file
|
||||||
files without needing both files on the same system.
|
synchronization that was popularized by the rsync utility and is
|
||||||
|
used in rproxy. This algorithm transfers the differences between 2
|
||||||
|
files without needing both files on the same system.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
@ -27,11 +27,13 @@ define Package/libsamplerate
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libsndfile
|
DEPENDS:=+libsndfile
|
||||||
TITLE:=Sample Rate Converter
|
TITLE:=Sample Rate Converter
|
||||||
DESCRIPTION:=\
|
|
||||||
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio
|
|
||||||
URL:=http://www.mega-nerd.com/SRC/index.html
|
URL:=http://www.mega-nerd.com/SRC/index.html
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libsamplerate/description
|
||||||
|
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--disable-fftw \
|
--disable-fftw \
|
||||||
|
@ -26,12 +26,14 @@ define Package/libsndfile
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Library for reading/writing audio files
|
TITLE:=Library for reading/writing audio files
|
||||||
DESCRIPTION:=\
|
|
||||||
libsndfile is a library of C routines for reading and writing files \\\
|
|
||||||
containing sampled audio data.
|
|
||||||
URL:=http://www.mega-nerd.com/libsndfile/
|
URL:=http://www.mega-nerd.com/libsndfile/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libsndfile/description
|
||||||
|
libsndfile is a library of C routines for reading and writing files
|
||||||
|
containing sampled audio data.
|
||||||
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-flac
|
--disable-flac
|
||||||
|
|
||||||
|
@ -27,13 +27,15 @@ define Package/libupnp
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libpthread
|
DEPENDS:=+libpthread
|
||||||
TITLE:=UPnP SDK library
|
TITLE:=UPnP SDK library
|
||||||
DESCRIPTION:=\
|
|
||||||
The Universal Plug and Play (UPnP) SDK for Linux provides support \\\
|
|
||||||
for building UPnP-compliant control points, devices, and bridges \\\
|
|
||||||
on Linux.
|
|
||||||
URL:=http://upnp.sourceforge.net/
|
URL:=http://upnp.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libupnp/description
|
||||||
|
The Universal Plug and Play (UPnP) SDK for Linux provides support
|
||||||
|
for building UPnP-compliant control points, devices, and bridges
|
||||||
|
on Linux.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -26,14 +26,16 @@ define Package/libvorbisidec
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=A fixed-point Ogg/Vorbis decoder library
|
TITLE:=A fixed-point Ogg/Vorbis decoder library
|
||||||
DESCRIPTION:=\
|
|
||||||
libvorbisidec is "tremor", a fixed-point implementation of libvorbis.\\\
|
|
||||||
It also has libogg built-in. It is suitable as a replacement for \\\
|
|
||||||
libvorbis and libogg in tremor-aware applications.\\\
|
|
||||||
Tremor is a decoder only.
|
|
||||||
URL:=http://wiki.xiph.org/index.php/Tremor
|
URL:=http://wiki.xiph.org/index.php/Tremor
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libvorbisidec/description
|
||||||
|
libvorbisidec is "tremor", a fixed-point implementation of libvorbis.
|
||||||
|
It also has libogg built-in. It is suitable as a replacement for
|
||||||
|
libvorbis and libogg in tremor-aware applications.
|
||||||
|
Tremor is a decoder only.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -28,21 +28,25 @@ define Package/libxslt
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libxml2
|
DEPENDS:=+libxml2
|
||||||
TITLE:=Gnome XSLT library
|
TITLE:=Gnome XSLT library
|
||||||
DESCRIPTION:=\
|
|
||||||
A library for XML transformation using XSLT.
|
|
||||||
URL:=http://xmlsoft.org/XSLT/
|
URL:=http://xmlsoft.org/XSLT/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libxslt/description
|
||||||
|
A library for XML transformation using XSLT.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/xsltproc
|
define Package/xsltproc
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libxml2 +libxslt
|
DEPENDS:=+libxml2 +libxslt
|
||||||
TITLE:=Gnome XSLT xsltproc Utility
|
TITLE:=Gnome XSLT xsltproc Utility
|
||||||
DESCRIPTION:=\
|
|
||||||
XSLT XML transformation utility
|
|
||||||
URL:=http://xmlsoft.org/XSLT/
|
URL:=http://xmlsoft.org/XSLT/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/xsltproc/description
|
||||||
|
XSLT XML transformation utility
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -22,13 +22,16 @@ define Package/libnmeap
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=extensible NMEA-0183 parser written in standard C
|
TITLE:=extensible NMEA-0183 parser written in standard C
|
||||||
DESCRIPTION:=The NMEAP parser is intended for use in applications that need to input NMEA-0183 \\\
|
|
||||||
data from a GPS (typically over a serial port). NMEAP is a linkable library written in portable \\\
|
|
||||||
standard C and is suitable for both desktop and embedded applications. \\\
|
|
||||||
It is licensed under the BSD open source license.
|
|
||||||
URL:=http://www.dmh2000.com/nmea/nmeap.shtml
|
URL:=http://www.dmh2000.com/nmea/nmeap.shtml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libnmeap/description
|
||||||
|
The NMEAP parser is intended for use in applications that need to input NMEA-0183
|
||||||
|
data from a GPS (typically over a serial port). NMEAP is a linkable library written in portable
|
||||||
|
standard C and is suitable for both desktop and embedded applications.
|
||||||
|
It is licensed under the BSD open source license.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
$(CP) $(PKG_BUILD_DIR)/inc/nmeap{,_def}.h $(1)/usr/include/
|
$(CP) $(PKG_BUILD_DIR)/inc/nmeap{,_def}.h $(1)/usr/include/
|
||||||
|
@ -28,13 +28,16 @@ define Package/libopal
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+pwlib +uclibcxx
|
DEPENDS:=+pwlib +uclibcxx
|
||||||
TITLE:=Open Phone Abstraction Library
|
TITLE:=Open Phone Abstraction Library
|
||||||
DESCRIPTION:=\
|
|
||||||
Open Phone Abstraction Library, implementation of the ITU H.323\\\
|
|
||||||
teleconferencing protocol, and successor of the openh323 library. It\\\
|
|
||||||
supports not only the H.323 protocol but also SIP and IAX2.\\\
|
|
||||||
URL:=http://www.voxgratia.org/
|
URL:=http://www.voxgratia.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libopal/description
|
||||||
|
Open Phone Abstraction Library, implementation of the ITU H.323
|
||||||
|
teleconferencing protocol, and successor of the openh323 library. It
|
||||||
|
supports not only the H.323 protocol but also SIP and IAX2.
|
||||||
|
|
||||||
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-minsize \
|
--enable-minsize \
|
||||||
--enable-audio \
|
--enable-audio \
|
||||||
|
@ -31,15 +31,17 @@ define Package/libopencdk
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libgcrypt zlib
|
DEPENDS:=+libgcrypt zlib
|
||||||
TITLE:=The Open Crypto Development Kit library
|
TITLE:=The Open Crypto Development Kit library
|
||||||
DESCRIPTION:=\
|
|
||||||
This library provides basic parts of the OpenPGP message format.\\\
|
|
||||||
For reference, please read the rfc2440.txt in the doc/ directory.\\\
|
|
||||||
Due to some possible security problems, the library also implements \\\
|
|
||||||
parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange \\\
|
|
||||||
messages with earlier PGP version < 7, you should use the compat mode.
|
|
||||||
URL:=ftp://ftp.gnutls.org/pub/gnutls/opencdk/
|
URL:=ftp://ftp.gnutls.org/pub/gnutls/opencdk/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libopencdk/description
|
||||||
|
This library provides basic parts of the OpenPGP message format.
|
||||||
|
For reference, please read the rfc2440.txt in the doc/ directory.
|
||||||
|
Due to some possible security problems, the library also implements
|
||||||
|
parts of draft-ietf-openpgp-rfc2440bis-08.txt. If you want to exchange
|
||||||
|
messages with earlier PGP version < 7, you should use the compat mode.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -27,9 +27,6 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
define Package/openldap/Default
|
define Package/openldap/Default
|
||||||
TITLE:=LDAP implementation
|
TITLE:=LDAP implementation
|
||||||
DESCRIPTION:=\
|
|
||||||
OpenLDAP Software is an open source implementation of the \\\
|
|
||||||
Lightweight Directory Access Protocol (LDAP).
|
|
||||||
URL:=http://www.openldap.org/
|
URL:=http://www.openldap.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -39,9 +36,13 @@ define Package/libopenldap
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libopenssl +libsasl2
|
DEPENDS:=+libopenssl +libsasl2
|
||||||
TITLE+= (libraries)
|
TITLE+= (libraries)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
This package contains the shared LDAP client libraries, needed by other programs.
|
define Package/libopenldap/description
|
||||||
|
=
|
||||||
|
OpenLDAP Software is an open source implementation of the
|
||||||
|
Lightweight Directory Access Protocol (LDAP).
|
||||||
|
This package contains the shared LDAP client libraries, needed by other programs.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libopenldap/conffiles
|
define Package/libopenldap/conffiles
|
||||||
@ -54,9 +55,13 @@ define Package/openldap-utils
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libopenldap
|
DEPENDS:=+libopenldap
|
||||||
TITLE+= (utilities)
|
TITLE+= (utilities)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
This package contains client programs required to access LDAP servers.
|
define Package/openldap-utils/description
|
||||||
|
=
|
||||||
|
OpenLDAP Software is an open source implementation of the
|
||||||
|
Lightweight Directory Access Protocol (LDAP).
|
||||||
|
This package contains client programs required to access LDAP servers.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
@ -31,28 +31,37 @@ define Package/libpq
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+zlib +libreadline +libncurses
|
DEPENDS:=+zlib +libreadline +libncurses
|
||||||
TITLE:=PostgreSQL client library
|
TITLE:=PostgreSQL client library
|
||||||
DESCRIPTION:=PostgreSQL client library.
|
|
||||||
URL:=http://www.postgresql.org/
|
URL:=http://www.postgresql.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libpq/description
|
||||||
|
PostgreSQL client library.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/pgsql-cli
|
define Package/pgsql-cli
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libpq
|
DEPENDS:=+libpq
|
||||||
TITLE:=Command Line Interface (CLI) to PostgreSQL databases
|
TITLE:=Command Line Interface (CLI) to PostgreSQL databases
|
||||||
DESCRIPTION:=Command Line Interface (CLI) to PostgreSQL databases.
|
|
||||||
URL:=http://www.postgresql.org/
|
URL:=http://www.postgresql.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/pgsql-cli/description
|
||||||
|
Command Line Interface (CLI) to PostgreSQL databases.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/pgsql-server
|
define Package/pgsql-server
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libpq
|
DEPENDS:=+libpq
|
||||||
TITLE:=PostgreSQL databases Server
|
TITLE:=PostgreSQL databases Server
|
||||||
DESCRIPTION:=PostgreSQL databases Server.
|
|
||||||
URL:=http://www.postgresql.org/
|
URL:=http://www.postgresql.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/pgsql-server/description
|
||||||
|
PostgreSQL databases Server.
|
||||||
|
endef
|
||||||
|
|
||||||
# Need a native ecpg ,pg_config, and zic for build
|
# Need a native ecpg ,pg_config, and zic for build
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); rm -f config.cache; \
|
(cd $(PKG_BUILD_DIR); rm -f config.cache; \
|
||||||
|
@ -23,10 +23,6 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/radiusclient-ng/Default
|
define Package/radiusclient-ng/Default
|
||||||
DESCRIPTION:=\
|
|
||||||
Purpose of this project is to build a portable, easy-to-use and standard \\\
|
|
||||||
compliant library suitable for developing free and commercial software \\\
|
|
||||||
that need support for RADIUS protocol (RFCs 2128 and 2139).
|
|
||||||
URL:=http://developer.berlios.de/projects/radiusclient-ng/
|
URL:=http://developer.berlios.de/projects/radiusclient-ng/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -35,8 +31,13 @@ define Package/libradiusclient-ng
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=RADIUS client library
|
TITLE:=RADIUS client library
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/libradiusclient-ng/description
|
||||||
|
=
|
||||||
|
Purpose of this project is to build a portable, easy-to-use and standard
|
||||||
|
compliant library suitable for developing free and commercial software
|
||||||
|
that need support for RADIUS protocol (RFCs 2128 and 2139).
|
||||||
This package contains shared libraries, needed by other programs.
|
This package contains shared libraries, needed by other programs.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -53,8 +54,13 @@ define Package/radiusclient-ng
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libradiusclient-ng
|
DEPENDS:=+libradiusclient-ng
|
||||||
TITLE:=RADIUS client
|
TITLE:=RADIUS client
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/radiusclient-ng/description
|
||||||
|
=
|
||||||
|
Purpose of this project is to build a portable, easy-to-use and standard
|
||||||
|
compliant library suitable for developing free and commercial software
|
||||||
|
that need support for RADIUS protocol (RFCs 2128 and 2139).
|
||||||
This package contains a RADIUS client.
|
This package contains a RADIUS client.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -27,68 +27,77 @@ define Package/librrd1
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+zlib
|
DEPENDS:=+zlib
|
||||||
TITLE:=Round Robin Database (RRD) management library
|
TITLE:=Round Robin Database (RRD) management library
|
||||||
DESCRIPTION:=Round Robin Database (RRD) management library.\\\
|
|
||||||
RRD is the Acronym for Round Robin Database. RRD is a system to store and \\\
|
|
||||||
display time-series data (i.e. network bandwidth, machine-room temperature, \\\
|
|
||||||
server load average). It stores the data in a very compact way that will \\\
|
|
||||||
not expand over time, and it presents useful graphs by processing the data \\\
|
|
||||||
to enforce a certain data density. It can be used either via simple wrapper \\\
|
|
||||||
scripts (from shell or Perl) or via frontends that poll network devices and \\\
|
|
||||||
put friendly user interface on it.\\\
|
|
||||||
\\\
|
|
||||||
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into \\\
|
|
||||||
librrd.so. The library is much smaller compared to the 1.2.x version with \\\
|
|
||||||
separate dynamic linked libraries.\\\
|
|
||||||
\\\
|
|
||||||
This package contains a shared library, used by other programs.
|
|
||||||
URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/librrd1/description
|
||||||
|
Round Robin Database (RRD) management library.
|
||||||
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
||||||
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
||||||
|
server load average). It stores the data in a very compact way that will
|
||||||
|
not expand over time, and it presents useful graphs by processing the data
|
||||||
|
to enforce a certain data density. It can be used either via simple wrapper
|
||||||
|
scripts (from shell or Perl) or via frontends that poll network devices and
|
||||||
|
put friendly user interface on it.
|
||||||
|
|
||||||
|
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
|
||||||
|
librrd.so. The library is much smaller compared to the 1.2.x version with
|
||||||
|
separate dynamic linked libraries.
|
||||||
|
|
||||||
|
This package contains a shared library, used by other programs.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/rrdcgi1
|
define Package/rrdcgi1
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+librrd1
|
DEPENDS:=+librrd1
|
||||||
TITLE:=Round Robin Database (RRD) CGI graphing tool
|
TITLE:=Round Robin Database (RRD) CGI graphing tool
|
||||||
DESCRIPTION:=Round Robin Database (RRD) CGI graphing tool.\\\
|
|
||||||
RRD is the Acronym for Round Robin Database. RRD is a system to store and \\\
|
|
||||||
display time-series data (i.e. network bandwidth, machine-room temperature, \\\
|
|
||||||
server load average). It stores the data in a very compact way that will \\\
|
|
||||||
not expand over time, and it presents useful graphs by processing the data \\\
|
|
||||||
to enforce a certain data density. It can be used either via simple wrapper \\\
|
|
||||||
scripts (from shell or Perl) or via frontends that poll network devices and \\\
|
|
||||||
put friendly user interface on it.\\\
|
|
||||||
\\\
|
|
||||||
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into \\\
|
|
||||||
librrd.so. The library is much smaller compared to the 1.2.x version with \\\
|
|
||||||
separate dynamic linked libraries.\\\
|
|
||||||
\\\
|
|
||||||
This package contains the rrdcgi tool used to create web pages containing \\\
|
|
||||||
RRD graphs based on templates.
|
|
||||||
URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/rrdcgi1/description
|
||||||
|
Round Robin Database (RRD) CGI graphing tool.
|
||||||
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
||||||
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
||||||
|
server load average). It stores the data in a very compact way that will
|
||||||
|
not expand over time, and it presents useful graphs by processing the data
|
||||||
|
to enforce a certain data density. It can be used either via simple wrapper
|
||||||
|
scripts (from shell or Perl) or via frontends that poll network devices and
|
||||||
|
put friendly user interface on it.
|
||||||
|
|
||||||
|
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
|
||||||
|
librrd.so. The library is much smaller compared to the 1.2.x version with
|
||||||
|
separate dynamic linked libraries.
|
||||||
|
|
||||||
|
This package contains the rrdcgi tool used to create web pages containing
|
||||||
|
RRD graphs based on templates.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/rrdtool1
|
define Package/rrdtool1
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+librrd1
|
DEPENDS:=+librrd1
|
||||||
TITLE:=Round Robin Database (RRD) management tools
|
TITLE:=Round Robin Database (RRD) management tools
|
||||||
DESCRIPTION:=Round Robin Database (RRD) management tools.\\\
|
|
||||||
RRD is the Acronym for Round Robin Database. RRD is a system to store and \\\
|
|
||||||
display time-series data (i.e. network bandwidth, machine-room temperature, \\\
|
|
||||||
server load average). It stores the data in a very compact way that will \\\
|
|
||||||
not expand over time, and it presents useful graphs by processing the data \\\
|
|
||||||
to enforce a certain data density. It can be used either via simple wrapper \\\
|
|
||||||
scripts (from shell or Perl) or via frontends that poll network devices and \\\
|
|
||||||
put friendly user interface on it.\\\
|
|
||||||
\\\
|
|
||||||
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into \\\
|
|
||||||
librrd.so. The library is much smaller compared to the 1.2.x version with \\\
|
|
||||||
separate dynamic linked libraries.\\\
|
|
||||||
\\\
|
|
||||||
This package contains command line tools used to manage RRDs.
|
|
||||||
URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
URL:=http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/rrdtool1/description
|
||||||
|
Round Robin Database (RRD) management tools.
|
||||||
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
||||||
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
||||||
|
server load average). It stores the data in a very compact way that will
|
||||||
|
not expand over time, and it presents useful graphs by processing the data
|
||||||
|
to enforce a certain data density. It can be used either via simple wrapper
|
||||||
|
scripts (from shell or Perl) or via frontends that poll network devices and
|
||||||
|
put friendly user interface on it.
|
||||||
|
|
||||||
|
This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into
|
||||||
|
librrd.so. The library is much smaller compared to the 1.2.x version with
|
||||||
|
separate dynamic linked libraries.
|
||||||
|
|
||||||
|
This package contains command line tools used to manage RRDs.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); rm -rf config.{status,cache} ; \
|
(cd $(PKG_BUILD_DIR); rm -rf config.{status,cache} ; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
@ -25,12 +25,14 @@ define Package/serdisplib
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=A display control library
|
TITLE:=A display control library
|
||||||
DESCRIPTION:=\
|
|
||||||
serdisplib is a library to drive serial and parallel displays \\\
|
|
||||||
with built-in controllers.
|
|
||||||
URL:=http://serdisplib.sourceforge.net/
|
URL:=http://serdisplib.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/serdisplib/description
|
||||||
|
serdisplib is a library to drive serial and parallel displays
|
||||||
|
with built-in controllers.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
@ -27,19 +27,21 @@ define Package/libspeex
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Open source speech compression codec library
|
TITLE:=Open source speech compression codec library
|
||||||
DESCRIPTION:=\
|
|
||||||
Open source patent-free speech compression codec library.\\\
|
|
||||||
Speex is an Open Source/Free Software patent-free audio compression \\\
|
|
||||||
format designed for speech. The Speex Project aims to lower the \\\
|
|
||||||
barrier of entry for voice applications by providing a free \\\
|
|
||||||
alternative to expensive proprietary speech codecs. Moreover, Speex \\\
|
|
||||||
is well-adapted to Internet applications and provides useful features \\\
|
|
||||||
that are not present in most other codecs.\\\
|
|
||||||
\\\
|
|
||||||
This package contains the shared codec library, needed by other programs.
|
|
||||||
URL:=http://www.speex.org/
|
URL:=http://www.speex.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libspeex/description
|
||||||
|
Open source patent-free speech compression codec library.
|
||||||
|
Speex is an Open Source/Free Software patent-free audio compression
|
||||||
|
format designed for speech. The Speex Project aims to lower the
|
||||||
|
barrier of entry for voice applications by providing a free
|
||||||
|
alternative to expensive proprietary speech codecs. Moreover, Speex
|
||||||
|
is well-adapted to Internet applications and provides useful features
|
||||||
|
that are not present in most other codecs.
|
||||||
|
|
||||||
|
This package contains the shared codec library, needed by other programs.
|
||||||
|
endef
|
||||||
|
|
||||||
TARGET_LDFLAGS:=$(TARGET_LDFLAGS) -lnotimpl
|
TARGET_LDFLAGS:=$(TARGET_LDFLAGS) -lnotimpl
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
@ -26,9 +26,6 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
define Package/sqlite2/Default
|
define Package/sqlite2/Default
|
||||||
TITLE:=SQLite (v2.x) database engine
|
TITLE:=SQLite (v2.x) database engine
|
||||||
DESCRIPTION:=\
|
|
||||||
SQLite is a small C library that implements a self-contained, embeddable, \\\
|
|
||||||
zero-configuration SQL database engine.
|
|
||||||
URL:=http://www.sqlite.org/
|
URL:=http://www.sqlite.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -37,8 +34,12 @@ define Package/libsqlite2
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/libsqlite2/description
|
||||||
|
=
|
||||||
|
SQLite is a small C library that implements a self-contained, embeddable,
|
||||||
|
zero-configuration SQL database engine.
|
||||||
This package contains the SQLite (v2.x) shared library, used by other programs.
|
This package contains the SQLite (v2.x) shared library, used by other programs.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -48,10 +49,14 @@ define Package/sqlite2-cli
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libsqlite2 +libncurses +libreadline
|
DEPENDS:=+libsqlite2 +libncurses +libreadline
|
||||||
TITLE+= (cli)
|
TITLE+= (cli)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
This package contains a terminal-based front-end to the SQLite (v2.x) library \\\
|
define Package/sqlite2-cli/description
|
||||||
that can evaluate queries interactively and display the results in \\\
|
=
|
||||||
|
SQLite is a small C library that implements a self-contained, embeddable,
|
||||||
|
zero-configuration SQL database engine.
|
||||||
|
This package contains a terminal-based front-end to the SQLite (v2.x) library
|
||||||
|
that can evaluate queries interactively and display the results in
|
||||||
multiple formats.
|
multiple formats.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -26,9 +26,6 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
define Package/sqlite3/Default
|
define Package/sqlite3/Default
|
||||||
TITLE:=SQLite (v3.x) database engine
|
TITLE:=SQLite (v3.x) database engine
|
||||||
DESCRIPTION:=\
|
|
||||||
SQLite is a small C library that implements a self-contained, embeddable, \\\
|
|
||||||
zero-configuration SQL database engine.
|
|
||||||
URL:=http://www.sqlite.org/
|
URL:=http://www.sqlite.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -37,8 +34,12 @@ define Package/libsqlite3
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE+= (library)
|
TITLE+= (library)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
This package contains the SQLite (v3.x) shared library, used by other programs.
|
|
||||||
|
define Package/libsqlite3/description
|
||||||
|
=
|
||||||
|
SQLite is a small C library that implements a self-contained, embeddable,
|
||||||
|
zero-configuration SQL database engine. This package contains the SQLite (v3.x) shared library, used by other programs.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/sqlite3-cli
|
define Package/sqlite3-cli
|
||||||
@ -47,10 +48,14 @@ define Package/sqlite3-cli
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libsqlite3 +libncurses +libreadline
|
DEPENDS:=+libsqlite3 +libncurses +libreadline
|
||||||
TITLE+= (cli)
|
TITLE+= (cli)
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
This package contains a terminal-based front-end to the SQLite (v3.x) library \\\
|
define Package/sqlite3-cli/description
|
||||||
that can evaluate queries interactively and display the results in \\\
|
=
|
||||||
|
SQLite is a small C library that implements a self-contained, embeddable,
|
||||||
|
zero-configuration SQL database engine.
|
||||||
|
This package contains a terminal-based front-end to the SQLite (v3.x) library
|
||||||
|
that can evaluate queries interactively and display the results in
|
||||||
multiple formats.
|
multiple formats.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -26,12 +26,15 @@ define Package/ustl
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=C++ STL for embedded systems
|
TITLE:=C++ STL for embedded systems
|
||||||
DESCRIPTION:=C++ Standard Template Library (STL) for embedded systems.\\\
|
URL:=http://ustl.sourceforge.net/
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/ustl/description
|
||||||
|
C++ Standard Template Library (STL) for embedded systems.\\\
|
||||||
uSTL is a partial implementation of the STL (Standard Template \\\
|
uSTL is a partial implementation of the STL (Standard Template \\\
|
||||||
Library) that reduces code size by factoring memory management \\\
|
Library) that reduces code size by factoring memory management \\\
|
||||||
code into a non-template base class and deriving containers \\\
|
code into a non-template base class and deriving containers \\\
|
||||||
from it.
|
from it.
|
||||||
URL:=http://ustl.sourceforge.net/
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
@ -27,10 +27,13 @@ define Package/gphoto2
|
|||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
DEPENDS:=+libexif +libgphoto2 +libltdl +libpopt +libpthread
|
DEPENDS:=+libexif +libgphoto2 +libltdl +libpopt +libpthread
|
||||||
TITLE:=Gphoto Digital Camera Control
|
TITLE:=Gphoto Digital Camera Control
|
||||||
DESCRIPTION:=For downloading and controlling digital cameras
|
|
||||||
URL:=http://www.gphoto.org/
|
URL:=http://www.gphoto.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/gphoto2/description
|
||||||
|
For downloading and controlling digital cameras
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--without-libiconv-prefix \
|
--without-libiconv-prefix \
|
||||||
|
@ -25,13 +25,15 @@ define Package/palantir
|
|||||||
SECTION:=multimedia
|
SECTION:=multimedia
|
||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
TITLE:=A multichannel interactive streaming solution
|
TITLE:=A multichannel interactive streaming solution
|
||||||
DESCRIPTION:=\
|
|
||||||
Palantir is a Linux-based streaming system designed to transmit live \\\
|
|
||||||
video, audio and data over a TCP/IP network, as well as to control \\\
|
|
||||||
remote devices.
|
|
||||||
URL:=http://www.fastpath.it/products/palantir/
|
URL:=http://www.fastpath.it/products/palantir/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/palantir/description
|
||||||
|
Palantir is a Linux-based streaming system designed to transmit live
|
||||||
|
video, audio and data over a TCP/IP network, as well as to control
|
||||||
|
remote devices.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/palantir/conffiles
|
define Package/palantir/conffiles
|
||||||
/etc/palantir.conf
|
/etc/palantir.conf
|
||||||
endef
|
endef
|
||||||
|
@ -25,11 +25,13 @@ define Package/uvc-streamer
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Linux-UVC streaming applicaton
|
TITLE:=Linux-UVC streaming applicaton
|
||||||
DEPENDS:=@LINUX_2_6 +libpthread
|
DEPENDS:=@LINUX_2_6 +libpthread
|
||||||
DESCRIPTION:=\
|
|
||||||
This package contains a streaming daemon for Linux-UVC based webcams
|
|
||||||
URL:=http://www.naaa.de/uvc_streamer
|
URL:=http://www.naaa.de/uvc_streamer
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/uvc-streamer/description
|
||||||
|
This package contains a streaming daemon for Linux-UVC based webcams
|
||||||
|
endef
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
-C $(PKG_BUILD_DIR) \
|
-C $(PKG_BUILD_DIR) \
|
||||||
CFLAGS="$(TARGET_CFLAGS)" \
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
|
@ -27,10 +27,13 @@ define Package/aircrack-ng
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpthread
|
DEPENDS:=+libpthread
|
||||||
TITLE:=next generation of aircrack with new features
|
TITLE:=next generation of aircrack with new features
|
||||||
DESCRIPTION:=Aircrack-ng is the next generation of aircrack with new features
|
|
||||||
URL:=http://www.aircrack-ng.org/
|
URL:=http://www.aircrack-ng.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/aircrack-ng/description
|
||||||
|
Aircrack-ng is the next generation of aircrack with new features
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -24,14 +24,13 @@ define Package/aoetools
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=ATA over Ethernet tools
|
TITLE:=ATA over Ethernet tools
|
||||||
DESCRIPTION:=\
|
|
||||||
The aoetools are programs for users of the ATA over Ethernet \
|
|
||||||
(AoE) network storage protocol, a simple protocol for using \
|
|
||||||
storage over an ethernet LAN. The vblade program (storage \
|
|
||||||
target) exports a block device using AoE.
|
|
||||||
URL:=http://aoetools.sourceforge.net/
|
URL:=http://aoetools.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/aoetools/description
|
||||||
|
The aoetools are programs for users of the ATA over Ethernet \ (AoE) network storage protocol, a simple protocol for using \ storage over an ethernet LAN. The vblade program (storage \ target) exports a block device using AoE.
|
||||||
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += NPERSHELF=16
|
CONFIGURE_ARGS += NPERSHELF=16
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/install
|
define Package/$(PKG_NAME)/install
|
||||||
|
@ -42,15 +42,17 @@ define Package/apache-server
|
|||||||
$(call Package/apache/Default)
|
$(call Package/apache/Default)
|
||||||
TITLE:=The apache server & and some tools
|
TITLE:=The apache server & and some tools
|
||||||
DEPENDS:=apache
|
DEPENDS:=apache
|
||||||
DESCRIPTION:=\
|
endef
|
||||||
Take care that you don't include apache at the moment into your image\\\
|
|
||||||
please select it only as module because busybox will override\\\
|
define Package/apache-server/description
|
||||||
/usr/sbin/httpd. It'll be solved soon. If you need to include this\\\
|
Take care that you don't include apache at the moment into your image
|
||||||
package in the image anyway, remove httpd from busybox\\\
|
please select it only as module because busybox will override
|
||||||
(Base system --> Configuration --> Networking Utilities --> httpd).\\\
|
/usr/sbin/httpd. It'll be solved soon. If you need to include this
|
||||||
Also you should take care for the initscripts, apache's httpd isn't\\\
|
package in the image anyway, remove httpd from busybox
|
||||||
compatible with the one from busybox, so if you want to use apache\\\
|
(Base system --> Configuration --> Networking Utilities --> httpd).
|
||||||
for running your webif, you'll need to change the parameters in the\\\
|
Also you should take care for the initscripts, apache's httpd isn't
|
||||||
|
compatible with the one from busybox, so if you want to use apache
|
||||||
|
for running your webif, you'll need to change the parameters in the
|
||||||
scripts and configure the rest in /etc/httpd.conf.
|
scripts and configure the rest in /etc/httpd.conf.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -26,11 +26,13 @@ define Package/arpwatch
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpcap
|
DEPENDS:=+libpcap
|
||||||
TITLE:=Ethernet station activity monitor
|
TITLE:=Ethernet station activity monitor
|
||||||
DESCRIPTION:=\
|
|
||||||
Ethernet monitor program for keeping track of ethernet/ip address pairings
|
|
||||||
URL:=http://nbd.vd-s.ath.cx/openwrt
|
URL:=http://nbd.vd-s.ath.cx/openwrt
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/arpwatch/description
|
||||||
|
Ethernet monitor program for keeping track of ethernet/ip address pairings
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/arpwatch/conffiles
|
define Package/arpwatch/conffiles
|
||||||
/etc/arpwatch/arp.dat
|
/etc/arpwatch/arp.dat
|
||||||
endef
|
endef
|
||||||
|
@ -26,12 +26,15 @@ define Package/asterisk-prompt-de
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=German asterisk prompts
|
TITLE:=German asterisk prompts
|
||||||
DESCRIPTION:=German asterisk prompts
|
|
||||||
DEPENDS:=+asterisk
|
DEPENDS:=+asterisk
|
||||||
URL:=http://www.stadt-pforzheim.de/asterisk/
|
URL:=http://www.stadt-pforzheim.de/asterisk/
|
||||||
SUBMENU:=asterisk (Complete Open Source PBX)
|
SUBMENU:=asterisk (Complete Open Source PBX)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/asterisk-prompt-de/description
|
||||||
|
German asterisk prompts
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -26,11 +26,13 @@ define Package/bing
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=bing bandwidth measuring utility
|
TITLE:=bing bandwidth measuring utility
|
||||||
DESCRIPTION:=\
|
|
||||||
bing evaluates the raw bandwidth of a link (PSTN, xDSL, Cable ...)
|
|
||||||
URL:=http://fgouget.free.fr/bing/
|
URL:=http://fgouget.free.fr/bing/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/bing/description
|
||||||
|
bing evaluates the raw bandwidth of a link (PSTN, xDSL, Cable ...)
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default)
|
$(call Build/Compile/Default)
|
||||||
endef
|
endef
|
||||||
|
@ -26,14 +26,16 @@ define Package/bmon
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libncurses
|
DEPENDS:=+libncurses
|
||||||
TITLE:=bmon is a portable bandwidth monitor
|
TITLE:=bmon is a portable bandwidth monitor
|
||||||
DESCRIPTION:=\
|
|
||||||
bmon is a portable bandwidth monitor \\\
|
|
||||||
and rate estimator running on various \\\
|
|
||||||
operating systems. It supports various \\\
|
|
||||||
input methods for different architectures.
|
|
||||||
URL:=http://people.suug.ch/~tgr/bmon/
|
URL:=http://people.suug.ch/~tgr/bmon/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/bmon/description
|
||||||
|
bmon is a portable bandwidth monitor
|
||||||
|
and rate estimator running on various
|
||||||
|
operating systems. It supports various
|
||||||
|
input methods for different architectures.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--disable-cnt-workaround \
|
--disable-cnt-workaround \
|
||||||
|
@ -28,17 +28,19 @@ define Package/chillispot
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+kmod-tun
|
DEPENDS:=+kmod-tun
|
||||||
TITLE:=Wireless LAN HotSpot controller
|
TITLE:=Wireless LAN HotSpot controller
|
||||||
DESCRIPTION:=\
|
|
||||||
ChilliSpot is an open source captive portal or wireless LAN \\\
|
|
||||||
access point controller. It is used for authenticating users \\\
|
|
||||||
of a wireless LAN. It supports web based login which is today's \\\
|
|
||||||
standard for public HotSpots and it supports Wireless Protected \\\
|
|
||||||
Access (WPA) which is the standard of the future. Authentication, \\\
|
|
||||||
authorization and accounting (AAA) is handled by your favorite \\\
|
|
||||||
radius server.
|
|
||||||
URL:=http://www.chillispot.org/
|
URL:=http://www.chillispot.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/chillispot/description
|
||||||
|
ChilliSpot is an open source captive portal or wireless LAN
|
||||||
|
access point controller. It is used for authenticating users
|
||||||
|
of a wireless LAN. It supports web based login which is today's
|
||||||
|
standard for public HotSpots and it supports Wireless Protected
|
||||||
|
Access (WPA) which is the standard of the future. Authentication,
|
||||||
|
authorization and accounting (AAA) is handled by your favorite
|
||||||
|
radius server.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/chillispot/conffiles
|
define Package/chillispot/conffiles
|
||||||
/etc/chilli.conf
|
/etc/chilli.conf
|
||||||
endef
|
endef
|
||||||
|
@ -27,12 +27,13 @@ define Package/chrony
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libreadline +libncurses
|
DEPENDS:=+libreadline +libncurses
|
||||||
TITLE:=NTP client/server for on-demand connections
|
TITLE:=NTP client/server for on-demand connections
|
||||||
DESCRIPTION:=\
|
|
||||||
A NTP implementation that has been specifically written to work well in the case of an intermittent \
|
|
||||||
(e.g. dial-on-demand) connection to the network where your NTP servers are.
|
|
||||||
URL:=http://chrony.sunsite.dk/
|
URL:=http://chrony.sunsite.dk/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/chrony/description
|
||||||
|
A NTP implementation that has been specifically written to work well in the case of an intermittent \ (e.g. dial-on-demand) connection to the network where your NTP servers are.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/chrony/conffiles
|
define Package/chrony/conffiles
|
||||||
/etc/chrony/chrony.conf
|
/etc/chrony/chrony.conf
|
||||||
endef
|
endef
|
||||||
|
@ -29,19 +29,25 @@ define Package/click
|
|||||||
DEPENDS:=@BROKEN
|
DEPENDS:=@BROKEN
|
||||||
MENU:=1
|
MENU:=1
|
||||||
TITLE:=The Click Modular Router
|
TITLE:=The Click Modular Router
|
||||||
DESCRIPTION:=The Click Modular Router
|
|
||||||
URL:=http://www.read.cs.ucla.edu/click/
|
URL:=http://www.read.cs.ucla.edu/click/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/click/description
|
||||||
|
The Click Modular Router
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/roofnet
|
define Package/roofnet
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=@BROKEN click
|
DEPENDS:=@BROKEN click
|
||||||
TITLE:=roofnet mesh networking scripts
|
TITLE:=roofnet mesh networking scripts
|
||||||
DESCRIPTION:=roofnet mesh networking scripts
|
|
||||||
URL:=http://pdos.csail.mit.edu/roofnet/
|
URL:=http://pdos.csail.mit.edu/roofnet/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/roofnet/description
|
||||||
|
roofnet mesh networking scripts
|
||||||
|
endef
|
||||||
|
|
||||||
BUILDOPTS = \
|
BUILDOPTS = \
|
||||||
BUILD_CXX="g++ -I $(PKG_BUILD_DIR)/include-host" \
|
BUILD_CXX="g++ -I $(PKG_BUILD_DIR)/include-host" \
|
||||||
BUILD_DL_LIBS="-ldl"
|
BUILD_DL_LIBS="-ldl"
|
||||||
|
@ -25,20 +25,22 @@ define Package/cmdftp
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=cmdftp is a tiny command line FTP client for Unix systems
|
TITLE:=cmdftp is a tiny command line FTP client for Unix systems
|
||||||
DESCRIPTION:=\
|
|
||||||
Features include passive mode for all data transfers, shell \\\
|
|
||||||
like transparent syntax for local and remote modes, multiple \\\
|
|
||||||
and recursive file transfers using wildcards, recursive copy and \\\
|
|
||||||
move commands, remote and local text file viewing and editing, \\\
|
|
||||||
network errors detection and resuming of currently executing \\\
|
|
||||||
command, partial download resuming (if server accepts REST \\\
|
|
||||||
command), tab completion for both local and remote names, \\\
|
|
||||||
autologin using classic ~/.netrc approach, large file support. \\\
|
|
||||||
\\\
|
|
||||||
cmdftp is aimed at being small and simple.
|
|
||||||
URL:=http://cmdftp.sourceforge.net/
|
URL:=http://cmdftp.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/cmdftp/description
|
||||||
|
Features include passive mode for all data transfers, shell
|
||||||
|
like transparent syntax for local and remote modes, multiple
|
||||||
|
and recursive file transfers using wildcards, recursive copy and
|
||||||
|
move commands, remote and local text file viewing and editing,
|
||||||
|
network errors detection and resuming of currently executing
|
||||||
|
command, partial download resuming (if server accepts REST
|
||||||
|
command), tab completion for both local and remote names,
|
||||||
|
autologin using classic ~/.netrc approach, large file support.
|
||||||
|
|
||||||
|
cmdftp is aimed at being small and simple.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/cmdftp/install
|
define Package/cmdftp/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/$(PKG_NAME) $(1)/usr/bin/
|
||||||
|
@ -26,13 +26,15 @@ define Package/crowdcontrol
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=The extra-light http proxy server
|
TITLE:=The extra-light http proxy server
|
||||||
DESCRIPTION:=\
|
|
||||||
Crowd Control is an small, cross-platform HTTP proxy (a fork of the elhttp project) \\\
|
|
||||||
designed for systems with little RAM, such as a home router. It can filter URLs using \\\
|
|
||||||
SquidGuard blocklists, and has the unique ability to filter HTTPS domains as well.
|
|
||||||
URL:=http://sourceforge.net/projects/crowdcontrol/
|
URL:=http://sourceforge.net/projects/crowdcontrol/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/crowdcontrol/description
|
||||||
|
Crowd Control is an small, cross-platform HTTP proxy (a fork of the elhttp project)
|
||||||
|
designed for systems with little RAM, such as a home router. It can filter URLs using
|
||||||
|
SquidGuard blocklists, and has the unique ability to filter HTTPS domains as well.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -32,11 +32,13 @@ define Package/cups
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+zlib
|
DEPENDS:=+zlib
|
||||||
TITLE:=Common UNIX Printing System
|
TITLE:=Common UNIX Printing System
|
||||||
DESCRIPTION:=\
|
|
||||||
A printer spooling system for devices with USB or LP support.
|
|
||||||
URL:=http://www.cups.org/
|
URL:=http://www.cups.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/cups/description
|
||||||
|
A printer spooling system for devices with USB or LP support.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/cups/conffiles
|
define Package/cups/conffiles
|
||||||
/etc/cups/classes.conf
|
/etc/cups/classes.conf
|
||||||
/etc/cups/client.conf
|
/etc/cups/client.conf
|
||||||
|
@ -25,12 +25,14 @@ define Package/cutter
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=allows an user to abort TCP/IP connections
|
TITLE:=allows an user to abort TCP/IP connections
|
||||||
DESCRIPTION:=\
|
|
||||||
Cutter is an open source program that allows Linux firewall \\\
|
|
||||||
administrators to abort TCP/IP connections routed over the \\\
|
|
||||||
firewall or router on which it is run.
|
|
||||||
URL:=http://www.lowth.com/cutter/
|
URL:=http://www.lowth.com/cutter/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/cutter/description
|
||||||
|
Cutter is an open source program that allows Linux firewall
|
||||||
|
administrators to abort TCP/IP connections routed over the
|
||||||
|
firewall or router on which it is run.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(TARGET_CC) $(PKG_BUILD_DIR)/cutter.c -o $(PKG_BUILD_DIR)/cutter
|
$(TARGET_CC) $(PKG_BUILD_DIR)/cutter.c -o $(PKG_BUILD_DIR)/cutter
|
||||||
|
@ -27,12 +27,13 @@ define Package/darkstat
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpcap +zlib
|
DEPENDS:=+libpcap +zlib
|
||||||
TITLE:=Network bandwith monitor
|
TITLE:=Network bandwith monitor
|
||||||
DESCRIPTION:=\
|
|
||||||
A free open source utility for bandwith monitoring \
|
|
||||||
over web
|
|
||||||
URL:=http://dmr.ath.cx/net/darkstat/
|
URL:=http://dmr.ath.cx/net/darkstat/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/darkstat/description
|
||||||
|
A free open source utility for bandwith monitoring \ over web
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
mkdir -p $(PKG_INSTALL_DIR)
|
mkdir -p $(PKG_INSTALL_DIR)
|
||||||
$(HOSTCC) $(PKG_BUILD_DIR)/static/c-ify.c \
|
$(HOSTCC) $(PKG_BUILD_DIR)/static/c-ify.c \
|
||||||
|
@ -27,11 +27,13 @@ define Package/dovecot
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl
|
||||||
TITLE:=An IMAP and POP3 daemon
|
TITLE:=An IMAP and POP3 daemon
|
||||||
DESCRIPTION:=\
|
|
||||||
Dovecot is a program which provides POP3 and IMAP services.
|
|
||||||
URL:=http://www.dovecot.org/
|
URL:=http://www.dovecot.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/dovecot/description
|
||||||
|
Dovecot is a program which provides POP3 and IMAP services.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
|
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \
|
||||||
autoconf \
|
autoconf \
|
||||||
|
@ -27,11 +27,13 @@ define Package/dsniff
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpcap +libnids +libnet0 +libopenssl +libgdbm
|
DEPENDS:=+libpcap +libnids +libnet0 +libopenssl +libgdbm
|
||||||
TITLE:=A collection of tools for network auditing and penetration testing
|
TITLE:=A collection of tools for network auditing and penetration testing
|
||||||
DESCRIPTION:=\
|
|
||||||
A collection of tools for network auditing and penetration testing.
|
|
||||||
URL:=http://www.monkey.org/~dugsong/dsniff/
|
URL:=http://www.monkey.org/~dugsong/dsniff/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/dsniff/description
|
||||||
|
A collection of tools for network auditing and penetration testing.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--with-gdbm="$(STAGING_DIR)/usr" \
|
--with-gdbm="$(STAGING_DIR)/usr" \
|
||||||
|
@ -27,10 +27,13 @@ define Package/elinks
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl
|
||||||
TITLE:=A text based web browser
|
TITLE:=A text based web browser
|
||||||
DESCRIPTION:=An advanced text based web browser
|
|
||||||
URL:=http://elinks.or.cz/
|
URL:=http://elinks.or.cz/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/elinks/description
|
||||||
|
An advanced text based web browser
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); rm -rf config.cache; \
|
(cd $(PKG_BUILD_DIR); rm -rf config.cache; \
|
||||||
x=`echo ac_cv_file_./features.conf | tr [:blank:]-/. _` && export $$$${x}=yes && \
|
x=`echo ac_cv_file_./features.conf | tr [:blank:]-/. _` && export $$$${x}=yes && \
|
||||||
|
@ -23,15 +23,17 @@ define Package/etherwake
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=A little tool to send magic Wake-on-LAN packets
|
TITLE:=A little tool to send magic Wake-on-LAN packets
|
||||||
DESCRIPTION:=\
|
|
||||||
You can wake up WOL compliant Computers which have been powered down to \\\
|
|
||||||
sleep mode or start WOL compliant Computers with a BIOS feature.\\\
|
|
||||||
WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you \\\
|
|
||||||
to turn on a computer from another location over a network connection.\\\
|
|
||||||
ether-wake also supports WOL passwords.
|
|
||||||
URL:=http://ftp.debian.org/debian/pool/main/e/etherwake
|
URL:=http://ftp.debian.org/debian/pool/main/e/etherwake
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/etherwake/description
|
||||||
|
You can wake up WOL compliant Computers which have been powered down to
|
||||||
|
sleep mode or start WOL compliant Computers with a BIOS feature.
|
||||||
|
WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you
|
||||||
|
to turn on a computer from another location over a network connection.
|
||||||
|
ether-wake also supports WOL passwords.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(TARGET_CC) $(TARGET_CFLAGS) -D__UCLIBC__ $(PKG_BUILD_DIR)/ether-wake.c -o $(PKG_BUILD_DIR)/etherwake
|
$(TARGET_CC) $(TARGET_CFLAGS) -D__UCLIBC__ $(PKG_BUILD_DIR)/ether-wake.c -o $(PKG_BUILD_DIR)/etherwake
|
||||||
endef
|
endef
|
||||||
|
@ -26,11 +26,13 @@ define Package/ethtool
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Display or change ethernet card settings
|
TITLE:=Display or change ethernet card settings
|
||||||
DESCRIPTION:=\
|
|
||||||
ethtool is used for querying settings of an ethernet device and changing them.
|
|
||||||
URL:=http://sourceforge.net/projects/gkernel/
|
URL:=http://sourceforge.net/projects/gkernel/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ethtool/description
|
||||||
|
ethtool is used for querying settings of an ethernet device and changing them.
|
||||||
|
endef
|
||||||
|
|
||||||
# uses GNU configure
|
# uses GNU configure
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
@ -23,14 +23,16 @@ define Package/ettercap
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpcap +libnet1 +libopenssl +libpcre +libiconv +libncurses +libltdl +libpthread +zlib
|
DEPENDS:=+libpcap +libnet1 +libopenssl +libpcre +libiconv +libncurses +libltdl +libpthread +zlib
|
||||||
TITLE:=Ettercap is a suite for man in the middle attacks on LAN.
|
TITLE:=Ettercap is a suite for man in the middle attacks on LAN.
|
||||||
DESCRIPTION:=\
|
|
||||||
It features sniffing of live connections, content filtering on the fly \\\
|
|
||||||
and many other interesting tricks. \\\
|
|
||||||
It supports active and passive dissection of many protocols (even \\\
|
|
||||||
ciphered ones) and includes many feature for network and host analysis.
|
|
||||||
URL:=http://ettercap.sourceforge.net
|
URL:=http://ettercap.sourceforge.net
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ettercap/description
|
||||||
|
It features sniffing of live connections, content filtering on the fly
|
||||||
|
and many other interesting tricks.
|
||||||
|
It supports active and passive dissection of many protocols (even
|
||||||
|
ciphered ones) and includes many feature for network and host analysis.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/ettercap/conffiles
|
define Package/ettercap/conffiles
|
||||||
/etc/etter.conf
|
/etc/etter.conf
|
||||||
endef
|
endef
|
||||||
|
@ -27,12 +27,14 @@ define Package/flow-tools
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=flow-tools
|
TITLE:=flow-tools
|
||||||
DESCRIPTION:=\
|
|
||||||
Flow-tools is a software package for collecting and processing \\\
|
|
||||||
NetFlow data from Cisco and Juniper routers.
|
|
||||||
URL:=http://www.splintered.net/sw/flow-tools/
|
URL:=http://www.splintered.net/sw/flow-tools/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/flow-tools/description
|
||||||
|
Flow-tools is a software package for collecting and processing
|
||||||
|
NetFlow data from Cisco and Juniper routers.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default,all)
|
$(call Build/Compile/Default,all)
|
||||||
endef
|
endef
|
||||||
|
@ -25,17 +25,19 @@ define Package/fping
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=A program to ping multiple hosts in parallel
|
TITLE:=A program to ping multiple hosts in parallel
|
||||||
DESCRIPTION:=\
|
|
||||||
fping is a ping(1) like program which uses the Internet Control Message Protocol \\\
|
|
||||||
(ICMP) echo request to determine if a host is up. fping is different from ping in \\\
|
|
||||||
that you can specify any number of hosts on the command line, or specify a file \\\
|
|
||||||
containing the lists of hosts to ping. Instead of trying one host until it timeouts \\\
|
|
||||||
or replies, fping will send out a ping packet and move on to the next host in a \\\
|
|
||||||
round-robin fashion. If a host replies, it is noted and removed from the list of \\\
|
|
||||||
hosts to check. If a host does not respond within a certain time limit and/or retry \\\
|
|
||||||
limit it will be considered unreachable.
|
|
||||||
URL:=http://www.fping.com
|
URL:=http://www.fping.com
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/fping/description
|
||||||
|
fping is a ping(1) like program which uses the Internet Control Message Protocol
|
||||||
|
(ICMP) echo request to determine if a host is up. fping is different from ping in
|
||||||
|
that you can specify any number of hosts on the command line, or specify a file
|
||||||
|
containing the lists of hosts to ping. Instead of trying one host until it timeouts
|
||||||
|
or replies, fping will send out a ping packet and move on to the next host in a
|
||||||
|
round-robin fashion. If a host replies, it is noted and removed from the list of
|
||||||
|
hosts to check. If a host does not respond within a certain time limit and/or retry
|
||||||
|
limit it will be considered unreachable.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); touch \
|
(cd $(PKG_BUILD_DIR); touch \
|
||||||
|
@ -26,12 +26,14 @@ define Package/fprobe-ulog
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpthread
|
DEPENDS:=+libpthread
|
||||||
TITLE:=NetFlow probe (ulog-based)
|
TITLE:=NetFlow probe (ulog-based)
|
||||||
DESCRIPTION:=\
|
|
||||||
A NetFlow probe obtaining packets through linux netfilter code \\\
|
|
||||||
(iptables ULOG target).
|
|
||||||
URL:=http://fprobe.sourceforge.net
|
URL:=http://fprobe.sourceforge.net
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/fprobe-ulog/description
|
||||||
|
A NetFlow probe obtaining packets through linux netfilter code
|
||||||
|
(iptables ULOG target).
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
--with-piddir=/var \
|
--with-piddir=/var \
|
||||||
|
@ -25,13 +25,15 @@ define Package/frickin
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=PPTP (Point-to-Point Tunneling Protocol) proxy
|
TITLE:=PPTP (Point-to-Point Tunneling Protocol) proxy
|
||||||
DESCRIPTION:=\
|
|
||||||
Frickin PPTP Proxy allows a Point-to-Point Tunneling Protocol (PPTP) \\\
|
|
||||||
client to connect to a PPTP server through Network Address \\\
|
|
||||||
Translation (NAT).
|
|
||||||
URL:=http://frickin.sourceforge.net/
|
URL:=http://frickin.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/frickin/description
|
||||||
|
Frickin PPTP Proxy allows a Point-to-Point Tunneling Protocol (PPTP)
|
||||||
|
client to connect to a PPTP server through Network Address
|
||||||
|
Translation (NAT).
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/frickin/conffiles
|
define Package/frickin/conffiles
|
||||||
/etc/default/frickin
|
/etc/default/frickin
|
||||||
endef
|
endef
|
||||||
|
@ -26,13 +26,15 @@ define Package/httping
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl
|
||||||
TITLE:=Httping is like 'ping' but for http-requests
|
TITLE:=Httping is like 'ping' but for http-requests
|
||||||
DESCRIPTION:=\
|
|
||||||
Give it an url, and it'll show you how long it takes to connect, send a \\\
|
|
||||||
request and retrieve the reply (only the headers). Be aware that the \\\
|
|
||||||
transmission across the network also takes time!
|
|
||||||
URL:=http://www.vanheusden.com/httping/
|
URL:=http://www.vanheusden.com/httping/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/httping/description
|
||||||
|
Give it an url, and it'll show you how long it takes to connect, send a
|
||||||
|
request and retrieve the reply (only the headers). Be aware that the
|
||||||
|
transmission across the network also takes time!
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default, \
|
$(call Build/Compile/Default, \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \
|
||||||
|
@ -26,12 +26,14 @@ define Package/httptunnel
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libopenssl
|
DEPENDS:=+libopenssl
|
||||||
TITLE:=bidirectional virtual data connection tunnelled in HTTP requests
|
TITLE:=bidirectional virtual data connection tunnelled in HTTP requests
|
||||||
DESCRIPTION:=\
|
|
||||||
httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests.\\\
|
|
||||||
The HTTP requests can be sent via an HTTP proxy if so desired.
|
|
||||||
URL:=http://www.nocrew.org/software/httptunnel.html
|
URL:=http://www.nocrew.org/software/httptunnel.html
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/httptunnel/description
|
||||||
|
httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests.
|
||||||
|
The HTTP requests can be sent via an HTTP proxy if so desired.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/httptunnel/install
|
define Package/httptunnel/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/hts $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/hts $(1)/usr/sbin/
|
||||||
|
@ -27,16 +27,18 @@ define Package/icecast
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libcurl +libvorbisidec +libxml2 +libxslt
|
DEPENDS:=+libcurl +libvorbisidec +libxml2 +libxslt
|
||||||
TITLE:=A streaming media server for Ogg/Vorbis and MP3 audio streams
|
TITLE:=A streaming media server for Ogg/Vorbis and MP3 audio streams
|
||||||
DESCRIPTION:=\
|
|
||||||
Icecast is a streaming media server which currently supports Ogg \\\
|
|
||||||
Vorbis and MP3 audio streams. It can be used to create an Internet \\\
|
|
||||||
radio station or a privately running jukebox and many things in \\\
|
|
||||||
between. It is very versatile in that new formats can be added \\\
|
|
||||||
relatively easily and supports open standards for commuincation and \\\
|
|
||||||
interaction.
|
|
||||||
URL:=http://www.icecast.org/
|
URL:=http://www.icecast.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/icecast/description
|
||||||
|
Icecast is a streaming media server which currently supports Ogg
|
||||||
|
Vorbis and MP3 audio streams. It can be used to create an Internet
|
||||||
|
radio station or a privately running jukebox and many things in
|
||||||
|
between. It is very versatile in that new formats can be added
|
||||||
|
relatively easily and supports open standards for commuincation and
|
||||||
|
interaction.
|
||||||
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default, \
|
$(call Build/Configure/Default, \
|
||||||
|
@ -23,14 +23,16 @@ define Package/iftop
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpcap +libncurses +libpthread
|
DEPENDS:=+libpcap +libncurses +libpthread
|
||||||
TITLE:=display bandwith usage on an interface
|
TITLE:=display bandwith usage on an interface
|
||||||
DESCRIPTION:=\
|
|
||||||
iftop does for network usage what top(1) does for CPU usage. It \\\
|
|
||||||
listens to network traffic on a named interface and displays a \\\
|
|
||||||
table of current bandwidth usage by pairs of hosts. Handy for \\\
|
|
||||||
answering the question 'why is our ADSL link so slow?'.
|
|
||||||
URL:=http://www.ex-parrot.com/~pdw/iftop/
|
URL:=http://www.ex-parrot.com/~pdw/iftop/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/iftop/description
|
||||||
|
iftop does for network usage what top(1) does for CPU usage. It
|
||||||
|
listens to network traffic on a named interface and displays a
|
||||||
|
table of current bandwidth usage by pairs of hosts. Handy for
|
||||||
|
answering the question 'why is our ADSL link so slow?'.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/iftop/install
|
define Package/iftop/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/iftop $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/iftop $(1)/usr/bin/
|
||||||
|
@ -25,12 +25,14 @@ define Package/igmpproxy
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Multicast Routing Daemon
|
TITLE:=Multicast Routing Daemon
|
||||||
DESCRIPTION:=\
|
|
||||||
IGMPproxy is a simple dynamic Multicast Routing Daemon using \\\
|
|
||||||
only IGMP signalling (Internet Group Management Protocol).
|
|
||||||
URL:=http://sourceforge.net/projects/igmpproxy
|
URL:=http://sourceforge.net/projects/igmpproxy
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/igmpproxy/description
|
||||||
|
IGMPproxy is a simple dynamic Multicast Routing Daemon using
|
||||||
|
only IGMP signalling (Internet Group Management Protocol).
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/igmpproxy/conffiles
|
define Package/igmpproxy/conffiles
|
||||||
/etc/igmpproxy.conf
|
/etc/igmpproxy.conf
|
||||||
endef
|
endef
|
||||||
|
@ -28,20 +28,24 @@ define Package/iodine/Default
|
|||||||
DEPENDS:=+zlib
|
DEPENDS:=+zlib
|
||||||
TITLE:=IP over DNS tunneling
|
TITLE:=IP over DNS tunneling
|
||||||
URL:=http://code.kryo.se/iodine/
|
URL:=http://code.kryo.se/iodine/
|
||||||
DESCRIPTION:=\
|
|
||||||
iodine
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/iodine
|
define Package/iodine
|
||||||
$(call Package/iodine/Default)
|
$(call Package/iodine/Default)
|
||||||
TITLE+= client version
|
TITLE+= client version
|
||||||
DESCRIPTION+= client version
|
endef
|
||||||
|
|
||||||
|
define Package/iodine/description
|
||||||
|
iodine client version
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/iodined
|
define Package/iodined
|
||||||
$(call Package/iodine/Default)
|
$(call Package/iodine/Default)
|
||||||
TITLE+= server version
|
TITLE+= server version
|
||||||
DESCRIPTION+= server version
|
endef
|
||||||
|
|
||||||
|
define Package/iodined/description
|
||||||
|
iodine server version
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
@ -27,13 +27,15 @@ define Package/ipcad
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpcap
|
DEPENDS:=+libpcap
|
||||||
TITLE:=listens for traffic on the specified interfaces
|
TITLE:=listens for traffic on the specified interfaces
|
||||||
DESCRIPTION:=\
|
|
||||||
This daemon listens for traffic on the specified interfaces.\\\
|
|
||||||
It has the built-in RSH and NetFlow engines to allow exporting \\\
|
|
||||||
the accounting data the same way as Cisco routers do.
|
|
||||||
URL:=http://lionet.info/ipcad/
|
URL:=http://lionet.info/ipcad/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ipcad/description
|
||||||
|
This daemon listens for traffic on the specified interfaces.
|
||||||
|
It has the built-in RSH and NetFlow engines to allow exporting
|
||||||
|
the accounting data the same way as Cisco routers do.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/ipcad/conffiles/
|
define Package/ipcad/conffiles/
|
||||||
/etc/ipcad.conf
|
/etc/ipcad.conf
|
||||||
endef
|
endef
|
||||||
|
@ -26,13 +26,15 @@ define Package/ipkungfu
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=IPKungFu is an iptables-based Linux firewall
|
TITLE:=IPKungFu is an iptables-based Linux firewall
|
||||||
DESCRIPTION:=\
|
|
||||||
IPKungFu is an iptables-based Linux firewall.\\\
|
|
||||||
It aims to simplify the configuration of Internet \\\
|
|
||||||
connection sharing, port forwarding, and packet filtering.
|
|
||||||
URL:=http://www.linuxkungfu.org/
|
URL:=http://www.linuxkungfu.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/ipkungfu/description
|
||||||
|
IPKungFu is an iptables-based Linux firewall.
|
||||||
|
It aims to simplify the configuration of Internet
|
||||||
|
connection sharing, port forwarding, and packet filtering.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/ipkungfu/conffiles
|
define Package/ipkungfu/conffiles
|
||||||
/etc/ipkungfu/accept_hosts.conf
|
/etc/ipkungfu/accept_hosts.conf
|
||||||
/etc/ipkungfu/custom.conf
|
/etc/ipkungfu/custom.conf
|
||||||
|
@ -27,11 +27,13 @@ define Package/iptables-snmp
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+snmpd
|
DEPENDS:=+snmpd
|
||||||
TITLE:=An snmpd plugin to access iptables rules
|
TITLE:=An snmpd plugin to access iptables rules
|
||||||
DESCRIPTION:=\
|
|
||||||
This is a plugin that makes iptables rules accessable from snmpd.
|
|
||||||
URL:=http://www.nobiscuit.com/iptables-snmp/
|
URL:=http://www.nobiscuit.com/iptables-snmp/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/iptables-snmp/description
|
||||||
|
This is a plugin that makes iptables rules accessable from snmpd.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(call Build/Compile/Default, \
|
$(call Build/Compile/Default, \
|
||||||
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
|
INSTALL_PREFIX="$(PKG_INSTALL_DIR)" \
|
||||||
|
@ -27,14 +27,16 @@ define Package/iptraf
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libncurses
|
DEPENDS:=+libncurses
|
||||||
TITLE:=A console-based network monitoring program
|
TITLE:=A console-based network monitoring program
|
||||||
DESCRIPTION:=\
|
|
||||||
IPTraf is a console-based network statistics utility for Linux. It gathers \\\
|
|
||||||
a variety of figures such as TCP connection packet and byte counts, \\\
|
|
||||||
interface statistics and activity indicators, TCP/UDP traffic breakdowns, \\\
|
|
||||||
and LAN station packet and byte counts.
|
|
||||||
URL:=http://iptraf.seul.org/
|
URL:=http://iptraf.seul.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/iptraf/description
|
||||||
|
IPTraf is a console-based network statistics utility for Linux. It gathers
|
||||||
|
a variety of figures such as TCP connection packet and byte counts,
|
||||||
|
interface statistics and activity indicators, TCP/UDP traffic breakdowns,
|
||||||
|
and LAN station packet and byte counts.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR)/src \
|
$(MAKE) -C $(PKG_BUILD_DIR)/src \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
@ -27,32 +27,44 @@ define Package/knock/Default
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libpcap
|
DEPENDS:=+libpcap
|
||||||
TITLE:=Port-knocking
|
TITLE:=Port-knocking
|
||||||
DESCRIPTION:=\
|
|
||||||
It listens to all traffic on an ethernet (or PPP) interface, \\\
|
|
||||||
looking for special "knock" sequences of port-hits. A client \\\
|
|
||||||
makes these port-hits by sending a TCP (or UDP) packet to a \\\
|
|
||||||
port on the server. This port need not be open -- since \\\
|
|
||||||
knockd listens at the link-layer level, it sees all traffic \\\
|
|
||||||
even if it's destined for a closed port. When the server \\\
|
|
||||||
detects a specific sequence of port-hits, it runs a command \\\
|
|
||||||
defined in its configuration file. This can be used to open \\\
|
|
||||||
up holes in a firewall for quick access.
|
|
||||||
URL:=http://www.zeroflux.org/cgi-bin/cvstrac/knock/wiki
|
URL:=http://www.zeroflux.org/cgi-bin/cvstrac/knock/wiki
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/knock
|
define Package/knock
|
||||||
$(call Package/knock/Default)
|
$(call Package/knock/Default)
|
||||||
TITLE+= client
|
TITLE+= client
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/knock/description
|
||||||
|
=
|
||||||
|
It listens to all traffic on an ethernet (or PPP) interface,
|
||||||
|
looking for special "knock" sequences of port-hits. A client
|
||||||
|
makes these port-hits by sending a TCP (or UDP) packet to a
|
||||||
|
port on the server. This port need not be open -- since
|
||||||
|
knockd listens at the link-layer level, it sees all traffic
|
||||||
|
even if it's destined for a closed port. When the server
|
||||||
|
detects a specific sequence of port-hits, it runs a command
|
||||||
|
defined in its configuration file. This can be used to open
|
||||||
|
up holes in a firewall for quick access.
|
||||||
This package contains the port-knocking client.
|
This package contains the port-knocking client.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/knockd
|
define Package/knockd
|
||||||
$(call Package/knock/Default)
|
$(call Package/knock/Default)
|
||||||
TITLE+= server
|
TITLE+= server
|
||||||
DESCRIPTION+=\\\
|
endef
|
||||||
\\\
|
|
||||||
|
define Package/knockd/description
|
||||||
|
=
|
||||||
|
It listens to all traffic on an ethernet (or PPP) interface,
|
||||||
|
looking for special "knock" sequences of port-hits. A client
|
||||||
|
makes these port-hits by sending a TCP (or UDP) packet to a
|
||||||
|
port on the server. This port need not be open -- since
|
||||||
|
knockd listens at the link-layer level, it sees all traffic
|
||||||
|
even if it's destined for a closed port. When the server
|
||||||
|
detects a specific sequence of port-hits, it runs a command
|
||||||
|
defined in its configuration file. This can be used to open
|
||||||
|
up holes in a firewall for quick access.
|
||||||
This package contains the port-knocking server.
|
This package contains the port-knocking server.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -27,14 +27,16 @@ define Package/l2tpd
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=An L2TP (Layer 2 Tunneling Protocol) daemon
|
TITLE:=An L2TP (Layer 2 Tunneling Protocol) daemon
|
||||||
DESCRIPTION:=\
|
|
||||||
l2tpd is the open source implementation of the L2TP tunneling \\\
|
|
||||||
protocol (RFC2661). It does implement both LAC and LNS role \\\
|
|
||||||
in a L2TP networking architecture. The main goal of this protocol is \\\
|
|
||||||
to tunnel PPP frame trough an ip network.
|
|
||||||
URL:=http://l2tpd.sourceforge.net/
|
URL:=http://l2tpd.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/l2tpd/description
|
||||||
|
l2tpd is the open source implementation of the L2TP tunneling
|
||||||
|
protocol (RFC2661). It does implement both LAC and LNS role
|
||||||
|
in a L2TP networking architecture. The main goal of this protocol is
|
||||||
|
to tunnel PPP frame trough an ip network.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/l2tpd/conffiles
|
define Package/l2tpd/conffiles
|
||||||
/etc/l2tpd/l2tpd.conf
|
/etc/l2tpd/l2tpd.conf
|
||||||
/etc/ppp/options.l2tpd
|
/etc/ppp/options.l2tpd
|
||||||
|
@ -27,14 +27,16 @@ define Package/l2tpns
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+libcli
|
DEPENDS:=+libcli
|
||||||
TITLE:=An L2TP enhanced server
|
TITLE:=An L2TP enhanced server
|
||||||
DESCRIPTION:=\
|
|
||||||
l2tpns is a layer 2 tunneling protocol network server (LNS).\\\
|
|
||||||
it supports up to 65535 concurrent sessions per server/cluster \\\
|
|
||||||
plus ISP features such as rate limiting, walled garden, usage \\\
|
|
||||||
accounting, and more.
|
|
||||||
URL:=http://sourceforge.net/projects/l2tpns
|
URL:=http://sourceforge.net/projects/l2tpns
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/l2tpns/description
|
||||||
|
l2tpns is a layer 2 tunneling protocol network server (LNS).
|
||||||
|
it supports up to 65535 concurrent sessions per server/cluster
|
||||||
|
plus ISP features such as rate limiting, walled garden, usage
|
||||||
|
accounting, and more.
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/l2tpns/conffiles
|
define Package/l2tpns/conffiles
|
||||||
/etc/l2tpns/ip_pool
|
/etc/l2tpns/ip_pool
|
||||||
/etc/l2tpns/startup-config
|
/etc/l2tpns/startup-config
|
||||||
|
@ -15,14 +15,16 @@ define Package/l7-protocols
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Protocols for layer7 filtering
|
TITLE:=Protocols for layer7 filtering
|
||||||
DESCRIPTION:=\
|
|
||||||
l7-filter classifies packets based on patterns in application \\\
|
|
||||||
layer data. This allows correct classification of P2P traffic that \\\
|
|
||||||
uses unpredictable ports as well as standard protocols running on \\\
|
|
||||||
non-standard ports.
|
|
||||||
URL:=http://l7-filter.sourceforge.net/
|
URL:=http://l7-filter.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/l7-protocols/description
|
||||||
|
l7-filter classifies packets based on patterns in application
|
||||||
|
layer data. This allows correct classification of P2P traffic that
|
||||||
|
uses unpredictable ports as well as standard protocols running on
|
||||||
|
non-standard ports.
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
@ -29,15 +29,17 @@ define Package/linuxigd
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=UPnP daemon
|
TITLE:=UPnP daemon
|
||||||
DEPENDS:=+libupnp +libpthread
|
DEPENDS:=+libupnp +libpthread
|
||||||
DESCRIPTION:=\
|
|
||||||
It implements the UPnP Internet Gateway Device specification (IGD) \\\
|
|
||||||
and allows UPnP aware clients, such as MSN Messenger, Azureus or \\\
|
|
||||||
Miranda to work properly from behind a NAT firewall. \\\
|
|
||||||
\\\
|
|
||||||
Please edit /etc/upnpd.conf before using upnpd!
|
|
||||||
URL:=http://linux-igd.sourceforge.net/
|
URL:=http://linux-igd.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/linuxigd/description
|
||||||
|
It implements the UPnP Internet Gateway Device specification (IGD)
|
||||||
|
and allows UPnP aware clients, such as MSN Messenger, Azureus or
|
||||||
|
Miranda to work properly from behind a NAT firewall.
|
||||||
|
|
||||||
|
Please edit /etc/upnpd.conf before using upnpd!
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user