Commit graph

17865 commits

Author SHA1 Message Date
Tijl Coosemans
b983416fff Convert to USES=libtool. 2014-05-05 11:35:21 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Sunpoet Po-Chuan Hsieh
98f62693ce - Use USES=tar:xz
- Move EXTRACT_ONLY and LICENSE upwards
- Silence post-extract: and post-patch:
2014-05-04 16:46:03 +00:00
Sunpoet Po-Chuan Hsieh
d21f8c4177 - Update to 3.360
- Build and install static library
- Bump PORTREVISION for astro/cfitsio shlib change

Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2014-05-04 15:37:11 +00:00
Tijl Coosemans
ff57a36a58 audio/sdl_sound:
- USES=libtool.
- Strip library.
- Replace patch+reinplace with a single reinplace.
- Remove a patch so we use the upstream library name again.  Bump
  PORTREVISION on all dependent ports.

games/alephone:
- USES=gmake tar:bzip2.
- Remove unneeded PKG_CONFIG variable.
- Staging.
- New LIB_DEPENDS syntax.

games/asc:
- USES=libtool.

games/gltron:
- New LIB_DEPENDS syntax.
- USES=gmake.
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Use option helpers.
- Staging.

lang/kroc: (still BROKEN due to use of "python" command)
- New LIB_DEPENDS syntax.
- USES=pathfix tar:bzip2.
- Staging.
- Replace patches with post-patch.
- Replace MAKE with MAKE_CMD.

lang/smalltalk:
- USES=libtool tar:xz.
- Use BROKEN_sparc64.
2014-05-03 18:58:57 +00:00
Koop Mast
315333618e USE_BZIP2 -> USES=tar:bzip2
USE_AUTOTOOLS=libtool + USE_GNOME=ltverhack -> USES=libtool:keepla
2014-05-03 07:34:48 +00:00
Sunpoet Po-Chuan Hsieh
a63f38bc06 - Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and
  dependency change from science/netcdf4 to science/netcdf [1]

Changes:	http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by:	portmgr (bapt) [1]
2014-05-03 03:17:19 +00:00
Sunpoet Po-Chuan Hsieh
095fbe3e1a - Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]

Changes:	http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
		http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by:	portmgr (bapt) [1]
2014-05-03 00:55:30 +00:00
Koop Mast
4f538bdf08 USE_BZIP2 -> USES=tar:bzip2
USE_GNOME=ltverhack -> USES=libtool:keepla
use INSTALL_TARGET=install-strip for stripping.
2014-05-02 17:00:01 +00:00
Tijl Coosemans
dd6f9aecd2 Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts.  This makes the build use
the correct version information and causes a library version bump.  Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed.  Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.

games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.

games/oolite:
- Staging.
- Replace ECHO with ECHO_CMD.
- Don't use GNUSTEP_PREFIX to install files because it expands to
  LOCALBASE rather than PREFIX.

games/openssn:
- Remove USES=desktop-file-utils.  No MimeType field in desktop file.
- Staging.
- Install files in standard DATADIR.

games/xblast:
- Use proper options.
- Staging.
- Patch configure so normal make install can be used instead of do-install.
- Replace TAR | TAR with COPYTREE_SHARE.
2014-05-02 14:16:49 +00:00
Max Brazhnikov
8f1c2dcdc8 graphics/jogamp-jogl:
- Update to 2.1.5
- Change MASTER_SITES to official site
- Resolve conflict with jogl-1.*
- Add stage support
- Drop stale patches
- Take maintainership (this port is required for math/scilab)

PR:		ports/189200
Approved by:	Tassilo Philipp (former maintainer)
2014-05-01 21:46:14 +00:00
Max Brazhnikov
99e94fef94 Grab unmaintained dependencies for math/scilab 2014-05-01 16:49:42 +00:00
Tijl Coosemans
b58442fd4b Convert to USES=libtool. 2014-05-01 15:11:59 +00:00
Mikhail Teterin
61e24ef582 Fix-up a bug in the new code, which prevented safe-interpreters from using even the already opened file-handles.
Bump PORTREVISION.

Reviewed by:	John Ellson (upstream maintainer)
2014-04-30 17:43:50 +00:00
Tijl Coosemans
54e5fbdbf6 Convert to USES=libtool. 2014-04-30 17:27:08 +00:00
Mikhail Teterin
635ab19f96 Because we are installing into a directory specific to TCL against which
we built anyway, we don't need to use TCL_STUBS.
2014-04-29 23:45:55 +00:00
Mikhail Teterin
4f60396235 Switch from using our own method of figuring out TCL_VER to USES=tcl:84+
PR:		ports/181412

Bump PORTREVISION accordingly. Add STAGE-conformance (grrr..) Get rid of
the short pkg-plist in favor of PLIST_{DIRS,FILES}.

While here, improve the code itself a bit:
	* Use Tcl API more, instead of cooking our own implementations.
	* Add meainingful checks for safe interpreters instead of
	  blindly letting them use the same functionality as the
	  trusted ones.
	* Fix compiler warnings enough for WARNS=3.

Sponsored by:	United Marsupials
2014-04-29 23:38:30 +00:00
Ruslan Makhmatkhanov
6bcce9694b graphics/gimp-gmic-plugin: fix fetch 2014-04-29 13:00:36 +00:00
Pawel Pekala
2b4bbc0d84 - Add staging support
- Convert to new options framework
2014-04-29 12:32:25 +00:00
Pawel Pekala
853cd6d9f3 Add staging support 2014-04-29 11:12:34 +00:00
Pawel Pekala
f31498515d - Fix build on 10+, make it PREFIX safe, respect CXXFLAGS
- Add staging support
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format
- Strip binaries

MFH:		2014Q2
2014-04-29 09:32:53 +00:00
Pawel Pekala
84a30d11b0 - Add staging support
- Use options helpers, subs
2014-04-29 08:19:06 +00:00
TAKATSU Tomonari
defaca0772 - Update to 2.2.6 2014-04-29 01:32:37 +00:00
Rusmir Dusko
e32eeb8bc9 These ports are no longer used or cared for.
comms/spandsp-devel

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo

