summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-01-06Rewrite handling of "AUTOMAKE_OVERRIDE" so that files get touched in thetron1-17/+19
desired order and in an order based on who the filesystem orders things.
2002-01-06Remove duplicate handling of "USETOOLS". It's already defined and addedtron1-6/+1
to "MAKE_ENV" in "bsd.prefs.mk".
2002-01-05Update patch with diffs for a regenerated "configure". This restores thetron2-72/+843
Solaris fixes which got lost in the recent update.
2002-01-05Ignore "/usr/bin/msgfmt" under Solaris because it's not the GNU version.tron1-2/+3
2002-01-05Add work arround for problem with Solaris's "sed" so that the "post-patch"tron1-1/+2
target works there.
2002-01-05Remove duplicate "with".wiz1-2/+2
2002-01-05New sablotron needs iconv to be linked in as well.jwise3-6/+6
Dependency is picked up via the sablotron package, so just add to link. Bump version to nb1, as old version will build correctly, but fail to link into apache.
2002-01-05Make sure that locale files are installed into the correct directorytron3-2/+19
under Solaris.
2002-01-05Use wildcard in dependence on "gtexinfo" package so that "USE_GTEXINFO"tron1-2/+2
accepts version 4.0 of the package.
2002-01-05Use new format for "UNLIMIT_RESOURCES".kristerw1-2/+2
2002-01-05Rework this package so that it installs its executables into its own tctagc4-26/+58
hierarchy. Whilst this is not desirable, it's the only way to get this package to execute properly, since it makes assumptions about absolute and relative paths, and expects its own versions of certain commands (md5, file), so it's best to keep these off to one side.
2002-01-05Don't recomment patches with known problems here.tron1-6/+0
2002-01-05Clarify reason for brokennesstsarna1-2/+2
2002-01-05Simplify document location.taca2-8/+6
2002-01-05Use new format for "UNLIMIT_RESOURCES".tron2-4/+4
2002-01-05Use abstract names like "datasize" and "stacksize" in "UNLIMIT_RESOURCES"tron1-4/+7
to avoid portability problems as suggested by Jim Wise.
2002-01-05Update ruby-eruby package to 0.9.6. Quote from ChangeLog is below.taca5-16/+38
Also simplify document arrangement. Mon Aug 6 18:42:18 2001 Shugo Maeda <shugo@modruby.net> * version 0.9.6 released. Mon Aug 6 18:23:21 2001 Shugo Maeda <shugo@modruby.net> * eruby_main.c (init): set $stdout to binmode for mswin32. Tue Jul 10 12:01:43 2001 Shugo Maeda <shugo@modruby.net> * eruby_lib.c (eruby_load): don't set eruby_charset and eruby_noheader.
2002-01-05Fix it compile, ruby-rdtool requires explicit dependency to ruby-amstdtaca1-1/+3
package now.
2002-01-05Update ruby-bigfloat package to 1.1.8.taca2-5/+5
Changes from source's comments are below. Version 1.1.8(2001/10/23) bug(reported by Stephen Legrand) on VpAlloc() fixed. Version 1.1.7(2001/08/27) limit() method added for global upper limit of precision. VpNewRbClass() added for new() to create new object from klass.
2002-01-05Unlimit datasize for buildiung which is necessary for the new toolchain.kristerw1-1/+2
2002-01-05Add missing command.fredb1-1/+1
2002-01-04Use __progname, to get the name of the command right for the help message.fredb3-5/+53
2002-01-04Add and enable "parchive".fredb1-1/+2
2002-01-04Initial import of parchive-1.1, an implementation of "Parity Volume Sets",fredb5-0/+51
specification 1.0 (.PAR and .Pnn files). These commonly accompany Usenet binary postings, but the public domain format is sufficiently general to permit other applications as well.
2002-01-04Back out last, as the name misc/par unfortunately conflicts withfredb6-53/+1
textproc/par. I'll rename and re-import this as misc/parchive.
2002-01-04Let's call this package "par-1.1", not "par-v1.1".fredb1-1/+2
2002-01-04Add and enable "par".fredb1-1/+2
2002-01-04Resolve conflicts, and remove files committed in error.fredb5-0/+50
2002-01-04Back out botched import.fredb14-534/+0
2002-01-04Initial import of par-1.1, an implementation of "Parity Volumefredb14-0/+534
Sets", specification 1.0 (.PAR and .Pnn files). These commonly accompany Usenet binary postings, but the public domain format is sufficiently general to permit other applications as well.
2002-01-04Make sure full ${SCRIPTS_ENV} is available to build script.jwise1-2/+2
Fixes problems when neither PKG_JVM nor JAVA_HOME is set in environment (which should be perfectly acceptable -- pkgsrc defaults reasonably, but the ant pkg was not picking up the defaults).
2002-01-04Make sure ${PERL5_SITEARCH} directory exists before attempting to copyagc1-1/+2
files there. Patch in private mail from someone who prefers to remain anonymous.
2002-01-04Remove ruby-ssl since it was replaced by ruby-openssl.taca4-63/+0
2002-01-04Enable ruby-openssl and disable ruby-ssl.taca1-2/+2
2002-01-04Importing ruby-openssl package, which replace ruby-ssl package.taca4-0/+49
Here is quote from README. $Id: README,v 1.3 2001/11/18 19:00:06 majkl Exp $ 'OpenSSL for Ruby' project Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz> All rights reserved. This program is licenced under the same licence as Ruby. (See the file 'LICENCE'.) [Done] (but not fully tested) = OpenSSL config file parser (part) --- TO BE DROPPED? (any idea?) = PKey:: RSA,DSA keys - new, load, export = X509::Certificate - generating new certs, load, looking inside = X509::CRL - load, new, looking inside = X509::Name - new, export to_str, to_a, to_h (hash) = X509::Revoked - new, looking inside (on parameters) = X509::Store - new, import trusted certs and CRL, verifiing certs = Digest::... - various hashes = X509::Request - Cert requests = X509::Attribute - as X509Request extensions (not tested) = X509::Extension - to Certs, CRLs... = X509::ExtensionMaker - for easy creating new Extensions = Netscape::SPKI - for requests from NetscapeCommunicators = Cipher::... - various ciphers = basic PRNG functions (random generator) for OpenSSL module and class Random = SSLSocket (merged Gotou Yuuzou's SSLsocket-Ruby project) = PKCS7 (signing&data_verify is working, rest needs some testing) [To-Do] = check for memory leaking :-)) = cleaner code = examples = RubyUnit to be used! = API documentation = comments to sources!!! = further functionality to existing = Std. Extensions, Attributes to be made as Classes? = AttributeFactory? = add aliases to to_pem as s_dump s_load to support Marshal module = CipherFactory? = autogen random IVs for Ciphers = safe BigNums = PKCS12 = PKCS8 = HMAC = ASN.1 ??? = BIO ??? = compat tests for RSA/DSA sign/encrypt
2002-01-04Allow objects of the form libfoo_pic.a to be linked into shared objects asskrll4-5/+22
well as the normal shared objects. This means that the new toolchain, that links in libgcc_pic.a, will build proper shared objects again. Bump to nb5 and make this the required version. Fixes pkg/15120 from Matthias Scheler <tron@colwyn.zhadum.de>
2002-01-04Add graphics/aalib support, per pkg/15133.zuntum1-1/+3
Bump PKGREVISON.
2002-01-04Add a comment why the "gcc" package is used on system with "egcs" in thetron2-2/+4
base system.
2002-01-04Also install the perl5 support files for this package in theagc2-2/+40
appropriate place. Pointed out in private mail by someone who wishes to remain anonymous. XXX The PLIST's location for these files needs to be fixed by someone more knowledgable than me in these black arts.
2002-01-04Minor indenting nit.agc1-3/+3
2002-01-04Unlimit datasize for building which is necessary for the new toolchain.tron1-2/+3
2002-01-04Updated to 6.0.118martti2-5/+30
6.0.102 changing folds may leave the cursor halfway a closed fold 6.0.103 a large value for 'scrolloff' stops 'scrollbind' 6.0.104 redraw problem when typing a double-wide char over another 6.0.105 crash when using window of one column with multi-byte chars 6.0.106 (extra) Win32: didn't give error for wrong 'printfont' 6.0.107 (extra) VisVim: would automatically write a modified file 6.0.108 could get error message when first line of a file is folded 6.0.109 XIM: input method was reset when repeating an insert 6.0.110 error when undoing a change done by executing a register 6.0.111 virtcol() didn't use the offset for 'virtualedit' 6.0.112 the explorer plugin didn't sort names with spaces correctly 6.0.113 trouble when $HOME includes a space 6.0.114 fnamemodify() didn't expand home directory for ":p" 6.0.115 (extra) Win32: dialog textfield didn't scroll 6.0.116 (extra) Win32: check for writable file didn't check ACLs 6.0.117 (extra) Win32: 'lines' is limited too much when not using menu 6.0.118 when $TMPDIR is a relative path temp directory is not deleted
2002-01-04Unlimit datasize for building which is necessary for the new toolchain.tron1-1/+2
2002-01-04Add a new variable "UNLIMIT_RESOURCES" which can be used to raise processtron1-2/+10
limits for building a package.
2002-01-04Upgrade to latest OpenBSD source tree.martti2-5/+5
- str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf - strftime format fixes - Don't hang waiting for select() with SIGTERM + no active SA - Add UI option 'R' to trigger isakmpd reinit (same as SIGHUP) ... http://www.openbsd.org/cgi-bin/cvsweb/src/sbin/isakmpd/
2002-01-04Add and enable fluxbox (hi Jared!)wiz1-1/+2
2002-01-04Add missing installed file; ${RUBY_SITELIBDIR}/racc/rubyloader.rb.taca1-1/+2
2002-01-04Oops. Fix include path in Makefile, which was for debugging.taca1-3/+2
2002-01-04Updated to the latest beta version 2.0.28martti11-357/+601
- a lot of bug fixes - fix pkg/14509 (conflict with expat) Open issues: - I had to change "sbindir:" in config.layout to "$prefix/bin" or apachectl wasn't able to locate httpd - http://mail-index.netbsd.org/tech-pkg/2001/11/08/0009.html
2002-01-04Update ruby-base package to 1.6.6nb1.taca3-20/+31
- Install more documents. - Stop pkglint warn: possible direct use of command "file" found. Use ${FILE_CMD} instead.