Changes between Version 4 and Version 5 of LiveServer
- Timestamp:
- 07/19/10 14:00:46 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LiveServer
v4 v5 11 11 === screen === 12 12 {{{ 13 #cd /usr/ports/sysutils/screen14 #make config13 cd /usr/ports/sysutils/screen 14 make config 15 15 [ ] CJK Treat CJK ambiguous characters as full width 16 16 [X] INFO Build and install info documentation … … 20 20 [ ] HOSTINLOCKED Print user@host in locked message 21 21 [ ] SHOWENC Show encoding on the status line 22 #make install clean22 make install clean 23 23 }}} 24 24 25 25 === wget === 26 26 {{{ 27 #cd /usr/ports/ftp/wget28 #make config27 cd /usr/ports/ftp/wget 28 make config 29 29 [ ] GNUTLS Support for SSL via GnuTLS 30 30 [X] IPV6 Support for IPv6 31 31 [X] NLS Native Language Support with gettext 32 32 [X] OPENSSL Support for SSL via OpenSSL 33 #make install clean33 make install clean 34 34 }}} 35 35 36 36 === vim === 37 37 {{{ 38 #cd /usr/ports/editors/vim39 #make config38 cd /usr/ports/editors/vim 39 make config 40 40 ===> No options to configure 41 #make install clean41 make install clean 42 42 }}} 43 43 … … 46 46 For apachectl status: 47 47 {{{ 48 $apachectl status49 lynx: not found48 apachectl status 49 lynx: not found 50 50 }}} 51 51 52 52 {{{ 53 #cd /usr/ports/www/lynx54 #make config53 cd /usr/ports/www/lynx 54 make config 55 55 [X] SSL SSL support 56 56 [X] DEFAULT_COLORS Colors support 57 57 [ ] IPV6 IPv6 support 58 58 [X] NLS Native language support 59 #make install clean59 make install clean 60 60 }}} 61 61 62 62 === rsync === 63 63 {{{ 64 #cd /usr/ports/net/rsync/65 #make config66 #make install clean64 cd /usr/ports/net/rsync/ 65 make config 66 make install clean 67 67 }}} 68 68 69 69 === subversion === 70 70 {{{ 71 #cd /usr/ports/devel/subversion/72 #make config73 #make install clean71 cd /usr/ports/devel/subversion/ 72 make config 73 make install clean 74 74 }}} 75 75