deskutils/kupfer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes

deskutils/rubrica

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Strip libraries
- Change REINPLACE and install, cosmetical changes

graphics/Hermes

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use tar:bzip2 instead of USE_BZIP2=yes
- Don't silence warnings
- Remove TODO and TODO.conversion from DOCS
- Strip library

graphics/aoi

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/autoq3d

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/box

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

graphics/boxer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes

graphics/cbrpager

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/cbview

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/cbviewer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/eos-movrec

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change pkg-plist, remove mtree

graphics/evolvotron

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters

graphics/fracplanet

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS
- Change Desktop entry file
- Break lines around 80 characters

graphics/gnofract4d

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/icon-slicer

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS
- Remove TODO from DOCS

graphics/lcdtest

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Simplify dependency for x11-fonts/liberation-fonts-ttf

graphics/multican

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

graphics/photopc

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes

graphics/pngcheck

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/pngwriter

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

graphics/pstoedit

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip libraries

graphics/skencil

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Strip libraries

misc/boxes

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
- Mute RM and MKDIR

misc/explosions

- Bump PORTREVISION for MAINTAINER change
- Remove FTP master site
- Reset maintainer to ports@

misc/wmweather+

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Use the new format for LIB_DEPENDS

multimedia/dvdauthor

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Remove TODO from DOCS

multimedia/dvdid

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library

multimedia/freetuxtv

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@

multimedia/gtk-youtube-viewer

- Change Makefile header, use my name and @FreeBSD.org email
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Break lines around 80 characters

net/wlan2eth

- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Cosmetical changes
2014-04-28 21:31:31 +00:00
Tijl Coosemans
814f7eebbb - Convert to USES=libtool:keepla pathfix.
- Remove WANT_GNOME because bsd.port.pre.mk isn't included so it doesn't
  have any effect.
- Remove MISSING from CONFIGURE_ENV and MAKE_ENV.  It was a hack from an
  old version of the port.
2014-04-28 20:39:33 +00:00
Koop Mast
7af7c93d5c Disable optional support which we don't support yet. 2014-04-28 20:33:52 +00:00
Pawel Pekala
dba354cb54 - Add staging support
- Convert to new options framework
2014-04-28 20:16:00 +00:00
Pawel Pekala
0cf893f05c Add staging support 2014-04-28 19:39:23 +00:00
Pawel Pekala
35e8dbcb2c Add staging support 2014-04-28 19:35:04 +00:00
Pawel Pekala
7347f74dac - Add staging support
- Convert to new LIB_DEPENDS format
2014-04-28 19:27:56 +00:00
Pawel Pekala
bc78a491ad - Add staging support
- Convert to new LIB_DEPENDS format, USES=tar:bzip2
2014-04-28 19:20:42 +00:00
Pawel Pekala
0a840855ba - Add staging support
- Convert to new LIB_DEPENDS format
2014-04-28 19:07:35 +00:00
Pawel Pekala
629f493b18 - Add staging support
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format, USES=gmake
2014-04-28 19:05:51 +00:00
Pawel Pekala
09ce0616fa - Add staging support
- Convert to new LIB_DEPENDS format
- Use option helper
2014-04-28 18:52:13 +00:00
Pawel Pekala
5aab3d68c8 Finish STAGE support 2014-04-28 18:21:03 +00:00
Pawel Pekala
70d1f485a4 - Add staging support
- Convert to new LIB_DEPENDS format, USES=tar:bzip2
- Use options helpers
2014-04-28 18:19:57 +00:00
Pawel Pekala
b62e3f8513 - Add staging support
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format, options framework
2014-04-28 16:25:12 +00:00
Pawel Pekala
3343b2f3b5 - Port is stage safe
- Convert to new LIB_DEPENDS format
2014-04-28 16:22:07 +00:00
Pawel Pekala
f53fd9404e Add staging support 2014-04-28 16:20:23 +00:00
Pawel Pekala
6b12352ba2 - Port os stage safe
- Remove license info from pkg-descr
2014-04-28 15:49:34 +00:00
Pawel Pekala
c50a8db396 - Add staging support
- Convert to new LIB_DEPENDS format
2014-04-28 15:47:00 +00:00
Pawel Pekala
8332527e50 - Add staging support
- Remove leading article from COMMENT
2014-04-28 12:55:59 +00:00
Pawel Pekala
a7de976699 - Port is stage safe
- Fix recursive COMMENT
- Convert to new LIB_DEPENDS format
- Use options helpers, subs
2014-04-28 12:54:19 +00:00
Baptiste Daroussin
b33b309470 Stagify a bunch of ports maintained by flz
While here:
- graphics/icoconvert:
  * Respect CC
  * Use modern LIB_DEPENDS
- net/grdesktop:
  * Convert gnomehack to pathfix
- net/ldapsh:
  * Use shebangfix instead of custom post-patch target
- net-im/py-jabber:
  * Use autoplist
- net-p2p/bnbt:
  * Use the options framework
  * Convert to dos2unix
  * Respect CXX
  * Do not renamed base on option
- sysutils/testdisk:
  * Update to 6.14
  * Use options helpers
  * Use modern LIB_DEPENDS
  * Convert USE_BZIP2 -> USES=tar:bzip2
