Index: head/security/gcipher/Makefile =================================================================== --- head/security/gcipher/Makefile (revision 414979) +++ head/security/gcipher/Makefile (revision 414980) @@ -1,58 +1,61 @@ # Created by: Shannon -jj Behrens # $FreeBSD$ PORTNAME= gcipher PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= security gnome MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Simple encryption tool LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GNOME= pygnome2 USES= python +NO_ARCH= yes OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ '/^VERSION/s|=.*|= "${PORTVERSION}"|g ; \ /^GLADEDIR/s|=.*|= "${DATADIR}/lib"|g' ${WRKSRC}/src/Const.py @${REINPLACE_CMD} -e \ 's|/usr/bin/python|${SETENV} python|g ; \ s|^# sys.path.append|sys.path.append|g ; \ s|/usr/share/gcipher/lib|${DATADIR}/lib|' ${WRKSRC}/src/gcipher do-build: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/src @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/src do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/gcipher ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/gcipher.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/src/gcipher.desktop ${STAGEDIR}${PREFIX}/share/applications @${MKDIR} ${STAGEDIR}${DATADIR}/lib (cd ${WRKSRC}/src && \ ${FIND} . -name '*.glade' \ -o -name '*.gladep' \ -o -name '*.py' \ -o -name '*.pyc' \ -o -name '*.pyo' | \ ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}/lib) @${MKDIR} ${STAGEDIR}${DATADIR}/plugins (cd ${WRKSRC}/plugins && \ ${FIND} . -name '*.glade' \ -o -name '*.gladep' \ -o -name '*.py' | \ ${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}/plugins) ${FIND} ${STAGEDIR}${DATADIR} -type d | ${XARGS} ${CHMOD} a+rx ${FIND} ${STAGEDIR}${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && \ ${INSTALL_DATA} CONTRIB README ${STAGEDIR}${DOCSDIR}) .include Index: head/security/gcipher/files/patch-gcipher.desktop =================================================================== --- head/security/gcipher/files/patch-gcipher.desktop (revision 414979) +++ head/security/gcipher/files/patch-gcipher.desktop (revision 414980) @@ -1,14 +1,13 @@ -diff -ur ../gcipher-1.0.orig/src/gcipher.desktop ./src/gcipher.desktop ---- ../gcipher-1.0.orig/src/gcipher.desktop Wed Jun 25 15:07:51 2003 -+++ ./src/gcipher.desktop Wed Jun 25 15:08:47 2003 -@@ -4,8 +4,8 @@ +--- src/gcipher.desktop.orig 2003-06-21 21:17:28 UTC ++++ src/gcipher.desktop +@@ -4,8 +4,8 @@ Comment=A simple encryption tool Name[en_US.ISO8859-15]=GCipher Comment[en_US.ISO8859-15]=A simple encryption tool Exec=gcipher -Icon=/usr/share/pixmaps/gnome-lockscreen.png +Icon=gnome-lockscreen.png Terminal=false Type=Application StartupNotify=true -Categories=GNOME;Application;Utility;X-Red-Hat-Base; +Categories=Application;Cryptography; Index: head/security/gcipher/pkg-descr =================================================================== --- head/security/gcipher/pkg-descr (revision 414979) +++ head/security/gcipher/pkg-descr (revision 414980) @@ -1,5 +1,5 @@ This is a simple encryption tool to work with home-grown encryption algorithms. It can run as either a GUI, a command-line application, or a network proxy. -WWW: http://gcipher.sourceforge.net +WWW: http://gcipher.sourceforge.net/