aboutsummaryrefslogtreecommitdiff
path: root/japanese/less
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/less')
-rw-r--r--japanese/less/Makefile22
-rw-r--r--japanese/less/distinfo2
-rw-r--r--japanese/less/files/patch-aa11
-rw-r--r--japanese/less/files/patch-ab43
-rw-r--r--japanese/less/pkg-comment1
-rw-r--r--japanese/less/pkg-descr8
-rw-r--r--japanese/less/pkg-plist6
7 files changed, 0 insertions, 93 deletions
diff --git a/japanese/less/Makefile b/japanese/less/Makefile
deleted file mode 100644
index 9199aff40845..000000000000
--- a/japanese/less/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: jless
-# Version required: 290
-# Date created: 7 March 1995
-# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
-#
-# $Id: Makefile,v 1.5 1995/04/07 05:48:08 asami Exp $
-#
-
-DISTNAME= less-290
-PKGNAME= jp-less-290
-CATEGORIES+= japanese
-MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/misc/less/
-
-PATCH_SITES= ftp://ftp.aist-nara.ac.jp/pub/misc/less/
-PATCHFILES= less-290-iso2.pl1.gz
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= asami@FreeBSD.ORG
-
-HAS_CONFIGURE= yes
-
-.include <bsd.port.mk>
diff --git a/japanese/less/distinfo b/japanese/less/distinfo
deleted file mode 100644
index 7e01332344ac..000000000000
--- a/japanese/less/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (less-290.tar.gz) = 0303ae0f5df0a6de5fca674f507588ee
-MD5 (less-290-iso2.pl1.gz) = 3ad92c7defa94eb19c58c79f23c92b0f
diff --git a/japanese/less/files/patch-aa b/japanese/less/files/patch-aa
deleted file mode 100644
index 8e639d73c558..000000000000
--- a/japanese/less/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Wed Apr 19 18:27:08 1995
-+++ Makefile.in Wed Apr 19 18:27:12 1995
-@@ -80,6 +80,8 @@
- ${INSTALL_DATA} ${srcdir}/less.hlp ${datadir}/less.hlp
- ${INSTALL_DATA} ${srcdir}/less.nro ${mandir}/${manprefix}less.${manext}
- ${INSTALL_DATA} ${srcdir}/lesskey.nro ${mandir}/${manprefix}lesskey.${manext}
-+ rm -f ${mandir}/${manprefix}less.${manext}.gz ${mandir}/${manprefix}lesskey.${manext}.gz
-+ gzip ${mandir}/${manprefix}less.${manext} ${mandir}/${manprefix}lesskey.${manext}
-
- installdirs: mkinstalldirs
- ${srcdir}/mkinstalldirs ${bindir} ${datadir} ${mandir}
diff --git a/japanese/less/files/patch-ab b/japanese/less/files/patch-ab
deleted file mode 100644
index c6386962c40e..000000000000
--- a/japanese/less/files/patch-ab
+++ /dev/null
@@ -1,43 +0,0 @@
---- Makefile.in-orig Wed Apr 19 18:36:52 1995
-+++ Makefile.in Wed Apr 19 18:38:09 1995
-@@ -22,14 +22,14 @@
-
- # Where the installed binary goes.
- bindir = ${exec_prefix}/bin
--binprefix =
-+binprefix = j
-
- # Where the help file goes.
- datadir = ${prefix}/share
-
- mandir = ${prefix}/man/man${manext}
- manext = 1
--manprefix =
-+manprefix = j
-
- #### End of system configuration section. ####
-
-@@ -72,12 +72,12 @@
- ${OBJ}: less.h defines.h funcs.h
-
- filename.${O}: filename.c
-- ${CC} -c -DHELPFILE=\"${datadir}/less.hlp\" -I. ${CPPFLAGS} ${CFLAGS} ${srcdir}/filename.c
-+ ${CC} -c -DHELPFILE=\"${datadir}/jless.hlp\" -I. ${CPPFLAGS} ${CFLAGS} ${srcdir}/filename.c
-
- install: all less.hlp less.nro installdirs
- ${INSTALL_PROGRAM} less ${bindir}/${binprefix}less
- ${INSTALL_PROGRAM} lesskey ${bindir}/${binprefix}lesskey
-- ${INSTALL_DATA} ${srcdir}/less.hlp ${datadir}/less.hlp
-+ ${INSTALL_DATA} ${srcdir}/less.hlp ${datadir}/jless.hlp
- ${INSTALL_DATA} ${srcdir}/less.nro ${mandir}/${manprefix}less.${manext}
- ${INSTALL_DATA} ${srcdir}/lesskey.nro ${mandir}/${manprefix}lesskey.${manext}
- rm -f ${mandir}/${manprefix}less.${manext}.gz ${mandir}/${manprefix}lesskey.${manext}.gz
-@@ -88,7 +88,7 @@
-
- uninstall:
- rm -f ${bindir}/${binprefix}less ${bindir}/${binprefix}lesskey
-- rm -f ${datadir}/less.hlp
-+ rm -f ${datadir}/jless.hlp
- rm -f ${mandir}/less.${manext} ${mandir}/lesskey.${manext}
-
- info:
diff --git a/japanese/less/pkg-comment b/japanese/less/pkg-comment
deleted file mode 100644
index 96b4d78a9676..000000000000
--- a/japanese/less/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-less 290 + zcat + ISO-2022 - a pager similar to more and pg
diff --git a/japanese/less/pkg-descr b/japanese/less/pkg-descr
deleted file mode 100644
index 9bca35c960d8..000000000000
--- a/japanese/less/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
- Less is a program similar to more (1), but which allows
- backward movement in the file as well as forward movement.
- Also, less does not have to read the entire input file
- before starting, so with large input files it starts up
- faster than text editors like vi (1).
-
- This is support ISO 2022, EUC Japanese, SJIS and compressed(gziped)
-file viewing. This patch to make by kazusi-m@is.aist-nara.ac.jp.
diff --git a/japanese/less/pkg-plist b/japanese/less/pkg-plist
deleted file mode 100644
index 4379fec3bb3d..000000000000
--- a/japanese/less/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-@cwd ${PREFIX}
-bin/jless
-bin/jlesskey
-share/jless.hlp
-man/man1/jless.1.gz
-man/man1/jlesskey.1.gz