Date: Wed, 03 May 2006 03:40:56 -0700 (PDT) From: Andrew Pantyukhin <infofarmer@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/96710: New port: security/parano Message-ID: <445888b8.19dcdeb0.1e39.54b3@mx.gmail.com> Resent-Message-ID: <200605031050.k43AoBjl046557@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96710 >Category: ports >Synopsis: New port: security/parano >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 03 10:50:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrew Pantyukhin >Release: FreeBSD 6.1-RC i386 >Organization: >Environment: System: FreeBSD thror.intranet.gubkin.ru 6.1-RC FreeBSD 6.1-RC #8: Mon Apr 10 16:20:57 MSD 2006 sat@thror.intranet.gubkin.ru:/usr/obj/usr/src/sys/SATH i386 >Description: A Gnome program to deal with hashfiles >How-To-Repeat: >Fix: --- parano.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # parano # parano/Makefile # parano/distinfo # parano/pkg-descr # parano/pkg-plist # echo c - parano mkdir -p parano > /dev/null 2>&1 echo x - parano/Makefile sed 's/^X//' >parano/Makefile << 'END-of-parano/Makefile' X# New ports collection makefile for: parano X# Date created: 3 May 2006 X# Whom: Andrew Pantyukhin <infofarmer@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= parano XPORTVERSION= 0.3.0 XCATEGORIES= security XMASTER_SITES= http://download.berlios.de/%SUBDIR%/ \ X http://download2.berlios.de/%SUBDIR%/ XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= infofarmer@gmail.com XCOMMENT= A Gnome program to deal with hashfiles X XRUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 X XGNU_CONFIGURE= yes XUSE_PYTHON= yes XUSE_X_PREFIX= yes XUSE_GNOME= gtk20 XUSE_GETTEXT= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X Xpost-patch: X ${REINPLACE_CMD} -e 's/$$</$$>/' ${WRKSRC}/src/Makefile.in X ${REINPLACE_CMD} -e 's,#!.*python,#!${PYTHON_CMD},' ${WRKSRC}/src/parano.py X X.include <bsd.port.mk> END-of-parano/Makefile echo x - parano/distinfo sed 's/^X//' >parano/distinfo << 'END-of-parano/distinfo' XMD5 (parano-0.3.0.tar.gz) = b7f141a8a2bb449d5781d8d06596b7ef XSHA256 (parano-0.3.0.tar.gz) = 35daf0231614b0b60cd69fd09671ee84e7231542c8f31d323fdaf3d174233dc1 XSIZE (parano-0.3.0.tar.gz) = 149931 END-of-parano/distinfo echo x - parano/pkg-descr sed 's/^X//' >parano/pkg-descr << 'END-of-parano/pkg-descr' XParano is a GNOME program to create, edit and verify hashfiles. XFor now MD5, SHA1 and SFV formats are supported. X XWWW: http://parano.berlios.de/ END-of-parano/pkg-descr echo x - parano/pkg-plist sed 's/^X//' >parano/pkg-plist << 'END-of-parano/pkg-plist' Xbin/parano Xshare/locale/fr/LC_MESSAGES/parano.mo Xshare/mime/packages/parano.xml Xshare/applications/parano.desktop Xshare/application-registry/parano.applications Xshare/mime-info/parano.keys Xshare/mime-info/parano.mime Xshare/pixmaps/parano-icon.png X%%DATADIR%%/parano.png X%%DATADIR%%/parano-icon.png X%%DATADIR%%/parano.glade X@dirrm %%DATADIR%% X@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime X@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime END-of-parano/pkg-plist exit --- parano.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?445888b8.19dcdeb0.1e39.54b3>