Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
341f52bb
Commit
341f52bb
authored
May 28, 2003
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Example database for Package Manager.
parent
fbc78cd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
51 additions
and
0 deletions
+51
-0
Mac/OSX/Dist/example-pimp-database.plist
Mac/OSX/Dist/example-pimp-database.plist
+51
-0
No files found.
Mac/OSX/Dist/example-pimp-database.plist
0 → 100644
View file @
341f52bb
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
Description
</key>
<string>
Enter database description
</string>
<key>
Maintainer
</key>
<string>
Enter your email address
</string>
<key>
Packages
</key>
<array>
<dict>
<key>
Description
</key>
<string>
Enter package description
</string>
<key>
Download-URL
</key>
<string>
Enter URL for archive download, delete for pseudo-pkgs
</string>
<key>
Flavor
</key>
<string>
Enter binary or source
</string>
<key>
Home-page
</key>
<string>
Enter URL of human-readable webpage
</string>
<key>
Install-command
</key>
<string>
Enter shell commands to run for installation
</string>
<key>
Install-test
</key>
<string>
Enter Python code to test for already installed
</string>
<key>
MD5Sum
</key>
<string>
Enter checksum of package archive
</string>
<key>
Name
</key>
<string>
Enter name of package
</string>
<key>
Post-install-command
</key>
<string>
Enter shell command to run after install
</string>
<key>
Pre-install-command
</key>
<string>
Enter shell command to run before install
</string>
<key>
Prerequisites
</key>
<array>
<string>
Enter human-readable recipy for pseudo-dependencies
</string>
<dict>
<key>
Flavor
</key>
<string>
Enter optional flavor for real dependency
</string>
<key>
Name
</key>
<string>
Enter name for real dependency
</string>
<key>
Version
</key>
<string></string>
</dict>
</array>
<key>
Version
</key>
<string>
Enter version string for package
</string>
</dict>
</array>
<key>
Version
</key>
<string>
0.1
</string>
</dict>
</plist>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment