Commit graph

11632 commits

Author SHA1 Message Date
fredb
ce696958fb Support bzip2 compressed patch files. 2000-05-17 03:32:43 +00:00
jdc
a2fac70d8b Regenerated (no patch-af). 2000-05-16 20:28:01 +00:00
jdc
087095aed0 Reducing the termcap buffer from 2048 to 1024 bytes breaks with the new
termcap code.
Leaving it at 2048 is OK for older code, as that truncates the entry to
1024 bytes anyway.
2000-05-16 20:27:34 +00:00
abs
456054a6c3 Update to 1.60 2000-05-16 19:36:46 +00:00
hubertf
579a3ecb72 Update to 1.0.1. No functional change, only take the fact into account
that pkg_add now leaves the INSTALL script for future use, and doesn't
delete it any more.
2000-05-16 16:02:04 +00:00
veego
f78f035710 Make it work on Solaris. 2000-05-16 14:46:44 +00:00
hubertf
960d02cb78 Add back patch to find fortune even if not in $PATH.
Noted by Dan McMahill.
2000-05-16 13:32:07 +00:00
abs
1fe4f4cc6c In the event of multiple non current versions of a package being found, take
the one iwth the highest number as 'best'
2000-05-16 11:41:07 +00:00
sakamoto
4c7eaa577a Update xjman to 0.5
Changes:
	XFree86 3.3.6 base.
2000-05-16 11:20:02 +00:00
tron
c919edb429 Update "gnapster" package to version 1.3.9. Changes since version 1.3.8:
- Local and remote resume support
- New browse method that uses a tree-style view instead of list
- Completely rewritten download and queue code-
- Security hole fixed that allowed users to view arbitrary files (I HIGHLY
  suggest updating to Gnapster 1.3.9)
- Many minor changes everywhere
- Internal bug fixes
2000-05-16 06:05:05 +00:00
tsarna
8fd792cfa5 make makepatchsum 2000-05-16 01:12:15 +00:00
tsarna
6d27df175c Initial import of pkg for sqsh 1.7:
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it
is intended as a replacement for the venerable 'isql' program supplied
by Sybase.  It came about due to years of frustration of trying to do
real work with a program that was never meant to perform real work.

Sqsh is much more than a nice prompt, it is intended to provide much of
the functionality provided by a good shell, such as variables,
redirection, pipes, back-grounding, job control, history, command
completion, and dynamic configuration.  Also, as a by-product of the
design, it is remarkably easy to extend and add functionality.
2000-05-16 01:07:05 +00:00
tsarna
62396aef98 Initial import of pkg for FreeTDS 0.50:
FreeTDS is a free (open source, LGPL-licensed) implementation of
Sybase's db-lib, ct-lib, and ODBC libraries.  Currently, dblib and ctlib
are most mature.  Both of these libraries have several programs know to
compile and run against them.  ODBC is just a roughed in skeleton, and
not useful for real work.

FreeTDS will run at protocol versions 4.2, 4.6, or 5.0 and thus can
access both Sybase and Microsoft SQL-Servers.  Experimental support for
TDS 7.0 (the version used by MS SQL Server 7.0) is now included.
2000-05-16 01:03:47 +00:00
dmcmahill
beff619a18 correct directory entry so it deinstalls cleanly 2000-05-15 22:37:01 +00:00
dmcmahill
9139e42c6a make pth depends into a dewey depends 2000-05-15 21:38:42 +00:00
agc
5b1d1863e3 Add a dependency on the Xg fonts. 2000-05-15 12:16:24 +00:00
agc
ee6fd8dfa7 Add a dependency on the Xg fonts 2000-05-15 12:15:17 +00:00
agc
46687b3379 sam has moved from plan9 to editors. 2000-05-15 11:54:42 +00:00
agc
02d983028e Move sam from plan9 to editors by repository copy. 2000-05-15 11:52:44 +00:00
agc
24658fe425 Move sam from plan9 to editors category by repository copy. 2000-05-15 11:50:51 +00:00
agc
e74233b838 Add Xg fonts 2000-05-15 11:45:20 +00:00
agc
015d31f092 category has changed to fonts. 2000-05-15 11:33:52 +00:00
agc
e9074b3a4f Xg fonts have moved to the "fonts" category. 2000-05-15 11:33:05 +00:00
agc
d6d417b4f1 Moved Plan 9 Xg fonts to the fonts category by repository copy. 2000-05-15 11:32:06 +00:00
wulf
8b70b006fe Corrected license and URL information. 2000-05-15 11:26:20 +00:00
wulf
a710e85df4 Added and enabled dpbox 2000-05-15 11:00:46 +00:00
wulf
cb8df08d64 Initial import of pkgsrc/ham/dpbox:
dpbox-6.00.00	Multi-Protocol Amateur Packet Radio BBS
2000-05-15 10:54:44 +00:00
hubertf
b8119a7a3a update homepage & master site 2000-05-15 02:32:51 +00:00
hubertf
f3af0f3db4 Update to 20000511 version. Mostly to sync with the base system.
Among others:

 * pkg_add: Quick pre-check if any conflicting dependencies are installed
   (e.g. version X is installed, but version Y is required), before
   downloading all depends, and bail out later.
 * pkg_admin: add lsbest, lsall commands to interface the C functions
   findmatchingname() and findbestmatchingname(); useful to expand pkg
   patterns for shell scripts etc.
 * pkg_admin: allow pkg without version to "check" command
 * pkg_delete: properly deal with wildcards in pkg_delete -R
 * More code cleanup, clearer error messages and minor enhancements.

