aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mark as deprecated and set expiration date to 2010-12-30 for unmaintainedBaptiste Daroussin2010-10-299-0/+21
| | | | | | | | | ports (ports@) that are broken and which seems abandonned upstream and are broken for long or only build on 6.x which will be unsupported at that time Notes: svn path=/head/; revision=263768
* - Exclude from pointyhat, where it hangs-a-lot during buildPav Lucistnik2010-10-291-0/+2
| | | | Notes: svn path=/head/; revision=263767
* - Lowercase variable names in rc scriptPav Lucistnik2010-10-291-2/+2
| | | | | | | Spotted by: dougb@ Notes: svn path=/head/; revision=263766
* - Does not need DISTNAME eitherPav Lucistnik2010-10-291-1/+0
| | | | | | | Reported by: amdmi3 Notes: svn path=/head/; revision=263765
* - Update to 1.2Pav Lucistnik2010-10-294-69/+110
| | | | | | | | PR: ports/151667 Submitted by: Matt Dawson <matt@chronos.org.uk> (maintainer) Notes: svn path=/head/; revision=263764
* Update to OOO330_m13.Maho Nakata2010-10-292-7/+4
| | | | | | | Funded by: OpenOffice.org community Notes: svn path=/head/; revision=263763
* Fix build on 6.xMax Brazhnikov2010-10-292-2/+7
| | | | | | | Remove md5 sum Notes: svn path=/head/; revision=263762
* Update to 2.1Max Brazhnikov2010-10-292-4/+3
| | | | Notes: svn path=/head/; revision=263761
* Switch to libxul from seamonkey when building with ns plugin (requested by ↵Max Brazhnikov2010-10-292-3/+1
| | | | | | | | | | gecko@) Remove stale configure option Remove md5 sum while here Notes: svn path=/head/; revision=263760
* - Update to v3.20101023Henrik Brix Andersen2010-10-293-5/+8
| | | | Notes: svn path=/head/; revision=263759
* Update maintainer addressErwin Lansing2010-10-291-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=263758
* - Update to 0.2.4Li-Wen Hsu2010-10-292-4/+3
| | | | Notes: svn path=/head/; revision=263757
* Fix plugins build with CC=cc [1]; remove md5 checksumsBrendan Fabeny2010-10-292-3/+3
| | | | | | | | | | | from distinfo PR: 151430 [1] Submitted by: Alexander <bas@it-core.org> [1] Approved by: makc, miwi (mentors, implicit) Notes: svn path=/head/; revision=263756
* Revert commit 1.8 to pkg-plist.Josh Paetzel2010-10-292-2/+1
| | | | | | | Approved by: Oliver Fromme <olli@lurza.secnetix.de> Notes: svn path=/head/; revision=263755
* - Update to v1.0.22Henrik Brix Andersen2010-10-292-5/+4
| | | | Notes: svn path=/head/; revision=263754
* - Update to v1.0.22Henrik Brix Andersen2010-10-292-9/+8
| | | | | | | | | | | | - Add LICENSE information - Unbreak, fixing [1] PR: ports/151579 Submitted by: Lucius Windschuh <lwindschuh@gmail.com> Approved by: erwin@ (on behalf of perl@) (maintainer) Notes: svn path=/head/; revision=263753
* - Update to v1.0.22Henrik Brix Andersen2010-10-293-8/+17
| | | | | | | | | | | | | - Unbreak - Add LICENSE information - Fix build issue [1] PR: ports/151317 [1] Submitted by: Jilles Tjoelker <jilles@stack.nl> Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=263752
* - Update to v1.0.22Henrik Brix Andersen2010-10-293-5/+81
| | | | | | | | | | | | - Add LICENSE information - Update maintainer e-mail address PR: ports/151782 Submitted by: Jean-Francois Dockes <jf@dockes.org> (maintainer) Approved by: Jean-Francois Dockes <jf@dockes.org> (maintainer) Notes: svn path=/head/; revision=263751
* Update to 20101029Renato Botelho2010-10-292-4/+3
| | | | Notes: svn path=/head/; revision=263750
* - Update to 0.44Baptiste Daroussin2010-10-292-5/+3
| | | | | | | - Changes: http://cpansearch.perl.org/src/SREZIC/Tk-Date-0.44/Changes Notes: svn path=/head/; revision=263749
* Use a more recent flex from ports as suggested by configure.Jimmy Olgeni2010-10-291-1/+5
| | | | | | | Noticed by: QAT (itetcu) Notes: svn path=/head/; revision=263748
* - Update to 3.37Baptiste Daroussin2010-10-292-4/+3
| | | | | | | - Changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.37/Changes Notes: svn path=/head/; revision=263747
* - Update to 804_029Baptiste Daroussin2010-10-293-7/+3
| | | | | | | - Changes : http://cpansearch.perl.org/src/SREZIC/Tk-804.029/Changes Notes: svn path=/head/; revision=263746
* - Update to 1.4.2.Romain Tartière2010-10-293-5/+24
| | | | Notes: svn path=/head/; revision=263745
* - Update to 0.21Baptiste Daroussin2010-10-293-6/+13
| | | | | | | - Changes http://cpansearch.perl.org/src/PEVANS/FCGI-Async-0.21/Changes Notes: svn path=/head/; revision=263744
* - Update to 1.22Pav Lucistnik2010-10-293-12/+25
| | | | | | | | | PR: ports/150644 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Approved by: maintainer timeout (nobutaka; 1 month) Notes: svn path=/head/; revision=263743
* - This does not need ldconfig invocationPav Lucistnik2010-10-291-1/+0
| | | | Notes: svn path=/head/; revision=263742
* Combined scanner/parser generator for LR compliant grammar definitions.Pav Lucistnik2010-10-294-0/+43
| | | | | | | | | | | | | | | | | | | | | | | The generated C++ parser class is used as a super class from which a parser implementation class must be derived. The implementation class implements the scanner feed methods but also all required semantic action method. dragon has been used for several large projects with complex grammar definitions (about 200 productions/ 80 tokens ). Since for those grammar defintions, the analyse phase to build up the parse table is quite CPU intensive, it is recommended to use state of the art hardware. dragon requires the base package to get compiled but also for the compilation of the generated C++ code. It can be used for databases/cego and probably other applications. Many more details are available at: WWW: http://www.lemke-it.com/ PR: ports/150683 Submitted by: Kurt Jaeger <fbsd-ports@opsec.eu> Notes: svn path=/head/; revision=263741
* - Fix decoding of certain ogg/vorbis filesPav Lucistnik2010-10-292-1/+64
| | | | | | | | | PR: ports/150653 Submitted by: Yamagi Burmeister <yamagi@yamagi.org> Approved by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer) Notes: svn path=/head/; revision=263740
* - Update to 1.3.3bMartin Matuska2010-10-292-5/+4
| | | | Notes: svn path=/head/; revision=263739
* - Update to 2.0.4Pav Lucistnik2010-10-292-5/+4
| | | | | | | | PR: ports/151809 Submitted by: Matt Dawson <matt@chronos.org.uk> (maintainer) Notes: svn path=/head/; revision=263738
* Update to DEV300_m91.Maho Nakata2010-10-294-14/+10
| | | | | | | Funded by: OpenOffice.org community. Notes: svn path=/head/; revision=263737
* - Update to 1.3.1Baptiste Daroussin2010-10-293-6/+16
| | | | | | | - Changes http://cpansearch.perl.org/src/SREZIC/Image-Info-1.31/CHANGES Notes: svn path=/head/; revision=263736
* Fix unnecessary conflict with samba subports, in particular - libsmbclient.Timur I. Bakeyev2010-10-293-14/+45
| | | | Notes: svn path=/head/; revision=263735
* - Update to 0.78Baptiste Daroussin2010-10-294-8/+34
| | | | | | | | - change libungif to giflib for p5-Imager to correctly handle gif files - Changes: http://cpansearch.perl.org/src/TONYC/Imager-0.78/Changes Notes: svn path=/head/; revision=263734
* Fix a mismerge in the previous revision and revert the reversionErwin Lansing2010-10-291-3/+4
| | | | | | | | | of revision 1.651. Noticed by: sunpoet Notes: svn path=/head/; revision=263733
* - Fix rc scriptPav Lucistnik2010-10-292-2/+3
| | | | | | | | | | - Change /var/db/ path PR: ports/150881 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Notes: svn path=/head/; revision=263732
* The po/zh_CN.po contains a flaw about digits in Simplified ChineseKoop Mast2010-10-292-0/+15
| | | | | | | | | | | | localization. Even in Chinese digits should be displayed as Arabic numerals but not in localized forms. PR: ports/151143 Submitted by: "Denise H. G." <darcsis@gmail.com> With Hat: gnome@ Notes: svn path=/head/; revision=263731
* - OWL is now a Mk-defined licensePav Lucistnik2010-10-292-29/+0
| | | | | | | | PR: ports/151087 Submitted by: Sterling Camden <sterling@camdensoftware.com> (maintainer) Notes: svn path=/head/; revision=263730
* - Add the Open Works License (OWL, http://sob.apotheon.org) to the list ofPav Lucistnik2010-10-291-1/+4
| | | | | | | | | | | known licenses with auto-acceptance. The OWL is a copyfree license similar to the BSD and MIT licenses. PR: ports/150608 Submitted by: Sterling Camden <sterling@camdensoftware.com> Notes: svn path=/head/; revision=263729
* The docs tarball was rerolled since the last time I ran make makesum.Jimmy Olgeni2010-10-292-4/+9
| | | | | | | | | With this version we get the MAN1 pages back. Noticed by: QAT (itetcu) Notes: svn path=/head/; revision=263728
* Hide a sed line.Koop Mast2010-10-291-1/+3
| | | | | | | | | | Fix a configure assumption. Configure tries to figure out the linker objects. The check it uses for this doesn't work with clang. So tweak the check to make it work. Approved by: maintainer timeout (21 days) Notes: svn path=/head/; revision=263727
* - Update to 0.65Philippe Audeoud2010-10-292-4/+4
| | | | | | | - Changelog: http://cpansearch.perl.org/src/DROLSKY/DateTime-0.65/Changes Notes: svn path=/head/; revision=263726
* - Update to 1.216Philippe Audeoud2010-10-292-4/+4
| | | | | | | - Changelog: http://cpansearch.perl.org/src/DDUMONT/Config-Model-1.216/ChangeLog Notes: svn path=/head/; revision=263725
* UnbreakEmanuel Haupt2010-10-291-4/+1
| | | | Notes: svn path=/head/; revision=263724
* Upgrade to version 2.0.5 and clean up using PORTDOCS.Jimmy Olgeni2010-10-293-257/+15
| | | | Notes: svn path=/head/; revision=263723
* - Update to 0.46Philippe Audeoud2010-10-292-8/+8
| | | | | | | | - While I'm here, making portlint happy (using tab instead of space) - Changelog: http://cpansearch.perl.org/src/BINGOS/Archive-Extract-0.46/CHANGES Notes: svn path=/head/; revision=263722
* Add powerpc to ONLY_FOR_ARCHS since it has been reported to work.Jimmy Olgeni2010-10-292-2/+2
| | | | Notes: svn path=/head/; revision=263721
* pep8 is a tool to check your Python code against some of the style conventionsPhilippe Audeoud2010-10-295-0/+46
| | | | | | | | | | | | in PEP 8. WWW: http://pypi.python.org/pypi/pep8 PR: ports/151781 Submitted by: Sofian Brabez <sbrabez at gmail.com> Notes: svn path=/head/; revision=263720
* - Update to 3.6Pietro Cerutti2010-10-293-6/+7
| | | | | | | | | PR: 151455 Submitted by: gahr Approved by: maintainer (timeout 15 days) Notes: svn path=/head/; revision=263719