Commit graph

5977 commits

Author SHA1 Message Date
frueauf
f02aaf3294 portlint: rm->${RM}. 1998-03-16 11:06:07 +00:00
frueauf
e132551857 portlint: add default MAINTAINER; fix WARNs. 1998-03-16 11:02:22 +00:00
hubertf
5355781ff2 Fix PR 5163 by tooleym@Douglas.BC.CA: In manpages, tell people to
#include <ncurses.h>, not <curses.h>.
1998-03-16 08:06:30 +00:00
agc
1c80beb588 Make this package depend on Perl5. Take out the stuff I put in
yesterday - it's not necessary if the Perl dependency is there.
1998-03-12 22:57:07 +00:00
agc
6ae5412cf2 Do the same pre-processing of the packing list for the files that
depend on autoscan.  Also remove an erroneous @exec statement from the
packing list.
1998-03-11 23:18:46 +00:00
agc
4f63545388 Fix a problem pointed out by Charles Hannum.
If perl is not installed, there will be no autoscan script, so
construct the packing list at installation time, when the contents are
known.
Also remove an erroneous check for a texinfo dir file.
1998-03-11 22:40:40 +00:00
agc
2167b7fae7 Patch from Uwe Arndt to define fstat13. 1998-03-10 21:40:32 +00:00
agc
024c78d596 This package has a configure script that recognises --prefix, so use
GNU_CONFIGURE, not HAS_CONFIGURE.  Set NOLINT in the environment when
building.
1998-03-10 21:35:14 +00:00
frueauf
76b93682ef portlint: use ${VARIABLE}, instead of $(VARIABLE). 1998-03-10 13:50:10 +00:00
frueauf
7566535e2c portlint: add default MAINTAINER. 1998-03-10 13:47:35 +00:00
hubertf
ae45c9a506 Update to V3.12 1998-03-09 08:09:34 +00:00
agc
9d57c13540 Enable readline. 1998-03-08 01:41:56 +00:00
agc
528bc18ca5 Initial import of the GNU readline library (version 2.1) into the
NetBSD packages collection.  This is because some other packages play
dirty and muck about with the internals of the readline structures, so
our libedit-based emulation won't suffice for that.  A pity.
1998-03-08 01:40:39 +00:00
agc
cf51a41ceb Fix a typo in the panel/Makefile.in file (INSTALL_PREFIX lacked a
trailing '@') - pointed out by Rob Windsor.  Move configure script
mods to patch-ab, and coalesce them.
1998-03-08 01:28:31 +00:00
hubertf
7638375df6 Use catgets, pointed out by Charles Hannum 1998-03-05 13:17:17 +00:00
tron
dca045f28e portlint: $(...) -> ${...} 1998-03-01 21:30:05 +00:00
tron
4c899b59a1 Enable "xxgdb-1.12", fixes PR pkg/5084. 1998-03-01 21:25:17 +00:00
tron
0c533adf17 Initial commit of "xxgdb-1.12" package made by Rene Hexel. 1998-03-01 21:21:15 +00:00
frueauf
41810fdb01 portlint: add missing install-info lines. 1998-02-28 10:38:55 +00:00
hubertf
cca8f7ce5c Fix PR 5072 reported by Johnny C. Lam <lamj@stat.cmu.edu> 1998-02-27 02:52:43 +00:00
agc
5a57b96406 Re-do Makefile patches for version 4.12. 1998-02-26 16:50:29 +00:00
agc
2c3a23c43d Upgrade to version 4.12 1998-02-26 16:49:31 +00:00
agc
b0e762db22 Upgrade to version 4.12. 1998-02-26 16:48:55 +00:00
agc
4c13b1710b Enable tkcvs. 1998-02-25 16:28:57 +00:00
agc
784993221c Add NetBSD RCS Id. 1998-02-25 15:50:19 +00:00
agc
e6c5dc8689 The version of wish which we want here is 8.0. 1998-02-25 15:49:24 +00:00
agc
4e05566bd5 Add NetBSD RCS Id.
Be a bit more conservative - make this package depend on tk-8.0p2,
rather than the tk-8.1 that's in alpha at the moment.
1998-02-25 15:48:11 +00:00
agc
3281698f31 Initial import of tkcvs version 6.0, a tk/x11-based frontend for cvs,
into the NetBSD packages collection, from the FreeBSD port.
1998-02-25 15:44:29 +00:00
agc
ac928eaa56 Enable prcs. 1998-02-25 14:28:00 +00:00
agc
313acb4f1c Add NetBSD RCS Id. 1998-02-25 14:27:16 +00:00
agc
e582f49850 Upgrade to version 1.2.2 1998-02-25 14:26:36 +00:00
agc
533d1d8261 Add NetBSD RCS Id.
Upgrade to version 1.2.2
NetBSD make(1) works perfectly well - no need for gmake.
Specify GNU_CONFIGURE, not USE_CONFIGURE, otherwise prefix never gets set.
1998-02-25 14:25:58 +00:00
agc
08b1887bf6 Initial import of prcs (Project RCS) version 1.2.2 into the NetBSD
packages collection, from the FreeBSD port.  This is a tool for
version control, similar to CVS, but much simpler, and uses an
interesting binary diff utility called xdelta.
1998-02-25 14:22:32 +00:00
agc
9181ae75ad Sort out manual pages. Pointed out by Markus Illenseer.
Fixes PR pkg/5043.
1998-02-24 12:27:00 +00:00
tron
f844dfcb0e Add and enable "ncurses". 1998-02-22 18:38:47 +00:00
hubertf
c4491d57ab Use BSD_INSTALL_SCRIPT instead of custom INSTALL_SCRIPT. 1998-02-16 07:47:39 +00:00
hubertf
79203fa5b2 Use our own INSTALL_SCRIPT; enhances fix to PR 4989. 1998-02-14 16:47:46 +00:00
tron
7917618766 Don't try to strip scripts while installing. Fixes first half of
PR pkg/4989 by David Brownlee.
1998-02-14 08:42:34 +00:00
agc
3f89d2c754 Don't try to strip scripts at installation time.
Fixes PR pkg/4987 from David Brownlee.
1998-02-13 13:32:48 +00:00
frueauf
87a4cb0748 portlint: use absolute path for "true". 1998-02-10 22:20:55 +00:00
frueauf
91bd8c2cbb portlint: remove contiguous blank lines. 1998-02-10 22:13:50 +00:00
hubertf
d16d2fc0c9 Fix stripping of binaries (caused by fixing PR4884) 1998-02-09 00:31:30 +00:00
frueauf
9d0791a9e1 Introduce ONLY_FOR_ARCHS and leave out m68k, as there is no support yet. 1998-02-02 11:17:54 +00:00
hubertf
f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
403cfa3d46 Introduce TRUE?=/usr/bin/true, and use it. 1998-02-02 08:10:41 +00:00
frueauf
ba0b20c23a As noweb depends on lang/icon, which is i386 only so far, make this
one i386 only too. Pointed out by Scott Reynolds (scottr@netbsd.org).
1998-02-02 06:36:35 +00:00
tron
f30275b1a9 Ensure that the includes files goto "${PREFIX}/include" even if
there is another instance of "ncurses" e.g. in "/usr/local".
1998-02-01 17:33:19 +00:00
hubertf
72d7594f54 portlint: remove extra empty line 1998-02-01 01:22:33 +00:00
frueauf
516344ebca upgrade GNU make to 3.76.1 1998-01-30 20:47:23 +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
be7a0cee5a hmm, fix the spacing too :) 1998-01-26 22:56:36 +00:00
frueauf
2bd039a4f1 enabling cvs, as the package is already there. 1998-01-26 22:24:09 +00:00
hubertf
93be1a6b3e Define OPSYS before using it; reported by Thorsten Frueauf 1998-01-25 00:45:58 +00:00
hubertf
4bdf758d07 Define OPSYS before using it; reported by Thorsten Frueauf 1998-01-25 00:42:46 +00:00
hubertf
44e14ea219 Define OPSYS before using it; reported by Thorsten Frueauf 1998-01-25 00:40:56 +00:00
hubertf
cccbc52d07 portlint: nuke empty lines 1998-01-24 04:37:56 +00:00
hubertf
c1b179fc5f portlint: fix RCS Id 1998-01-24 04:31:10 +00:00
hubertf
fda7e44e89 portlint: ldconfig||/usr/bin/true, add some manpages 1998-01-24 04:28:24 +00:00
hubertf
1c39b5cd35 portlint: remove empty line 1998-01-24 04:27:19 +00:00
hubertf
6816914e87 portlint: move WRKSRC, fix MAN1, use macros for commands, ldconfig||/usr/bin/true 1998-01-24 04:26:58 +00:00
hubertf
40a3315e7b portlint: fix RCS Id, add MAINTAINER 1998-01-24 04:22:12 +00:00
hubertf
382d58e7ce portlint: use our install-info 1998-01-24 04:21:23 +00:00
hubertf
7288f9366a portlint: make shorter 1998-01-24 04:21:06 +00:00
hubertf
fc2e56602f portlint: fix RCS Id, change order of lines 1998-01-24 04:20:19 +00:00
hubertf
00bd56b9d1 portlint: ldconfig||/usr/bin/true 1998-01-24 04:17:42 +00:00
hubertf
493f99a182 portlint: use our install-info 1998-01-24 04:16:02 +00:00
hubertf
191aec342a portlint: fix RCS Id, remove empty line 1998-01-24 04:15:27 +00:00
hubertf
e47c7de689 portlint: fix RCS Id 1998-01-24 04:13:35 +00:00
hubertf
b3c1c88e2f portlint: use our install-info 1998-01-24 04:08:15 +00:00
hubertf
cc8658f741 portlint: fix RCS Id, move MAINTAINER 1998-01-24 04:04:00 +00:00
hubertf
4a7eb18e7d portlint: use our install-info 1998-01-24 04:02:37 +00:00
hubertf
9e85ccfd7c portlint: fix RCS Id, move MAINTAINER, DEPENDs, use macros for commands 1998-01-24 04:01:43 +00:00
hubertf
a406663438 portlint: fix RCS Id, remove empty lines 1998-01-24 03:59:20 +00:00
hubertf
a183d6af21 portlint: fix RCS Id 1998-01-24 03:57:53 +00:00
hubertf
469a2a5173 portlint: fix RCS Id, move DEPENDs 1998-01-24 03:55:39 +00:00
hubertf
10b4c7f004 portlint: use our install-info 1998-01-24 03:54:34 +00:00
hubertf
926a11e3ec portlint: fix RCS Id, put DEPENDs in one place 1998-01-24 03:50:53 +00:00
hubertf
ecb18a8857 portlint: use our install-info 1998-01-24 03:47:31 +00:00
agc
28a47ec351 Add NetBSD RCS Id. 1998-01-15 10:08:45 +00:00
hubertf
1ff7d956b1 Yes, we need gtexinfo for the CVS info pages; pointed out by
abs@mono.org in PR 4818.
1998-01-15 08:33:01 +00:00
agc
54bcee1ee2 As pointed out by Charles Hannum, program files which are not
intended to be in a shared object should not be compiled as
Position Independent Code.

