Commit graph

22252 commits

Author SHA1 Message Date
dmcmahill
02a6401010 don't try and do 'mount -o async -u /usr' because we don't know that the user
even has a file system called /usr or that thats the right one.
2001-07-21 19:58:32 +00:00
wiz
06dc96b197 Improve file name conversion on extraction.
Patch by maximum entropy in pkg/13526.
2001-07-21 19:53:49 +00:00
dmcmahill
32188bfde2 if an outdated package is still installed and 'make deinstall' fails
to remove it, then try again with 'pkg_delete -r'.  This can happen when
some other out date pacakges are installed and we're trying to bulk build
a single package.
2001-07-21 19:36:47 +00:00
martin
0a3e2f8425 Re-add an eroneously removed CONFLICTS with elm-me, but this time do it the
right way.
2001-07-21 18:56:40 +00:00
wiz
0c6d1d7c38 Update popa3d to 0.4.9.1.
Changes:
PAM authentication (obviously not enabled)
Choice for fcntl(2) and/or flock(2) locking.
Virtual domain support hooks (in beta, not enabled in package)
Relaxed BSD-compatible license for most source files.
Various bug and portability fixes.
2001-07-21 17:16:12 +00:00
jlam
f28a159b73 * Make this compile again after previous partial conversion to buildlink.
* Use lesstif/buildlink.mk instead of USE_MOTIF.
* Simplify patch to configure by fixing --with-graphic-libs check.
* Ensure that proper LDFLAGS are passed through to build process to ensure
  linking against proper libraries.
2001-07-21 15:23:51 +00:00
wiz
8e1aca3096 Update to 1.0.3, provided by Martti Kuparinen in pkg/13339.
Too many changes to list here.
2001-07-21 14:16:53 +00:00
wiz
ed633a62c4 add two 2001-07-21 14:01:30 +00:00
wiz
9624e34a11 COMMENTs are not in separate files for some months now.
Remove some dirs on de-installation.
2001-07-21 10:22:31 +00:00
gmcgarry
8bdb95887a Add and enable lcc. 2001-07-21 02:55:21 +00:00
gmcgarry
973a0de16a Import of lcc-4.1: retargetable ANSI C compiler 2001-07-21 02:51:35 +00:00
dmcmahill
68eec7a070 add bakoma-fonts 2001-07-20 14:16:02 +00:00
dmcmahill
ea767ce048 import bakoma-fonts-1.1
The package includes 88 basic fonts of the Computer Modern font family
that were designed by D.E.Knuth. as well as the most usefull AMS fonts:
Euler family and symbols.  Totally, 52 fonts are included into BaKoMa/AMS.
The fonts are in a ATM compatible PostScript Type 1 font format (PFB+AFM+PFM)
as well as in a TrueType font format (TTF).

This font set can be used for typesetting most of (La)TeX documents:

- printing documents on a PostScript printer
  by using, for example, Rokiki's DVIPS;

- printing documents on a wide set of matrix printers
  by using DVIPS and GhostScript.

- drawing slides on vector plotters by using PostScript 'plot.ps' program
  which is supplied with the collection.
  For drawing documents on HPGL plotters, the 'ps2hpgl' utility can be used.
  It is available in 'ftp.mathworks.com' host
  in the '/pub/contrib/tools' directory.

- displaing documents under MS Windows by using TrueType version of
  those fonts or by using PostScript version with ATM.
  For this case, fonts have specific encoding. Please read the
  section about font encoding before using these fonts with MS Windows.
2001-07-20 14:15:14 +00:00
wiz
d4da48b3d9 Standardize format. 2001-07-20 12:13:48 +00:00
tron
f75218bff5 Use "ftp.fu-berlin.de" as first master site because it is about a thousand
time faster from Germany and the USA.
2001-07-20 09:58:29 +00:00
wiz
0436097207 Add and enable p5-XML-Grove 2001-07-20 07:53:43 +00:00
wiz
93cb13285c Fix pkg up to current standards.
[Please use pkglint!]
2001-07-20 07:51:52 +00:00
explorer
24c34280d6 ooops, 0.05 << 0.46 2001-07-20 03:44:39 +00:00
explorer
03810449cb add p5-XML-Grove 2001-07-20 03:19:27 +00:00
taya
73c6cb1be2 Add USE_LIBINTL to handle locale data correctly 2001-07-20 02:23:11 +00:00
jlam
5af074304d Make the example buildlink.mk file more complete by showing how
dependencies on the package are added through buildlink.  Also show how
to use EVAL_PREFIX to set BUILDLINK_PREFIX.foo.
2001-07-20 02:00:47 +00:00
jlam
dd30dabc8c Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:51 +00:00
jlam
f79b2df20a Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.

