diff options
author | P. J. McDermott <pehjota> | 2013-05-12 14:30:35 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-05-12 14:30:35 (EDT) |
commit | 108f202638ecfa15876fb24f433e7f739fd78bc2 (patch) | |
tree | e917494310064fd5d0c4a70803e5fff999926d3c /dev/pkg | |
parent | 2a9dd9229d6e66228baf5209e58c506472ddf65a (diff) |
dev/pkg/needed: Make upstream URLs into links.
Diffstat (limited to 'dev/pkg')
-rw-r--r-- | dev/pkg/needed.mdwn | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/dev/pkg/needed.mdwn b/dev/pkg/needed.mdwn index 4e3bcc4..b382216 100644 --- a/dev/pkg/needed.mdwn +++ b/dev/pkg/needed.mdwn @@ -10,7 +10,7 @@ For ProteanOS 1.0 IANA Time Zone Database (`tzdata`) ---------------------------------- -https://www.iana.org/time-zones +<https://www.iana.org/time-zones> Time Zone Data represents the history of local time for many representative locations around the globe. It is updated periodically to reflect changes made @@ -24,14 +24,14 @@ Development file (`file`) ------------- -http://www.darwinsys.com/file/ +<http://www.darwinsys.com/file/> file determines file type using magic numbers. Perl 5 (`perl`) --------------- -http://www.perl.org/ +<http://www.perl.org/> Perl 5 is a language interpreter, especially popular in systems administration and software build and installation systems. @@ -47,7 +47,7 @@ the [work by Neil Williams for Debian][debian-perl-cross]. GNU M4 (`m4`) ------------- -https://www.gnu.org/software/m4/ +<https://www.gnu.org/software/m4/> GNU M4 is a macro processor, notably used by GNU Autoconf. @@ -56,7 +56,7 @@ Depends on: `perl` GNU Autoconf (`autoconf`) ------------------------- -https://www.gnu.org/software/autoconf/ +<https://www.gnu.org/software/autoconf/> GNU Autoconf generates `configure` scripts that are used to configure software packages for building. @@ -66,7 +66,7 @@ Depends on: `m4` GNU Automake (`automake`) ------------------------- -https://www.gnu.org/software/automake/ +<https://www.gnu.org/software/automake/> GNU Automake generates `Makefile.in` files that are used to build software packages. @@ -76,7 +76,7 @@ Depends on: `perl`, `autoconf` GNU Libtool (`libtool`) ----------------------- -https://www.gnu.org/software/libtool/ +<https://www.gnu.org/software/libtool/> GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. @@ -90,7 +90,7 @@ Administration Dropbear (`dropbear`) --------------------- -http://matt.ucc.asn.au/dropbear/dropbear.html +<http://matt.ucc.asn.au/dropbear/dropbear.html> Dropbear is a small SSH server and client, in many ways compatible with OpenSSH. @@ -101,7 +101,7 @@ key pair. libnfnetlink (`libnfnetlink`) ----------------------------- -http://www.netfilter.org/projects/libnfnetlink/index.html +<http://www.netfilter.org/projects/libnfnetlink/index.html> libnfnetlink is the low-level library for netfilter related kernel/userspace communication. @@ -109,7 +109,7 @@ communication. iptables (`iptables`) --------------------- -http://www.netfilter.org/projects/iptables/index.html +<http://www.netfilter.org/projects/iptables/index.html> iptables is the userspace command line program used to configure the Linux 2.4.x and later IPv4 packet filtering ruleset. It is targeted towards system @@ -120,14 +120,14 @@ Depends on: `libnfnetlink` Lua 5.1 (`lua-5.1`) ------------------- -http://www.lua.org/ +<http://www.lua.org/> Lua is a powerful, fast, lightweight, embeddable scripting language interpreter. LuCI (`luci`) ------------- -http://luci.subsignal.org/trac +<http://luci.subsignal.org/trac> LuCI is a free, clean, extensible and easily maintainable web user interface for embedded devices. |