summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-10-22Enable packages (which were marked as broken on the NetBSD/alphaagc4-12/+17
because gtk wouldn't build) to build on Alpha, since Tim Rightnour tells me that gtk now builds fine on NetBSD/lpha.
1999-10-22Remove rollemup package.sakamoto9-103/+1
because we are currently in the middle of a small freeze.
1999-10-22Add and enable rollemup.sakamoto1-1/+2
1999-10-22Initial import of rollemup-1.0.sakamoto8-0/+101
Multi Ball, Player, Platform, Media, Cool Pinball game
1999-10-22Remove dependency on libungif. We get it through kdebase.jlam1-2/+1
1999-10-22Readd dependency on libungif (per log message for revision 1.38).jlam1-1/+6
1999-10-22Include the total number of packages at the top of README-all.html, andhubertf2-4/+11
lose the <TD VALIGN=TOP> entries (the <TR VALIGN=TOP> should be sufficient). Suggested by David Brownlee <abs@mono.org> on tech-pkg@netbsd.org.
1999-10-21Remove the xvile USE_MENUS definition, which is on by default now.agc1-6/+1
1999-10-21Update this package to 8.3, to be consistent with the vile package,agc6-71/+101
and obviating the need for two distinct distfiles. Update the vile package to version 8.3. Remove the USE_MENUS /etc/mk.conf definition, which had very little point. Add configuration args to use xpm, and to make perl support legitimate. Changes since 8.2 include: + Add xpm support in xvile. + make C-style indent logic available as a mode 'cindent', so it can be assigned as part of a majormode. It is part of the builtin cmode. + added "-132" and "-80" command-line switches to set screen width from command line. + many other bug fixes, restructuring, and changes.
1999-10-21Update to version 0.91.1 - seems to be a major rewrite.agc5-45/+31
As prodded in pkg PR 8647 by Jaromir Dolecek. Changes from old pkgsrc version: 0.90.1 Nov 26 1998 Top-level Makefile now uses $MAKE instead of make fixed missing end-line escaping in wordview.tcl All occurences of strcpy, strcat and sprinf investigated to avoid buffer overflows. 0.90 Oct 29 1998 Fixed bug with charset names redeclared locally in main() Fixed problem in configure with wish 8.0.3 Catdoc considered to be stable enough for release 0.90b5 Oct 14 1998 Fixed handling of 0x1F char (soft hyphen in Word 6.0), now it is translated to 0x00AD (unicode soft hyphen) Fixed permissions for manual page Added --with-install-root configure arg to simplify building of binary packages. 0.90b4 September 17 1998 Added proper configuration of library dir in wordview. Added --disable-charset-check config option Added 0x2026 symbol in ascii.rpl Added more Windows codepages in distribution 0.90b3 September 11 1998 Added -x switch to simplify debugging of substitution maps 0.90b2 September 10 1998 Added some symbols is 0x2000-0x20FF range to substituton maps These symbols occurs in cp1251 so they are frequently found in Word files. Fixed some filename-handling problems in wordview.tcl 0.90b1 September 8 1998 Added us-ascii.charset, fixed small bugs in confugre, install is used for all installation files. Code is considered stable enough to be beta. 0.90a3 September 7 1998 Fixed small bug in table handling, which caused catdoc to output extra column delimiter just before row delimiter. Added autoconf configuration. install is back, although not for charsets 0.90a2 August 18 1998 version 0.90 was tested on BSDI and Solaris platform. Makefile was rewritten to avoid use of highly incompatible /usr/{ucb,bin}/install 0.90a1 August 13 1998 Catdoc undergone major rewrite. Now it has proper charset handling, including UNICODE and runtime configurability.
1999-10-21Regenerate patch-sum file, to include a NetBSD RCS Id Header.agc1-0/+2
1999-10-21Update this package to version 4.2.2, provided by David Rankinagc5-32/+34
<drankin@bohemians.lexington.ky.us>, and reworked by me to include socks support where necessary, and to use pkgsrc standards for GNU_CONFIGURE, etc. Also fixed the PLIST to reflect reality. Changes since previous pkgsrc version: * lmove.c match_group(), move_msgs(), scan_args() - Re-wrote for new options -h and -s to create hard or symbolic links to files crossposted to multiple groups. Re-wrote code to handle malformed header with spaces either before or after the newsgroup names. load_active() - added test for duplicate group line. * suck.c - do_one_group() - changed command from "xhdr 111-" to "xhdr 111-2222" for brain-dead servers that don't follow the proposed standard and treat 111- correctly. * xover.c - do_xover(), do_group_xover() - changed command from "xover 111-" to "xover 111-222". * rpost.c - do_perl() - fixed bug where infile was being lost due to FREETMPS, causing failed posting. * suck.c - restart_yn() - fixed bug where if prior to restart, we had sent command for an article, but not received it, then on restart, we would skip article. So I have to set sentcmd to false if we haven't downloaded it. * xover.c - chk_a_group() - rewrote into one loop, to get rid of segfaults on NULL field, and to speed things up for complicated xover files. * active.c - get_msgids() - added new option, -i, to set the default number of articles to download when using the -A or -AL option and a new group is added. See man page for usage. do_one_group() - changed handling of return from do_group_xover() so handle new error code. parse_args(), main() - added code to handle -i option. get_articles() - fixed bug in handling of pause and reconnect after X nr of articles. Wasn't taken into account 0 articles correctly. * killfile.c - moved xoverview pointer out of master killfile and into master struct, so can use independently of killfiles (for -Z option). parse_killfile() - changed to passed which argument to various setup routines, so can distinguish between XOVER and regular killfiles. * killprg.c - killprg_forkit(), killperl_setup() - added test for which, so if XOVER killfiles we don't point the killfile functions to killprg stuff. - killprg_sendoverview(), killprg_sendxover, killperl_sendxover() - created. These routines handle the sending of the overview.fmt and each overview line to a child program or perl subroutine for matching. * suck.c - main() - added code to handle retreival and freeing up of memory used by overview.fmt. Added call to free up xoverp killfile.u - do_one_group() - added code to handle new option, -Z, to use XOVER vice XHDR to get message-ids, in case the remote server doesn't support the XHDR command. * xover.c - do_group_xover() - changed the error code returned if server can't do xover command, so can recover gracefully from other errors (such as too long msgid) get_xover(), find_msgid() - created. These routines use the XOVER command to get the Message-ID and alloc it for the -Z option. Moved xoverview pointer out of master killfile and into master struct, so can use for -Z option. - do_one_line() - added code so if we have a program or perl subroutine to do the checking, it gets called * suck.c -- do_supplemental() - added call to do_sup_bynr(). do_sup_bynr() - created. Handles lines in suckothermsgs that specify a group name and article number for retreival. * suck.c - get_one_article() - fixed bug in sending command for the second article, was resending first article command. * killfile.c - get_one_article_kill() - added code to handle new option, -g, to get only the headers of articles. See man pages for details. * suck.c - get_one_article() - added code to handle new option -g, to get only the headers of articles. * xover.c - chk_a_group() - fix bug in counting of Xref line, causing inaccurate count. do_one_line(), get_xoverview() - fixed handling of :full flag in overview.fmt. * reworked restart code. Got rid of suck.restart and suck.sorted, replaced with suck.db, which contains the records of all messages. All of this code is now contained in db.c. Cleaned up the use of the Mandatory field by creating separate delete and sentcmd fields. * chkhistory.c chkhistory() - fixed bug which caused no articles to be checked, I wasn't passing the current article to my_bsearch(). chkhistory() - changed HISTORY_FILE to a run time option vice the constant defined in the Makefile. * chkhistory_db.c chkhistory(), open_history() - changed HISTORY_FILE to a run_time option. * killfile.c - added code to handle new killfile option NRXREF. This works the same as NRGRPS, but on the Xref line instead of the Newsgroups line. killfile_done() - fixed bug in freeing perl_int. check_a_group() - fixed bug in counting nr of groups. pass_two() - fix bug if groupline didn't have group name, we could core dump when trying to nuke nl. * ssort.c - changed params that my_bsearch is called with, to make chkhistory faster. Changed second param to string vice struct. * suck.c - do_cleanup() - fixed a bug with moving suck.newrc to sucknewsrc. If we're restarted with -R, no suck.newrc would exist, and we'd move sucknewsrc to sucknewsrc.old, and fail on the move of suck.newrc to sucknewsrc. Now if suck.newrc doesn't exist, we don't move sucknewsrc either. parse_args() - added code to handle history file option (HF). * xover.c - added code to handle to option NRXREF, like above. Also added code to handle new option XOVER_LOG_LONG, which causes suck to format xover kills so that they look like message headers, instead of printing just the Xover line. * active.c - get_message_index_active() - added code to handle -F option, reconnect after reading the active file. This is in case of a large active file, and the remote end times out while reading it. * killprg.c - tweaked the #ifdef for the Perl 5.004 stuff * lmove.c - move_msg(), scan_args() - Added test to see if article exists in new location before I move it. This is to avoid overwriting articles if another process adds articles to directory without changing the active file. If an article already exists, I abort UNLESS you use the -A option. See man page for more details. main() - rewrote tests for msgdir and basedir, to avoid segfaults if not defined. * suck.c - main(), scan_args() - added code to handle -F option. * xover.c - get_xoverview() - fixed bug in parsing of xoverview, not stripping the blanks and nls correctly. Also fixed bug in allocing of memory (had POverview vice Overview). * batch.c - do_post_filter() - created, allows you to edit all articles downloaded. *batch.c - do_lmove_patch() *killprg.c - killprg_forkit() *rpost.c - do_filter - added exit(-1) so that if child doesn't execl, we don't have both parent and child running. * chkhistory.c - chkhistory() - changed error_log() call to MyPerror() for open of history file, so get more descriptive error msg. * suck.c - main(), parse_args() - added arg handling for do_post_filter(). get_articles(), restart_yn() - re-worked the handling of restarts, to avoid downloading same article twice, or not downloading an article, due to the de-duping process when I did a rescan for new articles, so I had the same MsgId twice, then deleted the first one already downloaded, and then downloaded it again. * dedupe.c - dedupe_list() - added code so that if one of a set of dupes is marked as downloaded, or a dupe, I delete the other one instead, to help avoid the scenario above.
1999-10-21Regenerate after patches to put the docs in the right directory.agc1-2/+7
1999-10-21Remove the previous post-install hack which moved documentation around.agc7-8/+101
Add patches to put the documentation in the correct directory, according to hier(7). Fixes the concerns raised in pkg PR 8620 by Simon Burge.
1999-10-21Only have a pre-requisite of ncurses on NetBSD.agc1-2/+5
1999-10-21Be more careful when matching packages in show-downlevel target - applyagc1-2/+2
the fix from The Wiz in pkg PR 8597. This will still produce erroneous results for the foo-current vs. foo package discrepancy, but that's left as an exercise for a later day.
1999-10-21Advise the user to modify inetd.conf to point to the correct files.agc1-2/+2
Closes PR pkg/8659 from Erik Bertelsen
1999-10-21Optimise some of the ELF shared object awk script.agc1-9/+4
1999-10-21I know.. I know.. No updates of pkgs.. Especially this one fromgarbled2-7/+7
0.98 to 0.99a. However, the author removed the old distfile from his site, and the package wouldn't build anymore.
1999-10-21complete an incomplete hand-edit to the patch. doh.dan2-4/+4
1999-10-21Update for recent change to patch-addan1-2/+2
1999-10-20Make scilab always use f2c for compiling the fortran part of the code. Thisdmcmahill7-234/+916
is because the g77 compiled code doesn't work properly on several machine architectures. In particular using g77 on (all 1.4.1 machines): pmax - can't even compile sparc - binary sometimes crashes mac68k - doesn't handle sparc matrices correctly using f2c fixes all these problems.
1999-10-20This package currently builds with rev. 1.1 of getopt_long.c only.hubertf2-8/+12
Put the distfiles into $MASTER_SITE_LOCAL for now.
1999-10-20Regenerate following Robert Elz's patches in PR 8366, and also changesagc1-3/+4
to the Makefile and man page.
1999-10-20Make this package compile on Solaris.agc4-19/+61
Apply Robert Elz's patch from PR 8366 to make the package behave like a clock, rather than a sundial, when it comes to updating the displayed time. Modify the man page to identify the correct resource for "military time". Whilst I share Robert's concerns about this being an incorrectly-used term, it's outwith the scope of pkgsrc to modify arguments to the program such as "-m", or any resources that the program uses. Fixes PR 8366.
1999-10-20Make ELF shared object links work again using nawk as well as gawk.agc1-33/+37
Use awk more efficiently.
1999-10-20Add CW-7582, the ide version of the CW-7502, which passes all the same tests.dan1-1/+11
1999-10-20Fix list of modem-devices kppp presents.hubertf2-1/+34
Question: am I the only one who's modem doesn't understand ATL4 but works fine with ATL3? If not, I should probably change that, too...
1999-10-19add postfix (long missing)perry1-1/+2
1999-10-19Add a link to www.netbsd.org into the default set of bookmarksabs4-2/+22
(buried in the "Computing/Internet" menu)
1999-10-19Re-enable shared lib handling on Solaris as well as NetBSD.agc1-2/+2
"Someone" owes me big-time for this.
1999-10-19Be a bit more efficient when calculating whether patch-sum files haveagc1-5/+7
changed, and avoid extraneous gibberish at the end of a cmp(1) command, so that patch-sum creation works on Solaris.
1999-10-19Add and enable jikesagc1-1/+2
1999-10-19Initial import of jikes, a java 2 compiler, into the NetBSD packagesagc5-0/+36
collection.
1999-10-19s/USE_WALLPAPER/KTERM_USE_WALLPAPER/ to make it more obvious which packageagc2-8/+8
uses this definition.
1999-10-19Move PATCH_DEBUG into the generic options group of definitions - althoughagc1-24/+24
it is only used specifically by the exmh package, PATCH_DEBUG can still be set to get more information as the patches are applied.
1999-10-19Delete NOMANINSTALL, which is not used by any package, and would causeagc1-6/+1
PLISTs to be inconsistent if it were used.
1999-10-19s/EXTRA_DICT/ISPELL_EXTRA_DICT/ to make it obvious which package usesagc2-8/+8
this definition.
1999-10-19s/DOMAIN_NAME/KNEWS_DOMAIN_NAME/ to make it more obvious which packageagc2-15/+20
uses this definition. Also s/DOMAIN_FILE/KNEWS_DOMAIN_FILE/ in the package Makefile, and document it in mk.conf.example.
1999-10-19s/DONT_USE_IDEA/SSH_DONT_USE_IDEA/ to make it more obvious which packageagc2-6/+6
uses this definition.
1999-10-19Make openssl compile whether or not RSAref is defined.erh3-11/+59
1999-10-19Install 5.3.2rvb6-15/+12
1999-10-19No longer neededrvb2-26/+0
1999-10-18Update xfce to 3.1.2. Changes from 3.1.0:jwise3-6/+10
01-OCT-1999 : XFce-3.1.2 ======================== - xfwm * Fix bug in title height computation - all * patch to display Multi-Byte charactors such as Japanese, Chinese or Korean properly in menus and titlebars and icons by Yamahata Kenichiro <mogutan@din.or.jp> * Japanese translation by Yamahata Kenichiro <mogutan@din.or.jp> - setup/startup scripts * Fixes to be compatible with ksh 24-SEP-1999 : XFce-3.1.1 ======================== - xfwm * Improve event handling (better performance) for move/resize ops. * Add configurable XPM icons for iconified windows * Implement workarounds to buggy GTK+ 1.2.4 * Fix key bindings * Ignore dummy modifers such as Num Lock or Scroll Lock for keyboard shortcuts - xfce * Add digital clock - xfclock * Totally new rewritten application ! - xfterm * A very usefull terminal wrapper submitted by Joakim Andreasson <karanne@flashback.net> - xftree * Bug fixes * Improve DnD * Reduce memory leak (patch submitted by Francois Petitjean <francois.petitjean@bureauveritas.com>) - libs * New clock widget (initially based on patches from a Cosource project http://www.cosource.com)
1999-10-18Update xscreensaver to 3.18.frueauf4-6/+10
1999-10-17Don't remove a distfile, then try to symlink to it!simonb1-2/+2
1999-10-17Fix categories.fredb1-2/+2
1999-10-17regenfredb1-3/+3
1999-10-17Add and enable xhfs.fredb1-1/+2
1999-10-17Use devel/libhfs.fredb5-3/+54