aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Disable compiler optimizations on 4.x, since they cause the build to fail.jylefort2005-11-231-1/+7
| | | | Reported by: pointyhat via kris
* Update to 2.5mnag2005-11-233-8/+10
| | | | | | | | | Add secondary master site Add SHA256 PR: 88502 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout, 18 days
* Setuptools is a collection of enhancements to the Python distutils (for Pythonpav2005-11-235-0/+150
| | | | | | | | | 2.3.5 and up on most platforms; 64-bit platforms require a minimum of Python 2.4) that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages. PR: ports/89352 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* Commons Configuration provides a generic configuration interface which enableshq2005-11-234-0/+61
| | | | | | | | | | | | | | | | | | | | an application to read configuration data from a variety of sources. Commons Configuration provides typed access to single, and multi-valued configuration parameters. Configuration parameters may be loaded from the following sources: * Properties files * XML documents * JNDI * JDBC Datasource Different configuration sources can be mixed using a ConfigurationFactory and CompositeConfiguration. Additional sources of configuration parameters can be created by using custom configuration objects. This customization can be achieved by extending AbstractConfiguration. WWW: http://jakarta.apache.org/commons/configuration/
* - Unbreak on FreeBSD 4.x by using the devel/boost-gcc3 portbarner2005-11-222-27/+15
| | | | | | | | | | | - Using the system-wide installations of lua and psqlite does not work (the configure switches disappeared) => remove dependencies - Add SHA256 PR: ports/88822 Submitted by: Václav Haisman <V.Haisman@sh.cvut.cz> Approved by: Lapo Luchini <lapo@lapo.it> (maintainer) Reworked by: maintainer
* Avoid duplicate LASTEST_LINKs by conditionally modifing PKGNAMESUFFIX,barner2005-11-221-0/+4
| | | | | resulting in boost-python-gcc3 (if the boost port is built on 4.x from devel/boost-gcc3 (which implies WITH_PYTHON)).
* Mark the devel/boost-gcc3 slave port IGNORE on FreeBSD >= 5.barner2005-11-221-0/+5
|
* Add a slave port that enforces the use of gcc 3.4+ to build boost.barner2005-11-223-0/+40
| | | | | | | | | | | | | | | This port is intended for FreeBSD 4 only and is IGNOREd on other versions. It can be uses as a dependency for other ports that require boost to be built with gcc 3.4, e.g. devel/monotone. This port enables the following compile time options for boost: - Thread support - Python support - Boost.Regex ICU support - Optimized CFLAGS
* Update to 0.38mat2005-11-223-4/+10
|
* Remove main mastersite: is unavaliable since 2004.edwin2005-11-221-2/+1
| | | | PR: ports/88363 (related)
* Fix URLs in pkg-descr.tobez2005-11-221-7/+11
| | | | Reported by: Gerard <gerard@seibercom.net>
* Update port: devel/gengameng update MASTER_SITEedwin2005-11-222-1/+3
| | | | | | | | | | Added more one MASTER_SITE as backup. The main mastersite is unavaliable since 2004. Add SHA256 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> PR: ports/88363
* - applied patch to remove several Perl warningsaaron2005-11-222-1/+11
| | | | | | PR: 89244 Submitted by: Jim Pirzyk Approved by: tobez
* - update port from v0.08 to v0.09aaron2005-11-223-4/+8
| | | | Approved by: tobez
* - update port from 0.12 to 0.13aaron2005-11-223-4/+9
| | | | Approved by: tobez
* - Update to 0.09 [1]erwin2005-11-222-3/+5
| | | | | | | | - Hack around porversion decrease by using DISTNAME to avoid bumping PORTEPOCH. PR: 89337 [1] Submitted by: aaron
* BROKEN on ia64: Does not compilekris2005-11-211-1/+7
|
* - update to 1.42clsung2005-11-212-4/+5
| | | | | | | - add SHA256 checksum PR: 89342 Submitted by: aaron
* BROKEN on ia64: Segfault during buildkris2005-11-212-0/+8
|
* Suppress package builds - this doesn't work with Xvfb for some reason.kris2005-11-211-0/+1
|
* BROKEN on ia64: Does not buildkris2005-11-211-1/+7
|
* BROKEN: Incorrect pkg-plistkris2005-11-211-1/+7
|
* BROKEN: Does not compilekris2005-11-211-0/+2
|
* update to 6.0.0.rc2oliver2005-11-212-3/+4
|
* - Update to 0.3.9jylefort2005-11-216-22/+92
| | | | | | - Enable the jpeg factory - Respect ${PTHREAD_CFLAGS}, ${PTHREAD_LIBS} and ${X11BASE} - Polish the Makefile
* - Remove patch and remove BROKEN on 4.xahze2005-11-214-34/+0
| | | | Reported by: mjl on irc.freenode.org/#FreeBSD-GNOME
* Fix build with new ice by updating to 3.0.0, which fixes builds onarved2005-11-215-30/+56
| | | | | | | 64bit Platforms PR: 89200 Submitted by: Boris B. Samorodov <bsam@ipt.ru>
* sneak in a plist fix before someone (pointyhat) notices it...netchild2005-11-201-1/+1
|
* Update to 2.4.8.netchild2005-11-203-23/+58
| | | | Tested with: acroread7
* - Fix plist. [1]netchild2005-11-203-0/+20
| | | | | | | - While I'm here: add SHA256 (verified: no MD5 change) PR: 89226 [1] Submitted by: Boris B. Samorodov" <bsam@ipt.ru> [1]
* - update to 1.0.1dinoex2005-11-202-4/+4
|
* Update to 1.83.tobez2005-11-202-3/+4
|
* Update to 0.14. Require perl from ports.tobez2005-11-202-5/+5
|
* Update both WWW tag and MASTER_SITES to new locationlioux2005-11-202-3/+3
|
* Dynamically detect INSTALL_WRKSRC: fixes installation on ARCH != i386lioux2005-11-201-3/+3
|
* Upgrade to avr-libc-1.4.0.joerg2005-11-205-90/+337
| | | | | | | This brings several API changes, so check out the docs. As the project now uses current versions of auto* tools, the build system got rid of a number of private hacks as well.
* * Add some additional verbose messagesmarcus2005-11-202-2/+13
| | | | | | | * Work around a crash in Perl that can be triggered with complex regular expressions [1] Reported by: thierry and aspell [1]
* Update to 2.8.0.marcus2005-11-202-19/+50
| | | | | | | | | | | * USE_PYTHON still cannot be included after bsd.port.pre.mk * USE_APACHE can now be included after bsd.port.pre.mk [1] * Handle the new autotools world order * Check that IGNORE is properly capitalized and terminated [2] PR: 88546 [2] Reported by: pav [1] Submitted by: lawrance [2]
* Mark BROKEN on 4.X.marcus2005-11-202-2/+14
| | | | Reported by: pointyhat via kris
* - Add SHA256sem2005-11-202-0/+2
| | | | | | | | | | | ggiterm port: - Don't use gmake - Install ggitem.termcap and add message about it - Utilize DATADIR - Bump PORTREVISION PR: ports/89280 Submitted by: Antoine Brodin (maintainer)
* Update to 3.14.tobez2005-11-192-4/+4
|
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-199-12/+11
| | | | | to allow for easier overriding of these targets by port Makefiles, if they need to.
* Fix plist.bland2005-11-191-1/+3
| | | | Reported by: krismail
* - Update to 0.9ahze2005-11-193-15/+4
|
* Update to 1.0.3mnag2005-11-182-5/+7
| | | | | | | Add SHA256 PR: 89232 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 3.0.0arved2005-11-187-270/+309
| | | | | | PR: 89193 Submitted by: Boris B. Samorodov <bsam@ipt.ru> Approved by: maintainer
* get rid of dependancy of p5-UNIVERSAL-exports, which plist-conflictserwin2005-11-181-1/+2
| | | | | | | with more universally used UNIVERSAL-require PR: 89221 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Remove the 'rw' locale directory by hand until such time as theade2005-11-182-0/+3
| | | | | | BSD.local.mtree file catches up with reality. Submitted by: pointyhat via kris
* Remove bison-devel now that the only consumer (openoffice-2.0) hasade2005-11-185-101/+0
| | | | | | be converted over to using the newly imported bison2 Many thanks to: maho
* - Update to 2.2.7ahze2005-11-188-18/+20
|
* - Fix MASTER_SITES and WWW.flz2005-11-183-3/+3
| | | | | | | | - Add SHA256 checksum. PR: ports/88358 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (2 weeks)
* - Update to 2.4.2.flz2005-11-184-6/+8
| | | | | | | - Add SHA256 checksum. PR: ports/89101 Submitted by: maintainer
* Upgrade to 2.7.5.thierry2005-11-182-6/+6
| | | | Changelog at <http://bouml.free.fr/historic.html>.
* Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporateserwin2005-11-185-0/+52
| | | | | | | | | | | features for web application testing. The Test::WWW::Mechanize::Catalyst module meshes the two to allow easy testing of Catalyst applications without starting up a web server. WWW: http://search.cpan.org/dist/Test-WWW-Mechanize-Catalyst/ PR: ports/89174 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Update to 0.2.1mnag2005-11-184-33/+20
| | | | | | | | | Use groups in MASTER_SITES Add SHA256 PR: 88369 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: alexs@snark.rinet.ru (maintainer timeout, 15 days)
* Add ruby-flexmock, a simple mock object for Ruby.knu2005-11-185-0/+59
|
* Add SHA256 checksum.fjoe2005-11-182-0/+2
|
* Add OPTIONS to create symlinksmnag2005-11-181-9/+30
| | | | | | | | Bump PORTREVISION PR: 88254 Submitted by: Andrew Pantyukhin <sat@proxy.gubkin.ru> Approved by: dom@helenmarks.co.uk (maintainer timeout, 17 days)
* - Reset longterm inactive maintainerpav2005-11-181-1/+1
|
* - Update to 1.3.0pav2005-11-182-4/+6
| | | | | | PR: ports/86852 Submitted by: Jiawei Ye <leafy@orion.moderntimes.com.tw> Approved by: maintainer timeout (14 days)
* - Update to 1.1.4pav2005-11-172-3/+4
| | | | | PR: ports/88999 Submitted by: Franz Klammer <klammer@webonaut.com> (maintainer)
* Update to 0.02.tobez2005-11-172-4/+5
| | | | | PR: 89195 Submitted by: maintainer
* - update to 0.11clsung2005-11-172-3/+4
| | | | | - POD bug. Changed "autodump" to "autowarn" in POD. - add SHA256 checksum
* Mark deprecated with a short lifespan. The only consumers of thisade2005-11-171-0/+3
| | | | port are editors/openoffice.org-2.0{,-devel}
* Remove stillborn bison20ade2005-11-175-151/+0
|
* Bring in bison 2.1 after repocopyade2005-11-175-55/+39
|
* devel/bison1875's time has come and gone and its only consumer is theseanc2005-11-176-153/+0
| | | | | | | databases/postgresql-devel port, which isn't needed either now that 8.1 has officially landed. Submitted by: ade@
* - Fix fetchingpav2005-11-172-4/+2
| | | | | | | - Kill dead WWW PR: ports/88616 Submitted by: <pedersen@meridian-enviro.com> (maintainer)
* - Rewrite IGNORE line.flz2005-11-171-1/+1
| | | | Noticed by: kris
* Add p5-UNIVERSAL-isa 0.05, hack around people calling UNIVERSAL::isa()lth2005-11-175-0/+47
| | | | | | | as a function. PR: ports/89135 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* Add p5-UNIVERSAL-can 1.00, hack around people calling UNIVERSAL::can()lth2005-11-175-0/+41
| | | | | | | as a function. PR: ports/89134 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* USE_AUTOTOOLS setup got reversed by the scriptade2005-11-171-2/+2
| | | | Submitted by: pointyhat/kris (no $1000 dinner though :)
* - Update to 1.05 [1].flz2005-11-172-4/+11
| | | | | | | | - Add SHA256 checksum [1]. - Mark as IGNORE for PERL_LEVEL < 500600 [2]. PR: ports/89129 [1] Submitted by: maintainer [1], mnag [2]
* Update to 0.10.3mat2005-11-163-4/+5
|
* Update to 3.13mat2005-11-163-4/+5
|
* Update to 0.15mat2005-11-162-4/+4
|
* - Drop dependency on bzip2 from portspav2005-11-162-8/+0
| | | | | PR: ports/88986 Submitted by: edwin's drive against anachronisms in Ports Collection
* - Put share/GConf under %%LDAP%%pav2005-11-161-2/+2
| | | | | PR: ports/89026 Submitted by: Boris B. Samorodov <bsam@ipt.ru>
* Update to 1.07.00mat2005-11-163-4/+5
|
* Update to 0.12mat2005-11-163-4/+5
|
* Make fetchable againjeh2005-11-161-1/+2
|
* Uppaal is an integrated tool environment for modeling, validationvs2005-11-168-0/+143
| | | | | | | | | | | | | | and verification of real-time systems modeled as networks of timed automata, extended with data types (bounded integers, arrays, etc.). The tool is developed in collaboration between the Department of Information Technology at Uppsala University, Sweden and the Department of Computer Science at Aalborg University in Denmark. WWW: http://www.uppaal.com/ PR: ports/84975 Submitted by: Timothy Bourke
* Update to 0.033.tobez2005-11-162-4/+4
|
* Update to 1.5.20ade2005-11-162-3/+4
|
* - Add support to turn off hasing the compiler size and mtime via aahze2005-11-163-1/+35
| | | | | | | | | | | | | | | | | enviroment variable, this aids in 'buildworld' and 'buildkernel'. CCACHE_NOHASH_SIZE_MTIME This tells ccache to not hash the real compiler's size and modi- fication time. Normally this is the mechanism to detect compiler upgrades. There are situations however, where even though the compiler's size or modification time has changed you can safely use the cached objects (e.g. if as part of your build system the compiler is built as well and the compiler's source has not changed; or if the compiler has only changes that do not affect code generation). Use this feature only if you know what you are doing. Submitted by: schweikh
* Update to 2.8.4.marcus2005-11-162-3/+4
|
* Update to 1.3.2mnag2005-11-162-3/+4
| | | | | | | Add SHA256 PR: 89072 Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
* Fix pkg-plist WITH_SYSCALL_HARD, and Bump PORTREVISION.nork2005-11-152-7/+12
| | | | Approved by: Vasil Dimov <vd@datamax.bg> (maintainer)
* Fix build on FreeBSD 6 and above.barner2005-11-154-4/+150
| | | | | | PR: ports/89056 Submitted by: "Andrei V. Shetuhin" <shetuhin@corp.mail.ru> Also reported by: kris via pointyhat
* - update to 0.39clsung2005-11-153-4/+8
| | | | | - author now use Makefile.PL instead of Build.PL - add SHA256 checksums
* Add devel/p5-Tie-Hash-TwoWay 1.08, a Perl module that provides two-waytobez2005-11-155-0/+48
| | | | mapping between disjoint sets.
* - Update to 1.5.6bland2005-11-153-6/+5
| | | | - Add SHA256 checksum.
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-15198-222/+199
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* BROKEN: Size mismatchkris2005-11-151-0/+2
|
* Update to 0.1.2.marcus2005-11-156-9/+12
|
* Upgrade to 1.0.4.obraun2005-11-154-6/+8
|
* Keep up with devel/icu shared lib version bump.barner2005-11-151-1/+1
| | | | | Submitted by: Vladimir Guzma <vladimir.guzma@tut.fi> PR: ports/89009
* Update to 0.25mat2005-11-152-4/+4
| | | | | PR: 87779 Submitted by: tobez
* Update to 0.09mat2005-11-153-5/+6
| | | | | PR: 86794 Submitted by: ehaupt
* Upgrade to v1.15. Use MASTER_SITE_SOURCEFORGE.jkoshy2005-11-142-4/+5
|
* Fixup last commitmat2005-11-141-0/+3
|
* Take a perl@ hat and add SHA256 checksumsmat2005-11-1455-1/+54
|
* Be hipe and add SHA256mat2005-11-1473-0/+73
|
* Update to 1.05skv2005-11-142-4/+7
|
* - Avoid duplicates in built-in PC_PATH.bland2005-11-142-8/+18
| | | | - Remove obsolete LIBTOOL* hints.
* - Update to 0.20bland2005-11-144-6/+8
| | | | - Add SHA256 checksum.
* Reset maintainer:edwin2005-11-141-1/+1
| | | | | <ilia@cgu.chel.su>: Host or domain name not found. Name service error for name=cgu.chel.su type=A: Host found but no data record of requested type
* Remove explicit checks for /usr/bin/bzip2.edwin2005-11-141-4/+0
| | | | This has been part of the base OS since 4.4.
* Update to 0.45.demon2005-11-142-3/+4
|
* Upgrade to 2.7.4.thierry2005-11-143-8/+8
| | | | Changelog at <http://bouml.free.fr/historic.html>.
* Update port: devel/tclreadline fix WWW and add SHA256 on distinfoedwin2005-11-142-1/+2
| | | | | | | | - Fix WWW on pkg-descr. - Added SHA256 on distinfo. PR: ports/88864 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Add SHA256ade2005-11-1421-0/+21
|
* Add SHA256mnag2005-11-141-0/+1
| | | | | PR: 88960 Submitted by: maintainer
* Unconditionally disable the installation of the start-po.el emacs lispade2005-11-141-1/+2
| | | | | | | file, regardless of whether emacs or xemacs is installed. PR: 87956 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* Update to 1.4.4ade2005-11-142-3/+5
| | | | Submitted by: many
* The HTML_QuickForm_advmultiselect package adds an element to the HTML_QuickFormpav2005-11-144-0/+32
| | | | | | | package that is two select boxes next to each other emulating a multi-select. PR: ports/88818 Submitted by: Chris St Denis <chris@ctgameinfo.com>
* - Chase allegro updatepav2005-11-132-2/+3
|
* - Update to 4.2.0pav2005-11-1314-1818/+878
| | | | | | | | - Use OPTIONS - Take maintainership PR: ports/88907 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
* Remove redundant gc:: from gc_cpp.h for gcc41.nobutaka2005-11-132-5/+14
| | | | Submitted by: "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>
* - add SHA checksumdinoex2005-11-137-0/+7
|
* - take MAINTAINERSHIPdinoex2005-11-131-1/+1
|
* New port devel/ode-develmnag2005-11-135-31/+25
| | | | | | | | | | | | | | | | ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It is fast, flexible, robust and platform independent, with advanced joints, contact with friction, and built-in collision detection. WWW: http://www.ode.org/ Add CONFLICTS in devel/ode PR: 88581 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> Repocopy by: marcus
* Remove extra dir in ode-devel.mnag2005-11-136-158/+0
|
* Add SHA256.mezz2005-11-131-0/+1
|
* Move IDN related ports from devel to dns category:pav2005-11-1312-222/+0
| | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus
* Fix MASTER_SITES, add SHA256 checksum.lofi2005-11-122-4/+4
| | | | Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Add Gentoo as backup MASTER_SITE to fix fetch problems. Add SHA256 distinfo.gerald2005-11-122-1/+4
| | | | | PR: 88862 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Add devel/p5-List-Cycle 0.04, a Perl module that provides objects fortobez2005-11-125-0/+41
| | | | cycling through a list of values.
* - Update to 0.9.8pav2005-11-1216-335/+675
| | | | | | | - Integrate 0.9.8-update1 PR: ports/88332 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
* If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,lesi2005-11-124-2/+10
| | | | | | point to The X Window System and Virtual Consoles chapter of FAQ. Add SHA256.
* - Update WWWpav2005-11-121-1/+1
| | | | | PR: ports/88866 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Update to 0.08mnag2005-11-122-3/+3
| | | | | PR: 88543 Submitted by: aaron
* Update WWW [1]mnag2005-11-123-2/+3
| | | | | | | | Update MASTER_SITES Add SHA256 PR: 88861 [1] Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Update WWWmnag2005-11-121-1/+1
| | | | | PR: 88860 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Upgrade to avr-libc 1.2.6.joerg2005-11-123-10/+3
| | | | This is a bugfix-only upgrade.
* Fix plist problems by adding a static plist.netchild2005-11-122-18/+5011
| | | | | PR: 88740 Submitted by: Boris Samorodov <bsam@ipt.ru>
* Fix a size mismatch and unbreak.thierry2005-11-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the author: ----- From: Charles Rapp Subject: RE: Was 4.2.2 rerolled? Boris, I realized after the initial release that the build missed 1 line change of the C# bug fix due to a CVS problem. SmcCSharpGenerator.java, line 1456 was built as: if (loopbackFlag == false || hasActions == false) and was corrected to: if (loopbackFlag == false || hasActions == true) So I corrected the CVS problem, rebuilt and re-released the tarball without modifying the release. I apologize for any inconvience this has caused. Charles Rapp ----- PR: 88291 Submitted by: Boris B. Samorodov
* - Fix WWW and MASTER_SITESgarga2005-11-112-2/+2
| | | | | PR: ports/88288 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Mark it as DEPRECATED - mastersite disapearedgarga2005-11-111-0/+3
| | | | | | | - Set EXPIRATION_DATE PR: ports/88798 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Mark it as DEPRECATED - mastersite disapearedgarga2005-11-111-0/+3
| | | | | | | - Set EXPIRATION_DATE PR: ports/88797 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Add devel/p5-IO-LockedFile 0.23, a Perl module that supplies objecttobez2005-11-115-0/+40
| | | | methods for locking files.
* Use correct LIB_DEPENDS for boost dependency.barner2005-11-111-1/+1
| | | | Reported by: pointyhat via kris
* Oops! Forgot to regenerate distinfo after bumping DIST_SUBDIR.thierry2005-11-111-5/+5
| | | | Reported by: Thomas Gellekum <Thomas.Gellekum (at) gmx.de>
* - Yield to a total SHAtification.sem2005-11-1110-0/+12
| | | | - mysql-administrator: simplify BROKEN message
* - Add freebsd7 tag supportsem2005-11-111-1/+2
| | | | Reminded by: krismail
* Add SHA256 checksumlioux2005-11-116-0/+6
|
* Update WWWmnag2005-11-112-1/+2
| | | | | | | Add SHA256 PR: 88796 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-1155-55/+55
| | | | been inactive more than 6 months. We hope to see him back sometime.
* Update WWWmnag2005-11-112-1/+2
| | | | | | | Add SHA256 PR: 88789 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Chase a silent update.thierry2005-11-112-3/+6
| | | | | | | src/dialog/OperationDialog.cpp has been updated: full diff available at <http://pompo.net/ports/bouml-051107-051108.diff>. Reported by: pointyhat via Kris.
* - Update descriptionsdinoex2005-11-112-3/+5
|
* - Add SHA256 to all ports submitter maintaingarga2005-11-113-0/+8
| | | | | PR: ports/88791 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Make fetchable by using wget to download the distfilearved2005-11-102-1/+6
| | | | | | | PR: 88742 Submitted by: Gerrit Beine <tux@pinguru.net> Add SHA
* - Update to 0.08pav2005-11-102-4/+4
| | | | Submitted by: Dominik Brettnacher <domi@saargate.de> (maintainer)
* - Update to 1.1.9.tmclaugh2005-11-103-7/+9
| | | | | | | | | | - repoint x11-toolkits/gtk-sharp10 dependencies to www/gecko-sharp10 so the Gecko renderer is always built. - Correct pkg-plist for gacutil changes with Mono 1.1.9.x - Include bsd.mono.mk. Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* - Update to 1.1.9.tmclaugh2005-11-103-13/+8
| | | | | | | | - Correct pkg-plist for gacutil changes with Mono 1.1.9.x - Include bsd.mono.mk. Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* - Correct pkg-plist for gacutil changes with Mono 1.1.9.xtmclaugh2005-11-102-2/+5
| | | | | | | - Include bsd.mono.mk. Approved by: ahze (mentor) Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* Fix mis-merge from latest round of changes. Fixes 'make describe' in misc/.linimon2005-11-101-1/+0
|
* - Add distfile for spirit 1.6 (for FreeBSD 4) to distinfo. This was lostbarner2005-11-101-0/+3
| | | | | | | during the SHA256-ification Reported by: pointyhat via kris Pointyhats{'barner'}++;
* Fix support for using more than one joystick.krion2005-11-103-0/+98
| | | | | | Add SHA256 trendy stuff. Submitted by: jylefort
* bzrtools is intended to be a useful collection of utilities (all plugins, rightpav2005-11-105-0/+92
| | | | | | | | | now). for devel/bazaar-ng. This port extends bzr command with these commands: baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve, graph-ancestry, fetch-missing, patch. PR: ports/88495 Submitted by: Ulf Lilleengen <lulf@kerneled.org>
* - Remove unused MASTER_SITE_SUBDIRpav2005-11-102-2/+0
|
* This is a new port of bazaar, a C implementation of GNU Arch (based on tla)pav2005-11-1011-0/+249
| | | | | | | | | | | from Canonical. The difference between this and bazaar-ng is that this is the "mainline" version of bazaar, beeing faster and more stable, while bazaar-ng is the somwhat future platform. I thought it would be nice to have this in ports as well, this is a very good implemenation that is easy to use, much easier than TLA. PR: ports/88476 Submitted by: Ulf Lilleengen <lulf@kerneled.org>
* - Update to 2.5.02.2115fjoe2005-11-104-53/+32
| | | | | | | | | | - Drop 4.x support because new version requires wscanf(), vswprintf() and so on and tarballs of older versions are no longer available - Fix build when howl installed [1] - Remove USE_LIBLTDL which is no-op for this port [2] - Do not build with postgresql, odbc, mysql or sqlite support Reported by: vs [1], [2]
* Add SHA256mnag2005-11-102-3/+1
| | | | | | | | Remove erroneous MD5 Remove WWW PR: 88739 Submitted by: maintainer
* Add SHA256mnag2005-11-102-2/+1
| | | | | | | Remove WWW PR: 88738 Submitted by: maintainer
* Chase Boost shared lib version after update to Boost 1.33.0.barner2005-11-092-3/+2
| | | | | devel/sdts++: Also convert from BUILD_DEPENDS and RUN_DEPENDS to LIB_DEPENDS.
* - Update to Boost 1.33.0barner2005-11-0911-410/+1379
| | | | | | | | | | | * Boost.Regex now supports the ICU unicode library * Optionally build Boost with GCC 3.4 on FreeBSD 4.x [1] * For changes to the Boost libraries see their specific ChangeLogs in ${LOCALBASE}/share/doc/boost or at http://www.boost.org/ * Bump shared library version to 3 PR: ports/88014 [1] Submitted by: Václav Haisman [1]
* Transaction::Simple provides active ("live", non-backend)dinoex2005-11-095-0/+103
| | | | | | transactional support to Marshal-able objects. WWW: http://rubyforge.org/projects/trans-simple/
* - Split on master/slave.sem2005-11-094-28/+78
| | | | | | | | - Fix fetching. - Reworked installation script to accept --prefix option. PR: ports/87365, ports/87366 Submitted by: maintainer
* Update to 1.434.tobez2005-11-092-3/+4
|
* Set USE_GCC=3.2+ to unbreak on 4.xvs2005-11-091-0/+1
|
* Move instant messaging related ports to newly created net-im category:pav2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus
* - Add SHA256ahze2005-11-096-0/+6
| | | | - Add SIZE to a few ports
* Add SHA256mnag2005-11-098-0/+8
|
* Upgrade to 0.07.kuriyama2005-11-092-3/+4
|
* Adjust MASTER_SITES to server renaming at stanford.edu.gerald2005-11-091-1/+1
| | | | Pointed out by: fenner (and his scripts)
* Add SHA256 checksums to the distinfo files.edwin2005-11-091-0/+1
|
* Update WWWmnag2005-11-092-1/+2
| | | | | | | Add SHA256 PR: 88689 Submitted by: jmelo@freebsdbrasil.com.br
* Update to 0.3arved2005-11-092-3/+3
| | | | | PR: 88592 Submitted by: Vasil Dimov <vd@datamax.bg>
* Update to 0.0401skv2005-11-092-3/+4
|
* Update to 0.24.tobez2005-11-092-4/+5
|
* Update to 2.4.1vs2005-11-084-6/+6
| | | | | PR: ports/88606 Submitted by: maintainer
* - Add SHA256garga2005-11-084-0/+4
|
* Mark as DEPRECATED, mastersite disappeared since 2004.vs2005-11-081-0/+3
| | | | | PR: ports/88500 Submitted by: Jean Milanez Melo
* Update to 2.2.3.netchild2005-11-083-41/+56
|
* - Fix WWW in pkg_descraz2005-11-081-1/+1
| | | | | | PR: ports/88617 Submitted by: Jean Milanez Melo Approved by: sem (mentor, implicitly)
* Upgrade to 2.7.3.thierry2005-11-083-4/+5
| | | | Changelog at <http://bouml.free.fr/historic.html>.
* Update to 1.3.21mnag2005-11-082-3/+3
| | | | | PR: 88632 Submitted by: Nicolas Blais <nb_root@videotron.ca>
* Fix wrong WWWmnag2005-11-081-1/+1
| | | | | PR: 88620 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Fix WWW.tobez2005-11-081-1/+1
| | | | | PR: 88611 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Update WWW.tobez2005-11-081-1/+1
| | | | | PR: 88612 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Unbreak on -CURRENT (minor() macro problem)sem2005-11-082-9/+33
| | | | - Respect CFLAGS
* Upgrade to 1.4.4 and fix a security problem.thierry2005-11-083-21/+59
| | | | | | | | Changelog at <http://pear.php.net/package/PEAR/download/All>. PR: 88572 Approved by: maintainer Security: VuXML 44e5f5bd-4d76-11da-bf37-000fb586ba73
* Chase sysutils/file updateehaupt2005-11-071-0/+1
|
* - Update to 0.1.1ahze2005-11-076-9/+9
|
* - Update to 1.13.3ahze2005-11-074-11/+15
|
* Update to 0.06; assign maintainer to perl@.tobez2005-11-072-4/+4
|
* Update to 1.82.tobez2005-11-072-3/+3
|
* - Fix build by chasing goffice libverahze2005-11-071-1/+2
| | | | Pointed out by: pointyhat via kris
* Fix the build on 4.X.marcus2005-11-071-0/+13
| | | | | PR: 88545 Submitted by: Nicolas Rachinsky <nr@rachinsky.de>
* Add devel/p5-Tie-Hash-Sorted, a Perl module to present hashes in sortedtobez2005-11-075-0/+35
| | | | order.
* Update to 0.40.tobez2005-11-062-3/+4
|
* Update to 1.81.tobez2005-11-062-3/+3
|
* Fix creation of pif file by distccdmnag2005-11-064-14/+42
| | | | | | | | | Use script name instead of USE_RC_SUBR=yes Bump PORTREVISION PR: 87512 Submitted by: Vasil Dimov <vd@datamax.bg> Approved by: dom@helenmarks.co.uk (maintainer timeout, 20 days)
* Unbreak on CURRENTarved2005-11-062-4/+11
|
* Try to unbreak on amd64-CURRENT.arved2005-11-061-1/+1
| | | | | Not sure, why suddently a differnt signal is triggered by the eftest program.
* Fix build on CURRENTarved2005-11-061-3/+8
|
* (1) Update to 1.3.0-rc2lev2005-11-0636-608/+616
| | | | | | | (2) Fix minor issues with Makefile (messages) (3) Fix pkg-plist in case of using apache21 PR: ports/87607 [2], ports/88410 [3]
* - Fixed incorrect dependency locationaaron2005-11-051-1/+1
| | | | Approved by: tobez
* Upgrade to version 5.0. Thanks to Joerg Wunsch for the libusb hooks.bsd2005-11-052-5/+8
|
* Update to 0.3.5.kwm2005-11-055-26/+5
| | | | Change WWW to http://liboil.freedesktop.org now that its hosted there.
* Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-059-50/+7
|
* These ports depended on jx, which was removed.kris2005-11-058-295/+0
|
* ruby-libglade depended on ruby-gnome, which was removed.kris2005-11-054-53/+0
|
* This port depended on the linux_devtools7 port which was removed.kris2005-11-055-57/+0
|
* Remove expired portskris2005-11-0529-9107/+0
|
* - Mark BROKEN on sparc64ahze2005-11-052-4/+4
| | | | Reported by: kris mail
* Update to 3.3.5lofi2005-11-053-3/+9
|
* - Add presentahze2005-11-055-0/+42
| | | | A library for reading Microsoft PowerPoint(tm) documents
* Update to 2.6.1.marcus2005-11-053-132/+9
|
* Update to 2.12.1.marcus2005-11-056-15/+19
|
* Add goffice, a set of document centric components for GLib and GTK+.marcus2005-11-0513-0/+1153
| | | | | | | | | | There are common operations for document centric applications that are conceptually simple, but complex to implement fully. - plugins - load/save documents - undo/redo Goffice provides a single library for performing such operations.
* Update to 2.12.0.marcus2005-11-054-9/+9
|
* Update to 2.8.1.marcus2005-11-053-178/+174
|
* Add glib-java, a set of Java wrapper libraries around glib-2.marcus2005-11-058-0/+155
| | | | WWW: http://java-gnome.sourceforge.net/
* Update to 2.12.1.marcus2005-11-053-7/+9
|
* aAdd evolution-gconf-tools, a set of Python scripts to make it easier to workmarcus2005-11-055-0/+62
| | | | | | | | with Evolution's configuration information. WWW: http://live.gnome.org/Evolution_2fGConfTools Submitted by: ahze
* - Update to 0.14.0, see release note for details:mezz2005-11-055-0/+7
| | | | | | | | http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20051016_1 - Two new ports have been added, ruby-cairo and ruby-gtkmozembed. - databases/ruby-libgda has been mark as BROKEN, because it still needs to catch up w/ new libgda-2.0, so remove it from ruby-gnome2-all.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-0563-38/+63
|
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesmarcus2005-11-0587-565/+689
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly.
* Update to 1.80.tobez2005-11-052-3/+3
|
* Upgrade to 0.5.2.thierry2005-11-052-3/+3
| | | | | Changelog at <http://ireport.sourceforge.net/index.php?p_module=page&pageid=26>.
* Add support for the AT90CAN32/64 controllers.joerg2005-11-058-36/+140
| | | | | | By the same time, also drag in the patch for catching misspelled interrupt vector names from the 4.x branch of GCC.
* Upgrade to binutils 2.16.1.joerg2005-11-054-5/+7
| | | | Add support for AT90CAN32/64.
* Add p5-Test-XML 0.07, compare XML in perl tests.lth2005-11-055-0/+52
|
* Update to 16961.lawrance2005-11-042-3/+3
| | | | | PR: ports/88270 Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> (maintainer)
* Add devel/p5-File-push, a perl module that provides temporary chdir fortobez2005-11-045-0/+48
| | | | a limited scope.
* Update to 1.79.tobez2005-11-042-7/+3
|
* Fix pkg-plistedwin2005-11-042-0/+100
| | | | | | Noticed by: YAPHR Submitted by: Jonathan Weiss <jw@innerewut.de>
* - Sync with 1.68clement2005-11-041-0/+5
|
* - Master site gone; switch to Gentoo distfiles mirrorspav2005-11-042-3/+4
| | | | | | - Change WWW to site with fresher news PR: ports/88469 (based on)
* - Update WWWpav2005-11-043-4/+3
| | | | | | | - Use INFO PR: ports/88468 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Add 2 more patches for exp build:clement2005-11-042-2/+4
| | | | | | | | ports/83514 - fix typo in bsd.port.mk: s/RC_ORDER/USE_RCORDER/g ports/88466 - small update to bsd.port.mk for postgresql (support of 8.1) exp build also contains ports/78596. It's worthless to backport it to devel/portmk
* Update to 1.0.0hq2005-11-034-8/+10
| | | | | PR: 88447 Submitted by: maintainer
* Update to 2.4 and Fix IGNORE message.nork2005-11-034-10/+12
| | | | | PR: ports/88448 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
* - Updated from 0.05 to 0.08aaron2005-11-033-7/+12
| | | | | | - Updated maintainer email address Approved by: tobez
* - Updated from 0.11 to 0.12aaron2005-11-033-7/+11
| | | | | | - Updated maintainer email address Approved by: tobez
* Update to 0.99.3.tobez2005-11-034-7/+14
| | | | | | PR: 87674 Submitted by: Christian Lackas <delta@lackas.net> Approved by: maintainer timeout
* Update to 0.7.0.kwm2005-11-033-7/+27
|