Opened 18 years ago

Closed 18 years ago

#9735 closed enhancement (fixed)

NEW: pwsafe-0.2.0

Reported by: peter@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: peter@…
Port:

Description

pwsafe-0.2.0

The portfile can be found below

Description: pwsafe is a unix commandline program that manages encrypted passwords

Homepage: http://nsd.dyndns.org/pwsafe/

Commments: I am new to creating Portfiles so this may be all wrong. Works on my 10.4 box, but I have not tried on any other version.

# $Id: $ PortSystem 1.0 name pwsafe version 0.2.0 categories security maintainers description pwsafe is a unix commandline program that manages encrypted passwords homepage http://nsd.dyndns.org/pwsafe/ master_sites http://nsd.dyndns.org/pwsafe/releases/ checksums sha1 026643a391796a527a48ffccf93d542113ca79d4 checksums md5 4bb36538a2772ecbf1a542bc7d4746c0

depends_lib lib:libreadline.5:readline

configure.env LDFLAGS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include" configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info \

--with-libreadline-prefix=${prefix}

platform darwin 8 { build.env-append MACOSX_DEPLOYMENT_TARGET=10.4

configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 \ CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }

Attachments (1)

Portfile (902 bytes) - added by peter@… 18 years ago.
Portfile for pwsafe-0.2.0

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by peter@…

Attachment: Portfile added

Portfile for pwsafe-0.2.0

comment:1 Changed 18 years ago by peter@…

Cc: peter@… added

Portfile is attached as well.

comment:2 Changed 18 years ago by markd@…

Type: defectenhancement

comment:3 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

Committed. Thanks!

Note: See TracTickets for help on using tickets.