Attempt to fix ncurses' man page problems once and for all.  The
configure script tries to be smart, and checks the date(1) manual page
to see if it's been compressed, and, if it has been, installs ncurses
manual pages compressed.  I've removed this check, so that all pages
are installed (as far as ncurses thinks) uncompressed, and then use
the standard pkgsrc mechanisms for compressing them.
1998-01-09 14:52:36 +00:00
agc
ec4863b943 Add a shlib_version file, so that the shared object is built by
default.  Add the shared object to the PLIST, with suitable
incantations of ldconfig on addition and deletion.

As pointed out by Charles Hannum.
1998-01-08 16:22:13 +00:00
hubertf
45928fc8db Do not remove locale dirs 1997-12-29 03:02:09 +00:00
hubertf
809d8e2067 Fix setting CONFIGURE_ENV ("=" -> "+=") 1997-12-22 07:52:00 +00:00
hubertf
8639bafeaa Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
hubertf
2e8af152ad Use "+=", not "=" to assign CONFIGURE_ARGS; else this installs in /usr/local! 1997-12-18 09:58:14 +00:00
hubertf
3c69b90949 The binaries produced looked for libcurses.so in ../lib, which is nonsense.
Fixed after Frederick Bruckman <fb@enteract.com> told me via email.
1997-12-15 01:00:46 +00:00
hubertf
ee250e0d61 Update to V3.11, provided by Johnny Lam <lamj@stat.cmu.edu>. 1997-12-14 23:09:43 +00:00
hubertf
e6c6166365 Fix the following message:
/usr/pkg/man//man1/captoinfo.1.gz: No such file or directory
ncurses 1.9.9g doesn't install manpages in compressed form, so
no need to define MANCOMPRESSED (for folks that want their
manpages compressed, they shallt set MANZ!).
1997-12-13 04:05:28 +00:00
hubertf
abee3df169 cvs package as submitted by Johnny Lam <lamj@stat.cmu.edu> in
private email.
1997-12-10 00:05:43 +00:00
agc
2790f685bc Updated to reflect the files and directories that are actually
installed by this package.  Don't remove non-existent directories, use
the correct names for manual pages (wresize.3, not curs_resize.3), use
the real directory names (share/terminfo/foo, not lib/terminfo/foo),
and use the correct names for the terminfo files.
1997-12-09 04:02:35 +00:00
agc
9aacbf82d1 Change manual page name from curs_resize.3 to wresize.3 to reflect
reality, which allows the package to be installed without MANZ set
in the environment.
1997-12-09 02:49:22 +00:00
hubertf
8ce370a67d fix ldconfig 1997-12-02 23:25:09 +00:00
hubertf
15387ad900 remove ranlib, fix ldconfig 1997-12-02 23:16:37 +00:00
hubertf
a2109208dc add gtexinfo
Fixes 1st part of PR pkg/4608 by Thorsten Frueauf <frueauf@ira.uka.de>
1997-11-30 21:54:27 +00:00
agc
53535f668a Upgrade to ncurses-1.9.9g.
Add MANCOMPRESSED, as newer version gzips the manual pages.

