aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* List items should normally start with capital letter.Alexey Dokuchaev2014-04-251-11/+11
| | | | Notes: svn path=/head/; revision=352095
* Support stageBaptiste Daroussin2014-04-252-28/+7
| | | | | | | | Switch to USES=libtool strip binaries Notes: svn path=/head/; revision=352094
* Switch to USES=libtoolBaptiste Daroussin2014-04-252-6/+5
| | | | | | | Strip binaries Notes: svn path=/head/; revision=352093
* Convert to stageBaptiste Daroussin2014-04-257-97/+54
| | | | | | | | | Use USES=libtool Fix build with libinotity installed Properly set rpath for tracker-gnome to find the libtracker-* libs Notes: svn path=/head/; revision=352092
* - Define LICENSE (GPLv2), convert PLIST_FILES into traditional pkg-plist,Alexey Dokuchaev2014-04-253-40/+43
| | | | | | | | as staging would make it long enough to warrant dedicated file - Stagify, amend pkg-descr, trim COMMENT, and generally clean the port up Notes: svn path=/head/; revision=352091
* Switch to USES=libtoolBaptiste Daroussin2014-04-252-13/+8
| | | | | | | Strip binaries Notes: svn path=/head/; revision=352090
* - Bump PORTREVISION for LICENSE addingRusmir Dusko2014-04-251-7/+18
| | | | | | | | | | | | | - Remove DEPRECATED, EXPIRATION_DATE - Add license (MIT) - Support STAGEDIR - Add post-extract to fix MAN - Add DOCS and Option - Please don't deprecate so easily next time, this port was not hard to fix. Notes: svn path=/head/; revision=352089
* Switch to USES=libtoolBaptiste Daroussin2014-04-252-14/+4
| | | | | | | Strip binaries Notes: svn path=/head/; revision=352088
* Switch to USES=libtoolBaptiste Daroussin2014-04-252-48/+21
| | | | | | | | | Use options helpers Use options sub strip binaries Notes: svn path=/head/; revision=352087
* Switch to USES=libtoolBaptiste Daroussin2014-04-252-14/+4
| | | | Notes: svn path=/head/; revision=352086
* - Disable ccache. Precompiled headers seem to cause troubles with it. [1]Jung-uk Kim2014-04-252-40/+2837
| | | | | | | | | - Add more BSD patches for Java files and fix endianness issues for C files. Reported by: Jenkins (via swills) [1] Notes: svn path=/head/; revision=352085
* Attempt to fix build on HEAD by addressing the new compiler-warningMikhail Teterin2014-04-252-65/+137
| | | | | | | | | in a number of places. Notified by: automatic builds Notes: svn path=/head/; revision=352084
* - Stage support [1]Wen Heping2014-04-253-7/+7
| | | | | | | | | | | | | - Drop easy_install [1] - Pet portlint [1] - Add LICENSE - Reset maintainer to ports@ PR: 188946 [1] Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1] Notes: svn path=/head/; revision=352083
* Apply patch from tijl@ to resolve a lot of issues with the port:Sean Bruno2014-04-252-19/+12
| | | | | | | | | | | | - HAS_CONFIGURE -> GNU_CONFIGURE - USES=libtool. - DOCS option. - Remove GCC requirement. (In audio/idjc it is replaced with USES=compiler:nestedfct) Submitted by: tilj@ Notes: svn path=/head/; revision=352082
* Apply patch from tijl@ to resolve a lot of issues with the port:Sean Bruno2014-04-252-21/+14
| | | | | | | | | | | | - HAS_CONFIGURE -> GNU_CONFIGURE - USES=libtool. - DOCS option. - Remove GCC requirement. (In audio/idjc it is replaced with USES=compiler:nestedfct) Submitted by: tilj@ Notes: svn path=/head/; revision=352081
* Make owncloud's dependencies a little more lightweight. mp3infoAdam Weinberger2014-04-241-6/+13
| | | | | | | | | | | | | and php-ldap are optional, but bring in a lot of other stuff. Turn them, along with php-exif and php-ssl, into OPTIONS. Default them to ON, so the default package will be unchanged. No PORTREVISION bump. PR: ports/187914 Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=352080
* Update to version 5.01. Use upstream's new github account.Adam Weinberger2014-04-244-60/+36
| | | | | | | | | | This removes the japanese/nkf dependency. Also STAGE and such. PR: ports/187640 Approved by: maintainer timeout Notes: svn path=/head/; revision=352079
* - update from ancient 20100131 snapshot to proper 1.1 releaseDmitry Marakasov2014-04-245-153/+204
| | | | | | | | | | | | | | | - bumps up PORTEPOCH because of weird versioning - add LICENSE - add dependency on tkabber-1.1 - add pkg-message to describe how to use plugins - pass maintainership to submitter PR: 188257 Submitted by: Mikhail <mp39590@gmail.com> Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer) Notes: svn path=/head/; revision=352078
* - update from 0.11.1 to 1.1Dmitry Marakasov2014-04-246-119/+140
| | | | | | | | | | | | | | | | - add several new CATEGORIES to the port - add LICENSE - cleanup RUN_DEPENDS to reflect minimal requirements - add customization through OptionsNG - add pkg-message to better describe port functionality - pass maintainership to submitter PR: 188256 Submitted by: Mikhail <mp39590@gmail.com> Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer) Notes: svn path=/head/; revision=352077
* - Bunch of port fixesDmitry Marakasov2014-04-242-961/+965
| | | | | | | | | PR: 185965 Submitted by: Mark Felder <feld@FreeBSD.org> Approved by: Janketh Jay <ek@purplehat.org> (maintainer) Notes: svn path=/head/; revision=352076
* - Fix check-stagedir causing staging violating. Quote all directory namesBryan Drewery2014-04-241-2/+5
| | | | | | | | | | | | when doing plist checks. This could leak out if an unsupported format was used such as 'rmdir -p' or 'rmdir dir1 dir2 dir3' With hat: portmgr Reported by: antoine Pointyhat to: bdrewery Notes: svn path=/head/; revision=352075
* - Fix false-positive orphanned dir when '@unexec rmdir -p' is used.Bryan Drewery2014-04-241-3/+3
| | | | | | | | Reported by: antoine With hat: portmgr Notes: svn path=/head/; revision=352074
* - Refactor a bit into functionsBryan Drewery2014-04-241-234/+290
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=352073
* Remove emulators/mupen64-rice, part of removed mupen64Rene Ladan2014-04-2411-198/+1
| | | | Notes: svn path=/head/; revision=352072
* - No need to create in stagedir some symlinks that are regenerated by @execAntoine Brodin2014-04-241-2/+1
| | | | | | | | | (actually the symlinks were not created in stagedir, the line was totally buggy) - Generate a plist that is more check-stagedir friendly Notes: svn path=/head/; revision=352071
* Remove expired ports:Rene Ladan2014-04-2449-14434/+14
| | | | | | | | | | | | | | | | | | | | 2014-04-23 emulators/mupen64-sdlinput: Use mupen64plus instead 2014-04-23 emulators/mupen64-sdlaudio: Use mupen64plus instead 2014-04-23 emulators/mupen64-tr64: Use mupen64plus instead 2014-04-23 emulators/mupen64-gln64: Use mupen64plus instead 2014-04-23 emulators/mupen64-sound: Use mupen64plus instead 2014-04-23 emulators/mupen64-rsp: Use mupen64plus instead 2014-04-23 emulators/mupen64-input: Use mupen64plus instead 2014-04-23 emulators/mupen64-glide: Use mupen64plus instead 2014-04-23 emulators/mupen64: Use mupen64plus instead 2014-04-23 emulators/mupen64-softgfx: Use mupen64plus instead 2014-04-23 emulators/mupen64-dummyaudio: Use mupen64plus instead 2014-04-23 emulators/mupen64-base: Use mupen64plus instead 2014-04-24 x11/emu: Broken, not staged 2014-04-24 lang/ruby-doc-stdlib: Upstream rerolls frequently, online docs work well Notes: svn path=/head/; revision=352070
* Upgrade to v. 3.7.1.Thierry Thomas2014-04-244-47/+70
| | | | Notes: svn path=/head/; revision=352069
* WANT_OPENLDAP_SASL seems conflicting with ldb and it's not confirmed yet(?)Timur I. Bakeyev2014-04-242-3/+1
| | | | | | | that it's necessary. Notes: svn path=/head/; revision=352067
* - Fix build with clang (global variable defined as static)Pawel Pekala2014-04-242-24/+12
| | | | | | | | | | - Add staging support - Use options subs MFH: 2014Q2 Notes: svn path=/head/; revision=352066
* - Update to 1.11.2Lars Engels2014-04-242-5/+5
| | | | | | | | | - Fix leftover .rnd file [1] Suggessted by: swills Notes: svn path=/head/; revision=352065
* - Update to 1.9.2.0, announce message is here:Rusmir Dusko2014-04-243-25/+28
| | | | | | | | | http://sourceforge.net/projects/robocode/files/robocode/1.9.2.0/ - Transfer maintainership to games@ team Notes: svn path=/head/; revision=352064
* WINBIND remained masked in the plist, which made it incomplete.Timur I. Bakeyev2014-04-242-3/+1
| | | | Notes: svn path=/head/; revision=352063
* Update my ports to be compliant with new USES framework and fix other issues.David Naylor2014-04-2414-26/+15
| | | | | | | | | | | | | | Changes: * various: migrate USE_BZIP2 to USES=tar:bzip2 * various: migrate USE_XZ to USES=tar:xz * multimedia/py-ffmpeg: add and prefer github (GH) as master site * ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD) Most ports are updated infrequently so a single batch commit is preferred over collating changes per port. Notes: svn path=/head/; revision=352062
* Do not create strange stage orphansAntoine Brodin2014-04-241-1/+0
| | | | Notes: svn path=/head/; revision=352061
* Update x11-toolkits/py-kivy to 1.8.0.David Naylor2014-04-245-47/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Kivy now supports python 2 and 3 ChangeLog: - Python 3.3 support: It's finally here, using the same codebase! And we deliver also 3 portables for Windows, one that package Python 2.7 and another with Python 3.3! - New media player named GstPlayer, based on Gstreamer 1.0. This player is currently used as a implementation for Audio and Video core provider. This allow us to not only use the latest Gstreamer and all the improvements done by them, but also have a common player for both Python 2.7 and 3.3 on desktop platforms. - Scrollview has been slightly enhanced to support smoother scrolling utilizing Matrix transformation by default. It also now supports scrolling through bars or content or both. - Widgets now can be disabled simply by using `disabled` property. - Textinput now has support for selection handles. - New Widgets! - ActionBar: Mimics Android?s own ActionBar appearance and mechanisms - Behaviors: ButtonBehavior, ToggleButtonBehavior, DragBehavior, just subclass a behavior to an existing widgets, and you get the behavior! (eg. class ImageButton(ButtonBehavior, Image)) - PageLayout: A simple multi-page layout allowing flipping through pages using borders - SandBox (experimental): Runs itself and its children in an exception-catching sandbox Notes: svn path=/head/; revision=352060
* Do not create strange stage orphansAntoine Brodin2014-04-241-1/+0
| | | | Notes: svn path=/head/; revision=352059
* Unbreak gtk30-referenceAntoine Brodin2014-04-241-1/+3
| | | | Notes: svn path=/head/; revision=352058
* - Support staging;Thierry Thomas2014-04-241-5/+9
| | | | | | | - Set LICENSE. Notes: svn path=/head/; revision=352057
* Convert to USES=tarBryan Drewery2014-04-241-1/+1
| | | | Notes: svn path=/head/; revision=352056
* - Fix orphan, no need to install into stagedir as @sample will handle it at ↵Bryan Drewery2014-04-241-4/+0
| | | | | | | install. Notes: svn path=/head/; revision=352055
* - Replace libXft dependency with USE_XORG=xft.Tijl Coosemans2014-04-242-59/+22
| | | | | | | | | | | | | - Convert to USES=libtool. - Add include directories to CPPFLAGS instead of CFLAGS. - Use LDFLAGS instead of LIBS. - Remove PTHREAD_LIBS reference. - Add DOCS option. - Staging. - Remove MAKE_ENV. Not needed. Notes: svn path=/head/; revision=352054
* security/p5-SAVI-Perl: fix staging, plist, maintainer addressKurt Jaeger2014-04-243-4/+9
| | | | | | | | | PR: ports/188842 Submitted by: pi (myself) Approved by: culot (mentors) Notes: svn path=/head/; revision=352053
* Convert to USES=libtool pathfix.Tijl Coosemans2014-04-242-4/+4
| | | | Notes: svn path=/head/; revision=352051
* - Convert to USES=libtool.Tijl Coosemans2014-04-241-8/+6
| | | | | | | - Replace post-install with INSTALL_TARGET=install-strip. Notes: svn path=/head/; revision=352050
* Convert to USES=libtool tar:bzip2.Tijl Coosemans2014-04-242-5/+6
| | | | Notes: svn path=/head/; revision=352049
* - Convert to USES=libtool.Tijl Coosemans2014-04-241-7/+3
| | | | | | | - Replace post-install with INSTALL_TARGET=install-strip. Notes: svn path=/head/; revision=352048
* - Remove USE_GNOME=lthack ltverhack. Port does not use libtool.Tijl Coosemans2014-04-241-3/+2
| | | | | | | - Replace bsd.port.pre.mk with bsd.port.options.mk. Notes: svn path=/head/; revision=352047
* - Convert to USES=libtool.Tijl Coosemans2014-04-241-15/+3
| | | | | | | | | - New LIB_DEPENDS syntax. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Staging. Notes: svn path=/head/; revision=352046
* - Convert to USES=libtool.Tijl Coosemans2014-04-241-10/+2
| | | | | | | - Staging. Notes: svn path=/head/; revision=352045
* - Convert to USES=libtool.Tijl Coosemans2014-04-243-13/+14
| | | | | | | | | - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Staging. - Fix build with clang. Notes: svn path=/head/; revision=352044