aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* - Correct plistPav Lucistnik2009-12-031-3/+0
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=245148
* Add a note about the limitations of this tool to its pkg-descr.Bruce M Simpson2009-12-031-0/+4
| | | | | | | [Yes, it is a hack.] Notes: svn path=/head/; revision=245145
* - update to 0.39Yen-Ming Lee2009-12-022-4/+4
| | | | Notes: svn path=/head/; revision=245130
* - Chase taglib updateDima Panov2009-12-021-3/+3
| | | | | | | | Approved by: miwi (mentor) Exp-run by: miwi Notes: svn path=/head/; revision=245121
* Define TRUE and FALSE constants.Martin Wilke2009-12-025-0/+38
| | | | | | | | | | WWW: http://search.cpan.org/dist/constant-boolean PR: ports/140971 Submitted by: Andrey Kostenko <andrey at kostenko.name> Notes: svn path=/head/; revision=245118
* Object-oriented backtraceMartin Wilke2009-12-025-0/+48
| | | | | | | | | | WWW: http://search.cpan.org/dist/Devel-Backtrace PR: ports/141102 Submitted by: Andrey Kostenko <andrey at kostenko.name> Notes: svn path=/head/; revision=245116
* - Update to 1.5.0Martin Wilke2009-12-022-4/+4
| | | | | | | | PR: 141059 Submitted by: Zhen REN <bg1tpt@gmail.com> (maintainer) Notes: svn path=/head/; revision=245114
* update devel/atlas-devel to 0.6.2Oliver Lehmann2009-12-023-5/+5
| | | | Notes: svn path=/head/; revision=245110
* Add new port chrpath, a small tool which originated on Linux toBruce M Simpson2009-12-026-0/+51
| | | | | | | | | rewrite the DT_RPATH in an ELF binary. Tested on FreeBSD/amd64 7.2-STABLE. Notes: svn path=/head/; revision=245096
* - Update to 5.210Cheng-Lung Sung2009-12-022-4/+4
| | | | | | | | | Changes: http://search.cpan.org/dist/AnyEvent/Changes PR: ports/140734 Submitted by: Sahil Tandon <sahil_AT_tandon dot net> Notes: svn path=/head/; revision=245090
* Update to 0.8.4Robert Noland2009-12-012-5/+4
| | | | | | | I'm not dealing with kde4 support right now, patches welcome. Notes: svn path=/head/; revision=245081
* Fix fetchMax Brazhnikov2009-12-011-2/+1
| | | | Notes: svn path=/head/; revision=245080
* - Pass maintainership to miwiThomas Abthorpe2009-12-015-5/+5
| | | | Notes: svn path=/head/; revision=245079
* Chase math/gsl update,Max Brazhnikov2009-12-011-1/+1
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* The FreeBSD KDE is please to announce the release of KDE 4.3.4,Martin Wilke2009-12-014-10/+17
| | | | | | | | | | a bugfix, translation and maintenance update. Release note can be found at http://kde.org/announcements/announce-4.3.4.php We'd like to say thanks to all helpers and submitters. Notes: svn path=/head/; revision=245064
* - Attach the following to the build:Wesley Shields2009-12-011-0/+6
| | | | | | | | | | | | | | | | rubygem-configuration rubygem-loquacious rubygem-little_plugger rubygem-launchy rubygem-logging rubygem-webby PR: ports/140340, ports/140341, ports/140342, ports/140343, ports/140344, ports/140345 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=245062
* Webby is a fantastic little website management system.Wesley Shields2009-12-013-0/+50
| | | | | | | | | | | | | | | | | | | | | | It would be called a content management system if it were a bigger kid. But, it's just a runt with a special knack for transforming text. Webby works by combining the contents of a page with a layout to produce HTML. The layout contains everything common to all the pages HTML headers, navigation menu, footer, etc. and the page contains just the information for that page. You can use your favorite markup language to write your pages; Webby supports quite a few. WWW: http://webby.rubyforge.org/ PR: ports/140345 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=245061
* Logging is a flexible logging library for use inWesley Shields2009-12-013-0/+33
| | | | | | | | | | | | | | | Ruby programs based on the design of Java's log4j library. It features a hierarchical logging system, custom level names, multiple output destinations per log event, custom formatting, and more. WWW: http://rubyforge.org/projects/logging/ PR: ports/140344 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=245060
* Launchy is helper class for launching cross-platformWesley Shields2009-12-013-0/+35
| | | | | | | | | | | | | | | | | applications in a fire and forget manner. There are application concepts (browser, email client, etc) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external application from within ruby programs. WWW: http://rubyforge.org/projects/copiousfreetime/ PR: ports/140343 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=245059
* LittlePlugger is a module that provides Gem based plugin management.Wesley Shields2009-12-013-0/+31
| | | | | | | | | | | | | By extending your own class or module with LittlePlugger you can easily manage the loading and initializing of plugins provided by other gems. WWW: http://rubyforge.org/projects/codeforpeople/ PR: ports/140342 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=245058
* Loquacious provides a very open configuration system written in ruby andWesley Shields2009-12-013-0/+30
| | | | | | | | | | | | | | descriptions for each configuration attribute. The attributes and descriptions can be iterated over allowing for helpful information about those attributes to be displayed to the user. WWW: http://rubyforge.org/projects/codeforpeople/ PR: ports/140341 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=245057
* Ruby configuration gem provides a mechanismWesley Shields2009-12-013-0/+27
| | | | | | | | | | | | | for configuring ruby programs with ruby configuration files. WWW: http://rubyforge.org/projects/codeforpeople/ PR: ports/140340 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=245056
* Fix gir generation when /usr/local is a symlink.Joe Marcus Clarke2009-12-012-0/+20
| | | | | | | | | Reported by: dhw kib Obtained from: GNOME git Notes: svn path=/head/; revision=245049
* - Update to 0.8.6Wesley Shields2009-12-014-44/+11
| | | | | | | | | | | - Switch to using gem (greatly simplifies the port) PR: ports/141012 Submitted by: wxs@ Reviewed by: pgolluci@ Notes: svn path=/head/; revision=245042
* The directory watcher operates by scanning a directory at some interval andWesley Shields2009-12-014-0/+30
| | | | | | | | | | | | | | generating a list of files based on a user supplied glob pattern. As the file list changes from one interval to the next, events are generated and dispatched to registered observers. Three types of events are supported -- added, modified, and removed. WWW: http://rubyforge.org/projects/codeforpeople/ Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Notes: svn path=/head/; revision=245040
* - Update to 1.2.8Wesley Shields2009-12-012-4/+4
| | | | | | | | | PR: ports/141008 Submitted by: wxs@ Approved by: Roman Shterenzon <romanbsd@yahoo.com> (maintainer) Notes: svn path=/head/; revision=245038
* - Add ONLY_FOR_ARCHS, doesn't support !i386Dmitry Marakasov2009-11-301-0/+3
| | | | Notes: svn path=/head/; revision=245030
* Remove the check to see if bind has been installed from ports. This isJoe Marcus Clarke2009-11-301-4/+0
| | | | | | | | | no longer relevant to modern versions of FreeBSD and bind. Reported by: Kevin Oberman <oberman@es.net> Notes: svn path=/head/; revision=245009
* - Upgrade to 0.32.Jun Kuriyama2009-11-292-5/+5
| | | | Notes: svn path=/head/; revision=244995
* - Update to 1.0.1Wen Heping2009-11-293-9/+7
| | | | | | | - Update my mail address to FreeBSD Notes: svn path=/head/; revision=244975
* - Update cmake and cmake-gui tools to 2.8.0 releaseDima Panov2009-11-295-18/+493
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244969
* - Update to 0.25Wen Heping2009-11-292-4/+4
| | | | | | | | PR: ports/140977 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=244968
* - Update to 3.9.1Wen Heping2009-11-292-5/+5
| | | | Notes: svn path=/head/; revision=244967
* - update to 1.0106Yen-Ming Lee2009-11-292-4/+4
| | | | Notes: svn path=/head/; revision=244965
* - update to 1.00000Yen-Ming Lee2009-11-292-4/+4
| | | | Notes: svn path=/head/; revision=244962
* Does not build on ia64, and I'm guessing no one will be trying it onMark Linimon2009-11-291-0/+2
| | | | | | | | | sparc64. Hat: portmgr Notes: svn path=/head/; revision=244955
* The plugins for PEAR_PackageFileManager to pick up what files to use.Sylvio Cesar Teixeira2009-11-294-0/+87
| | | | | | | | | | | | | | | | | | | | Supported are: * File * CVS * SVN * Perforce This package is to be used with PackageFileManager v1 and v2 and can't be used on it's own. WWW: http://pear.php.net/package/PEAR_PackageFileManager_Plugins PR: ports/139703 Submitted by: myself (sylvio@) Approved by: miwi (mentor) Notes: svn path=/head/; revision=244949
* This package revolutionizes the maintenance of PEAR packages.Sylvio Cesar Teixeira2009-11-284-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With a few parameters, the entire package.xml is automatically updated with a listing of all files in a packages. Features include: - manpages the new package.xml 2.0 format in PEAR 1.4.0 - can detect PHP and extension dependencies using PHP_CompatInfo - reads in an existing package.xml file, and only changes the release/changelog - a plugin system for retrieving files in a directory. Currently four plugins exist, one for standard recursive directory content listing, one that reads the CVS/Entries files and generates a file listing based on the contents of a checked out CVS repository, one that reads Subversion entries files, and one that queries a Perforce repository. - incredibly flexible options for assigning install roles to files/directories - ability to ignore any file based on a * ? wildcard-enable string(s) - ability to include only file that match a * ? wildcard-enable string(s) - ability to manage dependencies - can output the package.xml in any directory, and read in the package.xml file from any directory. - can specify a different name for the package.xml file WWW: http://pear.php.net/package/PEAR_PackageFileManager2/ PR: ports/139704 Submitted by: myself (sylvio@) Approved by: miwi (mentor) Notes: svn path=/head/; revision=244948
* - update to 1.19.1Dirk Meyer2009-11-281-1/+1
| | | | Notes: svn path=/head/; revision=244940
* Disable pyste by default (depends on abandoned gccxml, whichMax Brazhnikov2009-11-282-71/+79
| | | | | | | | | | | | brings in gcc34 for modern systems). Bump PORTREVISION. PR: ports/138770 Submitted by: Mel Flynn <mel at rachie.is-a-geek.net> Approved by: Alexander Churanov (maintainer) Notes: svn path=/head/; revision=244937
* Update to 2.2.6b.Koop Mast2009-11-286-24/+24
| | | | | | | | | | | | - Fixed libltdl to no longer attempt to dlopen() the old_library listed in the .la file. Now will use only the preopen loader to attempt to load it. This may be a security issue, all users are advised to upgrade. - Similarly, don't open module.la from the current directory, this changes the behavior of libltdl to match the documentation. Notes: svn path=/head/; revision=244929
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-28113-519/+2216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929 Notes: svn path=/head/; revision=244923
* - Update x11-tookits/py-kde to 3.16.6Dima Panov2009-11-281-1/+1
| | | | | | | | | It's a maintenance release, only including support for SIP 4.9.x Approved by: miwi (mentor) Notes: svn path=/head/; revision=244921
* FlexDock is a Java docking framework for use in cross-platformMartin Wilke2009-11-285-0/+58
| | | | | | | | | | | | | | | | | | | | Swing applications. It offers features you'd expect in any desktop docking framework such as: * Tabbed and Split Layouts * Drag-n-Drop capability (with native drag rubber band painting on some platforms) * Floating windows * Collapsible Containers to Save Real Estate * Layout Persistence WWW: https://flexdock.dev.java.net/ PR: ports/140906 Submitted by: Otacilio de Araujo Ramos Neto <otacilio.neto at bsd.com.br> Notes: svn path=/head/; revision=244914
* - Update to 0.081Wen Heping2009-11-282-6/+5
| | | | | | | | | | - Remove devel/p5-IO-stringy from RUN_DEPENDS PR: ports/140963 Submitted by: Sahil Tandon <sahil@tandon.net> Notes: svn path=/head/; revision=244893
* - Fix build after lang/sml-nj-devel updateMartin Wilke2009-11-284-19/+101
| | | | | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> Notes: svn path=/head/; revision=244886
* - Chase graphics/proj shlib bumpMartin Wilke2009-11-271-1/+2
| | | | Notes: svn path=/head/; revision=244872
* - Update my mail address to FreeBSDSylvio Cesar Teixeira2009-11-276-6/+6
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=244870
* - Remove devel/gtkmozedit: No longer under development and does not buildBeat Gaetzi2009-11-275-153/+0
| | | | | | | | | with libxul Approved by: gnome (marcus, mezz) Notes: svn path=/head/; revision=244852
* When preparing a package, epm copies the files to be included into aMikhail Teterin2009-11-271-0/+29
| | | | | | | | | | | | | | | | | | | hierarchy under its own directory. This patch changes the code to attempt to link() the files instead. Should the linking fail (typically, because the source and the target may be on different filesystems), the code will still fall back to copying. The patch is submitted to the (dormant) author: http://www.epmhome.org/str.php?L21+P0+S-2+C0+I0+E0+M10+Q Approved by: maintainer (maho) Notes: svn path=/head/; revision=244828