aboutsummaryrefslogtreecommitdiff
path: root/japanese/lynx
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-18 22:31:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-18 22:31:19 +0000
commit2e59345e928c707dbd3c249216ef21268d9bf8e1 (patch)
tree9b821ef6fd89c3731dcffc3c646fbb9e853762f6 /japanese/lynx
parent8e2b730c418394919330ab60b62bc25f8fbc051d (diff)
downloadports-2e59345e928c707dbd3c249216ef21268d9bf8e1.tar.gz
ports-2e59345e928c707dbd3c249216ef21268d9bf8e1.zip
- Delete expired japanese/lynx port: Leaves behind config file on deinstall
Notes
Notes: svn path=/head/; revision=215146
Diffstat (limited to 'japanese/lynx')
-rw-r--r--japanese/lynx/Makefile60
-rw-r--r--japanese/lynx/distinfo9
-rw-r--r--japanese/lynx/files/patch-aa37
-rw-r--r--japanese/lynx/files/patch-ab11
-rw-r--r--japanese/lynx/files/patch-ad44
-rw-r--r--japanese/lynx/pkg-descr11
-rw-r--r--japanese/lynx/pkg-plist68
7 files changed, 0 insertions, 240 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile
deleted file mode 100644
index e0ee1d99a01d..000000000000
--- a/japanese/lynx/Makefile
+++ /dev/null
@@ -1,60 +0,0 @@
-# New ports collection makefile for: ja-lynx
-# Date created: 10 August 1998
-# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= lynx
-PORTVERSION= ${VERSION}.${MINOR_VERSION:S/.//}
-CATEGORIES= japanese www
-MASTER_SITES= http://lynx.isc.org/current/
-DISTNAME= ${PORTNAME}${VERSION}${MINOR_VERSION}
-
-PATCHFILES= ${PORTNAME}${VERSION}${MINOR_VERSION}a.patch.gz \
- ${PORTNAME}${VERSION}${MINOR_VERSION}b.patch.gz
-
-PATCH_SITES= http://lynx.isc.org/current/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A terminal-based World-Wide Web Client with multi-byte modification
-
-BROKEN= Leaves behind config file on deinstall
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2007-07-01
-
-WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g}
-
-VERSION= 2.8.4
-MINOR_VERSION= rel.1
-
-USE_BZIP2?= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --with-screen=ncurses --with-zlib \
- --libdir="${PREFIX}/${L_ETCDIR}" \
- --enable-nsl-fork --enable-defaults-colors --enable-prettysrc \
- --enable-persistent-cookies --enable-gzip-help \
- --enable-cjk
-MAKEFILE= makefile
-MAKE_ARGS= DOCDIR=${PREFIX}/${L_DOCDIR} HELPDIR=${PREFIX}/${L_HELPDIR}
-PLIST_SUB= DOCDIR=${L_DOCDIR} HELPDIR=${L_HELPDIR} \
- HELPFILE_SUFFIX=${HELPFILE_SUFFIX}
-INSTALL_TARGET= install install-help
-MAN1= lynx.1
-
-RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \
- zip:${PORTSDIR}/archivers/zip
-
-L_ETCDIR= etc
-L_DOCDIR= share/doc/lynx
-L_HELPDIR= share/lynx_help
-HELPFILE_SUFFIX= .gz
-
-post-install:
-.if !defined(NOPORTDOCS)
- @(cd ${WRKSRC} ; make install-doc)
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${L_DOCDIR}
-.endif
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/${L_HELPDIR}
-
-.include <bsd.port.mk>
diff --git a/japanese/lynx/distinfo b/japanese/lynx/distinfo
deleted file mode 100644
index 56ca3434c3fe..000000000000
--- a/japanese/lynx/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-MD5 (lynx2.8.4rel.1.tar.bz2) = 6916c0127839f1e454052b683e4691c4
-SHA256 (lynx2.8.4rel.1.tar.bz2) = 99e72086198f271cb5169f965116453ee2b38d9aea321193f3178e785d06eb1e
-SIZE (lynx2.8.4rel.1.tar.bz2) = 1940531
-MD5 (lynx2.8.4rel.1a.patch.gz) = 84a00365afe757edabdb55cb6d73e10d
-SHA256 (lynx2.8.4rel.1a.patch.gz) = 2abb4b8cdc029fa803dd0c332704a99b1a669b34497054173557a01f157a3982
-SIZE (lynx2.8.4rel.1a.patch.gz) = 3065
-MD5 (lynx2.8.4rel.1b.patch.gz) = 34e2c40e93c412e792a7989f30619662
-SHA256 (lynx2.8.4rel.1b.patch.gz) = 3aff513ec8b57c8e3d0cd1b19013cb36e9086bcdc7d226db47b8789cbc70c663
-SIZE (lynx2.8.4rel.1b.patch.gz) = 3475
diff --git a/japanese/lynx/files/patch-aa b/japanese/lynx/files/patch-aa
deleted file mode 100644
index dc95a3ad57f9..000000000000
--- a/japanese/lynx/files/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
---- makefile.in.orig Fri May 28 23:04:01 1999
-+++ makefile.in Sun Jul 4 17:13:39 1999
-@@ -50,11 +50,11 @@
- LIBDIR= $(DESTDIR)$(libdir)
-
- ## Where you want the doc-files installed
--docdir= @libdir@/lynx_doc
-+docdir= @datadir@/doc/lynx
- DOCDIR= $(DESTDIR)$(docdir)
-
- ## Where you want the help-files installed
--helpdir= @libdir@/lynx_help
-+helpdir= $(prefix)/share/lynx_help
- HELPDIR= $(DESTDIR)$(helpdir)
-
- ##set the relative location of the WWW library Implementation directory,
-@@ -358,10 +358,9 @@
- -rm -f $(HELPDIR)/help_files.sed
- @echo Updating $(libdir)/lynx.cfg
- $(SHELL) -c 'if test -f $(LIBDIR)/lynx.cfg ; then \
-- mv $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.tmp ; \
-- else \
-- cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp ; \
-+ mv -f $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.oldcfg ; \
- fi'
-+ cp $(srcdir)/lynx.cfg $(LIBDIR)/lynx.tmp
- @echo Updating $(libdir)/lynx.cfg to point to installed help-files
- @ECHO_CC@sed -e '/^HELPFILE:http/s@^@#@' \
- -e '/^#HELPFILE:file/s@#@@' \
-@@ -371,6 +370,7 @@
- -e '/^HELPFILE:file/s@$(COMPRESS_EXT)$(COMPRESS_EXT)$$@$(COMPRESS_EXT)@' \
- $(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg
- chmod 644 $(LIBDIR)/lynx.cfg
-+ cp -p $(LIBDIR)/lynx.cfg $(LIBDIR)/lynx.cfg.sample
- -rm -f $(LIBDIR)/lynx.tmp
- $(INSTALL_DATA) $(srcdir)/COPYHEADER $(DOCDIR)/COPYHEADER
- $(INSTALL_DATA) $(srcdir)/COPYING $(DOCDIR)/COPYING
diff --git a/japanese/lynx/files/patch-ab b/japanese/lynx/files/patch-ab
deleted file mode 100644
index 936670b8ea72..000000000000
--- a/japanese/lynx/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- userdefs.h.bak Fri Jun 23 19:15:08 2000
-+++ userdefs.h Mon Jan 15 22:30:35 2001
-@@ -361,7 +361,7 @@
- * not necessarily try a different filename when they are called, making it
- * impossible to rename the file. Others make world-writable files.
- */
--/*#define USE_MKSTEMP */
-+#define USE_MKSTEMP
-
- /********************************
- * Comment this line out to let the user enter his/her email address
diff --git a/japanese/lynx/files/patch-ad b/japanese/lynx/files/patch-ad
deleted file mode 100644
index 8ccd7b215bd3..000000000000
--- a/japanese/lynx/files/patch-ad
+++ /dev/null
@@ -1,44 +0,0 @@
---- src/LYHistory.c.orig Sat Apr 1 09:33:40 2000
-+++ src/LYHistory.c Thu Jul 13 17:43:32 2000
-@@ -528,6 +528,20 @@
- } else {
- StrAllocCopy(Title, NO_TITLE);
- }
-+ if (HTCJK == JAPANESE) {
-+ char *tmp;
-+
-+ if ((tmp = (char *)calloc(strlen(Title)*2, sizeof(char *))) == NULL)
-+ outofmem(__FILE__, "showhistory");
-+ *tmp = '\0';
-+ if (kanji_code == EUC) {
-+ TO_EUC(Title, tmp);
-+ } else if (kanji_code == SJIS) {
-+ TO_SJIS(Title, tmp);
-+ }
-+ if (*tmp) StrAllocCopy(Title, tmp);
-+ FREE(tmp);
-+ }
- fprintf(fp0,
- "%s<em>%d</em>. <tab id=t%d><a href=\"LYNXHIST:%d\">%s</a>\n",
- (x > 99 ? "" : x < 10 ? " " : " "),
-@@ -765,6 +779,20 @@
- StrAllocCopy(Title , NO_TITLE);
- } else {
- StrAllocCopy(Title , NO_TITLE);
-+ }
-+ if (HTCJK == JAPANESE) {
-+ char *tmp;
-+
-+ if ((tmp = (char *)calloc(strlen(Title)*2, sizeof(char *))) == NULL)
-+ outofmem(__FILE__, "LYShowVisitedLinks");
-+ *tmp = '\0';
-+ if (kanji_code == EUC) {
-+ TO_EUC(Title, tmp);
-+ } else if (kanji_code == SJIS) {
-+ TO_SJIS(Title, tmp);
-+ }
-+ if (*tmp) StrAllocCopy(Title, tmp);
-+ FREE(tmp);
- }
- if (vl->address != NULL && *vl->address != '\0') {
- StrAllocCopy(Address, vl->address);
diff --git a/japanese/lynx/pkg-descr b/japanese/lynx/pkg-descr
deleted file mode 100644
index b88931f8f8e7..000000000000
--- a/japanese/lynx/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-lynx is a program which allows a user to access World-Wide Web servers
-and other information servers. It uses only ascii representation so
-that it can be used from ascii-terminals and dialin-lines.
-
-And this package is modified for multi-byte.
-Modified point is following:
- . History and VisitedLinks
- . Editing to FORM TEXTFIELD and TEXTAREA
- . Bookmark
-
---- Porting by shige@FreeBSD.ORG
diff --git a/japanese/lynx/pkg-plist b/japanese/lynx/pkg-plist
deleted file mode 100644
index e853bd976a6c..000000000000
--- a/japanese/lynx/pkg-plist
+++ /dev/null
@@ -1,68 +0,0 @@
-bin/lynx
-etc/lynx.cfg.sample
-@exec test -f %B/lynx.cfg && mv -f %B/lynx.cfg %B/lynx.oldcfg
-@exec cp -f %D/%F %B/lynx.cfg
-@unexec rm -f %B/lynx.cfg
-@unexec test -f %B/lynx.oldcfg && mv -f %B/lynx.oldcfg %B/lynx.cfg
-%%HELPDIR%%/COPYHEADER
-%%HELPDIR%%/COPYING
-%%HELPDIR%%/Lynx_users_guide.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/about_lynx.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/alt_edit_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/bashlike_edit_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/bookmark_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/cookie_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/dired_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/edit_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/environments.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/follow_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/gopher_types_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/history_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/keystroke_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/movement_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/option_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/other_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/print_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/scrolling_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/test_display.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/visited_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/keystrokes/xterm_help.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/lynx-dev.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/lynx_help_main.html%%HELPFILE_SUFFIX%%
-%%HELPDIR%%/lynx_url_support.html%%HELPFILE_SUFFIX%%
-%%PORTDOCS%%%%DOCDIR%%/CHANGES
-%%PORTDOCS%%%%DOCDIR%%/CHANGES.orig
-%%PORTDOCS%%%%DOCDIR%%/COPYHEADER
-%%PORTDOCS%%%%DOCDIR%%/COPYING
-%%PORTDOCS%%%%DOCDIR%%/PROBLEMS
-%%PORTDOCS%%%%DOCDIR%%/README
-%%PORTDOCS%%%%DOCDIR%%/samples/blue-background.lss
-%%PORTDOCS%%%%DOCDIR%%/samples/bright-blue.lss
-%%PORTDOCS%%%%DOCDIR%%/samples/cernrules.txt
-%%PORTDOCS%%%%DOCDIR%%/samples/installdirs.html
-%%PORTDOCS%%%%DOCDIR%%/samples/jumpsUnix.html
-%%PORTDOCS%%%%DOCDIR%%/samples/jumpsVMS.html
-%%PORTDOCS%%%%DOCDIR%%/samples/lynx-keymaps
-%%PORTDOCS%%%%DOCDIR%%/samples/lynx.com
-%%PORTDOCS%%%%DOCDIR%%/samples/lynx.lss
-%%PORTDOCS%%%%DOCDIR%%/samples/mailcap
-%%PORTDOCS%%%%DOCDIR%%/samples/mailto-form.pl
-%%PORTDOCS%%%%DOCDIR%%/samples/mild-colors.lss
-%%PORTDOCS%%%%DOCDIR%%/samples/mime.types
-%%PORTDOCS%%%%DOCDIR%%/test/ALT88592.html
-%%PORTDOCS%%%%DOCDIR%%/test/ISO_LATIN1_test.html
-%%PORTDOCS%%%%DOCDIR%%/test/README.txt
-%%PORTDOCS%%%%DOCDIR%%/test/TestComment.html
-%%PORTDOCS%%%%DOCDIR%%/test/c1.html
-%%PORTDOCS%%%%DOCDIR%%/test/iso8859-1.html
-%%PORTDOCS%%%%DOCDIR%%/test/iso88592.html
-%%PORTDOCS%%%%DOCDIR%%/test/raw8bit.html
-%%PORTDOCS%%%%DOCDIR%%/test/sgml.html
-%%PORTDOCS%%%%DOCDIR%%/test/spaces.html
-%%PORTDOCS%%%%DOCDIR%%/test/tabtest.html
-%%PORTDOCS%%%%DOCDIR%%/test/unicode.html
-%%PORTDOCS%%@dirrm %%DOCDIR%%/test
-%%PORTDOCS%%@dirrm %%DOCDIR%%/samples
-%%PORTDOCS%%@dirrm %%DOCDIR%%
-@dirrm %%HELPDIR%%/keystrokes
-@dirrm %%HELPDIR%%