mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- update devel/py-liblarch to 2.1.0
- remove devel/py-liblarch_gtk because it was merged into devel/py-liblarch itself - add UPDATING entry for deskutils/gtg users Feature safe: yes
This commit is contained in:
parent
8439a08db4
commit
543d408491
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307224
1
MOVED
1
MOVED
@ -3838,3 +3838,4 @@ textproc/xerces-c||2012-11-05|Has expired: No more supported upstream, consider
|
||||
x11-wm/wampager||2012-11-05|Has expired: Development ceased
|
||||
x11-wm/waimea||2012-11-05|Has expired: Development ceased
|
||||
x11-wm/waimea-devel||2012-11-05|Has expired: Development ceased
|
||||
devel/py-liblarch_gtk||2012-11-09|Merged into devel/py-liblarch
|
||||
|
8
UPDATING
8
UPDATING
@ -5,6 +5,14 @@ they are unavoidable.
|
||||
You should get into the habit of checking this file for changes each time
|
||||
you update your ports collection, before attempting any port upgrades.
|
||||
|
||||
20121109:
|
||||
AFFECTS: users of devel/py-liblarch_gtk deskutils/gtg
|
||||
AUTHOR: rm@FreeBSD.org
|
||||
|
||||
Code of py-liblarch_gtk has been merged into py-liblarch 2.1.0. To avoid
|
||||
any conflicts, user need to remove py-liblarch_gtk before the update of
|
||||
py-liblarch.
|
||||
|
||||
20121105:
|
||||
AFFECTS: users of mail/postfix-current
|
||||
AUTHOR: sahil@FreeBSD.org
|
||||
|
@ -1,15 +1,9 @@
|
||||
# New ports collection makefile for: py-liblarch
|
||||
# Date created: 13 February 2012
|
||||
# Whom: Ruslan Mahmatkhanov <rm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= liblarch
|
||||
PORTVERSION= 0.1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.1.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://gtg.fritalk.com/publique/gtg.fritalk.com/${PORTNAME}/0.1/
|
||||
MASTER_SITES= http://gtg.fritalk.com/publique/gtg.fritalk.com/${PORTNAME}/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (liblarch-0.1.0.tar.gz) = 43fcf260fe74c52c30f197b229254bbd95c101eedcc04ec17976212436a2fdc2
|
||||
SIZE (liblarch-0.1.0.tar.gz) = 19129
|
||||
SHA256 (liblarch-2.1.0.tar.gz) = f55b8ce2c6350b614f46acf826c323b03bd64890288dd25b31cda3ccdb59d49b
|
||||
SIZE (liblarch-2.1.0.tar.gz) = 26829
|
||||
|
@ -1,4 +1,4 @@
|
||||
Liblarch is a python library built to easily handle data structure such are
|
||||
lists, trees and acyclic graphs (tree where nodes can have multiple parents).
|
||||
|
||||
WWW: https://live.gnome.org/liblarch
|
||||
WWW: https://live.gnome.org/liblarch
|
||||
|
@ -16,4 +16,17 @@
|
||||
%%PYTHON_SITELIBDIR%%/liblarch/treenode.py
|
||||
%%PYTHON_SITELIBDIR%%/liblarch/treenode.pyc
|
||||
%%PYTHON_SITELIBDIR%%/liblarch/treenode.pyo
|
||||
%%PYTHON_SITELIBDIR%%/liblarch/viewcount.py
|
||||
%%PYTHON_SITELIBDIR%%/liblarch/viewcount.pyc
|
||||
%%PYTHON_SITELIBDIR%%/liblarch/viewcount.pyo
|
||||
%%PYTHON_SITELIBDIR%%/liblarch/viewtree.py
|
||||
%%PYTHON_SITELIBDIR%%/liblarch/viewtree.pyc
|
||||
%%PYTHON_SITELIBDIR%%/liblarch/viewtree.pyo
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/treemodel.py
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/treemodel.pyc
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/treemodel.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/liblarch_gtk
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/liblarch
|
||||
|
@ -1,26 +0,0 @@
|
||||
# New ports collection makefile for: py-liblarch_gtk
|
||||
# Date created: 13 February 2012
|
||||
# Whom: Ruslan Mahmatkhanov <rm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= liblarch_gtk
|
||||
PORTVERSION= 0.1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://gtg.fritalk.com/publique/gtg.fritalk.com/liblarch/0.1/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= GTK binding for Liblarch
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}liblarch>=0:${PORTSDIR}/devel/py-liblarch
|
||||
|
||||
USE_GNOME= pygobject pygtk2
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (liblarch_gtk-0.1.0.tar.gz) = e0dfb2dbe47a49cbf9fe3a1d8f44b7da34d5572532dfe2960561ccafb142e7bc
|
||||
SIZE (liblarch_gtk-0.1.0.tar.gz) = 11479
|
@ -1,3 +0,0 @@
|
||||
GTK binding for Liblarch.
|
||||
|
||||
WWW: https://live.gnome.org/liblarch
|
@ -1,7 +0,0 @@
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/treemodel.py
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/treemodel.pyc
|
||||
%%PYTHON_SITELIBDIR%%/liblarch_gtk/treemodel.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/liblarch_gtk
|
Loading…
Reference in New Issue
Block a user