This also fixes a bunch of PRs, sorry for not listing any numbers.
2000-05-15 00:54:54 +00:00
jwise
010fc945e4 Update jakarta-tomcat to version 3.1. While here, clean up the package
a fair deal.

Changes from 3.0 (the last pkgsrc version) include:

    * Thread pooling and JVM load balancing
    * ISAPI and NSAPI integration
    * A Command line JSP to Servlet Code tool
    * Automatic generation of Apache configuration files
    * Automatic deployment of Web ARchive (WAR) files
    * Logging
    * Substantially improved documentation
    * Experimental servlet reloading
    * Experimental security implementation
    * Minimal Admin/Deployment Tool
    * Internal APIs were changed for flexibility and integration
    * The source code was cleaned and reorganized
    * Most non-essential code was moved out of tomcat.core
    * Greater platform / JVM level coverage
    * Many, many bugs were fixed.

IMHO, this is _much_ closer to being a real, usable platform than 3.0 was
(as was intender - 3.0 was more of a proof of concept), and is very close
to being something to push into production -- I'm banking on a late 3.1.X
or 3.2 for that.
2000-05-14 23:35:26 +00:00
frueauf
e57ef3d4c0 Update nmap to 2.53.
Changes from Nmap Changelog:

-- Fixed a commenting issue that could cause trouble for non-GNU compilers
   (first found by Jan-Frode Myklebust (janfrode at parallab.uib.no))
-- A few new services to nmap-services
2000-05-14 22:05:55 +00:00
frueauf
f2d30e8eba " -F " ar 4 digits not 3 for strncat(). 2000-05-14 22:03:42 +00:00
kim
7cbaf02221 Add comment about needing Xaw3d. 2000-05-14 20:04:13 +00:00
wulf
6576474a85 Enabled bluefish 2000-05-14 11:40:02 +00:00
dmcmahill
2a5aab133f add missing depends on xpm 2000-05-14 01:00:42 +00:00
wiz
4a2f709689 grammar fix 2000-05-14 00:59:43 +00:00
dmcmahill
d46c9b404e -ELF rpath fix.
-add missing library.

Fixes recently reported compile problems.
2000-05-14 00:57:40 +00:00
hubertf
adc3d85047 Fix some of the patches - some RCS IDs did sneak in!
Need a smarter pkgdiff...!

 - Hubert
2000-05-14 00:18:55 +00:00
dmcmahill
299d17075e [space]->[tab] 2000-05-13 23:41:55 +00:00
dmcmahill
5f9a93f15a add more arch's to the ONLY_FOR.. list since xforms runs on more than when
the list was made.
2000-05-13 23:40:38 +00:00
dmcmahill
637c5308bc -add missing USE_FORTRAN
-minor patches to allow the package to correctly build with either g77 or
 f2c.
2000-05-13 14:51:11 +00:00
tron
bc2b74d26a Correct "RESTRICTED" entry. 2000-05-13 07:03:38 +00:00
tron
363da82800 Enable IMAP over SSL support. 2000-05-13 07:00:31 +00:00
rh
508a7f7b2f Update gnucash to 1.3.7 from PR 10091 by David Rankin. Changes include
tons of new features and bugfixes that are too numerous to list here.
For more information, see the homepage for the package.
2000-05-13 06:21:01 +00:00
wiz
06372dfe33 fix the obvious getopt-problem (on -current)
XXX: still doesn't compile, since it uses the old 4.x ImageMagick API,
which in this case is incompatible to the 5.x one.
2000-05-13 01:15:01 +00:00
wiz
ecf051803e update to 2.2.2; also fixes compilation problems on -current.
Rather many changes since 2.1.8, please take a look at the NEWS file.
Mainly bugfixes; better URL support; and http:cookie support.
2000-05-12 23:01:39 +00:00
sakamoto
b2e9218e80 Add and enable acroread-chsfont acroread-chtfont
acroread-font-share acroread-jpnfont acroread-korfont
2000-05-12 20:43:54 +00:00
sakamoto
21c00e2f3a Asian Font Packs for Acrobat Reader 4.0 (Korean) 2000-05-12 20:42:12 +00:00
sakamoto
80cda33080 Asian Font Packs for Acrobat Reader 4.0 (Japanese) 2000-05-12 20:41:40 +00:00
sakamoto
912db3bbf5 Asian Font Packs for Acrobat Reader 4.0 (Chinese Traditional) 2000-05-12 20:41:05 +00:00