1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
Commit Graph

101 Commits

Author SHA1 Message Date
Satoshi Asami
3e01b03199 Added chimera, convert to new format. 1995-09-22 11:19:07 +00:00
Satoshi Asami
c21925c09d Japanese chimera, version 1.65 (same as original). 1995-09-22 11:07:22 +00:00
Satoshi Asami
25bffc28f4 /usr/ports/distfiles -> $(DISTDIR)
Submitted by:	Shigeki Nogaya <nogaya@mbox.kyoto-inet.or.jp>
1995-09-15 08:46:21 +00:00
Satoshi Asami
987ad7f6d4 Doh! WTH was -I/usr/local/X11R6/include doing here! 1995-08-25 05:51:06 +00:00
Satoshi Asami
e016e4a5de Forgot to update the checksum of the patch file.... 1995-08-25 04:34:37 +00:00
Satoshi Asami
378907c980 Upgrade to version 2.3. The delta is almost identical to mule-wnn.
Submitted by:	NIIMI Satoshi <sa2c@st.rim.or.jp>
1995-08-08 10:05:03 +00:00
Andreas Schulz
e8c40e3a3d Repair a failure i made with the last commit. The make should not try
to extract the fonts. Add a EXTRACT_ONLY for the port.
1995-08-05 18:19:04 +00:00
Andreas Schulz
8c957192c6 Fix the Makefile that it also works for the MASTER_SITE_OVERRIDE case.
The fonts are already in the distfiles and can be fetched with the
normal fetch target.
1995-08-01 22:10:14 +00:00
Satoshi Asami
f6a3db6f03 Upgrade, 2.2.2 -> 2.3. Note the base emacs version is still 19.28.
Other variations (japanese/mule-canna, editors/mule) to follow.
1995-07-28 23:48:48 +00:00
Satoshi Asami
fe1573afc7 Remove redundant mkdir of share/emacs/site-lisp from post-install.
The internal install rule already creates all the site-lisp directories!

Pointed-out by:	me (not asami!)
1995-07-23 22:32:44 +00:00
Satoshi Asami
132c2b9d7c Add a mkdir -p for share/emacs/site-lisp, just in case. Reverse the
order of the search for site-lisp (lib/mule is searched before
share/emacs now).
1995-07-20 00:25:25 +00:00
Satoshi Asami
508a01efd4 A full-blown PLIST. 1995-07-13 03:00:20 +00:00
Satoshi Asami
27e88f10fc Use
/usr/local/share/emacs/site-lisp
/usr/local/lib/mule-site-lisp

as the "site-lisp" directories.  Basically all I did was tuck

--locallisppath=${PREFIX}/share/emacs/site-lisp:${PREFIX}/lib/mule/site-lisp

to the end of CONFIGURE_ARGS.

Also, all the patch-aa's are unnecessary because bsd.port.mk now will
take ${CFLAGS} from /etc/make.conf and put it in the environment before
calling configure.
1995-06-27 10:45:42 +00:00
Satoshi Asami
872a4f71ad Revised PLIST, with all the correct permissions and ownerships.
Submitted by:	NIIMI Satoshi <sa2c@and.or.jp>
1995-06-26 09:28:10 +00:00
Satoshi Asami
814aebf9c6 ${XMKMF} -> xmkmf, so that "make includes" and such won't get invoked
twice.

Submitted by:	NIIMI Satoshi <sa2c@and.or.jp>
1995-06-26 09:27:45 +00:00
Satoshi Asami
171b1e7913 Add "PKGNAME=kon-0994e". 1995-06-25 11:46:09 +00:00
Satoshi Asami
d530b271d9 Add
post-install:
	pkg_add -m ${PREFIX}/lib

to Makefiles and

@exec ldconfig -m %D

to packing lists of ports that install shared libraries.

