summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
1998-04-09Add and enable libg++. Remove libmalloc.tv1-2/+2
1998-04-09Addition of libg++ pkg (only for 1.3-current users running egcs, and 1.4+tv7-0/+376
users)
1998-03-28portlint: use ${VARIABLE}, instead of $(VARIABLE); ldconfig->${LDCONFIG};frueauf1-3/+3
true->${TRUE}.
1998-03-26Update to 1.2.3, set us as maintainers.hubertf2-3/+3
1998-03-25Retroportlint: Honor the user's stripflag setting, not by consitionalizingtv1-2/+3
on ${STRIPFLAG}, but instead by removing and re${INSTALL_PROGRAM}ing the binary.
1998-03-24checksume changed :-/hubertf1-1/+1
1998-03-20enable bisonthorpej1-1/+2
1998-03-20Add a GNU bison(1) package.thorpej5-0/+35
1998-03-20Add and enable cvs-current.tv1-1/+2
1998-03-19Enable p5-Data-Dumper since its in the tree.frueauf1-2/+2
1998-03-19Jaromir Dolecek's readline package (PR 4915) is better than the oneagc5-34/+666
in tree, so take the necessary elements from Jaromir's package: + build and install libhistory + build and install shared history and readline libraries. + install readline and history info pages with the correct names Preserve change from the original package: + don't assume that the Makefile SHELL is Bourne shell - set it explicitly, so that Bourne shell scripts aren't run by the csh(1)
1998-03-19keep alphabetical order.frueauf1-2/+2
1998-03-16portlint: rm->${RM}.frueauf1-4/+4
1998-03-16portlint: add default MAINTAINER; fix WARNs.frueauf1-2/+5
1998-03-16Fix PR 5163 by tooleym@Douglas.BC.CA: In manpages, tell people tohubertf1-4/+6
#include <ncurses.h>, not <curses.h>.
1998-03-12Make this package depend on Perl5. Take out the stuff I put inagc2-17/+11
yesterday - it's not necessary if the Perl dependency is there.
1998-03-11Do the same pre-processing of the packing list for the files thatagc2-13/+12
depend on autoscan. Also remove an erroneous @exec statement from the packing list.
1998-03-11Fix a problem pointed out by Charles Hannum.agc2-11/+10
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-10Patch from Uwe Arndt to define fstat13.agc1-0/+22
1998-03-10This package has a configure script that recognises --prefix, so useagc1-3/+3
GNU_CONFIGURE, not HAS_CONFIGURE. Set NOLINT in the environment when building.
1998-03-10portlint: use ${VARIABLE}, instead of $(VARIABLE).frueauf1-4/+4
1998-03-10portlint: add default MAINTAINER.frueauf1-1/+3
1998-03-09Update to V3.12hubertf8-103/+61
1998-03-08Enable readline.agc1-1/+2
1998-03-08Initial import of the GNU readline library (version 2.1) into theagc6-0/+75
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-08Fix a typo in the panel/Makefile.in file (INSTALL_PREFIX lacked aagc2-25/+34
trailing '@') - pointed out by Rob Windsor. Move configure script mods to patch-ab, and coalesce them.
1998-03-05Use catgets, pointed out by Charles Hannumhubertf1-1/+2
1998-03-01portlint: $(...) -> ${...}tron1-2/+2
1998-03-01Enable "xxgdb-1.12", fixes PR pkg/5084.tron1-2/+2
1998-03-01Initial commit of "xxgdb-1.12" package made by Rene Hexel.tron7-0/+79
1998-02-28portlint: add missing install-info lines.frueauf1-1/+3
1998-02-27Fix PR 5072 reported by Johnny C. Lam <lamj@stat.cmu.edu>hubertf1-3/+3
1998-02-26Re-do Makefile patches for version 4.12.agc2-91/+70
1998-02-26Upgrade to version 4.12agc1-1/+1
1998-02-26Upgrade to version 4.12.agc1-7/+7
1998-02-25Enable tkcvs.agc1-2/+2
1998-02-25Add NetBSD RCS Id.agc1-0/+1
1998-02-25The version of wish which we want here is 8.0.agc1-1/+1
1998-02-25Add NetBSD RCS Id.agc1-2/+3
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-25Initial import of tkcvs version 6.0, a tk/x11-based frontend for cvs,agc6-0/+152
into the NetBSD packages collection, from the FreeBSD port.
1998-02-25Enable prcs.agc1-2/+2
1998-02-25Add NetBSD RCS Id.agc1-0/+1
1998-02-25Upgrade to version 1.2.2agc1-1/+1
1998-02-25Add NetBSD RCS Id.agc1-4/+4
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-25Initial import of prcs (Project RCS) version 1.2.2 into the NetBSDagc5-0/+44
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-24Sort out manual pages. Pointed out by Markus Illenseer.agc1-10/+3
Fixes PR pkg/5043.
1998-02-22Add and enable "ncurses".tron1-1/+2
1998-02-16Use BSD_INSTALL_SCRIPT instead of custom INSTALL_SCRIPT.hubertf1-1/+1
1998-02-14Use our own INSTALL_SCRIPT; enhances fix to PR 4989.hubertf2-10/+3
1998-02-14Don't try to strip scripts while installing. Fixes first half oftron1-0/+24
PR pkg/4989 by David Brownlee.