diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/jd/Makefile | 42 | ||||
-rw-r--r-- | japanese/jd/distinfo | 2 | ||||
-rw-r--r-- | japanese/jd/files/patch-configure.ac | 11 | ||||
-rw-r--r-- | japanese/jd/pkg-descr | 3 |
6 files changed, 1 insertions, 59 deletions
@@ -9578,3 +9578,4 @@ net-mgmt/nagios-check_bacula5|net-mgmt/nagios-check_bacula|2017-10-05|Has expire sysutils/bacula5-docs|sysutils/bacula-docs|2017-10-05|Has expired: No upstream commits since 2013. Use sysutils/bacula-docs editors/vanubi||2017-10-07|Has expired: Vanubi is no longer actively maintained converters/py-bencode|converters/py-bencode.py|2017-10-07|Switch to a fork that supports both python2 and python3 +japanese/jd||2017-10-08|Does not build and 2ch.net API has changed, so would not work anyway diff --git a/japanese/Makefile b/japanese/Makefile index 8a45fd5daa82..01484b984a4b 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -124,7 +124,6 @@ SUBDIR += japaneseAFM SUBDIR += jargon-fpw SUBDIR += jcode.pl - SUBDIR += jd SUBDIR += jed SUBDIR += jishyo SUBDIR += jls diff --git a/japanese/jd/Makefile b/japanese/jd/Makefile deleted file mode 100644 index 158c9bacd5ac..000000000000 --- a/japanese/jd/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Takashi Kato <townwear@gmail.com> -# $FreeBSD$ - -PORTNAME= jd -PORTVERSION= 2.8.9 -DISTVERSIONSUFFIX= -150226 -PORTREVISION= 1 -CATEGORIES= japanese www -MASTER_SITES= SFJP/jd4linux/62877 - -MAINTAINER= townwear@gmail.com -COMMENT= 2ch browser - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= fails to build - -LIB_DEPENDS= libgnutls.so:security/gnutls \ - libgcrypt.so:security/libgcrypt - -USES= autoreconf iconv:translit libtool tar:tgz -USE_GNOME= gtk20 gtkmm24 libgnomeui - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-sessionlib=gnomeui -LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} - -OPTIONS_DEFINE= ONIGURUMA PANGOLAYOUT -ONIGURUMA_DESC= Use oniguruma regular expressions library -PANGOLAYOUT_DESC= Use PANGOLayout instead of PangoGlyphString - -ONIGURUMA_CONFIGURE_WITH= oniguruma -ONIGURUMA_LIB_DEPENDS= libonig.so:devel/oniguruma5 - -PANGOLAYOUT_CONFIGURE_WITH= pangolayout - -PLIST_FILES= bin/jd \ - share/applications/jd.desktop \ - share/pixmaps/jd.png - -.include <bsd.port.mk> diff --git a/japanese/jd/distinfo b/japanese/jd/distinfo deleted file mode 100644 index 011237de66b4..000000000000 --- a/japanese/jd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jd-2.8.9-150226.tgz) = f011665d3b2ed6c3b41e28ee3029e511ea248faad142b1a32a89faf1dd5eeb7d -SIZE (jd-2.8.9-150226.tgz) = 770110 diff --git a/japanese/jd/files/patch-configure.ac b/japanese/jd/files/patch-configure.ac deleted file mode 100644 index ba33e83222ef..000000000000 --- a/japanese/jd/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2013-02-10 11:38:45 UTC -+++ configure.ac -@@ -30,7 +30,7 @@ dnl - case "${host_os}" in - freebsd*) - echo "os = freebsd" -- AC_DEFINE(ICONV_CONST, const, "iconv_const") -+ AC_DEFINE(ICONV_CONST, , "iconv_const") - AC_DEFINE(USE_MKTIME, , "use mktime") - ;; - solaris*) diff --git a/japanese/jd/pkg-descr b/japanese/jd/pkg-descr deleted file mode 100644 index ae4a347a13c0..000000000000 --- a/japanese/jd/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -jd - a 2ch browser - -WWW: http://jd4linux.sourceforge.jp/ |