summaryrefslogtreecommitdiff
path: root/misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Reset bouncing maintainer addressKris Kennaway2003-10-161-1/+1
| | | | Notes: svn path=/head/; revision=91388
* BROKEN on 5.x: does not compileKris Kennaway2003-10-162-2/+14
| | | | Notes: svn path=/head/; revision=91384
* BROKEN on 5.x: does not compileKris Kennaway2003-10-163-3/+21
| | | | Notes: svn path=/head/; revision=91379
* Reset inactive maintainer.Mark Linimon2003-10-151-1/+1
| | | | | | | Reviewed by: kris Notes: svn path=/head/; revision=91367
* BROKEN: Does not buildKris Kennaway2003-10-151-0/+2
| | | | Notes: svn path=/head/; revision=91268
* Upgrade to 1.01.Vanilla I. Shu2003-10-143-2/+2
| | | | | | | Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=91194
* Upgrade to 0.7.Munechika SUMIKAWA2003-10-142-2/+2
| | | | | | | | PR: ports/57996 Submitted by: Xavier Beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=91179
* New port of OpenGroupware.org featuring a complete groupware packageStefan Eßer2003-10-1319-0/+1010
| | | | | | | | | | | | | | | | | | | ranging from mail to calendar, project management support and palm synchronization. This port uses pre-compiled Linux binaries, since building from source takes a lot of effort and there is still a lot of work remaining for a native FreeBSD port to become available. This port should work with either Apache-1.3.x or Apache-2 but requires PostgreSQL-7.2.x (postgresql72) because of compiled-in references to a shared library. PR: ports/54860 Submitted by: Frank Reppin <frank.reppin@boerde.de> Notes: svn path=/head/; revision=91107
* Remove a no longer needed file.Joe Marcus Clarke2003-10-132-2/+1
| | | | | | | Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=91070
* As a followup of ports/57028, remove more "'"s from the keybindings.Edwin Groothuis2003-10-131-5/+14
| | | | | | | Submitted by: Neil Darlow <neil@darlow.co.uk> Notes: svn path=/head/; revision=91008
* Update to 1.3.5.Joe Marcus Clarke2003-10-132-2/+2
| | | | Notes: svn path=/head/; revision=90991
* Update to version 0.29.Dmitry Sivachenko2003-10-133-2/+15
| | | | | | | | PR: 57904 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=90985
* Added patch to remove warning during startup.Edwin Groothuis2003-10-133-3/+16
| | | | | | | | | | | (also use INFO files feature) PR: ports/57028 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: cy@ temp absence note Notes: svn path=/head/; revision=90978
* - Fix MASTER_SITESKirill Ponomarev2003-10-122-17/+19
| | | | | | | | | | - Utilize NOPORTDOCS PR: 57892 Submitted by: Ports Fury Notes: svn path=/head/; revision=90923
* - Fix MASTER_SITESKirill Ponomarev2003-10-121-2/+1
| | | | | | | | PR: 57893 Submitted by: Ports Fury Notes: svn path=/head/; revision=90922
* Update to 2.4.1.Joe Marcus Clarke2003-10-126-6/+14
| | | | Notes: svn path=/head/; revision=90889
* Remove path elements that were once common to gnomegames and gnomegames2,Adam Weinberger2003-10-123-129/+2
| | | | | | | | | | back when gnomegames existed. Now that there is only gnomegames2, those path elements can be handled by gnomegames2. Also, assign maintainership to gnome@. Notes: svn path=/head/; revision=90881
* . Update to 2.22.Greg Lewis2003-10-103-2/+5
| | | | | | | | PR: 57345 Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=90821
* New Port: misc/gkrellshoot2Edwin Groothuis2003-10-106-0/+55
| | | | | | | | | | | New port: gkrellshoot2, a screen lock and capture plugin for gkrellm 2 PR: ports/47622 Submitted by: Andrew Stuart <elitetek@tekrealm.net> Notes: svn path=/head/; revision=90732
* Update port to version 1.7 and fix the URL since they switch to viewcvs.Doug Ambrisko2003-10-102-3/+3
| | | | | | | Found by the ports cluster. Notes: svn path=/head/; revision=90730
* - Update to version 1.1.4Kirill Ponomarev2003-10-094-289/+295
| | | | | | | | PR: 57806 Submitted by: Ports Fury Notes: svn path=/head/; revision=90721
* The webserver on www.gusnet.cx seems to have moved to port 8080.Peter Pentchev2003-10-081-1/+1
| | | | | | | Reported by: fenner's scripts Notes: svn path=/head/; revision=90625
* new port: misc/gkrellm-helium, Prague thermometerEdwin Groothuis2003-10-065-0/+36
| | | | | | | | | | | | Tiny gkrellm plugin which read data from thermometer at Strahov, Prague. Probably useless for anyone not interested in Prague's weather. :) Tested on both stable and current. PR: ports/51162 Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=90424
* Add finance category to the following ports.Edwin Groothuis2003-10-048-8/+8
| | | | | | | | PR: ports/56259 (ports/39102) Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=90196
* Fix build without -pthread.Will Andrews2003-10-044-6/+4
| | | | Notes: svn path=/head/; revision=90186
* Fix the -pthread problem in case the option gets removed again. ThisWill Andrews2003-10-035-6/+6
| | | | | | | | | | | | | | | | | | | | patch involved patching the core auto* routines in KDE to accept the PTHREAD_* variables in the environment, with fallbacks. We decided the easiest way to implement this in ports was to generate configure instead of risking incorrect generation at port configure time. Said patch has already been committed to HEAD in KDE and as such will be removed with the 3.2 upgrade once it is released. Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE modules) have this support commented out due to lack of patch. Helped out: Adriaan de Groot <adridg@cs.kun.nl> Lauri Watts <lauri@kde.org> Andy Fawcett <andy@athame.co.uk> Notes: svn path=/head/; revision=90174
* Add py-osd 0.2.6, a python wrapper for osd, for displaying textKirill Ponomarev2003-10-036-0/+63
| | | | | | | | | | on your X display. PR: 55426 Submitted by: larse@isi.edu Notes: svn path=/head/; revision=90112
* Chase up new MASTER_SITE_SAVANNAH.Edwin Groothuis2003-10-031-1/+2
| | | | | | | | PR: ports/56970 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=90089
* Utilise USE_SDL.Michael Nottebrock2003-10-021-6/+2
| | | | | | | | PR: 57482 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=90053
* Bump port revision.Max Khon2003-10-021-1/+1
| | | | Notes: svn path=/head/; revision=90035
* Add WITHOUT_SAMBA knob.Max Khon2003-10-021-2/+5
| | | | Notes: svn path=/head/; revision=90034
* - Update to version 9.2Kirill Ponomarev2003-10-022-2/+2
| | | | Notes: svn path=/head/; revision=90027
* If no CVS root was specified, but a (possibly out-of-date) ports treeDag-Erling Smørgrav2003-10-013-3/+12
| | | | | | | already exists, use the CVS root specified by $portsdir/CVS/Root. Notes: svn path=/head/; revision=89985
* Add libhome 0.6,Vanilla I. Shu2003-09-305-0/+44
| | | | | | | | | | | libhome is a library providing a getpwname() emulation. PR: 57175 Submitted by: Xavier Beaudouin <kiwi@oav.net> Notes: svn path=/head/; revision=89913
* IA64s do not have apm.Tilman Keskinoz2003-09-302-4/+4
| | | | | | | IA64 Laptops are also very unlikely, so disable klaptop on ia64. Notes: svn path=/head/; revision=89895
* Add back DIST_SUBDIR. It was removed by mistake.Dmitry Sivachenko2003-09-286-3/+6
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=89705
* Add missing files I lost in recent update.Dmitry Sivachenko2003-09-281-0/+147
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=89608
* Update to 2.2.5Hye-Shik Chang2003-09-274-14/+14
| | | | Notes: svn path=/head/; revision=89564
* Update to 4.0.0 release.Dmitry Sivachenko2003-09-277-21/+18
| | | | Notes: svn path=/head/; revision=89536
* Update port: misc/gretl to 1.1.2Edwin Groothuis2003-09-274-8/+11
| | | | | | | | | | - Update to version 1.1.2 PR: ports/57006 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=89505
* - Update to version 9.1Kirill Ponomarev2003-09-262-2/+2
| | | | Notes: svn path=/head/; revision=89479
* Update to 2.0.1.Joe Marcus Clarke2003-09-253-2/+16
| | | | Notes: svn path=/head/; revision=89323
* Update to 1.02:Joe Marcus Clarke2003-09-242-2/+2
| | | | | | | | | | * Added israelian, estonian, latvian and lithuanian flags. PR: 57185 Submitted by: maintainer Notes: svn path=/head/; revision=89252
* Update to 2.03Joe Marcus Clarke2003-09-242-2/+2
| | | | | | | | PR: 57184 Submitted by: maintainer Notes: svn path=/head/; revision=89251
* - Update to version 2.1Kirill Ponomarev2003-09-244-6/+36
| | | | | | | | PR: 57095 Submitted by: Ports Fury Notes: svn path=/head/; revision=89193
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-248-10/+10
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* Add gnomevfs2 and gnomedesktop to USE_GNOME to fix build on bento.Joe Marcus Clarke2003-09-211-5/+1
| | | | Notes: svn path=/head/; revision=89091
* Catch up with a couple more doc updates.Will Andrews2003-09-2061-61/+61
| | | | Notes: svn path=/head/; revision=89083
* Updated distfile: some last-minute translations.Will Andrews2003-09-202-2/+2
| | | | Notes: svn path=/head/; revision=89073
* Udate 4.0.0 --> 4.0.1, 4.0.0 distfile is missing causing bento buildsCy Schubert2003-09-192-2/+2
| | | | | | | | | | to fail. 4.0.1 fixes two bugs with the parser. Noticed by: Allen Landsidel <all@biosys.net> and bento Approved by: marcus (wearing his portsmgr hat) Notes: svn path=/head/; revision=89064