Index: ports/security/Makefile =================================================================== RCS file: /home/pcvs/ports/security/Makefile,v retrieving revision 1.750 diff -u -r1.750 Makefile --- ports/security/Makefile 8 May 2006 00:52:28 -0000 1.750 +++ ports/security/Makefile 8 May 2006 11:40:06 -0000 @@ -440,6 +440,7 @@ SUBDIR += pam_smb SUBDIR += pamsfs SUBDIR += pamtester + SUBDIR += parano SUBDIR += pear-Auth SUBDIR += pear-Auth_HTTP SUBDIR += pear-Auth_PrefManager Index: ports/security/parano/Makefile =================================================================== RCS file: ports/security/parano/Makefile diff -N ports/security/parano/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ports/security/parano/Makefile 8 May 2006 11:40:06 -0000 @@ -0,0 +1,32 @@ +# New ports collection makefile for: parano +# Date created: 3 May 2006 +# Whom: Andrew Pantyukhin +# +# $FreeBSD$ +# + +PORTNAME= parano +PORTVERSION= 0.3.0 +CATEGORIES= security +MASTER_SITES= http://download.berlios.de/%SUBDIR%/ \ + http://download2.berlios.de/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= infofarmer@gmail.com +COMMENT= A Gnome program to deal with hashfiles + +RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 + +GNU_CONFIGURE= yes +USE_PYTHON= yes +USE_X_PREFIX= yes +USE_GNOME= gtk20 +USE_GETTEXT= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + ${REINPLACE_CMD} -e 's/$$/' ${WRKSRC}/src/Makefile.in + ${REINPLACE_CMD} -e 's,#!.*python,#!${PYTHON_CMD},' ${WRKSRC}/src/parano.py + +.include Index: ports/security/parano/distinfo =================================================================== RCS file: ports/security/parano/distinfo diff -N ports/security/parano/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ports/security/parano/distinfo 8 May 2006 11:40:06 -0000 @@ -0,0 +1,3 @@ +MD5 (parano-0.3.0.tar.gz) = b7f141a8a2bb449d5781d8d06596b7ef +SHA256 (parano-0.3.0.tar.gz) = 35daf0231614b0b60cd69fd09671ee84e7231542c8f31d323fdaf3d174233dc1 +SIZE (parano-0.3.0.tar.gz) = 149931 Index: ports/security/parano/pkg-descr =================================================================== RCS file: ports/security/parano/pkg-descr diff -N ports/security/parano/pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ports/security/parano/pkg-descr 8 May 2006 11:40:06 -0000 @@ -0,0 +1,4 @@ +Parano is a GNOME program to create, edit and verify hashfiles. +For now MD5, SHA1 and SFV formats are supported. + +WWW: http://parano.berlios.de/ Index: ports/security/parano/pkg-plist =================================================================== RCS file: ports/security/parano/pkg-plist diff -N ports/security/parano/pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ ports/security/parano/pkg-plist 8 May 2006 11:40:06 -0000 @@ -0,0 +1,14 @@ +bin/parano +share/locale/fr/LC_MESSAGES/parano.mo +share/mime/packages/parano.xml +share/applications/parano.desktop +share/application-registry/parano.applications +share/mime-info/parano.keys +share/mime-info/parano.mime +share/pixmaps/parano-icon.png +%%DATADIR%%/parano.png +%%DATADIR%%/parano-icon.png +%%DATADIR%%/parano.glade +@dirrm %%DATADIR%% +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime