aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Convert USE_GLIB into USE_GNOMENG+USE_GNOME.Maxim Sobolev2002-07-154-4/+8
| | | | Notes: svn path=/head/; revision=63003
* Use USE_GNOMENG.Maxim Sobolev2002-07-152-7/+4
| | | | Notes: svn path=/head/; revision=63002
* USE_GTK implies USE_GLIB, so that remove the latter when the former is present.Maxim Sobolev2002-07-151-1/+0
| | | | Notes: svn path=/head/; revision=63001
* Use USE_GNOMENG.Maxim Sobolev2002-07-151-8/+5
| | | | Notes: svn path=/head/; revision=62998
* add lr 1.6Ying-Chieh Liao2002-07-156-0/+43
| | | | | | | | | | Lazyread can auto-scroll files on your screen in movie credit fashion PR: 40567 Submitted by: "Michael L.Hostbaek" <mich@freebsdcluster.org> Notes: svn path=/head/; revision=62977
* Update to 2.4.1Patrick Li2002-07-1310-601/+439
| | | | Notes: svn path=/head/; revision=62892
* Convert all core GNOME1 components and some of the most popular GNOME1Maxim Sobolev2002-07-113-18/+15
| | | | | | | | | | | | | | | | | | | apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular, which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably reduce langht of dependency chains for GNOME1 ports (for example after this commit AbiWord's dependency chain was reduced by 7 ports from 57 to only 50, while Gnumeric's - from 60 to 53 and so on). The most of the GNOME1 apps are still not converted, so that lot of work is still ahead. Please report any unusual problems to gnome@FreeBSD.org. Discussed with: marcus Reviewed by: marcus Notes: svn path=/head/; revision=62821
* Fix build on post-4.6 stable (do not declare shmat).Jimmy Olgeni2002-07-101-0/+11
| | | | Notes: svn path=/head/; revision=62774
* Use USE_GNOMENG.Maxim Sobolev2002-07-104-12/+4
| | | | Notes: svn path=/head/; revision=62749
* Fix MASTER_SITE_SUBDIR.Will Andrews2002-07-0967-67/+67
| | | | | | | | PR: 40272 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=62713
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-071-3/+6
| | | | | | | | PR: 40289 Submitted by: maintainer Notes: svn path=/head/; revision=62590
* Add gnomeuserdocs2 after repo copy from gnomeuserdocs. This is the GNOME 2.0Joe Marcus Clarke2002-07-0711-1694/+407
| | | | | | | users guide. Notes: svn path=/head/; revision=62587
* As I've assigned the three screen PR's in GNATS to myself, it appears thatCy Schubert2002-07-071-1/+1
| | | | | | | I'm taking on maintainership of this port. Make it official. Notes: svn path=/head/; revision=62567
* Fix so that autoconf et al and configure don't get run twice. Add new filesAlan Eldridge2002-07-062-3/+20
| | | | | | | that are now built/installed since SDL is found correctly. Notes: svn path=/head/; revision=62504
* Finally get SDL_CONFIG usage right. The 2nd patch looked right and built,Alan Eldridge2002-07-061-4/+4
| | | | | | | but there were errors that didn't stop the make. Note to self: slow down. Notes: svn path=/head/; revision=62503
* Apologies to all. The last patch was botched and I thought I hadAlan Eldridge2002-07-061-5/+5
| | | | | | | | killed the commit. Fix SDL_CONFIG the right way. We don't need that post-configure: target, ANAICT. Notes: svn path=/head/; revision=62502
* Emergency patch: kdeaddons3 will not build without this, as theAlan Eldridge2002-07-061-1/+3
| | | | | | | | | post-configure target fails to substitute anything for 'sdl-config'. This results in header files not being found somewhat later in the build process. Notes: svn path=/head/; revision=62501
* Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.Will Andrews2002-07-04212-2068/+561
| | | | Notes: svn path=/head/; revision=62445
* Don't assume ownership of ${X11BASE}/share/themes.Maxim Sobolev2002-07-042-4/+1
| | | | Notes: svn path=/head/; revision=62432
* Add gnomehier - a port which creates common GNOME directories shared amongMaxim Sobolev2002-07-026-0/+779
| | | | | | | two or more GNOME ports. Notes: svn path=/head/; revision=62318
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.Joe Marcus Clarke2002-06-301-1/+1
| | | | Notes: svn path=/head/; revision=62233
* Add utf8locale 1.0, UTF-8 locales support.Hye-Shik Chang2002-06-306-0/+63
| | | | | | | Reviewed by: silence on i18n@ Notes: svn path=/head/; revision=62209
* Make configure script executable and use ${STRIP_CMD}Patrick Li2002-06-281-1/+4
| | | | | | | | | | Update to 1.5.3 PR: ports/39925 Submitted by: maintainer Notes: svn path=/head/; revision=62138
* Update to 1.5.3Patrick Li2002-06-2820-304/+234
| | | | | | | | PR: ports/39924 Submitted by: maintainer Notes: svn path=/head/; revision=62137
* Update to 0.28Patrick Li2002-06-283-6/+4
| | | | | | | | PR: ports/39934 Submitted by: maintainer Notes: svn path=/head/; revision=62132
* Correct home page URL.Joseph Koshy2002-06-271-1/+1
| | | | Notes: svn path=/head/; revision=62078
* Upgrade to bidwatcher-1.3.4-fix. The 1.3.3-1.3.4 patch hosted byMatthew Hunt2002-06-262-7/+4
| | | | | | | obrien is no longer necessary. Notes: svn path=/head/; revision=62055
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-06-262-8/+9
| | | | Notes: svn path=/head/; revision=62009
* add p5-Tie-DxHash 0.93Ying-Chieh Liao2002-06-266-0/+38
| | | | | | | | | | Keeps insertion order, allows duplicate keys PR: 34283 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=61993
* add p5-Finance-QuoteHist 0.25Ying-Chieh Liao2002-06-266-0/+55
| | | | | | | | | | Perl module for fetching historical stock quotes PR: 34278 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=61983
* add p5-Finance-Currency-Convert 1.03Ying-Chieh Liao2002-06-266-0/+46
| | | | | | | | | | Convert currencies and fetch their exchange rates PR: 34277 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=61981
* upgrade to 1.6.1Ying-Chieh Liao2002-06-254-56/+13
| | | | | | | | PR: 36918 Submitted by: maintainer Notes: svn path=/head/; revision=61935
* add p5-Business-UPS 1.13Ying-Chieh Liao2002-06-256-0/+54
| | | | | | | | | | A UPS Interface Module PR: 34250 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=61923
* add p5-Business-ISIN 0.20Ying-Chieh Liao2002-06-256-0/+46
| | | | | | | | | | Validate International Securities Identification Numbers PR: 34249 Submitted by: Seamus Venasse <svenasse@polaris.ca> Notes: svn path=/head/; revision=61921
* add bestfit 0.2.0Ying-Chieh Liao2002-06-256-0/+30
| | | | | | | | | | Optimally choose files to be put on a CD (or other media) PR: 34225 Submitted by: Steven Enderle <enderle@mdn.de> Notes: svn path=/head/; revision=61919
* Updating my email address.Hye-Shik Chang2002-06-251-1/+1
| | | | | | | Approved by: cjh (mentor) Notes: svn path=/head/; revision=61912
* Add new port wmproxyper - Distributed.net Personal Proxy status displayedPatrick Li2002-06-247-0/+49
| | | | | | | | | | in a dock PR: ports/39677 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> Notes: svn path=/head/; revision=61857
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-243-12/+9
| | | | | | | | PR: 39746 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer) Notes: svn path=/head/; revision=61855
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-231-2/+3
| | | | | | | | PR: 39670 Submitted by: maintainer Notes: svn path=/head/; revision=61773
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-2217-23/+41
| | | | | | | | PR: 39665 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61744
* Updated to 1.07Sergey Skvortsov2002-06-226-30/+27
| | | | Notes: svn path=/head/; revision=61730
* It seems that these distfiles have been removed from the latest GNOME 2.0Joe Marcus Clarke2002-06-211-1/+1
| | | | | | | | | | snapshot directory. Specify a dist subdirectory that does contain the correct distfiles. Submitted by: fenner's check Notes: svn path=/head/; revision=61690
* Update to 1.0 (this also unbreaks the port as 0.7 appears to have beenGreg Lewis2002-06-212-2/+2
| | | | | | | removed from distribution). Notes: svn path=/head/; revision=61688
* Updated PORTREVISION. Should have done that with last commit.Alan Eldridge2002-06-211-1/+1
| | | | Notes: svn path=/head/; revision=61658
* Remove dupe .po entries that choke gettext-0.11.x.Alan Eldridge2002-06-212-0/+44
| | | | | | | | | PR: ports/39559 Submitted by: glewis Reviewed by: alane Notes: svn path=/head/; revision=61657
* Distfiles have been moved on kde site to Attic.Alan Eldridge2002-06-213-3/+3
| | | | | | | | | PR: ports/39558 Submitted by: glewis Reviewed by: alane Notes: svn path=/head/; revision=61656
* Use a local cvspass file which is already logged in to the CVS server;Bill Fenner2002-06-202-15/+2
| | | | | | | | this eliminates the interactive step of logging in and possible permission problems with ~/.cvspass . Notes: svn path=/head/; revision=61635
* Update to 376Patrick Li2002-06-202-2/+2
| | | | | | | | PR: 39546 Submitted by: maintainer Notes: svn path=/head/; revision=61610
* Connect translate to the build.Ollivier Robert2002-06-171-0/+1
| | | | Notes: svn path=/head/; revision=61440
* translate uses the Babelfish engine from Altavista to translate sentencesOllivier Robert2002-06-175-0/+39
| | | | | | | | | | in different languages. PR: ports/39242 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> Notes: svn path=/head/; revision=61439