aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Logwatch is a customizable, pluggable log-monitoring system. It will gopav2008-03-136-0/+557
| | | | | | | | | | through your logs for a given period of time and make a report in the areas that you wish with the detail that you wish. WWW: http://www.logwatch.org:81/ PR: ports/118746 Submitted by: Trix Farrar <trix@basement.net>
* - Convert to OPTIONSpav2008-03-132-27/+21
| | | | | PR: ports/99302 (based on) Submitted by: Arseny Nasokin <tarc@po.cs.msu.su>
* timbl --> ports/math/timblmiwi2008-03-131-0/+1
|
* The TiMBL software package is a fast, decision-tree-based implementationmiwi2008-03-136-0/+115
| | | | | | | | | | of k-nearest neighbor classification. The package includes the IB1, IB2, TRIBL, TRIBL2, and IGTree algorithms, and offers various weighting metrics. WWW: http://ilk.uvt.nl/timbl/ PR: ports/121661 Submitted by: Yuri Victorovich <yuri at tsoft.com>
* Update to 0.18ehaupt2008-03-132-4/+4
|
* - Take over maintainershipmiwi2008-03-1311-11/+11
|
* - Make the IGNORE message even more explicit when there areflz2008-03-131-1/+1
| | | | driver conflicts.
* - Fix openvrml port on architectures where no gecko port is availablepav2008-03-131-0/+1
| | | | | Reported by: marcel Reviewed by: mezz, ahze
* Add patch to fix mouse pointer coordinates.flz2008-03-132-0/+29
| | | | | PR: ports/119820 Submitted by: Hiroto Kagotani <hiroto.kagotani@gmail.com>
* - Update to 5.0.0bmiwi2008-03-135-7950/+6896
| | | | | PR: 121389 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
* - Pass maintainership to last submittermiwi2008-03-131-1/+1
| | | | Submitted by: wen heping <wenheping@gmail.com> (request via private mail)
* - Remove dependency on X_CLIENTS_PORTSmiwi2008-03-131-2/+3
| | | | | PR: 121478 Submitted by: Chess Griffin <chess@chessgriffin.com>
* Add patch that fixes xmodmap use in .xinitrc.flz2008-03-132-1/+148
| | | | | | Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Obtained from: fd.o xorg/xserver repository Commit id: 27ad5d74c20f01516a1bff73be283f8982fcf0fe
* - Fix Mesa/GL modesmiwi2008-03-131-4/+4
| | | | | PR: 121428 Submitted by: Oliver Fromme <olli@secnetix.de>
* Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.comedwin2008-03-1318-19/+38
| | | | | | | | where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
* [patch] improve Mk/bsd.sites.mk MASTER_SITE_GOOGLE_CODE variableedwin2008-03-131-0/+5
| | | | | | | | | | | | | | | | | There are 18 ports which can't use the MASTER_SITE_GOOGLE_CODE variable for MASTER_SITES yet because their PORTNAME isn't the same as the hostname. For example: graphics/tesseract/Makefile:MASTER_SITES= http://tesseract-ocr.googlecode.com/files/ CENKES net-im/jabber-pyaim/Makefile:MASTER_SITES= http://pyaimt.googlecode.com/files/ net-im/jabber-pyicq/Makefile:MASTER_SITES= http://pyicqt.googlecode.com/files/ This patch introduces the PROJECTHOST variable which can be used to overcome this problem. PR: ports/121453 Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
* - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)flz2008-03-1320-28/+50
| | | | | - Bump PORTREVISION on ports having xtrans in USE_XORG. - Add some missing dependencies in various xorg libraries.
* Update to OOH680_m11. This is the 2.4.0RC5.maho2008-03-134-10/+10
|
* - Add the port's Makefile ident string to the build log headerspav2008-03-131-2/+7
| | | | | | | PR: 113234 Submitted by: Andrej Zverev <andrey.zverev@electro-com.ru> - Sync with actual script on pointyhat (whitespace, mostly)
* - Add a patch for cleanup of temp directories upon exitlwhsu2008-03-133-7/+15
| | | | | | | | - Move PLIST into Makefile - Bump PORTREVISION PR: ports/119783 Submitted by: scf (maintainer)
* Update from 0.6.26 to 0.6.28.osa2008-03-132-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> Changes with nginx 0.6.28 13 Mar 2008 *) Bugfix: the rtsig method could be not built; bug appeared in 0.6.27. Changes with nginx 0.6.27 12 Mar 2008 *) Change: now by default the rtsig method is not built on Linux 2.6.18+. *) Change: now a request method is not changed while redirection to a named location via an "error_page" directive. *) Feature: the "resolver" and "resolver_timeout" directives in SMTP proxy. *) Feature: the "post_action" directive supports named locations. *) Bugfix: a segmentation fault occurred in worker process, if a request was redirected from proxy, FastCGI, or memcached location to static named locations. *) Bugfix: browsers did not repeat SSL handshake if there is no valid client certificate in first handshake. Thanks to Alexander V. Inyukhin. *) Bugfix: if response code 495-497 was redirected via an "error_page" directive without code change, then nginx tried to allocate too many memory. *) Bugfix: memory leak in long-lived non buffered connections. *) Bugfix: memory leak in resolver. *) Bugfix: a segmentation fault occurred in worker process, if a request was redirected from proxy, FastCGI, or memcached location to static named locations. *) Bugfix: in the $proxy_host and $proxy_port variables caching. Thanks to Sergey Bochenkov. *) Bugfix: a "proxy_pass" directive with variables used incorrectly the same port as in another "proxy_pass" directive with the same host name and without variables. Thanks to Sergey Bochenkov. *) Bugfix: an alert "sendmsg() failed (9: Bad file descriptor)" on some 64-bit platforms while reconfiguration. *) Bugfix: a segmentation fault occurred in worker process, if empty stub block was used second time in SSI. *) Bugfix: in copying URI part contained escaped symbols into arguments. </ChangeLog>
* Move DIST_SUBDIR to openoffice.org3.maho2008-03-134-26/+26
| | | | Also notified by: jkim
* Update to DEV300_m2.maho2008-03-134-10/+10
|
* Update to 2.1.5 release.ale2008-03-132-4/+4
|
* - bump portrevision after imlib2 upgradebeech2008-03-131-1/+1
| | | | | PR: ports/121658 Submitted by: Barbara <barbara.xxx@libero.it>
* - Entry for mail/ezmlm-web 3.2rafan2008-03-131-0/+7
| | | | PR: 121267
* - Update to 3.2rafan2008-03-133-37/+150
| | | | | PR: ports/121267 Submitted by: Hans Fredrik Nordhaug <hans at nordhaug.priv.no> (maintainer)
* -Add a mirror.mezz2008-03-132-33/+6
| | | | | | | -Remove USE_X_PREFIX. -Move from patch-Makefile to post-patch. No function change.
* - Update to 1.0-RC2gahr2008-03-138-301/+627
| | | | Approved by: miwi (mentor)
* - USE_XLIB -> USE_XORGgahr2008-03-132-11/+13
| | | | | | - Fix pkg-plist Approved by: miwi (mentor)
* - Fix imlib2 dependency.stas2008-03-131-1/+1
| | | | | Reported by: pav Pointy hat to: me
* - Bump PORTREVISION as Imlib2 library version has been bumpedstas2008-03-132-6/+6
| | | | | | | - Use bsd.efl.mk features instead of depending on library directly. Reported by: pav Pointy hat to: me
* - Bump PORTREVISION of this port as Imlib2 library version has beenstas2008-03-131-0/+1
| | | | | | | bumped. Reported by: garga Pointy hat to: me
* Now development is moved to openoffice.org-3-devel.maho2008-03-134-12/+16
| | | | | PR: 121209 Submitted by: jkim
* Fix packing list.flz2008-03-132-1/+2
| | | | Reported by: pavbot
* Add part of missing patch back to fix build of net/lamahze2008-03-132-2/+3
| | | | Requested by: mezz
* Add an option (defaulting to off since messing with files outside PREFIX isbrooks2008-03-132-3/+20
| | | | to be avoided) to link the installed certificate bundle to /etc/ssh/cert.pem
* USE_XLIB -> USE_XORG, bump the PORTREVISION.mezz2008-03-131-3/+5
|
* Add text to pkg-descr:brooks2008-03-132-0/+3
| | | | This port directly tracks the version of NSS in the security/nss port.
* Upgrade to JasperReports 2.0.5.thierry2008-03-132-7/+7
| | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=583737>.
* - Add tcg bugfix that went missing in the security rush [1]nox2008-03-134-1/+49
| | | | | | | | | - Change the e1000 mmio addr space according to spec [2] - Update pkg-message - Bump PORTREVISION Submitted by: nox [1] Obtained from: qemu cvs [2]
* Chase nss version to 3.11.9 and modssl to 2.8.31-1.3.41. Thisbrooks2008-03-132-9/+9
| | | | | | | includes the changes: Bug 411299, Add Identrust, Truktrust, SwissSign Roots Bug 229335, Remove certificates that expired in August 2004 from tree
* Bump portrevision, forgotten in previous commit (dependency changed)johans2008-03-131-0/+1
|
* Remove trailing slash that breaks dependency registationjohans2008-03-131-1/+1
| | | | | PR: ports/121647 Submitted by: MOROHOSHI Akihiko
* 2008-04-12 www/scout: Abandonware, website disappeared.jadawin2008-03-136-41/+1
| | | | Approved by: tabthorpe via irc (mentor)
* - fix dependencyleeym2008-03-131-7/+11
| | | | | | | | - bump PORTREVISION PR: 121625 Submitted by: leeym Approved by: maintainer
* Update to 2.1.2.8mr2008-03-132-4/+4
|
* - Don't write queue entry for machine that's not on mlist. This allows us topav2008-03-131-0/+6
| | | | | gracefully remove a node from the workload, and also it prevents build from stucking when machine is deleted from mlist.
* - Remove useless USE_XLIB variablegahr2008-03-121-3/+2
| | | | Approved by: miwi (mentor)
* Add optional iconv supportehaupt2008-03-121-1/+9
|
* - Update maintainer addressjadawin2008-03-1241-41/+41
| | | | Approved by: thierry (mentor)
* Update to 3.11.9ahze2008-03-124-43/+23
|
* Update to 4.6.8ahze2008-03-125-18/+6
|
* - Update to 1.07miwi2008-03-122-4/+4
|
* - Remove useless USE_X_PREFIX variablegahr2008-03-122-8/+12
| | | | | | - Fix a "missing include" warning Approved by: miwi (mentor)
* - Remove useless USE_X_PREFIX variablegahr2008-03-121-4/+3
| | | | | | - Refactor MASTER_SITES Approved by: miwi (mentor)
* Update to 2.12.9ahze2008-03-124-10/+10
|
* - Fix pkg comment.stas2008-03-121-1/+1
|
* luajava --> ports/devel/luajavagahr2008-03-121-0/+1
|
* LuaJava allows Java components to be accessed from Lua using the samegahr2008-03-126-0/+125
| | | | | | | | | | | | syntax that is used for accessing Lua`s native objects, without any need for declarations or any kind of preprocessing, and also allows Java to implement an interface using Lua. WWW: http://www.keplerproject.org/luajava/ PR: 118529 Submitted by: Sunghyuk Do <sunghyuk@gmail.com> Approved by: miwi (mentor)
* - Document enlightenment-devel upgrade path.stas2008-03-121-0/+11
|
* - Fix runtime error: unknown (tk) option "state"gahr2008-03-123-12/+31
| | | | | | | | | - Beautify and fix style in Makefile - Adopt maintainship PR: 118074 Submitted by: Henk van Oers <henk@signature.nl> Approved by: miwi (mentor)
* - Make port find rgb.txtgahr2008-03-122-3/+12
| | | | | | PR: 121247 Submitted by: Malcolm Kay <malcolm.kay@internode.on.net> Approved by: miwi (mentor)
* - Fix category.stas2008-03-122-2/+2
| | | | Reported by: erwin
* Update to 1.0.1arved2008-03-123-17/+5
| | | | Drop maintainership
* Update to 0.8arved2008-03-123-8/+13
|
* - Update to 1.4.14pav2008-03-122-5/+4
|
* - Update to 3.6 beta 8johans2008-03-122-5/+5
|
* pdf2djvu --> ports/converters/pdf2djvujadawin2008-03-121-0/+1
|
* pdf2djvu creates DjVu files from PDF files. It's able to extract:jadawin2008-03-124-0/+49
| | | | | | | | | | | graphics, text layer, hyperlinks, document outline (bookmarks), and metadata. WWW: http://code.google.com/p/pdf2djvu/ PR: ports/121463 Submitted by: Denise H. G. <darcsis at gmail.com> Approved by: thierry@ (mentor)
* - Update to 2.5.1jadawin2008-03-122-4/+4
| | | | | | PR: ports/121594 Submitted by: Pankov Pavel <pankov_p@mail.ru> (maintainer) Approved by: thierry@ (mentor)
* - Update to 6.44miwi2008-03-123-6/+7
|
* - Add missing dependency on ecore-sdl if sdl support is selected.stas2008-03-121-0/+1
| | | | Reported by: lippe
* - Update to version 3.0.7.1.alepulver2008-03-123-37/+53
|
* - Make RC script match pid with procnamegahr2008-03-122-0/+2
| | | | | | | | PR: 117957 Submitted by: Michael Scheidell <scheidell@secnap.net> Reviewed by: Joseph Scott <joseph@randomnetworks.com> (maintainer) Approved by: Joseph Scott <joseph@randomnetworks.com> (maintainer), miwi (mentor)
* - Backout part of 1.71: ${PERL} is not available in bsd.port.subdir.mk, only inpav2008-03-121-1/+1
| | | | | | | | bsd.port.mk. Fixes `make readmes' PR: ports/117192 Submitted by: Joergen Blomberg <jnbg@blomberg.tk> Pointy hat to: gabor
* - Document changes that have an impact on port writerspav2008-03-121-0/+8
|
* - Ups remove duplicate urlmiwi2008-03-121-1/+1
|
* - Automatically append -fno-strict-aliasing to CFLAGS when -O2 or higherpav2008-03-123-22/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optimizations are enabled. PR: ports/121363 Submitted by: obrien - Change USE_XPM variable to use USE_XORG framework, and lose implied USE_XLIB PR: ports/113799 Submitted by: des (based on) Patch by: pav - Teach USE_LDCONFIG to do the right thing when used with USE_LINUX_PREFIX PR: ports/118212 Original patch: vd Patch by: pav - Allow tab as well as space in param.h for OSVERSION determination PR: ports/117507 Submitted by: erwin - Reverse the condition so EXTRACT_PRESERVE_OWNERSHIP now work as advertised PR: ports/117916 Submitted by: tobez - Assorted comment fixes PR: ports/118054 Submitted by: linimon - Style nit ($@ -> ${.TARGET}) PR: ports/120276 Submitted by: obrien
* - Pass PATH variable to chrooted command, so BUILD/RUN_DEPENDS have a chance ofpav2008-03-121-1/+1
| | | | | | | | | | | | | | working PR: ports/117738 Reported by: Erik Cederstrand <erik@cederstrand.dk> Patch by: pav - Pass TERM variable to chrooted command, so the OPTIONS screen work PR: ports/117453 Reported by: Erik Cederstrand <erik@cederstrand.dk> Patch by: pav
* - Update to 2008-03-02 snapshot [1]nox2008-03-1218-338/+335
| | | | | | | | - Fix unchecked block read/write vulnerability [2] Submitted by: nox [1] Obtained from: qemu cvs [2] Security: http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html
* - Fix typo (unclosed double-quote)pav2008-03-122-5/+5
| | | | | | | | | | PR: ports/120618 Submitted by: Gennady Proskurin <gpr@nnz.ru> - Change default PostgreSQL dependency from 8.1 to 8.2 PR: ports/120865 Submitted by: edwin
* - Add UNMAKESELF_CMD (fixing USE_MAKESELF feature)pav2008-03-121-0/+1
| | | | | PR: ports/118749 Submitted by: alepulver
* - Fix previos commitmiwi2008-03-121-6/+8
| | | | | * sort * more reference
* Fix unchecked block read/write vulnerabilitynox2008-03-122-1/+243
| | | | | Obtained from: qemu cvs Security: http://www.vuxml.org/freebsd/9cfbca7f-efb7-11dc-be01-0211060005df.html
* - This actually installs a one line shell script that executed mkfontscale, sopav2008-03-121-0/+3
| | | | add mkfontscale to RUN_DEPENDS
* - Add module entries for new EFL ports.stas2008-03-121-0/+30
|
* - Chase security/libgcrypt shlib version bumpmiwi2008-03-121-1/+2
| | | | | | PR: 121591 Submitted by: miwi Approved by: sat
* Document qemu -- unchecked block read/write vulnerabilitynox2008-03-121-0/+34
| | | | Reviewed by: stas
* - Ecore has moved.stas2008-03-121-1/+1
|
* stumpwm --> ports/x11-wm/stumpwmalepulver2008-03-121-0/+1
|
* Stumpwm is a tiling, keyboard driven X11 Window Manager written entirely in0alepulver2008-03-127-0/+119
| | | | | | | | | | | | | | | | | | | | | Common Lisp. If you're tired of flipping through themes like channel-surfing, and going from one perfect-except-for-just-one-thing window manager to another even-more-broken-in-some-other-way then perhaps Stumpwm can help. Stumpwm attempts to be customizable yet visually minimal. There are no window decorations, no icons, and no buttons. It does have various hooks to attach your personal customizations, and variables to tweak. * Hack the good hack. * Debug your good hack. * Customize your window manager. While it's running. That's right. With a 100% Common Lisp window manager there's no stopping the hacks. Just re-eval and GO! WWW: http://www.nongnu.org/stumpwm/
* ratmen --> ports/x11-wm/ratmenalepulver2008-03-121-0/+1
|
* Really fix this port this time. This was a objformat issue.ehaupt2008-03-122-14/+8
| | | | Notified by: pointyhat via pav
* Ratmen is a simple program for displaying a menu in a window. On selection isalepulver2008-03-126-0/+70
| | | | | | | | | | may either run a program or simply write something on standard out. It is inspired by, and is similar in function to, 9menu and ratmenu but is muchly improved. It includes: User settings in X resources, long and short option names (using getopts), scrollable menus (if they do not fit on screen), both mouse and keyboard support, exiting on unfocus, and a decent manpage. WWW: http://www.update.uu.se/~zrajm/programs/
* bashc --> ports/shells/bashcalepulver2008-03-121-0/+1
|
* Bash Commander is a traditional GNU bash shell extended with visual two-panelalepulver2008-03-126-0/+91
| | | | | | | | | | | | | | | | | file browser. Features: * Full bash compatibility. * Embedded visual file browser. * Two file panels, turned on and off by pressing ^O. * Actions and colors configured via .bashrc script. * Run current file on pressing Enter, configurable via commander_start_file() shell function. * Perform an action on pressing F1-F20 keys, configurable via commander_fN() shell functions. WWW: http://groups.google.com/group/bashc/web/overview
* - Remove empty file.stas2008-03-123-0/+0
| | | | Pontyhat to: beech
* - Update to version 2008.03.01.alepulver2008-03-123-4/+20
|
* - Update to version 0.0.10.alepulver2008-03-122-4/+4
|
* - Update to version 0.9.19.alepulver2008-03-125-23/+40
|
* - Fix build with GCC 4.2gahr2008-03-122-8/+10
| | | | | | - Remove USE_XLIB in favor of USE_XORG Approved by: miwi (mentor)
* - Fix build with new libepplet2gahr2008-03-121-6/+6
| | | | | | | | - Remove useless USE_PREFIX variable - Adopt maintainship Reported by: erwin Approved by: miwi (mentor)
* - Document ecore category change.stas2008-03-121-0/+1
|
* - Fix build with new libepplet2gahr2008-03-121-7/+8
| | | | | | | | | - Remove dead mirror - Remove useless USE_PREFIX variable - Adopt maintainship Reported by: pointyhat (via erwin) Approved by: miwi (mentor)
* - Update enlightenment-devel and EFL libraries to the latest snapshotstas2008-03-12391-1780/+4830
| | | | | | | | | | - Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az
* Remove an extra '('.marcus2008-03-121-1/+1
| | | | Reported by: pointyhat via erwin
* Mark BROKEN on 7.0 as well.erwin2008-03-121-1/+1
|
* grails --> ports/www/grailsbeech2008-03-121-0/+1
|
* - New port grails-1.0.1beech2008-03-126-0/+88
| | | | | | | | | | | | | Grails aims to bring the "coding by convention" paradigm to Groovy. It's an open-source web application framework that leverages the Groovy language and complements Java Web development. You can use Grails as a standalone development environment that hides all configuration details or integrate your Java business logic. Grails aims to make development as simple as possible and hence should appeal to a wide range of developers not just those from the Java community. PR: ports/121588 Submitted by: Mitchell Smith <mjs at bur.st>
* - Update nconvert in graphics/xnviewgahr2008-03-122-5/+20
| | | | | | | | PR: 121456 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Reviewed by: Serge Negodyuck <petr@petrovich.kiev.ua> (maintainer) Approved by: Serge Negodyuck <petr@petrovich.kiev.ua> (maintainer), miwi (mentor)
* - Update to 1.0.4beech2008-03-124-41/+44
| | | | | | | | - Various cleanups/coding style improvements in Makefile - Added owner/perms configuration for pkg_add PR: ports/121241 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
* Make the INDEX_JOBS definition actually effectivepav2008-03-121-1/+1
|
* - use CPAN macroleeym2008-03-122-797/+794
| | | | | | - simplify dependency - sort pkg-plist - bump PORTREVISION
* - Update to 20080310miwi2008-03-124-6/+5
|
* - Replace USE_XPM with a list of required xorg componentspav2008-03-115-10/+10
| | | | With hat: portmgr
* - Replace USE_XPM with a list of required xorg componentspav2008-03-111-3/+2
| | | | With hat: portmgr
* - Update to 0.16.3pav2008-03-112-4/+4
|
* - Update pkg-descr to reflect the fact that more epplets are supportedgahr2008-03-111-3/+7
| | | | | | | - Set myself as maintainer Submitted by: gj Approved by: miwi (mentor)
* - Update to 1.15miwi2008-03-112-4/+4
|
* - Update to 1.65miwi2008-03-112-5/+4
|
* - Update to 0.06miwi2008-03-112-4/+4
|
* - Update to 1.15miwi2008-03-112-5/+5
| | | | - Use CPAN macro
* - Update to 1.15miwi2008-03-112-4/+4
|
* - Update to 6.12miwi2008-03-112-5/+5
|
* - Update to 1.06miwi2008-03-112-4/+4
|
* - Update to 0.26miwi2008-03-112-4/+4
|
* - Update to 0.1.0miwi2008-03-112-5/+5
|
* - Update to 2.38miwi2008-03-112-4/+4
|
* - Update to 2.38miwi2008-03-112-5/+5
| | | | - Use CPAN Macro
* - Update to 1.04miwi2008-03-112-4/+4
|
* - Update to 0.06miwi2008-03-112-4/+4
|
* - update to 1.94leeym2008-03-112-5/+5
|
* - update to 1.66leeym2008-03-112-5/+5
|
* - Mark DEPRECATED (Abandoned, not used, website disappeared)miwi2008-03-111-0/+3
| | | | | PR: 121601 Submitted by: Pankov Pavel <pankov_p@mail.ru> (maintainer)
* - Unbreakmiwi2008-03-112-4/+0
| | | | | | | - Mirror is back PR: 121602 Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer)
* - Update to 0.70.6miwi2008-03-113-256/+262
|
* - Update to 0.8.2miwi2008-03-112-4/+4
|
* - Update to 2.4.5miwi2008-03-112-4/+4
|
* - Update to 2.0.0RC4miwi2008-03-112-4/+4
|
* - Update to 1.3.3miwi2008-03-112-4/+4
|
* - Add missing filesmiwi2008-03-111-0/+22
| | | | | PR: 121515 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* - Update to 1.7.1miwi2008-03-113-5/+9
| | | | | | Changelog: http://pear.php.net/package/PEAR/download/1.7.0 http://pear.php.net/package/PEAR/download/1.7.1
* - Update science/cdcl to 5.3.3.flz2008-03-113-51/+49
| | | | | | | | - Remove hardcoded version in packing list. - Add -fPIC to CFLAGS on amd64. PR: ports/121284 Submitted by: maintainer
* - Update games/gish-demo to 1.52.flz2008-03-113-11/+6
| | | | | | | - Mark RESTRICTED. PR: ports/121386 Submitted by: Jona Joachim <jaj@hcl-club.lu>
* - Update www/jetspeed to 1.6.flz2008-03-113-9/+9
| | | | | | | - Pass maintainership to submitter. PR: ports/121587 Submitted by: Wen heping <wenheping@gmail.com>
* lucene --> ports/textproc/lucenerafan2008-03-111-0/+1
|
* Lucene is a Java full-text search engine. Lucene is not a completerafan2008-03-114-0/+70
| | | | | | | | | | application, but rather a code library and API that can easily be used to add search capabilities to applications. WWW: http://lucene.apache.org/java/ PR: ports/121537 Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
* - update to 1.66leeym2008-03-112-7/+6
| | | | | Submitted by: leeym Approved by: clsung
* - update to 1.66leeym2008-03-112-7/+6
| | | | | Submitted by: leeym Approved by: clsung
* - set PERL_CONFIGURE=5.8.0+leeym2008-03-111-3/+1
| | | | - remove unused DISTNAME
* - Update to 1.1.6rafan2008-03-112-7/+8
| | | | | PR: ports/121514 Submitted by: Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
* Update to 3.4.3.mezz2008-03-113-6/+18
|
* Update to 0.12.2.mezz2008-03-113-7/+8
|
* - update to 1.56leeym2008-03-112-5/+5
|
* Update to 0.11.5mezz2008-03-113-6/+7
|
* - Updated to 1.7.2lwhsu2008-03-113-75/+76
| | | | | | PR: ports/119962 Submitted by: Felippe de Meirelles Motta <lippemail AT gmail.com> Approved, modified by: "Matthew D. Fuller" <fullermd AT over-yonder.net> (maintainer)
* - Update to 1.0.11lwhsu2008-03-113-4/+34
|
* - Fix rc.d scriptbeech2008-03-114-16/+98
| | | | | | | | | - Install sendfile.cf.sample by default - Additional Makefile tweaks [1] PR: ports/120342 Submitted by: Stefan Sec Zehl <sec@42.org> (maintainer) Approved by: maintainer timeout (two weeks) [1]
* - Update to 20080309rafan2008-03-113-26/+10
| | | | | PR: ports/121563 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
* - Update to 0.31rafan2008-03-114-14/+30
| | | | | PR: ports/121543 Submitted by: Daniel Roethlisberger <daniel at roe.ch>
* Update to 1.33.wxs2008-03-113-7/+5
| | | | | | PR: ports/121561 Submitted by: Jonathan Lennox <lennox@cs.columbia.edu> (maintainer) Approved by: garga (mentor)
* Update to 5.2.0.wxs2008-03-112-4/+4
| | | | | | PR: ports/120224 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> Approved by: garga (mentor)
* - Update to 1.0.16beech2008-03-112-5/+5
| | | | | | PR: ports/121297 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Approved by: Masafumi Otsune <info@otsune.com> (maintainer)
* Revert the previous commit. It should not have gone into ports.marcus2008-03-113-16/+4
| | | | Note: no PORTEPOCH bump here since no one could have built this port anyway.
* - Update to 0.17012.lippe2008-03-112-14/+5
| | | | | | PR: ports/120661 Submitted by: lippe (myself) Approved by: araujo (mentor), Philip M. Gollucci <pgollucci@p6m7g8.com> (maintainer)
* - Remove dependency on X_CLIENTS_PORTgahr2008-03-111-3/+3
| | | | Approved by: miwi (mentor)
* - Update to 1.15.lippe2008-03-112-6/+5
| | | | | | PR: ports/121007 Submitted by: lippe (myself) Approved by: araujo (mentor), maintainer timeout (> 2 weeks)
* - Update to 0.14lippe2008-03-112-6/+5
| | | | | | PR: ports/120941 Submitted by: lippe (myself) Approved by: araujo (mentor), maintainer timeout (> 2 weeks)
* - Update to 0.99.lippe2008-03-112-6/+5
| | | | | | PR: ports/120929 Submitted by: lippe (myself) Approved by: araujo (mentor), maintainer timeout (> 2 weeks)
* - Update to 1.13.lippe2008-03-112-7/+7
| | | | | | PR: ports/120908 Submitted by: lippe (myself) Approved by: araujo (mentor), maintainer timeout (> 2 weeks)
* - add 'dot' to BUILD_DEPENDS to make it buildleeym2008-03-111-0/+1
| | | | Noticed by: pav@
* - fix wrong package name in RUN_DEPENDSleeym2008-03-111-1/+1
| | | | Noticed by: pav@
* - Remove dependency on X_CLIENTS_PORTgahr2008-03-111-5/+3
| | | | | | - Remove useless USE_X_PREFIX variable Approved by: miwi (mentor)
* - update to 0.77leeym2008-03-113-18/+31
|
* - Update to 0.10gahr2008-03-1120-104/+1531
| | | | | | | | - Port most epplets to FreeBSD - Exclude Mountbox from the build (too much Linux-dependent) - Exclude Xss from the build (what is it really good for?) Approved by: miwi (mentor)
* - Update to 2.3.3novel2008-03-115-64/+95
| | | | - Remove INGORE line since the port is up-to-date now
* - Fix BUILD_DEPENDSgahr2008-03-111-2/+4
| | | | | | PR: 121471 Submitted by: Chess Griffin <chess@chessgriffin.com> Approved by: miwi (mentor)
* Fix a logic error and an unitialized pointer that caused the game tojoerg2008-03-113-2/+21
| | | | blow up when malloc_options were set to AJ.
* - Update to 1.06.24jadawin2008-03-114-10/+10
| | | | Approved by: thierry@ (mentor)
* - Update to 2.5.15jadawin2008-03-113-34/+401
| | | | | | PR: ports/121540 Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer) Approved by: thierry@ (mentor)
* - Remove dependency on X_CLIENTS_PORTgahr2008-03-111-4/+2
| | | | | | - Remove useless USE_X_PREFIX variable Approved by: miwi (mentor)
* - Update to version 2.8.7.1.alepulver2008-03-115-46/+641
| | | | | PR: ports/118919 Approved by: Neal Nelson <neal@nelson.name> (maintainer)
* Update to 1.3.0.pb2008-03-114-12/+13
|
* - Update to 0.0911beech2008-03-112-5/+6
| | | | | | | | - Add missing depend PR: ports/121560 Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer) Reported by: pointyhat via pav
* - Update to 4.3miwi2008-03-112-4/+7
| | | | | PR: 121569 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
* - Forced commit to correct previous commit log, forgotten the PR reference ↵lippe2008-03-110-0/+0
| | | | | | | | in last commit. PR: ports/120855 Submitted by: lippe (myself) Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
* - Forced commit to correct previous commit log, forgotten the PR reference ↵lippe2008-03-110-0/+0
| | | | | | | | in last commit. PR: ports/120899 Submitted by: lippe (myself) Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
* - Remove USE_XLIB in favor of USE_XORGgahr2008-03-111-2/+2
| | | | Approved by: miwi (mentor)
* - Remove useless USE_X_PREFIX variablegahr2008-03-111-2/+1
| | | | Approved by: miwi (mentor)
* - Remove useless dependency on XLIBgahr2008-03-111-2/+1
| | | | Approved by: miwi (mentor)
* - Forced commit to correct previous commit log, forgotten the PR reference ↵lippe2008-03-110-0/+0
| | | | | | | | in last commit. PR: ports/120906 Submitted by: lippe (myself) Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
* - Remove dependency on X_CLIENTS_PORTS and USE_X_PREFIXmiwi2008-03-111-4/+5
| | | | | PR: 121476 Submitted by: Chess Griffin <chess@chessgriffin.com>
* - Remove USE_XLIB in favor of USE_XORGgahr2008-03-111-3/+5
| | | | | | - Fix OPTIONS Approved by: miwi (mentor)
* - Use MASTER_SITE_(GENTOO/NETBSD) and other instead of FETCH_BEFORE_ARGS toalepulver2008-03-112-4/+5
| | | | | | fetch from a PHP page. Reported by: Dmitry Marakasov <amdmi3@amdmi3.ru>
* - Update to 2.52lippe2008-03-112-6/+5
| | | | Approved by: gabor (mentor), maintainer timeout
* - Update to 0.07;lippe2008-03-112-6/+8
| | | | | | - Add missing dependencies. Approved by: gabor (mentor), maintainer timeout
* - Update to 0.3600.lippe2008-03-112-6/+5
| | | | Approved by: gabor (mentor), maintainer timeout
* Update to 2.22.01ahze2008-03-113-4/+16
|
* c64bdf --> ports/x11-fonts/c64bdfmiwi2008-03-111-0/+1
|
* Get Commodore 64 font installed under the X Window System.miwi2008-03-114-0/+40
| | | | | | | WWW: http://beej.us/c64bdf/ PR: ports/120868 Submitted by: Marcin Cieslak <saper at SYSTEM.PL>
* Update to 1.3.22.fjoe2008-03-119-291/+483
| | | | | PR: 116673 Submitted by: Thierry Thomas
* - Update to 20080309miwi2008-03-114-23/+202
| | | | | PR: 121544 Submitted by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintaner)
* - Update to version 0.4.1.alepulver2008-03-119-83/+111
|
* - Update to version 0.6.alepulver2008-03-112-6/+5
|
* - Remove USE_XLIB in favor of USE_XORGgahr2008-03-111-2/+2
| | | | Approved by: miwi (mentor)
* - Remove USE_X_PREFIX in favor of USE_XORGgahr2008-03-111-7/+15
| | | | | | | - Respect USE_GL - Add optional sound knob Approved by: miwi (mentor)
* - Remove USE_XPM in favor of USE_XORGgahr2008-03-101-2/+2
| | | | Approved by: miwi (mentor)
* - Remove USE_X_PREFIX in favor of USE_XORGgahr2008-03-101-2/+3
| | | | Approved by: miwi (mentor)
* - Remove useless dependency on XLIBgahr2008-03-101-4/+2
| | | | | | - Remove useless restriction on GCC version Approved by: miwi (mentor)
* - remove BUILD_DEPENDS to allow build on perl-5.6.2leeym2008-03-101-5/+1
| | | | - bump PORTREVISION
* - Remove USE_XLIB in favor of USE_XORGgahr2008-03-101-1/+2
| | | | Approved by: miwi (mentor)
* - Update to 0.5miwi2008-03-103-9/+9
| | | | | PR: 121536 Submitted by: Ronald Klop <ronald@echteman.nl>
* - Update to 0.978rafan2008-03-102-5/+5
|
* - Update to 1.11.2rafan2008-03-1018-81/+333
| | | | | PR: ports/121516 Submitted by: Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
* - Update to 2.5.2rafan2008-03-102-4/+4
| | | | | PR: ports/121511 Submitted by: Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
* - Update to 1.9.6rafan2008-03-102-8/+13
| | | | | | | | - Fix WITH_PGSQL - Add IMAGICK option PR: ports/121510 Submitted by: Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
* - Update to 1.10.4rafan2008-03-102-8/+13
| | | | | | | | - Fix WITH_PGSQL - Add IMAGICK option PR: ports/121509 Submitted by: Gerrit Beine <gerrit.beine at gmx.de> (maintainer)
* - Fix build with WITH_PORTDOCSrafan2008-03-102-7/+10
| | | | | | | - Grammar fix for pkg-descr PR: ports/121506 Submitted by: Edward Sanford Sutton, III <mirror176 at cox.net>
* - Update to 2.0.3rafan2008-03-102-5/+5
| | | | | PR: ports/121499 Submitted by: Diego Depaoli <trebestie at gmail.com> (maintainer)
* - Update to 0.02002rafan2008-03-102-9/+8
| | | | | PR: ports/121497 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
* - Update to 0.02003rafan2008-03-102-4/+4
| | | | | PR: ports/121496 Submitted by: hideo <hideo at lastamericanempire.com> (maintainer)
* - Fix build with new openh323/pwlibrafan2008-03-103-1/+58
| | | | | | PR: 121320 Submitted by: rafan Approved by: portmgr (marcus)
* - Fix build with new openh323/pwlibrafan2008-03-105-1/+65
| | | | | | PR: ports/121290 Submitted by: rafan Approved by: portmgr (marcus)
* - use CPAN macroleeym2008-03-102-10/+17
| | | | | | | | | - fix dependency - switch to PERL_MODBUILD - bump PORTREVISION Submitted by: leeym Approved by: clsung
* p5-Net-LDAP-Express --> ports/net/p5-Net-LDAP-Expressjadawin2008-03-101-0/+1
|
* A module to simplify connecting up to a LDAP server.jadawin2008-03-105-0/+35
| | | | | | | | WWW: http://search.cpan.org/~bronto/Net-LDAP-Express-0.11/ PR: ports/121505 Submitted by: Zane C, Bowers <vvelox at vvelox.net> Approved by: thierry@ (mentor)
* - Fix previous commitmiwi2008-03-101-5/+6
| | | | | * sort * more reference
* - Update to 0.7.2miwi2008-03-103-4/+5
| | | | | PR: 121060 Submitted by: Marcin Simonides <marcin@studio4plus.com> (maintainer)
* Update to 2.8.7.fjoe2008-03-1012-84/+84
| | | | | PR: 118918 Submitted by: Alejandro Pulver
* - Update to 4.1.6jadawin2008-03-1010-35/+35
| | | | | | PR: ports/121513 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) Approved by: thierry (mentor)
* - Update to 3.02 [1]fjoe2008-03-102-11/+19
| | | | | | | | - Update PORTDOCS [1] - Add LZMA support [2] PR: 120354 Submitted by: Felippe de Meirelles Motta [1], Joseph S. Atkinson [2]
* Fix ${OSVERSION} condition.fjoe2008-03-101-1/+1
| | | | Pointed out by: Gergely CZUCZY
* - Update to 2.0beech2008-03-102-9/+14
| | | | | | | - Pass maintainership to submitter PR: ports/121552 Submitted by: Wen heping <wenheping@gmail.com> (maintainer)
* - Update mail/dovecot to dovecot-1.0.13, fixing a serious security issue.beech2008-03-104-8/+8
| | | | | | | | - Changelog: http://dovecot.org/list/dovecot-news/2008-March/000065.html PR: ports/121548 Submitted by: Robin Breathe <robin@isometry.net> (maintainer) Security: http://www.vuxml.org/freebsd/b39bdc06-ee42-11dc-8678-00a0cce0781e.html
* - Add entry for dovecotbeech2008-03-101-0/+30
|
* - Fix build when php-config is in $PATHrafan2008-03-102-4/+8
| | | | | PR: ports/121547 Submitted by: Mel <mel at rachie.is-a-geek.net>
* Fix pkg-plistmaho2008-03-101-0/+142
| | | | Submitted by: pav
* - Change my mail address to lippe@.lippe2008-03-1023-23/+23
| | | | Approved by: araujo (mentor)
* Fix the the rss and gmail accounts show up in the "new account" dialog, bumpmezz2008-03-103-3/+6
| | | | | | the PORTREVISION. Submitted by: sajd (FreeNode/#freebsd-gnome)
* p5-URI-ToDisk --> ports/www/p5-URI-ToDiskbeech2008-03-101-0/+1
|
* - New port p5-URI-ToDisk-1.12beech2008-03-105-0/+44
| | | | | | | An object for mapping a URI to an on-disk storage directory PR: ports/121501 Submitted by: Cory R King <coryking at mozimedia.com>
* - fix URL in pkg-descrleeym2008-03-101-1/+1
|
* p5-Array-Diff --> ports/misc/p5-Array-Diffleeym2008-03-101-0/+1
|
* - add p5-Array-Diff-0.04leeym2008-03-105-0/+34
| | | | | | | This module do diff two arrays, and return added and deleted arrays. It's simple usage of Algorithm::Diff. WWW: http://search.cpan.org/dist/Array-Diff/
* - Taking ownership of this port.koitsu2008-03-101-1/+1
|
* - update to 10.26.51dinoex2008-03-102-4/+4
|
* Update to 0.2.4.mezz2008-03-103-7/+7
|
* Update to 2.01.01a38. For the changes since 2.01.01a37 see:marius2008-03-103-7/+9
| | | | | | ftp://ftp.berlios.de/pub/cdrecord/ALPHA/AN-2.01.01a38 Approved by: netchild
* - Make arguments passed to "pw user add" match that of ports/UIDs.koitsu2008-03-101-2/+2
|