aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN on 5.x: Does not compilekris2004-09-191-0/+4
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Broken by changes to make(1)kris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not compilekris2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Broken pkg-plistkris2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Does not buildkris2004-09-181-0/+4
| | | | Approved by: portmgr (self)
* BROKEN: Broken pkg-plistkris2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* BROKEN: Patch failskris2004-09-181-0/+2
| | | | Approved by: portmgr (self)
* BROKEN on 5.x: Broken by make(1) changeskris2004-09-181-1/+7
| | | | Approved by: portmgr (self)
* Fix p4v and update to latest version.bms2004-09-162-5/+3
| | | | | Approved by: portmgr Submitted by: brooks
* Fix a threading portability problem in which g_mutex_trylock_posix_impl() didmarcus2004-09-152-2/+12
| | | | | | | | | | | | not check for a return of EDEADLK, thus causing certain threaded applications to break (e.g. bmp) with libpthread. This is slated to be committed in the next release of glib. See http://bugzilla.gnome.org/show_bug.cgi?id=152009 for more details. Submitted by: Pascal Hofstee <caelian@gmail.com> Reviewed by: portmgr Approved by: portmgr (implicit and no objections from linimon)
* Added Locale.get method.linimon2004-09-042-3/+29
| | | | | | PR: ports/68172 Submitted by: Alexander Novitsky <alecn2002 at yandex dot ru> Approved by: maintainer
* Update to 0.16.16 (no functional changes but this makes the porttrevor2004-09-042-3/+3
| | | | fetchable).
* - add version in CONFLICTS, otherwise it will conflict with itself.leeym2004-09-046-6/+6
| | | | Pointy hat to: leeym
* - use shell meta-characters for pattern matchingleeym2004-09-036-6/+6
|
* Update to 0.96perky2004-09-033-3/+24
| | | | | PR: 71247 Submitted by: Marco Molteni <mmolteni@cisco.com>
* - Link properly with termcap/ncursesvs2004-09-031-0/+6
| | | | | | - Add WITHOUT_TERMCAP-knob Submitted by: maintainer
* - add missing *.a filesleeym2004-09-032-0/+16
| | | | | | PR: 70621 Submitted by: leeym Approved by: knu
* Update to 1.069krion2004-09-032-3/+3
| | | | | PR: ports/71308 Submitted by: Ports Fury
* Update to version 5.4.8krion2004-09-032-3/+3
| | | | | PR: ports/71295 Submitted by: Ports Fury
* - update to 1.61.clsung2004-09-033-3/+5
| | | | | | | | | | | | | | - NEW: Multibyte encodings are considered when urlencoding path names. - CHANGE: The listing view will now always show the revision asked for (HEAD by default), but the log message will show the log string for the latest modification to the current directory). This means the the parent directory structure won't change as you browse through old directories. - FIX: A bug prevented downloading of tarballs from working. PR: ports/71292 Submitted by: maintainer Approved by: vanilla (co-mentor)
* Add qsa, a cross-platform scripting toolkit for Qt applicationslofi2004-09-037-0/+331
| | | | | PR: ports/66164 (based on) Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
* - Fix typo in META-filevs2004-09-022-0/+15
| | | | - Mark as BROKEN on 4.X: Need working <wctype.h>
* New port: devel/pear-HTML_QuickForm_Controlleredwin2004-09-024-0/+41
| | | | | | | | | | | | | | | | | | | | | The package is essentially an implementation of a PageController pattern. Architecture: * Controller class that examines HTTP requests and manages form values persistence across requests. * Page class (subclass of QuickForm) representing a single page of the form. * Business logic is contained in subclasses of Action class. Cool features: * Includes several default Actions that allow easy building of multipage forms. * Includes usage examples for common usage cases (single-page form, wizard tabbed form). PR: ports/71281 Submitted by: Dmitry Karasik <dmitry@karasik.eu.org>
* Update to 0.6.3arved2004-09-023-3/+5
| | | | | PR: 71222 Submitted by: Dryice Liu <dryice@liu.com.cn>
* Remove this dead filemat2004-09-021-0/+0
|
* Add a new port.clsung2004-09-025-0/+48
| | | | | | | | p5-VCP-Source-cvsbk: VCP source driver for bk exported cvs repository. PR: ports/71220 Submitted by: June-Yen Huang <jihuang@gate.sinica.edu.tw> Approved by: vanilla (co-mentor)
* Update to 4.8mat2004-09-025-23/+44
| | | | | PR: 71277 Submitted by: maintainer
* - update to 0.15.clsung2004-09-022-3/+7
| | | | | | | - Switched from WeakRef to Scalar::Util. ( that's why no 0.14 in ports tree) - other minor changes in CHNAGES. Approved by: vanilla (co-mentor)
* - Resign on maintainership of my FreeBSD portspav2004-09-022-2/+2
| | | | Submitted by: Michal Pasternak <dotz@irc.pl>
* Chase renaming of calltree to callgrind.lofi2004-09-022-4/+4
| | | | | Forgotten by: sem Noticed by: Amir Shalem <amir(at)boom.org.il>
* - Update to 0.07sem2004-09-023-6/+6
| | | | | | | | | - added the nested parens default filter. - added tests for this - added documentation for this PR: ports/71259 Submitted by: maintainer
* Remove junk from Makefile.sem2004-09-021-1/+0
| | | | Reported by: Amir Shalem <amir(at)boom.org.il>
* Upgrade to 0.7.obraun2004-09-022-3/+3
|
* - Update to 0.47clsung2004-09-022-3/+3
| | | | | | PR: ports/71251 Submitted by: Rong-En Fan (maintainer) Approved by: vanilla (co-mentor)
* Rename devel/calltree to callgrind.sem2004-09-0222-113/+107
| | | | | | | | Update it to 0.9.8. Update related ports. PR: ports/70936 Submitted by: maintainer
* Add patches to fix a problem which prevents this from workinghrs2004-09-0212-4/+309
| | | | | | | with VCP::Dest::SVK. Submitted by: June-Yen Huang (jihuang at gate dot sinica dot edu dot tw) PR: ports/71201
* - Fixed MASTER_SITE_SUBDIR (binary and source releases are the same so this ishq2004-09-013-32/+21
| | | | | | | | | | | | | | not really a fix) - Now bsd.java.mk 2.0 compliant - Cosmetic changes: ECHO_CMD -> ECHO_MSG and removed unnecessary variables - Use CPIO rather than MKDIR/INSTALL_MAN/INSTALL_DATA - Removed JAR file for pkg-plist - Added 'devel' category - Removed unnecessary 'post-install' target - Updated homepage in pkg-descr - Use my FreeBSD address for maintainership purposes Approved by: glewis (mentor)
* Update to 1.06.01mat2004-09-012-3/+4
|
* Dupplicate linemat2004-09-011-1/+0
|
* Update to 0.08.01mat2004-09-013-6/+25
|
* Update to version 1.10.demon2004-09-012-7/+4
| | | | | Remove unneeded dependency. Take maintainership.
* Update to 2.27vs2004-09-012-3/+3
| | | | | PR: ports/71223 Submitted by: Dryice Liu (maintainer)
* Add the glibc-kernheaders package.trevor2004-09-012-2/+5
| | | | | PR: 65940 Submitted by: Douglas Thrift
* Fix packing list.trevor2004-09-011-1/+3
|
* Update to 2.6.7marcus2004-09-012-8/+9
| | | | | | | | | | | | | | | * Switch the direct use of ``echo'' check to suggest ${ECHO_CMD} or ${ECHO_MSG} instead of ${ECHO} [1] * Tighten the check for improper GConf schema handling so that we only look in the GConf schemas directory [2] * Correct some grammar mistakes [3] * Avoid erroneous "direct use of command" warnings [4] PR: 71159 [4] Submitted by: gerald [1] pav [3] eik [4] Reported by: pav [2]
* Update to 1.2.1. Port now builds libneon with ssl support[1].seanc2004-09-019-74/+22
| | | | | PR: ports/68775 [1] Submitted by: Radim Kolar <hsn@netmag.cz>
* Take maintainership.thierry2004-09-011-1/+1
| | | | | PR: 71204 Submitted by: Antônio Carlos Venâncio Júnior
* Update to KDE 3.3lofi2004-08-3113-1151/+936
|
* - replace space with tab and make it portlint clean.vs2004-08-302-1/+3
| | | | | | | | - add missing entries in pkg-plist. PR: ports/70681 Submitted by: Yen-Ming Lee Approved by: maintainer
* Update to version 0.27.demon2004-08-306-42/+134
|
* remove extra directoriesleeym2004-08-301-0/+1
| | | | Noticed by: http://pointyhat.freebsd.org/errorlogs/i386-5-full-logs/extras.html
* Upgrade to 1.0.kuriyama2004-08-302-7/+3
|
* - Update to 3.3.9pav2004-08-3011-88/+55
| | | | | | | - Grant maintainership to submitter PR: ports/70894 Submitted by: Sergio Mangialardi <sergio@softshark.org>
* add missing file and directory into pkg-plist.leeym2004-08-301-0/+2
|
* Update to 1.0.0 and assign maintainership to submitter.perky2004-08-304-46/+24
| | | | | PR: 71018 Submitted by: June-Yen Huang <jihuang@gate.sinica.edu.tw>
* Update to 0.0.9vs2004-08-293-6/+10
| | | | | PR: ports/71102 Submitted by: Kimura Fuyuki (maintainer)
* Add p5-Module-Pluggable-Ordered 1.2, call module plugins in alth2004-08-297-0/+75
| | | | specified order.
* - Update to 1.60pav2004-08-293-3/+24
| | | | | PR: ports/71039 Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw> (maintainer)
* Fix RUN_DEPENDS.linimon2004-08-291-1/+4
| | | | | | PR: ports/70107 Submitted by: Yen-Ming Lee <leeym at utopia dot leeym dot com> Approved by: maintainer timeout (3 weeks)
* - Update to 10727pav2004-08-292-3/+3
| | | | | PR: ports/71009 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
* Update to 0.8.0 and assign maintainership.linimon2004-08-286-84/+94
| | | | | PR: ports/70895 Submitted by: Sergio Mangialardi <sergio at softshark dot org>
* Update to 0.3.14.linimon2004-08-283-7/+7
| | | | | | PR: ports/70849 Submitted by: Toni Viemero <toni dot viemero at iki dot fi> Approved by: maintainer
* Update to 0.48lth2004-08-283-9/+5
|
* Previous revision accidently deleted the expat.5 dependancy.obrien2004-08-281-1/+3
| | | | s/NO_${PORTNAME}_OPTIONS/WITHOUT_${PORTNAME}_OPTIONS/
* Support building/use on FreeBSD 4.x.obrien2004-08-276-2/+14
| | | | | PR: 71011 Submitted by: Douglas Thrift <douglas@douglasthrift.net>
* Fix WWW: linekrion2004-08-271-1/+1
| | | | | PR: ports/71033 Submitted by: maintainer
* Fix MASTER_SITESkrion2004-08-271-1/+1
| | | | | PR: ports/71026 Submitted by: maintainer
* Fix author's email in descrmat2004-08-271-1/+1
| | | | | PR: 71015 Submitted by: maintainer
* Add p5-AI-Pathfinding-AStar 0.02, Perl implementation of themat2004-08-275-0/+51
| | | | | | | A* pathfinding algorithm. PR: ports/71014 Submitted by: Aaron Dalton <aaron@daltons.ca>
* Update my email address to `@FreeBSD.org'.danfe2004-08-272-2/+2
| | | | | | | Relinquish ports I happen to no longer use. They seem to be of the latest versions, and non-broken, so this is a "clean" dump. Approved by: fjoe (mentor)
* * Remove the extfs module and related binaries. They never really worked, andmarcus2004-08-278-60/+108
| | | | | had numerous security problems * Enable optional cdparanoia support
* Add a NO_GETTEXT_OPTIONS knob.obrien2004-08-271-2/+2
|
* Remove the extfs module and associated utilities. These never really worked,marcus2004-08-278-48/+90
| | | | | | | and had security issues. They have been removed in the upcoming gnome-vfs for GNOME 2.8. Obtained from: gnome-vfs CVS (based on)
* Add pear-Validate 0.4.1, validation class.thierry2004-08-274-0/+59
| | | | | PR: 70945 Submitted by: Antonio Carlos Venancio Junior
* Add support for data and sql files.thierry2004-08-271-9/+51
| | | | | PR: 70915 Submitted by: Antônio Carlos Venâncio Júnior
* Add files maintainer didn't mention to add.sem2004-08-273-0/+34
|
* Upgrade to to 1.10.2.thierry2004-08-273-11/+10
| | | | | PR: 70987 Submitted by: maintainer.
* Fix build on 5.xsem2004-08-271-0/+11
| | | | | PR: ports/70932 Submitted by: maintainer
* Update to 0.5.5sem2004-08-274-43/+34
| | | | | PR: ports/70896 Submitted by: maintainer
* Add p5-Heap-Simple 0.05, fast and easy to use classic heaps.mat2004-08-275-0/+88
| | | | | PR: ports/70995 Submitted by: Aaron Dalton <aaron@daltons.ca>
* Update to 0.42mat2004-08-262-3/+3
|
* Update to 2.6.4.adamw2004-08-262-3/+3
|
* Upgrade to 0.11.1.thierry2004-08-262-8/+9
|
* - Take maintainership;thierry2004-08-261-3/+2
| | | | | | | - since I'm here, fix RUN_DEPENDS. PR: ports/70957 Submitted by: Antônio Carlos Venâncio Júnior
* * Correct the ORBIT_CONFIG [1]marcus2004-08-262-13/+4
| | | | | | | * Use the new libtool scheme * Make CONFLICTS for portlint friendly PR: 69484 [1]
* - Update to Version 3.5.1vs2004-08-253-53/+21
| | | | | | | - Fixed the build error on i386 PR: ports/70779 Submitted by: Gerrit Beine (maintainer)
* Fix build on -current.tg2004-08-251-0/+11
|
* Update to 20040820vs2004-08-251-1/+1
| | | | | PR: ports/70924 Submitted by: Dryice Liu (maintainer)
* Update to 0.41mat2004-08-252-4/+5
|
* Better fix for gcc 3.4.ale2004-08-252-1/+11
| | | | | PR: ports/69982 Submitted by: Andrey Slusar <vasallia@ukr.net>
* Update MASTER_SITESkrion2004-08-251-3/+5
| | | | | PR: ports/70919 Submitted by: maintainer
* - Update to 0.3krion2004-08-252-6/+8
| | | | | | | - Update MASTER_SITES PR: ports/70918 Submitted by: maintainer
* Update to 0.10.3krion2004-08-252-6/+8
| | | | | | | Update MASTER_SITES PR: ports/70917 Submitted by: maintainer
* Update to 0.9.5krion2004-08-252-4/+5
|
* Make p5-Test-Simple dependency conditional.kuriyama2004-08-251-1/+3
| | | | Approved by: mat (maintainer)
* Move to OPTIONS.sem2004-08-251-48/+7
| | | | | PR: ports/70898 Submitted by: maintainer
* Upgrade to 0.7.0.thierry2004-08-253-4/+20
| | | | | PR: 70910 Submitted by: maintainer.
* Both PAR and nss install bin/pp, add a conflict.vanilla2004-08-251-1/+3
| | | | | PR: ports/70875 Submitted by: maintainer
* * Fix one goof of mine, forgotten MD5jeh2004-08-242-2/+13
| | | | | * Fix two problems in the GNU code with the new GNU compiler * Bump PORTREVISION
* Add missing MD5 info for a patch file. I have more commits, they willjeh2004-08-241-0/+2
| | | | cause a bump of PORTREVISION
* Fix build when pcre has been installed without UTF-8 support.marcus2004-08-241-4/+2
| | | | Submitted by: maintainer
* Fix build with gcc-3.4krion2004-08-232-2/+28
|
* - Update to 0.19clsung2004-08-233-3/+17
| | | | | | | | | | | | - Fix dependency problem as reported on pointyhat (Compress::Zlib is missing) - Add a warning message let user know what happened when Makefile.PL reports there is a missing module. PR: ports/70830 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: vanilla (co-mentor)
* Update to 3.01mat2004-08-232-4/+4
|
* Update to 0.40mat2004-08-232-3/+3
|
* Make Test::Simple dependency optional.kuriyama2004-08-231-3/+8
|
* Update to the 2004-08-03 snapshot.obrien2004-08-2312-50/+50
|
* add py-bison 0.1.8ijliao2004-08-236-0/+97
| | | | Python-based parsing at the speed of C
* Now fetchable.obrien2004-08-232-4/+0
|
* This is a VCP destination driver for svn repositoriesclsung2004-08-235-0/+44
| | | | | | | | by using the SVK module. PR: ports/70712 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: vanilla (co-mentor)
* upgrade to 0.6.1ijliao2004-08-234-15/+17
|
* Mark BROKEN: Unfetchablekrion2004-08-231-0/+2
|
* Mark BROKEN: Unfetchablekrion2004-08-231-0/+2
|
* Fix build with gcc-3.4krion2004-08-232-0/+28
|
* Fix build with gcc-3.4krion2004-08-222-0/+24
|
* Add p5-File-MimeInfo 0.10, determine file type.lth2004-08-225-0/+59
| | | | | PR: 70797 Submitted by: Rong-En Fan <rafan@infor.org>
* Add p5-File-BaseDir 0.02, use the freedesktop basedir spec.lth2004-08-226-0/+83
| | | | | PR: 70768 Submitted by: Rong-En Fan <rafan@infor.org>
* - Update to 0.43lth2004-08-222-3/+3
| | | | | PR: ports/70765 Submitted by: maintainer
* - Teach configure script about FreeBSD 6pav2004-08-222-0/+22
| | | | | PR: ports/70746 Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
* - Update to new distpav2004-08-223-8/+4
| | | | | PR: ports/70275 Submitted by: tuximus <JHaga@scu.edu> (maintainer)
* Fix stupid errors in Makefile.lev2004-08-228-124/+20
| | | | | | | | Remove `*.la' installation. Remove `*.a' installation for Python module. PR: ports/70694 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
* - Introduce MASTER_SITE_OSSPpav2004-08-2110-10/+20
| | | | | PR: ports/70504 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 2.0lth2004-08-212-3/+3
|
* Fix wrong maintainer e-mailsem2004-08-211-2/+2
|
* The Config::Objective module provides a mechanism for parsing config filessem2004-08-215-0/+61
| | | | | | | to manipulate configuration data. PR: ports/62979 Submitted by: Jim Pirzyk <pirzyk@freebsd.org>
* More specific URL.sem2004-08-211-1/+1
|
* Change spaces with tabs.sem2004-08-211-1/+2
| | | | Reformat a little MAN3 macro.
* The Parse::Lex.pm module for perl5 is an object-oriented generator ofsem2004-08-217-0/+73
| | | | | | | lexical analyzers. PR: ports/62936 Submitted by: Jim Pirzyk <pirzyk@uiuc.edu>
* Updated to 1.07skv2004-08-212-5/+4
|
* - Convert to OPTIONSpav2004-08-211-13/+9
| | | | | | PR: ports/70698 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> Approved by: maintainer
* Fix MAN3. Bump PORTREVISION.hrs2004-08-211-9/+13
| | | | | Submitted by: Yen-Ming Lee (leeym at utopia dot leeym dot com) PR: ports/70272
* - Update to 0.9.5pav2004-08-215-60/+119
| | | | | | | - Convert to new PHP infrastructure PR: ports/70703 Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
* Update to 1.10.1.marcus2004-08-214-56/+4
|
* - update to build with libtool-1.5dinoex2004-08-211-1/+2
|
* BROKEN: Unfetchablekris2004-08-212-0/+4
|
* Maintainer does not have time to work on this port. If anyone wantslinimon2004-08-211-1/+1
| | | | to fix it, it's up for grabs.
* Update to 0.10mat2004-08-202-3/+3
| | | | | PR: 70223 Submitted by: maintainer
* Update to 0.16mat2004-08-203-6/+28
| | | | | PR: 70222 Submitted by: maintainer
* Add p5-Tree-Simple-VisitorFactory 0.01, a set of visitor objects format2004-08-205-0/+60
| | | | | | | traversing Tree::Simple hierarchies. PR: ports/70426 Submitted by: Aaron Dalton <aaron@daltons.ca>
* Update to 3.00.02mat2004-08-202-3/+3
|
* - Update to version 1.3.2markus2004-08-204-7/+31
| | | | | | - Fix build with gcc 3.4 [1] Reported by: pointyhat via kris [1]
* My territory, suggested by ijliao. :pclsung2004-08-2015-15/+15
| | | | Approved by: vanilla (co-mentor)
* [1] Add patches for perl bindings, backported from subversion 1.1 branchlev2004-08-2020-92/+1364
| | | | | | | | | | [2] Add optional ability to build HTML version of "Subversion book" [3] Add ability to build without libneon (with disabled WeDAV client) PR: ports/70368 with changes [1], ports/68781 [2] Submitted by: Rong-En Fan <rafan@infor.org> [1], Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> [2]
* Add ruby-rjudy 1.0, interface to the Judy Arrays library.skv2004-08-205-0/+167
|
* Add SHLIB_MAJOR to shared library.skv2004-08-202-1/+9
|
* ACE builds fine with gcc 3.4. So build only ACE, not TAO.sem2004-08-201-6/+11
| | | | Noticed by: Barney Wolff <barney@databus.com>
* Update to 2.10.4.marcus2004-08-203-15/+5
|
* install in PREFIX, not in X11PREFIXoliver2004-08-192-8/+3
| | | | | USE_LIBTOOL_VER 15 (instead of 13) Bump PORTREVISION
* Weaken perl version requirement (this module works on 5.6.x too).skv2004-08-192-5/+7
| | | | Submitted by: Alex Kapranoff <alex@kapranoff.ru>
* Add p5-Devel-StealthDebug 1.008, simple non-intrusive debug module.mat2004-08-195-0/+58
| | | | | PR: ports/70659 Submitted by: Alex Kapranoff <alex@kapranoff.ru>
* Add judy 0.1.8, general purpose dynamic array.skv2004-08-196-0/+141
|
* Update to 3.00.01mat2004-08-192-3/+4
|
* Update to 1.05mat2004-08-192-4/+3
|
* mirror.ac.uk -> mirrorservice.orgeik2004-08-191-1/+1
|
* - make gettext a build dependencyeik2004-08-195-101/+149
| | | | | | - add a WITHOUT_NLS knob Requested by: many
* Add p5-Class-Observable 1.02, allow other classes and objects to respondmat2004-08-195-0/+39
| | | | | | | to events in yours. PR: ports/70339 Submitted by: Travis Campbell <hcoyote@ghostar.org>
* Update to 2.26. Here are the most important NEWS:vs2004-08-182-3/+3
| | | | | | | | | | * Some regexp-options has been changed to regexp-list-options. See NEWS. * New option `ecb-history-exclude-file-regexps'. * `ecb-expand-methods-nodes' works for non-semantic-buffers too. * Readonly-sourcefiles are display in a different face. PR: ports/70599 Submitted by: Dryice Liu (maintainer)
* - drop maintainershipdinoex2004-08-181-1/+1
|
* Update to 0.10lth2004-08-182-9/+3
|
* Update to 0.17mat2004-08-182-4/+4
|
* unbreak by upgrading to 0.5.3ijliao2004-08-182-5/+3
|
* unbreak by upgrading to 0.7.1ijliao2004-08-185-50/+28
|
* Add option to enable ipv6 on 5.Xvs2004-08-181-2/+7
| | | | | | PR: ports/70059 Submitted by: Michael Johnson Approved by: maintainer
* [PATCH] devel/root: Wrong dependancy!edwin2004-08-181-1/+1
| | | | | | | | The dependancy on databases/postgresql is bogus. Change it to databases/postgresql7 PR: ports/70609 Submitted by: Ulrich Spoerlein <q@uni.de>
* Update to 0.27, take maintainership.skv2004-08-183-5/+7
|
* Remove a now-obsolete patch.marcus2004-08-181-0/+0
| | | | Reminded by: mezz
* Update to 0.8.4.marcus2004-08-183-18/+4
|
* - this port does not build under perl 5.00503vanilla2004-08-183-0/+11
| | | | | | | | | - add new DEPENDS - add WWW in pkg-descr - add files in pkg-plist PR: ports/70538 Submitted by: Cheng-Lung Sung <clsung_at_tw.freebsd.org>
* - Update to 1.1.0pav2004-08-173-24/+19
| | | | | PR: ports/70571 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
* - Update to 1.1.0pav2004-08-173-6/+20
| | | | | PR: ports/70570 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
* Add -fpermissve to CPPFLAGS to fix build with gcc 3.4arved2004-08-171-1/+1
|
* - Update to 2.0.1pav2004-08-172-3/+3
| | | | | PR: ports/70573 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Fix build with gcc 3.4 (friend of typedef is prohibited by C++ standard).bland2004-08-173-0/+33
| | | | Reported by: pointyhat via kris
* - Fix fetching, unbreakpav2004-08-171-3/+2
| | | | | PR: ports/70563 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Fix shared directories cleanup [1]bland2004-08-171-5/+8
| | | | | | - Respect %%PORTDOCS%% when cleanup documentation directories. Reported by: pointyhat
* USE_INTLTOOL_VER -> USE_INC_LIBTOOL_VER to let lthack actuallybland2004-08-172-2/+2
| | | | | | | | | | axe .la garbage. I didn't pay much attention to the fact how _INC get lost after repocopy when was told about this problem in x11-tookits/libpanelappetmm. Reported by: pointyhat
* BROKEN: Missing dependencykris2004-08-172-0/+4
|
* Update to 1.5.8ade2004-08-174-8/+8
|
* Update to 1.9.1ade2004-08-179-18/+18
|
* Remove compatibility linksjedgar2004-08-174-0/+18
|
* Update port to 4.1jedgar2004-08-176-20/+22
|
* Upgrade to v1.34. Unbreak with OCaml v3.08. Pick up the version numberjkoshy2004-08-175-6/+35
| | | | of the documentation PS file from PORTVERSION.
* Update to 0.4.3 to fix build with gcc 3.4arved2004-08-163-4/+12
|
* Unbreak with gcc 3.4 by adding -fpermissive to CFLAGSarved2004-08-161-5/+1
|
* Fix pkg-plistmat2004-08-161-2/+1
| | | | | PR: 70361 Submitted by: skv
* Update to 1.07mat2004-08-162-4/+3
|
* Update to 3.00mat2004-08-162-4/+3
|
* BROKEN on 5.x: Does not compile with gcc 3.4.2kris2004-08-162-2/+14
|
* BROKEN on 5.x: Does not compile with gcc 3.4.2kris2004-08-166-6/+42
|
* Fix path in patchfile, bump PORTREVISIONjeh2004-08-162-11/+7
|
* Unbreak for GCC 3.4.kan2004-08-161-0/+28
|
* BROKEN on 4.x: Internal compiler error in gcckris2004-08-161-1/+7
|
* BROKEN: Does not buildkris2004-08-161-0/+2
|
* BROKEN: Does not compilekris2004-08-161-0/+2
|
* - Update to 0.8pav2004-08-164-25/+40
| | | | Submitted by: Rui Lopes (maintainer)
* Unbreak: Revert to .tar.gz instead of bzip2.vs2004-08-162-5/+2
|
* Fix build on CURRENTarved2004-08-162-0/+21
|
* Add a patch to fix new errors in the newest GCC in -CURRENTjeh2004-08-162-1/+11
|
* Fix build with gcc 3.4arved2004-08-161-0/+10
|
* - Update to 4.56vanilla2004-08-163-4/+3
| | | | | | | | - remove Config/Simple/clear.al in pkg-plist PR: ports/69747 Submitted by: Cheng-Lung Sung <clsung at dragon2.dot.net> Approved by: maintainer (timeout > 2 weeks)
* Patch an obvious typo in the GCC g77 code pickedup by the new GCC compilerjeh2004-08-152-1/+12
| | | | in -CURRENT
* GUI frontend for the Subversion revision system.sem2004-08-156-0/+105
| | | | | PR: ports/70228 Submitted by: Andrej Zverev <az@inec.ru>
* - Update to 0.10.0.mezz2004-08-158-22/+48
| | | | | | | | | | - Un-broke/enable multimedia/ruby-gst; it works with current gstreamer now. - Change some that have CP to INSTALL_*. - Few small clean up. BTW: ruby-gtksourceview and ruby-panelapplet will be add very soon when I create and test them. They are going to be part of ruby-gnome2-all meta port.
* take care of $PREFIX/libdata/pkgconfigoliver2004-08-152-0/+2
|
* USE_LIBTOOL_VER 13 -> 15oliver2004-08-152-4/+8
| | | | | | Bump PORTREVISION Don't create share/doc/$PORTNAME-$PORTVERSION add an extra file, and take care of libdata/pkgconfig
* add some extra files/directoriesoliver2004-08-152-0/+2
|
* BROKEN: Unfetchablekris2004-08-151-0/+2
|
* fix buildoliver2004-08-154-6/+6
| | | | Noted By: bento
* Fix build with gcc 3.4krion2004-08-141-4/+4
| | | | | PR: ports/70455 Submitted by: Andrey Slusar <anray@inet.ua>
* upgrade to 1.10.2ijliao2004-08-145-487/+46
| | | | | PR: 68759 Approved by: maintainer
* Remove bad patch. It should be deleted in previous commit.lev2004-08-141-15/+0
|
* Update to 0.22.marcus2004-08-145-29/+13
|
* Update to 0.5.4krion2004-08-145-29/+14
|
* Update to 3.3.3lofi2004-08-143-7/+10
|
* - Fix build with gcc-3.4pav2004-08-144-0/+44
|
* Fix build with GCC 3.4.2. Note: patches were submitted by someone else,marcus2004-08-143-0/+95
| | | | | but I accidentally deleted the email, so I had to do these myself. Thanks to womever you were that sent the patches, though.
* Update to version 1.11krion2004-08-133-5/+40
| | | | | PR: ports/70406 Submitted by: Ports Fury
* Change MAINTAINER to perl@.nork2004-08-132-2/+2
| | | | | | I welcome bsd.port.mk introduced soon. Inspired by: freebsd-perl@
* Update to 2.4.6bland2004-08-133-3/+4
|
* Update to 0.8aarved2004-08-134-26/+17
| | | | | PR: 70338 Submitted by: Frank Mayhar <frank@exit.com>
* Update to 0.42arved2004-08-132-4/+3
| | | | | PR: 70351 Submitted by: Rong-En Fan <rafan@infor.org>
* Upgrade to 0.6.obraun2004-08-132-4/+4
|
* Update to 2.99.06mat2004-08-132-3/+4
|
* BROKEN: Unfetchablekris2004-08-131-0/+2
|
* Update to 1.51kevlo2004-08-133-4/+15
| | | | | PR: ports/70377 Submitted by: MAINTAINER
* Update to 2.6.2.marcus2004-08-1312-382/+56
|
* Add pear-HTML_Select 1.2.1, PEAR::HTML_Select is a class forthierry2004-08-134-0/+30
| | | | | | | generating HTML form select elements. PR: 70325 Submitted by: Michael Schout
* update to 0.4.94oliver2004-08-136-6/+8
|
* Update to 1.96lth2004-08-132-3/+3
| | | | | PR: 69774 Approved by: maintainer timeout (2 weeks)
* fix build with gcc 3.4oliver2004-08-134-14/+68
| | | | Bump PORTREVISION
* Fix indexmat2004-08-121-1/+0
| | | | Pointy hat to: me
* Update to 1.14vs2004-08-124-724/+12
|
* Is not interactive when BATCH is onmat2004-08-121-0/+2
| | | | Needed because of: pav's supplications ;-)
* Remove -l from the default cvs(1) options.knu2004-08-122-8/+21
| | | | | | | | PR: ports/69854 Submitted by: Marco Trentini <mark@remotelab.org> Suggested by: scop Replace a hardcoded /usr/local with $PREFIX.
* - Update to 4.00.06pav2004-08-129-231/+669
| | | | | PR: ports/69274 Submitted by: Simon Lang <simon@lang-clan.de> (maintainer)
* After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, allmat2004-08-129-20/+46
| | | | | these ports were broken because they always depended on it. I've rearranged all the dependencies to fit the new scheme.
* Update to 0.6.1.knu2004-08-129-45/+42
|
* Update to 0.9.3.knu2004-08-123-3/+7
|
* Update to 20040809vs2004-08-122-4/+3
| | | | | PR: ports/70334 Submitted by: Dryice Liu (maintainer)
* Update to 0.9.1.knu2004-08-123-10/+18
| | | | Unbreak on FreeBSD 4.x/gcc 2.95.
* Set MAINTAINER to perl@ back.vanilla2004-08-123-3/+3
| | | | Requested by: mat@
* - Update to 0.31vanilla2004-08-122-4/+4
| | | | | | | | | | | | - copy & paste from Changes: - added readdir - let exists work on non-existant filename - absolute, relative, pathname - chdir - stat on unopened file/dir PR: ports/70348 Submitted by: Cheng-Lung Sung <clsung@tw.freebsd.org>
* - Update to 0.20vanilla2004-08-122-4/+4
| | | | | | | | | | - copy & paste from Changes - call super from eval - -XXX implies :XXX - reset MAINTAINER to ports@ PR: ports/70347 Submitted by: Cheng-Lung Sung <clsung@tw.freebsd.org>
* - Update to 0.18vanilla2004-08-122-4/+4
| | | | | | | | | | | - require p5-Spiffy 0.20 (ports/70347), p5-IO-All 0.31(ports/70348?) - copy & paste from Changes: - Use Spiffy::new for constructor instead of special Spoon::Base one. - unicode fixes - reset MAINTAINER to ports@. PR: ports/70349 Submitted by: Cheng-Lung Sung <clsung@tw.freebsd.org>
* Add p5-Devel-SmallProf 2.00, per-line Perl profiler.skv2004-08-125-0/+46
|
* - Update to 0.37, unbreak itvanilla2004-08-123-10/+22
| | | | | | | | - Take maintainership PR: ports/70302 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: maintainer.
* - Update to 0.02vanilla2004-08-122-3/+3
| | | | | | | - Support reading symlink. (from CHANGES) PR: ports/70299 Submitted by: maintainer