Chase Location: header redirects for googlecode-hosted HOMEPAGEs and
bump REVISION.
This commit is contained in:
parent
322837e5b1
commit
3451d0c08d
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2015/07/18 14:57:48 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT= simplified-traditional chinese translate tool
|
||||
|
||||
DISTNAME= cconv-0.6.2
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
CATEGORIES= chinese converters
|
||||
|
||||
SHARED_LIBS= cconv 0.0
|
||||
|
||||
HOMEPAGE= https://code.google.com/p/cconv/
|
||||
HOMEPAGE= https://github.com/xiaoyjy/cconv
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,11 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/10/23 03:22:02 lteo Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT = minimal dumb-terminal emulation program
|
||||
|
||||
DISTNAME = picocom-1.7
|
||||
REVISION = 0
|
||||
CATEGORIES = comms
|
||||
|
||||
HOMEPAGE = https://code.google.com/p/picocom/
|
||||
HOMEPAGE = https://github.com/npat-efault/picocom
|
||||
MAINTAINER = Kyle Isom <kyle@tyrfingr.is>
|
||||
|
||||
# GPLv2+
|
||||
|
@ -1,18 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2014/06/03 11:32:18 rpointel Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
COMMENT = thin SQLite wrapper for Python
|
||||
|
||||
REVISION = 0
|
||||
MODPY_EGG_VERSION = 3.8.0.2
|
||||
REVISION = 1
|
||||
DISTNAME = apsw-${MODPY_EGG_VERSION}-r1
|
||||
EXTRACT_SUFX = .zip
|
||||
PKGNAME = py-apsw-${MODPY_EGG_VERSION}
|
||||
CATEGORIES = databases
|
||||
|
||||
HOMEPAGE= https://github.com/rogerbinns/apsw
|
||||
|
||||
MASTER_SITES = https://apsw.googlecode.com/files/
|
||||
HOMEPAGE= https://code.google.com/p/apsw/
|
||||
|
||||
# zlib
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,16 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2015/03/16 18:07:40 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT = C++ unit test framework
|
||||
|
||||
DISTNAME = gtest-1.4.0
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
SHARED_LIBS += gtest 0.0 # .0.0
|
||||
SHARED_LIBS += gtest_main 0.0 # .0.0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://code.google.com/p/googletest/
|
||||
HOMEPAGE = https://github.com/google/googletest
|
||||
|
||||
MAINTAINER = Vincent Auclair <auclair.vincent@gmail.com>
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2015/09/29 10:51:43 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT= generate SCons/Makefiles from platform-independent input
|
||||
|
||||
DISTNAME= gyp-r1812
|
||||
PKGNAME= ${DISTNAME:S/r/0./g}
|
||||
REVISION=0
|
||||
REVISION= 1
|
||||
PKGNAME= ${DISTNAME:S/r/0./g}
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://code.google.com/p/gyp/
|
||||
HOMEPAGE= https://bugs.chromium.org/p/gyp/
|
||||
|
||||
MAINTAINER= Aaron Bieber <abieber@openbsd.org>
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2015/03/16 18:07:44 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT = c++ protocol buffers
|
||||
|
||||
DISTNAME = protobuf-2.4.1
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
SHARED_LIBS += protobuf 1.0 # 7.0
|
||||
SHARED_LIBS += protoc 1.0 # 7.0
|
||||
@ -11,7 +11,7 @@ SHARED_LIBS += protobuf-lite 1.0 # 7.0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://code.google.com/p/protobuf/
|
||||
HOMEPAGE = https://github.com/google/protobuf
|
||||
|
||||
MAINTAINER = Vincent Auclair <auclair.vincent@gmail.com>
|
||||
|
||||
|
@ -1,13 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2014/01/11 17:50:05 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT = Python client library for Google data APIs
|
||||
|
||||
MODPY_EGG_VERSION = 2.0.18
|
||||
REVISION = 0
|
||||
DISTNAME = gdata-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-gdata-${MODPY_EGG_VERSION}
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://code.google.com/p/gdata-python-client/
|
||||
HOMEPAGE = https://github.com/google/gdata-python-client
|
||||
MAINTAINER = frantisek holop <minusf@obiit.org>
|
||||
|
||||
# Apache License 2.0
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2015/09/29 10:52:11 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT = text progressbar library for python
|
||||
|
||||
MODPY_EGG_VERSION = 2.3
|
||||
REVISION = 4
|
||||
DISTNAME = progressbar-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 3
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://code.google.com/p/python-progressbar/
|
||||
HOMEPAGE = https://github.com/niltonvolpato/python-progressbar
|
||||
MASTER_SITES = https://python-progressbar.googlecode.com/files/
|
||||
|
||||
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
|
||||
|
@ -1,14 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2015/09/03 07:20:06 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT = library for getting/setting process names
|
||||
|
||||
MODPY_EGG_VERSION = 1.1.9
|
||||
REVISION = 0
|
||||
DISTNAME = setproctitle-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://code.google.com/p/py-setproctitle/
|
||||
HOMEPAGE = https://github.com/dvarrazzo/py-setproctitle
|
||||
|
||||
# BSD 3-clause
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2015/08/25 13:18:26 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
BROKEN-mips64el = Bus error on startup, no core file left
|
||||
|
||||
V = 0.4.1
|
||||
REVISION = 1
|
||||
COMMENT = 2D MMORPG focused on grinding
|
||||
DISTNAME = choria-${V}-src
|
||||
PKGNAME = choria-${V}
|
||||
CATEGORIES = games x11
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://code.google.com/p/choria/
|
||||
HOMEPAGE = https://github.com/jazztickets/choria
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2013/08/07 21:31:56 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT = Pyrex generated python interface to PROJ.4 library
|
||||
|
||||
MODPY_EGG_VERSION = 1.9.3
|
||||
REVISION = 1
|
||||
DISTNAME = pyproj-${MODPY_EGG_VERSION}
|
||||
PKGNAME = ${DISTNAME:S/py/py-/}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = geo
|
||||
|
||||
HOMEPAGE = https://code.google.com/p/pyproj/
|
||||
HOMEPAGE = https://github.com/jswhit/pyproj
|
||||
|
||||
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2013/08/07 21:32:01 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT= Python interface to Graphviz's Dot#'
|
||||
|
||||
MODPY_EGG_VERSION= 1.0.28
|
||||
REVISION= 1
|
||||
DISTNAME= pydot-${MODPY_EGG_VERSION}
|
||||
PKGNAME= ${DISTNAME:S/py/py-/}
|
||||
REVISION= 0
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= https://code.google.com/p/pydot/
|
||||
HOMEPAGE= https://github.com/erocarrera/pydot
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,16 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/11/25 14:16:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
COMMENT= V8 JavaScript for clients and servers
|
||||
|
||||
V8_VERSION= 3.12.19
|
||||
REVISION= 1
|
||||
EPOCH= 0
|
||||
V8_ARCH= ${PKG_ARCH:S/amd64/x64/:S/i386/ia32/}
|
||||
V8_RELEASE= release
|
||||
|
||||
REVISION=0
|
||||
EPOCH=0
|
||||
|
||||
DISTNAME= v8-${V8_VERSION}
|
||||
PKGNAME= lib${DISTNAME}
|
||||
|
||||
@ -18,7 +17,7 @@ CATEGORIES= lang
|
||||
|
||||
SHARED_LIBS= v8 0.0
|
||||
|
||||
HOMEPAGE= https://code.google.com/p/v8/
|
||||
HOMEPAGE= https://bugs.chromium.org/p/v8/
|
||||
|
||||
MAINTAINER= Aaron Bieber <abieber@openbsd.org>
|
||||
|
||||
|
@ -1,18 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2015/10/08 21:19:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT-main= portable low-level networking library
|
||||
COMMENT-python= python interface to libdnet
|
||||
|
||||
MODPY_EGG_VERSION= 1.12
|
||||
REVISION= 13
|
||||
DISTNAME= libdnet-${MODPY_EGG_VERSION}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-python= py-${DISTNAME}
|
||||
REVISION= 12
|
||||
|
||||
SHARED_LIBS= dnet 1.0
|
||||
|
||||
CATEGORIES= net
|
||||
HOMEPAGE= https://code.google.com/p/libdnet/
|
||||
HOMEPAGE= https://github.com/dugsong/libdnet
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/08/07 21:32:20 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT = LDAP authentication plugin for OpenVPN 2.x
|
||||
|
||||
VERSION = 2.0.3
|
||||
REVISION = 1
|
||||
DISTNAME = auth-ldap-${VERSION}
|
||||
PKGNAME = openvpn-${DISTNAME}
|
||||
REVISION = 0
|
||||
CATEGORIES = net security
|
||||
|
||||
HOMEPAGE = https://code.google.com/p/openvpn-auth-ldap/
|
||||
HOMEPAGE = https://github.com/threerings/openvpn-auth-ldap
|
||||
|
||||
MAINTAINER = Joel Sing <jsing@openbsd.org>
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2013/08/07 21:32:21 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2016/01/26 13:05:26 sthen Exp $
|
||||
|
||||
COMMENT= provides rudimentary access to remote SNMP agents
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= SNMP_Session-1.13
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= https://code.google.com/p/snmp-session/
|
||||
HOMEPAGE= https://github.com/sleinen/snmp-session
|
||||
MASTER_SITES= https://snmp-session.googlecode.com/files/
|
||||
|
||||
# Artistic License 2.0
|
||||
|
@ -1,13 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/10/04 09:20:14 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2016/01/26 13:05:27 sthen Exp $
|
||||
|
||||
COMMENT = Python IP address manipulation library
|
||||
|
||||
MODPY_EGG_VERSION = 2.1.10
|
||||
REVISION = 0
|
||||
DISTNAME = ipaddr-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = http://code.google.com/p/ipaddr-py/
|
||||
HOMEPAGE = https://github.com/google/ipaddr-py
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2015/09/29 10:52:34 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2016/01/26 13:05:27 sthen Exp $
|
||||
|
||||
COMMENT = Python module to read and work with PE files
|
||||
|
||||
MODPY_EGG_VERSION = 1.2.10.post139
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
DISTNAME = pefile-1.2.10-139
|
||||
PKGNAME = py-pefile-1.2.10.139
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
HOMEPAGE = https://code.google.com/p/pefile/
|
||||
HOMEPAGE = https://github.com/erocarrera/pefile
|
||||
|
||||
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2014/08/20 00:29:15 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2016/01/26 13:05:27 sthen Exp $
|
||||
|
||||
COMMENT= tool for reverse-engineering and analysing firmware blobs
|
||||
|
||||
MODPY_EGG_VERSION = 1.2.2_1
|
||||
REVISION= 1
|
||||
DISTNAME= binwalk-1.2.2-1
|
||||
PKGNAME= binwalk-1.2.2.1
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= sysutils
|
||||
|
||||
HOMEPAGE= http://code.google.com/p/binwalk/
|
||||
HOMEPAGE= https://github.com/devttys0/binwalk
|
||||
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2015/09/14 07:02:44 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2016/01/26 13:05:27 sthen Exp $
|
||||
|
||||
COMMENT= XML parser designed for Jabber applications
|
||||
DISTNAME= iksemel-1.4
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
|
||||
SHARED_LIBS= iksemel 0.1 # .4.0
|
||||
|
||||
CATEGORIES= textproc net
|
||||
|
||||
HOMEPAGE= https://code.google.com/p/iksemel/
|
||||
HOMEPAGE= https://github.com/meduketto/iksemel
|
||||
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2015/09/29 10:52:53 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2016/01/26 13:05:27 sthen Exp $
|
||||
|
||||
COMMENT= RSS and Atom feeds parser written in Python
|
||||
|
||||
MODPY_EGG_VERSION= 5.1.3
|
||||
REVISION= 1
|
||||
DISTNAME= feedparser-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
CATEGORIES= textproc
|
||||
REVISION= 0
|
||||
|
||||
HOMEPAGE= https://code.google.com/p/feedparser/
|
||||
HOMEPAGE= https://github.com/kurtmckee/feedparser
|
||||
|
||||
MAINTAINER= Romain Gaillegue <romain@biscotte.net>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2015/03/27 08:15:03 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2016/01/26 13:05:27 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -7,11 +7,11 @@ COMMENT= simple Qt4-based browser using WebKit
|
||||
ONLY_FOR_ARCHS= ${GCC4_ARCHS}
|
||||
|
||||
DISTNAME= arora-0.11.0
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://arora.googlecode.com/files/
|
||||
|
||||
HOMEPAGE= https://code.google.com/p/arora/
|
||||
HOMEPAGE= https://github.com/arora/arora
|
||||
|
||||
MAINTAINER= Brad Smith <brad@comstyle.com>
|
||||
|
||||
|
@ -1,15 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2015/03/27 08:16:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2016/01/26 13:05:27 sthen Exp $
|
||||
|
||||
COMMENT = complete, multi-colored suite of icons
|
||||
|
||||
V = 5.5.1
|
||||
REVISION = 8
|
||||
DISTNAME = gnome-colors-${V}
|
||||
PKGNAME = gnome-colors-icon-theme-${V}
|
||||
CATEGORIES = x11
|
||||
|
||||
REVISION = 7
|
||||
|
||||
HOMEPAGE = https://code.google.com/p/gnome-colors/
|
||||
HOMEPAGE = https://github.com/gnome-colors/gnome-colors
|
||||
MASTER_SITES = https://gnome-colors.googlecode.com/files/
|
||||
|
||||
# GPLv2
|
||||
|
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2015/12/03 21:24:32 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2016/01/26 13:05:27 sthen Exp $
|
||||
|
||||
COMMENT= lightweight XSETTINGS daemon
|
||||
|
||||
DISTNAME= derat-xsettingsd-486be8b
|
||||
PKGNAME= xsettingsd-0.20120312
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= https://code.google.com/p/xsettingsd/
|
||||
HOMEPAGE= https://github.com/derat/xsettingsd
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
Loading…
Reference in New Issue
Block a user