Searched refs:pkgmogrify (Results 1 - 2 of 2) sorted by relevance

/pkg/src/tests/cli/
H A Dt_pkgmogrify.py43 """Tests for the pkgmogrify publication tool."""
186 def pkgmogrify(self, sources=EmptyI, defines=None, function
201 cmd = sys.executable + " {0}/usr/bin/pkgmogrify {1} {2} {3}".format(
258 self.pkgmogrify(sources)
263 self.pkgmogrify(sources, defines=defines)
268 self.pkgmogrify(sources, defines=defines)
273 self.pkgmogrify(stdin=f, defines=defines)
286 self.pkgmogrify(sources, defines=defines, output=output_file)
292 self.pkgmogrify([self.transforms["X11->Y11"], source_file])
298 self.pkgmogrify(["
[all...]
/pkg/src/pkg/
H A DMakefile75 PKGMOGRIFY = $(PKGCMDENV) pkgmogrify

Completed in 633 milliseconds