Drop gitlist. It is again one of these ports that only extract upstream

tarball with no added benefit and worse, unmaintained and outdated.

ok jasper@
This commit is contained in:
ajacoutot 2014-03-20 13:18:34 +00:00
parent 74bbed4be3
commit 2b35dbc18b
8 changed files with 0 additions and 1684 deletions

View File

@ -1,38 +0,0 @@
# $OpenBSD: Makefile,v 1.7 2013/09/20 06:16:05 jasper Exp $
COMMENT= elegant and modern git repository browser
DISTNAME= gitlist-0.4.0
REVISION= 1
CATEGORIES= www
HOMEPAGE= http://gitlist.org/
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES= https://s3.amazonaws.com/gitlist/
MODULES= lang/php
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
PREFIX= ${VARBASE}/www
INSTDIR= ${PREFIX}/gitlist/
TINSTDIR= ${TRUEPREFIX}/gitlist/
SUBST_VARS= INSTDIR TINSTDIR
WRKDIST= ${WRKDIR}/gitlist/
pre-configure:
${SUBST_CMD} ${WRKSRC}/config.ini-example
do-install:
rm -f ${WRKSRC}/config.ini-example.*
cp -Rp ${WRKDIST} ${INSTDIR}
${SUBST_CMD} -c ${FILESDIR}/gitlist.conf \
${INSTDIR}/gitlist.conf.dist
chown -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (gitlist-0.4.0.tar.gz) = eDgUB/3vAFlTqDR0MQZahk0/jEghkgYfNMe07CW/8kc=
SIZE (gitlist-0.4.0.tar.gz) = 834122

View File

@ -1,5 +0,0 @@
<Directory ${TINSTDIR}>
<IfModule mod_php5.c>
php_value date.timezone UTC
</IfModule>
</Directory>

View File

@ -1,10 +0,0 @@
$OpenBSD: patch-config_ini-example,v 1.1 2013/06/22 06:39:45 jasper Exp $
--- config.ini-example.orig Sat Jun 1 20:16:20 2013
+++ config.ini-example Fri Jun 21 21:01:54 2013
@@ -1,5 +1,5 @@
[git]
-client = '/usr/bin/git' ; Your git executable path
+client = '${LOCALBASE}/bin/git' ; Your git executable path
default_branch = 'master' ; Default branch when HEAD is detached
repositories[] = '/home/git/repositories/' ; Path to your repositories
; If you wish to add more repositories, just add a new line

View File

@ -1,4 +0,0 @@
GitList allows you to browse repositories using your favorite browser,
viewing files under different revisions, commit history and diffs.
GitList is free and open source software, written in PHP, on top of
Silex and the Twig template engine.

File diff suppressed because it is too large Load Diff

View File

@ -1,32 +0,0 @@
$OpenBSD: README,v 1.3 2013/06/22 06:39:45 jasper Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
The GitList repository viewer has been installed into
${INSTDIR}
PHP settings
============
Some specific PHP settings are required for GitList. With Apache, you can
automatically configure them as follows:
# ln -s ../modules.sample/gitlist.conf /var/www/conf/modules
# /etc/rc.d/httpd restart
With other web servers, review
${PREFIX}/conf/modules.sample/gitlist.conf
to use them as a a template to adjust various PHP settings in
${SYSCONFDIR}/php-${MODPHP_VERSION}.ini.
Webserver settings
==================
You should point this to the DocumentRoot of your web-server:
# ln -s ../gitlist /var/www/htdocs/gitlist
(make sure you use a relative symlink since Apache is chrooted)
and proceed to complete the installation by reading:
https://github.com/klaussilveira/gitlist/blob/master/INSTALL.md
You can ensure you have a working installation by accessing:
http://<localhost>/gitlist/

View File

@ -1,4 +0,0 @@
To completely deinstall GitList you need to perform the following steps
as root:
rm -f /var/www/conf/modules/gitlist.conf
rm -rf ${PREFIX}/gitlist