aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* - Update i386 to v2.9011.496pav2005-07-064-6/+27
| | | | | | | | - Update amd64 to v2.9010.495 - Support flush, fetch and update commands in rc script PR: ports/83030 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
* - Fix "Aborted!" messages when entering commandspav2005-07-062-0/+12
| | | | | PR: ports/83016 Submitted by: Kevin Oberman <oberman@es.net>
* Update to 0.3.5.novel2005-07-063-3/+4
| | | | | PR: 83044 Submitted by: David Johnson (maintainer)
* Update to KOffice 1.4.0a.lofi2005-07-0674-522/+709
| | | | | Note that 'a' does *not* stand for 'alpha', but denotes a short-notice bugfix release made after KOffice 1.4.0.
* - Add metromapahze2005-07-055-0/+57
| | | | | | | | | | Metromap is a simple pygtk+2 programm for finding pathes in metro(subway) maps. Maps for Moscow, St. Petersburg, Kiev, London and Berlin are included. WWW: http://metromap.antex.ru/ PR: ports/82903 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Update to version 0.13.8markus2005-07-046-6/+12
|
* - Update ${MASTER_SITES}jylefort2005-07-032-26/+22
| | | | | | | - Use ${ECHO_CMD} instead of ${ECHO} (${ECHO} is a no-op if make -s is used) - Install icon in ${PREFIX}/share/pixmaps rather than in ${PREFIX}/share/gnome/pixmaps - Polish the Makefile and reformat it
* Fix build on 4.x (remove some ^M line ends)lawrance2005-07-021-0/+4
| | | | | | | PR: ports/82607 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer (implicit) Reported by: lofi
* New port: cross stitching patterns generatorpav2005-07-014-0/+38
| | | | | PR: ports/82807 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
* Update to 3.4lawrance2005-06-303-140/+138
| | | | | | | | Use DATADIR in plist PR: ports/82608 Submitted by: Andrej Zverev <az@inec.ru> Approved by: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com> (maint)
* Update to 2.8lawrance2005-06-304-10/+12
| | | | | | PR: ports/82607 Submitted by: Andrej Zverev <az@inec.ru> Approved by: Machiel Mastenbroek <machiel_mastenbroek@hotmail.com> (maint)
* - Update to 3.8.3ahze2005-06-302-6/+4
| | | | | PR: 82810 Submitted by: Andrej Zverev
* Add my distfiles site to MASTER_SITES, as the distfile is nowjylefort2005-06-301-1/+3
| | | | | | unfetchable from the vendor's site. Reported by: pointyhat
* Fix segfault on "mc -v /some/file".novel2005-06-302-1/+12
| | | | | | PR: 82766 Submitted by: Andrej Zverev <az@inec.ru> Approved by: Roman Y. Bogdanov (maintainer)
* Be sure to create libdata/pkgconfig since this was only added to mtreemarcus2005-06-281-1/+2
| | | | | | recently, and is still required for older versions of FreeBSD. Reported by: GNOME Tinderbox
* Add LF.net and Luigi Rizo into "thank you" section.sobomax2005-06-271-1/+1
|
* Update to KDE 3.4.1lofi2005-06-26165-613/+2970
|
* - Don't remove directories that are in mtree or are deleted byarved2005-06-202-74/+0
| | | | | | dependcies. Reported by: pointyhat
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-185-38/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USE_LINUX now implies NO_FILTER_SHLIBS=yes. It also doesn't use FreeBSD tools to strip binaries anymore, so it's not neccesary anymore to override STRIP and STRIP_CMD. - USE_LINUX_PREFIX implies NO_MTREE now. - In the USE_LINUX case, USE_XLIB now depends upon the linux X11 libraries instead upon the native FreeBSD libraries. - The variable LINUX_BASE_PORT contains a string which is suitable as an item in *_DEPENDS, so if a port BATCH_DEPENDS or FETCH_DEPENDS upon the default (or overriden) linux base, ${LINUX_BASE_PORT} should be used instead of a hardcoded reference. - Change all ports to comply to the "new world order". - The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emulators/linux_base-rh-9 (the logic is to use ${PORTSDIR}/emulators/linux_base-${OVERRIDE_LINUX_BASE_PORT}). - If USE_LINUX or OVERRIDE_LINUX_BASE doesn't point to an existing linux_base port and if USE_LINUX isn't set to "yes" (case insensitive), the port will be marked as IGNORE. [1] - Readd USE_LINUX knobs into several ports and make several uses of a conditional dependency ("USE_LINUX?=") into an unconditional one ("USE_LINUX=") which where removed/changed by Trevor to allow the use of alternative linux_base ports. While this is a nice goal, the implementation resulted in missing dependencies. The OVERRIDE_LINUX_BASE_PORT knob in this commit is supposed to fix the problem while keeping the feature. Basicaly this includes a backout of Trevor's commit, to prevent confusion I mention it here explicitely. - Use the correct prefix (X11- instead of LOCAL- or LINUX-) for some ports. Chase dependencies for this. - Changes to make linux_devtools installable on amd64, remove some stray device nodes (they don't work on recent OS versions and aren't really needed). - Make linux_base-8 PREFIX clean and remove some stray device nodes. Additionally tell a little bit more about how to setup NIS/YP [2]. - Update the PGSQL dependency in the linux-opengroupware port to a recent version (the old one isn't available anymore), I don't know if this works (at least it isn't more broken than before). - Use PREFIX/usr/share/doc instead of PREFIX/usr/doc in the divx4linux ports, the former path exists already and gets populated by other packages too (PREFIX=LINUXPREFIX!). - Fix some obvious (non-linuxolator) bugs in some linux ports while being there. - Bump PORTREVISION where neccesary. Requested by: portmgr (linimon) [1] Submittted by: Gerrit Kuehn <gerrit_huehn@gruft.fido.de [2] Approved by: portmgr (kris, linimon), maintainers (or maintainer timeout) Tested on: ports cluster (kris) Reviewed by: silence on emulation@ Superseedes PR: 69997 Maintainer approval from: chris@chrisburkert.de cracauer@cons.org des girgen jamie@bishopston.net mezz mi nivit@users.sf.net pat simond@irrelevant.org riggs@rrr.de Udo.Schweigert@Siemens.com
* hook-up localedata.sf2005-06-181-0/+1
|
* fix dependency. rev1.21 did not work at all.sf2005-06-171-2/+2
| | | | Submitted by: kris
* - Update to 3.8.2 [1]jylefort2005-06-172-4/+4
| | | | | | | - Unsilence the build PR: ports/82267 [1] Submitted by: Andrej Zverev <az@inec.ru> [1]
* Update to 10.20krion2005-06-162-3/+3
|
* Update to 0.2.31skv2005-06-162-3/+3
|
* Bump PORTREVISION for X mtree changes.lesi2005-06-151-1/+1
| | | | Requested by: ahze
* Directory share/pixmaps is now included in mtreelesi2005-06-151-1/+0
| | | | (BSD.x11-4.dist rev. 1.27), so remove it from plist.
* Upgrade to 0.10. Changes:sobomax2005-06-1411-133/+5
| | | | | | | | | | | | | o T1/E1 on the fly mode switching for wcte11xp/wct4xxp cards. o Removed define which made TDM cards operate wrong during call detection. o Current version is compatible with 4.x (thanks to Luigi Rizzo). o Fixed bug with spurious PCI ID changes by WCTE11XP card. o Fixed bug with TDM cards Rev.H PCI ids.
* Bump PORTREVISION for ports affected by libdockapp library version bump.lawrance2005-06-132-2/+2
|
* hook-up localedata for -CURRENT.sf2005-06-131-0/+4
|
* Add localedata, compatibility locale data for FreeBSD 6.x to runsf2005-06-136-0/+1704
| | | | | | | | | | 4.x/5.x binaries. When you have a trouble with locale at running a legacy binary, you should guide them to find legacy locale data with setting PATH_LOCALE environment variable. env PATH_LOCALE=/usr/local/share/compat/locale command
* Chase libdockapp update.lawrance2005-06-122-2/+2
|
* add heyu2 - Control a CM11A interface from the command line, version 2oliver2005-06-121-0/+1
| | | | | | Repopcopy by: marcus PR: 64898 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org>
* BROKEN on 6.0: Does not compilekris2005-06-121-0/+4
|
* * reflect renaming on CPAN File-Spec to PathToolsskv2005-06-123-6/+6
| | | | | | | | | | | | | | | | | | | | | | | + add devel/p5-PathTools, remove devel/p5-File-Spec + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports module was renamed * reflect renaming on CPAN PodParser to Pod-Parser + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser + update dependencies for all affected ports (make them unconditional), bump PORTREVISION for these ports * for all changed ports make dependencies on File::Temp, Digest::MD5, Storable unconditional * remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's (this variable is forced by bsd.port.mk now) * update Class-Autouse to 1.17 * update POE-API-Hooks to 1.05 * make portlint happy (clean IGNORE, convert spaces to tabs and so on)
* add Control a CM11A interface from the command line, version 2oliver2005-06-115-57/+41
| | | | | | Repopcopy by: marcus PR: 64898 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org>
* Update Gaim to 1.3.1 and chase all dependent ports.marcus2005-06-113-3/+3
| | | | | | | | | The changes in this release of Gaim can be found at http://gaim.sourceforge.net/ChangeLog. Submitted by: Matthew Luckie <mjl@luckie.org.nz> Security: This release fixes security bugs found at http://gaim.sourceforge.net/security/
* Add krecipes, the KDE Cookbookarved2005-06-119-0/+563
| | | | | PR: 79038 Submitted by: Henry Miller <hank@millerfarm.com>
* Add p5-Geography-Countries.jylefort2005-06-105-0/+36
| | | | | | | | | | | This module maps country names, and their 2-letter, 3-letter and numerical codes, as defined by the ISO-3166 maintenance agency, and defined by the UNSD. WWW: http://search.cpan.org/dist/Geography-Countries/ PR: ports/82022 Submitted by: dikshie <dikshie@lapi.itb.ac.id>
* Fix maintainerpat2005-06-074-4/+4
|
* - Unmark BROKEN, problem was fixed in textproc/liblingoteachpav2005-06-051-2/+0
|
* GNU watch runs command repeatedly, displaying its output (the firstpav2005-06-056-0/+144
| | | | | | | | screenfull). This allows you to watch the program output change over time. PR: ports/81892 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* Remove ports which expired on 2005-06-01 (no pending PRs, either)vs2005-06-035-61/+0
|
* change the libtool version to use from 1.3 to 1.5oliver2005-06-033-9/+6
|
* Fix build on amd64.novel2005-06-034-14/+28
| | | | | | PR: 81797 Submitted by: Manuel Stuehn <freebsdnewbie@freenet.de> Approved by: Danny Boudrot (maintainer)
* - Correct time format for de_DE.UTF-8.flz2005-06-022-0/+12
| | | | | | PR: ports/72084 Submitted by: Peter Wullinger <some-mail-drop@gmx.net> Approved by: maintainer timeout (8 months)
* - Migrate to OPTIONSsem2005-06-011-2/+12
| | | | | | - Add MC_IN_MC knob. It allows to run mcedit inside mc. Approved by: maintainer
* Reintroduce pre-build target to fix build on -CURRENT. Sigh.vs2005-06-011-1/+3
| | | | Noticed by: krisbot
* NO_PACKAGE is not necessary when RESTRICTED is set.edwin2005-05-311-1/+0
|
* new port: misc/gopodedwin2005-05-316-0/+131
| | | | | | | | | | | | | | | | | | | | | | new port: misc/gopod goPod is a program that allows you to remove the EU Volume limitation on EU iPod's. We can't be held responsible for the use you make with this program or any damage it could cause to your iPod. It is provided for information purpose only. However, uncapping your iPod and using it is illegal in France. goPod is not in any way affiliated with Apple Computer, Inc. Apple(tm) iPod(tm) are trademarks of Apple Computer, Inc. WWW: http://http://gopod.free-go.net/ PR: ports/79529 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
* - Update to 0.8.1pav2005-05-312-20/+6
| | | | | PR: ports/81683 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* Update to version 0.13.7markus2005-05-304-6/+6
|
* - Add pkg-message with a note about limitation of this software with big filespav2005-05-282-0/+7
| | | | | PR: ports/74177, ports/81581 Submitted by: No Name <arundel@h3c.de>
* Depend on GCC 3.4 or later instead of GCC 3.2 and simplify the respectivegerald2005-05-281-3/+1
| | | | | | rules. Approved by: maintainer timeout
* - Adjust COMMENT (no need to mention device name in it)danfe2005-05-263-23/+22
| | | | | | | | | - Make OPTIONS strings more visually appealing - Pet portlint ($(FOO) -> ${FOO}) - Mute directory creation in do-install: target - Utilise ${DATADIR} in Makefile and %%DATADIR%% in pkg-plist - Reindent Makefile header - Kill extra empty line in pkg-descr
* use own do-install target (to get an install-mtree)oliver2005-05-253-20/+20
| | | | | | install 3 more icons install iconse above PREFIX/share/alevt bump PORTREVISION
* make png support optional (on by default)oliver2005-05-252-8/+33
| | | | add an option to make alevt use a smaller font (off by default)
* - patch source Makefileoliver2005-05-252-33/+55
| | | | | | | | | | - honor CFLAGS - search for includes and lins in X11BASE and LOCALBASE instead of hardcoded paths - make it BSD-make ready - use BSD_INSTALL-macros - remove USE_GMAKE dependency - while I'm there... change freebsd to FreeBSD (MAINTAINER section)
* Use MAKE_ARGS/do-installvs2005-05-242-42/+7
|
* Use MAKE_ARGSvs2005-05-242-15/+2
|
* Use explicit do-install-targetvs2005-05-242-28/+6
|
* Use MAKE_ARGSvs2005-05-242-19/+1
|
* Use PLIST_FILES/PORTDOCSvs2005-05-232-6/+5
|
* Cleanup / use MAKE_ARGSvs2005-05-232-22/+3
|
* Use do-install one-linervs2005-05-232-25/+4
|
* Use PLIST_FILES/PORTDOCSvs2005-05-232-4/+2
|
* - Use PLIST_FILESvs2005-05-233-2/+3
| | | | - Add URL to pkg-descr
* - Use PLIST_FILES/PORTDOCSvs2005-05-233-9/+12
| | | | - Mark as deprecated and initiate deorbit burn: no longer available
* Use PLIST_FILES/PORTDOCSvs2005-05-232-6/+5
|
* Cleanup:vs2005-05-233-59/+10
| | | | | - Don't patch install-target if the diff is bigger than a do-install - Drop two-line plist
* - Use MAKE_ARGSvs2005-05-232-14/+1
| | | | - Drop unnecessary pre-build-target
* Nuke two-line pkg-plistvs2005-05-232-2/+1
|
* - Update kile to version 1.8markus2005-05-225-87/+0
| | | | - Remove kile-i18n as it was merged with kile
* Replace master site with a working one.kris2005-05-221-1/+1
|
* 1: fix pkg-plist.vanilla2005-05-202-5/+5
| | | | | | 2: use USE_LIBTOOL_VER instead HAS_CONFIGURE & GNU_CONFIGURE. Obtained from: kris@
* Update to 10.19krion2005-05-202-3/+3
|
* Correct spelling error.adamw2005-05-201-1/+1
|
* update to 4.2.2oliver2005-05-208-10/+23
|
* najitool generates and/or makes altered copies of files in the patterns youpav2005-05-195-0/+44
| | | | | | | | | specify or shows to the screen. najitool is being developed in the ANSI C standard so it should work and compile on any system that supports ANSI C, which should be every system. PR: ports/81204 Submitted by: <cokyazici@yahoo.co.uk>
* o whoops, forgot the patchmich2005-05-191-0/+26
|
* o remove pkg-plistmich2005-05-192-3/+4
| | | | | | | | o add patch for ignoring special directoris in PORTSDIR (such as distfiles and Tools) PR: ports/80368 Submitted by: Radim Kolar <hsn@netmag.cz>
* o update to 3.11mich2005-05-192-4/+5
| | | | | - Bugfixes and feature enhancements o re-enable original MASTER_SITE
* Add misc/bdelta - an advanced delta creator, patcher, and library.novel2005-05-194-0/+32
|
* Update to 0.2.12.adamw2005-05-182-4/+3
|
* Add Norge, a collection of Perl modules to deal with issues specific toanders2005-05-175-0/+36
| | | | | | Norway. Hipp, hipp. Hurra.
* - libdata/pkgconfig is now included in mtreepav2005-05-172-2/+0
| | | | Approved by: marcus (portmgr hat)
* update to 3.34.1oliver2005-05-172-3/+3
|
* Update to 1.10.4jylefort2005-05-162-5/+9
| | | | | PR: ports/81054 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 0.9vanilla2005-05-163-3/+19
| | | | | PR: ports/81023 Submitted by: maintainer
* Change maintainer address.thierry2005-05-141-1/+1
| | | | | PR: ports/80973 Submitted by: Ulrich Spoerlein <q (at) galgenberg.net>
* Finish repo copy of wxgtk 2.4.2 ports to wxgtk24*fjoe2005-05-131-1/+1
|
* Chase the Gaim 1.3.0 update.marcus2005-05-123-0/+3
|
* Yikes... purge all references to the long-dead ringwraith.online.bg.roam2005-05-101-2/+2
| | | | | PR: 80213 (rname) Submitted by: Vasil Dimov <vd@datamax.bg>
* Update to 1.3.0.1jylefort2005-05-102-5/+5
| | | | | PR: ports/80817 Submitted by: maintainer
* - Remove reference to old maintainerarved2005-05-102-1/+1
| | | | | | - Force build with -O as Kevin Oberman reported problems with -O2 PR: 80711
* Release maintainership due to timejeh2005-05-104-4/+4
|
* Update to 1.3.0.1arved2005-05-093-6/+6
| | | | | PR: 80816 Submitted by: Kevin Brunelle <kruptos@mlinux.org>
* update to 3.33.1oliver2005-05-072-3/+3
|
* update to 3.32.1oliver2005-05-062-4/+4
|
* Update to 2.4.5jeh2005-05-0520-144/+320
|
* Fix buildkrion2005-05-031-5/+5
| | | | | PR: ports/80542 Submitted by: Ports Fury
* BROKEN: Does not buildkris2005-04-302-0/+4
|
* Update to 4.10.1jylefort2005-04-262-3/+3
| | | | | PR: ports/80353 Submitted by: Esa Karkkainen <ejk@iki.fi>
* No longer needs @[un]exec in plistvs2005-04-262-4/+1
|
* Move shared directory for klirc profiles into kdehier.lofi2005-04-258-4/+12
|
* %D/share/locale/lg is not part of mtree yet, take care of it by hand.danfe2005-04-251-0/+2
| | | | Reported by: kris on behalf of pointyhat
* Fix plist.kwm2005-04-252-4/+6
| | | | Submitted by: pointyhat via kris.
* Make sure zaptel module loaded first and unloaded last, since all othersobomax2005-04-252-2/+3
| | | | | | modules depend on it. Bump PORTREVISION. Submitted by: Ryan J. Taylor <rj@rjt.org>
* New port: misc/thailocaleedwin2005-04-257-0/+78
| | | | | | | A locale for Thai in Thailand, TIS-620 character set PR: ports/75908 Submitted by: Thawatchai Piyawat <piyawat@usablelabs.com>
* Don't use autoconf213arved2005-04-252-15/+5
|
* - Update to version 0.13.6markus2005-04-246-10/+24
| | | | | - Remove dependency to cdparanoia - Add missing locale directories to plist
* Unbreak package build.kris2005-04-241-2/+2
|
* Add p5-Asterisk 0.08, asterisk perl library.sobomax2005-04-245-0/+41
| | | | | PR: ports/80284 Submitted by: Alexander Timoshenko <gonzo@univ.kiev.ua>
* Use MAKE_ARGSvs2005-04-222-27/+1
|
* We don't have a license for GTL, so there's no point in allowinglawrance2005-04-221-2/+4
| | | | | | | the build to continue when PACKAGE_BUILDING. Noticed by: kris via pointyhat Approved by: clement (mentor)
* - Fix runtime error by regenerating path in config.hvs2005-04-223-25/+4
| | | | - Use MAKE_ARGS instead of patches
* - Update to 1.2.1lawrance2005-04-215-43/+37
| | | | | | PR: ports/80107 Submitted by: Ulrich Spoerlein <q@uni.de> Approved by: clement (mentor)
* Use MAKE_ARGS & PLIST_FILESvs2005-04-213-72/+7
|
* Use MAKE_ARGS, PLIST_FILES & PORTDOCSvs2005-04-213-12/+5
|
* Use MAKE_ARGSvs2005-04-214-122/+15
|
* Use INFOvs2005-04-214-12/+2
|
* Use MAKE_ARGSvs2005-04-212-33/+7
|
* Update to 10.18krion2005-04-212-3/+3
|
* - Update to 2.10jylefort2005-04-202-4/+4
| | | | | | | | - Do not build with -g3 PR: ports/80102 Submitted by: ports@c0decafe.net (maintainer) Approved by: adamw (mentor)
* Ignorance is a content filtering plugin for Gaim. If you love Gaim forjylefort2005-04-195-0/+62
| | | | | | | | | chat, but find yourself missing the filtering features of clients like zinc, then Ignorance is for you! PR: ports/80047 Submitted by: Kevin Brunelle <kruptos@mlinux.org> Approved by: adamw (mentor)
* !exec is a command interpreter plugin for Gaim. If you're nostalgicjylefort2005-04-195-0/+52
| | | | | | | | | for chat clients like curfloo and gyach while using Gaim, then this is the plugin for you! PR: ports/80045 Submitted by: Kevin Brunelle <kruptos@mlinux.org> Approved by: adamw (mentor)
* Update to 4.2.20, latest from GNU.danfe2005-04-195-75/+60
| | | | | | PR: ports/78961 Submitted by: Jason Harris <jharris(at)widomaker.com> Approved by: maintainer timeout
* Add kde-xdg-env, a script which hooks into startkde and helps KDE pick uplofi2005-04-177-0/+105
| | | | XDG apps/menus
* Forgot to remove that.sobomax2005-04-171-31/+0
|
* Add missed patch.sobomax2005-04-171-0/+16
|
* Forgot to add/remove patches in the previous commit.sobomax2005-04-1713-110/+105
|
* Update to the latest snapshot of the driver. This improves existing supportsobomax2005-04-176-69/+25
| | | | | | | | for X100 and TDM400P and adds support for TE410P, TE405P and TE110P. Also this version include QuadBRI/OctoBRI support. Sponsored by: LF.net (quadBRI/octoBRI support), PBXpress Inc. (all the rest)
* Update to 0.7.3.jylefort2005-04-142-4/+3
| | | | Approved by: adamw (mentor)
* o Whoops - forgot to reset PORT_REVISIONmich2005-04-131-1/+0
|
* o Update to -> 0.2mich2005-04-134-202/+7
|
* reset maintainer to ports@FreeBSD.orgoliver2005-04-132-2/+2
| | | | | PR: ports/79727 Approved by: maintainer
* - update to libusb-0.1.10aleeym2005-04-131-1/+1
| | | | | | | - bump library version to all ports that depends on libusb PR: 79084 Submitted by: John Reynolds <johnjen@reynoldsnet.org>
* Change my MAINTAINER email address to jylefort@FreeBSD.orgjylefort2005-04-134-4/+4
| | | | Approved by: adamw (mentor)
* update to 3.31.1oliver2005-04-132-4/+4
| | | | | | | | take maintainership PR: ports/79727 Submitted by: myself Approved by: maintainer
* Update to 0.46.kwm2005-04-132-8/+8
| | | | Correct a few for loops in the do-install target.
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-1220-25/+25
| | | | after 5.4-RELEASE.
* A new port for esniper (http://esniper.sourceforge.net/), a lightweightpav2005-04-125-0/+39
| | | | | | | eBay snipe tool. PR: ports/79771 Submitted by: Lewis Thompson <lewiz@compsoc.man.ac.uk>
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-1120-25/+25
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* BROKEN: Unfetchablekris2005-04-111-0/+2
|
* Remove empty file.netchild2005-04-092-0/+0
| | | | Approved by: maintainer
* Remove empty file.lofi2005-04-091-0/+0
| | | | Noticed by: netchild
* Remove port: Project no longer existsvs2005-04-085-80/+0
| | | | | PR: ports/79113 Submitted by: maintainer
* Fix fetch.kwm2005-04-081-1/+1
| | | | Submitted by: pointyhat via kris.
* Install data files using FIND | INSTALL_DATAhq2005-04-071-1/+4
| | | | Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to 0.b.1.5 (and unbreak) [1]hq2005-04-074-18/+20
| | | | | | | | | | | | | | | - Stipulate JAVA_VERSION [1] - Symlink examples so the program can find them and provide the "Examples" menu [1] - Add 'java' category [2] - Install documentation using FIND | INSTALL_DATA - Improve the launcher shell script (use javavmwrapper 2.0) - Use SUB_FILES to build the launcher shell script PR: 79578 [1] Submitted by: Sam Lawrance <boris@brooknet.com.au> [1] Reported by: portlint [2] Reviewed by: Sam Lawrance <boris@brooknet.com.au>
* Don't remove a directory owned by hicolor-icon-theme.marcus2005-04-072-1/+1
| | | | Reported by: GNOME Tinderbox
* Chase the Gaim 1.2.1 update.marcus2005-04-061-1/+1
|
* - Reset unreachable maintainer (mail bounces)pav2005-04-061-1/+1
|
* - use the original extension name "pyosd", not "osd"novel2005-04-064-79/+35
| | | | | | | | - install docs PR: 78121 Submitted by: novel Approved by: maintainer timeout
* Update to 2.10.0.marcus2005-04-053-5/+11
|
* - Update to 1.3.3pav2005-04-053-15/+23
| | | | | PR: ports/79478 Submitted by: Ports Fury
* Depend on archivers/gtar on CURRENT later than 600022lofi2005-04-042-0/+6
|
* New port: nagios-base-logos.demon2005-04-045-0/+162
| | | | A collection of basic OS and device logos for Nagios.
* Update to 10.17krion2005-04-032-3/+3
|
* Add iso-codes. Which contains translations for ISO 639 (language names),kwm2005-04-035-0/+553
| | | | ISO 3166 (county names) and ISO 4217.
* Update to 2.10.1.marcus2005-04-033-7/+27
|
* - Update to 0.16ahze2005-04-034-1097/+10
|
* adjust MASTER_SITESoliver2005-04-023-6/+9
|
* Update to 10.16krion2005-04-022-3/+3
|
* Properly cleanout mt locale.krion2005-03-302-4/+0
| | | | | Reported by: awful pointyhat via brutal kris Approved by: portmgr (implicit)
* Remove ports/misc/kfile_torrent since it is now included in ↵lioux2005-03-295-45/+0
| | | | | | ports/net/kdenetwork3 Approved by: portmgr (krion)
* Fix plist.marcus2005-03-272-2/+4
| | | | | Reported by: pointyhat logs Approved by: portmgr (implicit)
* BROKEN: Unfetchablekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Incomplete pkg-plistkris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Unfetchablekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Size mismatchkris2005-03-261-0/+2
| | | | Approved by: portmgr (kris)
* - Fix build with GNOME 2.10pav2005-03-234-14/+26
| | | | | | | - Mark broken on amd64 Reported by: krismail Approved by: portmgr (krion)
* Fix plist.lofi2005-03-224-0/+8
| | | | Approved by: portmgr
* - Update to 2.3.1pav2005-03-213-8/+10
|
* Update to KDE 3.4lofi2005-03-21181-6708/+7187
|
* Chase the Gaim 1.2.0 update.marcus2005-03-201-1/+1
|
* * Sync with Freedesktop CVS to add support for a few new MIME types includingmarcus2005-03-205-27/+1059
| | | | | | | D source code, CHM files, Stuffit archives, and Oasis documents * Add support for aliases and subtypes, new to the MIME spec Obtained from: Freedesktop CVS
* fix distinfo + pkg-plistoliver2005-03-191-2/+2
| | | | Noted By: Christopher Kelley <bsd@kelleycows.com>
* update to 4.2.1oliver2005-03-196-9/+10
|
* - Chase mtree changes to xorg, bump PORTREVISIONahze2005-03-181-1/+1
|
* Upgrade X.Org ports to 6.8.2.lesi2005-03-182-11/+0
| | | | | | | | | | | | | | | | | | | | | Release notes are available at http://www.x.org/X11R6.8.2/doc/RELNOTES.html Thanks to kris and krion for running several cluster test builds, maintainers of GNOME for prompt responses, portmgr for postponing ports freeze for this update, testers on FreeBSD-X11@ list and others that I might have mised here. Also included: - fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La France; obtained and tested by julian) - fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and Matthias Muthmann), which still appears to have problems with some keyboards - so - fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR ports/77217) - fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested by Anders Nor Berle; PR ports/74757)
* Reset maintainer to ports@FreeBSD.orgskv2005-03-182-3/+1
| | | | Approved by: portmgr (krion)
* Update to 0.7.2.adamw2005-03-174-54/+46
| | | | | PR: ports/78939 Submitted by: maintainer
* Remove 1-line plists in favour of PLIST_FILESvs2005-03-152-1/+2
|
* Drop maintainershiplioux2005-03-133-3/+3
|
* - Let libglade2 handle lib/libglade directories instead of gnomehierpav2005-03-132-3/+1
|
* - lib/gtk-2.0 is handled by gtk20 portpav2005-03-132-2/+1
|
* Fix locale path.osa2005-03-132-5/+7
| | | | | | | | Bump PORTREVISION. Patch from: Roman G. Hudenko Submitted by: Roman Y. Bogdanov <sam at brj dot pp dot ru> (maintainer) PR: 78658
* Bump PORTREVISION for konq_plugins to chase the glib20 shared lib change.marcus2005-03-121-1/+1
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-1241-21/+41
|
* Presenting GNOME 2.10 for FreeBSD!marcus2005-03-125-113/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The release notes can be found at http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a good idea of what has gone into this release overall. However, a lot of FreeBSD specific additions and fixes have been made. For example, this release offers fixed ACPI support as well as new CPU freqeuncy monitoring support. See the FreeBSD GNOME 2.10 upgrade page at http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well as a list of known issues and upgrade instructions. GNOME 2.10, as well as all of our releases, would not be possible without the great team that goes into porting and testign each and every component. Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all their work. We would also like to thank our adventurous users that chose to ride the walrus. We'd especially like to thank the following users that provided patches for GNOME 2.10: ade Yasuda Keisuke Franz Klammer Khairil Yusof Radek Kozlowsk And anyone else I may have accidentally omitted. As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all of the FreeBSD GNOME splashscreen entries with gnomesession. You can use the deskutils/splashsetter port to choose the one you like best. As always, GNOME users should _not_ use portupgrade alone to upgrade to 2.10. Instead, get the gnome_upgrade.sh script from http://www.FreeBSD.org/gnome/gnome_upgrade.sh. Enjoy!
* - Update to 0.4.0ahze2005-03-112-4/+3
|
* Add freshmeat-submit 1.6, submission of updates to Freshmeat via itsahze2005-03-117-0/+79
| | | | | | | XML-RPC. PR: ports/75744 Submitted by: Radim Kolar <hsn@netmag.cz>
* Change maintainer's e-mail.novel2005-03-111-1/+1
| | | | | | PR: 78669 Submitted by: maintainer Approved by: krion (mentor)
* BROKEN on amd64: Does not compilekrion2005-03-101-2/+2
|
* Fix build.krion2005-03-101-2/+2
|
* Update to 1.0.6 and bristuff 0.2.0-RC7j.fjoe2005-03-106-18/+18
| | | | | Approved by: MAINTAINER Sponsored by: LF.net
* Update to version 0.13.5markus2005-03-104-6/+6
|
* - Add translator 0.1.0, a GTK+ frontend to the Babelfish translation service.flz2005-03-106-0/+250
| | | | | | PR: ports/73063 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Approved by: pav (mentor)
* Update to 1.2arved2005-03-093-41/+30
|
* Update to 0.4.9arved2005-03-092-3/+3
| | | | | PR: 78578 Submitted by: Filippo Natali <filippo@widestore.net>
* Update to 1.35.1arved2005-03-072-3/+3
|
* - Update to 0.6ahze2005-03-072-7/+8
| | | | | PR: 78501 Submitted by: Ports Fury
* Drop maintainershiplioux2005-03-051-1/+1
|
* unbreak magicpoint and update to 1.11bmita2005-03-043-8/+47
| | | | | PR: ports/78300 ports/78395 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
* - Correct condition for lrintf patchpav2005-03-021-1/+1
| | | | Reported by: Adam McLaurin <freebsd@irotas.net>
* - The distfile was rerolled. Some autogenerated files were removed,markus2005-03-022-2/+3
| | | | | | | otherwise no changes. - Add USE_GMAKE in order to regenrate these files Submitted by: pointyhat via kris
* - Update to 2.0.7pav2005-03-025-12/+37
| | | | | | | - Use own copy of GrabWeather instead of wmweather's, which disappeared in latest revision of that port - Bandaid lack of C99 builtins in gcc in FreeBSD 4 (untested - runtesting welcome!)
* Respect the user's USE_LINUX setting.trevor2005-03-025-5/+3
|
* Add missing dependencies and fix build on 4.xkris2005-03-011-2/+5
|
* Attempt to build on 4.x by specifying GCC 3.1 or later.obrien2005-03-011-0/+1
|
* - Update to 1.0.4.fjoe2005-02-2812-84/+54
| | | | | | | - Add PATCHFILE by Klaus-Peter Junghanns for quadBRI/octoBRI (HFC-S) support Sponsored by: LF.net Approved by: MAINTAINER
* Update to version 0.13.4markus2005-02-284-6/+6
|
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* BROKEN: Incomplete pkg-plistkris2005-02-284-0/+8
|
* - PORTREVISION bumpsem2005-02-281-1/+1
|
* - Add some extensionssem2005-02-283-1/+97
| | | | | | | - Submitter agrees to maintain the port PR: ports/78152 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Chase the Gaim 1.1.4 update.marcus2005-02-261-1/+1
|
* Ignore warnings in the module build.imp2005-02-251-0/+5
| | | | | Check for kernel sources Honor SYSDIR overrides
* Initiate deorbit burn with 3 months grace:vs2005-02-223-10/+8
| | | | | | | Abandoned/no longer available; script probably broken PR: ports/77814 Submitted by: Sam Lawrance
* Update to version 0.13.3markus2005-02-216-28/+6
|
* Removed: It hasn't been available for quite some time and the 'pg'vs2005-02-216-131/+0
| | | | | | | utility is available from syutils/heirloom. PR: ports/77714 Submitted by: Sam Lawrance
* - Unbreakpav2005-02-2114-14/+390
| | | | | | | - Take maintainership PR: ports/77688 Submitted by: Danny Boudrot <dboudrot@yahoo.com>
* Add missing directorykris2005-02-211-0/+1
|
* Update to wmweather 2.4.3kris2005-02-206-41/+20
|
* - Distfile rerolled, some changespav2005-02-203-13/+14
| | | | | PR: ports/77699 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update to 0.1.3 and unbreakpav2005-02-202-5/+3
| | | | | PR: ports/77696 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* - Update MASTER_SITES and WWWsergei2005-02-192-2/+2
| | | | Prompted by: pointyhat via kris
* Update to version 1.36krion2005-02-192-4/+3
| | | | | PR: ports/77712 Submitted by: Sam Lawrance <boris at brooknet.com.au>
* Reset undeliverable maintainer address:kris2005-02-194-4/+4
| | | | | <shanee@augusta.de>: host inga.augusta.de[213.209.142.2] said: 550 5.1.1 <shanee@augusta.de>... User unknown (in reply to RCPT TO command)
* Chase the Gaim 1.1.3 update.marcus2005-02-191-0/+1
|
* As previously announced, remove ports that have reached their expiry date,kris2005-02-198-2317/+0
| | | | and the handful of ports that depended on them.
* Update to version 1.3.17.obrien2005-02-196-994/+6
|
* ACL support already included in portleeym2005-02-171-15/+1
| | | | | | PR: 77519 Submitted by: Tarc <tarc at po.cs.msu.su> Approved by: Brian Clapper <bmc at clapper.org>
* Patch vulnerabilities in fliccd and do not install suid root anymore.lofi2005-02-166-0/+3872
| | | | | | | | | Security: CAN-2005-0011 Security: Reference: http://www.kde.org/info/security/advisory-20050215-1.txt Security: If the fliccd binary is installed as suid root, it enables root privilege escalation for local users, or, if the daemon is actually running (which it does not by default) and is running as root, remote root privilege escalation.
* Fix MASTER_SITES.krion2005-02-161-1/+2
| | | | | PR: ports/77532 Submitted by: maintainer
* BROKEN: Broken dependencykris2005-02-151-0/+2
|
* - Update to 0.2.12pav2005-02-152-3/+3
| | | | | | PR: ports/76784 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: maintainer timeout (2 weeks)
* Add MASTER_SITE_LOCAL to the dist list since pointhat seems to havebrooks2005-02-151-1/+3
| | | | | | trouble with the main site sometimes. The file should start appearing on the mirrors in a day or two. cVS: ----------------------------------------------------------------------
* Make it fetchable again.jmz2005-02-151-1/+1
|
* Update to version 0.35.demon2005-02-142-3/+3
| | | | | PR: 77398 Submitted by: leeym
* - fix pkg-plist and unbreak the portleeym2005-02-132-3/+37
| | | | | PR: 77435 Submitted by: Brian Clapper <bmc at clapper.org>
* - Update to 2.9pav2005-02-133-4/+5
| | | | | PR: ports/77381 Submitted by: ports@c0decafe.net <ports@c0decafe.net> (maintainer)
* fix plistmat2005-02-121-2/+2
| | | | Reported by: kris via pointyhat
* BROKEN: Unfetchablekris2005-02-121-0/+2
|
* - Update to 1.3.2pav2005-02-095-49/+56
| | | | | PR: ports/77138 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to version 0.13.2markus2005-02-096-6/+28
|
* - Add support MINIMAL and WITH_FOO knobsfjoe2005-02-092-7/+16
| | | | | PR: 76215 Submitted by: Eugene Grosbein
* Upgrade to version 1.375.demon2005-02-032-3/+3
| | | | Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
* - Update to 0.4.1pav2005-02-012-3/+3
| | | | | | PR: ports/76953 Submitted by: Filippo Natali <filippo@widestore.net> (maintainer) Eagerly awaited by: mux
* - Update to 0.9.5hq2005-02-013-4/+4
| | | | | | | - Use 'java' rather than deprecated 'javavm' in shell script PR: 76910 Submitted by: Tim Middleton <x@vex.net>