Remember to merge the new shared objects in with ldconfig.

Add version numbers to the shared objects in the derived Makefiles.
1997-11-26 14:50:45 +00:00
hubertf
4af39b22b9 Fix RCS Id, make MD/MI PLIST 1997-11-22 04:50:43 +00:00
hubertf
a2bcb51c0d needed for perl/Tk 1997-11-22 04:44:06 +00:00
hubertf
e55903a49c libslang works 1997-11-18 16:23:01 +00:00
hubertf
8eae8ee982 Fix for NetBSD (RCS Id, PLIST) 1997-11-18 00:44:46 +00:00
hubertf
c424f7f3a2 Lib for rapid gui development. 1997-11-18 00:39:46 +00:00
agc
daa54004e5 Add creation of ${PREFIX}/pthreads directory, if it doesn't exist, to
installation, if installing as part of a binary package.

Add @dirrm's to clean up after ourselves when doing pkg_delete

All the mit-pthreads mods are either from, or inspired by, Simon J.
Gerraty <sjg@cdn.telstra.com.au>
1997-11-13 14:54:50 +00:00
agc
13d88d0e23 Add support for NetBSD 1.3* 1997-11-13 14:50:42 +00:00
agc
0b3fe770e9 Typo in previous commit - ignore mkdir return code 1997-11-13 14:48:50 +00:00
agc
0210b86a15 Add pre-install step to make the ${PREFIX}/pthreads directory. 1997-11-13 14:47:23 +00:00
hubertf
d3a1cfd8e3 Do not depend on "install-info", but on "${PREFIX}/bin/install-info",
to make sure we do have ${PREFIX}/info/dir (which comes with out
gtexinfo).
1997-11-13 14:37:24 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
agc
c20852e7a7 Append trailing / to MASTER_SITES.
Add section 5 and 7 manual pages and MAN[57] definitions.

