aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update to 1.5.2sanpei2000-10-0812-54/+39
| | | | | | | | | | | | | | 1.4 More improved reliability. MPEG-1 video. 601 luminance conversions. Hardware YUV conversions. AC3 fixed. 1.4.1 Compatible with this year's window managers. Improved YUV overlay 1.5 GUI update. Twice the complexity. Half the compilability. 1.5.1 Improved music DVD playback. Higher quality through the MMX disable option. 1.5.2 Now reads IFO files. You can play those interleaved DVD's.
* The conversion is over.asami2000-10-081-1/+1
|
* NEWLAYOUT is now the default.asami2000-10-081-67/+0
|
* Fix MD5_FILE (files/md5 -> distinfo).asami2000-10-084-8/+7
|
* Move files/md5.{i386,alpha} to distinfo.{i386,alpha}.asami2000-10-088-40/+8
|
* Change places where "/patches/" is spelled out to "/files/".asami2000-10-082-7/+7
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-08523-653/+651
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Remove extra "pkg/".asami2000-10-081-8/+8
|
* Oops, remove extra "pkg/".asami2000-10-081-2/+2
|
* ${MASTERDIR}/pkg/MESSAGE -> ${PKGMESSAGE} (well, here's the second one...)asami2000-10-081-1/+1
|
* ${MASTERDIR}/pkg/MESSAGE -> ${PKGMESSAGE} (now that's a new one!)asami2000-10-081-1/+1
|
* Adjust to lang/tcl* install/deinstall script paths.asami2000-10-084-9/+9
|
* Adjust to x11-toolkits/tk* install/deinstall script paths.asami2000-10-081-2/+2
|
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. I'm also giving it PRE-INSTALL asasami2000-10-083-4/+4
| | | | the second argument.
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. It isn't checking the argumentsasami2000-10-082-2/+2
| | | | anyway but I'm giving it the requisite two arguments.
* ${PKGDIR}/REQ -> ${PKGREQ}. Also, give it two arguments.asami2000-10-081-1/+1
|
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. ${PKGINSTALL} is called withoutasami2000-10-083-3/+3
| | | | | any arguments but I'm not sure what I should give it (it's called from pre-configure!) so I'll leave it alone.
* Use variables for ${PKGDIR}/{INSTALL,MESSAGE}. ${PKGINSTALL} isasami2000-10-081-3/+3
| | | | | called twice without any arguments but I'm not sure what I should give it (it's once called from do-configure!) so I'll leave it alone.
* ${PKGDIR}/INSTALL -> ${PKGINSTALL}. Also, give the requisite twoasami2000-10-081-1/+1
| | | | | | arguments to ${PKGINSTALL}. (I suspect this install script actually working without the second argument is because of this Makefile, but I won't touch the script itself.)
* Rename pkg/{COMMENT,DESCR} to pkg-{comment,descr}. Take outasami2000-10-081-3/+2
| | | | PKGDIR=${MASTERDIR} definition, which is the default.
* Forgot to change one PLIST to pkg-plist.asami2000-10-081-1/+1
|
* Change PKGDIR from ${.CURDIR}/pkg to ${.CURDIR}. Removeasami2000-10-081-2/+1
| | | | PKGMESSAGE=${PKGDIR}/MESSAGE definition, that is the default.
* Rename PLIST -> pkg-plist. I don't know why there are two variablesasami2000-10-081-1/+1
| | | | | (PLIST and PLIST_SRC) that points to the same file (${WRKDIR}/PLIST) but I didn't touch that.
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toasami2000-10-0822-35/+35
| | | | .) and other pkg variables if they are nearby.
* Remove "PATCHDIR=", that won't accomplish anything.asami2000-10-081-1/+0
|
* (This log was supposed to go with www/w3m/pkg/PLIST.ja.)asami2000-10-082-2/+2
| | | | Rename PLIST.ja to pkg-plist.ja.
* Rename PLIST.docs to pkg-plist.docs.asami2000-10-081-2/+2
|
* Rename PLIST.nodocs to pkg-plist.nodocs.asami2000-10-081-1/+1
|
* Rename PLIST.alpha to pkg-plist.alpha.asami2000-10-081-1/+1
|
* Rename PLIST.alpha to pkg-plist.alpha. (By the way, PLIST.pc98 is inasami2000-10-081-2/+2
| | | | the Makefile but doesn't exist.)
* Rename PLIST.nosound to pkg-plist.nosound.asami2000-10-081-1/+1
|
* Rename PLIST.* to pkg-plist.*.asami2000-10-081-2/+2
|
* Rename REQ.aout to pkg-req.aout.asami2000-10-082-2/+2
|
* Rename PLIST.python1.5 to pkg-plist.python1.5.asami2000-10-081-2/+2
|
* Rename PLIST.<LANG> to pkg-plist.<lang>.asami2000-10-081-8/+8
|
* Rename PLIST.nobuild to pkg-plist.nobuild.asami2000-10-081-1/+1
|
* Rename PLIST.doc to pkg-plist.doc.asami2000-10-082-2/+2
|
* Rename PLIST.X11 to pkg-plist.x11.asami2000-10-081-2/+1
|
* Rename PLIST.{CGI,DOC} to pkg-plist.{cgi,doc}.asami2000-10-082-6/+6
|
* Rename PLIST.noshared to pkg-plist.noshared.asami2000-10-082-2/+2
|
* Rename PLIST.{KRB4,X11} to pkg-plist.{krb4,x11}.asami2000-10-081-3/+3
|
* Rename PLIST.v6 to pkg-plist.v6. (I can't think of a reason why thereasami2000-10-083-6/+3
| | | | | | are two commands "cat >" and "cat >>" when they both take one argument so I combined them together so they can do what the "cat" command's name came from.)
* Rename PLIST.<emacs> to pkg-plist.<emacs>.asami2000-10-081-4/+4
|
* Rename PLIST.4 to pkg-plist.4.asami2000-10-081-1/+1
|
* Rename ${RESOLUTION}.list to pkg-plist.${RESOLUTION}.asami2000-10-081-1/+1
|
* Rename PLIST.DOC to pkg-plist.DOC.asami2000-10-081-2/+2
|
* Rename PLIST.nodocs to pkg-plist.nodocs.asami2000-10-081-1/+1
|
* Rename PLIST.off to pkg-plist.off.asami2000-10-081-1/+1
|
* Rename PLIST.* to pkg-plist.*.asami2000-10-081-3/+3
|
* Rename {INSTALL,DEINSTALL}.wish to pkg-{install,deinstall}.wish.asami2000-10-085-10/+10
|
* Rename {INSTALL,DEINSTALL}.tclsh to pkg-{install,deinstall}.tclsh.asami2000-10-085-10/+10
|
* Rename PLIST.${EMACS_PORT_NAME} to pkg-plist.${EMACS_PORT_NAME}.asami2000-10-082-4/+4
|
* Rename PLIST_* to pkg-plist_*.asami2000-10-081-1/+1
|
* Rename PLIST.with_patented to pkg-plist.with_patented.asami2000-10-083-3/+3
|
* Rename PLIST.nodocs to pkg-plist.nodocs.asami2000-10-081-1/+1
|
* Rename PLIST.* to pkg-plist.*.asami2000-10-082-7/+7
| | | | | | Note: I don't know where PLIST_TK (which I assume used to point to "PLIST.tk") is defined. (There is no Makefile in the entire ports tree that defines that variable.) Someone in the know, please let me know.
* Rename PLIST.emacs to pkg-plist.emacs.asami2000-10-081-1/+1
|
* Rename PLIST.htmlfiles to pkg-plist.htmlfiles.asami2000-10-083-6/+6
|
* Rename PLIST.{a,b,ja} to pkg-plist.{a,b,ja}. (PLIST.ja is actuallyasami2000-10-082-2/+2
| | | | for japanese/zangband, thus the commit spanning two ports.)
* Rename PLIST.{docs,gdbm} to pkg-plist.{docs,gdbm}.asami2000-10-081-3/+3
|
* Rename PLIST.{Tools,gmp} to pkg-plist.{Tools,gmp}.asami2000-10-0813-39/+39
|
* Rename PLIST.docs to pkg-plist.docs.asami2000-10-081-3/+3
|
* Rename PLIST.noX11 to pkg-plist.noX11.asami2000-10-081-1/+1
| | | | | | | (I believe I got this right, but since this PLIST is actually processed in scripts/conifgure, I am not 100% sure that I have traced its entire path. If the maintainer can check, it will be greatly appreciated.)
* Rename PLIST.noX11 to pkg-plist.noX11.asami2000-10-081-1/+1
| | | | | | | (I believe I got this right, but since this PLIST is actually processed in scripts/conifgure, I am not 100% sure that I have traced its entire path. If the maintainer can check, it will be greatly appreciated.)
* Rename PLIST.alpha to pkg-plist.alpha.asami2000-10-081-1/+1
|
* Rename PLIST.* to pkg-plist.*.asami2000-10-082-6/+6
|
* Rename PLIST.nosound to pkg-plist.nosound.asami2000-10-081-1/+1
|
* Rename PLIST.alpha to pkg-plist.alpha.asami2000-10-081-1/+1
|
* Rename PLIST.* to pkg-plist.*.asami2000-10-081-6/+6
|
* Move PLIST.* to pkg-plist.*.asami2000-10-081-2/+2
|
* Rename INSTALL.in to pkg-install.in.asami2000-10-081-2/+2
|
* Rename PLIST.nodocs to pkg-plist.nodocs.asami2000-10-081-1/+1
|
* Rename PLIST.nowad to pkg-plist.nowad.asami2000-10-081-1/+1
|
* Rename PLIST_* to pkg-plist_*.asami2000-10-081-1/+1
|
* Rename PLIST.notools to pkg-plist.notools.asami2000-10-083-3/+3
| | | | (I'm leaving patches.tools alone as it should still work fine after the change.)
* Rename PLIST.in to pkg-plist.in.asami2000-10-081-1/+1
|
* Rename PLIST.* to pkg-plist.*.asami2000-10-088-8/+8
|
* Rename PLIST.perl to pkg-plist.perl.asami2000-10-081-1/+1
|
* Rename PLIST.mule to pkg-plist.mule.asami2000-10-081-1/+1
|
* Rename PLIST.perl to pkg-plist.perl.asami2000-10-081-1/+1
|
* Rename PLIST.customs to pkg-plist.customs.asami2000-10-081-1/+1
|
* Rename PLIST.axe to pkg-plist.axe.asami2000-10-081-1/+1
|
* Rename PLIST.* to pkg-plist.*.asami2000-10-083-3/+3
|
* Rename PLIST.* to pkg-plist.*.asami2000-10-087-7/+7
| | | | | Note: I'm not sure if this covers all the cases. If the maintainer can check to make sure I haven't missed something, it will be appreciated.
* Rename PLIST.glx to pkg-plist.glx.asami2000-10-082-2/+2
|
* Rename PLIST.* to pkg-plist.*.asami2000-10-0814-56/+56
|
* Rename {COMMENT,PLIST}.client to pkg-{comment,plist}.client.asami2000-10-0810-20/+20
|
* Rename pkg/license to pkg-message, which will make it a full-blownasami2000-10-081-2/+1
| | | | ${PKGMESSAGE} file.
* Rename patches/xmms-1.2.x-xfont.diff to files/extra-patch-xmms-1.2.x-xfont.asami2000-10-081-1/+1
| | | | This patch is applied explicitly.
* Rename patches/patch.1 to files/extra-patch.1. This file is an extra patch.asami2000-10-081-1/+1
|
* Convert category audio to new layout.asami2000-10-081-1/+0
|
* Rewrite the rule that was copying patch-kanji into ${PATCHDIR} whenasami2000-10-081-2/+1
| | | | | | | | KANJI is defined (bad eterm, no cookie ;) to use EXTRA_PATCHES= extra-patch-kanji. (Actually, I'm not sure why KANJI is even needed when there exists a japanese/eterm which appears to be a newer version, but anyway.)
* Rename ${FILESDIR}/patch-aa to ${PATCHDIR}/post-patch-aa. (This patchasami2000-10-081-2/+2
| | | | does post-patch processing.)
* Rename ${FILESDIR}/patch-aa to ${FILESDIR}/last-patch-aa. (This oneasami2000-10-081-1/+1
| | | | is applied in post-install.)
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-085-5/+5
|
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-081-2/+2
| | | | | (This should probably be rewritten to use EXTRA_PATCHES but I don't have time to test it now.)
* Rename ${FILISDER}/patch-* to ${FILESDIRA}/extra-patch-*. (These patchesasami2000-10-082-4/+4
| | | | are applied from within the configure script, patched by patch-ab.)
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-081-4/+4
|
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-082-4/+4
| | | | | (This should probably be rewritten to use EXTRA_PATCHES but I don't have time to test it now.)
* Rename ${FILESDIR}/patch-texinfmt.el.patch toasami2000-10-082-2/+2
| | | | | | ${FILESDIR}/extra-patch-texinfmt.el.patch. (This is an interesting case -- it is a patch to create a patch to be applied by EXTRA_PATCHES later.)
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-081-2/+2
|
* Rename ${FILESDIR}/patch-3.3-sys-sigtrap toasami2000-10-082-4/+4
| | | | | ${FILESDIR}/install-patch-3.3-sys-sigtrap. (This patch applies to /usr/src/sys and is installed alongside wine as a guide to the user.)
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-081-1/+1
| | | | | (This should probably be rewritten to use EXTRA_PATCHES but I don't have time to test it now.)
* Convert rules copying ${FILESDIR}/patch-aa to ${PATCHDIR} (which isasami2000-10-081-7/+2
| | | | | | | not allowed, since this is outside ${WRKDIR}) to using EXTRA_PATCHES= ${PATCHDIR}/extra-patch-aa. Bad quasi88, no cookie. ;)
* Rename ${FILESDIR}/patch.nopilot to ${PATCHDIR}/extra-patch-nopilot.asami2000-10-082-2/+2
|
* Remove NEWLAYOUT definition, this is going to be the default.asami2000-10-081-2/+0
| | | | Jumped the gun by: jeh :)
* Rename ${FILESDIR}/patch-prefix to ${FILESDIR}/template-patch-prefixasami2000-10-081-1/+1
| | | | (this is a sed template).
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-*.asami2000-10-081-2/+2
| | | | | (This should probably be rewritten to use EXTRA_PATCHES but I don't have time to test it now.)
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-* (the directoriesasami2000-10-082-4/+4
| | | | are the same).
* Move pkg/PLIST-ogi to pkg-plist-ogi.asami2000-10-082-4/+4
|
* The ports tree is now locked for the layout change.asami2000-10-081-1/+1
|
* Remove a dead mirror from MASTER_SITE_RUBY and add a Taiwanese mirror.knu2000-10-081-1/+1
| | | | Submitted by: Bill "distfiles" Fenner
* Update to version 0.10.2.jim2000-10-086-72/+69
|
* Update to version 1.5.8.jim2000-10-083-25/+27
|
* ISC no longer maintains Y2K information for INN.des2000-10-082-4/+0
|
* Update to version 2.1.5kevlo2000-10-072-4/+4
| | | | | PR: 21817 Submitted by: MAINTAINER
* Add new port: ja-msdosfs - mounts japanese FAT.imura2000-10-0725-0/+704
| | | | | Be sure to edit ${FILESDIR}/revlist if you modify this port and sync with the kernel.
* - Update port to 0.94.8.3 (fix security hole)jedgar2000-10-072-4/+2
| | | | - Remove FORBIDDEN
* Drop web site reference: it has apparently gone away permanently.rnordier2000-10-071-2/+0
|
* Update to knu-cvsweb 1.103.1.33.knu2000-10-074-4/+4
| | | | | | | | | | | | | | | | | | | | | | 2000-10-07 16:44 knu * cvsweb.cgi: Fix &link() not to put a redundant trailing LF. Improve manpage linking to support "foo.1" as well as "foo(1)". 2000-10-07 16:35 knu * cvsweb.cgi: Fix screwups in the last commit. Parse rlog's output explicitly. Recognize 77 ='s as a file separator, and 28 -'s as revision separator. Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> 2000-10-03 04:07 knu * cvsweb.cgi: Cleanup $barequery generation. Undefine "my" variables when they are done.
* Mark as forbidden, remote users can access files outside the document root.jedgar2000-10-071-0/+2
| | | | Submitted by: Lluis Mora <llmora@S21SEC.COM> (via BugTraq)
* Add NO_INSTALL_MANPAGES. Thanks to Mike Meyer for his report.trevor2000-10-071-0/+1
|
* NO_INSTALL_MANPAGE -> NO_INSTALL_MANPAGEStrevor2000-10-071-1/+1
|
* Since the maintainer could not be bothered in the past _3_ months to moveobrien2000-10-071-1/+1
| | | | ``sheet.map'' to freefall:~/public_distfiles, I'll host the file.
* Approved by: willlioux2000-10-071-10/+16
| | | | Moved all CP to INSTALL_DATA and upheld the only into WRKDIR rule.
* Fixed typotaoka2000-10-072-2/+2
| | | | | Submitted by: kuriyama@FreeBSD.org Obtained by: ports-jp@jp.FreeBSD.org
* Remove remnants of GTK 1.0.x since nothing depends on them any more.ade2000-10-062-2/+0
| | | | | | | | Done a few days earlier than I had initially suggested on the -ports list since other committers have already taken care of the few remaining ports that depended on them Discussed on: -ports list
* Add a carriage return at the end of the file.jasone2000-10-062-2/+2
|
* Add gniffel - a clone of the famous Yatzi game, also known as Kniffel, forsobomax2000-10-067-0/+72
| | | | GNOME.
* Hack this file beyond recognition to cope with both the old and newasami2000-10-061-9/+12
| | | | | | | | mtree outputs. Also change the title of the file from "List of extra files and directories" to "List of files and directories that do not match their mtree description", which is more accurate.
* Need to quote su -c command with ", not ' since I've got variablesasami2000-10-061-1/+1
| | | | in there (d'oh!).
* Typo (/etc/portbuild -> /var/portbuild).asami2000-10-061-1/+1
|
* Comment out OSREL settings -- these are taken from /usr/bin/unameasami2000-10-061-5/+7
| | | | in the chroot dirs (which is a hacked version) anyway.
* Add patch set for GTK+ 1.2.x (mailed to hideki70@osk2.3web.ne.jp--trevor2000-10-063-8/+20
| | | | | | | | | | user unknown and hideki70@osk2.threewebnet.or.jp--host unknown). Support NOPORTDOCS. Make a small nod to Jeremy Lea's new USE_GTK and USE_GLIB. Mention buggy preferences dialog.
* Fix WANT related breakage by using a more conventional method of echoing...reg2000-10-061-10/+25
|
* mastersite changedandreas2000-10-061-1/+1
| | | | Submitted by: tchoukharev@mail.ru
* Use @unexec dirrm share/sgml/docbook instead of @dirrm.kuriyama2000-10-063-3/+3
|
* GAL is a collection of widgets and utility routines that were takenade2000-10-0615-0/+295
| | | | | from GNOME Evolution and Gnumeric - upcoming releases of these two pieces of software, and others, will require this library.
* 1. Update to 1.2.2nsayer2000-10-066-12/+6
| | | | | | 2. Don't cd in the script, use the full path to the jar instead. 3. Remove obsolete swing library md5 entry
* Rename japanese/gnome-icu to japanese/gnomeicu after a repocopy.knu2000-10-061-1/+1
|
* Update to 0.2.20ade2000-10-064-16/+3
|
* Update to 1.4.7ade2000-10-069-6/+15
|
* Update to 1.1ade2000-10-069-6/+18
|
* Updated to latest versions needed by coda-5.3.9 releaseshafeeq2000-10-069-11/+20
|
* Updated to use coda-5.3.9 releaseshafeeq2000-10-064-42/+10
|
* Add another MASTER_SITES. SourceForge is now mirroring this.jeh2000-10-061-0/+1
|
* Update to 3.1fc1.knu2000-10-065-53/+23
| | | | | | | | | Preserve popauth's name on installation, as it looks up argv[0] and tries to change its default behavior according to it. Reported in: FreeBSD-users-jp@jp.FreeBSD.org mailing list Cleanup Makefile & patches a bit.
* PORTREVISION=1jmz2000-10-052-0/+2
|
* Fix build with newer perl versionsjmz2000-10-052-0/+22
| | | | Submitted by: reg
* Upgrade to v4.1.2.kuriyama2000-10-056-12/+12
|
* Update to 0.3.3.sobomax2000-10-052-2/+2
| | | | Submitted by: Peter Pentchev <roam@orbitel.bg>
* Provide a master site for this, since the original one has vanished.trevor2000-10-053-44/+47
| | | | | | | | | Partially update it, since no other ports use GTK+ 1.0 or GDK 1.0. Take maintainership. Mark BROKEN. More patches will follow. Approved by: will
* Implement WANT_GNOME.reg2000-10-05100-2337/+2771
|
* Implement USE_GNOME, part 2.reg2000-10-05117-1053/+672
|
* Implement USE_GNOME, part 1.reg2000-10-05104-1565/+1208
|
* Implement WANT_IMLIB and USE_IMLIB.reg2000-10-0572-370/+337
|
* Implment WANT_GTK.reg2000-10-0518-142/+145
|
* Implement USE_GTK, part 2.reg2000-10-05112-616/+328
|
* Implement USE_GTK, part 1.reg2000-10-0578-458/+338
|
* Implement USE_GLIB.reg2000-10-0525-133/+102
|
* Update to 0.5.11 since 0.5.10 is no longer fetchable.reg2000-10-052-2/+2
|
* portlint - remove extra whitespacemharo2000-10-052-2/+2
|
* Implement WANT_ESOUND, USE_ESOUND.reg2000-10-0510-71/+59
|
* I maintain this port.nakai2000-10-052-2/+2
|
* Delete gyvescm.nakai2000-10-051-1/+0
|
* Delete gyvefigs, gyvegui, gyvekernel.nakai2000-10-051-3/+0
|
* Initial import of mytop Version 0.3jeh2000-10-057-0/+58
| | | | | | | | | | mytop is a non-gui tool for monitoring the threads and overall performance of MySQL 3.22.x and 3.23.x servers. PR: 20892 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> Reviewed by: will Approved by: will
* Add bsd.gnome.mk that defines gnome-related dependency stuff and hooksasami2000-10-052-0/+279
| | | | | | | | | | | | | | in bsd.port.mk to support it. In particular, bsd.port.mk includes bsd.gnome.mk twice (once in the pre.mk section, once in the post.mk section) and prints out a message notifying the user of the existence of WITH_* options when one exists. It also adds MAKE=${GMAKE} to CONFIGURE_ENV when USE_GMAKE is defined. (This is not related to gnome, but I assume it's useful somewhere and it shouldn't hurt.) Submitted by: ade, reg
* Fix PLISTs.reg2000-10-052-0/+72
| | | | Approved by: maintainer
* Add a patch for lib/abbrev.sl to fix abbrev_mode.knu2000-10-052-0/+23
| | | | Obtained from: s-lang@juice.or.jp mailing list
* Change maintainer's e-mail address.kevlo2000-10-041-1/+1
| | | | Submitted by: MAINTAINER
* Update to version 0.20.1kevlo2000-10-043-2/+5
| | | | | PR: 21730 Submitted by: MAINTAINER
* Switch distfile to bzip2.kevlo2000-10-042-1/+2
| | | | | PR: 21731 Submitted by: MAINTAINER
* Fix checksum error.kevlo2000-10-041-1/+1
| | | | | PR: 21738 Submitted by: MAINTAINER
* Update to version 1.0.28kevlo2000-10-0412-32/+32
| | | | | PR: 21744 Submitted by: MAINTAINER
* Update to the lastest version.kevlo2000-10-0414-90/+120
| | | | | PR: 21733 Submitted by: MAINTAINER
* Typos. bkai00mp.ttf -> gkai00mp.ttfkevlo2000-10-041-4/+4
| | | | | PR: 21732 Submitted by: MAINTAINER
* Update to version 1.15jeh2000-10-042-2/+2
| | | | | | | PR: 21393 Submitted by: Johann Visagie <johann@egenetics.com> Reviewed by: will Approved by: Johann Visagie <wjv@cityip.co.za> MAINTAINER
* The post-extract target in the audio/xmms/Makefile renames getbits.s tosobomax2000-10-042-4/+2
| | | | | | | | getbits.S. However, getbits.s is no longer present in the current XMMS distribution. PR: 21748 Submitted by: maintainer
* The last commiter updated the checksum, but forgot to update thejoe2000-10-041-1/+1
| | | | filename :)
* Update to 3.0 beta 2 patchlevel 6obrien2000-10-0410-15/+15
|
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-0437-49/+49
| | | | directory.
* Add x11-fm/xdiskusage, a graphical front-end to du.trevor2000-10-046-0/+53
| | | | | PR: 21505 Approved by: will
* Update to version 1.6.trevor2000-10-046-9/+6
| | | | | | | | | Remove unnecessary patches/patch-ab (patches a generated file). Remove all other patches (author incorporated them). Remove erroneous credit to NetBSD. PR: 21053, 21334 Approved by: will
* Add mail/xc-mail, an RFC 2015-aware e-mail client.trevor2000-10-0420-0/+349
| | | | | | | Add x11-toolkits/xclasses, required by XCmail. PR: 21665, 21666 Approved by: will
* Add x11/dynamag, a magnifier which follows the pointer.trevor2000-10-046-0/+42
| | | | | PR: 21474 Approved by: will
* Check for file's existence before trying to run ldd on it so this won't killasami2000-10-041-0/+4
| | | | make INDEX.
* NEC changed the distribution without updating the filename. Bad NEC.imp2000-10-041-1/+1
| | | | | | | | | | A diff of the original .tgz file and the new one shows that they reformatted their copyright notice, added the year 2000 to it, removed one file that had an identical copy of the copyright notice and license and took the opportunity to slightly reformat the copyright notice and license. No code changes were in evidence by this change. Approved by: Mike Tancsa <mike@sentex.net>
* Update to latest version.trevor2000-10-048-8/+42
| | | | | | | | Fix md5 (PR 21682). Change pkg/INSTALL cosmetically. PR: 21682 Approved by: will
* sync with bsd.sites.mk, bump version to 2.2.3mharo2000-10-044-22/+192
| | | | Submitted by: jeh
* Use -t flag with portlint.will2000-10-041-1/+1
| | | | Submitted by: trevor
* Only use the XFree86 version 4 mtree file when it is actually desired (ie.steve2000-10-041-4/+11
| | | | | | not when XFREE86_VERSION=3). Submitted by: Brandon D. Valentine <bandix@looksharp.net>
* Back version down to 0.99.7. 0.99.8 never existed, so I'm not bumping thereg2000-10-042-2/+2
| | | | epoch.
* A Python module implementing some functional programming idiomsnectar2000-10-0411-0/+103
|
* Assume maintainership (from ports).. it's a somewhat importantade2000-10-041-1/+1
| | | | dependency for gnucash
* Lightweight HTML/XHTML generator for Pythonnectar2000-10-046-0/+71
|
* Forgotten WWW tag.nectar2000-10-041-0/+2
|
* Python dictionary wrapper around a SQL databasenectar2000-10-046-0/+40
|
* Add a WITH_SSL knob.jim2000-10-041-0/+6
| | | | Submitted by: Kristopher Zenter <kzenter@u.washington.edu>
* Add WITH_GNOME knob. Bump PORTREVISION.jim2000-10-043-48/+81
|
* Add missing WWW tag to DESCRlioux2000-10-041-0/+2
| | | | | | Approved by: will PR: 21525
* Chase new gconfade2000-10-0418-14/+274
|
* Update to 0.9ade2000-10-046-14/+18
|
* Fix special character support (such as umlauts, etc.). Bump PORTREVISIONjim2000-10-046-36/+3
| | | | | | to 1 (I wasn't sure if it was needed or not, so I did it anyway). Submitted by: Robert Lillack <rob@lillack.de>
* Correct an error in the distfile name for the FreeBSD4 target.jdp2000-10-041-1/+1
| | | | Submitted by: Motoyuki Konno <motoyuki@FreeBSD.org>
* Update to version 000919jeh2000-10-043-3/+4
| | | | | | PR: 21415 & 21419 Submitted by: MAINTAINER (Sergey Samolyloff <gonza@techline.ru>) Reviewed by: will
* Update to 2.2.4 and enable iconv support.ade2000-10-043-7/+28
|
* Update to 0.8.1beta6ade2000-10-044-8/+6
|
* Unbroke.sada2000-10-041-0/+8
| | | | | | | ``#DependSubdirs($(SUBDIRS))'' is necessity now. Requested by: Maintainer Submitted by: toru@tenchi.ne.jp
* Update to version 0.9.12. While I'm here, clean up the whitespace.jim2000-10-042-15/+15
|
* Fix a typo I added, and remove some cruft.obrien2000-10-045-30/+15
| | | | Submitted by: Cyrille Lefevre <root@gits.dyndns.org>
* Import moefonts-cid, which is MOE CIDFonts converted by Adobe.kevlo2000-10-0313-0/+234
| | | | | PR: 21703 Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
* Fix broken under Python 1.6kevlo2000-10-031-0/+1
| | | | | PR: 21726 Submitted by: MAINTAINER
* Update to 0.2.20kevlo2000-10-032-2/+2
| | | | | PR: 21706 Submitted by: MAINTAINER
* Correct a slave port name mule-canna+freewnn (described in thistaoka2000-10-032-8/+8
| | | | | | | | | editors/mule-common/Makefile) from mule-freewnn+canna Submitted by: Shigeto TAJIMA <tajima@ics.es.osaka-u.ac.jp> Obtained from: a direct mail Sort slave port names in the above Makefile.
* Update to 1.4.7kevlo2000-10-034-4/+4
| | | | | PR: 21707 Submitted by: MAINTAINER
* - Bump TCL/TK versonkevlo2000-10-034-3/+37
| | | | | | | | - Fix a bug documented on the software's site - Add WWW PR: 21709 Submitted by: MAINTAINER
* Update to version 2.3.3kevlo2000-10-032-2/+2
| | | | | PR: 21710 Submitted by: MAINTAINER
* - Update ports to work more smoothlykevlo2000-10-033-770/+31
| | | | | | | - Change maintainer PR: 21721 Submitted by: MAINTAINER
* Update 2.4 -> 3.0nectar2000-10-034-26/+31
|
* forgotten in previous committ: new md5 checksumandreas2000-10-033-3/+3
|
* update to newest beta release 0.89andreas2000-10-036-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | added manpage entries in Makefile Highlights: o OSPF neighbor is supported. o IPv6 inteface's address information propagation bug is fixed. o BGP's various MED comparison methods are added. o BGP read lock problem is fixed. Release / contribution information (I think its maybe of interest concerning the status of zebra): From: Kunihiro Ishiguro <kunihiro@zebra.org> Date: Mon, 02 Oct 2000 19:46:41 -0700 I've not yet merged below contributions as of zebra-0.89: o OSPF Demand Circuits K N Sridhar <sridhar@euler.ece.iisc.ernet.in> o Kerberos 4, Kerberos 5 auth and DES CFB64 encryption. Magnus Ahltorp <ahltorp@nada.kth.se> These will be merged as soon as possible. o PIM-SM Robert.Olsson@data.slu.se Jens.Laas@data.slu.se Will be added after zebra-1.0 release.
* Requested-by: Greg Suttermurray2000-10-031-7/+8
| | | | Update description
* Update MASTER_SITESmurray2000-10-031-6/+7
|
* Remove gweather, since it is part of gnome-applets.reg2000-10-031-1/+0
| | | | Approved by: maintainer
* Supply the right magic to restart samba (using etc/rc.d/samba.sh).reg2000-10-031-1/+1
|
* Whitespace changes.reg2000-10-037-118/+118
|
* Update to epic4 0.9.9.asmodai2000-10-036-12/+14
| | | | Submitted by: Maintainer <anders@codefactory.se>
* Update to 0.7.6.sobomax2000-10-038-16/+24
|
* Whitespace changes, and sort PLISTs.reg2000-10-0310-204/+204
|
* The ${CP} command is inadequate for ports style. It was replaced bylioux2000-10-031-3/+4
| | | | | | | | | | | | | | | | ${INSTALL_DATA}. Besides, it is dependant on the user umask, for some systems this means that it will install it with wrong permissions for most users. For the same reason, I added ${CHMOD} 0444 to make sure the file generated by merging marker files is correct. Approved by: will PR: <A HREF="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21684">21684</A> Submitted by: myself
* Support WITH_PERL properly on -current.reg2000-10-0324-18/+150
|
* Maintainer is now a committer, update email accordinglylioux2000-10-0333-33/+33
| | | | Approved by: will
* Approved by: Willlioux2000-10-0312-49/+58
| | | | | | | | | | | Some simple changes. Mostly implementing Mr. Sada Kenji patches to JX x11-toolkit family ports: 1. nonexistent -> ${NONEXISTENT} 2. Allow you to define WRKDIRPREFIX safely. -JXPORT_WRKSRC= ${JXPORT}/work/JX-1.5.3 +JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC
* Kludge rearming the signal for SIGCHLD so that we can harvest theimp2000-10-031-0/+10
| | | | | | | | | | | | | | zombies on the system. Without this change, the socks5 daemon would work great for a short period of time, then hang because no more children could be created. It appears from debugging that this is because gravedigger was only called once. I reestablish the signal handler in gravedigger to force SIGCHLD to be unmasked. A more proper fix might be to fix Signal to have multi-shot signals, or to see what might be broken with the signal masks. Since I'm in a hurry and this port's daemon is broken without this, I commit this kludge knowing that it will live approximately forever, less three days.
* Whitespace changes.reg2000-10-032-38/+38
|
* Darn. Forgot a bit of this patch... Actaully install orbitrc.reg2000-10-032-0/+6
|
* Install orbitrc.default, and treat it as a real configuration file.reg2000-10-034-10/+10
|
* Allow this port to build if the libmikmod port is installed.reg2000-10-031-0/+11
|
* - Support CC/CFLAGS/PREFIX properlyjeh2000-10-036-8/+127
| | | | | | | | | | | | - gets() -> fgets() - Add WWW: line into pkg/DESCR Also bumped PORTREVISION to 1 PR: 21572 Submitted by: tkato@prontomail.ne.jp <KATO@FreeBSD.ORG, Tsuguru@FreeBSD.ORG> Reviewed by: will Approved by: MAINTAINER (dbader@eece.unm.edu)
* Don't hack CFLAGS support. Fix the problem.reg2000-10-032-1/+25
|
* USE_LIBTOOL.reg2000-10-034-4/+2
|
* Add missing run depends.reg2000-10-031-0/+4
|
* Correct USE_LIBTOOL usage.reg2000-10-036-46/+42
|
* Correct and sort PLISTs.reg2000-10-037-61/+12
|
* MAINTAINER submitted update.jeh2000-10-0325-860/+2190
| | | | PR: 21382
* Correct and sort PLISTs.reg2000-10-035-21/+17
|
* Correct and sort PLISTs.reg2000-10-038-822/+1013
|
* Don't hack CFLAGS support. Do it the right way.reg2000-10-032-2/+11
|
* BUILD_DEPENDS: wxgtk must be installed to build.nectar2000-10-034-0/+4
| | | | Reported by: Josh Bonczkowski <josh@goblin.bonczkowski.net>