summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-23Initial import of xjed-0.99.15 into the NetBSD Packages Collection.agc7-0/+353
Inspired by PR 14195, from Scott Baron (sb125499@ohiou.edu), but based on the -current NetBSD jed package. JED is a freely available text editor for Unix, VMS, MSDOS, OS/2, and MS Windows. Features include: * Color syntax highlighting on color terminals. * Folding support * Extensible in a language resembling C. Completely customizable. * Capable of read GNU info files from within JED's info browser * A variety of programming modes (with syntax highlighting) are available including C, C++, FORTRAN, TeX, HTML, SH, IDL, DCL, NROFF... xjed is the version for X11
2002-07-23Add and enable phppgadminagc1-1/+2
2002-07-23Initial import of phppgadmin-2.4.2 into the NetBSD Packages Collection.agc5-0/+142
Provided in PR 17683 by Sergio Jimenez <sjr@hispabsd.org> phpPgAdmin is phpMyAdmin (for MySQL) ported to PostgreSQL. phpPgAdmin is a fully functional PostgreSQL administration utility. You can use it to create an maintain multiple databases and even multiple servers. Features include: - create and drop databases - create, copy, drop and alter table/view/sequence/function/indicie/trigger - edit and add fields (to the extent Postgres allows) - execute any SQL-statement, even batch-queries - manage primary and unique keys - create and read dumps of tables - administer one single database - administer multiple servers - administer postgres users and groups
2002-07-23Add and enable isapnptoolsagc1-1/+2
2002-07-23Initial import of isapnptools-1.26 - manually query and configure isapnpagc9-0/+529
devices. Provided in PR 17681 by Ben Collver (collver1@attbi.com) The isapnptools consist of two programs - one allows the dumping of resource data and generation of a skeleton configuration file, the other configures ISA PnP hardware using a configuration file.
2002-07-23Add and enable flow-toolsagc1-1/+2
2002-07-23Initial import of flow-tools-0.59 into the NetBSD Packages Collection.agc4-0/+76
Provided by Curt Sampson (cjs@netbsd.org) Flow-tools is a set of utilties for collecting and storing NetFlow data, and doing some limited analysis of it. NetFlow is a Cisco-developed protocol for transferring network traffic flow information (usually from a router or switch) to another system that collects and stores this information. More information on NetFlow is available at http://www.cisco.com/warp/public/cc/pd/iosw/ioft/neflct/tech/napps_wp.htm
2002-07-23Re-add ntop2agc1-1/+2
2002-07-23Import an ntop-2.1 package into the NetBSD Packages Collection as ntop2-2.1agc3-0/+99
This is an updated and cleaned up version of the older ntop2 package. ntop version 2 is a tool to sniff traffic on the network and display statistics about it. It has a built-in web server for displaying the results of the data it collects, and it can also generate data in various formats (such as NetFlow) to be passed on to other systems. Note that version 2 of ntop is significantly different from version 1. It is much larger and has many more features. If you're looking for a more light-weight tool, you may find that version 1 (the "ntop" package) suits you better. Differences from the previous version: + multi-threading has been enabled (it wouldn't compile otherwise) + dependencies have been specified properly + the Makefile has been cleaned up + two bugs in the configure script have been fixed + we now use a distfile that can be found + the homepage is the official ntop homepage + it appears that the editline emulation of GNU readline is sufficient
2002-07-23Import an ntop-2.1 package into the NetBSD Packages Collection as ntop2-2.1agc2-0/+34
This is an updated and cleaned up version of the older ntop2 package. ntop version 2 is a tool to sniff traffic on the network and display statistics about it. It has a built-in web server for displaying the results of the data it collects, and it can also generate data in various formats (such as NetFlow) to be passed on to other systems. Note that version 2 of ntop is significantly different from version 1. It is much larger and has many more features. If you're looking for a more light-weight tool, you may find that version 1 (the "ntop" package) suits you better. Differences from the previous version: + multi-threading has been enabled (it wouldn't compile otherwise) + dependencies have been specified properly + the Makefile has been cleaned up + two bugs in the configure script have been fixed + we now use a distfile that can be found + the homepage is the official ntop homepage + it appears that the editline emulation of GNU readline is sufficient
2002-07-23Add and enable ezmlm-idx.schmonz1-1/+2
2002-07-23Import ezmlm-idx-0.40, based on pkg/14784 by Sen Nagata <sen@eccosys.com>,schmonz4-0/+106
with changes by me to share some logic with our ezmlm package. This is an addition and patch to ezmlm-0.53 [(c) Dan J. Bernstein]. Ezmlm-idx uses Dan's libraries and heavily relies on ezmlm-0.53 code. ezmlm-idx does not function without ezmlm-0.53. ezmlm-0.53 provides basic message distribution, subscriber address handling, message archiving (single quoted message retrieval only), and bounce handling. ezmlm-idx adds multi-message threaded archive retrieval, digests, remote administration, message and subscription moderation, subscriber-only restrictions, message trailer, subject prefix, subscriber name storage, customizable setup, multi-language and MIME support and more. In addition, improved bounce handling, case-insensitive subscriber address storage, and support for distributed lists (main + sublist transparent to the subscriber). Ezmlm-idx can now be compiled with MySQL or Postgres support.
2002-07-23Make some bits sharable with, say, an ezmlm-idx package.schmonz3-38/+50
2002-07-23Remove ntop2.cjs1-2/+1
2002-07-23Al is not happy with this package, so remove it.cjs3-397/+0
2002-07-23Add and enable ntop2agc1-1/+2
2002-07-23Add ntop2 package.cjs3-0/+397
2002-07-23Fix hint on how to get help in installed local.cf (you need to deletewiz4-5/+16
any old ones, otherwise the new one doesn't get installed). Fixes pkg/17663 by Kimmo Suominen. Additionally, fix variable name in MESSAGE so that it gets expanded properly. Bump to 2.31nb3.
2002-07-22MKDIR -> INSTALL_DATA_DIRwiz1-2/+2
From the [pkgviews] branch.
2002-07-22Correctly build from lang/perl58 if we need perl-5.8.0 on Darwin.jlam1-5/+6
2002-07-22libperl needs perl<5.8.0 and perl>=5.6.1.jlam1-2/+2
2002-07-22Adapt to using perl-5.8.0. Perl 5.8.0 removes the need for libperl asjlam7-12/+22
DynaLoader.a is now an archive of PIC objects.
2002-07-22Import perl-5.8.0 as lang/perl58. This package contains the perl-5.8.0jlam6-0/+298
which differs from perl-5.6.1 in the improved threading support and much improved Unicode support. Perl 5.8.0 is binary-incompatible with perl 5.6.1, so any compiled perl modules will need to be rebuilt in order to work with the new perl. This package is currently only for Darwin, though the restriction will be lifted prior to branching.
2002-07-22Use correct homepage.jlam1-2/+2
2002-07-22Documentation nit: SU_CMD does not default to ${SU} root -c.cjep1-2/+2
2002-07-22Last MASTER_SITE vanished; set it to empty and get the file fromwiz1-2/+2
ftp.netbsd.org.
2002-07-22PKGNAME is followed by PKGREVISION.junyoung1-2/+2
2002-07-22Added POSTFIX_USE_TLS=YESmartti1-1/+6
2002-07-22Add and enable ispell-spanish.agc1-1/+2
2002-07-22Initial import of ispell-spanish-1.7 into the NetBSD Packages Collection.agc5-0/+50
Provided in PR 17654 by Julio Merino <jmmv@hispabsd.org> This package provides the Spanish-spelling dictionaries for ispell. The dictionary is provided by the COES project at LUCAS.
2002-07-22update PATCH_SITES.grant1-2/+2
2002-07-22Added support for TLS. To use this, set POSTFIX_USE_TLS=YESmartti4-3/+39
in /etc/mk.conf. To verify the TLS support, type # /usr/pkg/sbin/postconf | grep tls Submitted by Dawid Szymanski in pkg/17570.
2002-07-22update MASTER_SITES.grant1-2/+2
2002-07-22Apply fixes from Julio Merino (jmmv@hispabsd.org) in PR 17653 - make ispellagc8-3/+87
use /tmp rather than /usr/tmp by default.
2002-07-22Strongly buildlink-ify this package.agc1-7/+7
2002-07-22Add a buildlink.mk file for libmpeg3. From Julio Merino (jmmv@hispabsd.org)agc1-0/+56
in PR 17671
2002-07-22Make libmpeg3 use pthread.buildlink.mk, fixes PR 17670 by Julio Merinoagc1-3/+5
<jmmv@hispabsd.org>
2002-07-22Depend on the 1.4.1nb1 version of this package so that the directoryskrll1-2/+2
move doesn't cause problems. This closes pkg/17669 from Julio Merino <jmmv@hispabsd.org>
2002-07-22TYpoe: 'stoping' -> 'stopping'jschauma1-2/+2
2002-07-22Update to dlcompat-20020606. Changes:schmonz4-22/+11
* dlfcn.c: I broke finks xemacs, now fixed. * dlfcn.c: I really should read specs instead of making assumptions. dlopen(NULL,x) opens the _global_ context, not the application context. Fixed. Made dlsym_prepend_underscore work with stupidly long symbol names. * dlfcn.c: When opening a bundle for the second time, reuse the dlstatus struct from the previously closed version. Removed some debugging routines. * README: Minor update * dlfcn.c: Fixed my last "fix". Thanks to Darin Ohashi again. * dlfcn.c: Fixed bug reported by Darin Ohashi. dlopen a bundle close it, and dlopen same bundle again fails. Changes to the package itself: * USE_GMAKE is free on Darwin, so don't bother patching to avoid it.
2002-07-22Update my email address.schmonz5-10/+10
2002-07-21Darwin doesn't provide _tolower(), an XSI extension that works likeschmonz2-16/+8
tolower() but requires uppercase input. It's always safe to use tolower() instead, at the possible expense of a little execution time. Thanks to simonb for the explanation. From Jeffrey Putsch <jdputsch@attbi.com> on tech-pkg@.
2002-07-21Complete move of misc/oto to fonts/oto.wiz7-64/+3
2002-07-21Re-import misc/oto as fonts/oto. Suggested by Rui-Xiang Guo.wiz5-0/+61
2002-07-21Add a default AMANDA_GROUP for Darwin, and use canonical pkgsrcschmonz1-1/+5
config.guess and config.sub. Noted by Randy Beaudreault <maccult@pacbell.net> in private mail.
2002-07-21Add \n in an error message. Doesn't warrant version bump.wiz1-2/+2
2002-07-21SHA1+size instead of MD5.wiz2-4/+6
2002-07-21SHA1 instead of MD5.wiz1-3/+3
2002-07-21SHA1+size instead of MD5.wiz2-4/+6
2002-07-21PKGNAME is now the same as DISTNAME, remove it.wiz1-2/+1