Commit graph

16796 commits

Author SHA1 Message Date
martin
ae1a666f1c Update pkg to stunnel-3.11.
Fixes key-length and zombies problems.
2001-01-22 13:30:36 +00:00
jtb
557cc029c8 Removed ONLY_FOR_PLATFORM tag as it should work on other 32 bit machines. 2001-01-22 12:39:39 +00:00
jtb
67cd42eb0b Fixed problem in Alpha bulk build. ${WRKSRC} is now the default rather than
${WRKDIR}/${PKGNAME}.
2001-01-22 12:34:36 +00:00
jlam
6427f2fb5d Fix problem with installation of libtool-built php CGI binary. 2001-01-22 05:49:14 +00:00
dmcmahill
daf18d1a07 make sure the libtool dependency caused by USE_LIBTOOL is in place for
the show-depends-dirs target.
2001-01-22 04:06:45 +00:00
dmcmahill
700bd47064 add 'show-depends-dir' target. This shows the directories of the "top level"
depends for the package.  Both build and run depends are shown.  This is
a non-recursive target.  Ie, only explicitly depends are shown.

Example:
bondage 109 # cd /usr/pkgsrc/cad/geda && make show-depends-dirs
 cad/gschem cad/gnetlist cad/gsymcheck cad/geda-utils cad/geda-docs

This target is useful for collecting dependency tree information for bulk
builds.
2001-01-22 04:00:54 +00:00
hubertf
435561a4d0 Change semantics of access t slang files.
Patch by Tomasz Luchowski <zuntum@eik.pl>
2001-01-21 23:56:09 +00:00
veego
a4e3971824 Update to 1.9:
- add SPOOLDIR so you can change the default spool directory without
  hacking the source code
- add support for non-sparc architectures by using sysinfo(2), can
  be overwritten by the new -a flag.
- add SVR4_PKGNAME support to overwrite the automatically truncating
  of PKGNAME which won't work for a few packages like the amanda-*
  ones.
- use the PKG_VERSION for the VERSION entry in the pkginfo file and
  not ctime(3).
- use st_gid and not st_uid for the groupname in the pkgmap file.

Make me the maintainer of this package.

You need at least pkgsrc/mk/bsd.pkg.mk 1.645 to use the new version.
2001-01-21 23:43:13 +00:00
rh
744726aa49 Add and enable makeztxt 2001-01-21 22:44:57 +00:00
rh
ca72896535 Initial import of makeztxt-1.10, an ASCII text to Palm zTXT converter. 2001-01-21 22:44:16 +00:00
veego
aaa83f3415 Add support for SVR4_PKGNAME:
SVR4 has a lenght limitation of the package name: Only 9 characters are allowed.
 Thats not a real problem since gensolpkg, which is used to create a SVR4
 packages, truncates the PKGNAME to 9 characters, but there is a second problem.

 Normaly you have a vendor identifier in that package name. gensolpkg uses
 at the moment TNF, so we only have 6 characters left, and that is insufficient
 for a few packages like the amanda ones. Where the real lenght should be
 limited to 5 characters so one can choose to use a vendor string up to 4
 characters.

 SVR4_PKGNAME should be only added to a few packages where the truncation of
 the PKGNAME does not produce an unique package name, e.g the amanda packages.

You will need pkgsrc/pkgtools/gensolpkg 1.9 which will be commited in the
next few days to use SVR4_PKGNAME.

TODO: add SVR4_PKGNAME support to pkglint.
2001-01-21 22:41:03 +00:00
tron
ad2f654312 Don't try to "lint" the library. 2001-01-21 20:42:17 +00:00
tron
b1e0dc75a1 Revert last change. "libtiff" works fine with Solaris 8's "zlib", but
"gnome-libs" wants a newer version. So always use the package to avoid
problems caused by different "zlib" versions.
2001-01-21 20:27:26 +00:00
veego
a5712b045c Sigh, I don't know why, but the Makefile in my tree had different content. 2001-01-21 18:31:27 +00:00
tron
aaf328275a Solaris 8 includes "libz". 2001-01-21 18:25:50 +00:00
veego
460ca2642f Ever package Makefile needs an '.include "../../mk/bsd.pkg.mk"'
Add it here.
2001-01-21 18:25:04 +00:00
fredb
f1f56ab89e Initial import of manedit, a manpage editor and viewer, submitted by
Tomasz Luchowski in PR pkg/12019.

