Commit Graph

62 Commits

Author SHA1 Message Date
Satoshi Asami
dea2cec8b6 Make this compile under 2.1R too.
Submitted by:	chuckr@glue.umd.edu
1996-05-27 07:36:41 +00:00
Satoshi Asami
729aaabd19 Oops, screwed up reason for NO_CDROM. It should be "don't sell for
profit", not "no commercial use".
1996-05-20 08:17:37 +00:00
Satoshi Asami
f62c95a74e Upgrade, 3.0 -> 3.5.
Submitted by:	chuckr@glue.umd.edu
1996-05-20 06:55:49 +00:00
Torsten Blum
f74336b829 add BUILD_DEPENDS because the build fails if elk is not installed 1996-04-23 19:46:35 +00:00
Thomas Gellekum
3629f1878c Import unroff, a programmable, extensible troff converter with
HTML backend.
1996-04-10 06:38:59 +00:00
Mark Murray
3349ff0697 The ftp master site has moved 1996-02-29 06:22:46 +00:00
Thomas Gellekum
07f6c61894 - add a maintainer
- cleanup pkg/{COMMENT,DESCR}
1996-01-19 07:15:09 +00:00
Satoshi Asami
55e6250238 A fast text searching tool. NO_PACKAGE because it can't be redistributed
for profit.

Submitted by:	chuckr@glue.umd.edu
1996-01-15 10:12:32 +00:00
Satoshi Asami
e34d788c22 Change "utilities" category to "misc" in preparation for move to misc. 1995-11-26 10:48:46 +00:00
Jean-Marc Zucconi
9afe82cb0d Upgrade to patchlevel 20. 1995-11-22 21:11:05 +00:00
Satoshi Asami
7cd6a55ea4 Delete @cwd, @mode, @owner and @group from these packing lists.
Reported by:	jkh
1995-11-13 13:21:26 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Jean-Marc Zucconi
0a881e64e4 Don't set CFLAGS here
Check if /usr/share/dict/word exists (some people do not install the 'dict'
distribution)
1995-09-23 20:50:15 +00:00
Jean-Marc Zucconi
3d10f0cd0c Add a post-configure target to set CFLAGS
Submitted by:	asami
1995-09-23 20:48:02 +00:00
Jean-Marc Zucconi
0dc252240f Compile with -O2 -fno-strength-reduce 1995-09-18 23:36:43 +00:00
Jean-Marc Zucconi
581e8096cc A hack to avoid recompiling everything during install 1995-09-18 23:36:18 +00:00
Satoshi Asami
6a9a0c9b6c Upgrade, 2.2.2 -> 2.3. 1995-09-15 01:41:34 +00:00
Satoshi Asami
ef266c5fdb Upgrade, 2.0 -> 2.4. Note this has a restrictive copyright (no use in
commercial products) so it has NO_PACKAGE=yes.
1995-08-19 06:54:29 +00:00
Satoshi Asami
0093469238 Change -lgcc to /usr/lib/libgcc.a so that the shared libgcc won't get
picked up.

Submitted by:	NIIMI Satoshi <sa2c@and.or.jp>
1995-08-09 10:07:44 +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
Jean-Marc Zucconi
c60de042c7 "I have made a couple of changes to the ispell port so that
you can have either a British dictionary or an American dictionary
as they are already built into the prog."
Reviewed by:
Submitted by:	 Chris Stenton <jacs@gnome.co.uk>
Obtained from:
1995-07-21 13:22:21 +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
Jean-Marc Zucconi
1011c39470 Install lisp files in $PREFIX/share/emacs/site-lisp 1995-07-11 01:46:28 +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
Jean-Marc Zucconi
7f2b6c4e13 Add lisp files for the emacs interface 1995-06-24 17:14:08 +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
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
Jean-Marc Zucconi
3a6807ac37 words are in /usr/share/dict, not /usr/dict. 1995-04-19 19:51:29 +00:00
Satoshi Asami
91552dc4b8 Another round of Makefile updates, in utils! 1995-04-15 03:46:07 +00:00
Jean-Marc Zucconi
bb0452e715 Add MAINTAINER= jmz@FreeBSD.org 1995-04-11 02:02:17 +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
Gary Palmer
3753222345 Try to get most ports checksummed 1995-03-31 22:18:54 +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
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
Jean-Marc Zucconi
4d45b3dd61 French dictionary updated 1995-03-09 15:32:50 +00:00
Jean-Marc Zucconi
8d7f9951a6 Add support for french dictionary 1995-03-07 14:41:48 +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
Jean-Marc Zucconi
b2bffe27fd Update
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-02-23 16:39:03 +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
Jean-Marc Zucconi
4ace844353 Test if we can use sed. A version >19950206 is required. 1995-02-07 02:41:52 +00:00
Jean-Marc Zucconi
6dfb8bc1df Upgrade to version 3.1.18 1995-02-06 15:07:47 +00:00
Jean-Marc Zucconi
d8b3f75082 Initial revision 1995-01-14 20:54:00 +00:00