Also overhaul code to specify the minimum version of OpenSSL needed by
a dependent package.  We now set USE_OPENSSL_VERSION to the version number
in <openssl/opensslv.h>.  Idea also by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:50 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
itojun
342f418a3a forgot to monitor shutdown button on morse code mode 2001-07-19 20:29:08 +00:00
itojun
807d414c81 have -L (load average monitor) and -M (message with morse code).
bump pkgsrc version to 20010719.
2001-07-19 20:23:43 +00:00
jlam
b4fa3a99c6 Remove hard-coded /usr/pkg/lib from rpath, and mark as USE_BUILDLINK_ONLY.
Also set includedir via configure argument instead of directly patching the
configure script, and add a buildlink.mk file for use by other package
Makefiles.
2001-07-19 19:16:43 +00:00
tron
49667ff447 Add conflict with version 2.5.5 or newer of the "elm" package. 2001-07-19 16:22:41 +00:00
tron
a4bd4c21b5 Fix runtime library path problem on systems without "libintl" in the
basic NetBSD distribution.
2001-07-19 15:10:24 +00:00
tron
f923f297a7 Fix conflict entries:
- Remove unnecessary "elm" entry
- Add "mm" package.
2001-07-19 15:04:41 +00:00
wulf
be66f1f40f Removed obsoleted patch-aa file 2001-07-19 13:18:42 +00:00
taca
eb5ac2eec2 Update ruby-rttool to 0.1.5.
According to several lines' change, don't always add emtpy caption element
in table.
2001-07-19 13:12:13 +00:00
taca
9b1f57272e Update p5-Jcode to 0.75.
0.75    2001/07/19
	* (:?) -> (?:) (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
	* fixed file permissions
	  (Takahiro Kambe <taca@sky.yamashina.kyoto.jp>)
0.74    2001/07/17
	* optimization of debug (()->(:?))
	  (Hiroki Ohzaki <ohzaki@iod.ricoh.co.jp>)
	* H2Z bugfix (Mutsutoshi Yoshimoto <riku@freedom.co.jp>)
2001-07-19 12:54:57 +00:00
taca
5b1a78371d Update ruby-ssl to 0.3.1b and utilize USE_OPENSSL_096 for work well
in NetBSD 1.5.1.
2001-07-19 12:44:18 +00:00
martin
67a1283c23 We do not need pthreads (as it doesn't work for stunnel), so don't depend
on pth.
2001-07-19 12:28:03 +00:00
martin
64bebb655e Update stunnel to 3.15.
Based on a pkg provided by Martti Kuparinen in PR 13484.

Changes include:

* Serious bug resulting in random transfer() hangs fixed.
* Separate file descriptors are used for inetd mode.
* -f (foreground) logs are now stamped with time.
* New ./configure option: --with-tcp-wrappers by Brian Hatch.
* pop3 protocol client support (-n pop3) by Martin Germann.
* nntp protocol client support (-n nntp) by Martin Germann.
* RFC 2487 (smtp STARTTLS) client mode support.
* Transparency support for Tru64 added.
* Some #includes for AIX added.
2001-07-19 12:22:17 +00:00
tron
ba91f3e395 Fix broken support for NetBSD-sparc and Solaris-sparc. 2001-07-19 12:09:24 +00:00
jlam
3b3539d711 Mark as USE_BUILDLINK_ONLY. 2001-07-19 06:26:23 +00:00
garbled
8406dbad90 Update this pkg to 1.0.0, the current version of crossfire. No changelog
available.
2001-07-19 05:58:51 +00:00
cjones
bac143f579 Import OpenACS, a port of the Ars Digita Community System to
PostgreSQL.

OpenACS is a web development environment which includes a staggering
number of already-built modules.
2001-07-19 04:35:59 +00:00
cjones
927bfbea7a Some changes to work better with the openacs package, which will be
committed shortly.
2001-07-19 04:19:02 +00:00
cjones
41b8062a51 Corrected a pathname to match PLIST. 2001-07-19 03:03:50 +00:00
garbled
fd3f3c10d9 Update this pkg to 1.0.0. Couldn't find a changelog, but the keybindings
actually seem to work now.
2001-07-19 00:24:02 +00:00
wiz
be7134c35c Update sketch to 0.6.10, provided by Masao Uebayashi in pkg/13122.
Changes since the last version in pkgsrc include 1.5 years of bugfixes
and enhancements as well as updates to newer python version. Complete
ChangeLog in work/sket*/NEWS or at http://sketch.sourceforge.net/relnotes.html
2001-07-19 00:06:52 +00:00
nra
dc33d93494 Update base64 to version 1.3. 2001-07-19 00:05:25 +00:00
jlam
b5499bcc74 Add -Wl,-R${X11BASE}/lib to USER_LDFLAGS to head of possible problems when
libraries move from pkgsrc into the main X11 distribution.
2001-07-18 22:44:30 +00:00
hubertf
f652ba9c24 Change indentation (whitespace changes only!):
.if 			.if
  .if			.  if
  .else		=>	.  else
  .endif		.  endif
  .endif		.endif

Patch contributed by Marc Espie <espie@liafa.jussieu.fr> in preparation of
merging latest changes with the OpenPackages project. Thanks Marc!
2001-07-18 22:43:32 +00:00
jlam
c9b14a8c9a Add buildlink.mk file for use by other package Makefiles. 2001-07-18 22:11:33 +00:00
jlam
c24624ada8 Mark as USE_BUILDLINK_ONLY. 2001-07-18 21:48:36 +00:00
jlam
5332e1b8d3 Rename LIBS to AP_LIBS so listed files aren't passed to configure script by
mistake by automatic CONFIGURE_ENV+=LIBS="${LIBS}".
2001-07-18 21:04:42 +00:00