aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-02-06 09:01:03 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-02-06 09:01:03 +0000
commit0913d68d1703ff114b6823e98200fa22b5948f78 (patch)
tree7382553608a6398bdedf55d7ed567a1f0d0e60ac /japanese
parent1e29f08d0bb6ba2a703a4146dd83fb7ee2fab0fe (diff)
downloadports-0913d68d1703ff114b6823e98200fa22b5948f78.tar.gz
ports-0913d68d1703ff114b6823e98200fa22b5948f78.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/gn-gnspool/Makefile53
-rw-r--r--japanese/gn-gnspool/distinfo2
-rw-r--r--japanese/gn-gnspool/files/Changes.FreeBSD.port17
-rw-r--r--japanese/gn-gnspool/files/Makefile.patch65
-rw-r--r--japanese/gn-gnspool/files/_gnrc11
-rw-r--r--japanese/gn-gnspool/files/patch-aa13
-rw-r--r--japanese/gn-gnspool/files/patch-client.c11
-rw-r--r--japanese/gn-gnspool/files/site.def.in31
-rw-r--r--japanese/gn-gnspool/pkg-descr17
-rw-r--r--japanese/gn-gnspool/pkg-message6
-rw-r--r--japanese/gn-gnspool/pkg-plist86
12 files changed, 0 insertions, 313 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 032142c778a9..3c66cdcbfe4f 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -90,7 +90,6 @@
SUBDIR += gd
SUBDIR += ghostscript-gnu-jpnfont
SUBDIR += gicq
- SUBDIR += gn-gnspool
SUBDIR += gnome
SUBDIR += gnomelibs
SUBDIR += gorua
diff --git a/japanese/gn-gnspool/Makefile b/japanese/gn-gnspool/Makefile
deleted file mode 100644
index 49f2b6a195c8..000000000000
--- a/japanese/gn-gnspool/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: gn(Gon's Newsreader with gnspool)
-# Date created: 14 Feb. 1997
-# Whom: Kiroh HARADA <kiroh@kh.rim.or.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gn-gnspool
-PORTVERSION= 1.40
-CATEGORIES= japanese news
-MASTER_SITES= ftp://ftp.omronsoft.co.jp/pub/misc/gn/
-DISTNAME= gn-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple Japanese Newsreader with Local Spool Support
-
-BROKEN= "Unfetchable"
-DEPRECATED= "${BROKEN}"
-EXPIRATION_DATE=2006-01-26
-
-# The program ``configure'' sometimes issue questions and
-# batch-mode build would fail.
-IS_INTERACTIVE= yes
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
-pre-configure:
- @${CP} ${WRKDIR}/${DISTNAME}/mkfiles/unix/common ${WRKSRC}/Makefile
- @${PATCH} -d ${WRKSRC} < ${FILESDIR}/Makefile.patch
- @${SED} s+@PREFIX@+${PREFIX}+ ${FILESDIR}/site.def.in \
- > ${WRKSRC}/site.def
- @(cd ${WRKSRC}; ${MAKE} configur)
-
-do-configure:
- @(cd ${WRKSRC}; yes | ./configur)
-
-post-install:
-.for f in gn gnspool gninews gnmail
- @strip ${PREFIX}/bin/$f
-.endfor
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/gn-gnspool
- @${CP} -R ${WRKDIR}/${DISTNAME}/docs.jp/* ${PREFIX}/share/doc/gn-gnspool
- @${CP} ${FILESDIR}/Changes.FreeBSD.port ${PREFIX}/share/doc/gn-gnspool
-.endif
-.if !defined(NOMANCOMPRESS)
- @${GZIP_CMD} ${PREFIX}/man/ja/cat1/gn.1 \
- ${PREFIX}/man/ja/cat1/gnspool.1 ${PREFIX}/man/ja/cat1/gnloops.1
-.endif
- @${MKDIR} ${PREFIX}/share/examples/gn-gnspool
- @${CP} ${FILESDIR}/_gnrc ${PREFIX}/share/examples/gn-gnspool
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/japanese/gn-gnspool/distinfo b/japanese/gn-gnspool/distinfo
deleted file mode 100644
index 64fe5e20ad7f..000000000000
--- a/japanese/gn-gnspool/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (gn-1.40.tar.gz) = e0c350dab71fa7d78ad9fa08f68ada65
-SIZE (gn-1.40.tar.gz) = 281489
diff --git a/japanese/gn-gnspool/files/Changes.FreeBSD.port b/japanese/gn-gnspool/files/Changes.FreeBSD.port
deleted file mode 100644
index 57241172aa07..000000000000
--- a/japanese/gn-gnspool/files/Changes.FreeBSD.port
+++ /dev/null
@@ -1,17 +0,0 @@
-This file describes changes of gn-1.35 FreeBSD port from the original source
-distribution.
-
-1. src/smtp.c is patched to prevent multiple "HELO" problem with
- sendmail 8.8.5 or higher. This patch is copyrighted by
- yamasita@omronsoft.co.jp
-
-2. mkfiles/unix/freebsd is patched to:
- Include gninews and gnmail,
- Chnage MANDIR to man/ja/cat1
-
-3. NEWSSPOOL is changed to /var/spool/gnspool. See site.def for detail.
-
-4. Sample .gnrc is attached.
-
-Kiroh HARADA <kiroh@kh.rim.or.jp>
-
diff --git a/japanese/gn-gnspool/files/Makefile.patch b/japanese/gn-gnspool/files/Makefile.patch
deleted file mode 100644
index 65c45dad2011..000000000000
--- a/japanese/gn-gnspool/files/Makefile.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-*** Makefile.orig Fri Jan 30 00:12:32 1998
---- Makefile Sat Jun 20 07:05:19 1998
-***************
-*** 12,23 ****
- LINES = 24
- COLUMNS = 80
-
-! BINDIR = /usr/local/bin
-! MANDIR = /usr/local/man/man1
- MANEXT = .1
-
-! NEWSSPOOL = /usr/spool/news
-! NEWSLIB = /usr/lib/news
-
- NEWSRC = .newsrc
- SIGNATURE = .signature
---- 12,23 ----
- LINES = 24
- COLUMNS = 80
-
-! BINDIR = ${PREFIX}/bin
-! MANDIR = ${PREFIX}/man/ja/cat1
- MANEXT = .1
-
-! NEWSSPOOL = /var/spool/gnspool
-! NEWSLIB = ${PREFIX}/news/lib
-
- NEWSRC = .newsrc
- SIGNATURE = .signature
-***************
-*** 30,36 ****
- MAILER = /usr/lib/sendmail -t
-
- CC = cc
-! OPTCFLAGS = -O
- OPTGNOBJS =
- OPTGNSPOOLOBJS =
- OPTLFLAGS =
---- 30,36 ----
- MAILER = /usr/lib/sendmail -t
-
- CC = cc
-! OPTCFLAGS = -UHAS_MALLOC_H
- OPTGNOBJS =
- OPTGNSPOOLOBJS =
- OPTLFLAGS =
-***************
-*** 38,44 ****
-
- SHELL = /bin/sh
- DEFINES = -DUNIX
-! HEADER_DEFINES =
- CFLAGS = $(DEFINES) $(HEADER_DEFINES) $(OPTCFLAGS)
- LFLAGS = $(OPTLFLAGS)
- LIBS = $(OPTLIBS)
---- 38,46 ----
-
- SHELL = /bin/sh
- DEFINES = -DUNIX
-! HEADER_DEFINES = -DHAS_STRING_H -DHAS_STDLIB_H -DHAS_MALLOC_H -DHAS_UNISTD_H \
-! -DHAS_NETDB_H -DHAS_SYS_IOCTL_H -DHAS_SYS_SOCKET_H -DHAS_NETINET_IN_H \
-! -DHAS_ARPA_INET_H
- CFLAGS = $(DEFINES) $(HEADER_DEFINES) $(OPTCFLAGS)
- LFLAGS = $(OPTLFLAGS)
- LIBS = $(OPTLIBS)
diff --git a/japanese/gn-gnspool/files/_gnrc b/japanese/gn-gnspool/files/_gnrc
deleted file mode 100644
index 7992bc93108d..000000000000
--- a/japanese/gn-gnspool/files/_gnrc
+++ /dev/null
@@ -1,11 +0,0 @@
-DOMAINNAME your-domainname
-NNTPSERVER your-nntp-server
-SMTPSERVER your-smtp-server
-ORGANIZATION your-organization
-PAGER your-pager
-EDITOR your-editor
-NEWSSPOOL ~/gnspool
-NEWSLIB ~/gnspool/lib
-#WITH_GNSPOOL ON
-#UNSUBSCRIBE alt, comp
-
diff --git a/japanese/gn-gnspool/files/patch-aa b/japanese/gn-gnspool/files/patch-aa
deleted file mode 100644
index 1a3b9046afb5..000000000000
--- a/japanese/gn-gnspool/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- key.c.orig Tue Apr 1 17:44:50 1997
-+++ key.c Wed Feb 4 16:11:02 1998
-@@ -47,6 +47,10 @@
- # define exit(n) Exit(n)
- #endif /* UNIX */
-
-+#ifdef __FreeBSD__
-+# include <sgtty.h>
-+#endif /* __FreeBSD__ */
-+
- #include "nntp.h"
- #include "gn.h"
-
diff --git a/japanese/gn-gnspool/files/patch-client.c b/japanese/gn-gnspool/files/patch-client.c
deleted file mode 100644
index d4463734c04d..000000000000
--- a/japanese/gn-gnspool/files/patch-client.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- client.c.orig Sat May 2 11:11:26 1998
-+++ client.c Sat May 3 20:13:18 2003
-@@ -718,7 +718,7 @@
- # ifndef ESPX
- # ifndef WIN32
- # ifndef linux
-- unsigned long inet_addr();
-+ in_addr_t inet_addr();
- # endif /* (!linux) */
- # endif /* (!WIN32) */
- # endif /* (!ESPX) */
diff --git a/japanese/gn-gnspool/files/site.def.in b/japanese/gn-gnspool/files/site.def.in
deleted file mode 100644
index 0698d1521876..000000000000
--- a/japanese/gn-gnspool/files/site.def.in
+++ /dev/null
@@ -1,31 +0,0 @@
-BINDIR = @PREFIX@/bin
-MANDIR = @PREFIX@/man/ja/cat1
-MANEXT = .1
-CC = cc
-OPTCFLAGS = -UHAS_MALLOC_H
-OPTGNOBJS =
-OPTGNSPOOLOBJS =
-OPTLFLAGS =
-OPTLIBS =
-NEWSSPOOL = /var/spool/gnspool
-NEWSLIB = @PREFIX@/news/lib
-MAIL_KANJI_CODE = JIS
-PROCESS_KANJI_CODE = EUC
-FILE_KANJI_CODE = EUC
-DISPLAY_KANJI_CODE = EUC
-LINES = 24
-COLUMNS = 80
-MAILER = /usr/sbin/sendmail -t
-NNTPSERVER = your-nntpserver
-SMTPSERVER = your-smtp-server
-DOMAINNAME = your-domain-name
-GENERICFROM = 1
-ORGANIZATION = your-organization
-NEWSRC = .newsrc
-SIGNATURE = .signature
-AUTHORCOPY = author_copy
-SAVEDIR = ~/News
-TMPDIR = /tmp
-PAGER = less
-RETURN_AFTER_PAGER = 0
-EDITOR = vi
diff --git a/japanese/gn-gnspool/pkg-descr b/japanese/gn-gnspool/pkg-descr
deleted file mode 100644
index 3bf5ae1fca11..000000000000
--- a/japanese/gn-gnspool/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-This is gn-1.35, a simple newsreader with local spooling support.
-
-gn is a small newsreader with NNTP support.
-It is especially designed for beginners with easy-to-understand interface.
-
-The attached utility "gnspool" makes gn different from other newsreaders.
-gnspool fetches news articles from a NNTP server and stores them locally.
-You can read, follow and reply to the articles when you are not connected.
-gnspool stores replied/followed messages also, and post them in the next
-connection. This feature is greatly useful to save your connection fee.
-gnspool feature is available to other newsreaders like mnews or gnus also.
-
-Commercial Distribution of this software needs prior permission from
-the author. Walnut Creek CDROM is granted to include this software
-into FreeBSD CDROMs.
-
-- Kiroh HARADA
diff --git a/japanese/gn-gnspool/pkg-message b/japanese/gn-gnspool/pkg-message
deleted file mode 100644
index 0bd3523b9ca7..000000000000
--- a/japanese/gn-gnspool/pkg-message
+++ /dev/null
@@ -1,6 +0,0 @@
-****************************************************************************
-Copy /usr/local/share/examples/gn-gnspool/_gnrc to ~/.gnrc and specify your
-domain name, server name and other user specific information.
-
-Documentation is available in /usr/local/share/doc/gn-gnspool/.
-****************************************************************************
diff --git a/japanese/gn-gnspool/pkg-plist b/japanese/gn-gnspool/pkg-plist
deleted file mode 100644
index 68bc00e31648..000000000000
--- a/japanese/gn-gnspool/pkg-plist
+++ /dev/null
@@ -1,86 +0,0 @@
-bin/gn
-bin/gnspool
-bin/gnloops
-bin/gninews
-bin/gnmail
-man/ja/cat1/gn.1.gz
-man/ja/cat1/gnspool.1.gz
-man/ja/cat1/gnloops.1.gz
-share/examples/gn-gnspool/_gnrc
-share/doc/gn-gnspool/Changes.FreeBSD.port
-share/doc/gn-gnspool/bin-dist
-share/doc/gn-gnspool/change.log
-share/doc/gn-gnspool/copyrigh.t
-share/doc/gn-gnspool/define
-share/doc/gn-gnspool/history
-share/doc/gn-gnspool/info
-share/doc/gn-gnspool/install
-share/doc/gn-gnspool/jnames
-share/doc/gn-gnspool/mime
-share/doc/gn-gnspool/new
-share/doc/gn-gnspool/readme
-share/doc/gn-gnspool/wanted
-share/doc/gn-gnspool/dos/etherppp
-share/doc/gn-gnspool/dos/inetbios
-share/doc/gn-gnspool/dos/lanwp
-share/doc/gn-gnspool/dos/packet
-share/doc/gn-gnspool/dos/pathway
-share/doc/gn-gnspool/dos/pc-nfs
-share/doc/gn-gnspool/dos/pctcp4
-share/doc/gn-gnspool/dos/readme
-share/doc/gn-gnspool/dos/slimtcp
-share/doc/gn-gnspool/faq/about
-share/doc/gn-gnspool/faq/customiz
-share/doc/gn-gnspool/faq/dir_file
-share/doc/gn-gnspool/faq/dos
-share/doc/gn-gnspool/faq/env
-share/doc/gn-gnspool/faq/gnspool
-share/doc/gn-gnspool/faq/howtoget
-share/doc/gn-gnspool/faq/index
-share/doc/gn-gnspool/faq/newsrc
-share/doc/gn-gnspool/faq/old
-share/doc/gn-gnspool/faq/unix
-
-share/doc/gn-gnspool/gnloops/readme
-share/doc/gn-gnspool/gnspool/gnus
-share/doc/gn-gnspool/gnspool/mh
-share/doc/gn-gnspool/gnspool/mnews
-share/doc/gn-gnspool/gnspool/readme
-share/doc/gn-gnspool/gnspool/winvn
-share/doc/gn-gnspool/gon/1993
-share/doc/gn-gnspool/gon/1995
-share/doc/gn-gnspool/gon/1996_1
-share/doc/gn-gnspool/gon/1996_5
-share/doc/gn-gnspool/gon/1997_4
-share/doc/gn-gnspool/gon/1997_8
-share/doc/gn-gnspool/gon/readme
-share/doc/gn-gnspool/human68k/espx
-share/doc/gn-gnspool/human68k/offline
-share/doc/gn-gnspool/human68k/readme
-share/doc/gn-gnspool/log/100-110
-share/doc/gn-gnspool/log/110-120
-share/doc/gn-gnspool/log/120-130
-share/doc/gn-gnspool/os2/mime
-share/doc/gn-gnspool/os2/readme
-share/doc/gn-gnspool/os2/spool
-share/doc/gn-gnspool/os2/tcpip16
-share/doc/gn-gnspool/os2/tcpip32
-share/doc/gn-gnspool/unix/mvux
-share/doc/gn-gnspool/unix/readme
-share/doc/gn-gnspool/windows.31/readme
-share/doc/gn-gnspool/windows.31/winsock.qw
-share/doc/gn-gnspool/windows.31/winsock.vc
-share/doc/gn-gnspool/windows.95/readme
-share/doc/gn-gnspool/windows.95/winsock.vc
-@dirrm share/examples/gn-gnspool
-@dirrm share/doc/gn-gnspool/dos
-@dirrm share/doc/gn-gnspool/faq
-@dirrm share/doc/gn-gnspool/gnloops
-@dirrm share/doc/gn-gnspool/gnspool
-@dirrm share/doc/gn-gnspool/gon
-@dirrm share/doc/gn-gnspool/human68k
-@dirrm share/doc/gn-gnspool/log
-@dirrm share/doc/gn-gnspool/os2
-@dirrm share/doc/gn-gnspool/unix
-@dirrm share/doc/gn-gnspool/windows.31
-@dirrm share/doc/gn-gnspool/windows.95