Commit graph

32007 commits

Author SHA1 Message Date
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
jlam
477c5648f1 Convert all of the GS_REQD to GHOSTSCRIPT_REQD. 2002-09-13 06:40:08 +00:00
jlam
a9e8a3eeca Add a ghostscript.mk file that may be included by packages that want a
dependency on ghostscript.  This handles the dependency patterns that will
match either ghostscript{,-nox11} and ghostscript-gnu{,-nox11} depending
on which version number of ghostscript is required.  From the comments at
the top of the file:

To use this Makefile fragment, simply:

(1) Optionally set GHOSTSCRIPT_REQD to the minimum version number of
    Ghostscript required by the package,
(2) Optionally set USE_GHOSTSCRIPT to "build" to only add a build-time
    dependency on Ghostscript,
(3) And include this Makefile fragment in the package Makefile,
2002-09-13 06:37:11 +00:00
jlam
de150741ae Initial import of ghostscript-gnu-nox11-7.05.
Ghostscript is the well-known PostScript interpreter which is available for
all common and most esoteric platforms and supports many different printers
and some displays.

This package contains GNU Ghostscript, which is released under the terms
of the GNU Public License, and is built without support for X11 displays.
This package also doesn't support all of the printers in the
print/ghostscript{,-nox11} packages, but does support a wider range of HP
inkjet printers through the print/hpijs package, and supports the GIMP
print inkjet printer drivers through the print/gimp-print-ijs package.
2002-09-13 05:44:40 +00:00
jlam
b4c9b60d9e Initial import of ghostscript-gnu-7.05.
Ghostscript is the well-known PostScript interpreter which is available for
all common and most esoteric platforms and supports many different printers
and some displays.

