summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new perl frameworkAndrej Zverev2013-08-044-14/+8
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324224
* - Convert to new perl frameworkAndrej Zverev2013-08-043-3/+6
| | | | | | | Approved by: eadler@ (maintainer) Notes: svn path=/head/; revision=324222
* - update to 1.0.5Baptiste Daroussin2013-08-032-3/+3
| | | | Notes: svn path=/head/; revision=324208
* - update to 1.0.6Baptiste Daroussin2013-08-032-4/+3
| | | | Notes: svn path=/head/; revision=324207
* Add an initial cache file for CMake to use at build-time.Raphael Kubo da Costa2013-08-032-1/+8
| | | | | | | | | | | | | | | | | | Provide a cache file with additional CMake commands that CMake reads when bootstrapping. For now it just sets the BUILD_TESTING cache variable to OFF, so that most tests are not processed when building the port. Building the tests was particularly troublesome in Qt 4's case: since we have separate ports for each part, one could have devel/qmake-qt4 installed and not, say, devel/qt4-corelib, which would make CMake fail. See https://mail.kde.org/pipermail/kde-freebsd/2013-July/015703.html for an example. No PORTREVISION bump since package creation was not broken. Notes: svn path=/head/; revision=324203
* - Convert to new perl frameworkMathieu Arnold2013-08-039-15/+18
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* - Convert to new perl frameworkAndrej Zverev2013-08-0313-53/+20
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* ACME is a free crossassembler, released under the GNU General Public License.Jason Helfman2013-08-034-0/+76
| | | | | | | | | | | | | The current version can produce code for the 6502, 65c02 and 65816 processors. It also supports some of the undocumented ("illegal") opcodes of the 6502. WWW: http://www.esw-heim.tu-clausthal.de/~marco/smorbrod/acme/ PR: ports/179019 Submitted by: uffe@uffe.org Notes: svn path=/head/; revision=324179
* Update NLS handling to use more modernTim Kientzle2013-08-031-14/+11
| | | | | | | | | | approach Submitted by: bapt@ Approved by: db@ Notes: svn path=/head/; revision=324178
* - Convert to new perl frameworkMathieu Arnold2013-08-024-24/+12
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324175
* - Convert to new perl frameworkMathieu Arnold2013-08-02660-2443/+1675
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert to new perl frameworkAndrej Zverev2013-08-02113-113/+226
| | | | Notes: svn path=/head/; revision=324171
* Convert my ports to the new perl order.Mathieu Arnold2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324168
* - update to 2.9.9Ruslan Makhmatkhanov2013-08-023-3/+6
| | | | | | | | changelog: https://github.com/boto/boto/blob/develop/docs/source/releasenotes/v2.9.9.rst Notes: svn path=/head/; revision=324149
* - Update to 0.11Frederic Culot2013-08-022-5/+7
| | | | | | | | | - Convert to new Uses/perl5.mk framework Changes: http://search.cpan.org/dist/Eval-Closure/Changes Notes: svn path=/head/; revision=324148
* Fix build without gccBaptiste Daroussin2013-08-021-1/+4
| | | | Notes: svn path=/head/; revision=324142
* Update to 0.7Kevin Lo2013-08-022-8/+3
| | | | | | | | PR: ports/180993 Submitted by: r4721 at tormail.org Notes: svn path=/head/; revision=324140
* Cosmetic change.Kevin Lo2013-08-022-11/+1
| | | | Notes: svn path=/head/; revision=324136
* Fix libdasm without gccAntoine Brodin2013-08-011-1/+3
| | | | | | | While here, add missing OPTIONS_DEFINE Notes: svn path=/head/; revision=324133
* Fix build without gccBaptiste Daroussin2013-08-011-1/+3
| | | | Notes: svn path=/head/; revision=324130
* - Update to 0.22Frederic Culot2013-08-012-4/+5
| | | | | | | | | - Convert to new Uses/perl5.mk framework Changes: http://search.cpan.org/dist/CPAN-Changes/Changes Notes: svn path=/head/; revision=324104
* - Update to 0.007Frederic Culot2013-08-012-4/+5
| | | | | | | | | - Convert to new Uses/perl5.mk framework Changes: http://search.cpan.org/dist/CPAN-Meta-Check/Changes Notes: svn path=/head/; revision=324102
* Import Android adb tool.Kevin Lo2013-08-017-0/+112
| | | | | | | | | Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. Notes: svn path=/head/; revision=324099
* Fix without gcc, cleanup a bitBaptiste Daroussin2013-08-011-8/+3
| | | | Notes: svn path=/head/; revision=324095
* Add new port: devel/p5-interfaceAndrej Zverev2013-07-315-0/+30
| | | | | | | | | | | Compile-time interface complaince testing. Inspects the methods defined in your module, and compares them against the methods defined in the modules you list. Requires no special or additional syntax. WWW: http://search.cpan.org/dist/interface/ Notes: svn path=/head/; revision=324043
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.Koop Mast2013-07-3163-1011/+1037
| | | | | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1] Notes: svn path=/head/; revision=324037
* Remove libbonobomm and libbonobouimm:Baptiste Daroussin2013-07-319-126/+0
| | | | | | | | | | | Both are unsupported upstream, Both are broken with clang, Both are not depended on in the ports tree Approved by: bland (maintainer) Notes: svn path=/head/; revision=324027
* - Update to 1.307Frederic Culot2013-07-312-6/+7
| | | | | | | | | - Convert to new Uses/perl5.mk framework Changes: http://search.cpan.org/dist/Git-Repository/Changes Notes: svn path=/head/; revision=324023
* Fixup build when using either GLIB or QT4.Mathieu Arnold2013-07-312-45/+38
| | | | | | | | | | | Use the new bsd.options.mk knobs. PR: ports/180950 Submitted by: mat Approved by: maintainer Notes: svn path=/head/; revision=324020
* xa is a high-speed, two-pass portable cross-assembler.Jason Helfman2013-07-314-0/+70
| | | | | | | | | | | | | | It understands mnemonics and generates code for: NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...) CMOS 6502s (65C02 and Rockwell R65C02) and the 65816. WWW: http://www.floodgap.com/retrotech/xa/ PR: ports/179021 Submitted by: uffe@uffe.org Notes: svn path=/head/; revision=324015
* dxa65 is a disassembler for MOS 6502 and compatible CPUsJason Helfman2013-07-315-0/+67
| | | | | | | | | | | | | NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502 ...) CMOS 6502s (65C02 and Rockwell R65C02) WWW: http://www.floodgap.com/retrotech/xa#dxa PR: ports/179030 Submitted by: uffe@uffe.org Notes: svn path=/head/; revision=324009
* - Convert to new Uses/perl5.mk frameworkAndrej Zverev2013-07-3110-15/+21
| | | | | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=324007
* Convert my ports to the new perl orderBaptiste Daroussin2013-07-312-2/+3
| | | | Notes: svn path=/head/; revision=324006
* Update multimedia/orc to 0.4.17Martin Matuska2013-07-303-6/+18
| | | | Notes: svn path=/head/; revision=323993
* Adopt the portSteven Kreuzer2013-07-301-1/+1
| | | | Notes: svn path=/head/; revision=323981
* - update to 1.1.1Jason Helfman2013-07-303-8/+9
| | | | | | | | | - workaround for pkg-config (thanks bapt@!) Changes: http://libvirt.org/news.html Notes: svn path=/head/; revision=323973
* - Update to 1.103Frederic Culot2013-07-302-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/System-Command/Changes Notes: svn path=/head/; revision=323970
* Clang 3.3 is a bit stricted than clang 3.1Baptiste Daroussin2013-07-301-0/+1
| | | | Notes: svn path=/head/; revision=323967
* Use pathfix, shebangfix and shared-mime-info USES.Koop Mast2013-07-302-5/+4
| | | | | | | Add USE_CSTD=gnu89 to fix the build with clang. Notes: svn path=/head/; revision=323966
* Update py-binplist to 0.1.2Antoine Brodin2013-07-302-3/+3
| | | | Notes: svn path=/head/; revision=323958
* Fix build with clang by forcing gnu89 standardBaptiste Daroussin2013-07-301-5/+2
| | | | Notes: svn path=/head/; revision=323956
* FreeBSD's syslog.h defines properly the facilitynames, no need to redefine themBaptiste Daroussin2013-07-301-0/+1
| | | | | | | This fixes build with clang Notes: svn path=/head/; revision=323950
* - Update to 0.21Frederic Culot2013-07-303-4/+7
| | | | | | | | | | - Add LICENSE (Artistic 1 & GPL 1) - Pet portlint(1) by changing tab into space in WWW link Changes: http://search.cpan.org/dist/CPAN-Changes/Changes Notes: svn path=/head/; revision=323945
* Update libvshadow to 20130723, this makes it fetchable againAntoine Brodin2013-07-302-5/+6
| | | | | | | While here, mark that it is not ready for python 3 yet Notes: svn path=/head/; revision=323944
* Update olefileio_pl to 0.26Antoine Brodin2013-07-302-3/+3
| | | | Notes: svn path=/head/; revision=323943
* - Update to 4.9.0Steve Wills2013-07-302-8/+4
| | | | Notes: svn path=/head/; revision=323937
* Update libregf to alpha-20130716Antoine Brodin2013-07-292-3/+3
| | | | Notes: svn path=/head/; revision=323929
* Make libpff fetchable againAntoine Brodin2013-07-291-5/+6
| | | | | | | While here, mark that it is not ready for python 3 yet Notes: svn path=/head/; revision=323928
* Make libmsiecf fetchable again.Antoine Brodin2013-07-291-2/+3
| | | | | | | While here, mark that is it not ready for python 3 yet Notes: svn path=/head/; revision=323927
* Deprecated: not supported upstream anymoreBaptiste Daroussin2013-07-291-0/+3
| | | | | | | Approved by: gnome (kwm) Notes: svn path=/head/; revision=323926