aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Convert to USES=libtool.Tijl Coosemans2014-04-242-10/+4
| | | | | | | | | - New LIB_DEPENDS syntax. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Staging. Notes: svn path=/head/; revision=352043
* Update to 14.2.0.Roman Bogorodskiy2014-04-242-3/+3
| | | | Notes: svn path=/head/; revision=352042
* - USES=libtool.Tijl Coosemans2014-04-241-8/+3
| | | | | | | - Staging. Notes: svn path=/head/; revision=352041
* - Convert to USES=libtool.Tijl Coosemans2014-04-241-12/+3
| | | | | | | | - New LIB_DEPENDS syntax. - Staging. Notes: svn path=/head/; revision=352040
* - Convert to USES=libtool.Tijl Coosemans2014-04-241-14/+3
| | | | | | | | | - New LIB_DEPENDS syntax. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Staging. Notes: svn path=/head/; revision=352039
* - Convert to USES=libtool.Tijl Coosemans2014-04-245-61/+23
| | | | | | | | | | - New LIB_DEPENDS syntax. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Staging. - japanese/tomoe: remove FreeBSD 6 support. Notes: svn path=/head/; revision=352038
* - USES=libtool pathfix.Tijl Coosemans2014-04-242-15/+8
| | | | | | | | - Fully qualify DOCSDIR. - Staging. Notes: svn path=/head/; revision=352037
* - Sort Java implementations by preference, i.e., java/openjdk7 is preferredJung-uk Kim2014-04-241-15/+11
| | | | | | | | | over java/openjdk8. java/openjdk8 is still in its infancy. - Retire redundant _JAVA_PREFERRED_PORTS hack. We only have one preferred port since r290539 and we want to keep it that way. Notes: svn path=/head/; revision=352036
* Update to 1.13.Roman Bogorodskiy2014-04-242-4/+4
| | | | Notes: svn path=/head/; revision=352034
* Somehow I committed the update to distinfo without committing theAdam Weinberger2014-04-241-4/+4
| | | | | | | | update to the Makefile. Properly update the port to 2014/04/20. Also, use COPYTREE_SHARE to improve resulting permissions. Notes: svn path=/head/; revision=352033
* Convert to USES=libtool.Tijl Coosemans2014-04-242-5/+4
| | | | Notes: svn path=/head/; revision=352032
* Remove USE_GNOME=lthack. This port does not use libtool.Tijl Coosemans2014-04-241-1/+1
| | | | Notes: svn path=/head/; revision=352031
* - Update to 2.2.1Roman Bogorodskiy2014-04-243-14/+3
| | | | | | | - Drop patch-src-id3lib-c_wrapper.cpp as it's merged upstream Notes: svn path=/head/; revision=352030
* - Convert to USES=libtool.Tijl Coosemans2014-04-242-11/+4
| | | | | | | - Use LDFLAGS instead of LIBS. Notes: svn path=/head/; revision=352029
* Convert to USES=libtool.Tijl Coosemans2014-04-242-4/+4
| | | | Notes: svn path=/head/; revision=352028
* Convert to USES=libtool.Tijl Coosemans2014-04-242-4/+4
| | | | Notes: svn path=/head/; revision=352027
* - Convert to USES=libtool.Tijl Coosemans2014-04-242-36/+28
| | | | | | | | | | - Fix COMMENT, LIB_DEPENDS. - Always install desktop entry. - Add DOCS and NLS options. - Staging. Notes: svn path=/head/; revision=352026
* - Fix build w/clangDmitry Marakasov2014-04-241-0/+19
| | | | | | | MFH: 2014Q2 Notes: svn path=/head/; revision=352025
* Convert to USES=libtool.Tijl Coosemans2014-04-242-5/+3
| | | | Notes: svn path=/head/; revision=352024
* - Convert to USES=libtool.Tijl Coosemans2014-04-241-7/+2
| | | | | | | | - Remove redundant CONFIGURE_ENV. - Replace post-patch with pathfix. Notes: svn path=/head/; revision=352023
* Convert to USES=libtool.Tijl Coosemans2014-04-242-6/+5
| | | | | | | Fix COMMENT. Notes: svn path=/head/; revision=352022
* Convert to USES=libtool.Tijl Coosemans2014-04-242-7/+3
| | | | Notes: svn path=/head/; revision=352021
* Convert to USES=libtool.Tijl Coosemans2014-04-241-3/+3
| | | | Notes: svn path=/head/; revision=352020
* Convert to USES=libtool.Tijl Coosemans2014-04-242-4/+6
| | | | | | | | Unfortunately the libtool scripts in this port come from different versions so libtoolize (and all other autotools) has to be run. Notes: svn path=/head/; revision=352019
* - Update to version 0.6.0 [1]Pawel Pekala2014-04-243-16/+5
| | | | | | | | | | | - Use options subs PR: ports/187793 [1] Submitted by: Zsolt Udvari <udvzsolt@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=352018