Commit Graph

221 Commits

Author SHA1 Message Date
Satoshi Asami
542f5a6aca Upgrade, 6.1.0 -> 6.2.0. 1996-11-01 13:43:31 +00:00
Satoshi Asami
95de57f81b Swap -L orders so it won't pick up libpico from /usr/local/lib accidentally
(and boy it complained when the English version was already installed).

Helped debugging by:	max
1996-11-01 12:46:30 +00:00
Masafumi Max NAKANE
33176cf1db Replaced spaces with tabs in several places, so that Imake will generates
valid Makefiles.
1996-10-31 05:06:27 +00:00
Masafumi Max NAKANE
ab64a16012 `Test -d'' is unnecessary if `mkdir -p'' is used. 1996-10-27 06:16:35 +00:00
Masafumi Max NAKANE
0ed2a12734 Use ${MKDIR} macro to make directory. 1996-10-27 00:20:27 +00:00
Masafumi Max NAKANE
be0381bbfd Prints some warning message about user initialization file at installation. 1996-10-22 12:51:34 +00:00
Masafumi Max NAKANE
c03dff4b53 Workaround for elvrec acts inproperly when there is symbolic links in
relevant directories.

(Closing PR #1733.)
Submitted by:	sanpei@yy.cs.keio.ac.jp
1996-10-22 12:44:08 +00:00
Masafumi Max NAKANE
7669466a8f Changed the name of user initialization file in the man page to .elvisrc.
(Closing PR #1733.)
Submitted by:	sanpei@yy.cs.keio.ac.jp
1996-10-22 12:36:23 +00:00
Masafumi Max NAKANE
f39b65b750 This port now installs startup script into ${PREFIX}/etc/rc.d.
Changed the location for the documentation to be installed to
${PREFIX}/share/doc/jp-elvis.

(Closing PR #1733.)

Submitted by:	sanpei@yy.cs.keio.ac.jp
1996-10-22 12:23:39 +00:00
Masafumi Max NAKANE
1c30dec1fe Split the patch file. (Separate patch file for each file to be patched.)
Fixed the problem that elvis attempts to use /usr/preserve if /var/preserve
doesn't exist.

(Closing PR #1733.)

Submitted by:	sanpei@yy.cs.keio.ac.jp
1996-10-22 12:20:23 +00:00
Masafumi Max NAKANE
20764279f1 This port now installs its startup script in ${PREFIX}/etc/rc.d.
The location for the documentation to be installed is now
${PREFIX}/share/doc/jp-elvis.

Added ``editors'' to the CATEGORIES list.

(Closing PR #1733.)

Submitted by:	sanpei@yy.cs.keio.ac.jp
1996-10-22 12:12:31 +00:00
Masafumi Max NAKANE
c09dd8040d This port now installs relevant docs and examples into
${PREFIX}/share/doc/mnews and ${PREFIX}/share/examples/mnews respectively
instead of ${PREFIX}/share/mnews/{doc,samples}.
Suggested by:	asami
1996-10-19 05:16:55 +00:00
Masafumi Max NAKANE
1326cb5659 This port now installs several document files into ${PREFIX}/share/doc/kakasi.
Suggested by:	asami
1996-10-19 04:03:22 +00:00
Masafumi Max NAKANE
f89e69a8d2 Added dependency rule for netpbm.
Submitted by:	mita@jp.freebsd.org
1996-10-19 03:18:11 +00:00
Satoshi Asami
40767d20b7 Added today. 1996-10-18 15:05:24 +00:00
Satoshi Asami
9ae6f48b55 Tells you what day today is.
Submitted by:	ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
1996-10-18 15:04:50 +00:00
Masafumi Max NAKANE
04340f6add Updated the maintainer's E-mail address. 1996-10-15 15:03:23 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Masafumi Max NAKANE
cb3f47714c Upgrade, 1.0.5.2 -> 1.0.5.3-beta-960925. 1996-10-05 11:24:49 +00:00
Masafumi Max NAKANE
b2d85f45da Upgrade, 1.6 -> 1.62.
Installation of the custom makefile is done in post-extract: instead of
pre-patch:.
1996-09-28 16:20:05 +00:00
Masafumi Max NAKANE
c576d63706 Use ${INSTALL_DATA} instead of cp to install files.
Also some minor changes in do-install:.  (Result of make install doesn't
change, though.)
1996-09-26 04:46:07 +00:00
Masafumi Max NAKANE
9792d20598 Removed the version number in pkg/COMMENT.
Use @dirrm instead of rm -rf to delete directories at deinstallation time.
Submitted by:	asami

Modified the default inews location.
1996-09-25 06:02:12 +00:00
Masafumi Max NAKANE
b2271cf41c Activated jp-mnews. 1996-09-24 17:18:26 +00:00
Masafumi Max NAKANE
60c821c520 Mnews, Mini News Reader Ver. 1.19PL2. 1996-09-24 17:03:37 +00:00
Masafumi Max NAKANE
7e6d7b6d37 Use ${INSTALL_MAN} instead of install -c to install the man page. 1996-09-23 01:33:33 +00:00
Masafumi Max NAKANE
cd5f274781 Removed extra semi-colons. (again?)
Don't use mv to install files or you will have hard time doing
make reinstall. :-)
1996-09-21 07:50:17 +00:00
Satoshi Asami
d6763d278d Don't forget to compress dlb.6. 1996-09-21 00:52:29 +00:00
Satoshi Asami
c89daf5f08 Use ${INSTALL_MAN}, not ${INSTALL_DATA}, for man page installation.
(I know I know, it's the same thing, but it's the principle of things!)

Reviewed by:	max
1996-09-20 23:15:33 +00:00
Satoshi Asami
cac7f46a33 Oops, don't use ${INSTALL_PROGRAM} for shared libraries...it won't
complain, but the resulting mess is quite useless because the library
won't have any symbols!
1996-09-20 23:04:17 +00:00
Masafumi Max NAKANE
e40167040e Deleted extra semi-colon in do-install: target.
And some cleanup on do-install:.
Submitted by:	asami@FreeBSD.ORG
1996-09-20 22:44:41 +00:00
Masafumi Max NAKANE
fde61f1cea Cleaned up do-install: target.
Submitted by:	asami@FreeBSD.ORG
1996-09-20 20:29:03 +00:00
Masafumi Max NAKANE
8b1ae96fb5 Updated CONFIGURE_ARGS to let --canna-include point to the new location of
Canna's header files.
1996-09-20 06:18:37 +00:00
Masafumi Max NAKANE
ce9997829d Upgrade, 3.91 -> 3.95lj1.1b3 1996-09-20 05:47:59 +00:00
Masafumi Max NAKANE
f5e23c4093 Check on /etc/services will be performed upon pkg_add, too. 1996-09-19 14:35:53 +00:00
Masafumi Max NAKANE
2de7100601 So, here it comes back again. (I certainly hope the keyword substitution
mode is set correctly.)
1996-09-19 11:19:12 +00:00
Masafumi Max NAKANE
a9b1782c91 The keyword substitution mode of patch-ad needs to be changed to -ko,
so I remove this file first.
(And it will be back soon.)
1996-09-19 11:13:51 +00:00
Masafumi Max NAKANE
98f501df18 Fixed broken patch file. (Well, I hope it works...) 1996-09-19 09:49:38 +00:00
Satoshi Asami
ffab353310 Add "jp-" in front of PKGNAME. 1996-09-19 04:38:46 +00:00
Masafumi Max NAKANE
91b60a8c76 Prefixed the PKGNAME with ``jp-'' 1996-09-18 12:36:58 +00:00
Masafumi Max NAKANE
3958298655 PKGNAME is now prefixed with ``jp-.''
${LOCALBASE} is used instead of /usr/local.

Submitted by:	asami@FreeBSD.ORG
1996-09-18 12:20:22 +00:00
Satoshi Asami
95c640c865 Minor rewording ("Japanese/Russian utilities" -> "... support"). 1996-09-18 10:16:35 +00:00
Masafumi Max NAKANE
e1d8feedad Changed the maintainer from Satoshi to Max.
This port now installs man pages.

(Patch-ac is responsible for following three items.)
This port now installs files into ${PREFIX}/{bin,include/canna,lib/canna}
instead of /usr/local/Canna/{bin,include,lib}.

Changed the location and the name of the lock file to /var/run/Canna.pid.

Changed the location of the log file to /var/log.

Now the readme file is not installed into the directory where the lock file
resides. (patch-ab)

In post-install:, /etc/services is checked and the user will be notified
if there is no entry for Canna.

Added new patch to modify source of several man pages to avoid it displaying
an empty page before showing its content. (patch-ad)
1996-09-18 08:02:06 +00:00
Masafumi Max NAKANE
7821eadd11 Fixed the problem that the startup script installed in /usr/local/etc/rc.d
didn't actually start the program.  Amazingly, no one has complained
about this problem!!
1996-09-17 23:28:13 +00:00
Masafumi Max NAKANE
6bf31ff92d Updated Masafumi NAKANE's E-mail address. 1996-09-17 15:07:58 +00:00
Masafumi Max NAKANE
f12a0949dd 1.0.5.2.2 (beta) -> 1.0.5.2. 1996-09-17 08:45:08 +00:00
Satoshi Asami
2889791e25 Always install MakeTeXPK, renaming the old one out of the way if necessary.
Submitted by:	max@sfc.wide.ad.jp
1996-09-14 08:52:22 +00:00
Satoshi Asami
41befebbca Remove BUILD_DEPENDS on bison, which is now part of the main source tree. 1996-09-11 05:53:44 +00:00
Satoshi Asami
25e207891d Upgrade, 1.0.3 -> 1.0.5.2.2. It's beta, but who cares, it's nethack! :)
Submitted by:	max@sfc.wide.ad.jp
1996-08-30 11:07:40 +00:00
Satoshi Asami
ba09bc26c9 Mr. Masafumi NAKANE (max@sfc.wide.ad.jp) agreed to maintain this port. 1996-08-30 08:49:03 +00:00
Satoshi Asami
124f5a1440 Upgrade, 1.5.1 -> 1.6.
Submitted by:	max@sfc.wide.ad.jp
1996-08-28 08:52:05 +00:00