summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/iiview/Makefile5
-rw-r--r--graphics/iiview/distinfo4
-rw-r--r--graphics/osgearth/Makefile7
-rw-r--r--graphics/osgearth/distinfo4
-rw-r--r--graphics/php-facedetect/Makefile7
-rw-r--r--graphics/php-facedetect/distinfo4
-rw-r--r--graphics/sxiv/Makefile6
-rw-r--r--graphics/sxiv/distinfo4
-rw-r--r--graphics/tiled/Makefile4
-rw-r--r--graphics/tiled/distinfo4
10 files changed, 26 insertions, 23 deletions
diff --git a/graphics/iiview/Makefile b/graphics/iiview/Makefile
index d27079f38eaa..ef6979682f6c 100644
--- a/graphics/iiview/Makefile
+++ b/graphics/iiview/Makefile
@@ -3,10 +3,8 @@
PORTNAME= iiview
PORTVERSION= 0.31
+DISTVERSIONPREFIX= v
CATEGORIES= graphics
-MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/archive/
-DISTNAME= v${PORTVERSION}
-DIST_SUBDIR= ${PORTNAME}
MAINTAINER= martin.sugioarto@udo.edu
COMMENT= Thumb viewer application
@@ -19,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \
USE_XORG= xpm x11
+USE_GITHUB= yes
GH_ACCOUNT= nakal
WRKSRC= ${WRKDIR}/iiview-${PORTVERSION}
diff --git a/graphics/iiview/distinfo b/graphics/iiview/distinfo
index a8433c203ae4..2c072e915116 100644
--- a/graphics/iiview/distinfo
+++ b/graphics/iiview/distinfo
@@ -1,2 +1,2 @@
-SHA256 (iiview/v0.31.tar.gz) = a53c516e571d7ed127bff45b8ffb35fa68a775fd1dd4e5471ac03ce74937c668
-SIZE (iiview/v0.31.tar.gz) = 37399
+SHA256 (nakal-iiview-v0.31_GH0.tar.gz) = a53c516e571d7ed127bff45b8ffb35fa68a775fd1dd4e5471ac03ce74937c668
+SIZE (nakal-iiview-v0.31_GH0.tar.gz) = 37399
diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile
index 203aa8be4b12..dd3b5665c3ca 100644
--- a/graphics/osgearth/Makefile
+++ b/graphics/osgearth/Makefile
@@ -3,9 +3,9 @@
PORTNAME= osgearth
PORTVERSION= 2.5
+DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 5
CATEGORIES= graphics geography
-MASTER_SITES= https://github.com/gwaldron/${PORTNAME}/archive/
MAINTAINER= coder@tuxfamily.org
COMMENT= osgEarth is a C++ terrain rendering toolkit for OpenSceneGraph
@@ -17,11 +17,12 @@ LIB_DEPENDS= libosg.so:${PORTSDIR}/graphics/osg \
libgdal.so:${PORTSDIR}/graphics/gdal \
libcurl.so:${PORTSDIR}/ftp/curl
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME}
+USE_GITHUB= yes
+GH_ACCOUNT= gwaldron
USE_LDCONFIG= YES
USE_SQLITE= 3
-USES= cmake gmake pkgconfig zip
+USES= cmake gmake pkgconfig
PLIST_SUB= OSGVERSION=3.2.1
CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \
diff --git a/graphics/osgearth/distinfo b/graphics/osgearth/distinfo
index b3b41736840a..02b4c18529a1 100644
--- a/graphics/osgearth/distinfo
+++ b/graphics/osgearth/distinfo
@@ -1,2 +1,2 @@
-SHA256 (osgearth-2.5.zip) = 07745925344bc74dec9e2c441ccaca746c34a67895b93e14326ab2856354b0aa
-SIZE (osgearth-2.5.zip) = 50693211
+SHA256 (gwaldron-osgearth-osgearth-2.5_GH0.tar.gz) = 73d730fdf615318ef876179b21ff77f508efa20e4dcd8640b999a8235a811616
+SIZE (gwaldron-osgearth-osgearth-2.5_GH0.tar.gz) = 49670415
diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile
index 7456bd43660f..8041f54defcd 100644
--- a/graphics/php-facedetect/Makefile
+++ b/graphics/php-facedetect/Makefile
@@ -5,9 +5,7 @@ PORTNAME= facedetect
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= graphics
-MASTER_SITES= https://github.com/infusion/PHP-Facedetect/tarball/${GITVERSION}/
PKGNAMEPREFIX= php-
-DISTNAME= infusion-PHP-Facedetect-${GITVERSION}
MAINTAINER= mm@FreeBSD.org
COMMENT= Face detection extension for PHP using OpenCV library
@@ -16,7 +14,10 @@ LICENSE= PHP30
LIB_DEPENDS= libopencv_objdetect.so:${PORTSDIR}/graphics/opencv
-GITVERSION= 4b1dfe1
+USE_GITHUB= yes
+GH_ACCOUNT= infusion
+GH_PROJECT= PHP-Facedetect
+GH_TAGNAME= 4b1dfe1
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lopencv_core
diff --git a/graphics/php-facedetect/distinfo b/graphics/php-facedetect/distinfo
index c66887db85fc..e053111a4c48 100644
--- a/graphics/php-facedetect/distinfo
+++ b/graphics/php-facedetect/distinfo
@@ -1,2 +1,2 @@
-SHA256 (infusion-PHP-Facedetect-4b1dfe1.tar.gz) = 2e2361e0a26d7a959e9e5ba6aec78cf21a6ad631baf7e853fa9a0d1ed3a55ac1
-SIZE (infusion-PHP-Facedetect-4b1dfe1.tar.gz) = 2979
+SHA256 (infusion-PHP-Facedetect-1.1-4b1dfe1_GH0.tar.gz) = bd628c0072750172a9234676a3a9b555ca5f46fc2f402c1ff49d8b984669e45a
+SIZE (infusion-PHP-Facedetect-1.1-4b1dfe1_GH0.tar.gz) = 2968
diff --git a/graphics/sxiv/Makefile b/graphics/sxiv/Makefile
index 5d95275a72b5..1ad60dca2817 100644
--- a/graphics/sxiv/Makefile
+++ b/graphics/sxiv/Makefile
@@ -3,10 +3,9 @@
PORTNAME= sxiv
PORTVERSION= 1.3.1
+DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= https://github.com/muennich/sxiv/archive/
-DISTNAME= v${PORTVERSION}
MAINTAINER= solene@bsd.zplay.eu
COMMENT= Lightweight image viewer
@@ -16,7 +15,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 \
libexif.so:${PORTSDIR}/graphics/libexif
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/
+USE_GITHUB= yes
+GH_ACCOUNT= muennich
USES= pkgconfig gmake
USE_XORG= x11
diff --git a/graphics/sxiv/distinfo b/graphics/sxiv/distinfo
index 9f1a8278e254..54b042bb1b00 100644
--- a/graphics/sxiv/distinfo
+++ b/graphics/sxiv/distinfo
@@ -1,2 +1,2 @@
-SHA256 (v1.3.1.tar.gz) = 9a30a1b036e1c17212128554709da3f2d65d3beaef2e0a73097af5e35cf11d0e
-SIZE (v1.3.1.tar.gz) = 47171
+SHA256 (muennich-sxiv-v1.3.1_GH0.tar.gz) = 9a30a1b036e1c17212128554709da3f2d65d3beaef2e0a73097af5e35cf11d0e
+SIZE (muennich-sxiv-v1.3.1_GH0.tar.gz) = 47171
diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile
index 91d29a7fa182..75edb511486d 100644
--- a/graphics/tiled/Makefile
+++ b/graphics/tiled/Makefile
@@ -3,8 +3,8 @@
PORTNAME= tiled
PORTVERSION= 0.11.0
+DISTVERSIONPREFIX= v
CATEGORIES= graphics editors games
-MASTER_SITES= https://github.com/bjorn/tiled/archive/v${PORTVERSION}/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= General purpose tile map editor
@@ -13,6 +13,8 @@ USES= desktop-file-utils shared-mime-info qmake
USE_QT4= corelib gui opengl \
linguisttools_build moc_build uic_build rcc_build
USE_LDCONFIG= yes
+USE_GITHUB= yes
+GH_ACCOUNT= bjorn
PORTDOCS= *
diff --git a/graphics/tiled/distinfo b/graphics/tiled/distinfo
index 56058b2b13ea..93910c8418ac 100644
--- a/graphics/tiled/distinfo
+++ b/graphics/tiled/distinfo
@@ -1,2 +1,2 @@
-SHA256 (tiled-0.11.0.tar.gz) = 0d4b028902dfe08f18b542bfd9eaaf08886c1f685b2e176f438c3bf9d72e410d
-SIZE (tiled-0.11.0.tar.gz) = 2324668
+SHA256 (bjorn-tiled-v0.11.0_GH0.tar.gz) = 0d4b028902dfe08f18b542bfd9eaaf08886c1f685b2e176f438c3bf9d72e410d
+SIZE (bjorn-tiled-v0.11.0_GH0.tar.gz) = 2324668