remove net/gnaughty as it goes against our code of conduct

ok ajacoutot@, jasper@, mbalmer@, mlarkin@
This commit is contained in:
robert 2019-05-08 01:46:00 +00:00
parent 6e9eec1642
commit 7dcad8223b
8 changed files with 1 additions and 131 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1129 2019/05/05 06:55:06 bentley Exp $
# $OpenBSD: Makefile,v 1.1130 2019/05/08 01:46:00 robert Exp $
SUBDIR =
SUBDIR += GeoIP
@ -110,7 +110,6 @@
SUBDIR += glib2-networking
SUBDIR += gloox
SUBDIR += gmudix
SUBDIR += gnaughty
SUBDIR += gnugk
SUBDIR += go-ipfs
SUBDIR += go-net

View File

@ -1,51 +0,0 @@
# $OpenBSD: Makefile,v 1.49 2019/01/22 23:04:22 ajacoutot Exp $
COMMENT= fast and easy porn downloader
DISTNAME= gnaughty-1.2.6
CATEGORIES += net graphics biology productivity education
CATEGORIES += inputmethods benchmarks japanese geo
CATEGORIES += games multimedia
REVISION= 6
HOMEPAGE= http://gnaughty.sourceforge.net/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c cairo curl fontconfig freetype
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glade-2.0 glib-2.0
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 intl pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pthread xml2 z
MASTER_SITES= https://distfiles.nl/ \
${MASTER_SITE_SOURCEFORGE:=gnaughty/}
MODULES= devel/gconf2
LIB_DEPENDS= devel/libglade2 \
net/curl \
textproc/libxml
RUN_DEPENDS= devel/desktop-file-utils
MODGCONF2_SCHEMAS_DIR= gnaughty
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# for obvious reasons
TEST_IS_INTERACTIVE= Yes
AUTOCONF_VERSION= 2.69
AUTOMAKE_VERSION= 1.15
AUTOFUCK_ENV= ${AUTOCONF_ENV}
BUILD_DEPENDS += ${MODGNU_AUTOMAKE_DEPENDS} \
${MODGNU_AUTOCONF_DEPENDS}
do-gen:
cd ${WRKSRC} && env -i ${AUTOFUCK_ENV} autoreconf -fi
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (gnaughty-1.2.6.tar.gz) = qCQiCekayB8pjrYTFXrzWM9XeuRmWozckjkpycg0jm0=
SIZE (gnaughty-1.2.6.tar.gz) = 91475

View File

@ -1,28 +0,0 @@
$OpenBSD: patch-configure_in,v 1.2 2018/04/28 16:01:52 jasper Exp $
- fix linking with lld by explicitly requesting gthread-2.0
- clang doesn't pass -export-dynamic to ld(1), use -rdynamic to unbreak
libglade.
Index: configure.in
--- configure.in.orig
+++ configure.in
@@ -13,7 +13,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for libraries.
-PKG_CHECK_MODULES(GNAUGHTY, gtk+-2.0 >= 2.0.0 gconf-2.0 libglade-2.0)
+PKG_CHECK_MODULES(GNAUGHTY, gtk+-2.0 >= 2.0.0 gthread-2.0 gconf-2.0 libglade-2.0)
#GNAUGHTY_LIBS="${GNAUGHTY_LIBS}"
AM_GCONF_SOURCE_2
@@ -31,7 +31,8 @@ AC_SUBST(PCRE_LIBS)
AC_SUBST(GNAUGHTY_LIBS)
AC_SUBST(GNAUGHTY_CFLAGS)
-CFLAGS="$CFLAGS -Wall -export-dynamic"
+CFLAGS="$CFLAGS -Wall"
+LDFLAGS="$LDFLAGS -rdynamic"
# Checks for header files.
AC_HEADER_STDC

View File

@ -1,19 +0,0 @@
$OpenBSD: patch-src_gnaughty_c,v 1.2 2010/03/29 17:15:31 jasper Exp $
--- src/gnaughty.c.orig Mon Mar 29 19:02:41 2010
+++ src/gnaughty.c Mon Mar 29 19:06:02 2010
@@ -70,6 +70,7 @@ const gchar *porntypes[]={"Sticky Movies", \
"Amateur", \
"Potpourri", \
"Gay", \
+ "Flashers", \
"Trannie"};
const gchar *pageurls[] = {"www.sublimedirectory.com/movies", \
@@ -86,6 +87,7 @@ const gchar *pageurls[] = {"www.sublimedirectory.com/m
"www.sublimedirectory.com/amateur", \
"www.sublimedirectory.com/potpourri", \
"www.sublimedirectory.com/gay", \
+ "www.sublimedirectory.com/flashing", \
"www.sublimedirectory.com/trannie"};
GList *alllinks[NUMPORNTYPES] = {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL};

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_http_c,v 1.1 2011/07/05 08:18:30 jasper Exp $
--- src/http.c.orig Tue Jul 5 09:25:32 2011
+++ src/http.c Tue Jul 5 09:25:36 2011
@@ -21,7 +21,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston,
#include <string.h>
#include <gtk/gtk.h>
#include <curl/curl.h>
-#include <curl/types.h>
#include <curl/easy.h>
#include "http.h"
#include "callbacks.h"

View File

@ -1,5 +0,0 @@
Gnaughty is a program to automatically download adult sex content, i.e.
porn movies and pictures, from a known internet porn directory.
Providing a friendly interface, users who feel like having some porn can
have it served quickly and directly to their desktop.

View File

@ -1,13 +0,0 @@
@comment $OpenBSD: PLIST,v 1.5 2018/06/27 21:03:59 espie Exp $
@bin bin/gnaughty
share/applications/gnaughty.desktop
share/gnaughty/
share/gnaughty/glade/
share/gnaughty/glade/gnaughty.glade
share/pixmaps/
share/pixmaps/gnaughty.png
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas >/dev/null 2>&1
${SCHEMAS_INSTDIR}/
${SCHEMAS_INSTDIR}/gnaughty.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/${SCHEMAS_INSTDIR}/*.schemas >/dev/null 2>&1
@tag update-desktop-database