This package contains GNU Ghostscript, which is released under the terms
of the GNU Public License.  This package also doesn't support all of the
printers in the print/ghostscript{,-nox11} packages, but does support a
wider range of HP inkjet printers through the print/hpijs package, and
supports the GIMP print inkjet printer drivers through the
print/gimp-print-ijs package.
2002-09-13 05:43:26 +00:00
jlam
df38081629 Consolidate more common stuff between ghostscript and ghostscript-nox11
in Makefile.common, and note conflict with the ghostscript-gnu* packages.
2002-09-13 05:16:45 +00:00
mrg
73dad376e9 update to ircii 20020912. changes are:
o  /join group can now move an ICB group to a different window
  o  add ICB support for /join -force and /join -invite
  o  echoing bold / inverse / underline chars immediately after one
     another now works properly in all cases
  o  DCC and IPv6 now works.  ircII can DCC CHAT via IPv6 with irssi
  o  new /set dcchost to change the dcc source host.  this changes what
     the -H flag sets at start up
  o  IPv6 support split into pure-IPv6 and new socket API support, with
     replacements for the latter being provided if they do not exist.
     PLEASE NOTE: this may cause ./configure or build failures due to
     gethostbyname(), getaddrinfo(), getnameinfo(), freeaddrinfo(),
     inet_pton() or inet_ntop() lossage.  please report via ircbug
  o  /dcc talk, /dcc summon, and /dcc tmsg are no longer supported
  o  /on ctcp_reply, /on notice, /on encrypted_notice and /on flood all
     now provide the target of the /on as $1.  PLEASE NOTE: this will
     affect old scripts.  use if (V > 20020902) to check for the new
     behaviour
  o  nearly all reported bugs fixed
  o  /xecho -level should now work for channel traffic as wel.  PLEASE
     NOTE: this will probably cause some messages to go to a different
     window now than they used to - possibly a bug!  please report any
     such changes that do not seem correct
  o  connections to multi-homed hosts not listening on all IP addresses
     now works in all cases
  o  new /setenv & /unsetenv commands
  o  /log core dump fixes
  o  help file fixes
  o  new `fkeys' script to make it possible to bind function keys
  o  irc -t is now the default.  use -T to get ti/te sequences
  o  long ICB messages are now always split up correctly
  o  various minor bug fixes
  o  2.8script/newaway/default scripts "n.o" alias unified
2002-09-13 03:12:16 +00:00
wiz
3c8c087aa0 Fix HOMEPAGE and MASTER_SITE.
XXX: Could do with an update. Anyone reading this? ;)
2002-09-12 23:14:33 +00:00
hubertf
176d4c24a1 Update chat/silc-client to version 0.9.5.1. Changes:
buildlink->buildlink2

Main changes between 0.9.2 and 0.9.5.1
=======================================

 * Do not set the locally resolved hostname for local client entry but take
   what server sends.  This way the real hostname is shown in WHOIS for
   yourself.

 * Fixed duplicate PKCS name registering to not allow it.

 * Enabled SIM support on *BSD systems.

 * Fixed buffer overflow and security problems (loosing bits in CFB
   encryption) in SILC RNG.

 * Fixed buffer overflow with CUMODE mode->mode character conversion.

 * Fixed a crash in client libary in NICK_CHANGE notify when NICK_CHANGE
   arrived for client entry we are resolving currently.

 * Don't do SILC_STRING_LANGUAGE encoding if the outbuffer is NULL since it
   seems that on some platforms NULL is allowed and on some it's not.
   Fallback encoding is used instead.

 * Fixed a bug in Irssi SILC client to close the connection properly when
   disconnecting from server.  Handle local errors correctly during resuming.

Update submitted by Lubomir Sedlacik <salo@xtrmntr.org> in PR 18277.
2002-09-12 23:05:37 +00:00
wiz
36d1d7d214 Fix a problem with cgi-bin's and the GET method.
Patch from mrg, due to be included in the next release, but who knows
when that will be ;)

Bump to 5.14nb1.
2002-09-12 21:20:31 +00:00
wiz
81817a95e6 Standardize. 2002-09-12 19:37:07 +00:00
tron
c9ec59773d Fix build problem under NetBSD-current and combine two patches which
modify the same file.
2002-09-12 19:12:18 +00:00
tron
4b06af5b33 Fix build problem under NetBSD-current. 2002-09-12 18:50:28 +00:00
drochner
e2c3ff7155 add all these Zope products 2002-09-12 18:21:40 +00:00
drochner
8a05ac599c some document management/publication framework for Zope
(which did reveal multithreaded Python problems...)
2002-09-12 18:16:51 +00:00
drochner
2876e7cbd1 XML->HTML translation for Zope 2002-09-12 18:14:02 +00:00
drochner
0a5c97f2e7 some FORM support for Zope 2002-09-12 18:13:04 +00:00
drochner
7e09193e84 XML processing for other Zope products 2002-09-12 18:12:02 +00:00
drochner
9e8e124594 another Zope image presentation product 2002-09-12 18:10:17 +00:00
wiz
2317688735 Standardize. 2002-09-12 17:12:36 +00:00
wiz
747bcaed3f Fix RCS Id. 2002-09-12 17:10:34 +00:00
wiz
44c3d794a9 Standardize. 2002-09-12 17:05:15 +00:00
wiz
b0ac4f603c 3.31: Check MESSAGE file format. Patch from sco at openface ca in pkg/18276. 2002-09-12 17:03:04 +00:00
wiz
0ffc9a6958 Update to 2.1pre3.
Changes:
This version includes two bugfixes in the Javascript support, the X icon
name is now set, an associations bug was fixed, along with an occasional
paste bug, a Euro entity was added, and parsing \xab numbers in Javascript
is now supported, along with other features.
2002-09-12 13:44:47 +00:00
wiz
e04dd1481a Update to 0.0.5, converted to buildlink2.
Changes: security fix, but we didn't suid the binary anyway.
2002-09-12 13:30:28 +00:00
tron
5a1544d058 Include "application.buildlink.mk" to get Python support working again.
This obviously got broken when the "xchat" package was split.
2002-09-12 12:34:00 +00:00
drochner
ee6308f0bb unused 2002-09-12 11:10:23 +00:00
drochner
ed9dff7c26 product.buildlink.mk -> product.mk 2002-09-12 11:09:48 +00:00
drochner
090db04946 rename product.buildlink.mk to product.mk since this doesn't use
"buildlink" logics
also define a default prefix - fixes PR pkg/18191
2002-09-12 11:01:37 +00:00
jlam
b944dd3217 Add BUILD_DIRS and INSTALL_DIRS, which have the same semantics as
CONFIGURE_DIRS, and allows running the shell commands in the do-build and
do-install targets within the specified directories.  Both variables
default to ${WRKSRC}.
2002-09-12 10:34:29 +00:00
jlam
63f3771a9c Default to slapd=NO if it's not defined. 2002-09-12 10:19:11 +00:00
jlam
3841dca038 buildlink1 -> buildlink2 2002-09-12 08:29:46 +00:00
rh
d9a25cf0fa Add and enable gtk2-engines 2002-09-12 04:57:20 +00:00
rh
0bbc2816e9 Initial import of gtk-engines-1.9.0, a set of theme engines for gtk2.
Provided by Julio Merino <jmmv@hispabsd.org> in pkg/18206, with some
minor fixes by me.
2002-09-12 04:56:07 +00:00
rh
d094720bca Add and enable libgnomeprintui 2002-09-12 04:29:32 +00:00
rh
53c3517693 Initial import of libgnomeprintui-1.116.0, the user interface dependent
part of the GNOME2 printing infrastructure.
Provided by Julio Merino <jmmv@hispabsd.org>.  This closes PR pkg/18204.
2002-09-12 04:28:27 +00:00
rh
3caf4c1265 Update libgnomeprint to 1.116.0. Changes include bugfixes and additional
language support.
Provided by Julio Merino <jmmv@hispabsd.org>.  This closes PR pkg/18203.
2002-09-12 04:19:50 +00:00
rh
76cf33e3af Add and enable libwnck 2002-09-12 01:41:45 +00:00
rh
678eededf2 Initial import of libwnck-0.17, a window navigator construction kit for
GNOME2.
Provided by Julio Merino <jmmv@hispabsd.org>.  This closes PR pkg/18202.
2002-09-12 01:41:00 +00:00
rh
f4616334d6 Add and enable libgnomeui 2002-09-12 01:22:59 +00:00
rh
450456396f Initial import of libgnomeui-2.0.5, a core widget library for the
development of GNOME2 applications.
Provided by Julio Merino <jmmv@hispabsd.org>.  This closes PR pkg/18201.
2002-09-12 01:21:58 +00:00
wiz
c070fbf2a1 Update to 0.25, as requested in pkg/18268. Converted to buildlink2.
Changes:
In 0.24: gradients, dynamic dialogs, emergency saves, much improved handles,
better line drawing code, and near complete grid/guideline snapping.
In 0.25: text object now conforms to SVG spec, global cleanup of styles and
units was done, star, spiral, and arc were added, autotrace and vertical
text layout now supported.
2002-09-12 00:43:49 +00:00
wiz
6ac47f670a Add and enable scummvm. 2002-09-12 00:41:01 +00:00
wiz
c5af3db6dc Initial import of scummvm, a game engine for lucasfilm games (without
the data files). Package provided by Adam Ciarcinski, cleaned up and
buildlink2ed by me.
2002-09-12 00:38:30 +00:00
wiz
79acb9e170 Convert to buildlink2. 2002-09-12 00:35:09 +00:00
wiz
b8e78836cf Add. 2002-09-12 00:32:48 +00:00
simonb
0984dd14fe Update to 20020912; changes an ad pattern, and old distfile no longer
available.
2002-09-12 00:28:43 +00:00
wiz
a105c571a9 Convert to buildlink2. 2002-09-12 00:25:29 +00:00
wiz
dfc073ce47 Add buildlink2.mk 2002-09-12 00:25:17 +00:00
wiz
e8105997aa Add and enable mirrormagic-sdl. 2002-09-12 00:22:23 +00:00