diff options
author | mezz <mezz@FreeBSD.org> | 2011-01-04 11:32:21 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2011-01-04 11:32:21 +0800 |
commit | 1409218a5eab2eb07e7c9291a308a1065ad3f192 (patch) | |
tree | 49cd6f5d979285c0faf13dd0abf321a704e2b878 /security | |
parent | 9e045efe47738db7983cb0197a8bf00620212141 (diff) | |
download | freebsd-ports-gnome-1409218a5eab2eb07e7c9291a308a1065ad3f192.tar.gz freebsd-ports-gnome-1409218a5eab2eb07e7c9291a308a1065ad3f192.tar.zst freebsd-ports-gnome-1409218a5eab2eb07e7c9291a308a1065ad3f192.zip |
The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.
PR: ports/153355
Discussed with: My team, FreeBSD GNOME Team
Tested by: pointyhat-exp (thanks pav!)
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/nofgpg/Makefile | 35 | ||||
-rw-r--r-- | security/nofgpg/distinfo | 3 | ||||
-rw-r--r-- | security/nofgpg/pkg-descr | 5 |
4 files changed, 0 insertions, 44 deletions
diff --git a/security/Makefile b/security/Makefile index 3022e4020050..435b778f3819 100644 --- a/security/Makefile +++ b/security/Makefile @@ -320,7 +320,6 @@ SUBDIR += nikto SUBDIR += nmap SUBDIR += nmapsi4 - SUBDIR += nofgpg SUBDIR += nsm-console SUBDIR += nss SUBDIR += ocaml-cryptgps diff --git a/security/nofgpg/Makefile b/security/nofgpg/Makefile deleted file mode 100644 index 106dbcf05755..000000000000 --- a/security/nofgpg/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: nofgpg -# Date created: Mar 15, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= nofgpg -PORTVERSION= 0.5.1 -PORTREVISION= 8 -CATEGORIES= security python -MASTER_SITES= http://www.cgabriel.org/download/nofgpg/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= No One Fears GPG - -RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 \ - ${PYTHON_SITELIBDIR}/gtk-1.2/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome - -USE_PYTHON= yes -NO_BUILD= yes - -MAN1= nofgpg.1 -PLIST_FILES= bin/nofgpg - -post-patch: - @${REINPLACE_CMD} -e "s,/usr/share,${LOCALBASE}/share,g" \ - ${WRKSRC}/nofgpg - -do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/security/nofgpg/distinfo b/security/nofgpg/distinfo deleted file mode 100644 index c2cd410fc034..000000000000 --- a/security/nofgpg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nofgpg-0.5.1.tar.gz) = 06f3433bc168d691b7e26e8829679d10 -SHA256 (nofgpg-0.5.1.tar.gz) = 137828838aac74fb59bb434768c0f06773247ab5d7da6ef739dcfccd2010c9bf -SIZE (nofgpg-0.5.1.tar.gz) = 12313 diff --git a/security/nofgpg/pkg-descr b/security/nofgpg/pkg-descr deleted file mode 100644 index 4757ed883113..000000000000 --- a/security/nofgpg/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -No One Fears GPG - -Simple GPG keyring manager. - -WWW: https://www.cgabriel.org/software/wiki/NofGpg |