summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam1-3/+1
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-08-23New location for homepage.jlam1-2/+2
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam1-2/+1
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-08-18support non-japanese iso2022 multibyte escape sequences, likeitojun2-1/+20
ESC $ ( C for ksx1001/ksc5601 korean charsets. patch already sent to screen@uni-erlangen.de.
2001-08-18Update to 3.9.9. Changes since 3.9.8:wiz7-52/+37
* new '-X' option to send commands to screen sessions. * added a possibility to change the attributes/color in caption or hardstatus strings: caption always "%3n %{r}%t%{-}%? @%u%?%? %{g}[%h]%{-}%?" * new 'dinfo' command to show what screen thinks about your terminal. * new 'attrcolor' command to map attributes to color codes: * support for UTF-8: new commands 'utf8', 'defutf8' to change the encoding of a window, plus a '-U' option to tell screen that your terminal sends/receives UTF-8 codes. * support for 16 colors.
2001-08-16Use install rather than copy to avoid umask issuesabs3-9/+17
2001-08-16Use FILES_SUBST{,_SED} instead of a separate listing of variables tojlam1-8/+10
substitute by sed for INSTALL/DEINSTALL.
2001-08-15Add and enable mmvagc1-1/+2
2001-08-15Initial import of mmv-1.0b, a package to rename files based on wildcardagc6-0/+76
patterns. mmv is a program to move/copy/append/link multiple files according to a set of wildcard patterns. This multiple action is performed safely, i.e. without any unexpected deletion of files due to collisions of target names with existing filenames or with other target names.
2001-08-15Update to 1.60. Changes:wiz2-5/+5
- fixed some -w dirty internals - there was an error in test.pl that failed to identify a bug. the constructor was always setting $obj->is_valid to BAD_CHECKSUM. - fixed -w dirty line in is_valid_checksum - fixed problem parsing ISBNs without valid country codes which would cause an infinite loop. - added symbolic constants to replace magic return values. - fixed is_valid_checksum which would issue warnings if the string was less than ten characters - added a test.pl which still needs more tests to reach all of the code. - version 1.5 fixed some bugs with checksums - version 1.51 has a few minor doc fixes
2001-08-13Update gnome-utils to 1.4.0.2rh3-65/+300
Notable changes include: * Fix lots of bugs in stripchart * Make logview actually work * Fix crashes all over the place * Use the gtk+2 calculator widget and make it handle keypad keys. * Man pages (Too many fixes in here to mention all of them. Basically it makes gnome-utils usable)
2001-08-07Fix build problem with version 4.2 of the "readline" package.tron2-1/+25
2001-08-01This package really wants to have autoconf. Give it to it.wiz1-1/+4
2001-07-29Update to 358. Lots of new features since last pkgsrc version.wiz2-9/+7
[Note: removed SunOS-only limitation, since perhaps some NetBSD users want the latest less without upgrading to -current.]
2001-07-29Only enable APM support on NetBSD ports which support it. Fixestron3-5/+11
PR pkg/13585 by Jim Bernard.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-22Swap patch-ab and patch-ac so that configure.in gets touched before configure.wiz3-21/+21
Problem found via logs of recent bulk build.
2001-07-22Add advanced power management support to klaptopdaemon as provided byskrll2-1/+245
Scott Presnell <srp@zgi.com> in pr/13345
2001-07-22Allow chord names with more than 9 characters.wiz2-1/+15
Patch provided by maximum entropy in pkg/13528.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-15Pass LDFLAGS through to compilation of popt library. Fixes pkg/13476 byjlam2-4/+13
Matthew Herzog <kimwana@felt.ne.mediaone.net>.
2001-07-14librpm needs libintl, so include gettext-lib/buildlink.mk injlam1-1/+3
rpm/buildlink.mk.
2001-07-14Convert to use only buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-5/+39
Add necessary dependency on zlib.
2001-07-13Update my email address.fredb1-2/+2
2001-07-13In package Makefiles, create FILES_SUBST instead of duplicating sedjlam2-3/+5
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s" instead of "diff -q" since the former is more portable across OSes.
2001-07-10Update gone to 1.3.4zuntum2-5/+5
Changes: * Added (or rather tested) Mac OS X support * Changed my email address in the manpage
2001-07-08Import xtail - tail multiple files at once.simonb6-0/+68
2001-07-08Add and enable xtail.simonb1-1/+2
2001-07-03Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-2/+3
2001-07-02Double Oops. (Correctly) supply info dir handling for binary package.fredb1-3/+3
2001-07-02Oops. Supply info dir handling for binary package.fredb1-1/+3
2001-07-02Update pinfo to 0.6.1. Changes since 0.6.0:fredb3-7/+7
Modified behaviour of auto-pgdn. It now expands the submenus, as in info Fixed problem with pinforc installed to non-existing etc directory Fixed problem with black bar on first man page Fixed buggy whitespace-skip comparing procedure Manual code can now handle hyphenated url links (it's still not perfect with e-mail--it only works if the `@' is in the upper line) Fixed buf in indirect-file search engine (a misplaced if()) Added texinfo documentation. Manual code is now case insensitive as far as sections are considered
2001-07-02We must pass a double-quote into the C program to set the value of a string.fredb1-2/+2
For some reason, CPPFLAGS+= pulls the expression in _twice_, with different quote expansion each time. This makes it even trickier than it needs to be, so go with CPPFLAGS=.
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-27Update p5-File-MMagic to 1.13. Changes are below (from ChangeLog):taca2-5/+5
2001-06-15 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm (readMagicEntry): Fixed warning output probrem on large magic database. (Reported and patched by John R Lenton. Thanks.) * Version 1.13. 2001-02-09 NOKUBI Takatsugu <knok@daionet.gr.jp> * MMagic.pm (checktype_data): Changed evaluation sequence of binary-checking and specials-checking. Version 1.12. 2000-12-11 NOKUBI Takatsugu <knok@daionet.gr.jp> * Discarded disallowEightbit(). Add new variable "allowEightbit". Version 1.11. * MMagic.pm (disallowEightbit): Added new entry. Version 1.10.
2001-06-26Update to 1.03s, per patch from Nobuhiro Yasutomi in pkg/13074.wiz4-57/+7
Last version was 1.03r, but that update didn't include a ChangeLog, so here's one back to 1.03p: Ver. 1.03s fix abnormal end when some case in directory change. (05/22/01) fix command line input handling quote. Ver. 1.03r fix display to confuse in ANSICOLOR=2 case. (04/03/01) fix to stop when start not exist directory fix handle archive file that include full path. support different compiler spec for Solaris 8. Ver. 1.03q speed up KANJI code convert by using table. (02/28/01) support Linux/Alpha allow to choose retry when not enough space to copy file. strict follow cursol posion. revice rule for file extention sort. fix confirm problem to delete file. more strict handle to timestamp when file copy. (MS-DOS)
2001-06-25Rename ja-freewnn rc.d script to ja_freewnn, following a suggestionwiz2-5/+5
by Masao Uebayashi in pkg/13251.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-4/+5
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-20Convert to use buildlink.mk file to get ncurses dependency and mark asjlam1-3/+4
USE_BUILDLINK_ONLY.
2001-06-20Don't rely on redrawwin() in ncurses...use touchwin(),wrefresh() instead.jlam4-6/+37
Add patches to remove clearing of CFLAGS and LDFLAGS during configure process to preserve passed-in values.
2001-06-20Create the examples directory before trying to install into it.jlam1-2/+2
2001-06-20Convert to use buildlink.mk files for ncurses dependency and mark asjlam8-37/+208
USE_BUILDLINK_ONLY. Add patches to remove explicit passing of -I/usr/include/ncurses to the compiler, and move the example configuration file to ${PREFIX}/share/examples/vfu. Add DEINSTALL/INSTALL scripts to handle copying the sample config file to the config directory at install time and removing it at deinstall time.
2001-06-19Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. By usingjlam4-48/+43
ncurses/buildlink.mk, we can refer to the ncurses header as ncurses.h and the ncurses lib as libncurses.
2001-06-18Add buildlink.mk file for use by other package Makefiles.jlam1-0/+33
2001-06-15Update nxtvepg to 0.5.2.magick2-5/+5
Changes since 0.5.1: - bugfix programme listbox: the network filter did not follow xawtv channel changes. Thanks to Werner Renhardt (werner at kangaroo.at) - bugfix cyclic acquisition (bug was introduced in 0.5.1): expired programmes were not counted for acquisition statistics, hence sometimes the acq engine did not detect when the database was complete and did not move on to the next provider.
2001-06-13Update colorize to 0.3.0zuntum2-6/+6
* README update * HTML title change (s/colorize /colorize.pl /) * *fix* device and script name in colorize-fifo.sh * *fix* the init.d scripts (restart looks bad) * *fix* apache log format catch (when user is set in access.log), thanks jamie * user catch moved later in catch list * *changed* --convertdate switch to --convert-date * !new! procmail log format (feature req. from Anh Lai) * !new! facility remove switch (feature req. from Mw3 and [drewie])
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam2-4/+4
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam5-10/+8
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam3-10/+7
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.