aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 5.0.0Chin-San Huang2008-08-314-29/+23
| | | | Notes: svn path=/head/; revision=219507
* Add p5-Text-CharWidth, get number of occupied columns of a string on terminal.Chin-San Huang2008-08-315-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This module supplies features similar as wcwidth(3) and wcswidth(3) in C language. Characters have its own width on terminal depending on locale. For example, ASCII characters occupy one column per character, east Asian fullwidth characters (like Hiragana or Han Ideograph) occupy two columns per character, and combining characters (apperaring in ISO-8859-11 Thai, Unicode, and so on) occupy zero columns per character. mbwidth() gives the width of the first character of the given string and mbswidth() gives the width of the whole given string. The names of mbwidth and mbswidth came from "multibyte" versions of wcwidth and wcswidth which are "wide character" versions. mblen(string) returns number of bytes of the first character of the string. Please note that a character may consist of multiple bytes in multibyte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, or Big5. mbwidth(string) returns the width of the first character of the string. mbswidth(string) returns the width of the whole string. Parameters are to be given in locale encodings, not always in UTF-8. WWW: http://search.cpan.org/dist/Text-CharWidth/ Notes: svn path=/head/; revision=219506
* - Unbreak this port by using emacs 21 (this port is integrated into emacs22)Rong-En Fan2008-08-311-5/+3
| | | | | | | | | | | - While I'm here, use bsd.emacs.mk instead of hard coding the dependency PR: ports/124859 Submitted by: Peter Jeremy <peterjeremy at optushome.com.au> Approved by: Andrew Bernard" <andrewb at cs.cmu.edu> (maintainer) Notes: svn path=/head/; revision=219505
* - Connect chinese/gcin-devel to buildChin-San Huang2008-08-311-0/+1
| | | | | | | Noticed by: linimon(portmgr@) Notes: svn path=/head/; revision=219504
* - Fix build with NOPORTDOCS=1Rong-En Fan2008-08-312-12/+13
| | | | | | | | PR: ports/126978 Submitted by: Kawaguti Ginga <ginga-freebsd at ginganet.org> (maintainer) Notes: svn path=/head/; revision=219503
* - Fix UI and make it usable again (was broken due to tcl api changes)Rong-En Fan2008-08-314-2/+24
| | | | | | | | PR: ports/108856 Submitted by: Hannes Frederic Sowa<hannes at sowa.ath.cx> Notes: svn path=/head/; revision=219502
* graphics/pecl-imagick returned as of 20070413.Mark Linimon2008-08-311-1/+0
| | | | Notes: svn path=/head/; revision=219501
* - simplify dependencyYen-Ming Lee2008-08-311-8/+13
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=219500
* - simplify dependencyYen-Ming Lee2008-08-311-5/+8
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=219499
* - simplify dependencyYen-Ming Lee2008-08-311-5/+3
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=219498
* - Update to 1.4Chin-San Huang2008-08-314-17/+8
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=219497
* - set PORTSCOUT variableChin-San Huang2008-08-311-0/+2
| | | | Notes: svn path=/head/; revision=219496
* - Update to 0.85Chin-San Huang2008-08-312-4/+4
| | | | Notes: svn path=/head/; revision=219494
* Simplify dependency.Jun Kuriyama2008-08-301-5/+10
| | | | | | | | PR: ports/126979 Submitted by: leeym Notes: svn path=/head/; revision=219493
* - Update to 2.05Chin-San Huang2008-08-303-42/+31
| | | | Notes: svn path=/head/; revision=219492
* Add p5-Layout-Manager, 2D Layout Management.Chin-San Huang2008-08-305-0/+53
| | | | | | | | | | Layout::Manager provides a simple interface for creating layout managers, or classes that size and position components withing a container. WWW: http://search.cpan.org/dist/Layout-Manager/ Notes: svn path=/head/; revision=219491
* Add p5-Graphics-Primitive-Driver-Cairo, Cairo backend for Graphics::Primitive.Chin-San Huang2008-08-305-0/+44
| | | | | | | | | This module draws Graphics::Primitive objects using Cairo. WWW: http://search.cpan.org/dist/Graphics-Primitive-Driver-Cairo/ Notes: svn path=/head/; revision=219490
* - Update to 2.0Martin Wilke2008-08-303-220/+2679
| | | | | | | | | | | Note: Please also see the Release notes, especially if you are upgrading from a previous version. http://tikiwiki.org/ReleaseNotes20 Approved by: maintainer implicit Notes: svn path=/head/; revision=219489
* Add p5-Graphics-Primitive, device and library agnostic graphic primitives.Chin-San Huang2008-08-305-0/+90
| | | | | | | | | | | | Graphics::Primitive is library agnostic system for drawing things. The idea is to allow you to create and manipulate graphical components and then pass them off to a Driver for actual drawing. WWW: http://search.cpan.org/dist/Graphics-Primitive/ Notes: svn path=/head/; revision=219488
* phpMinAdmin is a MySQL management tool written in PHP.Martin Wilke2008-08-3011-0/+269
| | | | | | | | | | | | | | | | | Currently it can create database, create/drop/alter tables, create/drop/alter stored procedures, functions and triggers, delete/edit/add fields, execute any SQL statement, and manage keys on fields. The main difference between phpMinAdmin and phpMyAdmin is that phpMinAdmin is light-weight. WWW: http://phpminadmin.sourceforge.net PR: ports/126915 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=219487
* Ruby/ProgressBar is a text progress bar library for Ruby.Martin Wilke2008-08-305-0/+45
| | | | | | | | | | | | | It can indicate progress with percentage, a progress bar, and estimated remaining time. WWW: http://0xcc.net/ruby-progressbar/index.html.en PR: ports/126885 Submitted by: TAKATSU Tomonari <tota at rtfm.jp> Notes: svn path=/head/; revision=219486
* Add p5-Graphics-Color, device and library agnostic color spaces.Chin-San Huang2008-08-305-0/+54
| | | | | | | | | | Graphics color is a device and library agnostic system for creating and manipulating colors in various color spaces. WWW: http://search.cpan.org/dist/Graphics-Color/ Notes: svn path=/head/; revision=219485
* - Update to 0.4.3Martin Wilke2008-08-303-4/+5
| | | | | | | | PR: 126976 Submitted by: Daniel Bretoi <daniel@netwalk.org> (maintainer) Notes: svn path=/head/; revision=219484
* - Update to 0.30Martin Wilke2008-08-302-5/+4
| | | | | | | | | PR: 126416 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=219483
* - Update to 1.3.7Martin Wilke2008-08-303-18/+187
| | | | | | | | | PR: 126477 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=219482
* - Update to 3.0.0Martin Wilke2008-08-305-145/+61
| | | | | | | | | PR: 126295 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=219481
* - Update to 0.6.2Martin Wilke2008-08-303-6/+6
| | | | | | | | PR: 126860 Submitted by: Pawel Pekala <c0rn@o2.pl> Notes: svn path=/head/; revision=219480
* ImpressCMS is a community developed Content ManagementMartin Wilke2008-08-306-0/+1016
| | | | | | | | | | | | | | | | | | | | System for easily building and maintaining a dynamic web site. Keep your web site up to date with this easy to use, secure and flexible system. It is the ideal tool for a wide range of users: from business to community users, from large enterprises to people who want a simple, easy to use blogging tool. ImpressCMS is a powerful system that gets outstanding results! WWW: http://www.impresscms.org/ PR: ports/126948 Submitted by: Wen heping <wenheping at gmail.com> Notes: svn path=/head/; revision=219479
* - Update to 0.1.3Martin Wilke2008-08-302-4/+7
| | | | | | | | PR: 126875 Submitted by: maintainer Notes: svn path=/head/; revision=219478
* - Update to 0.7Martin Wilke2008-08-302-4/+4
| | | | | | | | PR: 126911 Submitted by: maintainer Notes: svn path=/head/; revision=219477
* - Update to 5.88Martin Wilke2008-08-303-6/+6
| | | | Notes: svn path=/head/; revision=219476
* - Update to 20080825Martin Wilke2008-08-304-7/+7
| | | | Notes: svn path=/head/; revision=219475
* - Add SEARCH_SCREEN OPTION defaulting to on.Tom McLaughlin2008-08-301-1/+6
| | | | | | | | | PR: 121432 Submitted by: Dennis Herrmann Approved by: maintainer timeout Notes: svn path=/head/; revision=219474
* Chase update in net/silc-client which turns on perl support.Wesley Shields2008-08-302-1/+13
| | | | | | | Noticed by: Pav and Erwin Notes: svn path=/head/; revision=219473
* Add p5-Forest, a collection of n-ary tree related modules.Chin-San Huang2008-08-305-0/+79
| | | | | | | | | | | | Forest is intended to be a replacement for the Tree::Simple family of modules, and fixes many of the issues that have always bothered me about them. It is by no means a complete replacement yet, but should eventually grow to become that. WWW: http://search.cpan.org/dist/Forest/ Notes: svn path=/head/; revision=219472
* Add p5-Sub-Current, get the current subroutine.Chin-San Huang2008-08-305-0/+43
| | | | | | | | | | | | | | | | Sub::Current makes available a function ROUTINE(), that returns a code reference pointing at the currently executing subroutine. In a special block (BEGIN, END, CHECK, INIT, and UNITCHECK in Perl 5.10) this function will return undef. Outside of a special block (that is, at the top level of a program) ROUTINE() will return undef as well. WWW: http://search.cpan.org/dist/Sub-Current/ Notes: svn path=/head/; revision=219471
* - Update to 0.28Chin-San Huang2008-08-302-4/+4
| | | | Notes: svn path=/head/; revision=219470
* Add p5-Text-Flow, flexible text flowing and word wrapping for not just ASCIIChin-San Huang2008-08-305-0/+46
| | | | | | | | | | | | | | | | | output. This module provides a flexible way to wrap and flow text for both ASCII and non-ASCII outputs. The main purpose of this module is to provide text wrapping and flowing features without being tied down to ASCII based output and fixed-width fonts. My needs were for a more sophisticated text control in PDF and GIF output formats in particular. WWW: http://search.cpan.org/dist/Text-Flow/ Notes: svn path=/head/; revision=219469
* Add p5-Geometry-Primitive, Primitive Geometry Entities.Chin-San Huang2008-08-305-0/+66
| | | | | | | | | | | | Geometry::Primitive is a device and library agnostic system for representing geometric entities such as points, lines and shapes. It provides simple objects and many convenience methods you would expect from a geometry library. WWW: http://search.cpan.org/dist/Geometry-Primitive/ Notes: svn path=/head/; revision=219468
* Add p5-Pod-Coverage-Moose, Pod::Coverage extension for Moose.Chin-San Huang2008-08-305-0/+48
| | | | | | | | | | | When using Pod::Coverage in combination with Moose, it will report any method imported from a Role. This is especially bad when used in combination with Test::Pod::Coverage, since it takes away its ease of use. WWW: http://search.cpan.org/dist/Pod-Coverage-Moose/ Notes: svn path=/head/; revision=219467
* Update the freebsd committer markers of core@Giorgos Keramidas2008-08-301-4/+4
| | | | Notes: svn path=/head/; revision=219466
* Add p5-MooseX-Clone, fine grained cloning support for Moose objects.Chin-San Huang2008-08-305-0/+59
| | | | | | | | | | | | | | | | Out of the box Moose only provides very barebones cloning support in order to maximize flexibility. This role provides a clone method that makes use of the low level cloning support already in Moose and adds selective deep cloning based on introspection on top of that. Attributes with the Clone trait will handle cloning of data within the object, typically delegating to the attribute value's own clone method. WWW: http://search.cpan.org/dist/MooseX-Clone/ Notes: svn path=/head/; revision=219465
* - Update VDA patch to 2.5.4Marcus Alves Grando2008-08-3010-20/+20
| | | | | | | | PR: 126897 Notified by: Brian Haun <brian___haun.net> Notes: svn path=/head/; revision=219464
* Add p5-Hash-Util-FieldHash-Compat, use Hash::Util::FieldHash or ties,Chin-San Huang2008-08-305-0/+51
| | | | | | | | | | | | | | | | | depending on availability. Under older perls this module provides a drop in compatible api to Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available it will use that instead. This way code requiring field hashes can benefit from fast, robust field hashes on Perl 5.10 and newer, but still run on older perls that don't ship with that module. WWW: http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/ Notes: svn path=/head/; revision=219463
* Add p5-Tie-RefHash-Weak, a Tie::RefHash subclass with weakened references inChin-San Huang2008-08-305-0/+50
| | | | | | | | | | | | | | | | | | | | | the keys. The Tie::RefHash module can be used to access hashes by reference. This is useful when you index by object, for example. The problem with Tie::RefHash, and cross indexing, is that sometimes the index should not contain strong references to the objecs. Tie::RefHash's internal structures contain strong references to the key, and provide no convenient means to make those references weak. This subclass of Tie::RefHash has weak keys, instead of strong ones. The values are left unaltered, and you'll have to make sure there are no strong references there yourself. WWW: http://search.cpan.org/dist/Tie-RefHash-Weak/ Notes: svn path=/head/; revision=219462
* - Pass maintainership to Pedro Giffuni (giffunip@tutopia.com)Martin Wilke2008-08-301-1/+1
| | | | | | | | PR: 126962 Submitted by: old maintainer Notes: svn path=/head/; revision=219461
* - Update to 3.1.5.1Martin Wilke2008-08-303-16/+20
| | | | | | | | PR: 126879 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) Notes: svn path=/head/; revision=219460
* Add p5-Variable-Magic, associate user-defined magic to variables from Perl.Chin-San Huang2008-08-305-0/+39
| | | | | | | | | | | | | Magic is Perl way of enhancing objects. This mechanism let the user add extra data to any variable and overload syntaxical operations (such as access, assignation or destruction) that can be applied to it. With this module, you can add your own magic to any variable without the pain of the C API. WWW: http://search.cpan.org/dist/Variable-Magic/ Notes: svn path=/head/; revision=219459
* - update to 1.15Yen-Ming Lee2008-08-303-13/+8
| | | | Notes: svn path=/head/; revision=219458
* - Update to 3.1.20080826Martin Wilke2008-08-302-5/+5
| | | | | | | | PR: 126887 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua> (maintainer) Notes: svn path=/head/; revision=219457