Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sort | imura | 2000-10-09 | 1 | -24/+24 |
| | |||||
* | Use PYTHON_PKGNAMEPREFIX. Use correct md5 for latest python-beta. | tg | 2000-10-09 | 2 | -2/+2 |
| | |||||
* | Move USE_IMAKE up above the include of bsd.port.pre.mk, so it gets the | asami | 2000-10-09 | 1 | -4/+2 |
| | | | | | dependency right. (Also, remove the "#xxx Hack alert!" that becomes unnecessary as a result. :) | ||||
* | Add URL for home page. | trevor | 2000-10-08 | 1 | -1/+3 |
| | |||||
* | Fix MD5_FILE (files/md5 -> distinfo). | asami | 2000-10-08 | 1 | -1/+1 |
| | |||||
* | Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is | asami | 2000-10-08 | 14 | -14/+14 |
| | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. | ||||
* | Oops, remove extra "pkg/". | asami | 2000-10-08 | 1 | -2/+2 |
| | |||||
* | Rename {INSTALL,DEINSTALL}.wish to pkg-{install,deinstall}.wish. | asami | 2000-10-08 | 5 | -10/+10 |
| | |||||
* | Rename ${FILESDIR}/patch-aa to ${PATCHDIR}/post-patch-aa. (This patch | asami | 2000-10-07 | 1 | -2/+2 |
| | | | | does post-patch processing.) | ||||
* | Remove remnants of GTK 1.0.x since nothing depends on them any more. | ade | 2000-10-06 | 1 | -1/+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 | ||||
* | GAL is a collection of widgets and utility routines that were taken | ade | 2000-10-06 | 15 | -0/+295 |
| | | | | | from GNOME Evolution and Gnumeric - upcoming releases of these two pieces of software, and others, will require this library. | ||||
* | Implement WANT_GNOME. | reg | 2000-10-05 | 7 | -108/+109 |
| | |||||
* | Implement USE_GNOME, part 2. | reg | 2000-10-05 | 7 | -39/+16 |
| | |||||
* | Implement WANT_IMLIB and USE_IMLIB. | reg | 2000-10-05 | 9 | -68/+67 |
| | |||||
* | Implement USE_GTK, part 2. | reg | 2000-10-05 | 43 | -248/+165 |
| | |||||
* | Implement USE_GLIB. | reg | 2000-10-05 | 2 | -9/+3 |
| | |||||
* | Add mail/xc-mail, an RFC 2015-aware e-mail client. | trevor | 2000-10-04 | 9 | -0/+218 |
| | | | | | | | Add x11-toolkits/xclasses, required by XCmail. PR: 21665, 21666 Approved by: will | ||||
* | Only use the XFree86 version 4 mtree file when it is actually desired (ie. | steve | 2000-10-04 | 1 | -4/+11 |
| | | | | | | not when XFREE86_VERSION=3). Submitted by: Brandon D. Valentine <bandix@looksharp.net> | ||||
* | Maintainer is now a committer, update email accordingly | lioux | 2000-10-03 | 6 | -6/+6 |
| | | | | Approved by: will | ||||
* | Approved by: Will | lioux | 2000-10-03 | 5 | -21/+23 |
| | | | | | | | | | | | 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 | ||||
* | BUILD_DEPENDS: wxgtk must be installed to build. | nectar | 2000-10-02 | 4 | -0/+4 |
| | | | | Reported by: Josh Bonczkowski <josh@goblin.bonczkowski.net> | ||||
* | Reflect new location of librep (LOCALBASE --> X11BASE). Bump PORTREVISION to | sobomax | 2000-10-02 | 2 | -0/+4 |
| | | | | make clear that update is necessary. | ||||
* | USE_PYTHON so that this works with python1.5, python1.6, and python2.0. | nectar | 2000-10-02 | 8 | -1936/+1936 |
| | |||||
* | Chage bsd.python.mk: PYTHON_CMD is now a full path. | nectar | 2000-09-30 | 2 | -2/+2 |
| | | | | Reported by: Takeshi Hiyami <th@cis.ibaraki.ac.jp> | ||||
* | Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :) | knu | 2000-09-28 | 1 | -3/+5 |
| | | | | | | | | | | | | | Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>, with his approval. I can never thank him too much for his previous work which led me in the right direction! :) lang/ruby: - Add a patch for find.rb, which fixes the bug found after 1.6.1 was released. databases/ruby-gdbm, */ruby-{tcltklib,tk}: - Remove files/md5 and refer to lang/ruby's one. | ||||
* | Use bison. | tg | 2000-09-28 | 2 | -0/+2 |
| | |||||
* | Update to 0.13 which supports Ruby 1.6. | knu | 2000-09-28 | 6 | -18/+14 |
| | |||||
* | Update to 1.2.2. | sobomax | 2000-09-26 | 6 | -12/+51 |
| | | | | Approved by: maintainer | ||||
* | Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY | knu | 2000-09-26 | 7 | -17/+5 |
| | | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly. | ||||
* | Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when | asami | 2000-09-25 | 4 | -4/+0 |
| | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris | ||||
* | Add libgtkeditor - a source code editor widget for GTK+. | sobomax | 2000-09-25 | 9 | -0/+256 |
| | |||||
* | Update to 1.2.3 | nakai | 2000-09-25 | 7 | -8/+18 |
| | |||||
* | MAINTAINER Change to Maxim Sobolev <sobomax@FreeBSD.org> | nakai | 2000-09-24 | 2 | -2/+2 |
| | |||||
* | Remove ports/x11-toolkits/qt21 | imura | 2000-09-22 | 1 | -1/+0 |
| | |||||
* | Update sawfish/librep/rep-gtk triplet to the latest versions. I'm doing | sobomax | 2000-09-22 | 6 | -6/+56 |
| | | | | | | this commit urgently, as there are -10 minutes left before ports freeze. OK'ed by: PW | ||||
* | Pythonize. | sobomax | 2000-09-21 | 4 | -142/+144 |
| | | | | Approved by: maintainer | ||||
* | Install startup file to run the gdomap daemon. | tg | 2000-09-21 | 8 | -4/+92 |
| | |||||
* | Welcome MASTER_SITE_THEMES (www.themes.org). | sobomax | 2000-09-20 | 5 | -5/+10 |
| | |||||
* | Update to 0.4. | sobomax | 2000-09-20 | 2 | -2/+2 |
| | |||||
* | Fix duplicated PKGNAMEPREFIX definition, as well as ruby-tk. ;) | knu | 2000-09-20 | 1 | -1/+0 |
| | | | | | PR: ports/21403 Submitted by: Allan Bowhill <kosmos@bowhill.yi.org> | ||||
* | Install the *I.h files also, some ports (at least xblackjack and | asami | 2000-09-19 | 2 | -13/+109 |
| | | | | libhelp) need these. | ||||
* | Update to Ruby 1.6.0 official release. | knu | 2000-09-19 | 1 | -5/+4 |
| | | | | | | | | | lang/ruby: - Do not force lib/ruby/site_ruby and lib/ruby removals, because a user may have his/her stuff installed there. x11-toolkits/ruby-tk: - Fix duplicated PKGNAMEPREFIX. | ||||
* | Use bsd.python.mk. | tg | 2000-09-18 | 4 | -74/+70 |
| | | | | Approved by: nectar | ||||
* | Don't build/install the debug versions of lib{Mrm,Uil,Xm}. | steve | 2000-09-18 | 5 | -3/+40 |
| | | | | Requested by: asami | ||||
* | Fix these ports so that among other things they look for the jx header | steve | 2000-09-17 | 10 | -78/+90 |
| | | | | | | files in the correct place. Submitted by: maintainer | ||||
* | Major overhaul of this port so that we cleanly build the other ports | steve | 2000-09-17 | 5 | -55/+133 |
| | | | | | | that depend on it. Submitted by: maintainer | ||||
* | Add WANT_STATIC option, basically it adds support for compiling a static | will | 2000-09-17 | 12 | -12/+246 |
| | | | | | | library, useful for things like libh. Bump PORTREVISION accordingly. Submitted by: nra | ||||
* | Add MTREE_FILE definition, this port is happier with BSD.x11-4.dist. | asami | 2000-09-15 | 1 | -0/+1 |
| | |||||
* | Add XFREE86_HTML_MAN=no, since this port does not install those stuff. | asami | 2000-09-14 | 1 | -1/+3 |
| | | | | | | | | | | | Add RUN_DEPENDS to imake, since it is necessary to use some of the stuff this port installs (imake config files, obviously). This also prevents the problem seen on bento about host.def left behind for ports using open-motif, which was caused by imake being pkg_deleted before open-motif. The dependency takes care of that. While I'm here, take out MANCOMPRESSED=yes, it's the default with USE_IMAKE set. | ||||
* | Upgrade to 0.8.4. Use bsd.python.mk. | tg | 2000-09-13 | 6 | -448/+264 |
| |