Opened 9 years ago
Closed 8 years ago
#50421 closed submission (fixed)
wallet @1.3 - New port submission
Reported by: | akkornel (A. Karl Kornel) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | akkornel (A. Karl Kornel) | |
Port: | wallet |
Description
Hello! I am submitting a Portfile for wallet. wallet is a Kerberos-authenticated file storage & retrieval engine, which has support for automatically generating things like Kerberos keytabs and random passwords. Authentication is via Kerberos, and client-server communication is via remctl. The client is written in C, the server is Perl, and there is also some Perl script that can be placed on Kerberos 5 KDCs to aid in keytab retrieval.
I am attaching the proposed Portfile and nine patch files. The patches are needed because wallet's build & install process does not allow setting custom Perl paths. All of the patches have been submitted upstream.
Thanks very much to the people on IRC, who advised me last week to use subports!
Please let me know if you have any questions or concerns about the Portfile. Thanks very much!
Attachments (11)
Change History (17)
Changed 9 years ago by akkornel (A. Karl Kornel)
Attachment: | patch-README.diff added |
---|
Changed 9 years ago by akkornel (A. Karl Kornel)
Attachment: | patch-perl-Build.PL.diff added |
---|
Add some missing requirements to perl/Build.PL
Changed 9 years ago by akkornel (A. Karl Kornel)
Attachment: | patch-autogen.diff added |
---|
Update autogen to handle new server/*.in file names
Changed 8 years ago by akkornel (A. Karl Kornel)
Attachment: | patch-Makefile.am.diff added |
---|
Updated Makefile patch, based on what got committed upstream
Changed 8 years ago by akkornel (A. Karl Kornel)
Attachment: | patch-configure.ac.diff added |
---|
Updated configure.ac patch, based on what got committed upstream
Changed 8 years ago by akkornel (A. Karl Kornel)
Attachment: | patch-portable-system.h.diff added |
---|
Patch portable/system.h to remove unneeded declarations of strlcat and strlcpy
Changed 8 years ago by akkornel (A. Karl Kornel)
Attachment: | patch-rename-server-keytab-backend.diff added |
---|
Submit with the substitution being used upstream
Changed 8 years ago by akkornel (A. Karl Kornel)
Attachment: | patch-rename-server-wallet-admin.diff added |
---|
Submit with the substitution being used upstream
Changed 8 years ago by akkornel (A. Karl Kornel)
Attachment: | patch-rename-server-wallet-backend.diff added |
---|
Submit with the substitution being used upstream
Changed 8 years ago by akkornel (A. Karl Kornel)
Attachment: | patch-rename-server-wallet-report.diff added |
---|
Submit with the substitution being used upstream
comment:1 Changed 8 years ago by akkornel (A. Karl Kornel)
Hello! I've just pushed in a big set of changes to my port submission. In particular...
- I've switched things to use variants better, instead of subports. This I think better matches how, regardless of what variant you choose, everything gets compiled.
- I've changed the patches to better match what was accepted upstream.
- I add notes for two variants, telling the user about additional setup work that is needed before the server & kdc variants will work.
If you have any questions, please let me know!
comment:2 Changed 8 years ago by akkornel (A. Karl Kornel)
Cc: | akkornel added |
---|
comment:4 follow-up: 5 Changed 8 years ago by larryv (Lawrence Velázquez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 8 years ago by larryv (Lawrence Velázquez)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Oops, disregard.
comment:6 Changed 8 years ago by A. Karl Kornel <akkornel@…>
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Patch README: Add note about customizing Perl path