⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.168
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
lsws
/
lsphp83
/
share
/
php
/
PEAR
/
Command
/
Edit File: Package.xml
Build Package
doPackage
p
Z
Do not gzip the package file
n
Print the name of the packaged file.
[descfile] [descfile2] Creates a PEAR package from its description file (usually called package.xml). If a second packagefile is passed in, then the packager will check to make sure that one is a package.xml version 1.0, and the other is a package.xml version 2.0. The package.xml version 1.0 will be saved as "package.xml" in the archive, and the other as "package2.xml" in the archive"
Validate Package Consistency
doPackageValidate
pv
Run a "cvs diff" for all files in a package
doCvsDiff
cd
q
Be quiet
Q
Be really quiet
D
Diff against revision of DATE
DATE
R
Diff against tag for package release REL
REL
r
Diff against revision REV
REV
c
Generate context diff
u
Generate unified diff
i
Ignore case, consider upper- and lower-case letters equivalent
b
Ignore changes in amount of white space
B
Ignore changes that insert or delete blank lines
Report only whether the files differ, no details
n
Don't do anything, just pretend
<package.xml> Compares all the files in a package. Without any options, this command will compare the current code with the last checked-in code. Using the -r or -R option you may compare the current code with that of a specific release.
Set SVN Release Tag
doSvnTag
sv
q
Be quiet
F
Move (slide) tag if it exists
d
Remove tag
n
Don't do anything, just pretend
<package.xml> [files...] Sets a SVN tag on all files in a package. Use this command after you have packaged a distribution tarball with the "package" command to tag what revisions of what files were in that release. If need to fix something after running svntag once, but before the tarball is released to the public, use the "slide" option to move the release tag. to include files (such as a second package.xml, or tests not included in the release), pass them as additional parameters.
Set CVS Release Tag
doCvsTag
ct
q
Be quiet
Q
Be really quiet
F
Move (slide) tag if it exists
d
Remove tag
n
Don't do anything, just pretend
<package.xml> [files...] Sets a CVS tag on all files in a package. Use this command after you have packaged a distribution tarball with the "package" command to tag what revisions of what files were in that release. If need to fix something after running cvstag once, but before the tarball is released to the public, use the "slide" option to move the release tag. to include files (such as a second package.xml, or tests not included in the release), pass them as additional parameters.
Show package dependencies
doPackageDependencies
pd
<package-file> or <package.xml> or <install-package-name> List all dependencies the package has. Can take a tgz / tar file, package.xml or a package name of an installed package.
Sign a package distribution file
doSign
si
v
Display GnuPG output
<package-file> Signs a package distribution (.tar or .tgz) file with GnuPG.
Builds an RPM spec file from a PEAR package
doMakeRPM
rpm
t
Use FILE as RPM spec file template
FILE
p
Use FORMAT as format string for RPM package name, %s is replaced by the PEAR package name, defaults to "PEAR::%s".
FORMAT
<package-file> Creates an RPM .spec file for wrapping a PEAR package inside an RPM package. Intended to be used from the SPECS directory, with the PEAR package tarball in the SOURCES directory: $ pear makerpm ../SOURCES/Net_Socket-1.0.tgz Wrote RPM spec file PEAR::Net_Geo-1.0.spec $ rpm -bb PEAR::Net_Socket-1.0.spec ... Wrote: /usr/src/redhat/RPMS/i386/PEAR::Net_Socket-1.0-1.i386.rpm
Convert a package.xml 1.0 to package.xml 2.0 format
doConvert
c2
f
do not beautify the filelist.
[descfile] [descfile2] Converts a package.xml in 1.0 format into a package.xml in 2.0 format. The new file will be named package2.xml by default, and package.xml will be used as the old file by default. This is not the most intelligent conversion, and should only be used for automated conversion or learning the format.
Simpan