This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
6510b37ab2 Added kon. 1995-06-24 09:25:51 +00:00
Satoshi Asami
ce9435035e A Japanese console driver for VGA consoles.
Submitted by:	Takashi Ogura <ogura@st.rim.or.jp>
1995-06-24 09:25:17 +00:00
Satoshi Asami
d90db55867 List all files. 1995-06-23 04:04:45 +00:00
Satoshi Asami
477e7e27b0 Make nethack happy with job controls (especially ^Z).
Submitted by:	NIIMI Satoshi <sa2c@and.or.jp>
1995-06-22 23:29:32 +00:00
Satoshi Asami
ab9d51b7e6 Upgrade, 3.2p1 -> 3.2p2.
Submitted by:	NIIMI Satoshi <sa2c@and.or.jp>
1995-06-22 00:35:39 +00:00
Satoshi Asami
c033847e2f Upgrade, 1.0.2 -> 1.0.3. The original (3.1.3) is still the same.
patch-ag is now part of the distribution.
1995-06-19 04:25:51 +00:00
Satoshi Asami
08603c414a Protect the pre-fetch: target with .if !defined(MASTER_SITE_OVERRIDE),
because this master site should already have the tarball, not the
uuencoded pieces.
Submitted by:	Andreas Schulz <ats@freebsd.first.gmd.de>
1995-05-29 08:39:34 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
ed69276f3b Add "NCFTPFLAGS=-NP", seems like they are behind a firewall. 1995-05-14 02:48:43 +00:00
Satoshi Asami
91513a3bd3 Add nethack. 1995-05-14 02:36:28 +00:00
Satoshi Asami
731b58471b The nethack dungeon slashing game, Japanese version. 1995-05-14 02:35:19 +00:00
Satoshi Asami
100ece77bf Put nkf in correct alphabetical order. Shame on me! ;) 1995-05-13 07:37:25 +00:00
Satoshi Asami
db30a426ae Add another site for getting patch files. (Commented out, as article
numbers are different.)
1995-05-09 05:41:41 +00:00
Satoshi Asami
738c82731c Upgrade (2.15.4+mb1.03 -> 2.15.6+mb1.04). Also ftp the patch from a
news archive instead of carrying it as patch-aa.
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1995-05-08 22:51:35 +00:00
Satoshi Asami
ce2e8d964a Temporary fix to pkg_create problem, instead of listing all the files
just specify the directory name.  (This is NOT recommended as a long-
term fix and I'm going to back it out as soon as the pkg_create problem
is corrected.)
1995-05-05 14:20:33 +00:00
Satoshi Asami
b15834b741 Add kinput2-canna+wnn and kinput2-wnn. 1995-05-03 02:52:37 +00:00
Satoshi Asami
67d6bc6422 Add missing CATEGORIES (japanese and printing). 1995-05-03 02:10:55 +00:00
Satoshi Asami
ea22f638cb jless.hlp was moved from lib to share in the previous update. 1995-05-02 12:00:10 +00:00
Satoshi Asami
556abd2905 Oops, deleted too much (says)
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1995-05-02 10:36:33 +00:00
Satoshi Asami
2b7376d31a Add gxditview. Move port into SUBDIR too (don't know why I didn't earlier!). 1995-05-02 10:09:43 +00:00
Satoshi Asami
d037308711 Japanized gxditview.
Submitted by:	nobu@psrc.isac.co.jp
1995-05-02 10:07:45 +00:00
Satoshi Asami
b80a1d4195 Take out gxditview. The separate port is coming soon.
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1995-05-02 09:27:06 +00:00
Satoshi Asami
29b684bc80 Added groff. 1995-05-02 07:53:56 +00:00
Satoshi Asami
0210e22acd Japanized groff, version 0.98. Also installs and packages
Japanese gxditview, but the packaging part is disabled for now.

Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1995-05-02 07:45:53 +00:00
Satoshi Asami
2d432f133e Added kinput2-canna. 1995-05-02 01:54:59 +00:00
Satoshi Asami
44e9e5fe1f A Japanese inputting tool, you can use it from multiple X clients. The
actual conversion is done by the Canna engine.

Submitted by:	NIIMI Satoshi <sa2c@and.or.jp>
1995-05-02 01:53:12 +00:00
Satoshi Asami
8743292dae Why the heck was I calling the build target "pre-build"?!? (Changed
to do-build.)
1995-04-24 02:22:49 +00:00
Satoshi Asami
f350303547 Since thud was down all day (no offense Gary :), I finally had time to
split mule into three ports:

editors/mule:          no language-specific support
japanese/mule-canna:   Japanese support, Canna library built-in
japanese/mule-wnn:     Japanese support, Wnn library built-in

Note that the two ports under japanese/ will overwrite some of the
emacs support files.  Although this itself isn't a problem, if you
pkg_delete it, you will lose some files needed for emacs.  (This is
explained in DESCR, although god knows who reads them.)

Also I've listed every single file in the PLIST.
1995-04-23 10:35:35 +00:00
Satoshi Asami
b3a9fbdd8c Update Makefile.canna to work with bsd.port.mk.
Also, strip the installed binaries.  Aren't you glad I invented
post-install? :)
1995-04-22 12:39:19 +00:00
Satoshi Asami
86c528d681 Update of editors Makefiles! 1995-04-20 18:23:12 +00:00
Satoshi Asami
ee38b3ca7b Update of ports/japanese Makefiles to work with the new bsd.port.mk. 1995-04-20 18:05:40 +00:00
Satoshi Asami
c03cb471bd Upgrade, now use less-290 as the base.
Submitted by:	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1995-04-19 11:04:54 +00:00
Satoshi Asami
129d41b2bc Add 'f' flag to gzip so that it won't ask user about compressing
the man page.
1995-04-16 06:52:53 +00:00