The viewer/browser does not work for me -- it seems to be having trouble
with my "mandesc" files -- but I guess some problems are expected with
a "0.4e" release, and someone should tell the author how to spell
"preferences"!
2001-01-21 18:18:04 +00:00
tron
ff5a57cfcc Solaris 8 includes "libz". 2001-01-21 18:13:31 +00:00
veego
bb55bbbbe8 Change the first bsd.pkg.mk to bsd.prefs.mk.
Having two includes of bsd.pkg.mk in one Makefile is a bad idea.
2001-01-21 17:51:10 +00:00
tron
c50f41b155 Because "gpatch" used on Solaris doesn't accept the patch file add the
missing newline manually with a "echo".
2001-01-21 17:40:34 +00:00
tron
c3dca549d1 Add missing newline at the end of "cappletConf.sh.in". 2001-01-21 17:28:20 +00:00
hubertf
068d8b4839 Fix usage (duplicate "echo") - patch by Tomasz Luchowski <zuntum@eik.pl> 2001-01-21 15:09:41 +00:00
itojun
dddacfd3a2 upgrade to 1.08.
1.08: Jan.4,2001
	smtp.c:
		Successful recipients were not logged if the final recipient
		was rejected in a SMTP transaction.
		 reported by Koji Kawano <kawano@eng.trans-cosmos.co.jp>
		An access to conn->host->currect encounters NULL at the
		beginning of SMTP connection establishment. So checks inserted
		for safety.
		 reported by Makoto MATSUSHITA <matusita@ics.es.osaka-u.ac.jp>
	dns.c:
		fallbackmx will work with A/AAAA only hosts
	commom.h, main.c, dns.c, smtp.c:
		Option -5 supported for IPv4 or IPv6 only platform to use
		fallback gateway to IPv6/IPv4 cloud. Unless -5 specified,
		messages will be bounced back from IPv4 host to IPv6 host
		(AAAA only MX) or from IPv6 host to IPv4 host (A only MX),
		what was default action of old versions of smtpfeed.
		You also want to specify fallback host which can reach
		IPv6/IPv4.
2001-01-21 06:02:27 +00:00
itojun
56680381d4 bring in WIDE patch for 8.11.2, to support mail/smtpfeed better. 2001-01-21 05:58:50 +00:00
jtb
04a2ebd907 No need to change the libtool version number. 2001-01-21 05:01:08 +00:00
jtb
cfc2c2b301 Updated libctl to version 1.3 . From the NEWS file:
* Added improved "subplex" multidimensional optimization algorithm
    (for maximize-multiple and minimize-multiple).
  * Documented vector3-x, vector3-y, vector3-z functions for extracting
    vector3 components.
2001-01-21 04:49:44 +00:00
jtb
267ac97a43 Put quotes around the arguments passed to stalin in the script. 2001-01-21 03:11:54 +00:00
jtb
02f0c14ae4 Minor improvements. Don't use "-freg-struct-return" if compiling on
the Alpha. This probably won't fix the recent problems in the bulk
builds.  Install "libstalin.a" in ${PREFIX}/lib/stalin instead of
${PREFIX}/lib.
2001-01-21 02:04:56 +00:00
tron
778c32c173 Install "tcpd.h" required to build applications using "libwrap". 2001-01-21 01:22:08 +00:00
jtb
33a2dd36cb Added machine parameter files from the BLAS. Use different optimization
based on compiler, and add "-lg2c -lm" to link if using g77, "-lm" otherwise.
2001-01-20 21:25:31 +00:00
rh
0716009155 Update lftp to 2.3.7. This closes PR 12001 by Tomasz Luchowski
<zuntum@eik.pl>, thanks!