Add standard format header, and fill in hubertf's name as maintainer
(you're welcome, Hubert).
1997-10-28 11:35:46 +00:00
hubertf
27fda5db89 add MASTER_SITE for this version 1997-10-28 00:12:41 +00:00
hubertf
4f3fa3c945 Import what FreeBSD has in base 1997-10-27 04:28:54 +00:00
agc
afb1166241 Initial import of one-line comment file describing development utilities. 1997-10-13 15:59:20 +00:00
agc
8dcec58019 Changes from Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de> to:
+ use native make, rather than gmake - this gives us the profiled
library, and PIC library too, and also means we can get rid of my
previous hacks to specify the correct prefix.

+ add in support for the system call previously known as getdirentries
using getdents(2), if it exists. Note that the patch for this needs
2 lines of context to avoid an Id in the patch file.
1997-10-13 11:36:19 +00:00
agc
9fb7435b02 Add mit-pthreads to devel Makefile. 1997-10-10 19:58:01 +00:00
agc
680483d4ce Initial import of Chris Provenzano's MIT Pthreads POSIX threads
implementation, version 1.60beta6. Passes all its self tests on
NetBSD/i386 1.2G. Not tested on any other architecture.

Please note that this installs into ${PREFIX}/pthreads/...
1997-10-10 19:52:02 +00:00
agc
3568fbea28 Add a (build) dependency on gtexinfo for NetBSD.
Correct the package's makefile name.

Remove previous OS-dependent hack whereby we had no info files on NetBSD.

Regenerate indent.info to include DIR specifications, and install using
install-info.
1997-10-09 09:30:40 +00:00
agc
9536ad1edf Add a (build) dependency on gtexinfo for NetBSD.
Remove previous OS-dependent hack whereby we had no info files on NetBSD.
Install the info files by default.
1997-10-09 09:25:19 +00:00
agc
e2dbbda69e Add a (build) dependency on gtexinfo for NetBSD. 1997-10-09 09:24:05 +00:00
agc
b7e19b6859 Add a (build) dependency on gtexinfo for NetBSD.
Remove previous OS-dependent hack whereby we had no info files on NetBSD.
Install the info files by default.
1997-10-09 09:22:30 +00:00
agc
5fca7286e4 Add a (build) dependency on gtexinfo for NetBSD.
Remove previous OS-dependent hack whereby we had no info files on NetBSD.
Install the gmake info files by default.
1997-10-09 09:20:43 +00:00
agc
7674520d8e Initial import of GNU texinfo package.
This is necessary because NetBSD has no default way of reading GNU info
files - FreeBSD has had this in their base system since 2.2.2.  This
allows the default installation of package's info files, and means
less differences between individual package's Makefiles in NetBSD and
FreeBSD.

`Renamed' to gtexinfo to distinguish it from the print/texinfo package.
1997-10-09 09:13:49 +00:00
agc
06ebb9aa7a Fix a typo when setting OPSYS with uname -s. 1997-10-07 13:01:56 +00:00
agc
7aad20a3c7 Add NetBSD RCS Id. 1997-10-06 14:37:25 +00:00
agc
42824d13a9 Add NetBSD RCS Id.
Use uname -s to work out what Operating System we're on.
FreeBSD have a dependency to use emacs to byte-compile a LISP file.
Don't use this dependency on NetBSD - avoids downloading emacs just
to compile one file.
1997-10-06 14:35:53 +00:00
agc
05bb903718 Add NetBSD RCS Id.
Note that this package is downlevel - 4.11 has been out
for a while now.
1997-10-06 14:32:52 +00:00
agc
c697686fb2 Add NetBSD RCS Ids.
Use uname -s to work out the Operating System.
FreeBSD has install-info and /usr/share/info/dir by default.
NetBSD doesn't, so, for now, don't try to do this on NetBSD.
1997-10-06 14:30:49 +00:00
agc
43eead261a Add NetBSD RCS Id.
Comment out the untested NetBSD packages.
1997-10-06 14:20:56 +00:00
agc
450dc62227 Initial import of FreeBSD devel ports into NetBSD
packages system.
1997-10-06 14:06:09 +00:00