diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-26 21:15:18 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-26 21:15:18 +0800 |
commit | dd9366dbd7c9b078d6b73a076739f4c4b9a4d818 (patch) | |
tree | 0632070598ae07104fcf40780f0c7e57ac344c35 /textproc | |
parent | 942b27095d360cc5161d9a2230c2f9e9a6c56671 (diff) | |
download | freebsd-ports-gnome-dd9366dbd7c9b078d6b73a076739f4c4b9a4d818.tar.gz freebsd-ports-gnome-dd9366dbd7c9b078d6b73a076739f4c4b9a4d818.tar.zst freebsd-ports-gnome-dd9366dbd7c9b078d6b73a076739f4c4b9a4d818.zip |
Update to 0.6.3a
PR: 88017
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-excelerator/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-excelerator/distinfo | 4 | ||||
-rw-r--r-- | textproc/py-excelerator/pkg-plist | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-excelerator/Makefile b/textproc/py-excelerator/Makefile index ad29283a8f20..d927ce43d952 100644 --- a/textproc/py-excelerator/Makefile +++ b/textproc/py-excelerator/Makefile @@ -6,7 +6,7 @@ # PORTNAME= excelerator -PORTVERSION= 0.6.0a +PORTVERSION= 0.6.3a CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pyexcelerator diff --git a/textproc/py-excelerator/distinfo b/textproc/py-excelerator/distinfo index 1fedeff28dea..55a7e6060627 100644 --- a/textproc/py-excelerator/distinfo +++ b/textproc/py-excelerator/distinfo @@ -1,2 +1,2 @@ -MD5 (pyexcelerator-0.6.0a.zip) = df116f024919e129487366729e619928 -SIZE (pyexcelerator-0.6.0a.zip) = 258671 +MD5 (pyexcelerator-0.6.3a.zip) = 0a532bc5d6438e277a3ae20b3f29d867 +SIZE (pyexcelerator-0.6.3a.zip) = 266911 diff --git a/textproc/py-excelerator/pkg-plist b/textproc/py-excelerator/pkg-plist index 75dc3610cfb4..af512a46af76 100644 --- a/textproc/py-excelerator/pkg-plist +++ b/textproc/py-excelerator/pkg-plist @@ -66,6 +66,7 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/format.py %%PORTDOCS%%%%EXAMPLESDIR%%/formulas.py %%PORTDOCS%%%%EXAMPLESDIR%%/formula_names.py +%%PORTDOCS%%%%EXAMPLESDIR%%/hyperlinks.py %%PORTDOCS%%%%EXAMPLESDIR%%/image.py %%PORTDOCS%%%%EXAMPLESDIR%%/merged.py %%PORTDOCS%%%%EXAMPLESDIR%%/merged0.py @@ -74,7 +75,9 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/num_formats.py %%PORTDOCS%%%%EXAMPLESDIR%%/numbers.py %%PORTDOCS%%%%EXAMPLESDIR%%/outline.py +%%PORTDOCS%%%%EXAMPLESDIR%%/panes.py %%PORTDOCS%%%%EXAMPLESDIR%%/parse-fmla.py +%%PORTDOCS%%%%EXAMPLESDIR%%/protection.py %%PORTDOCS%%%%EXAMPLESDIR%%/python.bmp %%PORTDOCS%%%%EXAMPLESDIR%%/row_styles.py %%PORTDOCS%%%%EXAMPLESDIR%%/row_styles_empty.py @@ -83,8 +86,5 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/unicode1.py %%PORTDOCS%%%%EXAMPLESDIR%%/unicode2.py %%PORTDOCS%%%%EXAMPLESDIR%%/wsprops.py -%%PORTDOCS%%%%EXAMPLESDIR%%/xls2txt.py -%%PORTDOCS%%%%EXAMPLESDIR%%/xls2csv.py -%%PORTDOCS%%%%EXAMPLESDIR%%/xls2html.py %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% @dirrm %%PYTHON_SITELIBDIR%%/pyExcelerator |