aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 20070906 snapshotahze2007-09-072-4/+4
|
* - Chase x11-toolkits/pmw renamed to x11-toolkits/py-Pmwrafan2007-09-021-2/+2
| | | | PR: 115302
* Update to Qt 4.3.1.lofi2007-09-025-4021/+4131
|
* Use the CPAN site macro.mat2007-08-311-2/+1
| | | | | Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims.
* - update to 1.4tabthorpe2007-08-302-4/+4
| | | | Approved by: clsung (mentor)
* - Update to 2.1.0miwi2007-08-282-4/+4
| | | | | PR: 115879 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
* - Update to 1.9.1miwi2007-08-282-4/+4
|
* - new project hometabthorpe2007-08-262-2/+4
| | | | | | - update MASTER_SITES, and pkg-descr WWW Approved by: clsung (mentor)
* - Update to 20sat2007-08-262-4/+7
|
* - Update to 0.3.0nivit2007-08-242-6/+4
| | | | - Remove PLIST_SUB variable
* - Fix pkg-plist with undefined WITH_EDIT variablefjoe2007-08-233-142/+173
| | | | | | | | - Add WITH_NLS option - Use %%DATADIR%% PR: 112690 Submitted by: Vlad V. Teterya
* - Unbreak on HEAD (gcc 4.2)itetcu2007-08-232-4/+30
| | | | | PR: ports/115744 Submitted by: Simun Mikecin
* - change maintainer address on ports I maintaintabthorpe2007-08-2313-13/+13
| | | | Approved by: clsung (mentor)
* Update to 2007gedwin2007-08-222-4/+4
|
* - Update to 18sat2007-08-203-5/+4
|
* - Update to 17sat2007-08-183-10/+7
|
* - Update to 2.4.5mm2007-08-173-11/+10
| | | | | | | - Change maintainer to submitter PR: ports/115248 Submitted by: Stefan Pauly <stefan at fh-mainz.de>
* - Remove USE_X_PREFIX (implies USE_XLIB)mm2007-08-161-2/+4
| | | | | | | | | | | - Bump PORTREVISION - Schedule for expiration on 2007-11-16 USE_X_PREFIX is not neccesary (these are script-only ports) and it is removed to reduce build times on clusters. Ports depending on tkstep80 are very old (~1999), not developed and unmaintained.
* - Update to 2.02clsung2007-08-162-4/+4
|
* - Update to 2.01clsung2007-08-152-5/+7
|
* - Try build port with NLS support and recent version of gettext.az2007-08-152-7/+30
|
* - Depend on USE_XORG=xpm explicitlymm2007-08-141-2/+2
| | | | | | - Bump PORTREVISION Approved by: garga (mentor, implicit)
* Add port misc/toilet:sat2007-08-135-0/+69
| | | | | | | | | | | | | | | | | | | | | | The TOIlet project attempts to create a free replacement for the FIGlet utility. TOIlet stands for "The Other Implementation's letters", coined after FIGlet's "Frank, Ian and Glen's letters". TOIlet is in its very early development phase. It uses the powerful libcucul library to achieve various text-based effects. TOIlet implements or plans to implement the following features: * The ability to load FIGlet fonts * Support for Unicode input and output * Support for colour output * Support for various output formats: HTML, IRC, ANSI... TOIlet also aims for full FIGlet compatibility. It is currently able to load FIGlet fonts and perform horizontal smushing. WWW: http://libcaca.zoy.org/toilet.html Author: Sam Hocevar <sam@zoy.org> Based on: Gentoo Portage
* Color theme is an Emacs-Lisp package with more than 50 color themesrafan2007-08-135-0/+58
| | | | | | | | | for your use. WWW: http://www.emacswiki.org/cgi-bin/wiki?ColorTheme PR: ports/115005 Submitted by: Denis Shaposhnikov <dsh at vlink.ru>
* Fix build on 64bit platformsarved2007-08-136-40/+285
|
* - Fix SIGSEGV after recent fix for gcc 4rafan2007-08-112-7/+4
| | | | | PR: ports/115166 Submitted by: Eugene Grosbein <eugen at grosbein.pp.ru>
* - Update to 12.7sat2007-08-102-16/+15
| | | | - Style nits
* Update to 0.22.marcus2007-08-104-13/+26
|
* Add port misc/mtail:sat2007-08-094-0/+57
| | | | | | | | | | | | | | | | | | | | | mtail is a small tail workalike that performs output coloring using ansi escape sequences (although the sequences are overridable, so you could cause it to output something else, e.g. html font tags, if you really wanted to). mtail is written in python, is fairly small, and should be relatively platform-independent. It has a config file that can contain an arbitrary number of entries, each of which has a series of regular expressions to indicate which files to color according to which entry. for each entry, the config file specifies a coloring scheme using regular expressions and, optionally, filters to apply to each line before coloring (for example, to strip out extra info, etc.). the config file also may override the predefined colors and the escape sequences (or whatever) actually used to perform the coloring. WWW: http://matt.immute.net/src/mtail/ Author: Matt Hellige <matt@immute.net> Based on: NetBSD pkgsrc package
* Fix build by adding USE_AUTOTOOLS.arved2007-08-081-1/+1
|
* - Update to 0.15sat2007-08-083-63/+67
|
* Upgrade to version 1.90.olgeni2007-08-083-19/+9
|
* - Update to 0.10miwi2007-08-062-4/+4
| | | | Approved by: maintainer implicit
* BROKEN: Size mismatchkris2007-08-061-0/+2
|
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-046-8/+8
| | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav)
* - bsd.qt.mk:lofi2007-08-035-183/+183
| | | | | | | | | | | | QT_COMPONENTS can now be depended on at runtime or buildtime only by specifiying them as <component>_build or <component>_run, respectively. Specifying <component> without any suffix will depend on the component at both build- and runtime just like before. - Convert Qt core ports to use the new dependency switches. - Add a patch to corelib to fix Qt4 on ARM, submitted by: Björn König <bkoenig@alpha-tierchen.de>
* Fix install with emacs22.yoichi2007-08-021-5/+5
|
* Allow on python25pav2007-08-021-1/+1
|
* Update to 20070801 snapshotahze2007-08-012-4/+4
|
* - Unbreak under HEADmiwi2007-08-011-7/+1
| | | | | PR: 115095 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
* - Unbreak under HEADmiwi2007-08-011-7/+1
| | | | | PR: 115097 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
* - Add ports to "geography" virtual category.chinsan2007-07-312-2/+2
| | | | Approved by: rafan (mentor, implicit)
* - Unbreak by updating distinfo. diff shows no difference between these tworafan2007-07-312-5/+3
| | | | | | | | | | versions. This is not the same as maintainer's patch in PR as it's (again) out-of-date. PR: ports/113835 Reported by: Thomas Abthorpe <thomas at goodking.ca> Approved by: Matt Mills <matt_mills at btopenworld.com> (maintainer)
* - Update to 0.2.4.chinsan2007-07-313-17/+15
| | | | | | - Take maintainership. Approved by: rafan (mentor, implicit)
* - Bump PORTREVISION to chase the swish-e shared library update.chinsan2007-07-301-1/+1
| | | | Approved by: rafan (mentor, implicit)
* - Update to 1.4.2.chinsan2007-07-302-20/+35
| | | | Approved by: rafan (mentor, implicit)
* - Make Python 2.5.1 the default Python versionalexbl2007-07-305-19/+7
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* - Update to 0.90sat2007-07-302-4/+4
|
* Add termatrix, emulates Matrix terminal's "green tears" effect.chinsan2007-07-304-0/+39
| | | | Approved by: rafan (mentor, implicit)
* - Update to latest version - 1.3beech2007-07-304-27/+14
| | | | | | | | | | | - Set master sites to developers repo. - Replace patch with reinplace_cmd. - Remove unnecessary autotools, config args and worksrc=. - Pass maintainership to submitter. PR: ports/114840 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: sat (mentor)
* - Update to 2.5.3lme2007-07-304-6/+10
| | | | | | - Use 'exec' in startup script Approved by: miwi (mentor)
* pspresent is a presentation tool to display full-screen PostScriptpav2007-07-304-0/+39
| | | | | | | | | | presentations. It provides simple navigation, and double-buffers for seamless transitions. WWW: http://www.cse.unsw.edu.au/~matthewc/pspresent PR: ports/114887 Submitted by: Timothy Bourke <timbob@bigpond.com>
* Fix buildlofi2007-07-271-1/+3
|
* - Correctly fix schg flag and make clean problem. It is ${WRKDIR}/var/emptyrafan2007-07-271-1/+1
| | | | | | | that has the flag set and that directory is not under ${WRKSRC} PR: ports/114878 Submitted by: Scot Hetzel <swhetzel at gmail.com
* - Update to 7.13.0miwi2007-07-243-5/+13
| | | | | | | - Pass maintainership to submitter PR: 114846 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
* - Update to 7.6.2miwi2007-07-243-7/+14
| | | | | | | - Pass maintainership to submitter PR: 114845 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* Fix packing list on i386.sobomax2007-07-241-2/+2
| | | | Submitted by: sat
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-237-7/+3
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Add even more ports to the new "geography" categorylaszlof2007-07-233-3/+3
| | | | Approved by: Pav (wearing portmgr hat)
* - Add ports to "geography" virtual categorylaszlof2007-07-239-9/+9
| | | | Approved by: Pav (wearing portmgr hat)
* * Upgrade misc/iselect from 1.3.1 to 1.4.0vd2007-07-222-5/+6
| | | | | http://cvs.ossp.org/pkg/tool/iselect/ChangeLog * Use MASTER_SITE_OSSP
* * Upgrade misc/ossp-uuid from 1.5.1 to 1.6.0vd2007-07-222-5/+7
| | | | | * s/INSTALLS_SHLIB/USE_LDCONFIG * Add regression-test: target (same as test:)
* Build libtonezone.a with -fPIC, which is necessary at least on AMD64sobomax2007-07-222-0/+15
| | | | to allow linking it into the loadable module. Bump PORTREVISION.
* Update to 1.4.1.sobomax2007-07-223-18/+21
|
* Update to 1.4.6.sobomax2007-07-228-19/+79
| | | | Submitted by: Oleksandr Tymoshenko
* - Depends on broken package qextmdi; set for removal in 2 monthspav2007-07-221-0/+3
|
* Add port misc/pantry:sat2007-07-225-0/+199
| | | | | | | | | | | | | | | | | Pantry is a command-line oriented nutrient analysis program. It is a true command-line program: there are no menus, there are no prompts. Instead, you simply type commands from your shell prompt, and Pantry does what you ask it to do, displaying results if you have asked it to do that. In addition to using Pantry from your shell prompt, you also interact with it through XML files. Using XML, you can edit Pantry's configuration file. You can also add nutrient information for custom foods (though Pantry includes nutrient information for over 7,000 foods to get you started) and recipes using XML. WWW: http://pantry.sourceforge.net/ Author: Omari Norman <massysett at users.sourceforge.net>
* - Update to 12.6sat2007-07-212-5/+6
| | | | | - Move docsdir to avoid conflicts with sysutils/nut - Respect CC and don't do -Os
* - Update to 2.0.1rafan2007-07-202-4/+4
| | | | | PR: ports/114696 Submitted by: Michael Stowe <mstowe at chicago.us.mensa.org> (maintainer)
* Use the `printf' utility instead of `echo' to quote the directory name.fjoe2007-07-182-1/+100
| | | | | | | This fixes changing directories when shell is bash >= 3.2. PR: 113996 Obtained from: Midnight Commander CVS
* Remove duplicate path element from XDG_*_DIRS to avoid crashes in Firefox.lofi2007-07-184-10/+6
| | | | | PR: ports/114678 Submitted by: Mark Hobden <markhobden@gmail.com>
* Update to Qt 4.3.0, introduce bsd.qt.mk.lofi2007-07-168-119/+745
| | | | Approved by: portmgr (bsd.port.mk changes)
* - Fix a couple of "extra qualification" gcc4 issuessat2007-07-151-0/+4
| | | | Approved by: portmgr (pav)
* Change e-mail address of my ports to my FreeBSD.org one.lme2007-07-131-1/+1
| | | | Approved by: miwi (mentor)
* - Update to 2.0.0miwi2007-07-122-6/+5
| | | | | PR: 114501 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
* - Use proper capitalization in my email address.trasz2007-07-121-1/+1
| | | | | Approved by: miwi (mentor) Suggested by: sat
* - Update to 2.16.1rafan2007-07-083-10/+11
| | | | | | | | | | | | - Tweak COMMENT PR: ports/113962 Submitted by: Lewis Thompson <lewiz at compsoc.man.ac.uk> (maintainer) - Respect NOPORTEXAMPLES - Use PLIST_FILES, PORTEXAMPLES to kill small pkg-plist Approved by: maintainer timeout (14 days)
* Simplify do-build.ehaupt2007-07-061-1/+1
|
* - Take maintainershipehaupt2007-07-061-2/+4
| | | | - Add two additional mirrors
* -Update to 0.4.3.3.1miwi2007-07-054-62/+158
| | | | | PR: 113615 Submitted by: Max Brazhnikov<makc@issp.ac.ru> (maintainer)
* Revert more PORTREVISION accidentslofi2007-07-0528-0/+28
|
* - Add specify mandirmiwi2007-07-041-2/+3
| | | | | PR: 114162 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer)
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-04378-1059/+1768
|
* Reset jsellens@generalconcepts.com due to a maintainer timeout and nolinimon2007-07-041-1/+1
| | | | response to email.
* Update to 2.18.2.marcus2007-07-033-5/+164
|
* Update to 20070702 snapshotahze2007-07-032-4/+4
|
* Reset rainer.alves@gmail.com by request due to current lack of time tolinimon2007-06-301-1/+1
| | | | work on FreeBSD.
* Populate the 'kld' virtual category, for ports that install Kernel Loadablelinimon2007-06-291-5/+1
| | | | | | modules. Hat: portmgr
* - Update to 1.10.9miwi2007-06-292-4/+4
|
* Back out CFLAGS fix because it is now committed to sys.mkache2007-06-271-8/+1
|
* Allow 8bit chars be read from fileache2007-06-263-3/+46
|
* Back out v1.33 because it requires unzip presence at 'install'ache2007-06-261-1/+6
| | | | | | stage (not at 'extract' stage) and this can't be properly handled. (We don't have INSTALL_DEPENDS and similar to it RUN_DEPENDS used on 'install' stage too adds unneded depend into the package itself)
* Use -fno-tree-vrp as better variant of prev. workaroundache2007-06-261-2/+8
|
* Remove wrongly placed comment line in prev. commitache2007-06-251-1/+0
|
* Force -O due to silent gcc 4.2.0 loop optimization bug with -O2ache2007-06-251-1/+3
|
* - Update to 1.2.90miwi2007-06-242-4/+4
|
* Allow more by few chars in prev. patch Name&Loc restrictionache2007-06-242-5/+5
| | | | because Draw* routines do neccessary check.
* Sanitize Name and Location given in the command line.ache2007-06-233-5/+53
| | | | Fix the bug with 8bit chars in the Name & Location in the text output.
* Install ephemeris files directly on do-install stepache2007-06-231-6/+1
|
* Remove additional categoryache2007-06-231-2/+2
| | | | Use USE_ZIP
* Update to version 2.0 beta 11.2mat2007-06-223-18/+18
| | | | | PR: 113937 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org>
* Install all ephemeris files nowache2007-06-224-22/+113
| | | | Minor tweaks
* - remove 4.x workarounderwin2007-06-211-8/+2
| | | | | | | | | | PR: 113814 Reviewed by: erwin Approved by: maintainer - reset maintainership Submitted by: maintainer
* - Remove schg flags before 'make clean', otherwise we can not removerafan2007-06-211-0/+3
| | | | | | | WRKSRC/var/empty. This only happens on 7.x. PR: ports/112899 Submitted by: Lars Engels <lars.engels at 0x20.net>
* - Update to 1.10.8miwi2007-06-202-4/+5
|
* * Please welcome compat6xmnag2007-06-209-0/+569
| | | | | | | | | -- This package allows you to install the compat6x libraries on your system, so you can use legacy binaries that depend on them. -- Thanks to: All testers
* - Update to 1.9miwi2007-06-163-5/+6
|
* BROKEN: Size mismatch (still)kris2007-06-101-0/+2
|
* - update to 1.14leeym2007-06-082-4/+4
|
* - Take maintainershipmiwi2007-06-061-2/+2
|
* Reset filippo.natali@gmail.com, who is very short on free time right now.linimon2007-06-061-1/+1
| | | | Hat: portmgr
* Move misc/gretl to math/gretl; add secondary category of financeedwin2007-06-0421-1104/+0
| | | | | | | | | | | | | | | | | | | | | | gretl is used in the mathematical analysis of time series, and has a functionality that is similar to various statistical and signal processing components of it++, octave, scilab, R, numpy/scipy, etc. -- most of which are in the math category. It should really be placed there, rather than in misc. In recognition of the fact that it implements some methods that are commonly (but not exclusively!) used in econometrics, it should also be given a secondary listing in finance. (In my opinion, however, it shouldn't be given a primary listing in that category, because most of the ports there deal with the nuts-and-bolts of accounting, payment methods, taxes, and stock tracking. To my knowledge, the only ports now in finance that remotely resemble gretl are quantlib, xtrader, and qtstalker, all of which employ simpler methods that are more specific to financial time series than are the more general methods in gretl. PR: ports/113052 Submitted by: bf <bf2006a@yahoo.com>
* - Update to 4.2.31. This fixes CVE-2007-2452; VuXML entry will come later.trasz2007-06-012-8/+7
| | | | Approved by: miwi (mentor)
* Fix build with gcc4arved2007-05-311-0/+10
|
* Remove X11BASE stuff from plist, they are no longer need.mezz2007-05-301-27/+0
| | | | Reviewed by: marcus
* - Update to 0.1.0nivit2007-05-292-9/+6
| | | | - Use NOPORTEXAMPLES
* Update to 20070528 snapshotahze2007-05-282-4/+4
|
* - Update to r7471miwi2007-05-282-5/+6
| | | | | PR: 112354 Submitted by: Matt Mills<matt_mills@btopenworld.com> (maintainer)
* - Update to 1.6.5miwi2007-05-274-35/+39
| | | | | PR: 113008 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix build with gcc4.2krion2007-05-272-4/+14
|
* BROKEN with gcc 4.2kris2007-05-262-1/+11
|
* - update to -> 3.16mich2007-05-262-4/+4
| | | | Mainly bugfixing
* Maintaine's update to the latest releasemita2007-05-252-5/+4
| | | | Pointed out by Julian Stacey
* - drop maintainership on maintainer requestmm2007-05-251-1/+4
| | | | | | | | - mark port as deprecated - set expiration date to 2007-11-25 PR: ports/112394 Approved by: garga (mentor)
* - update for gnustep-make-2.0.0dinoex2007-05-252-12/+13
|
* Upgrade to 2007fedwin2007-05-252-6/+10
|
* This port does not need XLIB.marcus2007-05-231-3/+1
| | | | Approved by: portmgr (implicit)
* Remove support for a separate X11BASE.marcus2007-05-202-12/+4
| | | | Approved by: portmgr (implicit)
* - Welcome X.org 7.2 \o/.flz2007-05-20306-332/+295
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Add port misc/cloc:sat2007-05-034-0/+39
| | | | | | | | | | | cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. cloc contains code from David Wheeler's SLOCCount and Damian Conway and Abigail's Perl module Regexp::Common. WWW: http://cloc.sourceforge.net/ Author: Al Danial <al.danial@gmail.com>
* - Update to 1.0.1miwi2007-05-022-4/+4
| | | | | PR: 112275 Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
* Don't create ${LOCALBASE}/${LOCALBASE}/{lib,include} directories on ↵sobomax2007-05-012-9/+13
| | | | installation.
* The GnomeSword GUI is a frontend to the SWORD project.miwi2007-04-3013-0/+793
| | | | | | | | | | | | | | The SWORD Project is an effort to create an ever expanding software package for research and study of God and His Word. The SWORD Bible Framework allows easy manipulation of Bible texts, commentaries, lexicons, dictionaries, etc. Many frontends are build using this framework. An installed module set may be shared between any frontend using the framework. WWW: http://gnomesword.sourceforge.net/ PR: ports/112196 Submitted by: Thomas Abthorpe <thomas at goodking.ca>
* Back it out, it breaks the installation and gnome-applets is the only onemezz2007-04-301-1/+1
| | | | | | port that has it. It's safer to keep in gnome-applets's plist. Discussed with: marcus
* Add svgxsvg in the list to take care of this directory too, bump themezz2007-04-301-2/+2
| | | | PORTREVISION.
* - Update to 0.0.7nivit2007-04-283-72/+21
|
* - Update to 1.0.0miwi2007-04-282-8/+9
| | | | - Take maintainership
* Remove these two ports, we don't need them with the release of asterisk 1.2.17.sobomax2007-04-285-107/+0
|
* Restore a hunk that was accidentally removed with the MIMEDIRS fix.marcus2007-04-272-1/+10
| | | | Submitted by: roam
* Correct MIME dirs in patch.marcus2007-04-272-10/+2
|
* Update to 1.2.0.knu2007-04-262-4/+4
| | | | | - Suffix every temporary file with the same suffix as the original file, so that file name aware programs can play nicely with it.
* Assume maintainetship.sobomax2007-04-261-1/+1
| | | | Approved by: ex-MAINTAINER
* o Update zaptel to 1.4.1;sobomax2007-04-2618-289/+40
| | | | | | | | | | | | | | | Submitted by: Oleksandr Tymoshenko <gonzo@pbxpress.com> o update libpri to 1.4.0; PR: 111555 Submitted by: "Phillip N." <pneumann@gmail.com> o update asterisk12 to 1.2.7. Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ ) The reason it all is going in together is that they are interdependent.
* Update to 20070425 snapshotahze2007-04-252-6/+6
|
* - Update to 2.0.b10miwi2007-04-253-38/+6
| | | | | PR: 112042 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
* - Update to 1.3.1leeym2007-04-242-4/+4
| | | | | | PR: 112075 Submitted by: leeym Approved by: maintainer
* Update to 0.21.marcus2007-04-223-6/+27
|
* - Unbreakmiwi2007-04-222-20/+8
| | | | | | | - Fix build with HEAD PR: 111976 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* BROKEN: Size mismatchkris2007-04-221-0/+2
|
* chflags noschg before pkg_delete.nork2007-04-212-1/+7
| | | | | Pointed out by: pointy hat via kris over gnn Special Commiting Thanks with: gnn
* - Update to 2007.5mnag2007-04-212-4/+4
| | | | | PR: 111838 Submitted by: chinsan
* - Update to 1.6.4miwi2007-04-218-16/+16
| | | | | PR: 111871 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
* Rename all binaries in qt4 which conflict with binaries installed bylofi2007-04-203-10/+12
| | | | | | | qt33 to ($binary)-qt4 and adjust dependencies accordingly. This avoids conflicts once X11BASE has been changed to /usr/local and incidentally makes the naming scheme of the qt4 executables in ports equal to that of the Fedora Core and Debian packages.
* - Remove FreeBSD 4.X support from unmaintained ports in categories startinggabor2007-04-184-26/+3
| | | | with letter i-m
* - Update to 4.2miwi2007-04-183-7/+11
| | | | Submitted by: Danny Pansters <danny@ricin.com> (maintainer via privat mail)
* - Update to 4.2miwi2007-04-183-12/+8
| | | | Submitted by: Danny Pansters <danny@ricin.com> (maintainer via privat mail)
* - Update to 1.6.2miwi2007-04-187-48/+51
| | | | | PR: 111624 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Remove 4.x support from other ports from makc <makc@issp.ac.ru>edwin2007-04-161-7/+1
| | | | Submitted by: makc <makc@issp.ac.ru>
* Use <termios.h> instead of <sgtty.h>jmz2007-04-143-49/+42
| | | | | PR: ports/110384 Submitted by: Ed Schouten <ed@fxq.nl>
* Change my email address to trasz@FreeBSD.org.trasz2007-04-131-1/+1
| | | | Approved by: miwi (mentor)
* Create symlink ${PREFIX}/include/zaptel -> ${PREFIX}/include to make happysobomax2007-04-132-0/+2
| | | | applications that expect to include <zaptel/zaptel.h> (asterisk 1.4.x).
* Catch runaway file.sobomax2007-04-131-14/+0
|
* Update to 1.2.13.sobomax2007-04-1313-13/+239
|
* - Update to 12.5sat2007-04-132-4/+4
|
* update xfce to 4.4.1oliver2007-04-125-8/+9
| | | | bump PORTREVISION where needed
* - File was rerolled for a small bugfix.miwi2007-04-111-3/+3
| | | | | | | | Notes from author: Tighten up portability of code in a few places... Submitted by: pointyhat via kris Approved by: maintainer
* Update to version 1.2.10markus2007-04-106-8/+12
|
* Update to 2.18.1ahze2007-04-092-4/+4
|
* keep a copy of safeguarding until the NO_PACKAGE non-retrieval of distfiles ↵edwin2007-04-061-1/+2
| | | | is resolved
* - Update to 2007.3mnag2007-04-062-4/+4
|
* give more usefull NO_PACKAGE reasonedwin2007-04-051-1/+1
|
* Update to 2.18.0.marcus2007-04-042-5/+9
|
* update to 2007eedwin2007-04-042-4/+4
| | | | | PR: 111188 Submitted by: Andrew Zavjalov<jerom@bibirevo.net>
* - Convert existing ports to a new bsd.tcl.mk orderpav2007-04-033-3/+3
| | | | | | PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
* Update to 1.14mat2007-04-032-4/+4
|
* Update to version 1.0markus2007-04-023-28/+49
|
* Add xdelta3 3.0q, open-source binary diff, VCDIFF/RFC 3284 deltaskv2007-04-014-0/+34
| | | | compression.
* Update to 1.1.4, take maintainership.skv2007-04-013-31/+16
|
* Update to 2007dedwin2007-03-312-4/+4
|
* - Update to 1.2.4gabor2007-03-306-42/+24
| | | | | | | | | - Use NOT_FOR_ARCHS instead of BROKEN - portlint(1) PR: ports/110297 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> Approved by: maintainer timeout
* - Update to 2.0 b9miwi2007-03-293-17/+6
| | | | | PR: 110973 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
* - Update to 12.4sat2007-03-282-5/+5
|
* - Fix after objformat removalpav2007-03-281-1/+2
| | | | Reported by: pointyhat
* PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.miwi2007-03-275-0/+618
| | | | | | | | | This package provides the PyQt4 demo and examples. WWW: http://www.riverbankcomputing.co.uk/pyqt/ PR: ports/109634 Submitted by: Danny Pansters <danny at ricin.com>
* PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.miwi2007-03-275-0/+866
| | | | | | | | | This package provides the PyQt4 documentation. WWW: http://www.riverbankcomputing.co.uk/pyqt/ PR: ports/109633 Submitted by: Danny Pansters <danny at ricin.com>
* - Update to 1.6.1miwi2007-03-275-45/+47
| | | | | PR: 110817 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 2.5.2miwi2007-03-263-8/+15
| | | | | PR: 110769 Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer)
* Fix "make clean" error.nork2007-03-261-0/+3
|
* - Update to 1.2.3clsung2007-03-262-5/+5
| | | | | | | - Now compiles with gcc 33, 34, 40 and 41 PR: ports/110795 Submitted by: Ulrich Spoerlein <uspoerlein_AT_gmail dot com>
* - Fix AMANDA_PORTRANGE knob, and rename it to AMANDA_TCPPORTRANGE.kuriyama2007-03-254-16/+32
| | | | | PR: ports/110687 Submitted by: "Douglas K. Rand" <rand@meridian-enviro.com>
* Update to 4.2.3lofi2007-03-257-17/+28
|
* - Fix after objformat removalpav2007-03-241-3/+3
| | | | | | PR: ports/109925 (based on) Submitted by: rafan Approved by: maintainer timeout (perky; 18 days)
* Reset mharo due to maintainer-timeouts and no response to PRs.linimon2007-03-231-1/+1
| | | | Hat: portmgr
* Reset andrew.nau.ua@gmail.com at his request due to lack of time.linimon2007-03-232-2/+2
| | | | Hat: portmgr
* - Update to r7379miwi2007-03-222-4/+4
| | | | | PR: 110668 Submitted by: Matt Mills<matt_mills@btopenworld.com> (maintainer)
* - Marked broken for 7.Xmiwi2007-03-222-2/+14
| | | | | Submitted by: pointyhat via kris Approved by: maintainer
* define USE_XFCE to get MASTER_SITE_SUBDIR definedoliver2007-03-211-0/+1
|
* - Update to 4.2.30miwi2007-03-212-7/+7
| | | | | PR: 110596 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> (maintainer)
* - Use TCL/TK 84miwi2007-03-211-7/+8
| | | | | | | - Pass maintainership to submitter PR: 110580 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - Use TCL/TK 8.4miwi2007-03-212-30/+12
| | | | | | | - Pass maintainership to submitter PR: 110571 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
* - Fix build with gcc42 (lvalue required as left operand of assignment).thierry2007-03-215-15/+47
| | | | | | | | | | | Since I'm here: - update my e-mail; - set USE_LDCONFIG; - fix pkg-message for package installation; - use DOCSDIR. Reported by: pointyhat via Kris
* Add p5-Geography-NationalGrid-TW 0.03, convert Taiwan Datum (TWD67/TM2,rafan2007-03-205-0/+40
| | | | | | | TWD97/TM2) to/from Latitude and Longitude. PR: ports/110558 Submitted by: chinsan
* Add p5-Geography-NationalGrid 1.6, create an object for a point and torafan2007-03-205-0/+41
| | | | | | | transform coordinate systems. PR: ports/110557 Submitted by: chinsan
* Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-199-83/+808
| | | | | | | | | | | | | releases in that it focuses more on stability and functionality than on new features. Not that it doesn't have its share of new and exciting items. See http://www.gnome.org/start/2.18/ for all the goodies in this release. GNOME 2.18 for FreeBSD would not have been possible without the hard work of the FreeBSD GNOME Team and our intrepid band of testers including J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi, Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen, Phillip Neumann, Franz Klammer, and Neal Delmonico.
* The single NLS file (ru.po) is broken with the new gettext. Given theade2007-03-181-6/+7
| | | | absence of any updates to this port, make USE_GETTEXT a no-op for now.
* The heyu port makes use of <sgtty.h>, though it supports <termios.h>miwi2007-03-171-0/+16
| | | | | | | | | when -DPOSIX is turned on. Using <sgtty.h> is bad, because it breaks on kernels without COMPAT_43TTY PR: 110360 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer
* - Avoid sgtty.hmiwi2007-03-172-0/+43
| | | | | PR: 110378 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
* - Fix buildmiwi2007-03-162-4/+6
| | | | | | | - Bump PORTREVISION PR: 110293 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
* - Reset maintainership (mail bounce)miwi2007-03-161-1/+1
| | | | Approved by: portmgr (linimon)
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].linimon2007-03-143-9/+3
| | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
* Fix the plist, bump the PORTREVISION.mezz2007-03-142-2/+73
| | | | Reported by: krismail
* Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-14250-633/+1868
|
* 2007-03-10 java/janosvm: Broken on all supported versions of FreeBSDmiwi2007-03-1421-441/+0
| | | | | | | | | | | | | | | | | | | | 2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead 2007-03-10 java/janosvm: Broken on all supported versions of FreeBSD 2007-03-10 korean/gau: Broken on all supported versions of FreeBSD 2007-03-10 lang/cyclone: Broken on all supported versions of FreeBSD 2007-03-01 lang/pike70: Please use pike72 2007-03-10 misc/lile: Broken on all supported versions of FreeBSD 2007-03-10 misc/muuz: Broken on all supported versions of FreeBSD 2007-03-10 misc/xdf: Broken on all supported versions of FreeBSD 2007-03-10 net/telnetx: Broken on all supported versions of FreeBSD 2007-03-01 sysutils/diskmark: Makes no sense on FreeBSD > 4.x. Use glabel(8) instead
* - Fix build with new tcl/tk layout.miwi2007-03-133-20/+75
| | | | | PR: 110263 Submitted by: Martin Matuska <martin@matuska.org>
* - Fixed libimg and tkstep dependenciesmiwi2007-03-131-6/+4
| | | | | PR: 110229 Submitted by: Martin Matuska <martin@matuska.org>
* Yolk is a Python library and command-line tool for obtaining informationnivit2007-03-125-0/+144
| | | | | | | about packages installed by setuptools and packages on PyPI (Python Package Index a.k.a. The Cheese Shop). WWW: http://tools.assembla.com/yolk/
* Remove expired port misc/pbs.linimon2007-03-117-284/+0
|
* . permit using buffers upto 64MB; [1]bsam2007-03-092-4/+9
| | | | | | | | | . bump PORTREVISION. PR: 106806 [1] Submitted by: Eugene Grosbein <eugen at grosbein.pp.ru> [1] Approved by: joerg (maintainer timeout 10 weeks) [1] Discussed at: freebsd-hackers@, freebsd-ports@ [1]
* No matter ncursesw from ports or base (OSVERSION >= 700033), it's inrafan2007-03-091-0/+4
| | | | search path. This also fix build after inclusion ncursesw in current.
* - Use "fixed" as a default font instead of "helvetica" since it is notnovel2007-03-092-1/+12
| | | | | | | available in standart install - Bump PORTREVISION Reported by: xride
* - Update mastersite.jmelo2007-03-081-2/+2
| | | | | PR: ports/109710 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
* - Update to 2.0 beta 8 patch 1rafan2007-03-073-7/+13
| | | | | | | - Update pkg-descr PR: ports/110016 Submitted by: Michael Stowe <mstowe at chicago.us.mensa.org> (maintainer)
* - Pass maintainership to Submittermiwi2007-03-072-3/+3
| | | | | | | - Fix build problem PR: 109988 Submitted by: Robert Gogolok<gogo@cs.uni-sb.de>
* - More xosd fixrafan2007-03-066-27/+148
| | | | | | | | | | | - Correctly handle configuration files - Add new features in example configuration Submitted by: Alexey Privalov <lubeg at rootshell.be> - Use USE_BDB, make it supports all supportted version in ports tree Tested by: Alexey Privalov <lubeg at rootshell.be>
* Update to version 1.2.9markus2007-03-054-8/+8
|
* Reset cokyazici@yahoo.co.uk due to maintainer-timeouts and no response tolinimon2007-03-051-1/+1
| | | | | | email. Hat: portmgr
* Reset alexs@snark.rinet.ru due to maintainer-timeouts and no response tolinimon2007-03-051-1/+1
| | | | | | email. Hat: portmgr
* dd@ has had his port bit taken for safekeeping. Therefore, return theselinimon2007-03-042-2/+2
| | | | | | to the pool. Hat: portmgr
* - Update to 2.0.b.8rafan2007-03-022-6/+6
| | | | | PR: ports/109695 Submitted by: Michael Stowe <mstowe at chicago.us.mensa.org> (maintainer)
* - Fix xosd display: xosd_init() is deprecatedrafan2007-03-023-11/+46
| | | | | | - Add some more configurable features Submitted by: Alexey Privalov <lubeg at rootshell.be>
* - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.kuriyama2007-02-282-2/+2
|
* Reset jacques@php.net due to maintainer-timeouts.linimon2007-02-281-1/+1
| | | | Hat: portmgr
* Reset kbyanc@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2007-02-271-1/+1
| | | | | | We hope to see Kelley back sometime. Hat: portmgr
* Fix typo.linimon2007-02-271-1/+1
| | | | Should have stayed in bed today: linimon
* Update to 2007cedwin2007-02-272-4/+4
|
* Update COMMENT and pkg-descr to say "Database of all known ID's used in PCI ↵ahze2007-02-262-2/+2
| | | | devices"
* Update snapshot to 20070225ahze2007-02-262-4/+4
|
* Quick fix for broken client.kuriyama2007-02-1512-8/+52
| | | | Submitted by: Craig Boston <craig@yekse.gank.org>
* - Update to r7286miwi2007-02-142-12/+7
| | | | | | | | - Add backup MASTER_SITES - Remove IGNORE on FreeBSD 4.x, it's no longer need. Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Approved by: maintainer
* - Update to r7274miwi2007-02-132-4/+4
| | | | | Submitted by: pointyhat via kris Approved by: maintainer
* update to 2007bedwin2007-02-132-5/+4
|
* - Update to r7268miwi2007-02-113-6/+9
| | | | | PR: 109046 Submitted by: Matt Mills<matt_mills@btopenworld.com> (maintainer)
* Fix plistlofi2007-02-112-1/+78
|
* Remove expired portskris2007-02-119-454/+0
|
* Deprecate these ports that are broken on 5.x and above, with expiry inkris2007-02-114-0/+12
| | | | 1 month.
* Update to 0.20.marcus2007-02-104-17/+52
|
* - Add SF to mastersites.jmelo2007-02-102-4/+4
| | | | | | | - remove USE_GCC=34+, this was an implied workaround for FreeBSD 4.X compatibility. PR: ports/108941 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)
* - Upgrade to 2.5.1p3.kuriyama2007-02-0920-132/+20
|
* - Fix build after libmytinfo removalrafan2007-02-092-5/+16
| | | | Reported by: pointyhat via kris
* - Remove IGNORE on FreeBSD 4.x, it's no longer need.miwi2007-02-094-28/+4
| | | | | PR: 108944 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer)