Index: head/Keywords/fc.ucl =================================================================== --- head/Keywords/fc.ucl (nonexistent) +++ head/Keywords/fc.ucl (revision 362833) @@ -0,0 +1,11 @@ +# $FreeBSD$ +# +# MAINTAINER: x11@FreeBSD.org + +actions: [dirrmtry] +post-install: </dev/null || true +EOD +post-deinstall: </dev/null || true +EOD Property changes on: head/Keywords/fc.ucl ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/Keywords/fcfontsdir.ucl =================================================================== --- head/Keywords/fcfontsdir.ucl (nonexistent) +++ head/Keywords/fcfontsdir.ucl (revision 362833) @@ -0,0 +1,21 @@ +# $FreeBSD$ +# +# MAINTAINER: x11@FreeBSD.org + +actions: [dirrmtry] +post-install: </dev/null || true + mkfontscale %D/%@ 2>/dev/null || true + mkfontdir %D/%@ 2>/dev/null || true +EOD +post-deinstall: </dev/null || true + mkfontscale %D/%@ 2>/dev/null || true + if [ -e %D/%@/fonts.scale -a "`stat -f '%%z' %D/%@/fonts.scale 2>/dev/null`" = '2' ]; then + rm %D/%@/fonts.scale + fi + mkfontdir %D/%@ 2>/dev/null || true + if [ -e %D/%@/fonts.dir -a "`stat -f '%%z' %D/%@/fonts.dir 2>/dev/null`" = '2' ]; then + rm %D/%@/fonts.dir + fi +EOD Property changes on: head/Keywords/fcfontsdir.ucl ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/Keywords/fmtutil.ucl =================================================================== --- head/Keywords/fmtutil.ucl (nonexistent) +++ head/Keywords/fmtutil.ucl (revision 362833) @@ -0,0 +1,15 @@ +# $FreeBSD$ +# +# MAINTAINER: portmgr@FreeBSD.org + +actions: [] +post-install: </dev/null +EOD +post-deinstall: </dev/null + done +EOD Property changes on: head/Keywords/fmtutil.ucl ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/Keywords/fontsdir.ucl =================================================================== --- head/Keywords/fontsdir.ucl (nonexistent) +++ head/Keywords/fontsdir.ucl (revision 362833) @@ -0,0 +1,19 @@ +# $FreeBSD$ +# +# MAINTAINER: x11@FreeBSD.org + +actions: [dirrmtry] +post-install: </dev/null || true + mkfontdir %D/%@ 2>/dev/null || true +EOD +post-deinstall: </dev/null || true + if [ -e %D/%@/fonts.scale -a "`stat -f '%%z' %D/%@/fonts.scale 2>/dev/null`" = '2' ]; then + rm %D/%@/fonts.scale + fi + mkfontdir %D/%@ 2>/dev/null || true + if [ -e %D/%@/fonts.dir -a "`stat -f '%%z' %D/%@/fonts.dir 2>/dev/null`" = '2' ]; then + rm %D/%@/fonts.dir + fi +EOD Property changes on: head/Keywords/fontsdir.ucl ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/Keywords/info.ucl =================================================================== --- head/Keywords/info.ucl (nonexistent) +++ head/Keywords/info.ucl (revision 362833) @@ -0,0 +1,13 @@ +# $FreeBSD$ +# +# MAINTAINER: portmgr@FreeBSD.org + +actions: [file] +post-install: </etc/shells; rm -f /etc/shells.bak +# @unexec echo "Updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak + +actions: [file] +post-install: < /etc/shells + rm -f /etc/shells.bak +EOD +pre-deinstall: < /etc/shells + rm -f /etc/shells.bak +EOD Property changes on: head/Keywords/shell.ucl ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property