2014-04-28 12:46:39 +00:00
Pawel Pekala
0ae9e27a67 Add staging support 2014-04-28 11:39:24 +00:00
Pawel Pekala
f3b812142d - Port is stage safe
- Convert to USES=tar:bzip2
2014-04-28 11:33:50 +00:00
Koop Mast
6953148275 Fix packaging with pkg_*
PR:		ports/189062
Reported by:	mandree@
Discussed with:	tijl@
2014-04-28 11:02:23 +00:00
Pawel Pekala
5425adaa15 - Add staging support
- Switch to PLIST_FILES, PORTDOCS
- Define DOCS option
2014-04-28 10:55:09 +00:00
Pawel Pekala
857de54ed9 - Add staging support
- Convert to new LIB_DEPENDS format
- Use option helper
- Define DOCS option
- Unmute install commands
2014-04-28 10:14:19 +00:00
Pawel Pekala
f315982c88 - Add staging support
- Convert to new LIB_DEPENDS format
2014-04-28 09:34:39 +00:00
Pawel Pekala
b71bfa2711 - Add staging support
- Convert to new LIB_DEPENDS format, USES=tar:bzip2
- Use options subs
- Needs desktop-file-utils
2014-04-28 09:21:00 +00:00
Pawel Pekala
34ddc65d98 - Add staging support
- Convert to new LIB_DEPENDS format
- Fix few shebangs
2014-04-28 08:57:57 +00:00
Pawel Pekala
800bd98c44 Add staging support 2014-04-28 08:56:09 +00:00
Pawel Pekala
1a4640895a Add staging support 2014-04-27 21:02:09 +00:00
Pawel Pekala
2056e14475 - Add staging support
- Convert to new LIB_DEPENDS format, options framework
2014-04-27 20:50:28 +00:00
Pawel Pekala
9298b2b523 - Add staging support
- Convert to new LIB_DEPENDS format
2014-04-27 20:34:08 +00:00
Pawel Pekala
e760d243ab - Add staging support
- Fix letter capitalization in COMMENT
- Switch to PLIST_FILES
2014-04-27 20:29:50 +00:00
Pawel Pekala
a087baee3b - Add staging support
- Convert to new LIB_DEPENDS format
- Remove non-standard info from pkg-descr
2014-04-27 19:58:37 +00:00
Pawel Pekala
f865373354 - Add staging support
- Convert to USES=tar:bzip2, new options framework
2014-04-27 19:40:51 +00:00
Pawel Pekala
e9c8720884 - Add staging support
- Convert to new LIB_DEPENDS format
2014-04-27 19:27:58 +00:00
Pawel Pekala
0147f8ede3 - Add staging support
- Remove leading article from COMMENT
- Remove dependency on javavmwrapper, pulled in by java port
2014-04-27 19:10:07 +00:00
Pawel Pekala
2b0f6eddd3 Add staging support 2014-04-27 19:07:52 +00:00
Pawel Pekala
0199dc835a - Add staging support
- Make RUN_DEPENDS path independent
2014-04-27 18:42:50 +00:00
Pawel Pekala
c2a80da818 - Add staging support
- Convert to USES=gmake
- Switch to PLIST_FILES
2014-04-27 18:26:01 +00:00
Pawel Pekala
6a0247ab11 - Add staging support
- Convert to new LIB_DEPENDS format
- Use options helpers, subs
2014-04-27 18:17:37 +00:00
Pawel Pekala
7df358633a - Add staging support
- Remove leading article from COMMENT
- Convert to new LIB_DEPENDS format, options framework
2014-04-27 17:54:56 +00:00
Pawel Pekala
a9ea18d8bd - Add staging support
- Convert to new LIB_DEPENDS format
- Use options helpers
- Install striped binaries
- Remove Authors tag from pkg-descr
2014-04-27 17:52:34 +00:00
Tijl Coosemans
bae084f1fb Fix build after r351936 by disabling the examples subdirectory. One of
the examples uses gthread API but doesn't link to it.

PR:		ports/189026
2014-04-27 16:52:34 +00:00
Pawel Pekala
ee34dd2850 - Add staging support
- Remove leading article from COMMENT
- Fix typo in pkg-message.in
- Use @sample keyword for config files
2014-04-27 16:29:44 +00:00
Antoine Brodin
7d06e3b526 Mark a few unfetchable ports BROKEN
With hat:	portmgr
2014-04-27 14:38:18 +00:00
Pawel Pekala
d8aaaa9765 - Add staging support
- Remove leading article from COMMENT
- Convert to USES=tar:bzip2
- Use option helper
- Move things to proper places and simplify where needed
- Install striped binaries
2014-04-27 13:34:30 +00:00
Pawel Pekala
6b9b1c776c - Add staging support
- Convert to new options framework
2014-04-27 12:23:38 +00:00
Pawel Pekala
a1442b6caa - Add staging support
- Convert to new LIB_DEPENDS format
2014-04-27 12:21:10 +00:00
Pawel Pekala
2eca9b9125 - Add staging support
- Convert to USES, options helpers
2014-04-27 12:19:53 +00:00
Pawel Pekala
a853d7356c - Add staging support
- Convert to new LIB_DEPENDS format, options framework, USES=gmake
2014-04-27 11:05:30 +00:00
TAKATSU Tomonari
ced16b3766 - Update to 0.9.0
* Switch run-time dependency from PIL to Pillow
- Use USE_PYDISTUTILS= yes instead of USE_PYDISTUTILS= easy_install
- Use PYDISTUTILS_AUTOPLIST
  * Remove pkg-plist, accordingly
- Support STAGEDIR
  * Make DOCS and EXAMPLES unconditional to stage
- Unmute INSTALL_DATA and INSTALL_MAN in post-install target
2014-04-26 21:19:15 +00:00
TAKATSU Tomonari
eaedf20abc - Update to 1.0.0
* Switch run-time dependency from PIL to Pillow
- Remove indefinate article from COMMENT
- Use USE_PYDISTUTILS= yes instead of USE_PYDISTUTILS= easy_install
- Use PYDISTUTILS_AUTOPLIST
  * Remove pkg-plist, accordingly
- Make use of UNIQUENAME
- Add DOCS and EXAMPLES to OPTIONS_DEFINE to fix options default
- Support STAGEDIR
  * Make DOCS and EXAMPLES unconditional to stage
- Unmute INSTALL_DATA and INSTALL_MAN in post-install target
2014-04-26 21:18:44 +00:00
TAKATSU Tomonari
4d1f34ba47 - Update to 0.5.1
* Switch run-time dependency from PIL to Pillow
- Use USE_PYDISTUTILS= yes instead of USE_PYDISTUTILS= easy_install
- Use PYDISTUTILS_AUTOPLIST
  * Remove pkg-plist, accordingly
