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
fff8304506
Upgrade, 1.0r3X -> 1.1r4X. No, I don't know what happened to 1.1r[0-3]X.
1995-07-18 22:46:46 +00:00
Satoshi Asami
5ee9b312ba
beav (binary editor and viewer)
...
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-07-06 04:23:07 +00:00
Torsten Blum
b65db97bf0
joe - joe's own editor
1995-07-05 15:08:51 +00:00
Satoshi Asami
7bbb015f21
Upgrade, 1.0r2X -> 1.0r3X.
1995-07-03 08:45:29 +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
1cb9339831
Oops, forgot the stuff in /usr/local/libexec/emacs/19.29.
...
Submitted by: roberto@blaise.ibp.fr (Ollivier Robert)
1995-06-26 19:14:00 +00:00
Satoshi Asami
ae6515a2cb
While I'm at it, add "--with-x-toolkit" to the configure args. It
...
looks much nicer that way.
1995-06-26 09:13:58 +00:00
Satoshi Asami
0a371ef8fb
Strip binaries.
1995-06-26 08:25:34 +00:00
Satoshi Asami
f3c4de62e0
Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now
...
/usr/local/share/emacs!
1995-06-26 06:03:45 +00:00
Satoshi Asami
52bfc5a35c
Upgrade, 19.28 -> 19.29. Note /usr/local/lib/emacs is now
...
/usr/local/share/emacs!
1995-06-26 05:58:07 +00:00
Joerg Wunsch
20cfc4c5b4
Include uzap. (It's protected by a NO_PACKAGE though.)
1995-06-22 21:33:35 +00:00
Joerg Wunsch
141af0148c
uzap - a small & nice hex editor
...
Unfortunately, the copyright is somewhat restrictive, so we cannot
make a package out of it. The author seem no longer to be reachable
under the provided mail address.
1995-06-22 21:27:29 +00:00
Satoshi Asami
6499d57df7
...but it still goes into SUBDIR here, 'cause NO_PACKAGE in its own
...
Makefile should safeguard us.
1995-06-21 11:11:18 +00:00
Satoshi Asami
0c9f97ba1f
A Tcl/Tk-based editor. The license agreement looks a little scary,
...
so it's NO_PACKAGE for now. Someone with a little better legal mind
than me please check it.
1995-06-21 11:08:24 +00:00
Satoshi Asami
dfa5bf52c2
Delete BROKEN: none (or what are we going to do if someone writes an editor
...
called "No One's Nice Editor"?!? :p)
1995-05-14 07:13:07 +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
bd2b27752a
Put back the longer PLISTs, now that pkg_create can take them. Thanks,
...
Jordan!
1995-05-12 07:49:15 +00:00
Satoshi Asami
bde83fd84d
Another PLIST hack to shrink it.
1995-05-06 09:51:06 +00:00
Satoshi Asami
e7046e8952
Move uemacs back into SUBDIR, tg found a reachable master site.
1995-05-02 09:12:15 +00:00
Satoshi Asami
6dab44fe5a
Update.
...
Submitted by: thomas@ghpc8.ihf.rwth-aachen.de
1995-05-02 09:09:38 +00:00
Jordan K. Hubbard
3b98555ce6
Add tkHTML.
1995-04-29 10:29:44 +00:00
Satoshi Asami
7969e14564
Compress manpages.
1995-04-24 03:38:32 +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
Jordan K. Hubbard
e793aa679e
Put mule back, with apologies.
1995-04-11 06:47:06 +00:00
Jordan K. Hubbard
38b22249fb
Remove mule - it's a bit broken right now, and probably misfiled anyway.
1995-04-10 08:08:18 +00:00
Jordan K. Hubbard
24430e4561
DEPENDS= ${PORTSDIR}/japanese/Wnn
...
Not:
DEPENDS= ${PORTSDIR}/utils/Wnn
1995-04-10 08:06:03 +00:00
Satoshi Asami
94105bca12
Another round of Makefile updates, editors version.
1995-04-09 06:11:17 +00:00
Jordan K. Hubbard
ac3066bf75
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
...
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Andreas Schulz
6d5e1b6418
Put the uemacs port into the broken category. The mastersite was never
...
reachable in the last three weeks. It is also not on freefall yet.
1995-03-29 19:29:57 +00:00
Satoshi Asami
8014854215
Reviewed by:
...
Submitted by:
Obtained from:
1995-03-28 06:21:05 +00:00
Satoshi Asami
35af96374a
Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
...
and some other minor cleanup.
1995-03-24 11:12:06 +00:00
Andreas Schulz
be8e429a67
Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}.
1995-03-20 00:30:02 +00:00
Satoshi Asami
ff58dfaf0c
Change references to Wnn/Canna to point to ports/japanese instead of
...
ports/utils.
1995-03-16 00:09:45 +00:00
Satoshi Asami
867fc16612
Forgot to change these when upgraded from 2.2 -> 2.2.2.
1995-03-07 02:32:11 +00:00
Satoshi Asami
6578ae83f4
Upgrade, 2.2 -> 2.2.2 (2.2 PL02).
...
Note: post-build and cannainfo.el are necessary only for reformatting one of
the info files whose source was patched, and can go away when the next
minor release (i.e., 2.3) comes out.
1995-03-04 10:58:40 +00:00
Jordan K. Hubbard
9edeede787
Also add uemacs while we're at it.
1995-03-03 08:26:28 +00:00
Jordan K. Hubbard
0ce7ffb217
Add vile and xvile ports
1995-03-03 08:25:12 +00:00
Jordan K. Hubbard
a83f84fa02
Add proper trailing slashes to MASTER_SITES
1995-02-27 23:15:05 +00:00
Jordan K. Hubbard
7484cadc69
Bring in xvile port from the author, Paul Fox, and Gary Jennejohn.
...
Submitted by: gj
1995-02-27 23:01:11 +00:00
Jordan K. Hubbard
55b006f832
Bring in vile port (from the author, Paul Fox, and FreeBSD member
...
Gary Jennejohn).
Submitted by: gj
1995-02-27 23:00:37 +00:00
Jean-Marc Zucconi
30aaf3d4ef
MicroEmacs-3.12
...
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-02-23 16:00:04 +00:00
Andreas Schulz
0520287687
Add mule to the SUBDIR target.
1995-02-18 22:53:47 +00:00
Satoshi Asami
b9ee6c5ed6
Add .if !exists(/usr/X11R6/lib/libwnn.a) around DEPENDS line.
1995-02-17 06:28:02 +00:00
Andreas Schulz
25063b45c5
Add an empty STRIP= line to the toplevel Makefile to get all shell-scripts
...
installed.
1995-02-13 18:08:49 +00:00
Andreas Schulz
cc979dd126
Correct the packing list. It referenced a man page under man/cat1/jove.0.
...
This does no longer exists. The man page are in man/man1. Also some were
missing in the packing lis ( teachjove.1, xjove.1, jovetool.1 ) that are
installed from the make install.
1995-02-13 13:13:29 +00:00
Andreas Schulz
54f26ce722
Correct the packing list. The texi.info* and some of the info files are
...
not in the source of emacs.
1995-02-13 13:05:06 +00:00