Changelog:

Version 2.3.7 - 2001-01-15
Two bugs fixed.
  * fixed OPIE/SKEY automatic password generation.
  * fixed put over http or hftp when server replies `100 Continue'.

Version 2.3.6 - 2001-01-02
Some minor improvements.
  * new setting cmd:save-cwd-history.
  * new setting ftp:fix-pasv-address, don't fix PASV address by default.
    (this fixes a problem with certain masquerading firewalls).
  * new setting hftp:use-authorization for some proxies (default is yes).
  * send port in Host: HTTP header.
  * check net:no-proxy before using hftp instead of ftp.
  * new commands bzcat, bzmore (Chmouel Boudjnah).
2001-01-20 12:38:49 +00:00
rh
955e9caa5b Update gif2png to 2.4.0. This closes PR 12000 by Tomasz Luchowski
<zuntum@eik.pl>, thanks!

Changes are:
  2.4.0: Added -t option to enable conversion of transparent images.
  2.3.3: Handle malformed (zero-length) GIF comments without coredumping.
         This was Debian bug #59830
2001-01-20 12:13:43 +00:00
pooka
2f685fbd2e Install betanews.txt and povwhere.get also, as required by the binary
packaging license.

Pointed out by Richard Rauch in private email.
2001-01-20 10:31:32 +00:00
jtb
9935f7da95 Removed an unneeded checksum entry. 2001-01-20 02:41:51 +00:00
jtb
2c57f14187 Add and enable "proj". Fixes PR pkg/11394 by Jason Beegan. 2001-01-20 02:30:21 +00:00
jtb
d4e7c2f8b8 Initial import of new "proj" package:
Cartesian cartographic projection library and programs
2001-01-20 02:18:02 +00:00
pooka
8f90cdd7d5 act resposible, take over maintainership from packages@ 2001-01-20 00:37:10 +00:00
pooka
95494fea90 Install additional documentation and scripts as suggested by Richard
Rauch in pkg/11217
2001-01-20 00:36:19 +00:00
pooka
0f1722beb9 fix PLIST 2001-01-20 00:35:22 +00:00
jtb
00fd566f1a Updated xcircuit to version 2.2.0. The schematic capture code is now
considered stable. Xcircuit now has the ability to pass parameters
to objects. For the moment, this only works with string parameters.
Integral parameters will be added in upcoming versions.
2001-01-19 23:24:33 +00:00
jtb
d0b6480e64 Add and enable "pforth". 2001-01-19 22:29:39 +00:00
jtb
700155153d Initial import of new "pforth" package:
Portable ANS-like Forth written in ANSI C
2001-01-19 22:26:59 +00:00
tron
66c752478a Add dependence on "tcp_wrappers" under Solaris to get "libwrap". 2001-01-19 21:39:34 +00:00
tron
7fc7dbf49e Make this build under Solaris with XFree86. 2001-01-19 21:29:19 +00:00
tron
eacf8a8b76 Add and enable "tcp_wrappers". 2001-01-19 21:19:40 +00:00
tron
15e41b9632 Import Solaris only "tcp_wrappers" package:
Monitor and filter incoming requests for network services
2001-01-19 21:18:16 +00:00
tron
c4b254d457 Use "nroff -man" on Solaris for the moment so that this package builds
at least.
2001-01-19 21:16:51 +00:00
jtb
14893359e7 The `h5debug' program makes no allowance for the case where (argc < 2). Just
print a one line usage statement and exit in this case.
2001-01-19 20:46:49 +00:00
hubertf
580fb41d4b Derive DISTNAME from PKGNAME in a pkglint-friendly way.
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-19 13:13:43 +00:00
hubertf
1dfcd0a586 Remove redundant variable assign.
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-19 13:02:14 +00:00