- Support STAGEDIR
  * Make DOCS unconditional to stage
- Unmute INSTALL_DATA and INSTALL_MAN in post-install target

PR:		ports/188882 (based on)
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-26 21:18:07 +00:00
TAKATSU Tomonari
8fa82c9d07 - Update to 1.3.3
* Switch run-time dependency from PIL to Pillow
- Remove indefinite article from COMMENT
- Use USE_PYDISTUTILS= yes instead of USE_PYDISTUTILS= easy_install
- Use PYDISTUTILS_AUTOPLIST
  * Remove pkg-plist, accordingly
- Add DOCS and EXAMPLES to OPTIONS_DEFINE to fix default options
- Support STAGEDIR
  * Make DOCS and EXAMPLES unconditional to stage
- Unmute INSTALL_DATA and INSTALL_MAN in post-install target

PR:		ports/188891 (based on)
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-26 21:17:32 +00:00
Antoine Brodin
951d48382a - Use libtool and tar:bzip2
- Strip binaries
- Use sample keyword
2014-04-26 21:16:13 +00:00
TAKATSU Tomonari
30e1d623fa - Remove indefinite article from COMMENT
- Fix LICENSE section
- Use PYDISTUTILS_AUTOPLIST
  * Remove pkg-plist, accordingly
- Make use of UNIQUENAM
- Support STAGEDIR
  * Make DOCS and EXAMPLES unconditional to stage
- Add DOCS and EXAMPLES to OPTIONS_DEFINE to fix default options
- Unmute INSTALL_DATA and COPYTREE_SHARE in post-install target
- Use single space after WWW: in pkg-descr

PR:		ports/188883 (based on)
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-26 21:02:58 +00:00
Steve Wills
193c6c2ef3 - Stage
- Fix LIB_DEPENDS
- Pet portlint

PR:		ports/188954
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	Buganini <buganini@gmail.com> (maintainer)
2014-04-26 20:49:41 +00:00
Sunpoet Po-Chuan Hsieh
a1524b126a - Update to 1.11.0
- Use PORTDATA
- Bump PORTREVISION for graphics/gdal shlib change

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
2014-04-26 18:18:39 +00:00
Sunpoet Po-Chuan Hsieh
0a5466e038 - Update to 1.11.0
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
2014-04-26 18:11:17 +00:00
Sunpoet Po-Chuan Hsieh
0f299836c2 - Update to 1.11.0
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
2014-04-26 18:11:12 +00:00
Sunpoet Po-Chuan Hsieh
74f6c667ad - Update to 1.11.0
Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
2014-04-26 18:11:07 +00:00
Sunpoet Po-Chuan Hsieh
4a24d1d3a5 - Update to 1.11.0
- Remove regression-test:

Changes:	http://trac.osgeo.org/gdal/wiki/Release/1.11.0-News
2014-04-26 18:11:03 +00:00
Thierry Thomas
a9e3fa7d25 Don't hardcode libdir flag spec in GraphicsMagick++-config: without
that, ports depending on it (e.g. graphics/cimg) fail with the error:
c++: error: unknown argument: '-R/usr/local/lib'
2014-04-26 14:04:28 +00:00
TAKATSU Tomonari
34b1e7616a - Update to 1.6.1 2014-04-26 10:01:20 +00:00
Martin Wilke
8919b0ebad - Update MASTER_SITES
- Support gmake USES macro
- Add LICENSE
- Stage support

PR:		187748
Submitted by:	ports fury
2014-04-26 02:27:25 +00:00
Steve Wills
fbdedfc523 - Take maintainership 2014-04-26 01:33:28 +00:00
Pawel Pekala
c206304493 Add staging support 2014-04-25 20:45:57 +00:00
Pawel Pekala
1e6f6f6e8d - Add staging support
- Convert to new LIB_DEPENDS format
2014-04-25 20:44:47 +00:00
Thierry Thomas
327477b432 Tarball has been rerolled: several modifications, but no problem.
Full diff available at
<http://people.freebsd.org/~thierry/CImg-1.5.8_140417-140418.diff>.
2014-04-25 17:49:34 +00:00
Baptiste Daroussin
f8472ea346 Fix expiration date
With hat:	portmgr
Reported by:	Dan Langille
2014-04-25 13:46:13 +00:00
Baptiste Daroussin
c024fd9030 Deprecate java bindings for gnome
They have never been used, are not updated upstream since 2009 and gnome@ team has already way too many things to care about

Discussed with:	kwm (gnome)
Approved by:	self (portmgr)
2014-04-25 13:37:43 +00:00
Baptiste Daroussin
862e5bf88f Bump portrevision after changes in gstreamer-plugins master port
Fix gstreamer-plugins-bad after changes in the master port
2014-04-25 12:46:45 +00:00
Antoine Brodin
16d31fc723 Fix packaging with openjdk 6
With hat:	portmgr
2014-04-25 12:37:28 +00:00
Tijl Coosemans
33c17bbfe1 Like r351970 removed an extra USES+=desktop-file-utils from the Makefile,
also remove the extra update-desktop-database from pkg-plist.
2014-04-25 10:54:50 +00:00
Baptiste Daroussin
b56a109402 Support stage 2014-04-25 10:47:58 +00:00
Baptiste Daroussin
bce3883a2f Remove remnant USE_AUTOTOOLS=libtool forgotten in previous commit
Reported by:	tijl
2014-04-25 09:11:42 +00:00
Baptiste Daroussin
463cabc409 Switch to USES=libtool
Strip binaries
2014-04-25 06:45:45 +00:00
Wen Heping
16fbc9ac98 - Stage support [1]
- Drop easy_install [1]
- Pet portlint [1]
- Add LICENSE
- Reset maintainer to ports@

