Commit graph

167 commits

Author SHA1 Message Date
tv
35c5c36d7f Update pico to 3.0, part of the pine 4.00 distribution. Build libpico
with libtool, enabling a libpico shared object useable with pine.
1998-07-19 03:37:46 +00:00
tv
54ceb4bc86 Update libpng to 1.0.2. Works with all dependent pkgs I have tested
(everything but ImageMagick, gs5, and xemacs20).  The API hasn't changed
much, say the install instructions, but it isn't binary compatible--bump
shlib version to 1.0.
1998-07-15 11:45:49 +00:00
tv
ac9ee3842b This emacs understands GNU autoconf's --host option; don't try to override
that setting from <bsd.pkg.mk> with a configure command line option.
1998-07-10 17:57:47 +00:00
mycroft
c73ee53134 Update xpm to 3.4k. 1998-07-04 09:18:54 +00:00
mycroft
40060a6677 Update Xaw3d to 1.5. 1998-07-04 05:53:33 +00:00
mycroft
0167d80629 Update libjpeg to v6b. 1998-07-04 05:11:12 +00:00
tv
81a47cfdb5 Remove libpico from installation - it's static only, and we're not
installing headers for it, so it is basically useless.  However, this
should be re-added when libpico is made shared (it will reduce pico and
pilot to less than 8K each).
1998-06-27 14:05:46 +00:00
tv
070f9f3454 Install pilot, too - a small file browser that uses the Pico core, and is
built by the pkg already.
1998-06-27 03:29:04 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
agc
9e05f2d76a Update package Makefiles for automatic manual page handling. 1998-06-22 12:27:08 +00:00
tron
b17809d96d Add "USE_X11" as suggested by Tim Rightnour in PR pkg/5619. 1998-06-20 14:38:16 +00:00
tron
4ae80d5b5e Remove unnecessary "USE_X11= yes". 1998-06-20 14:03:12 +00:00
agc
30f402725f Rationalise Motif/Lesstif handling.
Get rid of HAVE_MOTIF, MOTIF_STATIC, REQUIRES_MOTIF and MOTIF_ONLY.
Standardise on USE_MOTIF, which uses the pkgsrc dependency checks to
use Motif, if it's available, or Lesstif, if not.
1998-06-09 13:36:48 +00:00
frueauf
6795644574 Add but don't enable pico by default. Its a subset of pine. 1998-06-07 19:51:18 +00:00
frueauf
e0e695c115 Initial addition of a handy text editor that ships with Pine.
Fixes pr 5548 by Tim Rightnour, some portlint cleanups.
1998-06-07 19:48:47 +00:00
agc
8228fec82a Put xvile's perl files in ${PREFIX}/share/xvile/perl, to avoid conflict
with the Perl files which vile installs. Minor cleanup in Makefile.
1998-06-04 11:57:51 +00:00
tv
5d405bfba7 Use MACHINE_GNU_ARCH in PLISTs that require it, so that arm32 (and
possibly other future platforms) will get the `right' name.
1998-06-03 17:48:32 +00:00
agc
1aceaa42d5 Include bsd.prefs.mk in case USE_MENUS is set in /etc/mk.conf 1998-06-03 12:57:12 +00:00
agc
7b2afaaea6 Include bsd.prefs.mk to get the value for OPSYS, and in case USE_MULE
is set in /etc/mk.conf
1998-06-03 12:55:56 +00:00
tron
cda15506c9 Fix package to compile under good old NetBSD 1.3. 1998-06-02 23:46:41 +00:00
tron
c84e61eb1b Enable "nedit". 1998-06-02 22:34:02 +00:00
tron
d4987950a4 New "nedit-5.0.2" package: Motif based standard GUI style text editor 1998-06-02 22:33:16 +00:00
agc
2587455bcb Update xvile, the vi clone for X11, to version 8.0 - mainly bug fixes, but
with added Perl scripting functionality.
1998-06-02 16:16:15 +00:00
agc
4d86e5db92 Upgrade to version 8.0 of vile, and use the new Perl utilities. 1998-06-02 12:06:29 +00:00
frueauf
6aaa02b4ac Add ${MACHINE_GNU_ARCH}--netbsd to CONFIGURE_ARGS to get the homogenous
name scheme for PLIST.
1998-05-31 13:24:06 +00:00
frueauf
1c4cc87999 As the configure script of xemacs20 does not know about a --host option,
don't use GNU_CONFIGURE but HAS_CONFIGURE instead. Add --prefix=${PREFIX}
to the CONFIGURE_ARGS.
1998-05-31 12:45:56 +00:00
tv
92d0556067 Fix --host= rule to use a three part architecture, and fix GNU pkgs to use
the new automatic --host= setting.  Now all GNU pkgs should work on all
archs (including arm32), except emacs/xemacs, which I'll fix soon.
1998-05-23 15:42:58 +00:00
agc
30e07bf523 Grab the distfile from ftp.netbsd.org, like vile. 1998-05-06 09:03:50 +00:00
agc
31de86488f vile-7.4 is on the MASTER_SITES now, so grab the 7.3 distfile from
ftp.netbsd.org.  We'll do a 7.4 package ASAP, when circumstances
permit.
1998-05-06 07:56:35 +00:00
agc
6e7b5cf644 Move to relative paths in the pkgsrc tree. 1998-04-24 09:20:33 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
tron
c631942214 Update package to "vim-5.1". 1998-04-21 22:08:14 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
5201e68497 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tron
71c303a848 Apply patches supplied by Johnny C. Lam PR pkg/5069 to make emacs MH-E to
cooperate with our nmh package.
1998-04-13 13:46:39 +00:00
tv
b5e3929984 Use the t*() routines in libtermcap. Define -DTERMINFO (no, really!) to
make use of the t*() routines.
1998-04-07 13:04:21 +00:00
tv
dd22c7228a Use -nostartfiles, not -L/usr/lib. Don't try to hack around the system;
use it to your advantage.
1998-04-07 13:03:11 +00:00
cjs
3b8f72d77d Update to vim-5.0.2. 1998-03-28 20:52:21 +00:00
tron
ffde7e078b Adapt to changed behaviour of gcc's "-nostdlib" option. 1998-03-16 08:40:18 +00:00
mycroft
18330c9415 Oops; fix pasto. 1998-03-16 06:44:08 +00:00
mycroft
b0825c60cb Use openpty(3) and POSIX signal functions.
Remove HAVE_UNION_WAIT.
1998-03-16 06:37:59 +00:00
frueauf
118b5153d1 portlint: use ${RM} instead of rm. 1998-03-10 13:52:53 +00:00
hubertf
a394c7edd6 Next attempt to fix PR 4979 (DOC file) 1998-03-03 16:27:34 +00:00
tron
1e79aaf5be Fix manual page compression 1998-03-01 13:35:54 +00:00
tron
3d6b092985 Fix error in MAN1 1998-02-28 22:03:20 +00:00
frueauf
ea3f12015a add missing @dirrm rules and add .gz suffix to manpages (if not already there). 1998-02-28 20:27:11 +00:00
tron
df5aa30d04 Make sure that "utilities run internally by XEmacs" are really installed. 1998-02-25 01:22:56 +00:00
tron
892d186473 "${PREFIX}/lib/xemacs-20.3" should be owned by "bin:bin" not by the owner
of "pkgsrc/editors/xemacs20/work".
1998-02-24 23:37:55 +00:00
tron
5fcf7dbda2 "${PREFIX}/share/emacs" should be owned by "bin:bin" not by the owner
of "pkgsrc/editors/emacs/work".
1998-02-23 22:20:55 +00:00
frueauf
25c96f388f s/${.CURDIR}/work/xemacs-20.3/${WRKSRC} 1998-02-23 13:05:52 +00:00
agc
031a6756da Don't explicitly include /etc/mk.conf. It's not necessary. 1998-02-23 12:27:19 +00:00
frueauf
ced6d5cc9c Use ${WRKSRC} rather then ${.CURDIR}/work/xemacs-20.3.
Pointed out by William O Ferry <woferry@CMU.EDU>.
1998-02-23 11:32:46 +00:00
tron
71fbaa7159 Thou shalt not clobber other packages files. 1998-02-23 08:38:55 +00:00
tron
b69055721c Fix problem with the removal this package. 1998-02-22 15:41:55 +00:00
tron
24482afd55 Thou shalt not clobber other packages files. 1998-02-22 10:06:44 +00:00
tron
a888b4ec93 Correct "MAN1". 1998-02-22 10:01:24 +00:00
frueauf
fb57b59334 check if /etc/{make.conf,mk.conf} really exist before including. 1998-02-20 12:09:51 +00:00
tron
bab41a9175 Enable "vim". 1998-02-19 21:48:56 +00:00
tron
a3a5e9bf10 Initial commit of "vim-5.0" package. 1998-02-19 21:47:54 +00:00
frueauf
f47ac8826a refine handling of PLIST_SRC as suggested by Hubert Feyrer. 1998-02-15 10:41:05 +00:00
frueauf
e75a21ecfa Compress already compiled .el files if user set MANZ=1. Closes pr 4774. 1998-02-14 22:19:05 +00:00
hubertf
3f6528e23e Enhance fix to PR 4989 by using our own INSTALL_SCRIPT. 1998-02-14 16:54:45 +00:00
tron
a6950bf108 Don't try to strip scripts while installing. Fixes second half of
PR pkg/4989 by David Brownlee.
1998-02-14 09:16:58 +00:00
hubertf
c8512bc9f6 Better handling of binary stripping and DOC file handling, based on
suggestions from PR 4979 by Johnny Chi-Lung Lam <jlbg+@andrew.cmu.edu>.
1998-02-12 13:33:01 +00:00
hubertf
a3b2a5a3a1 - Fix stripping of binaries (caused by fixing PR4884)
- Remove unneeded DOC files (pointed our by Charles Hannum)
1998-02-09 00:29:14 +00:00
hubertf
2cb12cba25 Fix stripping of binaries (caused by fixing PR4884) 1998-02-09 00:19:34 +00:00
agc
ae35b61548 Modify individual package Makefiles to use the new way of specifying
shared object dependencies (LIB_DEPENDS).
1998-01-30 13:56:55 +00:00
frueauf
845fce3048 remove "--infodir=${PREFIX}/info" and "--infopath=${PREFIX}/info" to
avoid collisions with other packages. Apart from that, pkg/PLIST did
not reflect that change, now this is in sync again.
1998-01-29 14:48:19 +00:00
tron
3715ac69ed Fix package list so that a binary version of the package can be
installed and removed without problems, fixes PR pkg/4756.
1998-01-28 17:14:25 +00:00
tron
5b845835a9 Configure xemacs to use Xaw3d as widget set because it will detect lesstif
but not work properly with it.
1998-01-28 17:03:09 +00:00
hubertf
f535cf3701 Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>"
(in bsd.port.mk) for backward compatibility.
1998-01-28 15:33:44 +00:00
frueauf
b5bef11c93 This patches lib-src/send-pr (installed as xemacs-send-pr) to
set the DATADIR and MAIL_AGENT properly. Inspired by Mathias Scheler.
1998-01-27 12:34:09 +00:00
frueauf
9a97eb73a2 This patches the configure script, to handle NetBSD/m68k as m68k machine.
The original did map that to hp9000s300.
1998-01-27 12:31:14 +00:00
hubertf
4e44f3fac5 Define OPSYS before using it; reported by Thorsten Frueauf 1998-01-25 00:48:02 +00:00
hubertf
d0c2a9d31d portlint: fix RCS Id 1998-01-24 22:27:39 +00:00
hubertf
c77c809dce portlint: Fix spelling, delete empty line at EOF 1998-01-24 05:02:15 +00:00
hubertf
49e3c78be9 portlint: fix MASTER_SITES, move MAINTAINER, don't use GNU make, fix info-path, use command macros 1998-01-24 04:59:54 +00:00
hubertf
6190a21870 portlint: fix spelling, nuke empty line 1998-01-24 04:53:39 +00:00
hubertf
0c4760649e portlint: move WRKSRC 1998-01-24 04:53:06 +00:00
hubertf
c81043c807 portlint: make comment shorter 1998-01-24 04:51:06 +00:00
hubertf
d71b221f83 portlint: fix RCS Id 1998-01-24 04:50:08 +00:00
hubertf
4d247b6a9f portlint: move WRKSRC, add MAINTAINER 1998-01-24 04:44:49 +00:00
hubertf
6a708db035 portlint: fix RCS Id, move WRKSRC 1998-01-24 04:42:43 +00:00
agc
00fdfa6041 A much better PLIST for this package, now, thanks to Matthias Scheler
<tron@lyssa.owl.de>.  Fixes PR pkg/4708, and allows xemacs-20.3
package to be removed cleanly.
1997-12-24 09:44:48 +00:00
hubertf
8639bafeaa Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
agc
21d3c4a664 Update xvile to 7.3, just like vile. As pointed out by Bill Coldwell.
This also fixes PR 4715 from Steve Allen <allen@wormey.ndip.eskimo.net>.
1997-12-19 11:25:31 +00:00
agc
35b428f94e Update vile package from version 7.2c to 7.3 1997-12-19 09:50:07 +00:00
agc
dd1b5d3bbd Many files have been deleted between versions 20.2 and 20.3, whilst
others have been added.  Update the PLIST file to match reality.
1997-12-13 19:05:47 +00:00
agc
57dcb4a8a5 Add the checksum for the info files distfile, and delete the old
checksum for the 20.2 distribution.
1997-12-13 19:03:50 +00:00
agc
99ab27e50c + The distribution files have been split into info files and base, so
fetch info distfile as well as base.

+ xpm is installed in the correct place, so it will be picked up by
configure script, so don't specify a separate X11 header directory
in site-includes.

+ rationalise the way we specify CONFIGURE_ARGS

+ delete emacsclient from the list of binaries to be stripped - it
doesn't exist in 20.3.

+ delete gnuattach and gnudoit from the list of binaries to be
stripped - these are shell scripts.

+ install send-pr as xemacs-send-pr
1997-12-13 19:02:24 +00:00
mrg
8aa4591252 update to 20.3 1997-12-08 16:17:17 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
explorer
a3a5eff8f5 restore FreeBSD's Id line, and add a NetBSD one 1997-10-29 19:56:55 +00:00
explorer
b209dd491c enable joe 1997-10-29 19:52:51 +00:00
explorer
4ed74a869b Import FreeBSD port of the "joe" text editor. 1997-10-29 19:48:28 +00:00
agc
a997a37697 Initial import of Gary Capell's UTF-aware wily editor/working
environment, which is an X11 clone of Rob Pike's acme.
1997-10-24 09:49:55 +00:00
agc
cf218e7336 Add ssam to the list of sub-directories. 1997-10-23 20:24:03 +00:00
agc
3cdc0c8b76 Initial import of the ssam stream editor - analogous to sed(1), but
using the sam command set. Uses the libutf functionality.
1997-10-23 20:18:01 +00:00
hubertf
a31fef7c6c Sync with reality. 1997-10-22 01:05:45 +00:00