summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-23update to cdpack-1.2dmcmahill3-12/+25
change is that the automatically generated README.txt file is now only generated if requested via the -R flag as opposed to always generating the file. Suggested by Hubert.
2001-06-22Pull in buildlink files for jpeg, lcms, and zlib as they're needed whenjlam1-1/+5
linking against libmng.
2001-06-22Add buildlink.mk file for use by other package Makefiles.jlam1-0/+34
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Addjlam1-6/+7
missing dependency on zlib.
2001-06-22Add buildlink.mk file for use by other package Makefiles.jlam1-0/+32
2001-06-22Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-22Mark as USE_BUILDLINK_ONLY.jlam1-5/+5
2001-06-22Update chasen to 2.2.7. Change from 2.2.6 is below:taca3-9/+9
---------------------------------------------------------------------- ChaSen 2.2.7 (2001/06/22) ---------------------------------------------------------------------- - bug fix for sentence end processing - "EOS" length is modified from 3 to 0.
2001-06-22Install yorick files under ${PREFIX}/share instead of ${PREFIX}/lib.jtb3-9/+9
2001-06-22Update homepage.wiz1-2/+2
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam2-12/+17
2001-06-22<jpilot/libplugin.h> pulls in <gtk/gtk.h> so include gtk buildlink.mk.jlam1-1/+3
2001-06-22Add buildlink.mk file for use by other package Makefiles.jlam1-0/+31
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-10/+12
2001-06-22Add buildlink.mk files for use by other package Makefiles.jlam2-0/+67
2001-06-22Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-7/+6
2001-06-22Add and enable inform.nathanw1-1/+2
2001-06-22Initial import of Inform.nathanw4-0/+115
Inform is an Interactive Fiction (text adventure) game compiler -- it takes source code you write and turns it into a game data file which is then played using an 'interpreter'. There are several interpreters available which can play Inform games on different machines (e.g. frotz, jzip) -- you can probably obtain one from the same place you got this package.
2001-06-22Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-8/+10
2001-06-22Fix typo.jlam1-2/+2
2001-06-21Add dependency on bzip2 for libbz2.a, needed to support bzip2-compressedjlam1-1/+2
MIFF files.
2001-06-21Hyphens in module names are replaced with underscores in the file system.kim1-5/+5
2001-06-21Install the headers and libraries for bzip2, and add a buildlink.mk filejlam5-12/+114
for use by other package Makefiles.
2001-06-21Add buildlink.mk files for use by other package Makefiles.jlam3-0/+130
2001-06-21Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam11-83/+87
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-21Touch ${TK_LIB_FILE} during build so that it doesn't have to be re-linkedjlam3-7/+16
during installation.
2001-06-21Move inclusion of buildlink.mk file below GNU_CONFIGURE and USE_LIBTOOLjlam1-3/+3
settings.
2001-06-21Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-18/+13
2001-06-21Add buildlink.mk file for use by other package Makefiles.jlam1-0/+49
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+2
2001-06-21Update to HTML-Parser-3.25.nra2-5/+5
2001-05-11 Gisle Aas <gisle@ActiveState.com> Release 3.25 Minor tweaks for build failures on perl5.004_04, perl-5.6.0, and for macro clash under Windows. Improved parsing of <plaintext>... :-)
2001-06-21Fix mgetty package to not delete its config files on pkg_delete (nextfredb6-40/+134
time! -- save them by hand if you need them for this upgrade), add a package hook to change ${CONFDIR}, where the binaries look for their configuration files, and update to 1.1.26. Many bug fixes and improved compatibility with various modems. The following were culled from the extensive ChangeLog file's for being conceivably of general interest. * login.c: export current tty as $DEVICE to shell * dialin.config: added V253 codes for OUT_OF_AREA and PRIVATE. * getdisk.c: fix overflow on file systems with > 2G (2^31 bytes) free * getdisk.c: default MINFREESPACE from policy.h was interpreted as *bytes*, not as *kbytes*. Which kind of defeats the purpose of checking for "enough disk space". Fixed, work with kbytes now. * faxrecp.c: check access rights first, space second (this will give clearer log messages for non-existing directories) * faxrecp.c: change fax page writing to open( O_EXCL|O_CREAT ) * locks.c: use mkstemp() to create tmp file, if available, open( O_EXCL|O_CREAT ) otherwise. and for vgetty... * Fixed buffer overflow in vm and vgetty, submitted by Georg Kirschbaum, <Georg.Kirschbaum@gimmel.franken.de>. Impact would not have been very big since only DTMFs are under control of the user.
2001-06-21Update xmms-crossfade to 0.2.9. Changes include:rh2-6/+6
* Fixed the pre-mixing effect plugin handling. * Added more verbose error messages when one of 'xmms-config', GLIB or GTK can not be found. * Fixed a bug which could cause very ugly feedback when using the silence-after-fadeout crossfader feature. This does only happen when you have activated an effect plugin in XMMS. * Fixed a small configure script error.
2001-06-21Make netstat2mrtg work also on interfaces without link-layer addressbouyer1-2/+7
(e.g. lo0, gif0, ...). From Takahiro Hayashi in pkg/13206.
2001-06-21Update xmms to 1.2.5. Changes include:rh11-183/+142
Translation/Internationalization: * New translations (gl, pt, id, sr) * Translations work in libxmms. * Handles broken translations better. Plugins: * Joystick plugin suppports more than 4 buttons. * Vorbis plugin handles streams. * Vorbis plugin generate data in native endianness. * File info dialog for Vorbis plugin. * Alot of bugfixes to the Vorbis plugin. * Tonegen input plugin supports more frequencys at the same time. * Solaris output plugin added. * Additional fixes to the Solaris plugin after it moved to the XMMS source. * IR plugin can now configure IR code length. * OSS Output can now configure the mixer device manually. * Handle no effect plugins without crash. * Esd plugin makes use of ESPEAKER variable. * ID3v1.1 support, ID3v1.0 still saves the entire comment. Portability: * CDAudio ported to OpenBSD. * Fixed glitches in FreeBSD audio playback. * Compilation fixes for Tru64 Unix, FreeBSD, OpenBSD. Playlist: * Physically delete file from playlist. * Right-click menu in the playlist. * Playlist counter wraps at ~136 years instead of ~600 hours. * Pressing middle mouse button in the playlist will try to add the content of the clipboard. Double click will clear the playlist. Misc: * MiniIcon now shows up in KDE2 taskbar. * Gnomexmms shows the title in the tooltip. * DGA support has been dropped. * Fullscreen code should be more sane now. * Man pages. (xmms, gnomexmms, wmxmms) Core: * Set realtime mode and drop root privilieges before initalizing GTK. (XMMS would not work with GTK 1.2.10) * Better shuffleplay support. * Possible to show WM decorations. * Fixed segfaults in the controlsocket. * Generic titles instead of Input plugin specific (mpg123, vorbis, cdaudio). * %F - File path, for titlestrings. * Smaller fixes, memory leaks and stability issues.
2001-06-21Update pkglint to 3.02:abs2-11/+23
Also check 'size' when crosschecking for checksum mismatches.
2001-06-21Update pkglint to 3.01:abs2-4/+4
Correct wrong var usage in lintpkgsrc 'checksum mismatch' report.
2001-06-21Add RCS Tag.nra1-0/+2
2001-06-21Switch to a dynamic PLIST so we can install against jdk or sun-jdkabs7-106/+87
2001-06-21- remove empty directories (-P) after the initial checkouthubertf1-3/+3
- show only changes (-q), checkout added directories (-d) and remove empty directories (-P) in the following updates Sent in by Martti Kuparinen <martti.kuparinen@iki.fi> in PR 13253.
2001-06-21Add and enable audacitywiz1-1/+2
2001-06-21Disable multi char glyph languages as a stopgap for now. Themartin1-2/+1
implementation is broken, it breaks the program for users with non-multi-char-glyph and non english ("C") locales. I will file a PR for the real problem.
2001-06-21update 1.95b125 to 1.95b126jun2-5/+5
1.95b126 (2001/06/21) mew-dist release * Enhancing mew-reply-regex. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * Setting scan form for "I" and Biff. * A users now can do MIIME stuff for the body! * A bug fix for mew-header-p(). This enbuged on mew-draft-dynamic-highlight(). * A bug fix for reediting multipart on +draft. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * A bug fix for mew-draft-dynamic-highlight. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * Removing mew-color-p. Shun-ichi TAHARA <jado@flowernet.gr.jp> * A patch for bin/w32/dirent.c. Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> * bin/w32/* Shuichi KITAGUCHI <ki@hh.iij4u.or.jp> * Defining mew-cite-strings-function. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * Adding ":" to mew-regex-url. NINOMIYA Hideyuki <nin@shikoku.ne.jp> * A bug fix for mew-summary-mark-region. Tatsuya Kinoshita <tats@vega.ocn.ne.jp> Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * In-Reply-To is preferred for thread only if it contains one value. * mew-addrstr-parse-syntax-list ignores empty address "<>". Tatsuya Kinoshita <tats@vega.ocn.ne.jp> * A bug fix for mew-encode-remove-illegal-fields. Shun-ichi GOTO <gotoh@taiyo.co.jp> * mew-ask-flush-case. KOIE Hidetaka <hide@koie.org> * A bug fix for undo on drafts. * A bug fix for mew-pgp-verify. * Saving .mew-folder-{list,alist} when new folder is created. * set-buffer the original buffer in mew-summary-display. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * A bug fix for the problem of "," vs raw-header. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * A bug fix for mew-header-combine-field. * after-change-functions for dynamic header highlight KAMEI Ken-ichi <mule@pluto.dti.ne.jp>
2001-06-21The GNU patch used under Solaris doesn't understand "-b .orig", usetron1-1/+5
"-z .orig" instead.
2001-06-21Don't include bsd.pkg.mk in Makefile.common, so force all files thatjlam5-24/+37
include it to include bsd.pkg.mk themselves. Convert to use buildlink.mk files and mark freeciv packages as USE_BUILDLINK_ONLY. Include zlib's buildlink.mk file in server and clients as -lz is used.
2001-06-21Do previous in a different way.jlam1-2/+4
2001-06-21Try to fix check for XAW_TYPE.jlam1-2/+2
2001-06-21Add the homepage for efax.jtb1-2/+3