PR:		188946 [1]
Submitted by:	Bartek Rutkowski <ports@robakdesign.com> [1]
2014-04-25 02:52:48 +00:00
Antoine Brodin
0240ab1574 Do not create strange stage orphans 2014-04-24 20:09:16 +00:00
Tijl Coosemans
8ca80ac2e2 Convert to USES=libtool. 2014-04-24 17:35:44 +00:00
Tijl Coosemans
f4af9e4c0d Remove USE_GNOME=lthack. This port does not use libtool. 2014-04-24 17:34:45 +00:00
Tijl Coosemans
10a80290b2 - Convert to USES=libtool.
- Use LDFLAGS instead of LIBS.
2014-04-24 17:33:30 +00:00
Mathieu Arnold
cf28d260c6 Remove the last @comment $FreeBSD$ from plists.
With hat:	portmgr
Sponsored by:	Absolight
2014-04-24 16:26:48 +00:00
Dmitry Marakasov
b1895e7ce4 - Stage
- Drop easy_install
- Use auto plist
- Pet portlint

PR:		188950
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-04-24 14:17:23 +00:00
Pietro Cerutti
8a99b01709 - STAGE-clean 2014-04-24 13:25:51 +00:00
Pietro Cerutti
95060ed2f8 - USES shebangfix + tar:bzip2
PR:		188943
Approved by:	bapt (portmgr)
2014-04-24 11:28:11 +00:00
Antoine Brodin
b50d2cef3f Remove blank line 2014-04-23 20:44:14 +00:00
Antoine Brodin
908e0b6c37 Move the -nox11 PKGNAMESUFFIX to the -nox11 slave and simplify CONFLICTS
Suggested in:	ports/188785 followup
2014-04-23 20:42:47 +00:00
Matthias Andree
744899e18f Drop excess USES+=desktop-file-utils under the GNOME option,
which broke the stage-qa target.

Approved by: portmgr (blanket)
2014-04-23 20:26:50 +00:00
Tijl Coosemans
edf526ceb8 Link editors/gedit and graphics/evince with libICE. (Fixup for r351936)
Reported by:	Mike Harding <mvharding@gmail.com>
2014-04-23 17:00:53 +00:00
TAKATSU Tomonari
d1a76f88d8 - Update to 0.2.4 2014-04-23 16:01:47 +00:00
Tijl Coosemans
ce5a9a5d44 Update gstreamer 1.0 ports to version 1.2.4. 2014-04-23 14:22:47 +00:00
Tijl Coosemans
aad09bc5e2 When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la.  So everything that subsequently links with libA will also
link to these extra libraries.  This causes too much overlinking.

This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging.  However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.

So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).

PORTREVISION is bumped on all ports with USES=libtool that install .la
libraries.  Most ports are also changed to add :keepla because .la
libraries have to be kept around as long as there are dependent ports with
.la libraries that refer to them in their dependency_libs field.  In most
cases :keepla can be removed again as soon as all dependent ports that
install .la libraries have some form of USES=libtool added to their
Makefile.

PR:		ports/188759
Exp-run:	bdrewery
Approved by:	portmgr (bdrewery)
2014-04-23 13:25:16 +00:00
Rene Ladan
acfcae5a89 Restore conflict with -nox11 variant
Submitted by:	John Hein in PR follow up
2014-04-23 11:06:57 +00:00
Pietro Cerutti
6fcd7e3165 - Fix build on < 9.0 2014-04-23 08:29:23 +00:00
Dmitry Marakasov
667da16725 - Update to 1.7.73
Changelog:
* Restored calls to png_set_crc_action() which had been removed from version 1.7.72 for some testing and inadvertently not restored.
* Changed "fix" internal variable name to "salvage" (still set with "-fix")
* Added code to fix/salvage PNG with "bad adaptive filter value" error.
* Avoid calculating CRC during compression trials except for the last trial, when the output is actually written.
* Fixed a bug with reducing 16-bit images to 8-bit using "-reduce" option.

PR:		188290
Submitted by:	Anton Sayetsky <vsjcfm@gmail.com> (maintainer)
2014-04-23 00:59:06 +00:00
Antoine Brodin
3902300dbc Fix ports with duplicate pkgnames
With hat:	portmgr
2014-04-23 00:26:36 +00:00
Rene Ladan
34b3ce97e3 - Fix package build as non-root
- Use option helpers

Note that the CONFLICT with the -nox11 variant is not registered anymore.
PR:		ports/188785
Submitted by:	John Hein <john.hein@microsemi.com>
2014-04-22 18:40:24 +00:00
Baptiste Daroussin
e52bf0cb0f Support stage 2014-04-22 15:41:10 +00:00
Baptiste Daroussin
e4f6307f45 Support stage 2014-04-22 15:38:40 +00:00
Rodrigo Osorio
a3b355c4e4 - fix clang issue caused by incorrect namespacing
- add dependency
- bump portrevision

PR:		ports/188044
Submitted by:	Chris Rees <crees@FreeBSD.org>
Approved by:	bapt (mentor)
Obtained from:	Macports
MFH:		2014Q2
2014-04-22 13:41:53 +00:00
Pietro Cerutti
e1ab652da9 - Add a couple of missing patches
- Explicitely depend on graphics/jpeg
- Remove DOCS
2014-04-22 13:24:48 +00:00
Pietro Cerutti
942f0dee50 graphics/tulip -- depend on graphics/png 2014-04-22 11:41:18 +00:00
Pietro Cerutti
aa02cf5a17 - Update to 10.1.1
Release notes: http://www.mesa3d.org/relnotes/10.1.1.html
2014-04-22 08:47:39 +00:00
Baptiste Daroussin
0485aae945 Support stage
Modernise
2014-04-22 06:46:48 +00:00
Baptiste Daroussin
8bfc3dd55b Switch to lua 5.2 2014-04-21 23:25:22 +00:00
Emanuel Haupt
b5c0ff5703 Update to 1.3.1 2014-04-21 21:15:08 +00:00
Johan van Selst
77cc7f502c Update to XPaint 2.9.10.2 2014-04-21 13:16:06 +00:00
John Marino
dd918e15cf graphics/povray37: Fix build on clang, support stage
The main problem with building this port with clang was the use of
shared_ptr without the boost namespace which clashes with libc++.  This
occurs in numerous places but luckly sed can fix most of them save for
a few files that inconsistently used boost names.

