Searched refs:PLIST (Results 1 - 13 of 13) sorted by path

/macosx-10.9.5/CPAN-52/
H A DGNUmakefile211 PLIST = $(OSV)/$(Project).plist macro
220 @echo 'Creating $(PLIST):'
221 @echo '<?xml version="1.0" encoding="UTF-8"?>' > $(PLIST)
222 @echo '<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">' >> $(PLIST)
223 @echo '<plist version="1.0">' >> $(PLIST)
224 @echo '<array>' >> $(PLIST)
228 sed 's/^/ /' $$m/oss.partial >> $(PLIST) && \
232 @echo '</array>' >> $(PLIST)
233 @echo '</plist>' >> $(PLIST)
[all...]
/macosx-10.9.5/curl-78.94.1/curl/
H A Dmaketgz71 PLIST=lib/libcurl.plist
72 sed "s/7\.12\.3/$libversion/g" $PLIST > $PLIST.dist
/macosx-10.9.5/files-638.1.4/System/Library/DirectoryServices/DefaultLocalDB/Default/
H A DMakefile19 for PLIST in "$(Destination)/$$DIR"/*.plist ; do \
20 plutil -convert binary1 "$$PLIST" ; \
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A Dclang-parse-diagnostics-file55 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
/macosx-10.9.5/perl-92/5.16/
H A DGNUmakefile104 PLIST = $(OSV)/$(PROJECT).plist macro
111 echo '<plist version="1.0">' > $(DSTROOT)$(PLIST)
112 echo '<array>' >> $(DSTROOT)$(PLIST)
113 sed -e '/^<\/*plist/d' -e 's/^/ /' $(SRCROOT)/$(PROJECT).plist >> $(DSTROOT)$(PLIST)
116 sed -e 's/^/ /' $(SRCROOT)/updates/Modules/$$p/oss.partial >> $(DSTROOT)$(PLIST) || exit 1; \
118 echo '</array>' >> $(DSTROOT)$(PLIST)
119 echo '</plist>' >> $(DSTROOT)$(PLIST)
120 chmod 0644 $(DSTROOT)$(PLIST)
/macosx-10.9.5/perl-92/
H A DMakefile238 PLIST = $(OPENSOURCEVERSIONS)/perl.plist macro
241 echo '<plist version="1.0">' > $(DSTROOT)$(PLIST)
242 echo '<array>' >> $(DSTROOT)$(PLIST)
245 if grep -q '^<array>' $(OBJROOT)/$$vers/DSTROOT$(PLIST); then \
246 sed -e '/^<\/*plist/d' -e '/^<\/*array>/d' $(OBJROOT)/$$vers/DSTROOT$(PLIST) >> $(DSTROOT)$(PLIST); \
248 sed -e '/^<\/*plist/d' -e 's/^/ /' $(OBJROOT)/$$vers/DSTROOT$(PLIST) >> $(DSTROOT)$(PLIST); \
251 echo '</array>' >> $(DSTROOT)$(PLIST)
252 echo '</plist>' >> $(DSTROOT)$(PLIST)
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsnumber.py10 PLIST=u"""\
12 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
184 self.assertEquals(stripDocType(data), stripDocType(PLIST))
199 self.assertEquals(stripDocType(data), stripDocType(PLIST))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsnumber.py10 PLIST=u"""\
12 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
184 self.assertEqual(stripDocType(data), stripDocType(PLIST))
199 self.assertEqual(stripDocType(data), stripDocType(PLIST))
/macosx-10.9.5/python-76.100.1/
H A DMakefile245 PLIST = $(OPENSOURCEVERSIONS)/$(Project).plist macro
248 echo '<plist version="1.0">' > $(DSTROOT)/$(PLIST)
249 echo '<array>' >> $(DSTROOT)/$(PLIST)
252 sed -e '/^<\/*plist/d' -e '/^<\/*array/d' -e 's/^/ /' $(OBJROOT)/$$vers/DSTROOT/$(PLIST) >> $(DSTROOT)/$(PLIST) || exit 1; \
254 echo '</array>' >> $(DSTROOT)/$(PLIST)
255 echo '</plist>' >> $(DSTROOT)/$(PLIST)
256 chmod 644 $(DSTROOT)/$(PLIST)
/macosx-10.9.5/sudo-72/src/
H A Dpp6616 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
7423 <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dafter_install.sh6 PLIST="${SRCROOT}"/syslogd.tproj/com.apple.syslogd_sim.plist
9 PLIST="${SRCROOT}"/syslogd.tproj/com.apple.syslogd.plist
13 install -m 0644 -o root -g wheel "${PLIST}" "${DESTDIR}"/com.apple.syslogd.plist
/macosx-10.9.5/tcl-102/
H A DMakefile36 MAKE_ARGS = TclExtLibDir=$(TCL_EXT_DIR) LicenseInstallDir=$(OSL) Plist=$(PLIST) \
45 PLIST = $(SRCROOT)/$(Project).plist macro
116 $(_v) $(MKDIR) $(DSTROOT)$(OSV) && $(INSTALL_FILE) $(PLIST) $(DSTROOT)$(OSV)/$(Project).plist
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhttpdist.tcl11 set PLIST Packing.list ;# do not touch the contents of this file in any way
175 set fd [open $::PLIST]
181 if {[FTP::Get ./$::PLIST $temp/$::PTEMP]} {
216 puts -nonewline "* ./$::PLIST "
217 puts $log "* ./$::PLIST"
218 stowFileAway $log ./$::PLIST $packSum $odir
221 puts $log " [calcDigest $::PLIST] +"
268 FTP::Put ./$::PLIST
270 puts $log "* ./$::PLIST"
271 puts $log " [calcDigest $::PLIST]
[all...]

Completed in 671 milliseconds