summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-11-03Use X11PREFIX and not X11BASE for XFORMINCDIR. Now works with xpkwedge.veego2-4/+4
2000-11-03Correct the checksum of the distfile.agc1-2/+2
2000-11-03Add and enable ap-php4agc1-1/+2
2000-11-03Use c++/cc instead of g++/gcc. Do this so that multi-language libtoolskrll2-8/+11
doesn't get confused.
2000-11-03Back out use of EVAL_PREFIX - the correct directory is set by includingskrll2-8/+2
qt2-libs/Makefile.common. Pointed out by hubertf@netbsd.org. Now what to do about x11/qt2...
2000-11-03Homepage has moved.jlam1-2/+2
2000-11-03Add back some executables that are only present on hpcmips, not on i386.hubertf2-5/+11
2000-11-03* Relax requirement on ghostscript to also allow ghostscript-nox11.jlam3-5/+58
* Enable GIF and PNG support. * Specify path to install TeX files to avoid problems when /usr/pkg is a symbolic link. * Add INSTALL/DEINSTALL targets to properly regenerate teTeX's ls-R file.
2000-11-03Update to boost 1.18.1. Changes from version 1.17.0:jlam3-17/+437
* Graph Library, Random Number Library, and Regular Expression Library * Configuration Header additions for various compiler foibles. * Portability Hints: Borland C++ 5.5.1 from Jens Maurer added. * Compiler Status updated for latest versions of several compilers. * Array Library improvements reflecting formal review comments. * functional.hpp compiler workarounds added. * tie() function template added to utility.hpp for easier handling of std::pair<> return values. * Integer Library improved handling of 64-bit integers. * Minor web site page updates.
2000-11-03Honor CXX and CXXFLAGS definitions from the environment during build.jlam1-3/+3
2000-11-03have -lintl when we check if libintl is from GNU gettext or not.itojun5-38/+31
(bug in gettext.m4)
2000-11-02Add and enable "esh". Fixes PR pkg/11376 Jason Beegan.tron1-1/+2
2000-11-02Initial import of "esh" packge:tron7-0/+84
Unix shell with Lisp-like syntax This package was contributed by Jason Beegan in PR pkg/11376.
2000-11-02Add and enable latex2htmlwennmach1-1/+2
2000-11-02Initial import of latex2html-99.2beta8, a LaTeX to HTML converter.wennmach5-0/+398
2000-11-02Update "xmradio" package to version 1.0. Changes since version 0.8:tron2-4/+4
- "mute" mutes the audio mux now, not the FM tuner. Fixes a temporary bug in the driver - stereo on/off button works now for Juhas driver (but still indicates if stereo is available at all) - polling tuner status to reflect changes in reception - detecting stereo signal for bktr driver as well - frequency label now always completely visible - support for LCD displays controlled via lcdproc (LCDd)
2000-11-02Split patches for different files into separate patch files.mjl6-52/+64
Use imake's XmClientLibs instead of handcoded libs.
2000-11-02add and enable xcircuitdmcmahill1-1/+2
2000-11-02Initial import of cad/xcircuit.dmcmahill8-0/+139
The program xcircuit is a generic drawing program tailored especially for making publication-quality renderings of circuit diagrams (hence the name). The output is pure PostScript, and the graphical interface attempts to maintain as much consistency as possible between the X11 window rendering and the final printer output. xcircuit is mouse, menu, and keyboard-driven, with the emphasis on single-character keyboard macros. Package provided by Jason Beegan <jasontd@indigo.ie> in PR 11383 with some minor modifications by me.
2000-11-02Use MOTIFLIB instead of hardcoded -lXmmjl2-6/+6
2000-11-02Add -lXp to MOTIFLIB, needed by openmotif.mjl1-2/+2
2000-11-02add lang/umb-schemeitojun1-1/+2
2000-11-02umb scheme interpreteritojun10-0/+85
2000-11-02add lang/kaliitojun1-1/+2
2000-11-02kali distributed schemeitojun5-0/+145
2000-11-02add examplesitojun1-1/+4
2000-11-02add lang/vscmitojun1-1/+2
2000-11-02vscm, a portable scheme implementationitojun10-0/+128
2000-11-02fix path to patched filesjdolecek3-9/+9
2000-11-02add log_mime_hdrs_list directive - this directive specifies list ofjdolecek5-3/+108
headers to log into access log when log_mime_hdrs is on the change will be sent to Squid maintainers for possible future inclusion shortly
2000-11-02more locale directory hardcoding. suggested by lamjitojun4-1/+69
2000-11-02hardcode internationalized message file direcotry to ${PREFIX}/share/locale.itojun3-3/+17
use USE_LIBINTL.
2000-11-02add lang/minischemeitojun1-1/+2
2000-11-02minischeme, very tiny scheme interpreteritojun7-0/+61
2000-11-02correct gettext dependency.itojun3-2/+17
2000-11-02add caveat. some fonts seem to have wrong font metric.itojun1-0/+3
2000-11-02add USE_LIBINTL. we can use /usr/bin/msgfmt so tweak BUILD_DEPENDS.itojun1-2/+3
2000-11-02add LICENSE and NO_{SRC,BIN}_* to comply with the license. Pointed out bydmcmahill1-1/+8
Jason Beegan <jasontd@indigo.ie> in PR pkg/11407
2000-11-02Fix a typo in HOMEPAGE.toshii1-2/+2
2000-11-02NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymorewiz7-26/+35
(only after bsd.prefs.mk inclusion)
2000-11-02NEED_NCURSES check doesn't have to be below bsd.pkg.mk inclusion any morewiz1-5/+5
(still below bsd.prefs.mk inclusion, though)
2000-11-02USE_CURSES logic moved to bsd.prefs.mkwiz1-3/+3
2000-11-02Move USE_NCURSES stuff from bsd.pkg.mk to bsd.prefs.mk.wiz2-25/+22
Do executable bit testing in bsd.pkg.mk, REPLACE_NCURSES, slightly different.
2000-11-02use gettext library from outside (USE_LIBINTL + BUILD_DEPENDS devel/gettext).itojun4-3/+39
do not build it on its own.
2000-11-02add USE_LIBINTL, and BUILD_DEPENDS to devel/gettext.itojun1-1/+4
2000-11-02add USE_LIBINTLitojun1-1/+2
2000-11-02it needs msgfmt, add BUILD_DEPENDS to devel/gettext (not tested)itojun1-1/+2
2000-11-02look at /usr/pkg/{include,lib}, so that we can build it withitojun1-1/+3
devel/gettext-lib (not with in-tree libintl). from lukem.
2000-11-01ntop homepage is now www.ntop.orgabs1-2/+2
2000-11-01Use --with-t1-includes=${X11PREFIX}/include so it works with xpkwedge.veego1-1/+2