It was also missing an explicit link to libboost_system [1]

PR:		ports/176172
Submitted by:	Oliver Hartmann
Approved by:	Maintainer timeout
Stage support:	blanket approval
MFH:		2014Q2
2014-04-21 13:08:53 +00:00
Thierry Thomas
575463b2c4 - Support staging
- Define license

- Use NOPORTEXAMPLES.
2014-04-21 09:58:05 +00:00
Thierry Thomas
0c654fdf23 Support staging- Support staging. 2014-04-21 09:57:02 +00:00
Thierry Thomas
689141f42b Upgrade to 1.5.8. 2014-04-20 21:12:51 +00:00
Ruslan Makhmatkhanov
27d66f679c graphics/GraphicsMagick12: mark deprecated
- mark this port deprecated - 1.2.x branch is no more supported upstream,
  no ports in the tree depending on this one. Users should migrate to
  graphics/GraphicsMagick13 (1.3.x - current stable branch)
- set deprecation date to 2014-05-20
2014-04-20 19:01:45 +00:00
TAKATSU Tomonari
df5613098c - Update to 2.2.5 2014-04-20 14:46:31 +00:00
Bryan Drewery
5b88b2459b - Stop removing directories from BSD.local.dist.
This fixes false-positive leftover (files removed) warnings
  in Redports/QAT/Tinderbox.

  Note that some of these ports still have Orphans which I did not
  address.

With hat:	portmgr
Spotted by:	new 'check-plist'
2014-04-19 06:11:21 +00:00
Mathieu Arnold
81c76da1e1 Fix build as a user.
USES+=uidfix dos2unix shebangfix

Sponsored by:	Absolight
2014-04-18 17:10:16 +00:00
Rene Ladan
8b3c8800eb Remove expired ports:
2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared
2014-04-17 science/flounder: Unmaintained since 2002
2014-04-17 security/nbaudit: Unmaintained since 2002
2014-04-17 security/saint: Unmaintained since 2002
2014-04-17 graphics/gozer: Unmaintained since 2002
2014-04-17 misc/pdfmap: Unmaintained since 2002
2014-04-17 devel/showgrammar: Unmaintained since 2002
2014-04-17 biology/libgenome: Unmaintained since 2002
2014-04-17 deskutils/narval: Unmaintained since 2002
2014-04-17 devel/fampp: Unmaintained since 2002
2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002
2014-04-17 misc/wmfirew: Unmaintained since 2002
2014-04-17 x11-wm/e16utils: Unmaintained since 2002
2014-04-17 misc/salias: Unmaintained since 2002
2014-04-17 print/latex2slides: Unmaintained since 2002
2014-04-17 lang/sxm: Unmaintained since 2002
2014-04-17 textproc/pybook: Unmaintained since 2002
2014-04-17 mail/mailcrypt: Unmaintained since 2002
2014-04-17 japanese/elvis: Unmaintained since 2002
2014-04-17 devel/prototype: Unmaintained since 2002
2014-04-17 print/wprint: Unmaintained since 2002
2014-04-17 science/euler: Unmaintained since 2002
2014-04-17 multimedia/gopchop: Unmaintained since 2002
2014-04-17 science/gdis: Unmaintained since 2002
2014-04-17 net/googolplex: Unmaintained since 2002
2014-04-17 lang/logo: Unmaintained since 2002
2014-04-17 textproc/roap: Unmaintained since 2002
2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002
2014-04-17 games/yamsweeper: Unmaintained since 2002
2014-04-17 net-mgmt/echolot: Unmaintained since 2002
2014-04-17 security/pam_smb: Unmaintained since 2002
2014-04-18 devel/lua-redis-parser: Broken for more than 6 months
2014-04-18 biology/finchtv: Broken for more than 6 months
2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
2014-04-18 11:17:45 +00:00
Max Brazhnikov
f7670aefe0 graphics/klatexformula:
- Update to 3.2.8
- Add dependence on help2man and install man pages
- Fix build with clang-3.4
2014-04-18 09:40:35 +00:00
John Marino
fc6eb61521 graphics/ocrfeeder: Unbreak with USE_GNOME+= gnomedocutils
approved by:	portmgr (bapt)
2014-04-17 10:58:46 +00:00
Martin Matuska
ec5e312db3 Horde package update:
Horde_ActiveSync 2.13.4 -> 2.14.0
Horde_Image 2.0.6 -> 2.0.7
Horde_Mime_Viewer 2.0.5 -> 2.0.6
2014-04-16 21:37:14 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
John Marino
ca9574e7df Add USE_GNOME+= gnomedocutils to 5 ports
These ports will fail configuration if gnome-doc-utils is not present.
Likely a common dependency loaded it in the past, but not anymore.
Explicitly list gnome-doc-utils as a build dependency in order to
fix the recent breakage of these ports.

Also reset maintainership of etherape - maintainer gone for more than
one yet now.

Approved by:	portmgr (bdrewery)
2014-04-16 18:19:26 +00:00
Koop Mast
4c695fef39 Don't hardcode python version.
Submitted by:	makc@
2014-04-15 22:08:01 +00:00
Koop Mast
2701760345 Rework python module compile so it doesn't code the stagedir in it [1]
While here switch to USES=tar:bzip2
Remove waf from SHEBANG_FILES. it contains binary so running sed on it
 not guaranteed to work as intended. [2]
Prefix waf commands with PYTHON_CMD so it run with the correct python version.
Use the waf --destdir command for destdir
Remove configure_ENV because they are already set.
Use post-patch to dynamicly fix the python version in test/examples_test.py
 instead of a patch.

Reported by:	swills@ [1], mva [2]
2014-04-15 20:53:04 +00:00
Thierry Thomas
62d2daacbb - Support stage;
- Install the license with the new framework;

- The original home page is no more available: change to a related page.
2014-04-15 20:28:06 +00:00
Rusmir Dusko
1eb0c93e27 - Update to 1.0.1, Announce message:
Do not create JFIF header (APP0 block) by default.
  This saves 18 bytes per image.

