aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This class is a factory for text pipes. A pipe has a filter() methodJun Kuriyama2013-01-185-0/+107
| | | | | | | | | | | through which input can pass. The input can be a string or a reference to an array of strings. Pipes can be stacked together using Text::Pipe::Stackable. WWW: http://search.cpan.org/dist/Text-Pipe/ Notes: svn path=/head/; revision=310605
* Stop being INTERACTIVEChris Rees2013-01-181-9/+24
| | | | | | | Be more flexible about TCL versions Notes: svn path=/head/; revision=310604
* Convert to optionsNGNiclas Zeising2013-01-181-25/+25
| | | | | | | Approved by: kwm, miwi (mentors, implicit) Notes: svn path=/head/; revision=310603
* GrabNiclas Zeising2013-01-181-6/+2
| | | | | | | | | While here, trim makefile headers. Approved by: kwm, miwi (mentors, implicit) Notes: svn path=/head/; revision=310602
* Stop being INTERACTIVEChris Rees2013-01-183-19/+45
| | | | | | | | No longer clobbers configuration files on install/deinstall (no version bump because current users would have to upgrade for no good reason) Notes: svn path=/head/; revision=310601
* - Update x11-toolkits/scintilla and editors/scite to 3.2.4Guido Falsi2013-01-184-6/+6
| | | | | | | | PR: ports/175395, ports/175396 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Notes: svn path=/head/; revision=310600
* This module generates accessors for your class in the same spirit asJun Kuriyama2013-01-185-0/+39
| | | | | | | | | | | Class::Accessor does. While the latter deals with accessors for scalar values, this module provides accessor makers for rather flexible constructors. WWW: http://search.cpan.org/dist/Class-Accessor-Constructor/ Notes: svn path=/head/; revision=310599
* Use OPTIONS instead of INTERACTion with the configure scriptChris Rees2013-01-184-8/+29
| | | | | | | | | Works fine on amd64 While here, rename patches to correct scheme Notes: svn path=/head/; revision=310598
* Hierarchy-wide accumulation of list and hash results.Jun Kuriyama2013-01-185-0/+30
| | | | | | | | | | This is a mixin class. By inheriting from it you get two methods that are able to accumulate hierarchy-wide list and hash results. WWW: http://search.cpan.org/dist/Data-Inherited/ Notes: svn path=/head/; revision=310597
* - Update to 1.19 [1]Frederic Culot2013-01-182-5/+8
| | | | | | | | | | | | - Pass maintainership to submitter [1] - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/pip/Changes PR: ports/175342 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=310596
* Update to 5.81.Anton Berezin2013-01-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Digest-SHA/Changes Notes: svn path=/head/; revision=310595
* Update to 1.57.Anton Berezin2013-01-182-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes Notes: svn path=/head/; revision=310594
* Update to 1.008.Anton Berezin2013-01-182-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Acme-MetaSyntactic/Changes Notes: svn path=/head/; revision=310593
* Update to 0.18.Anton Berezin2013-01-182-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/MooseX-Params-Validate/Changes Notes: svn path=/head/; revision=310592
* Update to 0.09.Anton Berezin2013-01-182-10/+5
| | | | | | | Changes: http://search.cpan.org/dist/Sub-Override/Changes Notes: svn path=/head/; revision=310591
* Update to 2.09.Anton Berezin2013-01-182-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/File-Path/Changes Notes: svn path=/head/; revision=310590
* - Assign back to the poolFrederic Culot2013-01-181-1/+1
| | | | | | | | PR: ports/175384 Submitted by: Gary Hayers <gary@hayers.org> (maintainer) Notes: svn path=/head/; revision=310589
* - Update to 1.11 [1]Frederic Culot2013-01-182-4/+6
| | | | | | | | | | | - Add LICENSE (BSD) Changes: http://search.cpan.org/dist/Net-Printer/ChangeLog PR: ports/175348 [1] Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Notes: svn path=/head/; revision=310588
* - Update to 0.5.3Frederic Culot2013-01-183-3/+4
| | | | | | | | | Changes: https://github.com/wackou/guessit/blob/master/NEWS.rst PR: ports/175375 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Notes: svn path=/head/; revision=310587
* - Update to 8.0Frederic Culot2013-01-182-3/+6
| | | | | | | | | | - Add LICENSE (MIT) PR: ports/175392 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Notes: svn path=/head/; revision=310586
* - Update to 1.10.1Frederic Culot2013-01-183-3/+4
| | | | | | | | | Changes: http://piwik.org/changelog/ PR: ports/175377 Submitted by: Hans Fredrik Nordhaug <hans@nordhaug.priv.no> (maintainer) Notes: svn path=/head/; revision=310585
* - over to new volunteerFlorian Smeets2013-01-181-6/+2
| | | | | | | | | | - while here convert to new header format PR: ports/175376 Submitted by: dhw Notes: svn path=/head/; revision=310584
* Router::Simple::Sinatraish is toolkit library for sinatra-ish WAF.Jun Kuriyama2013-01-185-0/+27
| | | | | | | WWW: http://search.cpan.org/dist/Router-Simple-Sinatraish/ Notes: svn path=/head/; revision=310583
* - Update to 0.7.2 [1]Alex Kozlov2013-01-187-738/+701
| | | | | | | | | | | | | - Convert Makefile headers to new style [1] - Convert to new options framework - Remove broken NO_INSTALL_MANPAGES PR: ports/174913 (based on) [1] Submitted by: Jakub Lach <jakub_lach@mailplus.pl> Approved by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer) Notes: svn path=/head/; revision=310582
* . Update to 7u11.Greg Lewis2013-01-185-8335/+17366
| | | | | | | Security: CVE-2013-0422 Notes: svn path=/head/; revision=310581
* - makefile cleanup and trim historical headerJason Helfman2013-01-181-13/+10
| | | | | | | | | | | - fix LIB_DEPENDS - while here trim COMMENT and use INSTALL_DATA PR: 175367 Submitted by: maintainer, jakub_lach@mailplus.pl Notes: svn path=/head/; revision=310580
* - update to 2.5.2Jason Helfman2013-01-183-34/+15
| | | | | | | | | | | - drop EXPIRATION, as distfiles are now available - various cleanups - change project WWW url Based on: http://lists.freebsd.org/pipermail/freebsd-ports/2013-January/080678.html Notes: svn path=/head/; revision=310579
* - Update to 1.5.0 [1].Matthias Andree2013-01-184-22/+67
| | | | | | | | | | | | | - Reset maintainer [2], awaiting submitter's feedback if he wants to become the new maintainer. - Convert header comments. - Add a MAKE_ARGS+= to help builds where LOCALBASE != PREFIX PR: ports/174453 [1] [2, Kelly's reply] Submitted by: Green Dog <fiziologus@gmail.com> Notes: svn path=/head/; revision=310578
* Add patches to fix the build with newer glib20.Koop Mast2013-01-185-15/+55
| | | | | | | | | While here pet portlint, convert to OptionsNG and trim Makefile header. Obtained from: GNOME staging repo Notes: svn path=/head/; revision=310577
* LuaLDAP is a simple interface from Lua to an LDAP client.Matthias Andree2013-01-176-0/+399
| | | | | | | | | | | | | | | | In fact it is a bind to OpenLDAP or to ADSI. It enables a Lua program to: - connect to an LDAP server; - execute any operation (search, add, compare, delete, modify and rename); - retrieve entries and references of the search result. WWW: http://www.keplerproject.org/lualdap/ PR: 172415 Submitted by: Piotr Florczyk Notes: svn path=/head/; revision=310576
* - Fix NOPORTDOCS regression [1], by installing to DESTDIR= and then ↵Matthias Andree2013-01-172-69/+31
| | | | | | | | | | | | | | | | | installing from there, rather than tweaking the Makefiles. - Move examples to EXAMPLESDIR, and heed NOPORTEXAMPLES - Remove a leftover SUB_LIST addition. - Switch comment to my FreeBSD e-mail address. - Use PORTDOCS=* and PORTEXAMPLES=* to remove pkg-plist cruft - Sort PORT_OPTIONS .ifs and stuff. PR: ports/175283 [1] Submitted by: Alexey Markov [1] Notes: svn path=/head/; revision=310575
* - Upgrade to 0.15.Jun Kuriyama2013-01-172-11/+4
| | | | Notes: svn path=/head/; revision=310574
* Measure size of Perl OPs and SVs. B::Size2 is a fork of B::Size 0.09.Jun Kuriyama2013-01-175-0/+32
| | | | | | | WWW: http://search.cpan.org/dist/B-Size2/ Notes: svn path=/head/; revision=310573
* - Upgrade to 1.5019.Jun Kuriyama2013-01-172-8/+3
| | | | Notes: svn path=/head/; revision=310572
* - Remove puppet dependency to prevent circular dep - will research furtherGreg Larkin2013-01-171-2/+1
| | | | | | | Reported by: cperciva Notes: svn path=/head/; revision=310571
* - Fix typo in default options listPav Lucistnik2013-01-171-2/+2
| | | | | | | Reported by: Ken Moore <ken@pcbsd.org> Notes: svn path=/head/; revision=310570
* This time, with the pkg-plist updates left out of the previous commit.Matthew Seaman2013-01-172-1/+5
| | | | Notes: svn path=/head/; revision=310569
* - Updated to 1.0.0Greg Larkin2013-01-172-10/+5
| | | | | | | | | | | ChangeLog: https://groups.google.com/forum/?fromgroups=#!topic/puppet-users/Sg2opjFDvFE - Adjusted dependency to adhere to specific version number - Trimmed Makefile header Reported by: portscout Notes: svn path=/head/; revision=310568
* - Updated to 0.4.0Greg Larkin2013-01-172-9/+5
| | | | | | | | | | - Updated dependencies per gem metadata - Trimmed Makefile header Reported by: portscout Notes: svn path=/head/; revision=310567
* - Updated to 1.1.2Greg Larkin2013-01-172-9/+6
| | | | | | | | | | ChangeLog: https://groups.google.com/forum/?fromgroups=#!topic/puppet-users/VAMzS3NybEk - Updated dependencies, per new gem metadata Reported by: portscout Notes: svn path=/head/; revision=310566
* - Update Nettle to 2.6Johan van Selst2013-01-173-11/+11
| | | | | | | | | | - While here, also trim makefile headers PR: ports/175360 Submitted by: Niclas Zeising <zeising@daemonic.se> Notes: svn path=/head/; revision=310565
* - Update to 3.0.3Lars Engels2013-01-173-23/+75
| | | | | | | - Don't depend on a specific library version Notes: svn path=/head/; revision=310564
* - Trimmed Makefile header (forgot before previous commit)Greg Larkin2013-01-171-5/+1
| | | | Notes: svn path=/head/; revision=310563
* - Updated to 1.45Greg Larkin2013-01-172-4/+3
| | | | | | | | | ChangeLog: http://www.pdflabs.com/docs/pdftk-version-history/ Reported by: portscout Notes: svn path=/head/; revision=310562
* - Updated to 1.02Greg Larkin2013-01-173-12/+10
| | | | | | | | | | | | ChangeLog: http://cpansearch.perl.org/src/MTURK/Net-Amazon-MechanicalTurk-1.02/Changes - Added more required dependencies - Clarified wording in pkg-message - Trimmed Makefile header Reported by: portscout Notes: svn path=/head/; revision=310561
* - Update to 3.1.0Lars Engels2013-01-173-7/+13
| | | | | | | - Add a .desktop entry Notes: svn path=/head/; revision=310560
* Upgrade to version 4.0.9Matthew Seaman2013-01-174-6/+5
| | | | | | | | | | | | | | This is a routine bugfix release. Adminstrators should apply the database update as described in the pkg-message. Also, if you have set a custom @JSFiles in RT_SiteConfig.pm, you will need to amend this to include the new jquery.cookie.js file added to RT_Config.pm Announcement: http://blog.bestpractical.com/2013/01/rt-409-released.html ReleaseNotes: http://bestpractical.com/rt/release-notes/4.0.9 Upgrading from 4.0.8: http://bestpractical.com/rt/docs/4.0/UPGRADING-4.0.html#UPGRADING-FROM-4.0.8-AND-EARLIER Notes: svn path=/head/; revision=310559
* - Updated to 0.23Greg Larkin2013-01-173-13/+10
| | | | | | | | | | - Trimmed Makefile header - Clarified pkg-message and added note about AWS Free Usage Tier Reported by: portscout Notes: svn path=/head/; revision=310558
* - Updated to 1.0.4Greg Larkin2013-01-172-9/+6
| | | | | | | | | | ChangeLog: http://cpansearch.perl.org/src/AULUSOY/XML-Pastor-1.0.4/Changes - Trimmed Makefile header Reported by: portscout Notes: svn path=/head/; revision=310557
* - Fixed clang and current gcc buildGreg Larkin2013-01-173-7/+50
| | | | | | | | | | - Suppressed warnings emitted by clang PR: ports/174852 Submitted by: Michael Gmelin <freebsd@grem.de> Notes: svn path=/head/; revision=310556