aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.9.7krion2004-01-223-5/+6
| | | | | PR: 61680 Submitted by: maintainer
* - Update to 0.8.1krion2004-01-222-2/+2
| | | | | PR: 61681 Submitted by: maintainer
* - Update to 1.2pav2004-01-223-68/+74
| | | | | PR: ports/61607 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
* Point hitmen in the right direction ;-)philip2004-01-221-1/+2
| | | | | | | o add my marker o sort clement into east-west order Approved by: njl (mentor)
* Update to 0.02mat2004-01-222-4/+3
| | | | Hide that ugly patching
* Update to 1.08mat2004-01-222-2/+2
|
* * Fix the GNOME desktop entry to call gimp-1.3 instead of gimp-remote-1.3marcus2004-01-2215-5/+75
| | | | | | | as the latter didn't work correctly from the menu * Conditionalize installation of the print plug-in [1] Submitted by: clement
* Update to 1.08mat2004-01-222-2/+2
|
* o Fix flickering problem with GTK2.nork2004-01-224-1/+57
| | | | | | | | o Bump PORTREVISION acrodingly. PR: ports/61661 Submitted by: Palle Girgensohn <girgen@pingpong.net> Obtained from: http://www.monkey.org/openbsd/archive/ports/0308/msg00111.html
* Update to 2.63mat2004-01-223-15/+2
| | | | get rid of this so short lived patch
* Update to 0.8.3.marcus2004-01-222-2/+2
|
* Update to 2.4.2.marcus2004-01-223-8/+2
|
* Comment out the munmap reason since it is quite unlikely this will bemarcus2004-01-221-4/+4
| | | | | | | | | encountered again, nad having it in there slows performance. However, I'm leaving it in the file in case a bad bindist slips back in, and it becomes convenient to uncomment this for purposes of seeing what build failures are cluster-related. Requested by: kris
* Update to version 0.4:eivind2004-01-213-7/+24
| | | | | | | | * Update docs with a better mergemaster procedure and better markup. Partially submitted by: ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp> * Make etcmerge show usage information when run with no arguments. Noticed by: Daniel O'Connor <doconnor@gsoft.com.au>
* Add OPTIONS supportmat2004-01-211-0/+6
|
* - update to 20040120dinoex2004-01-213-3/+11
| | | | | | | | - Added some docs PR: 61675 Submitted by: rob@debank.tv - Fix: remove docdir
* Add missing part of yesterday's commit.gerald2004-01-211-6/+12
| | | | | | Update to the 2004-01-19 snapshot of GCC 3.3. Employ USE_SIZE. Reported by: Rolandas Naujikas <rolnas@takas.lt>
* Remove my hack to remove CPU_CFLAGS and use the new WITHOUT_CPU_CFLAGSjeh2004-01-213-24/+9
| | | | feature in bsd.port.mk
* - Update to 0.41clement2004-01-212-2/+2
|
* Update to -> 1.6.8mich2004-01-212-2/+2
| | | | - Fixed to comply with changes in Ruby 1.8.1
* - Replace sdl_mm directory and use sdlmmkrion2004-01-211-0/+1
| | | | | Submitted by: erwin Approved by: edwin
* - Update to 3.13pav2004-01-215-102/+334
| | | | | PR: ports/61570 Submitted by: Slaven Rezic <slaven@rezic.de> (maintainer)
* Provide support for Berkeley DB 4.2, through WITH_BDB_VER=42.sheldonh2004-01-211-3/+7
| | | | Submitted by: eik
* Rename patch.clement2004-01-212-1/+1
| | | | | | | | post-patch-conf:httpd.conf-dist.orig => post-patch-conf:httpd.conf-dist Pointed out by: kris, Koop Mast <kwm@rainbow-runner.nl>
* Update to the 2004-01-19 snapshot of GCC 3.3. Employ USE_SIZE.gerald2004-01-211-1/+2
|
* Major update from 0.7.2 to 1.4 by new maintainer. This is almost a completelinimon2004-01-216-405/+1689
| | | | | | | | | | | | | | | | | | | | rework of the port. See the page http://news.open-bio.org/archives/cat_bioperl.html for the changes between 1.2 and 1.4. The older changes are in the CVS tree. From the new maintainer: Note that this new port just handles the installation of bioperl and not of additional extra stuff (bioperl-gui, bioperl-corba-server, bioperl-corba-client). This is unlike the behaviour of the current port. The extra stuff, though still functional, had very little adoption among users, and does not appear to be currently supported/maintained. PR: ports/47303 (and subsequent) Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (new maintainer)
* Fix WITH_UNZIP_UNREDUCE caseache2004-01-211-2/+2
| | | | Submitted by: nork
* fpc-devel --> ports/lang/fpc-develznerd2004-01-211-0/+1
|
* New port: fpc-devel: Free Pascal 1.9.x beta series.znerd2004-01-218-168/+9816
| | | | | PR: 61183 Submitted by: Marco van de Voort <marcov@stack.nl>
* Fix categories order.linimon2004-01-211-1/+1
| | | | Prompted by: eik.
* Update to 5.5.7-15.nork2004-01-212-2/+2
|
* ZendOptimizer works on 5.X, too, using the compat4x layer.ale2004-01-211-3/+6
| | | | | Submitted by: Chip Norkus <chip@lunarpages.com> Approved by: nork (mentor/implicitly)
* Remove an extra blank line.marcus2004-01-211-1/+0
|
* Conditionalize the max command length on whether or not GNU_CONFIGURE ismarcus2004-01-211-2/+2
| | | | defined.
* OPTIONSFILE now defaults to ${PORT_DBDIR}/${UNIQUENAME}/options wheremarcus2004-01-211-4/+7
| | | | | | | | | | | | ${PORT_DBDIR} is /var/db/ports and ${UNIQUENAME} is ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}. OPTIONSFILE, PORT_DBDIR, and UNIQUENAME are all overrideable by the porter. Note: a better solution may be forthcoming after it can be shaken out on bento. This is a simple fix to workaround PORTNAME conflicts in the tree. Submitted by: eivind
* - Use new knobs from bsd.sdl.mkkrion2004-01-219-37/+20
| | | | Approved by: portmgr
* - Use new knobs from bsd.sdl.mkkrion2004-01-212-11/+3
| | | | Approved by: portmgr
* - Add new knobs from bsd.sdl.mkkrion2004-01-217-25/+10
| | | | Approved by: portmgr
* - Use new knobs from bsd.sdl.mkkrion2004-01-2145-188/+78
| | | | Approved by: portmgr
* Assign port to new vic^H^H^Hmaintainererwin2004-01-212-2/+2
| | | | Submitted by: freebsd@signout.dk
* Update to 0.56, and re-sort the pkg-plist.marcus2004-01-213-7/+7
| | | | | PR: 61619 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl>
* . Add ${LOCALBASE}/lib to the default search path for JNI libraries forglewis2004-01-212-3/+21
| | | | HotSpot as well.
* * Chase the shared lib version of OpenLDAP 2.2 [1]marcus2004-01-211-2/+9
| | | | | | | | | * Make CONFIGURE_MAX_CMD_LEN default to sysctl -n kern.argmax which is more accurate, and has been in FreeBSD since the beginning (NOTE: CONFIGURE_MAX_CMD_LEN is still overrideable from a port's Makefile) [2] Submitted by: eik [1] Requested by: juli [2]
* Update to 0.3.1arved2004-01-212-4/+5
| | | | | | This fixes the bug reported in PR: 61479 Submitted by: maintainer
* - Use new knobs from bsd.sdl.mkkrion2004-01-214-20/+4
| | | | | PR: 61640 Submitted by: maintainer
* - drop maintainershipdinoex2004-01-212-2/+2
| | | | I have no longer this server running.
* - update to 2.2.4-releaseeik2004-01-2154-5616/+99
| | | | | | | | | | - default to BerkelyDB 4.2 CAUTION: The OpenLDAP library name changed from libldap.2 to libldap.202 You might want to do: portupgrade -rf 'openldap-client-2.2.*' Approved by: marcus (mentor)
* Update to 2.1.25.ume2004-01-213-4/+4
|
* - Update to version 20040119krion2004-01-212-3/+3
| | | | | PR: 61594 Submitted by: maintainer
* Improve CONFLICTS managementlioux2004-01-212-8/+8
|
* - Use new knobs from bsd.sdl.mkkrion2004-01-2115-59/+18
|
* Update to 1.2.1.adamw2004-01-213-4/+3
|
* - Use new bsd.sdl.mk knobskrion2004-01-214-17/+7
|
* Fix for perl < 5.6mat2004-01-212-0/+13
| | | | PR: 61609
* Update to 0.6.9.pb2004-01-2110-65/+18
|
* - Update to version 0.4.11krion2004-01-219-6/+9
| | | | | PR: 61634 Submitted by: Seva Gluschenko <gvs@rinet.ru>
* Use the new ghostscript options.marcus2004-01-2138-295/+70
| | | | Submitted by: linimon
* s/sanity-check/check-sanity/ since the latter is the actual target name.marcus2004-01-211-3/+3
| | | | | Submitted by: rushani Pointy hats to: linimon and me
* Remocxa_finalize.c isn't needed anymore as the entire DSO support is inmaho2004-01-202-40/+1
| | | | | | cxa_atexit.c now (it has the same line count as the icc one). Reviewed by: netchild
* Additonal note:maho2004-01-200-0/+0
| | | | | this port using copies of large parts of the icc port. Submitted by: netchild
* Updated i386 binaries for version 03.2nork2004-01-2012-60/+132
| | | | | PR: ports/61623 Submitted by: david marshall <marshall@chezmarshall.com>
* (Forced commit)maho2004-01-200-0/+0
| | | | | | | | | | | Add newer version of Intel Visual Fortran Compiler. This is a highly optimized compiler for Pentium series, especially for IV and III, even AMD athlon users can enjoy this sophisticated compiler! (forgot to write description) Pointed out by: eivind Pointy hat to : myself
* #Disable Options stuff, yes, it helps to read ports@ before committing.arved2004-01-201-9/+9
|
* Comment out OPTIONS for now.sergei2004-01-201-4/+4
| | | | | | Let's wait till the dust settles. ;) Sometimes it helps when you read freebsd-ports *before* committing...
* Attempt to use the new OPTIONS featurearved2004-01-201-13/+25
|
* Oops - marcus did add OPTIONS already <blush>sergei2004-01-201-8/+1
| | | | | I still prefer to have near the top of the Makefile - right after the dependencies section
* Use OPTIONS infrastructure from bsd.port.mksergei2004-01-201-0/+5
|
* Add more architectures (result of hw.model)maho2004-01-201-11/+36
| | | | | | | | | | | | thanks for your reports! Norikatsu Shigemura <nork@cityfujisawa.ne.jp> SHINODA Masanori <shinoda@hiroshima.intec.co.jp> FUJISHIMA Satsuki <sf@FreeBSD.org> SATOH Mitsuharu <mituharu@rd.ikegami.co.jp> nakayama <y.naka@gamma.ocn.ne.jp> TSUCHIKAMA Shinji <tsuchikm@ff.iij4u.or.jp> akira noda <a-noda@jaist.ac.jp> Masahiro Yamagishi <night@pluto.dti.ne.jp>
* Location of qmake code changed.arved2004-01-201-2/+2
| | | | Submitted by: leafy <leafy@leafy.idv.tw>
* Remove harmful message from Makefilemaho2004-01-201-6/+0
| | | | Pointed out by: sf
* Remove # to compilemaho2004-01-201-4/+4
| | | | Pointy hat to: myself
* Move more of my ports which use one or more SDL libraries towards USE_SDL.edwin2004-01-204-21/+5
| | | | Submitted by: edwin@mavetju.org
* Be the first port to fully utilize bsd.sdl.mkedwin2004-01-201-9/+4
| | | | Submitted by: edwin@mavetju.org
* memcached-net --> ports/net/memcachederwin2004-01-201-0/+1
|
* Fix typo in ports/textproc/p5-Text-BibTeXerwin2004-01-201-1/+1
|
* - Update to 0.7.5clement2004-01-206-40/+110
| | | | | PR: 61356 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer)
* - Update to 0.1.4 release [1]ale2004-01-202-3/+5
| | | | | | | | | - Install/deinstall man pages - Remove unneeded backslash PR: ports/61613 [1] Submitted by: Matt Lancereau <matt@rimasec.net> (maintainer) [1] Approved by: nork (mentor/implicitly)
* Gak! That last commit overwrote my bsd.gnome.mk changes from earliermarcus2004-01-201-4/+12
| | | | tonight. Revert back to rev 1.57.
* Actually add bsd.sdl.mk from the previous commit.marcus2004-01-201-0/+144
|
* Here come the patches!marcus2004-01-2010-225/+608
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ghostscript knobs [1] * Add per-port persistent build options with a menu-driven front-end [2] * Allow porters to override the message generated when do-configure fails [3] * Add patch to obviate many pkg-plist files [4] * Fix the PKG_DBDIR comment [5] * Make ports framework more robust with regard to make index [6] * Add new command macros to bsd.port.mk [7] * Remove direct command use from bsd.port.mk [8] * Make the ports system respect WITHOUT_CPU_CFLAGS [9] * Break the SDL code out into bsd.sdl.mk [10] * Add working support for USE_SIZE [11] * Fix RANDOMIZE_MASTER_SITES on -CURRENT [12] * Convert some spaces to tabs [13] * Add new physcial categories accessibility and x11-themes [14] * Speed up GNU configure scripts [15] * Remove "//" from MLINKS items in PLISTs and fix make -s install and make -s deinstall [16] * Be more specific about looking for files in distinfo [17] * Add new run-autotools target, and resort configure targets [18] * Make CONFLICTS compare prefix for installed packages and PREFIX [19] * Change directory to ${.CURDIR} before running certain make commands [20] * When INSTALL_AS_USER is set, run ldconfig with failures ignored [21] * Speed up the security check phase [22] * Fix some corner cases in the PORTDOCS code [23] * Add a new DEPRECATED macro [24] * Make INDEX breakage more informative [25] Look for a full write-up to follow on ports@ and ports-developers@. PR: 36112 [1] 59909 [4] 61351 [6] 59058 [7] 59058 [8] 59493 [9] 55494 [10] 59058 [11] 59315 [12] 59058 [13] 59811 [15] 59058 [16] 59058 [17] 60882 [18] 58149 [19] 59058 [20] 61133 [21] 55331 [22] 59070 [23] 59362 [24] 59626 [25] Submitted by: linimon [1] eivind [2] marcus [3] trevor [4] gerald [5] linimon [6] eik [7] eik [8] jeh [9] edwin [10] eik [11] Sergey Matveychuk <sem@ciam.ru> [12] eik [13] trevor gnome [14] adamw [15] eik [16] eik [17] edwin [18] clement [19] eik [20] edwin lev [21] Eugene M. Kim <ab@astralblue.com> [22] eik [23] linimon [24] eik [25]
* Add accessibility and x11-themes as new physical categories.marcus2004-01-204-0/+10
|
* - Update to 2.0pre2bland2004-01-2026-238/+198
| | | | - Sort pkg-plist
* replex --> ports/multimedia/replexdinoex2004-01-201-0/+1
|
* Replex was created to remultiplex transport stream (TS) data taken from a DVBdinoex2004-01-207-0/+94
| | | | | | | | source. The result is supposed to be a program stream (PS) that can be used to be burned to a DVD (with dvdauthor). Replex can also remultiplex other PSs and AVIs with MPEG2 content. WWW: http://www.metzlerbros.org/dvb/
* - Update to 2.9.15dinoex2004-01-2010-26/+24
| | | | | | | | | | | | | | | | - allow-recursion-override was on by default, it was meant to be off - Logging was still off in daemon mode, fixed - Recursor accidentally linked in MySQL, fixed - The PowerDNS recursor had stability problems - The recursor now outputs the nameserver average response times in trace mode - LDAP compiles again Improvements: - Several improvements to zone2sql - Remove libpqpp dependencies - Added a patch from CVS to make zone2parser.cc compile on STABLE PR: 61554, 61589 Submitted by: tremere@cainites.net
* Add a copy of OrigTree.pm to the dist so old misbehaving intltool-0.28 portsmarcus2004-01-203-0/+101
| | | | | | still work. Reported by: adamw
* Check /usr/bin/perl5 existence before using "ident -q /usr/bin/perl5".kuriyama2004-01-2010-10/+10
| | | | Approved by: tobez
* The http_workarounds.patch has been updated, update distinfo accordingly.ijliao2004-01-206-6/+6
| | | | | PR: 61595 Submitted by: maintainer
* p5-FastCGI-ProcManager --> ports/www/p5-FastCGI-ProcManagerijliao2004-01-201-0/+1
|
* a) update to 3.6.0maho2004-01-205-91/+140
| | | | | b) make PIC object files for amd64 c) some clean ups
* add p5-FCGI-ProcManager 0.17ijliao2004-01-205-0/+40
| | | | | | | Functions for managing FastCGI applications PR: 61574 Submitted by: Scott McWhirter <scott@surreytech.co.uk>
* A better fix for the buffer overflow problem.jmz2004-01-202-2/+2
| | | | Submitted by: guy@device.dyndns.org
* This 2.0.16 distfile was rerolled to include a last-minute bug fix:marcus2004-01-202-1/+2
| | | | | | "show window before setting `From:' address so its text doesn't get selected." There were also some translation updates, and some spec file changes.
* - Add CONFLICTS between net/arpwatch and net/arpwatch-develkrion2004-01-204-0/+8
|
* Add p5-Text-WikiFormat & p5-Text-BibTex.vanilla2004-01-201-0/+2
|
* Add p5-Text-WikiFormat 0.71, module for translating Wiki formatted textvanilla2004-01-205-0/+35
| | | | | | | into other formats. PR: 61488 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
* Add p5-Text-BibTeX 0.34, text::BibTeX - Manipulate BibTeX files fromvanilla2004-01-205-0/+60
| | | | | | | perl. PR: 61591 Submitted by: David Bremner <bremner@unb.ca>
* Add entry for ports/net/arpwatch-develkrion2004-01-201-0/+1
|
* Upgrade to 1.40.vanilla2004-01-202-2/+2
|
* This is a development fork of arpwatch. This has beenkrion2004-01-2043-540/+2405
| | | | | | | | | | | | | threaded in order to better deal with the requirements of multi-interface routers. Information regarding MAC addresses and interfaces is maintained by the program, and an alert is issued should a device move between interfaces. In addition, event processing has been refactored, and some bugs have been fixed. PR: 59180 Submitted by: Matthew George <mdg@secureworks.net> Approved by: portmgr
* Add p5-DBI-Shell & p5-IO-Tee.vanilla2004-01-201-0/+2
|
* Add p5-DBI-Shell 11.93, interactive command shell for the DBI.vanilla2004-01-205-0/+58
| | | | | PR: 61564 Submitted by: dcf@aracnet.com
* Add p5-IO-Tee 0.64, multiplex output to multiple output handles.vanilla2004-01-205-0/+37
| | | | | PR: 61535 Submitted by: dcf@aracnet.com
* Update to 0.29.marcus2004-01-203-11/+3
|
* Use intlhack to fix build on -STABLE.marcus2004-01-202-2/+2
| | | | Reported by: John Merryweather Cooper <coop9211@uidaho.edu>
* - Update to 2.3.rc1pav2004-01-2039-489/+447
| | | | | PR: ports/61586 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* Add domakedescribe and doportlint, two scripts that iterate over the portsmarcus2004-01-202-0/+39
| | | | | | | | tree, and run "make describe" and portlint respectively. They can be useful as automated linting tools. PR: 59226 Submitted by: linimon
* - update to version 2.6.0eik2004-01-202-4/+4
| | | | | | | Paged by: Johannes Angeldorff <johannes@smartnet.se> PR: ports/61542 Submitted by: Xin LI <delphij@frontfree.net> Approved by: marcus (mentor)
* - update to version 3.50eik2004-01-204-31/+2
| | | | Approved by: marcus (mentor)
* * Refactor processlogs so that new error types can be added easily to a newmarcus2004-01-203-312/+441
| | | | | | | | | | | | | | | processonelog script, that contains all the per-errorlog logic [1] * Add new error checks, one for detecting CPU problems, and the other for checking for broken libgnugetopt support [2] * Add a new "munmap" error type to check for broken bindists * Add imake and pthread detection to processonelog [3] * Add errortype column to the bento "New Build Failures" report [4] PR: 50258 56859 [1] 54406 [2] 57067 [3] 59272 [4] Submitted by: linimon [1] [2] [3] [4]
* - update to version 4.5eik2004-01-204-65/+16
| | | | | | | - use PORTDOCS - set homepage to freshmeat (under control of the author) Approved by: marcus (mentor)
* Fix problems in RC directory handling, and keep with standards in scriptobrien2004-01-202-15/+4
| | | | | | naming. Also remove duplicates in SED_SCRIPT. Portlint. Approved by: mat
* Upgrade to latest variant from project CVSache2004-01-203-41/+226
|
* Add security-check.awk, a more efficient implementation of the portsmarcus2004-01-201-0/+100
| | | | | | | | system's security checking algorithm. This will be used in the upcoming changes to bsd.*.mk. PR: 55331 Submitted by: Eugene M. Kim <ab@astralblue.com>
* * Add support for linprocfs (needed for JDK ports) [1]marcus2004-01-201-2/+23
| | | | | | | * Be smarter about adding directories to ldconfig * Add code to test package integrity [1] Submitted by: kris [1]
* Fix the path to gkrellmd (LOCALBASE not X11BASE).marcus2004-01-201-1/+1
| | | | Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* Add a dummy run-autotools target to pacify the new bsd.port.mk.marcus2004-01-202-0/+6
|
* Reverse the MANLANG arguments to workaround a bug in make(1). This ismarcus2004-01-203-3/+3
| | | | happening in anticipation of the upcoming bsd.*.mk changes.
* - Update to 1.8.2pav2004-01-202-2/+2
| | | | | PR: ports/61588 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingglewis2004-01-202-1/+19
| | | | | | | | | JNI. XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also be added? /lib is part of the default search path on Linux. Requested by: marcus
* krefty --> ports/deskutils/kreftykrion2004-01-201-0/+1
|
* Add krefty 0.2,krion2004-01-206-0/+82
| | | | | | | | | | | Krefty - Quick Reference sheets for KDE. A small, lightweight set of pages that summarize the command line options, hotkeys and cheats for various Unix programs. PR: 61403 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
* * Add a new intltool component which adds a BUILD_DEPENDS on textproc/intltoolmarcus2004-01-201-4/+12
| | | | | | * Make intlhack and gtk20 use the new intltool component * Add a new gtkhtml3 component that adds a dependency on www/gtkhtml3 (this will be used for balsa2 as well as some of the upcoming GNOME 2.6 ports)
* Add missing dependencieserwin2004-01-202-1/+10
| | | | | PR: 60864 Submitted by: maintainer
* p5-Lingua-Stem-Snowball-Se --> ports/textproc/p5-Lingua-Stem-Snowball-Seerwin2004-01-201-0/+1
|
* Add p5-Lingua-Stem-Snowball-Se 1.01, a stemmer for Swedish.erwin2004-01-205-0/+45
| | | | | PR: 60862 Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
* p5-Lingua-Stem-Snowball-No --> ports/textproc/p5-Lingua-Stem-Snowball-Noerwin2004-01-201-0/+1
|
* Add p5-Lingua-Stem-Snowball-No 1.0, a stemmer for Norwegian.erwin2004-01-205-0/+45
| | | | | PR: 60861 Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
* p5-Lingua-Stem-Snowball-Da --> ports/textproc/p5-Lingua-Stem-Snowball-Daerwin2004-01-201-0/+1
|
* Add p5-Lingua-Stem-Snowball-Da 1.01, a stemmer for Danish.erwin2004-01-205-0/+44
| | | | | PR: 60860 Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
* Decouple ${PORTREVISION} from ${DISTNAME}.bms2004-01-202-2/+2
| | | | | Submitted by: nectar Pointy hat to: bms, edwin
* p5-Text-German --> ports/textproc/p5-Text-Germanerwin2004-01-201-0/+1
|
* Add p5-Text-German 0.03, german grundform reduction,erwin2004-01-205-0/+49
| | | | | | | which provides a stemmer for German PR: 60863 Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
* p5-Lingua-Stem-It --> ports/textproc/p5-Lingua-Stem-Iterwin2004-01-201-0/+1
|
* Add Lingua::Stem::It, which provides a stemmer for Italian.erwin2004-01-205-0/+44
| | | | | | | | Note that this port will be required to make textproc/p5-Lingua-Stem work with all locales. PR: 60859 Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
* . Add ${LOCALBASE}/lib to the default search path for libraries when usingglewis2004-01-202-2/+17
| | | | | | | | | JNI. XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also be added? /lib is part of the default search path on Linux. Requested by: marcus
* . Convert spaces to tabs.glewis2004-01-201-8/+8
|
* - upgraded to current version, which finally useskrion2004-01-205-50/+16
| | | | | | | | | | configure. - added the *proper* MASTER_SITES back in, - removed patch file on old Makefile (delete it), - use DOCSDIR PR: 61569 Submitted by: maintainer
* Give maintainership back to skv. He has told portmgr that he never intendedmarcus2004-01-201-1/+1
| | | | | | | this port to lapse, and he is working with the author to provide a more optimal fix to this port's build problems. Approved by: adam@migus.org (previous maintainer)
* Remove an obsolete emailadress.arved2004-01-202-6/+0
|
* . More standard format for substitution in pkg-message.glewis2004-01-202-2/+7
| | | | | | . Generate a substituted pkg-message in ${WRKDIR} for packaging rather than just echoing it during the port install and leaving the package with an unsubstituted version.
* Update to 1.6arved2004-01-208-134/+202
| | | | | | PR: 60708 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Approved by: maintainer timeout
* Update to 2.62mat2004-01-193-17/+15
| | | | Have the least thing possible between bsd.port.pre.mk and post.mk
* - Update to 8.12.11dinoex2004-01-194-4/+4
|
* lang/ifc8 is restrictedmaho2004-01-191-0/+1
| | | | Masakazu HIGAKI <higamasa@dream.com>
* Update to 0.1.9. Now without 8 billion pixbuf errors!adamw2004-01-194-14/+4
|
* p5-IDNA-Punycode --> ports/textproc/p5-IDNA-Punycodeerwin2004-01-191-0/+1
|
* IDNA::Punycode is a module to encode / decode Unicode strings intoerwin2004-01-195-0/+42
| | | | | | | | Punycode, an efficient encoding of Unicode for use with IDNA. WWW: http://search.cpan.org/dist/IDNA-Punycode/ Sponsored by: pil.dk
* ifc8 --> ports/lang/ifc8maho2004-01-191-0/+1
|
* Add new port lang/ifc8maho2004-01-1921-0/+3379
| | | | Submitted by: Masakazu HIGAKI <higamasa@dream.com>
* Add memcached 1.1.10,skv2004-01-195-0/+47
| | | | | high-performance, distributed memory object caching system.
* Update to 1.2.6arved2004-01-194-37/+13
| | | | | PR: 61225 Submitted by: Conor McDermottroe <mcdermc@tcd.ie>
* p5-Devel-Pointer --> ports/devel/p5-Devel-Pointerskv2004-01-191-0/+1
|
* Add p5-Devel-Pointer 1.00, fiddle around with pointers.skv2004-01-195-0/+48
|
* Update to 0.19arved2004-01-192-2/+2
| | | | | PR: 61556 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
* Unbreak for 501000maho2004-01-191-1/+1
|
* - update to 8.0.058netchild2004-01-192-10/+8
| | | | | | | | | | | | - add intel-patch target to easy porting effort of future versions [1] - remove intel debugger rpm, as long as we don't have a libthread_db we can't use it [2] Note: The stlport-icc exception handling test will still fail with this version. Suggested by (sort of): Marius Strobl <marius@alchemy.franken.de> [1] Noticed by: Marius Strobl <marius@alchemy.franken.de> [2]
* Update to 2.60arved2004-01-193-2/+19
| | | | | PR: 61566 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Update to 20040104arved2004-01-193-2/+4
| | | | | PR: 61573 Submitted by: maintainer
* Updated to 2.28skv2004-01-193-2/+4
|
* Updated to 0.05skv2004-01-193-4/+3
|
* Updated to 0.96skv2004-01-192-2/+2
|
* Updated to 1.54skv2004-01-193-3/+9
|
* update to ifc to 7.1.038.maho2004-01-1914-890/+478
| | | | Submitted by: Masakazu HIGAKI <higamasa@dream.com>
* 1) very minor update, without changing the filenamemaho2004-01-192-1/+2
| | | | | | | | a) add some debug print b) initialize some data 2) bump portrevision accodingly Pointed out by: edwin
* Fix build on -STABLEarved2004-01-192-0/+14
| | | | Reported by: Mike Harding
* Upgrade to version 4.32. This also include a script uvscan_secure, whichjeh2004-01-193-6/+8
| | | | | | adds the --secure option. Submitted by: Andre Albsmeier
* *******************IMPORTANT*******************jeh2004-01-192-2/+2
| | | | | | | | 4316 Emergency Dat release due to: W32/BAGLE@MM Mass Mailer **********************************************
* - Update to 0.13.0sergei2004-01-192-2/+2
|
* Upgrade to 20040116a.sumikawa2004-01-194-4/+4
|
* unbreak gcc3 WITH_MB.sf2004-01-191-0/+11
|
* Fix for GHC 6.2.obraun2004-01-191-0/+710
| | | | Submitted by: maintainer
* isc-dhcp3 -> net/isc-dhcp3edwin2004-01-191-1/+1
| | | | Submitted by: Yen-Ming Lee <leeym@FreeBSD.org>
* - change spaces to tab to make portlint a little happiermat2004-01-191-5/+5
| | | | | | | | | | - allow users override RC_DIR and RC_SUFX - fix install spamd.sh in RC_DIR, not PREFIX/etc/rc.d - do not pollute WRKSRC with generated files, use WRKDIR instead (it's IMHO better style) PR: 61560 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* Apply maintainer-sanctioned fix fir the !WITH_MULTIBYTE case.sheldonh2004-01-192-6/+6
| | | | | | | | | | The patch in the PR bumped PORTREVISION. I didn't do this, because this is a build-time fix. If the build worked for you before, this change doesn't change any bits in the generated package. PR: ports/61565 Submitted by: maintainer Prodded by: krion
* - Correct instalation of info filespav2004-01-192-14/+20
| | | | | | | | - Add dependency on iconv PR: ports/59168, ports/61557 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>, Kimura Fuyuki <fuyuki@nigredo.org> Approved by: maintainer
* - Update to version 0.1723bkrion2004-01-194-23/+6
| | | | | PR: 61571 Submitted by: maintainer
* - Update to 0.24pav2004-01-193-6/+10
| | | | | PR: ports/61559 Submitted by: Mezz <mezz7@cox.net> (maintainer)
* Unbreak the !WITH_MULTIBYTE case, where script for the pre-patch targetsheldonh2004-01-192-6/+6
| | | | | | was duplicated. Maintainer will be notified.
* Update to version 2.10.13.demon2004-01-196-94/+78
|
* Update to version 1.00.demon2004-01-194-4/+4
|
* - Update to 0.7.12krion2004-01-195-39/+74
| | | | | | | | | - use rcNG script - make configure script happy with CONFIGURE_TARGET - use PORTDOCS to autoaddition docs in PLIST PR: 61561 Submitted by: maintainer
* - Fix installation of header filespav2004-01-192-2256/+2331
| | | | | | | - Bump portrevision PR: ports/61489 Submitted by: Sergey Matveychuk <sem@ciam.ru> (maintainer)
* Update to 2.0.16.marcus2004-01-194-11/+15
|
* Remove mozilla-headers and mozilla-headers-devel after the portserwin2004-01-191-2/+0
| | | | were removed
* - Update to 1.2.5bland2004-01-194-3/+20
| | | | | - Use lthack - Sort plist a bit
* Rename MailScanner(-devel) to mailscanner(-devel) aftererwin2004-01-191-2/+2
| | | | renaming of the port
* harbour --> ports/lang/harbourlinimon2004-01-191-0/+1
| | | | PR: ports/52016
* Add lang/harbour, an open source Clipper-compatible compiler.linimon2004-01-195-0/+321
| | | | | PR: ports/52016 Submitted by: David G. Holm <harbour@netfang.net>
* Depend on textproc/p5-PodParser if ${PERL_LEVEL} < 500601.demon2004-01-191-1/+8
| | | | | | This should fix build on -stable with perl 5.0. Problem spotted by: Joe Marcus Clarke
* Remove math/simpack (abandoned by its authors).linimon2004-01-191-1/+0
|
* Remove math/simpack.linimon2004-01-191-1/+0
|
* Remove math/simpack. From my response to PR ports/53193:linimon2004-01-1922-2505/+0
| | | | | | | | | | | | | | | | | | | | | According to Bill Fenner's distfile survey, the mastersite for this port disappeared for good in August 2003. A Google search finds no new home page for it. But, indeed, it finds the following citation on the URL http://www.cise.ufl.edu/~fishwick/moose.html: OOPM is the new name for what used to be termed "MOOSE". OOPM/MOOSE (Multimodeling Object-Oriented Simulation Environment) represents an implementation for a simulation system that is under construction, and based on an extension to object oriented design. MOOSE is the next generation of SimPack which was initiated in 1990 for providing a general purpose toolkit of C and C++ libraries for discrete-event and continuous simulation. So it sounds as though this project has long-ago been abandoned by its original authors in favor of something better. PR: ports/53193 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> No objection: on freebsd-ports for 2 months
* Update to latest development snapshot.linimon2004-01-196-113/+371
| | | | Submitted by: fcash@bigfoot.com (maintainer)
* - Fix conflicts by using POSTGRESQL_PORTdinoex2004-01-191-1/+2
|
* p5-XML-Xerces --> ports/textproc/p5-XML-Xercesijliao2004-01-191-0/+1
|
* add p5-XML-Xerces 2.3.0.4ijliao2004-01-195-0/+60
| | | | | | The Perl API to the Apache Xerces XML parser Requested by: Scott McWhirter <scott-freebsd-perl@kungfuftr.com>
* - integrate another patch from squid-cache.org, seeijliao2004-01-1918-66/+348
| | | | | | | | | | | | | | http://www.squid-cache.org/Versions/v2/2.5/bugs/ for details - cleanup dynamic plist generation: sort files, replace needlessly complex ex-scripting with a ${REINPLACE_CMD} one-liner - integrate a patch to make the SMB-NTLM helper compile on 5.x and hook this helper up to the build (thanks to Stefano Tagliaferri for reporting the bug and testing the patch) - bump PORTREVISION PR: 61543 Submitted by: maintainer
* p5-SOAP-Data-Builder --> ports/net/p5-SOAP-Data-Builderijliao2004-01-191-0/+1
|
* add p5-SOAP-Data-Builder 0.6ijliao2004-01-195-0/+42
| | | | | | | A wrapper simplifying SOAP::Data and SOAP::Serialiser PR: 61540 Submitted by: Scott McWhirter <scott@surreytech.co.uk>
* Add a dependency on deskutils/splashsetter.marcus2004-01-191-0/+2
|
* Update maintainer's email address (prompted by detailed autoreply tolinimon2004-01-199-9/+9
| | | | a message I just forwarded).
* - Update to 20040118 snapshotclement2004-01-193-29/+4
|
* Remove an extra / that was causing packaging problems.adamw2004-01-191-3/+3
| | | | | PR: ports/61555 Submitted by: Tom Convery <tpc@tomfoo.com>
* Clean up comments.fjoe2004-01-192-6/+6
|
* Make sure the port gets IGNOREd when the distribution files aren'tedwin2004-01-191-1/+1
| | | | | | | fetchable, even when there is package building going on (also to reduce the amount of failed package building messages on bento) Approved by: Alex Dupre <sysadmin@alexdupre.com>
* gnome2-power-tools --> ports/x11/gnome2-power-toolsmarcus2004-01-191-0/+1
|
* Test WITH_RSCSI rather than MKISOFS before offering the WITH_RSCSI option.obrien2004-01-191-1/+1
|
* Add a gnome2-power-tools, a meta-port of GNOME utilities and applets formarcus2004-01-194-0/+48
| | | | | | | | the technically minded GNOME power user. As the GNOME project calls it, "Every GNOME Geek's Batbelt!" This is part of the effort to restructure the GNOME meta-ports to give the end user a more powerful and more useful Desktop Environment.
* Repocopy the MailScanner-devel port to mailscanner-devel, so as to retainjoe2004-01-1914-1093/+1
| | | | the status quo of low case directory names.
* Revive mailscanner/ in favour of MailScanner/ (which was repocopiedjoe2004-01-1914-1089/+1
| | | | | from mailscanner and updated, but then frowned upon because of the capitals in the directory name).
* - Update descriptionpav2004-01-191-5/+9
| | | | | PR: ports/61550 Submitted by: hrs (maintainer)
* - Update to 1.0.27pav2004-01-192-2/+2
| | | | | PR: ports/61538 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer)
* - Fix doc installationpav2004-01-191-1/+2
| | | | | PR: ports/61548 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
* Add a missing BUILD_DEPENDS on intltool.marcus2004-01-191-0/+2
|
* Add a missing BUILD_DEPENDS on intltool.marcus2004-01-192-0/+4
| | | | Reported by: bento
* Add a missing dependency on libgnomeui.marcus2004-01-191-1/+2
| | | | Reported by: bento
* - Add memrchr().clement2004-01-192-4/+24
| | | | | | - Maintainer informed. Requested by: many
* Update to 0.6.2 which fixes a problem when trying to set the splash screenmarcus2004-01-192-2/+2
| | | | | | | from the GUI. PR: 61541 Submitted by: maintainer
* Update to 1.5.5. No longer need hack for running autogen.sh.mikeh2004-01-193-32/+4
|
* - Update to version 1.03krion2004-01-193-8/+17
| | | | | PR: 61515 Submitted by: maintainer
* Remove mkisofs mention from comment; it disappeared from the port sometime ineivind2004-01-191-1/+1
| | | | 1998
* - Update to version 2.0.6krion2004-01-193-24/+8
| | | | | PR: 61522 Submitted by: Ports Fury
* - Update to version 1.2.3krion2004-01-194-98/+5
| | | | | PR: 61524 Submitted by: Ports Fury
* - Update to version 3.04krion2004-01-192-5/+2
| | | | | PR: 61521 Submitted by: Ports Fury
* - Update to version 0.9krion2004-01-192-7/+10
| | | | | PR: 61520 Submitted by: Ports Fury
* - Update to 0.6.4clement2004-01-1912-454/+96
| | | | | | PR: 61343 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
* o) Add option --with-nologin=/var/runlkoeller2004-01-192-1/+15
| | | | | | | | o) Modify configure to use internal libgd. This avoids compat problems and the overkill install of libgd and dependent ports for a apcupsd server machine. Submitted by: Neil Darlow <neil@darlow.co.uk>
* Bump PORTREVISION to go along with www/mozilla getting a PORTREVISIONadamw2004-01-192-2/+2
| | | | bump.
* - Update to 2.0.16clement2004-01-183-3/+6
| | | | | | PR: 61526 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly)
* - Update to 0.5.19clement2004-01-182-3/+2
| | | | | | PR: 61519 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly)
* - switch to Makefile.kdeclement2004-01-181-6/+4
| | | | | | | | - Respect CFLAGS. PR: 61532 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
* Updated to 1.0skv2004-01-182-4/+3
| | | | | PR: ports/58185 Submited by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
* - Respect CFLAGS and PTHREAD_LIBSclement2004-01-181-1/+7
| | | | | | PR: 61533 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
* - Respect CFLAGS and PTHREAD_LIBSclement2004-01-182-6/+10
| | | | | | PR: 61531 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
* - Respect CFLAGS and PTHREAD_LIBSclement2004-01-181-4/+4
| | | | | | PR: 61530 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
* - Respect CFLAGS and PTHREAD_LIBSclement2004-01-181-2/+6
| | | | | | PR: 61529 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
* Add compatibility with perl-5.00503 to DBD::mysql::GetInfoskv2004-01-181-0/+6
| | | | | PR: ports/60638 Submitted by: Sergey Matveychuk <sem@ciam.ru>
* - Respect CFLAGS and PTHREAD_LIBSclement2004-01-181-5/+5
| | | | | | PR: 61528 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> (maintainer) Approved by: erwin (mentor) (implicitly)
* - Chase uulib versionclement2004-01-184-5/+8
| | | | | | - Bump PORTREVISION Approved by: erwin (mentor) (implicitly)
* - Update to 0.5.19clement2004-01-183-31/+3
| | | | | | PR: 61517 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly)
* - Update to 0.5.19clement2004-01-186-33/+13
| | | | | | PR: 61518 Submitted by: Ports Fury Approved by: erwin (mentor) (implicitly)
* p5-XML-DifferenceMarkup --> ports/textproc/p5-XML-DifferenceMarkupskv2004-01-181-0/+1
|
* Add p5-XML-DifferenceMarkup 0.09,skv2004-01-185-0/+48
| | | | | this module implements an XML diff producing XML output.
* Update to 0.3.3.nork2004-01-182-7/+6
| | | | | PR: ports/61523 Submitted by: Ports Fury
* - Update 1.1.2clement2004-01-1812-420/+381
| | | | | | | | | While I'm here: - Use %%DATADIR%% and %%DOCSDIR%% PR: 61510 Sybmitted by: Vadim Kurland <vadim@fwbuilder.org> (maintainer) Approved by: erwin (mentor) (implicitly)
* - Update to 2.4pav2004-01-184-6/+8
| | | | | | PR: ports/60063 Submitted by: Daniel Rudy <dcrudy@pacbell.net> Approved by: maintainer
* - Update to PORTREVISION 2clement2004-01-189-183/+177
| | | | | | | | | | | - Tarball has been rerolled While I'm here: - fix docs intall - Use %%DATADIR%% PR: 61511 Sybmitted by: Vadim Kurland <vadim@fwbuilder.org> (maintainer) Approved by: erwin (mentor) (implicitly)
* s/memrchr/memchr/.clement2004-01-181-0/+4
| | | | | | | It fixes an 'undefined reference to `memrchr''. Approved by: maintainer Approved by: erwin (mentor) (implicitly)
* Fix build of net/isc-dhcp3-server (and others) for read only file systems.edwin2004-01-184-8/+8
| | | | | Apologies to Cyrille Lefevre, it is sometimes hard to fix failed patch-files. Thanks to Rolandas Naujikas for reporting it.