portroach annotations
This commit is contained in:
parent
fa5fc847a2
commit
3ba8a809ae
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.80 2018/01/23 00:58:41 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.81 2018/03/17 22:03:23 sthen Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
|
||||
@ -9,7 +9,7 @@ COMMENT= virtual lighttable and darkroom for photographers
|
||||
|
||||
V= 2.4.1
|
||||
DISTNAME= darktable-$V
|
||||
PORTROACH= limitw:1,even
|
||||
PORTROACH= limitw:1,even skipv:$V
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
CATEGORIES= graphics x11
|
||||
|
@ -1,11 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2017/11/03 10:31:24 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2018/03/17 22:03:23 sthen Exp $
|
||||
|
||||
COMMENT = open-source JPEG 2000 codec library
|
||||
|
||||
GH_ACCOUNT = uclouvain
|
||||
GH_PROJECT = openjpeg
|
||||
GH_TAGNAME = v2.3.0
|
||||
DISTNAME = openjp2-${GH_TAGNAME:S/v//}
|
||||
V = 2.3.0
|
||||
GH_TAGNAME = v$V
|
||||
PORTROACH = skipv:$V
|
||||
DISTNAME = openjp2-$V
|
||||
|
||||
SHARED_LIBS += openjp2 3.1
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.125 2018/03/15 21:25:24 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.126 2018/03/17 22:03:23 sthen Exp $
|
||||
|
||||
COMMENT= imap4 webmail client
|
||||
|
||||
V= 1.3.5
|
||||
DISTNAME= roundcubemail-$V
|
||||
PKGNAME= roundcubemail-${V:S/-rc/rc/}
|
||||
PORTROACH= skipv:$V
|
||||
EXTRACT_SUFX= -complete.tar.gz
|
||||
CATEGORIES= mail www
|
||||
HOMEPAGE= http://www.roundcube.net/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2018/03/15 01:10:41 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2018/03/17 22:03:23 sthen Exp $
|
||||
|
||||
COMMENT-main= find the country where IP address/hostname originates from
|
||||
COMMENT-db= GeoIP GeoLite database: IPv4/v6 address to country
|
||||
@ -12,6 +12,7 @@ PKGNAME-main= GeoIP-$V
|
||||
PKGNAME-db= geolite-country-$D
|
||||
PKGNAME-city= geolite-city-$D
|
||||
PKGNAME-asn= geolite-asn-$D
|
||||
PORTROACH= skipv:$V
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
geolite-data-$D.tar.xz:0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user