svn commit: r366758 - head/security/kedpm
William Grzybowski
wg at FreeBSD.org
Sun Aug 31 13:30:44 UTC 2014
Author: wg
Date: Sun Aug 31 13:30:43 2014
New Revision: 366758
URL: http://svnweb.freebsd.org/changeset/ports/366758
QAT: https://qat.redports.org/buildarchive/r366758/
Log:
security/kedpm: support stage
- USES python
PR: 193163
Submitted by: Ports Fury
Deleted:
head/security/kedpm/pkg-plist
Modified:
head/security/kedpm/Makefile
head/security/kedpm/pkg-descr
Modified: head/security/kedpm/Makefile
==============================================================================
--- head/security/kedpm/Makefile Sun Aug 31 13:25:31 2014 (r366757)
+++ head/security/kedpm/Makefile Sun Aug 31 13:30:43 2014 (r366758)
@@ -7,21 +7,20 @@ PORTREVISION= 8
CATEGORIES= security
MASTER_SITES= SF
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Simple application for managing personal data
-RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
+LICENSE= GPLv2 # (or later)
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
+
+NO_ARCH= yes
+
+USES= python
USE_GNOME= pygtk2
-USE_PYTHON= yes
-USE_PYDISTUTILS= YES
+USE_PYTHON= autoplist distutils
-DESKTOP_ENTRIES="Ked Password Manager" \
- "Secure Password Management" \
- "${PREFIX}/share/${PORTNAME}/glade/logo.png" \
- "kedpm" \
- "" \
- true
+DESKTOP_ENTRIES="Ked Password Manager" "Secure Password Management" \
+ "${DATADIR}/glade/logo.png" "kedpm" "" true
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/security/kedpm/pkg-descr
==============================================================================
--- head/security/kedpm/pkg-descr Sun Aug 31 13:25:31 2014 (r366757)
+++ head/security/kedpm/pkg-descr Sun Aug 31 13:30:43 2014 (r366758)
@@ -1,9 +1,10 @@
Password Manager helps to manage large numbers of passwords and related
-information and simplifies the tasks of searching and entering password data.
+information and simplifies the tasks of searching and entering password
+data.
-KedPM is written as an extensible framework, which allows users to plug in
-custom password database back-ends and custom user interface front-ends.
-Currently, only the Figaro PM back-end supported. To control KedPM user can
-choose between CLI and GTK2 based GUI front-ends.
+KedPM is written as an extensible framework, which allows users to plug
+in custom password database back-ends and custom user interface
+front-ends. Currently, only the Figaro PM back-end supported. To control
+KedPM user can choose between CLI and GTK2 based GUI front-ends.
WWW: http://kedpm.sourceforge.net
More information about the svn-ports-all
mailing list