Index: head/security/gringotts/Makefile =================================================================== --- head/security/gringotts/Makefile (revision 218382) +++ head/security/gringotts/Makefile (revision 218383) @@ -1,49 +1,49 @@ # New ports collection makefile for: gringotts # Date created: 02 July 2002 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= gringotts PORTVERSION= 1.2.8 PORTREVISION= 6 CATEGORIES= security -MASTER_SITES= http://devel.pluto.linux.it/projects/Gringotts/current/ \ +MASTER_SITES= BERLIOS \ ftp://ftp.nuug.no/pub/anders/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK application to securely store sensitive data LIB_DEPENDS= gringotts.2:${PORTSDIR}/security/libgringotts \ popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gtk20 WANT_GNOME= yes CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS+= --disable-env-check .include .if ${HAVE_GNOME:Mgnomehier}!="" USE_GNOME+= gnomehier PLIST_SUB+= GNOMEHIER='' .else PLIST_SUB+= GNOMEHIER='@comment ' .endif post-patch: ${REINPLACE_CMD} -E -e "s|^(gringottsdocdir =).*|\1 ${DOCSDIR}|;s|md5sum|md5|g" ${WRKSRC}/Makefile.in @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-D.*_DISABLE_DEPRECATED||g' .if defined(NOPORTDOCS) ${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-gringottsdocDATA|\1|" ${WRKSRC}/Makefile.in .endif .if ${HAVE_GNOME:Mgnomehier}=="" ${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-DsktpDATA|\1|" \ ${WRKSRC}/Makefile.in .endif .include Property changes on: head/security/gringotts/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.24 \ No newline at end of property +1.25 \ No newline at end of property Index: head/security/gringotts/pkg-descr =================================================================== --- head/security/gringotts/pkg-descr (revision 218382) +++ head/security/gringotts/pkg-descr (revision 218383) @@ -1,22 +1,22 @@ Gringotts is an application to store sensitive data like passwords, pincodes, credit card numbers, etc. Features: * Fast, light GTK2 interface. * Good integration with GNOME, as well as all the other window managers. * High stress on safety & security. * Not only "normal" string passwords can be used, but any file can be the password to your data. * 8 encryption algorythms are available through the mcrypt library: RIJNDAEL-128 (AES), RIJNDAEL-256, SERPENT, TWOFISH, CAST 256, SAFER+, LOKI97, 3DES. * 2 160-bit hash algorythms, used to generate the key: SHA1, RIPEMD160. * 2 compression types, with 4 compression levels each: ZLib, BZip2. * Complete & easy management of entries' order. * Complete Search function. * Very intuitive usability, you won't need any manual. * It comes with a thread-safe C library, libGringotts, that can be used in any other project to save data in files in a simple and safe way. -WWW: http://devel.pluto.linux.it/projects/Gringotts/ +WWW: http://gringotts.berlios.de/ - Anders Nordby Property changes on: head/security/gringotts/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property