aboutsummaryrefslogtreecommitdiffstats
path: root/misc/diary-hercules
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-04-23 23:15:44 +0800
committerrene <rene@FreeBSD.org>2016-04-23 23:15:44 +0800
commitc57765898dbdac49f0bc85db2bbc14fe584c54e8 (patch)
tree9271065265636e2ba9b37dab584f5f29be74ef4a /misc/diary-hercules
parent53e4d97dc8df12fbce7e5bbbfe4c8ce9c494a1ee (diff)
downloadfreebsd-ports-gnome-c57765898dbdac49f0bc85db2bbc14fe584c54e8.tar.gz
freebsd-ports-gnome-c57765898dbdac49f0bc85db2bbc14fe584c54e8.tar.zst
freebsd-ports-gnome-c57765898dbdac49f0bc85db2bbc14fe584c54e8.zip
Remove expired ports:
2016-04-11 deskutils/qlabels: Does not fetch, unmaintained 2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore 2016-04-14 comms/cdr_read: unfetchable 2016-04-14 russian/rubygem-rutils: Deprecated by upstream 2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0) 2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months 2016-04-15 misc/diary-hercules: Broken for more than 6 months 2016-04-15 graphics/ffff: Broken for more than 6 months 2016-04-15 net-im/sigram: Broken for more than 6 months 2016-04-15 games/annelid: Broken for more than 6 months 2016-04-15 science/py-pydap: Broken for more than 6 months 2016-04-15 sysutils/su2: Broken for more than 6 months 2016-04-15 www/download-gemist: Broken for more than 6 months 2016-04-15 databases/p5-qdbm: Broken for more than 6 months 2016-04-15 comms/libfec: Broken for more than 6 months 2016-04-15 deskutils/ladon: Broken for more than 6 months Sponsored by: Essen Linuxhotel Hackathon 2016
Diffstat (limited to 'misc/diary-hercules')
-rw-r--r--misc/diary-hercules/Makefile36
-rw-r--r--misc/diary-hercules/distinfo2
-rw-r--r--misc/diary-hercules/files/patch-Hercules-gui_calculators.py35
-rw-r--r--misc/diary-hercules/files/patch-Hercules-gui_exercisewizard.py20
-rw-r--r--misc/diary-hercules/files/patch-Hercules_globals.py11
-rw-r--r--misc/diary-hercules/files/patch-setup.py26
-rw-r--r--misc/diary-hercules/pkg-descr5
-rw-r--r--misc/diary-hercules/pkg-plist63
8 files changed, 0 insertions, 198 deletions
diff --git a/misc/diary-hercules/Makefile b/misc/diary-hercules/Makefile
deleted file mode 100644
index 25e433dd6f13..000000000000
--- a/misc/diary-hercules/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= hercules
-PORTVERSION= 0.1.1
-PORTREVISION= 5
-CATEGORIES= misc
-MASTER_SITES= SF/${PORTNAME}/development%20branch/${PORTVERSION}
-PKGNAMEPREFIX= diary-
-DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Personal workout diary program for bodybuilders
-
-BROKEN= Does not fetch
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-04-15
-
-LICENSE= GPLv2
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlobject>=0.7:databases/py-sqlobject \
- ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3
-
-USES= gettext python
-USE_PYTHON= distutils
-USE_WX= 2.6+
-WX_UNICODE= yes
-WX_COMPS= python
-
-post-patch:
- @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \
- ${WRKSRC}/Hercules/globals.py
-post-install:
- @${CHMOD} +r ${STAGEDIR}${PREFIX}/share/${PORTNAME}/xrc/*.xrc
-
-.include <bsd.port.mk>
diff --git a/misc/diary-hercules/distinfo b/misc/diary-hercules/distinfo
deleted file mode 100644
index 97edcc684c67..000000000000
--- a/misc/diary-hercules/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (diary-hercules-0.1.1.tar.gz) = 7f7e32458edc373a6a4e97a78261745a2d8ff88217b1b1a4ec82b8bfea358678
-SIZE (diary-hercules-0.1.1.tar.gz) = 44454
diff --git a/misc/diary-hercules/files/patch-Hercules-gui_calculators.py b/misc/diary-hercules/files/patch-Hercules-gui_calculators.py
deleted file mode 100644
index 90c3de7873b4..000000000000
--- a/misc/diary-hercules/files/patch-Hercules-gui_calculators.py
+++ /dev/null
@@ -1,35 +0,0 @@
---- Hercules/gui/calculators.py.orig 2006-08-12 17:04:23.000000000 +0400
-+++ Hercules/gui/calculators.py 2011-09-29 12:56:43.000000000 +0400
-@@ -4,12 +4,12 @@
-
- import wx
- import wx.xrc as xrc
--
-+from Hercules.globals import sharedir
-
- class IdealBody:
- """Ideal Body Measurements Calculator"""
- def __init__(self, parent):
-- self.resource = xrc.XmlResource('xrc/calculators.xrc')
-+ self.resource = xrc.XmlResource(sharedir + 'xrc/calculators.xrc')
- self.dlg = self.resource.LoadDialog(parent, 'Calc01Dialog')
-
- self.wristBox = xrc.XRCCTRL(self.dlg, 'wristBox')
-@@ -96,7 +96,7 @@
- class BMICalc:
- """Body Mass Index calculator for average people only"""
- def __init__(self, parent):
-- self.resource = xrc.XmlResource('xrc/calculators.xrc')
-+ self.resource = xrc.XmlResource(sharedir + 'xrc/calculators.xrc')
- self.dlg = self.resource.LoadDialog(parent, 'CalcBMIDialog')
-
- self.maleRadio = xrc.XRCCTRL(self.dlg, 'maleRadio')
-@@ -236,7 +236,7 @@
- class Cal2KJ:
- """Calorie KiloJoule Conversion"""
- def __init__(self, parent):
-- self.resource = xrc.XmlResource('xrc/calculators.xrc')
-+ self.resource = xrc.XmlResource(sharedir + 'xrc/calculators.xrc')
- self.dlg = self.resource.LoadDialog(parent, 'CalcCal2KJDialog')
-
- self.caloriesBox = xrc.XRCCTRL(self.dlg, 'caloriesBox')
diff --git a/misc/diary-hercules/files/patch-Hercules-gui_exercisewizard.py b/misc/diary-hercules/files/patch-Hercules-gui_exercisewizard.py
deleted file mode 100644
index 09a4803d6ec7..000000000000
--- a/misc/diary-hercules/files/patch-Hercules-gui_exercisewizard.py
+++ /dev/null
@@ -1,20 +0,0 @@
---- Hercules/gui/exercisewizard.py.orig 2006-08-27 08:55:00.000000000 +0400
-+++ Hercules/gui/exercisewizard.py 2011-09-29 13:00:00.000000000 +0400
-@@ -6,7 +6,7 @@
- import wx.xrc as xrc
- import wx.wizard as wiz
- from Hercules.plugins.net_exrx import *
--
-+from Hercules.globals import sharedir
-
- class WizardPageStart:
- def __init__(self, parent, page):
-@@ -187,7 +187,7 @@
- self.exerciseInfo = []
-
- # Load resource file with wizard pages
-- self.resource = xrc.XmlResource('xrc/exercisewizard.xrc')
-+ self.resource = xrc.XmlResource(sharedir + 'xrc/exercisewizard.xrc')
-
- # Create the wizard and the pages
- self.wizard = self.resource.LoadObject(self.parent,
diff --git a/misc/diary-hercules/files/patch-Hercules_globals.py b/misc/diary-hercules/files/patch-Hercules_globals.py
deleted file mode 100644
index 01b1e9fa495c..000000000000
--- a/misc/diary-hercules/files/patch-Hercules_globals.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- Hercules/globals.py.orig 2006-09-03 11:40:34.000000000 +0400
-+++ Hercules/globals.py 2011-09-29 11:54:03.000000000 +0400
-@@ -63,7 +63,7 @@
- dir = os.path.abspath(os.path.dirname(sys.argv[0]))
- sharedir = '%s' % dir
- elif os.name == 'posix':
-- sharedir = '/usr/share/hercules'
-+ sharedir = '%%PREFIX%%/share/hercules/'
- else:
- sharedir = ''
- debug("Using share directory: %s" % sharedir)
diff --git a/misc/diary-hercules/files/patch-setup.py b/misc/diary-hercules/files/patch-setup.py
deleted file mode 100644
index d0366a92e659..000000000000
--- a/misc/diary-hercules/files/patch-setup.py
+++ /dev/null
@@ -1,26 +0,0 @@
---- setup.py.orig 2006-08-19 11:36:16.000000000 +0400
-+++ setup.py 2011-09-29 12:09:15.000000000 +0400
-@@ -9,10 +9,14 @@
- lang = lang[3:-3]
- i18n.append(('share/locale/%s/LC_MESSAGES' % lang,
- ['i18n/%s/LC_MESSAGES/hercules.mo' % lang]))
-+i18n.append(('share/hercules/xrc', \
-+ ['xrc/calculators.xrc',
-+ 'xrc/exercisewizard.xrc',
-+ 'xrc/hercules.xrc']))
-
- setup (name = "hercules",
- fullname = "The Diary Of Hercules",
-- version = "0.0.4",
-+ version = "0.1.1",
- description = "Personal workout diary",
- author = "Basil Shubin",
- author_email = "bashu@users.sourceforge.net",
-@@ -21,6 +25,6 @@
- keywords = ["Workout software", "Bodybuilding", "Fitness", "wxPython"],
-
- scripts = ["hercules.py"],
-- packages = ["Hercules", "Hercules/gui"],
-+ packages = ["Hercules", "Hercules/gui", "Hercules/plugins"],
- data_files = i18n
- )
diff --git a/misc/diary-hercules/pkg-descr b/misc/diary-hercules/pkg-descr
deleted file mode 100644
index 77779ce27021..000000000000
--- a/misc/diary-hercules/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Hercules is a personal workout diary program for bodybuilders.
-It is written in Python with the wxPython GUI library and uses
-SQLite to store its data.
-
-WWW: http://sourceforge.net/projects/hercules/
diff --git a/misc/diary-hercules/pkg-plist b/misc/diary-hercules/pkg-plist
deleted file mode 100644
index 66f66916dc0b..000000000000
--- a/misc/diary-hercules/pkg-plist
+++ /dev/null
@@ -1,63 +0,0 @@
-bin/hercules.py
-%%PYTHON_SITELIBDIR%%/Hercules/__init__.py
-%%PYTHON_SITELIBDIR%%/Hercules/__init__.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/__init__.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/debug.py
-%%PYTHON_SITELIBDIR%%/Hercules/debug.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/debug.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/exercises.py
-%%PYTHON_SITELIBDIR%%/Hercules/exercises.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/exercises.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/exercisesql.py
-%%PYTHON_SITELIBDIR%%/Hercules/exercisesql.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/exercisesql.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/globals.py
-%%PYTHON_SITELIBDIR%%/Hercules/globals.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/globals.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/gui/__init__.py
-%%PYTHON_SITELIBDIR%%/Hercules/gui/__init__.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/gui/__init__.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/gui/calculators.py
-%%PYTHON_SITELIBDIR%%/Hercules/gui/calculators.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/gui/calculators.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/gui/exercisedialog.py
-%%PYTHON_SITELIBDIR%%/Hercules/gui/exercisedialog.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/gui/exercisedialog.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/gui/exercisestab.py
-%%PYTHON_SITELIBDIR%%/Hercules/gui/exercisestab.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/gui/exercisestab.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/gui/exercisewizard.py
-%%PYTHON_SITELIBDIR%%/Hercules/gui/exercisewizard.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/gui/exercisewizard.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/gui/mainframe.py
-%%PYTHON_SITELIBDIR%%/Hercules/gui/mainframe.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/gui/mainframe.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/gui/notebook.py
-%%PYTHON_SITELIBDIR%%/Hercules/gui/notebook.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/gui/notebook.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/gui/workoutstab.py
-%%PYTHON_SITELIBDIR%%/Hercules/gui/workoutstab.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/gui/workoutstab.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/initialize.py
-%%PYTHON_SITELIBDIR%%/Hercules/initialize.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/initialize.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/main.py
-%%PYTHON_SITELIBDIR%%/Hercules/main.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/main.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/plugins/__init__.py
-%%PYTHON_SITELIBDIR%%/Hercules/plugins/__init__.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/plugins/__init__.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/plugins/net_exrx.py
-%%PYTHON_SITELIBDIR%%/Hercules/plugins/net_exrx.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/plugins/net_exrx.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/workouts.py
-%%PYTHON_SITELIBDIR%%/Hercules/workouts.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/workouts.pyo
-%%PYTHON_SITELIBDIR%%/Hercules/workoutsql.py
-%%PYTHON_SITELIBDIR%%/Hercules/workoutsql.pyc
-%%PYTHON_SITELIBDIR%%/Hercules/workoutsql.pyo
-share/hercules/xrc/calculators.xrc
-share/hercules/xrc/exercisewizard.xrc
-share/hercules/xrc/hercules.xrc
-share/locale/cs/LC_MESSAGES/hercules.mo
-share/locale/ru/LC_MESSAGES/hercules.mo