summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* use %%PERL_ARCH%% in plistBaptiste Daroussin2011-02-071-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268746
* - update to 0.25Baptiste Daroussin2011-02-073-22/+19
| | | | | | | | | | | - changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.25/Changes - add license - refactor dependencies Feature safe: yes Notes: svn path=/head/; revision=268745
* - Register CONFLICTS with devel/py-boto-develLi-Wen Hsu2011-02-072-2/+4
| | | | | | | | | | | | | - Some minor cleanup PR: ports/154271 Submitted by: lwhsu Approved by: Peter Schuller <peter.schuller AT infidyne.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268744
* - Adding boto 2.0b3, which supports new features of Amazon Web Services.Li-Wen Hsu2011-02-074-479/+26
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268743
* - Forced commit to note repocopy:Li-Wen Hsu2011-02-070-0/+0
| | | | | | | | | | | devel/py-boto -> devel/py-boto-devel PR: ports/154270 Repocopied by: marcus Feature safe: yes Notes: svn path=/head/; revision=268742
* Update to 0.07Lars Thegler2011-02-073-11/+13
| | | | | | | | Changes: http://search.cpan.org/src/BTROTT/Feed-Find-0.07/Changes Feature safe: yes Notes: svn path=/head/; revision=268741
* Update to 0.91Lars Thegler2011-02-073-10/+20
| | | | | | | | Changes: http://search.cpan.org/src/MARKOV/Log-Report-0.91/ChangeLog Feature safe: yes Notes: svn path=/head/; revision=268740
* - Remove stale patch file from repositoryPietro Cerutti2011-02-071-25/+0
| | | | | | | | Reported by: PH (via pav) Feature safe: yes Notes: svn path=/head/; revision=268739
* Simple git-compatible config file parser for Perl.Baptiste Daroussin2011-02-075-0/+47
| | | | | | | | | WWW: http://search.cpan.org/dist/Config-GitLike/ Feature safe: yes Notes: svn path=/head/; revision=268738
* Update to 1.48Brendan Fabeny2011-02-073-9/+12
| | | | | | | | Approved by: makc, miwi (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=268737
* - Update to 1.9Alexander Logvinov2011-02-072-5/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268736
* - update pkg-descrAndrej Zverev2011-02-073-3/+3
| | | | | | | | | PR: ports/154561 Submitted by: Helmut Schneider <jumper99@gmx.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268735
* Magically filenames are not changed. Fixed.Makoto Matsushita2011-02-071-9/+9
| | | | | | | | | Pointed out by: poyopoyo at puripuri dot plala internet service Feature safe: yes Notes: svn path=/head/; revision=268734
* Fix directory location for the setiathome patch dependency andRene Ladan2011-02-061-3/+2
| | | | | | | | | | | remove bogus MANUAL_PACKAGE_BUILDING line. Lessons from: pav Pointy hat to: rene Feature safe: yes Notes: svn path=/head/; revision=268732
* Fix LIB_DEPENDS.Max Brazhnikov2011-02-062-2/+2
| | | | | | | | With hat: kde@ Feature safe: yes Notes: svn path=/head/; revision=268731
* - Update to 1.16.1Martin Wilke2011-02-064-100/+15
| | | | | | | | | PR: 154549 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=268730
* - Update to 11.02Martin Wilke2011-02-062-4/+4
| | | | | | | | | PR: 154522 Submitted by: maintainer Feature safe: yes Notes: svn path=/head/; revision=268729
* - Update to 1.2.3Pietro Cerutti2011-02-062-3/+3
| | | | | | | | | Release notes: http://www.xaraya.com/index.php/releasenotes/933 Feature safe: yes Notes: svn path=/head/; revision=268728
* - Unbreak and update to 20110204Gabor Kovesdan2011-02-064-15688/+15647
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268727
* Update to 0.14Andrej Zverev2011-02-062-5/+3
| | | | | | | | | | | Changes: http://cpansearch.perl.org/src/KBRINT/Net-BGP-0.14/Changes PR: ports/154272 Submitted by: Nick Hilliard <nick@foobar.org> Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=268726
* - Add Grantlee, string template engine for Qt4Dima Panov2011-02-065-0/+98
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268725
* Make CONFIGURE_ARGS overridable for slave ports. Introduce and useGerald Pfeifer2011-02-062-8/+14
| | | | | | | | | | | | | | | | WINELIBDIR. [1] Set USE_LDCONFIG only if USE_LDCONFIG32 has not been set (which would indicate this being used by the amd64 child port). All of this is in support of the amd64 child port. Submitted by: David Naylor <naylor.b.david@gmail.com> [1] PR: 151747 Feature safe: yes Notes: svn path=/head/; revision=268724
* - Update to 6.3Beat Gaetzi2011-02-066-37/+44
| | | | | | | | | | | - Add LICENSE PR: ports/154541 (based on) Submitted by: Oleg Ginzburg <olevole AT yandex.ru> Feature safe: yes Notes: svn path=/head/; revision=268723
* Update SKK large-size Jisyo file as of Feb/01/2011.Makoto Matsushita2011-02-062-4/+4
| | | | | | | | | No feature changes in principle since it is just a dictionary file. Feature safe: yes Notes: svn path=/head/; revision=268722
* Term::RawInput is a simple drop-in replacement for <STDIN> in scriptsFrederic Culot2011-02-065-0/+38
| | | | | | | | | | | | | | | with the additional ability to capture and return the non-standard keys like 'End', 'Escape', 'Insert', etc. WWW: http://search.cpan.org/dist/Term-RawInput/ This new port is needed to update devel/p5-Term-Menus. Approved by: sahil@/wen@ (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=268721
* - Add missed directory to plistDima Panov2011-02-062-0/+2
| | | | | | | | | PR: 154550 Submitted by: az Feature safe: yes Notes: svn path=/head/; revision=268720
* - Proper usage of @dirrmtry macroAndrej Zverev2011-02-061-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268719
* - Add p5-CPS dependencyFrederic Culot2011-02-061-0/+2
| | | | | | | | | | - Bump PORTREVISION Approved by: sahil@ (mentor) Feature safe: yes Notes: svn path=/head/; revision=268718
* - chase upnp shlip bumpMartin Wilke2011-02-062-4/+4
| | | | | | | | Reported by: drosonator via phw Feature safe: yes Notes: svn path=/head/; revision=268717
* - Replace CONFLICTS with CONFLICTS_BUILD so that the conflict is notBeat Gaetzi2011-02-062-2/+4
| | | | | | | | | | | recorded in the resulting package. - Bump PORTREVISION. Reported by: obrien Feature safe: yes Notes: svn path=/head/; revision=268716
* - Update to 2.24Martin Wilke2011-02-062-3/+3
| | | | | | | | | PR: 154544 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268715
* - Update to 2.24Martin Wilke2011-02-062-3/+3
| | | | | | | | | PR: 154543 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268714
* - Update to 1.1.12Martin Wilke2011-02-064-9/+9
| | | | | | | | | PR: 154317 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268713
* - Update to 1.6.2Martin Wilke2011-02-062-7/+5
| | | | | | | | | PR: 154318 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268712
* - Update to 1.6.2Martin Wilke2011-02-063-6/+5
| | | | | | | | | PR: 154316 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268711
* - Update to version 0.6Martin Wilke2011-02-066-15/+45
| | | | | | | | | | | | | - Add LICENSE info - Update WWW line PR: 153553 Submitted by: "Pawel Pekala" <c0rn@o2.pl> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=268709
* - Update to 0.8.7Martin Wilke2011-02-062-10/+12
| | | | | | | | | | PR: 153720 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> Approved by: flz via irc (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268708
* - Update to 0.12.7Martin Wilke2011-02-063-38/+46
| | | | | | | | | | PR: 153718 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> Approved by: flz via irc (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268707
* - Update to 0.4.2Martin Wilke2011-02-063-3/+6
| | | | | | | | | PR: 154529 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268706
* Try to fix GSSAPI when using heimdal from ports.Hajimu UMEMOTO2011-02-061-0/+12
| | | | | | | | Submitted by: Graham Todd <gtodd__at__bellanet.org> Feature safe: yes Notes: svn path=/head/; revision=268705
* Backout previous commit.Hajimu UMEMOTO2011-02-062-29/+13
| | | | | | | | | | | Unfortunately, it broke GSSAPI when using heimdal in base. I have no idea how to detect whether heimdal is in base or from ports, now. Feature safe: yes Notes: svn path=/head/; revision=268704
* - Unbreak SPF option with new patch for 2.8.0Sahil Tandon2011-02-064-4/+6
| | | | | | | | | PR: ports/154465 Submitted by: mm Feature safe: yes Notes: svn path=/head/; revision=268703
* - Tweak upstream configure script to run on FreeBSD [1]Sahil Tandon2011-02-062-10/+82
| | | | | | | | | | | | - Replace spaces with tabs to pacify portlint PR: ports/153449 [1] Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268702
* Start cfengine later during boot, as other ports.Cy Schubert2011-02-066-8/+6
| | | | | | | | Suggested by: dougb Feature safe: yes Notes: svn path=/head/; revision=268701
* Update to DEV300_m99.Maho Nakata2011-02-066-20/+20
| | | | | | | | Funded by: OpenOffice.org community Feature safe: yes Notes: svn path=/head/; revision=268700
* Update to the 20110205 snapshot of GCC 4.6.0. This finally addressesGerald Pfeifer2011-02-068-56/+44
| | | | | | | | | | | a long standing issue around libgcj that's been hitting us and allows me to remove the stop gap I had put in place years ago. [1] PR: 81788 [1] Feature safe: yes Notes: svn path=/head/; revision=268699
* - Add PostgreSQL as backend option (WITH_POSTGRES)Sunpoet Po-Chuan Hsieh2011-02-054-11/+21
| | | | | | | | | | | | | - Update README for PostgreSQL users - Remove obsolete MD5 checksum PR: ports/154531 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Nick Hilliard <nick@foobar.org> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268698
* - Avoid CONFLICTS between ssltunnel-client and ssltunnel-serverSunpoet Po-Chuan Hsieh2011-02-052-14/+18
| | | | | | | | | | | | | | | - Add OPTIONS: TCPWRAPPERS - Use ETCDIR - Use bsd.port.options.mk - Cosmetic changes PR: ports/154537 Submitted by: sunpoet (myself) Approved by: Chris Rees <utisoft@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268697
* - Avoid CONFLICTS between ssltunnel-client and ssltunnel-serverSunpoet Po-Chuan Hsieh2011-02-053-21/+21
| | | | | | | | | | | | | | | - Use ETCDIR - Remove superfluous comments - Cosmetic changes - Remove obsolete MD5 checksum PR: ports/154536 Submitted by: sunpoet (myself) Approved by: Chris Rees <utisoft@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268696
* Update to DEV300_m98.Maho Nakata2011-02-056-14/+16
| | | | | | | | Funded by: OpenOffice.org community Feature safe: yes Notes: svn path=/head/; revision=268695