- Add jpeg and libjpeg-turbo to CONFLICTS_INSTALL
- Add USE_LDCONFIG=${PREFIX}/include ${PREFIX}/lib
- Change CONFIGURE_ARGS, change USE_LDCONFIG,
  remove PORTNAME from PLIST_SUB, change STRIP_CMD,
  change pkg-plist
- Add autoheader and libtoolize to USE_AUTOTOOLS,
  remove run-autotools, add AUTOMAKE_ARGS
- Remove LIBTOOL_ARGS and LDFLAGS
- Remove SIMD from default Options
- Use GCC=yes instead of GCC=any
- Change BUILD_DEPENDS from nasm to yasm, moved to SIMD
- Change SOMAJORVERSION to VER
- Reordering Options
- Break lines around 80 characters
- Change REINPLACE, cosmetical changes
- Patch for warning: always_inline function might not be inlinable
  http://sourceforge.net/p/libjpeg-turbo/patches/56/
- Use .if for DOCS due to large number of files installed

PR:		ports/188540
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
2014-04-15 19:26:28 +00:00
Dirk Meyer
842bc3cb42 - Add shebangfix so bdftogd
- Strip libgd
PR:		188581
Submitted by:	Steve Wills
2014-04-15 08:14:22 +00:00
Dirk Meyer
34c95229b7 - Fix shebang for obsolte bin/gifburst
PR:		188637
Submitted by:	Steve Wills

- Strip libgif
2014-04-15 08:13:14 +00:00
Thierry Thomas
d0e150121c - Support stage;
- Change the missing home page for the Darwin page.
2014-04-14 21:09:48 +00:00
Danilo Egea Gondolfo
65b29708a9 - Update from 1.2.1 to 1.3 2014-04-14 15:20:45 +00:00
Koop Mast
020a0fb5ec Fix build with clang 3.4
Submitted by:	Matthew Rezny <matthew@reztek.cz>
Obtained from:	inkscape upstream
http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_48_BRANCH/revision/10019#src/live_effects/lpe-perp_bisector.h
2014-04-14 10:32:54 +00:00
Marcus von Appen
26a6160fe0 - Update to version 2.70a
Changelog: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.70/Bug_Fixes#Fixes_since_2.70_release
2014-04-13 15:34:19 +00:00
Rene Ladan
bac6e092c4 Remove expired ports:
2014-04-12 net/pvm++: Unmaintained since 2001
2014-04-12 devel/ixlib: Unmaintained since 2001
2014-04-12 mail/althea: Unmaintained since 2001
2014-04-12 graphics/claraocr: Unmaintained since 2001
2014-04-12 graphics/qvplay: Unmaintained since 2001
2014-04-12 print/guitartex: Unmaintained since 2001
2014-04-12 print/pnm2ppa: Unmaintained since 2001
2014-04-12 graphics/opendis: Unmaintained since 2001
2014-04-12 net/gnome-mud: Unmaintained since 2001
2014-04-12 graphics/maverik: Unmaintained since 2001
2014-04-12 biology/rasmol: Unmaintained since 2001
2014-04-12 mail/mail2procmailrc: Unmaintained since 2001
2014-04-12 science/felt: Unmaintained since 2001
2014-04-12 textproc/pardiff: Unmaintained since 2001
2014-04-12 lang/klone: Unmaintained since 2001
2014-04-12 net/rmsg: Unmaintained since 2001
2014-04-12 net/sharity-light: Unmaintained since 2001
2014-04-12 biology/genpak: Unmaintained since 2001
2014-04-12 net/forg: Unmaintained since 2001
2014-04-12 misc/txt2regex: Unmaintained since 2001
2014-04-12 textproc/ipdf: Unmaintained since 2001
2014-04-12 graphics/plotmtv: Unmaintained since 2001
2014-04-12 devel/happydoc: Unmaintained since 2001
2014-04-12 print/cpp2latex: Unmaintained since 2001
2014-04-12 graphics/svg2swf: Unmaintained since 2001
2014-04-12 devel/flick: Unmaintained since 2001
2014-04-12 mail/smail: Unmaintained since 2001
2014-04-12 net/net-http: Unmaintained since 2001
2014-04-12 security/cfv: Unmaintained since 2001
2014-04-12 graphics/camediaplay: Unmaintained since 2001
2014-04-12 math/umatrix: Unmaintained since 2001
2014-04-13 10:55:38 +00:00
Dirk Meyer
8f01b76d23 - option PANGOCAIRO is required for option GHOSTSCRIPT
Reported by:	Andrzej Tobola
2014-04-13 08:26:10 +00:00
Antoine Brodin
a0e3a12b6e Mark broken: Fails to configure
user supplied gdal-config (/usr/local/bin/gdal-config)
using /usr/local/lib/gdalplugins as GDAL shared library autoload directory
checking for G_asprintf in -lgrass_gis... no
configure: error: --with-grass=/usr/local/grass-6.4.2 requested, but libraries not found!  Perhaps you need to set LD_LIBRARY_PATH to include /usr/local/grass-6.4.2/lib?
===>  Script "configure" failed unexpectedly.

