summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-08-19Mark as USE_BUILDLINK_ONLY.jlam6-6/+15
2001-08-19Honor CFLAGS and CC settings from the environment and mark asjlam1-1/+3
USE_BUILDLINK_ONLY.
2001-08-19* Fix the email address for the maintainer.jlam3-7/+31
* Honor CFLAGS and CC settings passed in from the environment. * Mark as USE_BUILDLINK_ONLY.
2001-08-18Let the default configuration file be installed as "wwwoffle.conf.install",fredb4-13/+19
rather than "wwwoffle.conf.default", so that wwwoffle-upgrade-config*.pl can use it to populate the new config file with comments (and to minimize gratuitious changes).
2001-08-18This patch is no longer needed -- the tools now take an absolute path to befredb2-18/+1
a "localhost" URL. [Per Andrew M. Bishop, wwwoffle's author.]
2001-08-18Update "windowmaker" package to version 0.65.1. The changes since versiontron9-225/+89
0.65.0 are: - removed FocusFollowMouse from wmaker and WPrefs - fixed problem with alpha images showing a blue tint on big endian machines - fixed problem with WINGs based apps exiting with a "X_RotateProperties" related error when text was selected in a textfiled (including WPrefs.app and Window Maker itself). - fixed bug with maximization of windows with fixed resize increments - added None geometry display type - fixed window enumeration bug - removed GNUisms from wsetfont (Marcelo E. Magallon <marcelo.magallon@bigfoot.com>, Masahide -mac- NODA <mac@clave.gr.jp>) - added slovakian translations from (tomka@oalevice.sk) - added WINGs i18n patch from tomka@oalevice.sk - fixed wmsetbg.c to work in servers capable of multiple depths (overlay) - added HMaximizeKey (Ruda Moura <ruda@conectiva.com.br>) - fixed bad SIGPIPE handling setup across forks (Philippe Troin <phil@fifi.org>) - added workaround for bug in locale handling on font set creation (Seiichi SATO <sato@cvs-net.co.jp>) - Fixed some non-portable shell constructs used in installed scripts (Johnny C. Lam <lamj@stat.cmu.edu>) - Fixed crash with long titles in the window list menu (buffer overflow) (Alban Hertroys <dalroi@wit401310.student.utwente.nl>, reported by Robert Marshall <robert@chezmarshall.freeserve.co.uk>) - Replaced almost all sprintf() calls with snprintf() - fixed crash when removing menu entry for Window List or Workspace submenu
2001-08-18support non-japanese iso2022 multibyte escape sequences, likeitojun2-1/+20
ESC $ ( C for ksx1001/ksc5601 korean charsets. patch already sent to screen@uni-erlangen.de.
2001-08-18Update to 3.9.9. Changes since 3.9.8:wiz7-52/+37
* new '-X' option to send commands to screen sessions. * added a possibility to change the attributes/color in caption or hardstatus strings: caption always "%3n %{r}%t%{-}%? @%u%?%? %{g}[%h]%{-}%?" * new 'dinfo' command to show what screen thinks about your terminal. * new 'attrcolor' command to map attributes to color codes: * support for UTF-8: new commands 'utf8', 'defutf8' to change the encoding of a window, plus a '-U' option to tell screen that your terminal sends/receives UTF-8 codes. * support for 16 colors.
2001-08-18add & enable xmms-neatohubertf1-1/+2
2001-08-18xmms-neato-20010818: Circle effect XMMS pluginhubertf5-0/+59
2001-08-18Update print/cups to 1.1.10.1. Changes from version 1.1.9.1 include:jlam13-217/+62
+ Use our own cupsd rc.d-style script instead of using the one supplied with the CUPS sources. - Bug fixes. - Added a driver for DYMO label printers. - Added new ClassifyOverride directive to allow users to override the classification of individual jobs. - Added new BrowseProtocols directive to control which browse protocols are used (currently CUPS and SLP). - Added SLPv2 support. - The pdftops filter did not have the Japanese and Chinese text support compiled into it.
2001-08-18Substitute for @ECHO@, too.jlam1-1/+2
2001-08-18Use ${name} instead of "slpd".jlam1-2/+2
2001-08-18Add net/openslp.jlam1-1/+2
2001-08-18Service Location Protocol is an IETF standards track protocol that providesjlam9-0/+363
a framework to allow networking applications to discover the existence, location, and configuration of networked services in enterprise networks. The OpenSLP project is an effort to develop an open-source implementation of Service Location Protocol suitable for commercial and non-commercial application.
2001-08-18add & enable xmms-vismsahubertf1-1/+2
2001-08-18xmms-vismsa-0.2:hubertf5-0/+84
vis plugin similar to the Spectrum Analyser from Open Cubic Player
2001-08-17Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} injlam10-29/+11
MAKE_ENV as they are now added by the buildlink files themselves.
2001-08-17If USE_CONFIG_WRAPPER is defined (implied by USE_BUILDLINK_ONLY), thenjlam26-52/+83
set FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in both CONFIGURE_ENV and MAKE_ENV. We remove the check for GNU_CONFIGURE because if a package Makefile includes the buildlink.mk file, then it most likely wants to use the config script wrappers as well. Change suggested by Hubert Feyrer (hubertf) and Tomasz Luchowski (zuntum).
2001-08-17Make this work more like the ssh package:kim5-18/+133
- don't install setuid unless SSH_SUID=YES - use libwrap (--with-tcp-wrappers) on NetBSD I also want to fix S/Key support and Kerberos IV, so I've left some comments in Makefile for that.
2001-08-17We don't really need to depend on qmail -- remove it from DEPENDS.zuntum1-3/+1
This unbreaks this package in bulk builds.
2001-08-17* Force the issue of using -lintl and buildlink.fredb3-19/+4
* Don't run autoconf.
2001-08-17RCS police.wiz2-2/+4
2001-08-17Undo changes from previous patch from pkg/12921. The rc.d-style startupjlam2-4/+6
scripts need for the nmbd and smbd programs to always start in daemom-mode, which is why the "-D" flag was set via command_args in the scripts themselves. Any additional options should be passed in through the {nmbd,smbd}_flags settings in /etc/rc.conf. Add comments to reflect this in the scripts. The error reported by the PR author is most likely due to either installing these scripts with ".sh" extensions, which is not how these are installed into the ${PREFIX}/etc/rc.d and is definitely wrong, or in directly sourcing these files from an rc.local script, which is again, definitely wrong.
2001-08-17Add buildlink.mk provided by Stoned Elipot in pkg/13739.wiz1-0/+46
2001-08-17Fix rpath for fig2dev. Problem reported in pkg/13736 by Mark Davies.wiz2-5/+5
2001-08-17Update smimemsg to 1.4jun2-6/+6
- add RC2-64,RC2-128,DES,Triple-DES - update aicrypto lib - some fixes,with -p7 option
2001-08-17default device is /dev/rcd0d not /dev/cdromlukem3-7/+31
2001-08-17now security fix contains main trunk.jun1-22/+0
2001-08-17Update AiSSLtelnet to 0.15jun2-6/+6
- Fix telnetd origin security hole.
2001-08-16Add and enable qmail-conf. Sort.wiz1-2/+3
2001-08-16Update pardiff to 0.9.4zuntum4-43/+5
Changelog: * Version 0.9.4 (Aug 15, 2001) * Handle context format diff (thanks Adam Bernstein) * Portability fixes for {Net,Free,Open}Bsd (thanks Tomasz Luchowski) * Fixed flawed #!/bin/sh line in diffp shell script (thanks Tomasz Luchowski) Two patches are now in the distribution, so we can remove them.
2001-08-16Add and enable xmms-gdancerwiz1-1/+2
2001-08-16Let gdk-pixbuf and gdk-pixbuf-gnome share distinfo.wiz2-8/+2
2001-08-16Use USE_XPM instead of DEPENDS for xpm for XF4 users.wiz1-2/+2
[Should be buildlinked instead, but some dependencies are still missing.]
2001-08-16Fix Makefile.in to use $(INSTALL) rather than "install";dogcow2-6/+13
this can fail on zoularis if it finds /usr/sbin/install first.
2001-08-16One less: qmail is donezuntum1-6/+1
2001-08-16Update libnasl and nessus{-core,-libraries,plugins} to 1.0.9.frueauf8-22/+59
- increased login timeout - fixed a possible deadlock in libpeks - fixed a bug which would cause the client to crash when sending a too long plugin list - fixed the 'too many plugins selected' bug that would make the client crash - workaround for a Linux bug^H^H^Hfeature that makes recv() behave completely differently than the rest of the world (thanks to Andreas Steinmetz) - fixed http://install.nessus.org to better work on Solaris - various minor issues - several new plugins
2001-08-16Update to 1.1.11, provided by Hiramatsu Yoshifumi in pkg/13730.wiz3-11/+14
Changes: . Add sound events: RestoreUpSound, RestoreDownSound, MenuPopupSound, MenuCommandSound, OpenSound, CloseSound, PagerSound, and PagingSound. . Change OpengingSound, EndingSound, and RestartSound to SystemStartSound, SystemExitSound, and SystemRestartSound, respectively. . Change the default coloring as in Windows 2000. As well as other bugfixes. Package change: man page now in PLIST, buildlinked.
2001-08-16Fix PLIST on Solaris, and honor PAPERSIZE setting.wiz3-2/+385
From Peter L. Petersen in private mail.
2001-08-16Update gqmpeg to 0.9.0. Changes include:rh2-7/+7
> Added preset list widget to the skin spec. - All widgets in the skin spec should now be documented in SKIN-SPECS file. - Single clicking on a playlist in a skin now selects the song, double clicking will play the song if stopped. - Minor Japanese translation update. * Fixed the window manager classes so everything is unique, the main window is now GQmpeg:gqmpeg and the playlist is GQmpeg:playlist. SLIK (0.6.0) related changes: > New font widget, for use by text in the same method digits are used by numbers to conserve memory. > For text, the data field is now used as the default text when the application does not register a matching text key. Useful when labels are needed in a skin. - Skin sizes are now remembered for sizeable skins. - Improved list widget button press handling (to work more like a button). * Fixed the parser so that spaces are accepted in keys and data fields. * Digits (and fonts) can now only be removed in the editor when no widgets reference them. * Fixed background updates for hidden widgets (fixes transparent items linked to sliders and dials). * Fixed calculations for list widget row borders. * Fixed broken widget placement when setting background in the editor. * When opening the editor, the skindata entry field used for load and save is now set correctly to match the active skin.
2001-08-16Add and enable fehrh1-1/+2
2001-08-16Initial import of feh-1.0.1, an advanced image viewer.rh6-0/+103
2001-08-16Add and enable imlib2rh1-1/+2
2001-08-16Initial import of imlib2-1.0.3, an image manipulation library (therh6-0/+178
successor to imlib).
2001-08-16Add and enable edbrh1-1/+2
2001-08-16Initial import of edb-1.0.2, the Enlightenment database abstraction layer.rh5-0/+75
2001-08-16Use install rather than copy to avoid umask issuesabs3-9/+17
2001-08-16add normalizelukem1-1/+2
2001-08-16get the man page patch *right* this timelukem2-7/+8