summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-05-17import p5-MARC-1.15dmcmahill4-0/+37
MARC (MAchine Readable Cataloging) MARC.pm is a Perl 5 module for reading in, manipulating, and outputting bibliographic records in the USMARC format. It handles conversions from MARC into ASCII (text), Library of Congress MARCMaker, HTML, and ISBD. Input from MARCMaker format is also supported. Individual records, fields, indicators, and subfields can be created, modified, and deleted. It can extract URLs from the 856 field into HTML. MARC.pm can handle both single and batches of MARC records. The limit on the number of records in a batch is determined by the memory capacity of the machine you are running. If memory is an issue for you MARC.pm will allow you to read in records from a batch gradually. MARC.pm also includes a variety of tools for searching, removing, and even creating records from scratch.
2003-05-17Note cvsync 0.21.0gehenna1-1/+2
2003-05-170.21.0 is out.gehenna2-5/+5
Changes: * New feature: access It provides the way to control to allow/deny the connections. allow <v4addr>[/<netmask>][,<max>] allow <v6addr>[/<prefixlen>][,<max>] allow <domain>[,<max>] 'allow' specifies the acceptable address block and the acceptable domain name. <max> means the maximum connections from the address block or the domain name. Even if <max> is greater than 'maxclient', the maximum is restricted by the value of 'maxclient'. always <v4addr>[/<netmask>] always <v6addr>[/<prefixlen>] always <domain> 'always' specifies the acceptable address block and the acceptable domain name with no restrictions. Even if the number of the connections is already same as 'maxclient', the connection from this address block or the domain name never be rejected. deny <v4addr>[/<netmask>] deny <v6addr>[/<prefixlen>] deny <domain> 'deny' specifies the unacceptable address block and the unacceptable domain name. The server always rejects the connection from this address block and the domain name. 'permit' is an alias to 'allow'. 'reject' is an alias to 'deny'. * Fix a bug that cvscan doesn't work if 'distfile' isn't set. * Experimental SOCKS5 support. If you want to use SOCKS5, please specify SOCKS5_TYPE. The following types are available: dante nec none (default)
2003-05-16Upgrade to 1.59, numerous bug fixes, please see:kim3-42/+9
http://mailtools.anomy.net/CHANGELOG.sanitizer.txt
2003-05-16wxGTK-2.4.0nb2 update [martin].wiz1-1/+2
2003-05-16Bump PKGREVISION for -current run-time fix (patch-ae).wiz1-2/+2
2003-05-16Move initialization around a bit - locking the gdk mutex is a no-op beforemartin2-1/+20
gdk is initialized (via gtk_init). So lock it *after* initializiation. Fixes PR pkg/21481, thanks to Nathan for debugging hints.
2003-05-16update opera7 to newest version - 7.11 beta2jdolecek3-9/+10
Changes detailed in http://www.opera.com/linux/changelogs/711b2/, most importantly: * UI improvements * some shortcut additions * M2 (the mail client) fixes * Fixed two security issues * Various DOM improvements * Stability/Plug-in/Spelling fixes
2003-05-16Note update of xemacs-current to 21.5.13magick1-1/+2
2003-05-16Update xemacs-current to 21.5.13magick3-12/+9
Major change: The long standing TTY/keyboard bug, the one where RET was behaving like LFD, is gone! Yes, that's right folks, you can once again use XEmacs on a TTY. The rest are the hundreds of bugfixes that usually come with a beta software.
2003-05-16Don't reference an include file that has not been installed yetwiz2-5/+5
and uses the correct HAVE_GETSPNAM. From Jeremy C. Reed in PR 21413.
2003-05-16add buildlink2.mk filedmcmahill1-0/+25
2003-05-16note addition of net/yazdmcmahill1-1/+2
2003-05-16add and enable yazdmcmahill1-1/+2
2003-05-16import yaz-2.0dmcmahill5-0/+348
YAZ is a C/C++ library for information retrieval applications using the Z39.50/SRW protocols for information retrieval. Properties of YAZ: * Complete Z39.50 version 3 support. Amendments and Z39.50-2002 revision is supported. * Supports SRW version 1.0 (over HTTP and HTTPS). * Includes BER encoders/decoders for the ISO ILL protocol. * Supports the following transports: BER over TCP/IP (RFC1729), BER over unix local socket, and HTTP 1.1. * Secure Socket Layer support using OpenSSL. If enabled, YAZ uses HTTPS transport (for SOAP) or "Secure BER" (for Z39.50). * Offers ZOOM C API implementing both Z39.50 and SRW. * The YAZ library offers a set of useful utilities related to the protocols, such as MARC (ISO2709) parser, CCL (ISO8777) parser, CQL parser, memory management routines, character set conversion. * Portable code. YAZ compiles out-of-the box on most Unixes and on Windows using Microsoft Visual C++. * Fast operation. The C based BER encoders/decoders as well as the server component of YAZ is very fast. * Liberal license that allows for commercial use of YAZ.
2003-05-16Note wm/aewm++ update.salo2-3/+3
2003-05-16Updated to version 1.0.24.salo5-24/+24
Addresses PR pkg/21595 by Juan RP. Changes: - install README file - install files in cleaner way - DESCR has 80 columns 1.0.24: ======= - Added Rob Eberts patch which changes the size of the titlebar, adds some keybindings to switch desktops with alt+number keys. 1.0.23: ======= - Menu correctly gets DEF_FONT (but not yet opt_font)
2003-05-16+ aewm-1.0.24 [pkg/21595], blender-2.27, micq-0.4.10.3wiz1-2/+4
2003-05-16Note wm/larswm update.salo2-3/+3
2003-05-16Updated to version 7.2.10.salo5-10/+55
Changes: - honour PKG_SYSCONFDIR, fix manpage accordingly - install sample configuration files 7.2.10: ======= - Applied patch from debian bug database that adds a -format option to larsclock. Changed the default format to be 12 hour clock. - Applied patch from Edelhard Becker to fix focus problem with GTK2 applications. 7.2.9: ====== - Changes to default config files to update them for RedHat 9. (Using Mozilla instead of Galeon etc) - Removed some unused code. - When specifying Class~Instance, if you do not include both (using the tilde), your string is compared both to class and instance of the client.
2003-05-16- DESCR has 80 columns, improve wordingsalo2-12/+12
- whitespace and style nits
2003-05-16Oops, remove USE_PKGLOCALEDIR (why did url2pkg add this?) andsimonb1-3/+1
commented-out USE_BUILDLINK2.
2003-05-16Note import of diffstat 1.33.simonb1-1/+2
From the readme: This program is a simple filter that reads the output of the 'diff' program, and produces a histogram of the total number of lines that were changed. It is useful for scanning a patch file to see which files were changed.
2003-05-16Add and enable diffstat.simonb1-1/+2
2003-05-16Initial import of Thomas Dickey's "diffstat" program.simonb4-0/+29
From the readme: This program is a simple filter that reads the output of the 'diff' program, and produces a histogram of the total number of lines that were changed. It is useful for scanning a patch file to see which files were changed.
2003-05-16type: last -> leastmason1-2/+2
2003-05-15note update of cad/boolean to 6.4dmcmahill1-1/+2
2003-05-15update to boolean-6.4dmcmahill4-338/+654
Changes since last packaged version: Version 6.4 Graphical interface 1. Filedialog now has filters for Linux also. Boolean algorithm (also effects booleanonly) 1. Error corrected in correction settings. Version 6.3 Graphical interface 1. Based on wxWindows 2.3.4 2. cmake now used to create projects and makefiles Boolean algorithm (also effects booleanonly) 1. Using the kbool library with the Boolean engine. Version 6.21 Graphical interface 1. and it did not even save gdsii or key files properly, i just wonder why no one did let me know ;-)
2003-05-15Note puf addition.salo1-1/+2
2003-05-15Add puf.salo1-1/+2
2003-05-15Import of puf-0.93.2.1: Parallel URL fetcher.salo4-0/+27
puf is a download tool for UNIX-like systems. You may use it to download single files or to mirror entire servers. It is similar to GNU wget (and has a partly compatible command line), but has the ability to do many downloads in parallel. This is very interesting, if you have a high-bandwidth internet connection. Package provided by Juan RP via pkgsrc-wip.
2003-05-15gnet-2.0.3 update done.wiz1-1/+2
2003-05-15Update to 2.0.3:wiz3-7/+7
* Minor bug fix in TCP connect * Win32 compile/bug fixes (note: additional work still needed)
2003-05-15Note lpe addition.salo1-1/+2
2003-05-15Add lpe.salo1-1/+2
2003-05-15Import of lpe-1.2.6: Small and efficient programmer's editor for UNIX systems.salo15-0/+282
LPE is a small, efficient programmer's editor for UNIX systems. It has grown from the result of a single night of hacking into a very capable and very versatile editor that defines it's own philosophy opf text editing. That philosophy is that awk and sed are the right tools for most advanced editing jobs, and a text editor should make simple operations easy and make text look good. Package provided by Juan RP via pkgsrc-wip with modifications by me.
2003-05-15+ balsa-1.4.4, balsa2-2.0.11, boehm-gc-6.2a5 [jmmv|pkg/21569],wiz1-7/+12
exim-4.20 (hi ad!), festival-1.4.3, gtkglext-1.0.0, rt-3.0.2, squeak-3.5 (hi fred!).
2003-05-15Add couple of missing .., oops.salo7-7/+49
2003-05-15Forgot pl in previous.salo7-7/+322
2003-05-15Add few more subtrees for localized man pages (initially for editor/lpe).salo7-7/+1582
2003-05-15Fix building with pth.wiz3-2/+17
2003-05-15Initial import of overnet-0.48.2 into The NetBSD Packages Collection.grant1-1/+2
Overnet is an application that allows you to share files with millions of other people across the globe.
2003-05-15add overnetgrant1-1/+2
2003-05-15Initial import of overnet-0.48.2 into The NetBSD Packages Collection.grant5-0/+58
Overnet is an application that allows you to share files with millions of other people across the globe.
2003-05-15Note p5-Time-Period 1.20mjl1-1/+2
2003-05-15Enable p5-Time-Periodmjl1-1/+2
2003-05-15Initial import of p5-Time-Period 1.20.mjl4-0/+22
Period.pm is a Perl module to deal with time periods.
2003-05-15Add GOLEM_WITH_SOUND, default NO.salo1-1/+6
2003-05-15Note golem addition.salo1-1/+2
2003-05-15Add golem.salo1-1/+2