Opened 10 years ago
Closed 12 months ago
#46702 closed submission (fixed)
new port: porg
Reported by: | RJVB (René Bertin) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | ||
Port: | porg |
Description
Porg (formerly known as paco), is a program to aid management of software packages installed from source code. After the installation of such packages, one is usually left with having no idea of what it was installed and where it all went, making it difficult to uninstall the package in the future. Porg was written to solve this problem in a quite simple fashion. When installing a package from sources, porg wraps the install command (e.g. "make install"), and saves installation information into a text database.
It does this rather cleverly by inserting a proxy dylib that catches and logs a number of system calls for the scope of the install command.
Attachments (3)
Change History (4)
Changed 10 years ago by RJVB (René Bertin)
Changed 10 years ago by RJVB (René Bertin)
Attachment: | adapt-to-osx.patch added |
---|
Changed 10 years ago by RJVB (René Bertin)
Attachment: | patch-doubleDESTDIR.diff added |
---|
comment:1 Changed 12 months ago by TheRealKeto (Keto)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 140cf03fa726c346cd574532b969b8b19e77ed08/macports-ports (master):