Changeset 10612 in hybrid for branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden
- Timestamp:
- Apr 29, 2012, 6:02:29 PM (13 years ago)
- Location:
- branches/releng-9.0/nanobsd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd
- Property svn:externals
-
old new 1 ports http://svn.wirelessleiden.nl/svn/code/ports 1
-
- Property svn:externals
-
branches/releng-9.0/nanobsd/cfg/nanobsd.wleiden
r10605 r10612 28 28 NANO_PACKAGE_DIR=$NANO_CONF_DIR/../pkg/All 29 29 30 # Wireless Leiden ports from $WL_PORTSDIR are copied OVER $PORTSDIR 30 31 PORTSDIR='/usr/ports' 31 32 WL_PORTSDIR="$NANO_CONF_DIR/../ports/" 33 32 34 # Dirty quirk to allow comments in part below 33 PACKAGE_LIST=`cat <<EOF | sed 's/#.*$//g' 34 $PORTSDIR/benchmarks/iperf 35 $PORTSDIR/devel/py-Jinja2 36 $PORTSDIR/devel/py-yaml 37 $PORTSDIR/dns/dnsmasq 38 $PORTSDIR/editors/vim-lite 39 $PORTSDIR/ftp/curl 40 $PORTSDIR/lang/python 41 $PORTSDIR/net-mgmt/net-snmp 42 $PORTSDIR/net/isc-dhcp42-server 43 $PORTSDIR/net/pen 44 $PORTSDIR/net/sixxs-aiccu 45 $PORTSDIR/security/nmap 46 $PORTSDIR/security/openvpn 47 $PORTSDIR/security/sudo 48 $PORTSDIR/shells/bash-static 49 $PORTSDIR/sysutils/screen 50 $PORTSDIR/sysutils/ucspi-tcp 51 $PORTSDIR/www/thttpd 52 $PORTSDIR/www/tinyproxy 53 54 55 # Wireless Leiden ports at $WL_PORTSDIR 56 $WL_PORTSDIR/net/lvrouted 35 PACKAGE_LIST=`cat <<EOF | sed -e 's/#.*$//g' | xargs 36 benchmarks/iperf 37 devel/py-Jinja2 38 devel/py-yaml 39 dns/dnsmasq 40 editors/vim-lite 41 ftp/curl 42 lang/python 43 net-mgmt/net-snmp 44 net/isc-dhcp42-server 45 net/pen 46 net/sixxs-aiccu 47 security/nmap 48 security/openvpn 49 security/sudo 50 shells/bash-static 51 sysutils/screen 52 sysutils/ucspi-tcp 53 www/thttpd 54 www/tinyproxy 55 56 # Extra WL ports 57 net/lvrouted 57 58 ` 58 59 # Package target 59 60 # Dirty quirk to allow comments in part below 60 PKG_MAKE_ARGS=`cat <<EOF | sed 's/#.*$//g' 61 PKG_MAKE_ARGS=`cat <<EOF | sed 's/#.*$//g' | xargs 61 62 PACKAGES=$(dirname $NANO_PACKAGE_DIR) 62 63 BATCH=yes PACKAGE_BUILDING=yes
Note:
See TracChangeset
for help on using the changeset viewer.