summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-10-04Deleted net/upclient - the uptimes project has been suspended, and if itabs10-125/+1
resumes it will use a new client and protocol.
2001-10-04Here it is folks, VIM 6.0! Changes since version 5.8:martti15-538/+681
----------------------------------------------------- The number of changes is huge. These are just the main new items: Folding - momentarily hide part of the text Vertically split windows - mixed with horizontal splits Diff mode - show and remove differences between files Easy Vim: click-and-type - for those who really don't like two modes User manual - learn to use Vim, reads like a book Flexible indenting - automatic indenting for any language Extended search patterns - more regexp power than you will need UTF-8 support - Unicode allows editing nearly all languages Multi-language support - translated messages and menus Plugin support - drop a script in a directory and you can use it Filetype plugins - an easy way to setup for editing a type of file File browser - browse directories, also on a terminal Editing files over a network - read and write a remote file directly command-line editing window - use any Vim command to edit an Ex command Debugging mode - debug your Vim functions and scripts Cursor in virtual position - edit tables and draw ASCII pictures Debugger interface - use Vim with Sun Visual Workshop Communication between Vims - let one Vim tell another Vim what to do Printing - print with syntax colors Quickfix extended - see error messages in a window and jump there Writing files improved - rename or copy to make a backup file Argument list - select groups of files to work on Restore a View - save the looks of a window and restore it later Color schemes - quickly switch between different color setups
2001-10-04Removed vim-devel as vim is now the latest version.martti4-662/+0
2001-10-04Try not to have BUILDLINK_X11_*FLAGS be added multiple times to CFLAGS,jlam1-1/+3
CPPFLAGS, CXXFLAGS, or LDFLAGS.
2001-10-04There is only one system library path: /usr/lib. Don't include /lib andskrll3-6/+15
/usr/local/lib. Discussed with Johnny Lam <jlam@netbsd.org> and Bernd Ernesti <veego@netbsd.org> Problem reported by Jeremy C. Reed <reed@reedmedia.net> on tech-pkg
2001-10-04If USE_IMAKE is set, then ensure that the buildlink-x11 package isn'tjlam1-1/+12
installed, as it currently breaks builds that use imake. I made an announcement on current-users and tech-pkg on this, but having the make logic place to verify that buildlink-x11 is actually gone is better.
2001-10-04Explicitly disable esd, alsa, and arts plugins since we may not have thosejlam1-2/+6
installed. We only support the OSS and Sun (native) audio plugins.
2001-10-04Update Mew to 2.0.57jun2-5/+5
Mew 2.0.57 (2001/10/04) mew-dist release * XML support. * mew-mime-content-type hack. * A patch for contrib/mew-caesar.el. * mew-summary-kill-subprocess() now calls mew-pop-tear-down(). * Supporting .htm as well as .html.
2001-10-04Workaround a bug in the configure script where the prefix used to searchjlam1-4/+6
for the Ogg headers and libraries is missing when it's not supplied to the configure script.
2001-10-04Document the following variables:jlam1-5/+38
REPLACE_BUILDLINK REPLACE_BUILDLINK_PATTERNS REPLACE_BUILDLINK_SED REPLACE_LIBNAMES REPLACE_LIBNAMES_PATTERNS REPLACE_LIBNAMES_SED BUILDLINK_CONFIG_WRAPPER_SED Also prepend an underscore to REPLACE_LIBNAME_SCRIPT as it's not a variable we're exporting.
2001-10-04Fix typo in previous commit.jlam1-2/+2
2001-10-03Make explicit what the mammoth sed expression in the _BUILDLINK_USE targetjlam1-5/+12
is supposed to do: filter out libtool archives from the list of files to link into ${BUILDLINK_DIR}.
2001-10-03add and enable eurosymwiz1-1/+2
2001-10-03Initial import of eurosym-1.0, a package with Euro symbols for LaTeX.wiz4-0/+64
2001-10-03bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, sojlam18-49/+19
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
2001-10-03Invent new variables:jlam1-26/+39
REPLACE_LIBNAMES_PATTERNS REPLACE_BUILDLINK_PATTERNS They are space-separated lists of shell glob patterns representing files in which we substitute with REPLACE_LIBNAMES_SED (for replacing buildlink library names with the true library names) and REPLACE_BUILDLINK_SED (for replacing references to buildlink directories with the true install locations). This generalizes the variables (which may still be used): REPLACE_LIBNAMES, REPLACE_BUILDLINK, that contained the actual filenames. REPLACE_BUILDLINK_PATTERNS contains *.lai, *-config, *Conf.sh, and *.pc.
2001-10-03The first raw cd device is _not_ rcd0d. Use sysctl kern.rawpartition.abs5-151/+152
2001-10-03Substitute the real config script for the config wrapper script injlam38-40/+136
installed files. We don't want buildlink references to escape into the install directory.
2001-10-03Remove -I${X11PREFIX}/include -I${LOCALBASE}/include from CPPFLAGS, nowrh1-2/+1
that we are strongly buildlinked. Thanks to Johnny Lam for spotting this.
2001-10-03Replace hand-made script with REPLACE_BUILDLINK and REPLACE_BUILDLINK_SEDrh1-15/+5
2001-10-03Update x11/p5-gtk to version 0.7008. Major changes from version 0.7004jlam4-11/+41
include: * bug fixes * added perl var changes event source: you can now get a callback when the value of a perl variable changes. * install more documentation (Gtk::cookbook) * optimize both memory used and speed of loading/execution * add the ability to query packages, signals and object arguments.
2001-10-03Add a few more files to REPLACE_BUILDLINK to prevent references tojlam1-2/+4
${BUILDLINK_DIR} from escaping into the installed files.
2001-10-03Remove dependency on automake since we don't patch any of the automakejlam1-2/+1
input files (Makefile.am, configure.in, etc.).
2001-10-03This package uses libtool to build installed libraries, so it needsjlam1-3/+6
USE_LIBTOOL defined. Also mark this package as USE_BUILDLINK_ONLY as it's strongly-buildlinked.
2001-10-03gcc on arm32 goes into infinite loops with -O1 or -O2 on variousabs1-1/+5
.c files, and this package's build system is too baroque to patch sanely. Disable optimisation on arm32.
2001-10-03Enable p5-PDF and p5-PDF-Createmjl1-1/+3
2001-10-03Initial import of p5-PDF-Create, as per PR/14143.mjl4-0/+34
2001-10-03Initial import of p5-PDF, as per PR/14142.mjl4-0/+28
2001-10-03Make sure the PLIST is correct when not using emacs or xemacs.agc1-3/+4
2001-10-03Correct depends. Finally fixes PR/14137.mjl1-3/+3
2001-10-03Improve English in comment.wiz1-3/+3
2001-10-03Upgrade to version 15.3seb7-51/+204
Changes in release 15.3: Improvements, major bug fixes, XEmacs, Vim and web interface support Changes in release 15.1: Improvements to interface and major bug fixes
2001-10-03Add zh_TW dir (e.g. for lftp).wiz3-3/+15
2001-10-03Update to 2.4.4, as provided in pkg/14062 by Hiramatsu Yoshifumi, withwiz4-9/+30
some changes by me (strongly buildlinked now). ATTENTION: If package compilation is failing for you on -current in the linking step, make sure you have /usr/include/libintl.h v1.2 (2001/08/13)! [Thanks for the tip, Johnny!] Some of the changes since 2.3.9 (for a complete log see ${WRKSRC}/NEWS): * sometimes lftp did not expand tilde in remote path - fixed. * new setting ftp:home to specify starting directory explicitly. Set it to `/' to override RFC1738 ftp url semantics if you don't like the look of `ftp://host/%2Fpath'. * improved abort sequence for passive mode, now wu-ftpd does not hang. * fish protocol support (over plain ssh connection). * use CONNECT method for https over http proxy. * support for variable name completion (Nicolas Noble). * queue editing support (Glenn F. Maynard). * support http keep-alive in case of chunked transfer encoding. * terminate some never-ending jobs before moving to background. * support for HTTP/1.1 416 reply code. * support for ftp ACCT command (ftp:acct variable) and for SITE GROUP command (ftp:site-group variable). E.g. `set ftp:acct/user@host account/password'. * new setting ftp:port-ipv4 to specify explicitly IP address sent with PORT command (suggested by Julien Oster and Jonas Jensen with patches). * new setting ftp:ssl-auth to specify AUTH argument to use (SSL, TLS, TLS-C or TLS-P). * roxen directory listing support. * new settings ftp:retry-530 and ftp:retry-530-anonymous. Retry on server reply 530 for PASS command if text matches these regular expressions. These settings should be useful to distinguish between overloaded server (temporary condition) and incorrect password (permanent condition). * retry ftp login quickly on next address if the server has many (works well on ftp.redhat.com, for example). * improved fuzzy variable name matching. Exact prefix and exact name after prefix are taken into account separately. E.g. http:pro is not ambigous now between http:proxy and https:proxy. * implemented -c option for reverse mirror (mirror -R -c). * allow open "" to switch to disconnected dummy session. * allow adding bookmark for disconnected dummy session. * new translation zh_TW (by R.I.P. Deaddog <maddog@linuxhall.org>). * made `lftp@' the default ftp password. As well as many bug fixes and translation updates.
2001-10-03We really don't need expat.jlam1-2/+1
2001-10-03Note addition of textproc/p5-XML-Writer.jlam1-1/+2
2001-10-03textproc/p5-XML-Writer - Perl module for writing XML documentsjlam4-0/+30
XML::Writer is a simple Perl module for writing XML documents: it takes care of constructing markup and escaping data correctly, and by default, it also performs a significant amount of well-formedness checking on the output, to make certain (for example) that start and end tags match, that there is exactly one document element, and that there are not duplicate attribute names.
2001-10-03Update mew to 2.0.56jun2-5/+5
Mew 2.0.56 (2001/10/03) mew-dist release * mew-summary-folder-cache-save() now includes mew-touch-folder(). * A bug fix for non-UIDL POP servers. * Unlimiting mew-header-max-depth for mew-scan-form-mark(). * Touching folders when 'mdrop. * mew-set-environment() moved after loading mew-rc-file.
2001-10-03Update databases/p5-gdbm to 1.05, the latest version from the perl-5.6.1jlam2-12/+10
distribution. There is no list of changes from version 1.03, the one from the perl-5.6.0 distribution.
2001-10-03Strongly-buildlink and mark as USE_BUILDLINK_ONLY.jlam1-5/+3
2001-10-03Substitute for more things needed by DEINSTALL/INSTALL.jlam1-1/+5
2001-10-03Use expat/buildlink.mk and remove some unnecessary variable settings.jlam1-5/+3
2001-10-03Use a wildcard dependency on guile-slib, and depend on the latest one as itjlam1-2/+2
has a proper version number.
2001-10-03Update guile-slib and slib to version 2.4.2 (slib-2d2). Changes fromjlam5-29/+25
version 2c8 include: New initialization files for DrScheme, Guile, and Scheme48-0.57. New modules: coerce.scm (implementation of Common Lisp coerce and type-of), differ.scm (O(NP) sequence comparison algorithm), http-cgi.scm (Service HTTP and CGI requests), pnm.scm (Read PNM image files), simetrix.scm (SI metric interchange format), srfi-1.scm, srfi.scm, and uri.scm (the URI functions from db2html.scm and some new ones). scmactst.scm, struct.scm, and structst.scm were removed due to lack of license. Package update provided by Eric Gillespie Jr. <epg@trantor.pretzelnet.org> in pkg/14008.
2001-10-03Get guile-slib dependency from g-wrap.jlam1-2/+1
2001-10-03Update "phpmyadmin" package to version 2.2.0. This version fixes manytron3-65/+80
bugs found since version 2.2.0rc1 was released, works better with the JavaScript implementations of Opera and Konqueror and adds news translations.
2001-10-03Add "prdownloads.sourceforge.net" as primary site to the of listtron1-2/+3
sourceforge download servers. It is the fastest one from "ftp.netsd.org" and my home system.
2001-10-03more strict wildcard usage on dependshubertf2-7/+7
2001-10-03be more cautious about pkg wildcards: PR 14138, 14140hubertf2-10/+10
2001-10-03Be more careful about wildcards: -* => -[0-9]*hubertf5-38/+38
Noted in PR 14137 (p5-Crypt-DSA) and 14139 (p5-Crypt-RSA)