diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-02-13 16:34:20 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-02-13 16:34:20 +0000 |
commit | 01bac32b29bcf4ba2bf18709003d9efffc5a17b7 (patch) | |
tree | a26286c85e5161d829e15d4f37ec08b4eea4943d /news/xpn | |
parent | d2e2d2fa7139374ce9ca3aa2b69ef436cb7edd84 (diff) | |
download | ports-01bac32b29bcf4ba2bf18709003d9efffc5a17b7.tar.gz ports-01bac32b29bcf4ba2bf18709003d9efffc5a17b7.zip |
Notes
Diffstat (limited to 'news/xpn')
-rw-r--r-- | news/xpn/Makefile | 6 | ||||
-rw-r--r-- | news/xpn/distinfo | 6 | ||||
-rw-r--r-- | news/xpn/pkg-plist | 31 |
3 files changed, 32 insertions, 11 deletions
diff --git a/news/xpn/Makefile b/news/xpn/Makefile index 62daf460e499..584988ed4e01 100644 --- a/news/xpn/Makefile +++ b/news/xpn/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xpn -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 1.0.0 +#PORTREVISION= 0 CATEGORIES= news python MASTER_SITES= http://xpn.altervista.org/codice/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -22,7 +22,7 @@ NO_BUILD= yes USE_PYTHON= 2.4+ FIND_DIRS= -type d -FIND_DATA= -type f -mindepth 2 +FIND_DATA= -type f -mindepth 2 -not -name "*~" SUB_FILES= ${PORTNAME} SUB_LIST= PYTHON_CMD=${PYTHON_CMD} XPN=${XPN} diff --git a/news/xpn/distinfo b/news/xpn/distinfo index 5ac37d954e5a..6740f0b9c8dd 100644 --- a/news/xpn/distinfo +++ b/news/xpn/distinfo @@ -1,3 +1,3 @@ -MD5 (xpn-0.7.0.tar.gz) = 3df054fc7c25f2e579407c1f148b9a27 -SHA256 (xpn-0.7.0.tar.gz) = fc74cf28436001211aec2d4a054048dfa2132bccc231b637cf046fb8cb6c801d -SIZE (xpn-0.7.0.tar.gz) = 272093 +MD5 (xpn-1.0.0.tar.gz) = f9c5c9fb04c46efb9a94f803650dd740 +SHA256 (xpn-1.0.0.tar.gz) = e7c89ea24fa244af6c22c99852bd5d72bfc6ddeef3e64b8ddeefd77180bccdab +SIZE (xpn-1.0.0.tar.gz) = 285793 diff --git a/news/xpn/pkg-plist b/news/xpn/pkg-plist index 0285a3cdc6eb..a86928f4460c 100644 --- a/news/xpn/pkg-plist +++ b/news/xpn/pkg-plist @@ -44,11 +44,30 @@ bin/xpn %%DATADIR%%/pixmaps/global_search.xpm %%DATADIR%%/pixmaps/groups.xpm %%DATADIR%%/pixmaps/it.xpm -%%DATADIR%%/pixmaps/layout1.xpm -%%DATADIR%%/pixmaps/layout2.xpm -%%DATADIR%%/pixmaps/layout3.xpm -%%DATADIR%%/pixmaps/layout4.xpm -%%DATADIR%%/pixmaps/layout5.xpm +%%DATADIR%%/pixmaps/layout_1.xpm +%%DATADIR%%/pixmaps/layout_10.xpm +%%DATADIR%%/pixmaps/layout_11.xpm +%%DATADIR%%/pixmaps/layout_12.xpm +%%DATADIR%%/pixmaps/layout_13.xpm +%%DATADIR%%/pixmaps/layout_14.xpm +%%DATADIR%%/pixmaps/layout_15.xpm +%%DATADIR%%/pixmaps/layout_16.xpm +%%DATADIR%%/pixmaps/layout_17.xpm +%%DATADIR%%/pixmaps/layout_18.xpm +%%DATADIR%%/pixmaps/layout_19.xpm +%%DATADIR%%/pixmaps/layout_2.xpm +%%DATADIR%%/pixmaps/layout_20.xpm +%%DATADIR%%/pixmaps/layout_21.xpm +%%DATADIR%%/pixmaps/layout_22.xpm +%%DATADIR%%/pixmaps/layout_23.xpm +%%DATADIR%%/pixmaps/layout_24.xpm +%%DATADIR%%/pixmaps/layout_3.xpm +%%DATADIR%%/pixmaps/layout_4.xpm +%%DATADIR%%/pixmaps/layout_5.xpm +%%DATADIR%%/pixmaps/layout_6.xpm +%%DATADIR%%/pixmaps/layout_7.xpm +%%DATADIR%%/pixmaps/layout_8.xpm +%%DATADIR%%/pixmaps/layout_9.xpm %%DATADIR%%/pixmaps/lower_score.xpm %%DATADIR%%/pixmaps/mark.xpm %%DATADIR%%/pixmaps/mark_all.xpm @@ -91,8 +110,10 @@ bin/xpn %%DATADIR%%/xpn_src/Edit_Win.py %%DATADIR%%/xpn_src/Find_Win.py %%DATADIR%%/xpn_src/Groups_Pane.py +%%DATADIR%%/xpn_src/Groups_Vs_ID.py %%DATADIR%%/xpn_src/Groups_Win.py %%DATADIR%%/xpn_src/Headers_List.py +%%DATADIR%%/xpn_src/ID_Win.py %%DATADIR%%/xpn_src/KeyBindings.py %%DATADIR%%/xpn_src/ListThread.py %%DATADIR%%/xpn_src/Newsrc.py |