Note:		bumping from 6.4.2 to 6.4.3 or 6.4.3/lib doesn't fix
With hat:	portmgr
2014-04-13 07:29:23 +00:00
Dmitry Sivachenko
33d44aeb2d Fix build on 10+: since boost is linked against libc++, we must use clang to
compile gource too.
2014-04-12 18:30:28 +00:00
Danilo Egea Gondolfo
204c089f45 - Update from 2.1 to 2.1.1
- Convert USE_BZIP2 to USES
2014-04-12 17:10:14 +00:00
Tijl Coosemans
2f9515c2a8 - Remove remnants of the gnomecanvas slave port that has been removed
several months ago.
- Set LDFLAGS instead of LIBS and search STAGEDIR before LOCALBASE.
- Replace a patch with REINPLACE_CMD.
- Remove unneeded patches.
2014-04-12 16:29:28 +00:00
Marcus von Appen
92ceaf4a1d - Update to snapshot from 14-02-2014 2014-04-12 11:32:16 +00:00
Marcus von Appen
e19eb7b511 - Update to snapshot from 28-04-2014 2014-04-12 07:53:02 +00:00
Koop Mast
57fb8075fe Stagify, use new lib_depend syntax. switch to USES=pathfix, strip. 2014-04-11 20:53:04 +00:00
Baptiste Daroussin
29b378ee85 Fix typo
Reported by:	swills
2014-04-11 18:57:02 +00:00
Baptiste Daroussin
4442eb971e Fix build system not able to link to itself when staged (thanks usage of ancient autotools...) 2014-04-11 18:41:00 +00:00
Baptiste Daroussin
dc537cddef Sodipodi did not survive the Inkscape fork 2014-04-11 16:36:08 +00:00
Baptiste Daroussin
19a859d723 Support stage 2014-04-11 16:07:32 +00:00
Baptiste Daroussin
378fcc65e5 Chase gegl shlib changes 2014-04-11 16:04:43 +00:00
Baptiste Daroussin
8194738821 Chase gegl shlib changes 2014-04-11 16:04:29 +00:00
Baptiste Daroussin
98dfc748e5 Support stage
USES=libtool
2014-04-11 16:04:08 +00:00
Baptiste Daroussin
d2a2abb5a1 Support stage 2014-04-11 15:51:46 +00:00
Baptiste Daroussin
807ea67466 Support stage 2014-04-11 15:46:33 +00:00
Baptiste Daroussin
002a388700 Support stage 2014-04-11 15:42:43 +00:00
Baptiste Daroussin
2313f4adbb Support stage 2014-04-11 15:36:16 +00:00
Baptiste Daroussin
c1ca350b17 Support stage
Drop uneeded dependency on shared-mime-infos
2014-04-11 15:31:38 +00:00
Baptiste Daroussin
4b9fa2de2e Support stage 2014-04-11 15:27:54 +00:00
Baptiste Daroussin
93730debc2 Support stage
USES=libtool
2014-04-11 15:22:54 +00:00
Baptiste Daroussin
37b9c91b5f Support stage
Switch to USES=libtool
2014-04-11 15:20:44 +00:00
Rene Ladan
7e5f1066a3 Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
2014-04-11 13:20:44 +00:00
Mario Sergio Fujikawa Ferreira
16919ac648 New port jagged-border: GIMP script to create a jagged border around an image
Approved by:	eadler (mentor)
2014-04-10 23:07:40 +00:00
Lars Engels
30795292b1 - Update to 2.3.1
- Stagify
- Use new LIB_DEPENDS syntax
- USES tar:bzip2
- Fix build with libc++
- Remove no longer needed patch

PR:		ports/187858
Submitted by:	maintainer
2014-04-10 07:47:18 +00:00
Baptiste Daroussin
6b16064740 Minimum version of java is now 1.6
With hat:	portmgr
2014-04-10 07:17:17 +00:00
Matthias Andree
b4e790dd75 Grab after nemsysis gave these up. 2014-04-10 06:59:25 +00:00
Rusmir Dusko
3f9a50d1bc - Reset maintainer to ports@ 2014-04-09 19:16:17 +00:00
Rusmir Dusko
e2c66f71d6 - Reset maintainer to ports@ 2014-04-09 19:16:11 +00:00
Koop Mast
d7401fb53d Stagify, switch to USES=libtool tar:xz gmake 2014-04-09 14:10:48 +00:00
Koop Mast
dafdcb174b USE_BZIP2 -> USES=tar:bzip2
USE_GNOME=ltverhack -> USES=libtool
2014-04-09 13:44:11 +00:00
Baptiste Daroussin
473a8557c9 Support stage
USES=webplugin
2014-04-09 13:34:04 +00:00
Koop Mast
a2f0476cbd Stagify, use USES=tar:xz, strip libraries, use new lib_depends syntax. 2014-04-09 13:27:41 +00:00
Baptiste Daroussin
33201e7481 Mark as broken non staged ports using the ruby framework
With hat:	portmgr
2014-04-09 07:47:01 +00:00
Baptiste Daroussin
9b537e2f68 Remove useless and outdated ports 2014-04-08 09:57:38 +00:00
Alexey Dokuchaev
e310cf30d5 Release maintainership. There is new version available, 0.5.4, but it does
not work, exiting with "Trace/BPT trap" error on startup and dumping core.

Our devd(8) support patch was submitted upstream in July 2013 and generally
welcomed by the author, but he has a slight preference for GIO's GSocket +
GUnixSocketAddress APIs, and I never had time to rewrite the patch.  After
showering my camera with waters of Gulf of Thailand, it is unlikely that I
will need to use this port any time soon, so let it go for the moment.
2014-04-08 08:11:39 +00:00
Mario Sergio Fujikawa Ferreira
aec9c758e1 New port wavelet-sharpen 0.1.2: GIMP plugin to sharpen by increasing contrast in high frequency space
Approved by:	eadler (mentor)
2014-04-07 23:57:00 +00:00
Mario Sergio Fujikawa Ferreira
69d281f306 New port wavelet-denoise 0.3.1: GIMP plugin to reduce noise in each channel of an image separately
Reviewed by:	eadler (mentor)
2014-04-07 23:56:01 +00:00
Mario Sergio Fujikawa Ferreira
09c482df59 New port Refocus 0.9.0: GIMP plugin to "refocus" images through FIR Wiener filtering
Approved by:	eadler (mentor)
Obtained from:	gentoo portage (patches)
2014-04-07 23:54:13 +00:00
Mario Sergio Fujikawa Ferreira
c83d1bc648 New port ez-perspective 0.1.2: GIMP plugin to sharpen by increasing contrast in high frequency space
Approved by:	eadler (mentor)
2014-04-07 23:51:58 +00:00
Jose Alonso Cardenas Marquez
784a3c889f - Fix install
- Add STAGE support
- Remove BROKEN
2014-04-07 21:41:31 +00:00