module PkgConfig
ENV['PORTSDIR'] ||= '/usr/ports'
ENV['PACKAGES'] ||= ENV['PORTSDIR'] + '/packages'
ENV['PKG_PATH'] ||= ENV['PACKAGES'] + '/All'
ENV['PKG_BACKUP_DIR'] ||= ENV['PKG_PATH']
SANITY_CHECK = true
IGNORE_CATEGORIES = [
]
EXTRA_CATEGORIES = [
]
ALT_INDEX = [
]
ALT_MOVED = [
]
HOLD_PKGS = [
'bsdpan-*',
]
IGNORE_MOVED = [
'devel/bison',
]
USE_PKGS = [
]
USE_PKGS_ONLY = [
]
ALT_PKGDEP = {
}
MAKE_ARGS = {
'*' => [
],
'converters/libiconv' => [
'WITH_EXTRA_PATCHES=yes',
],
'mail/postfix*' => [
'WITH_PCRE=yes',
'WITH_SASL2=yes',
'WITH_DOVECOT=yes',
'WITH_TLS=yes',
'WITH_BDB=yes',
'WITH_MYSQL=yes',
'WITH_OPENLDAP=yes',
'WITH_TEST=yes',
],
'mail/cyrus-sasl-saslauthd' => [
'WITH_BDB=yes',
],
'mail/cyrus-sasl2' => [
'WITH_AUTHDAEMOND=yes',
'WITH_LOGIN=yes',
'WITH_PLAIN=yes',
'WITH_CRAM=yes',
'WITH_DIGEST=yes',
],
'databases/mysql41-server' => [
'WITH_OPENSSL=yes',
],
'net/openldap24' => [
'WITH_SASL=yes',
'WITH_PERL=yes',
'WITH_SHELL=yes',
'WITH_SLP=yes',
'WITH_TCP_WRAPPERS=yes',
'WITH_BDB=yes',
'WITH_PPOLICY=yes',
'WITH_PROXYCACHE=yes',
'WITH_SEQMOD=yes',
'WITH_SYNCPROV=yes',
'WITH_DYNAMIC_BACKENDS=yes',
],
'mail/dovecot' => [
'WITH_SSL=yes',
'WITH_POP3=yes',
'WITH_MYSQL=yes',
'WITH_SQLITE=yes',
],
'mail/dkim-milter' => [
'WITH_POSTFIX_MILTER=yes',
'WITH_POSTFIX=yes',
],
}
MAKE_ENV = {
}
BEFOREBUILD = {
}
BEFOREDEINSTALL = {
}
AFTERINSTALL = {
'x11-servers/XFree86-4-Server' => sprintf(
'cd %s/bin && if [ -x Xwrapper-4 ]; then ln -sf Xwrapper-4 X; fi',
x11base()),
}
PKG_SITES = [
pkg_site_mirror(),
]
PORTUPGRADE_ARGS = ENV['PORTUPGRADE']
end
自宅サーバーに関する設定やTips置き場。
2008年11月8日土曜日
Server / pkgtools.conf
# cat /usr/local/etc/pkgtools.conf
登録:
コメントの投稿 (Atom)
ブログ アーカイブ
-
▼
2008
(23)
-
▼
11月
(23)
- FTP Server / proftpd.conf (SSL/TLS + MySQL)
- DNS Server / .zone
- DNS Server / rndc.conf
- DNS Server / named.conf
- Proxy Server / squid.conf
- Proxy Server / hosts
- Proxy Server / resolv.conf
- Proxy Server / rc.conf
- Server / OpenSSH
- Firewall Server / PF
- Server / rc.conf
- Server / resolv.conf
- Server / hosts
- Server / make.conf
- DB Server / MySQL
- Server / pkgtools.conf
- Ftp Server / ProFTPD
- Mail Server / dovecot-sql.conf
- Mail Server / dovecot.conf
- Mail Server / main.cf
- Mail Server / master.cf
- Web Server / httpd.conf
- コメント行を削除
-
▼
11月
(23)
0 件のコメント:
コメントを投稿