/devel/py-psyco/

w44/cgit-data/cgit.png' alt='cgit logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* When using the old command line syntax with net/freerdp, it willolgeni2014-12-302-0/+15
| | | | | | | | | suggest to upgrade a few parameters; the suggestion for "/network [value]" should actually be "/network:[value]". PR: 191861 Submitted by: olgeni Approved by: maintainer timeout
* textproc/py-wtforms: update to 2.0.1rm2014-12-292-5/+27
| | | | | | | | | | | - update to 2.0.1 - add license file - add tests support - install documentation PR: 195991 Submitted by: rm (myself) Approved by: maintainer timeout (2 weeks)
* License is actually LGPL20 (June 1991).olgeni2014-12-291-1/+1
|
* Update to 0.38.mat2014-12-292-4/+3
| | | | Sponsored by: Absolight
* Update to 1.41.nobutaka2014-12-292-4/+3
|
* Put sites that redirect to the nearest mirror first in MASTER_SITE_SAVANNAHtijl2014-12-291-2/+3
|
* Fix after r375786.mat2014-12-291-2/+4
| | | | Sponsored by: Absolight
* Allow building WITH=SLANG when the compiler does not add -I${LOCALBASE}.mat2014-12-291-1/+1
| | | | Sponsored by: Absolight
* Allow the use of opt_ENABLE= foo=/bar to work like opt_WITH.mat2014-12-291-1/+1
| | | | Sponsored by: Absolight
* textproc/p5-Lingua-EN-Numbers-Easy: Update version 2009110701=>2014120401bofh2014-12-292-4/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D1393 Approved by: marino(mentor)
* textproc/p5-XML-Generator-PerlData: Update version 0.91=>0.93bofh2014-12-292-5/+4
| | | | | Differential Revision: https://reviews.freebsd.org/D1391 Approved by: marino(mentor)
* Update to 5.6.4 release.ale2014-12-292-3/+3
|
* Update to 5.5.20 release.ale2014-12-292-3/+3
|
* Update to 5.4.36 release and drop broken fpm-ipv6 patch.ale2014-12-293-223/+4
| | | | If you need it, update to php 5.6 (that will be the default one soon) or 5.5.
* Update to version 3.8.7.4riggs2014-12-292-4/+4
| | | | | PR: 196294 Submitted by: pavelivolkov@gmail.com (maintainer)
* Automated Reasoning Engine and Flow Based Programming Frameworkmva2014-12-295-0/+244
| | | | | | | | | | | IoFlo is a magically powerful open interoperable software framework that enables non experts to intelligently automate their own programmable world. WWW: http://ioflo.com WWW: http://github.com/ioflo/ioflo PR: 194891 Submitted by: Christer Edwards (christer.edwards@gmail.com)
* Update to version 3.8.7.4riggs2014-12-292-4/+4
| | | | | | PR: 196275 Submitted by: rsimmons0@gmail.com Approved by: pavelivolkov@gmail.com (maintainer)
* audio/ncmpcpp: Update to 0.6.2xmj2014-12-296-73/+39
| | | | | | | | | | | | | | | | | | | | | - Remove broken MASTER_SITES - Force a C++11 compiler and stdlib - Add dependency to devel/boost-libs - Force BOOST_LIB_SUFFIX to be empty (required for configure) - Enable UTF8 by default (most music collections nowadays have files with utf-8 encoded names and tags) - Enable TAGLIB by default (taglib is nice to have but adds a dependecy to the rather small audio/taglib) - Do not install ${DOCSDIR}/keys since it was removed - Install ${DOCSDIR}/ncmpcpp-completion.bash and ${DOCSDIR}/bindings - Update pkg-message - Remove files/patch-src__visualizer.h since it's not needed any more PR: 195070 Differential Revision: https://reviews.freebsd.org/D1325 Submitted by: yamagi@yamagi.org Approved by: maintainer timeout (4 weeks) Approved by: koobs (mentor)
* mail/imapsync: 1.592 -> 1.607pi2014-12-292-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Changes: - Folders showed also in utf8. - Caveat to upgrade on Unix!: New Unicode::String Perl module dependency, for utf8 output. See the INSTALL file. - Enhancement: Added --skipemptyfolders to skip syncing empty host1 folders. They are not created on host2. - Usability: Remove /x from regexes applied with --include and --exclude. Blanks no longer have to be explicit with \ or [ ]. - Usability: Added utf8 output for folder names, protocol native utf7imap special characters are not user friendly readable - Usability: Moved foldersizes output after folders lists output. - Usability: Added total size transferred after each message copied. - Usability: After ETA, added number of total to be synced, as a denominator dddd after each message copied, like nnn/dddd where nnn is the number of messages copied. Before there was only nnn without /dddd. - Bug fix: Added several checks if IsUnconnected. Goal avoid imap commands while disconnected. Reconnexion would be better anyway. PR: 196341 Submitted by: mp39590@gmail.com
* - Upstream versions of mplayer and ffmpeg as of 2014-12-23riggs2014-12-2911-193/+85
| | | | | | | | | | | - Remove the following OPTIONS: - MEMALIGN (now used by default where supported) - PROFILE (shaky, unreliable, rarely used, nigh unsupportable) - DIRAC (codec support only via libschroedinger) - Default-depends on external libdvdnav (mplayer no longer bundles internal dvd support libraries) - Simplify CFLAGS handling - Use -mstack-alignment=16 -mstackrealign on clang / i386
* benchmarks/siege: update version 3.0.8 => 3.0.9bofh2014-12-292-3/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D1389 Approved by: bapt(mentor), marino(mentor)
* devel/py-checkmanifest: Rename port, Update to 0.22koobs2014-12-297-12/+21
| | | | | | | | | | | | | | | | | | | | | | - Move py-checkmanifest to py-check-manifest [1] ala upstream name. - Update devel/Makefile - Add MOVED entry While I'm here: - Update to 0.22 - Add LICENSE_FILE - Add TEST_DEPENDS and regression-test: target - Use a single line for PORTDOCS - Update (prettify) pkg-descr Changes: * https://github.com/mgedmin/check-manifest/blob/0.22/CHANGES.rst [1] https://pypi.python.org/pypi/check-manifest Approved by: maintainer (via IRC)
* The uuid package generates and inspects UUIDs based on RFC 4122 andkuriyama2014-12-295-0/+45
| | | | | | DCE 1.1: Authentication and Security Services. WWW: https://code.google.com/p/go-uuid/
* - Updated to latest version (20111128) and other improvements.kuriyama2014-12-299-140/+165
| | | | | PR: ports/195766 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Update to 2014.10lwhsu2014-12-292-3/+3
|
* Over to garga@.wxs2014-12-292-2/+2
| | | | I don't have the cycles to handle these higher profile ports anymore.
* - Fix reporting files that should be removed manuallyamdmi32014-12-293-21/+9
| | | | - Drop @dirrm* from plist
* - Fix reporting files that should be removed manuallyamdmi32014-12-293-6/+8
| | | | - Drop @dirrm* from plist
* - Update to 0.61amdmi32014-12-292-3/+3
|
* - Fix installamdmi32014-12-294-11/+16
| | | | | - Fix timidity directory - Add pkg-message with information on timidity configuration
* - Simplify plist handlingamdmi32014-12-292-36/+16
| | | | - Use new options features and improve options grouping logic
* - Fix dependent ports, they should not depend on directoryamdmi32014-12-293-4/+5
|
* - Update to 0.4.11amdmi32014-12-292-5/+4
|
* - Update to 0.4.11amdmi32014-12-292-5/+4
|
* - Update to 0.5.1amdmi32014-12-293-6/+7
|
* Add patch to fix the build on 8.4-i386.rakuco2014-12-291-0/+21
| | | | Include <climits> for LLONG_MIN. All other architectures and versions are OK.
* Set CHOSEN_COMPILER_TYPE for USES=compiler:gcc-c++11-libantoine2014-12-291-0/+1
| | | | | | PR: ports/196111 Submitted by: Jan Beich With hat: portmgr
* - Update to version 1.0.0hpawel2014-12-292-4/+6
| | | | | | | - Add LICENSE PR: 196223 Submitted by: maintainer
* Fix CONFLICTS_INSTALL for wine-devel and related ports.dbn2014-12-295-6/+17
| | | | | | | | | | Changes: - Fix install conflicts [1] (for the "newly" added compholio port) - nvidia.sh: Gracefully handle a corrupt nVidia tarball - nvidia.sh: Provide checksum and size information for nVidia tarball - Bump master port [1] due to changes to nvidia.sh and conflicts Approved by: gerald@ [1]
* Mark deprecated. In audio/abcde dependency has been changedgblach2014-12-291-0/+3
| | | | to audio/py-eyed3.
* - Add missing build dependenciesantoine2014-12-292-5/+2
| | | | - Cleanup plist
* - Update to 1.15.4;romain2014-12-293-115/+327
| | | | - Unbreak.
* Fix AF_UNIX sockets.romain2014-12-292-1/+38
|
* Hook e16-docsantoine2014-12-291-1/+1
|
* Remove DISTNAMEgblach2014-12-291-1/+0
|
* Allow packaging as a userbapt2014-12-292-126/+5
| | | | Cleanup plist
* Renamed for better naminggblach2014-12-295-1/+2
|
* Convert to USES=autoreconfbapt2014-12-291-2/+2
|
* Add missing files/extra-patch-configure.acgblach2014-12-291-0/+11
|
* Convert to autoreconfbapt2014-12-291-3/+1
|
* convert to USES=autoreconfbapt2014-12-291-2/+1
|
* - Use openssl from base on 10.0 or higher, based on [1]gblach2014-12-292-33/+29
| | | | | | | | | | | | - Fix SDL option - Convert ENGINE option group to radio choice - Fix plist when OPENGL is disabled - Add NLS option - Convert USE_AUTOTOOLS to USES=autoreconf - Bump PORTREVISION PR: 195532 [1] Submitted by: Mikhail T. (mi <at> ALDAN <dot> algebra <dot> com) [1]
* Convert to USES=autoreconfbapt2014-12-291-3/+2
|
* Convert to USES=autoreconfbapt2014-12-291-5/+1
|
* Simplify a bit the rmconfig targetbapt2014-12-291-2/+2
|
* Allow to work with options as a regular userbapt2014-12-291-15/+13
|
* - Update to version 272pawel2014-12-292-5/+4
| | | | | | | - Hand over to new maintainer PR: 196003 Submitted by: maintainer
* Use autoreconf.glebius2014-12-291-5/+1
| | | | Submitted by: bapt
* Convert to USES=autoreconfbapt2014-12-291-3/+1
|
* Update to version 6.2.9 (bug and security fixes)pawel2014-12-292-3/+3
| | | | | | | Changelog: http://wiki.typo3.org/TYPO3_CMS_6.2.9 PR: 196020 Submitted by: maintainer
* Add gnome-themes and at-spi to list of conflicting packages,rm2014-12-291-1/+1
| | | | user needs to remove before gnome3 update.
* Revive the xf86-input-egalax driver. It now compiles with new Xorg.glebius2014-12-295-0/+40
|
* - fix linker problems with smyrnadinoex2014-12-291-0/+2
| | | | | PR: 195676 PR: 196288
* - Update net-mgmt/zabbix22-* ports to version 2.2.8pawel2014-12-296-6/+11
| | | | | | | | - Fix declarations order in slaves PR: 196019 Submitted by: timp87@gmail.com Approved by: maintainer
* Upgrade to 1.3.4.vanilla2014-12-282-3/+3
| | | | | | PR: ports/196322 Submitted by: Franco Fichtner <franco@lastsummer.de> Approved by: maintainer
* - Update to version 1.3.8pawel2014-12-284-103/+27
| | | | | | | | - Add NLS option, convert to option helpers PR: 195862 Submitted by: Vladimir Kondratiev <wulf@cicgroup.ru> Approved by: maintainer timeout
* - Update to 6.5.20wen2014-12-282-4/+3
|
* - Update graphics/libspiro to 0.2.20131203wen2014-12-285-12/+14
| | | | | PR: 196202 Submitted by: cyberbotx@cyberbotx.com(maintainer)
* Update to 1.3.7feld2014-12-282-4/+5
| | | | | | | | | | | Changelog: - Fix various incompatibilities with newer php and Perl versions - Fix empty details graph, if too many channels or resources were selected. - Fix argument bug in selecting the dstmac statistics - Fix bug in create history profiles: compression flag was not applied properly - Add periodic reload feature for Perls with mem leak.
* - fix shebang line reliably.kuriyama2014-12-281-1/+4
| | | | | PR: ports/196043 Submitted by: mandree
* - Update to version 1.05briggs2014-12-283-38/+487
| | | | | | | - Add OPTIONs for MINIMIZE_CORPUS and PLOT_SUPPORT (latter via gnuplot) PR: 196095 Submitted by: fk@fabiankeil.de (maintainer)
* - Upgrade to 2.1.1 and various fixes.kuriyama2014-12-283-36/+43
| | | | | | | | | Sorry for mess at introducing 2.1.0. This branch is *modern* release, and please use security/gnupg{1,20} for stable gpg. Patches are welcome to use DEFAULT_VERSIONS. :-) PR: ports/195489, ports/195931, ports/195459, ports/196301 Submitted by: rakuco, Matthew West <freebsd@r.zeeb.org>, Phil Pennock <freebsd@phil.spodhuis.org>, tijl
* - Distfile was rerolled, the only difference is in the gzip compression,antoine2014-12-282-14/+1
| | | | | .tar files do not differ - Clean up
* - Update to 3.5.8sunpoet2014-12-282-4/+5
| | | | Changes: https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
* - Add PORTSCOUTsunpoet2014-12-281-0/+2
|
* - Update to 0.7.3sunpoet2014-12-282-17/+13
| | | | | | | - Use USES=tar:tgz - Cleanup PLIST Changes: https://github.com/keybase/node-client/blob/master/CHANGELOG.md
* - Update to 1.26.0sunpoet2014-12-282-8/+10
| | | | | | - Sort RUN_DEPENDS Changes: https://github.com/fog/fog/blob/master/CHANGELOG.md
* - Add rubygem-fog-storm_on_demand 0.1.0sunpoet2014-12-284-0/+28
| | | | | | | Fog::StormOnDemand is a module for the fog gem to support StormOnDemand. WWW: https://github.com/fog/fog-storm_on_demand RG: https://rubygems.org/gems/fog-storm_on_demand
* - Add rubygem-fog-ecloud 0.0.2sunpoet2014-12-284-0/+28
| | | | | | | Fog::Ecloud is a module for the fog gem to support Terremark EnterpriseCloud. WWW: https://github.com/fog/fog-ecloud RG: https://rubygems.org/gems/fog-ecloud
* - Add rubygem-fog-atmos 0.1.0sunpoet2014-12-284-0/+28
| | | | | | | Fog::Atmos is a module for the fog gem to support Atmos Cloud Storage. WWW: https://github.com/fog/fog-atmos RG: https://rubygems.org/gems/fog-atmos
* - Update to 0.3.26sunpoet2014-12-282-3/+3
| | | | | Changes: https://github.com/fog/fog-softlayer/blob/master/CHANGELOG.md https://github.com/fog/fog-softlayer/commits/master
* - Update to 1.27.2sunpoet2014-12-282-5/+3
| | | | | | - Remove outdated PORTSCOUT Changes: https://github.com/fog/fog-core/blob/master/changelog.md
* - Update to 0.13.3sunpoet2014-12-283-4/+4
| | | | | | - Update WWW Changes: https://github.com/jnunemaker/httparty/blob/master/History
* - Update to 4.5.0sunpoet2014-12-282-4/+5
| | | | Changes: https://github.com/guard/guard-rspec/releases
* - Add rubygem-guard-compat 1.2.0sunpoet2014-12-284-0/+26
| | | | | | | | Guard::Compat provides only a test helper for testing custom Guard plugins currently. WWW: https://github.com/guard/guard-compat RG: https://rubygems.org/gems/guard-compat
* - Update to 0.42.1sunpoet2014-12-283-4/+4
| | | | | | - Update WWW Changes: https://github.com/excon/excon/blob/master/changelog.txt
* - Silence maintainer sectionsunpoet2014-12-281-7/+7
|
* - Add py-spyne 2.10.10sunpoet2014-12-284-0/+31
| | | | | | | | | | | Spyne is a Python RPC toolkit that makes it easy to expose online services that have a well-defined API using multiple protocols and transports. It integrates with popular Python web frameworks as well as libraries like SQLAlchemy to keep your code as DRY (Don't Repeat Yourself) as possible. WWW: https://pypi.python.org/pypi/spyne WWW: http://spyne.io/
* - Update to 1.6.7sunpoet2014-12-282-8/+5
| | | | | | | - Use INSTALL_TARGET=install-strip instead of STRIP_CMD Changes: https://code.zmaw.de/news/284 https://code.zmaw.de/news/275
* - Update to 2.1.16sunpoet2014-12-283-3/+4
| | | | Changes: https://github.com/npm/npm/releases
* - Update to 0.026sunpoet2014-12-282-4/+3
| | | | Changes: http://search.cpan.org/dist/Glib-Object-Introspection/NEWS
* - Update to 1.11sunpoet2014-12-282-4/+3
| | | | Changes: http://search.cpan.org/dist/File-Find-Closures/Changes
* - Update to version 2.3pawel2014-12-284-32/+20
| | | | | | | - Change maintainer's email PR: 195874 Submitted by: maintainer
* There is no traces of lshal without the calibre source codebapt2014-12-281-3/+2
|
* - Update to version 3.4.0pawel2014-12-286-530/+578
| | | | | | | | | - Now hosted on github, new homepage - Add LICENSE - Add options for new plugins PR: 193233 Submitted by: maintainer
* - Update to version 3.4.0pawel2014-12-289-100/+51
| | | | | | | | - Now hosted on github, new homepage - Add LICENSE PR: 193232 Submitted by: maintainer
* - Add missing dependencywen2014-12-281-2/+3
| | | | | PR: 196293 Submitted by: hvo.pm@xs4all.nl(maintainer)
* multimedia/libx264: Fix PGO/GCC optionskoobs2014-12-282-8/+11
| | | | | | - Revert options helpers for PGO and GCC .. *shakes fist*. We end up setting USE_GCC=yes yes otherwise, and that's not valid. - libx264 and x264 share the same distfiles, use the same DIST_SUBDIR
* - Update to 1.11 [1]wen2014-12-282-5/+5
| | | | | | | | - Add LICENSE - Remove blank line in Makefile PR: 196308 [1] Submitted by: koue@chaosophia.net [1]
* Update 3.4.1.nobutaka2014-12-282-4/+3
|
* x11/tint: USES+= alias to fix battery indicator on DragonFlymarino2014-12-281-1/+1
|
* - Add another master site.stephen2014-12-281-1/+4
| | | | - Add licence.
* - Update to latest released versiondb2014-12-283-6/+6
| | | | - bug fixes
* Fix infinite loop at startup when _SC_OPEN_MAX > 64k.olgeni2014-12-282-1/+15
|
* Enable -fPIC only for libresid-builder.atijl2014-12-282-3/+11
|
* Replace multimedia/ffmpeg24 with ffmpeg25riggs2014-12-2719-32/+22
| | | | | (no ports depend on ffmpeg24 and ffmpeg25 is the more likely candidate for the eventual replacement of multimedia/ffmpeg)
* www/varnish: 3.0.5 -> 3.0.6pi2014-12-272-4/+3
| | | | | | | ChangeLog https://www.varnish-cache.org/trac/browser/doc/changes.rst Requested by: jedrzejczak.michal@gmail.com
* Update to 4.8.3 too.rakuco2014-12-271-2/+2
| | | | Should have been part of r375654...
* graphics/libsixel: update to 1.4.3rene2014-12-272-6/+5
| | | | | PR: 196280 Submitted by: maintainer (sue@iwmt.org)
* ports-mgmt/portshaker: Support Subversion 1.7 or 1.8 depending on make.confpi2014-12-271-2/+6
| | | | | | | | | | | | | Currently building portshaker package on a clean system will install subversion 1.8 even if 1.7 is defined in make.conf with WITH_SUBVERSION_VER=17. Patch fixes this and will use either 1.7 or 1.8 as required for the run dependency. PR: 195740 Submitted by: simon.wright@gmx.net Approved by: romain (maintainer timeout)
* net-mgmt/zabbix2[24]-server: fix zabbix and database startup sequencepi2014-12-274-4/+12
| | | | | | | | | | | | | | | | | | The Zabbix server and proxy ports require a database to run. They currently support four, PostgreSQL, Oracle, SQLite, and MySQL. As of now, rcorder puts them ahead of the database ports, so they spit out dozens of error messages during startup and, worse, get the database pulled out from under them during shutdown. The ports used to provide a solution for this, by defining ZABBIX_REQUIRE. The value of this variable used to be added to the REQUIRE lines in the startup scripts, but this was removed accidentally from 2.2 in r355546 and never existed in 2.4. This patch adds it back, in a slightly different, optionsng-friendly way. PR: 195081 Submitted by: chris@chrullrich.net Approved by: pakhom706@gmail.com (maintainer)
* - Add missing dependencywen2014-12-271-1/+3
| | | | | PR: 196291 Submitted by: hvo.pm@xs4all.nl(maintainer)
* - Update to 1.81.03wen2014-12-272-4/+4
| | | | - Reset maintainer to ports@
* - NLS is unconditionally required, otherwise build failsriggs2014-12-271-4/+6
| | | | | | | | - Add LICENSE* - Bump PORTREVISION PR: 195519 Submitted by: jrm@ftfl.ca (maintainer)
* mail private expect 02770bapt2014-12-271-1/+1
|
* Update pkg to 1.4.2 and pkg-devel to 1.4.99.2:bapt2014-12-274-6/+6
| | | | | | | | | | Changes: - Fix applying proper modes on directories on some corner cases (fixes pkg install mailman) - Do not display pkg-message is pkg register fails - During removal, if a directory was already removed by a bogus script, continue removing parents. Changes specific to -devel: - pkg -d now set DEBUG_LEVEL -d == DEBUG_LEVEL=1 -dd == 2 etc
* Remove accidental %%RUBY_SUFFIX%%, which may break the plist dependingolgeni2014-12-271-1/+1
| | | | on your Ruby version.
* multimedia/x264: Use libx264's config headerskoobs2014-12-271-42/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | An encoding error condition is created when HI10P is enabled in libx264, since the x264 is not built with that options. Make x264 use the headers provided by the libx264 port, not the ones that come with the sources, so the configuration options between the two ports (libx264 and x264) can't end up mismatched. Thanks to astrodog and a_b (IRC) for coming up with an elegant solution. [1] While I'm here: - Update COMMENT to reflect this is just the x264 CLI frontend - Add LICENSE_FILE - Tweak BUILD_DEPENDS - Sort USES and OPTIONS - Update GCC_DESC to match libx264 - Use OPTIONS helpers (except for PGO & GCC .. *shakes fist*) - Sort PLIST_* - Remove conditional LDFLAGS (-fstack-protector is now handled by the framework) - Whitespace alignment - Remove pkgconfig REINPLACE_CMD, its not needed here. - Strip x264 binary x264 PR: 195292 [1] Submitted by: Harrison Grundy <harrison dot grundy at astrodoggroup com>
* - add MAKE_JOBS_UNSAFEdinoex2014-12-271-10/+1
| | | | | | | PR: 192857 Submitted by: Matthias Andree PR: 196032
* Change RUN_DEPENDS to a file which is actually usedantoine2014-12-271-1/+1
|
* Allow building with either giflib 4.2 or 5.0antoine2014-12-271-0/+14
|
* Allow building with either giflib 4.2 or 5.0antoine2014-12-273-6/+151
|
* - Update to 3.2.0tota2014-12-273-3/+9
|
* The rcfile now runs bin/check_perms so users have a visual clue in casemandree2014-12-276-199/+222
| | | | | | | | | | | | | | | they installed the package without running scripts (pkg install -I). Clean up inconsistent image (=icon) installation. Reported by Alex Stangl. Makefile: Shuffle things around to please portlint. Makefile: Clean up muting: only mute RM, comments, MKDIR. Makefile: Move postfix checks into pkg-install. pkg-deinstall: drop workaround for traditional pkg_delete. pkg-deinstall: less verbose mail list reporting. pkg-deinstall: cleanups for last_mailman_version handling. pkg-install: defeat "Re-run..." line from check_perms to avoid confusing users. pkg-plist: cleanups and modernization. Sets directory permissions. NOTE: pkg 1.4.1 is unable to extract these on package installs, "make install" however should be fine.
* Allow building with either giflib 4.2 or 5.0antoine2014-12-271-0/+38
|
* Allow building with either giflib 4.2 or 5.0antoine2014-12-273-0/+54
|
* Allow building with either giflib 4.2 or 5.0antoine2014-12-272-6/+42
|
* graphics/cegui: remove comment about removed games/secretmaryochroniclesrene2014-12-271-1/+1
|
* games/secretmaryochronicles: remove this expired port toorene2014-12-275-59/+1
|
* Remove expired ports:rene2014-12-2716-203/+3
| | | | | | 2014-12-27 games/secretmaryochronicles-music: Depends on expiring games/secretmaryochronicles 2014-12-27 science/mpb: Broken for more than 6 months 2014-12-27 x11-fm/pbi-thumbnailer: Broken for more than 6 months
* - Remove Mk/bsd.efl.mkgblach2014-12-27