shypike
42b1202b06
Extend OSX DMG background images to avoid obscuring by the path bar.
14 years ago
shypike
92926a4825
Use different background images for Lion and (Snow)Leopard DMG files.
14 years ago
shypike
2cc53e8dc3
Make package.py work in a git environment.
Remove bazaar specials and add .gitignore
14 years ago
ShyPike
559d3064a9
Support both ActiveState (for OSX older than 10.5 and 10.6) and Apple Python (for 10.6 and 10.7).
14 years ago
ShyPike
fb9abcc583
Start generating the OSX tar.gz distro file again.
14 years ago
ShyPike
6acd599d53
Fix package.py.
14 years ago
ShyPike
94938847fb
Due to 64bit ApplePython, disable argv-emulation feature in py2app.
14 years ago
ShyPike
64f17675e2
Compensate for some Apple-Python bugs.
14 years ago
ShyPike
c8782021b3
Stop making the tgz distro for osx sources.
14 years ago
ShyPike
f34a02bcef
Remove obsolete commented-out code from package.py
14 years ago
ShyPike
5b4ea24345
Remove obsolete cherrypy warning from package.py
14 years ago
ShyPike
64fe224160
Final attempt to fix the NZB-association problem for Windows (Vista/7/Server2008).
Replace standalone "curl" with the cygwin version of curl, which depends only on standard Windows DLLs.
Also fix a typo that prevented Python 2.5 from being detected.
14 years ago
ShyPike
a94d1145cd
Support for binaries based on Python 2.6+. Include the VS90 DLL and manifest files as distrubuted by the Bazaar Windows installer.
14 years ago
ShyPike
8d470ca57f
Add CherryPy module as complete source tree.
14 years ago
ShyPike
bfe4fe0a6d
Fix failing NZB-extension association on Windows 7 and Vista when using an HTTPS-only configuration.
The cause is that Python 2.5 on Windows doesn't properly implement urllib2.urlopen for htps calls to ipv6 addresses
(like localhost in Windows 7).
The work-around is to use an external CURL program to handle the API calls to the running SABnzbd instance.
14 years ago
ShyPike
208a0cf482
Win32: provide more info for Windows Installed Software panel (add version, support location etc.)
14 years ago
ShyPike
e3664a04f9
Drop the + sign in SABnzbd's name (except User-agent strings).
Update some copyright dates.
14 years ago
ShyPike
dc4be8ef03
Remove reference to obsolete file in OSX installer.
14 years ago
ShyPike
dbdfdd8fcd
Remove nzbmatrix from package.py too.
14 years ago
ShyPike
4824e73bc2
make_mo.py and msgfmt.py must have the X bit set in the tarbal.
15 years ago
ShyPike
e2b98a1a7c
Update packaging.
15 years ago
ShyPike
8af6ee999a
Merge LICENSE.txt and COPYRIGHT.txt into just one file: COPYRIGHT.txt.
15 years ago
ShyPike
6cc6b6c117
Always include compiled locale files in the source tarbal.
15 years ago
ShyPike
4bb4de11b3
Update copyrights to 2011.
15 years ago
ShyPike
735ec3665d
Add msgfmt.py (from Python for Windows distro) to compile i18n files on systems without proper gettext support tools.
15 years ago
ShyPike
7cd9d8fae4
For OSX, replace README.txt with README.rtf
15 years ago
ShyPike
fbe47fa952
Volume label wasn't set properly to version in DMG file.
15 years ago
ShyPike
f131a2683d
Warn about compressed version of sqlite3.dll in distro.
Windows virus scanners are allergic to compressed DLLs.
15 years ago
ShyPike
5f567c73b8
Update of OSX DMG creation.
- Don't include sources anymore
- Add README.txt
- Add version number to volume label
- Make internet-enabled
15 years ago
ShyPike
71e336ebcc
Make tools/make_mo.py executable in the tar.gz distribution.
15 years ago
ShyPike
d769dc3184
Fix generation of source tarbal.
Make sure only tools/make_mo.py is added to source tarbal.
Give make_mo.py an 'all' paramter to generate templates (default just the SABnzbd.mo files).
15 years ago
shypike@sabnzbd.org
cb14597e1f
Set x-bit for setup.py and package.py
15 years ago
ShyPike
181e4bc8e0
package.py: On Windows determine data file list after creating the MO files.
15 years ago
ShyPike
b62d31f27d
Fix creation of OSX app.
15 years ago
ShyPike
0515fcd561
Fix package.py for OSX.
15 years ago
ShyPike
7b947b5ce0
Fix package.py for OSX.
15 years ago
ShyPike
3bb9abd572
Fake the import of sabnzbd/version.py to avoid side effects.
15 years ago
ShyPike
8af8f90c05
For some odd reason the order of the data folders in package.py is relevant.
15 years ago
ShyPike
38f372a694
Fix issues on package.py.
15 years ago
ShyPike
9dc50b5c41
Convert to GNU gettext following the Launchpad translation guidelines.
Implements blueprints "go-gettext" and "code-gettext".
Use tools/extract_pot.py to create new POT files.
Use tools/make_mo.py to create MO files, email template translations and patch the NSIS_Installer.nsi script.
15 years ago
ShyPike
ea2bb16701
Make sure all TXT and CMD files in the Windows distribution are in DOS format.
15 years ago
ShyPike
ed664c41a4
Add translation of nzbmatrix's numerical category_id to text (cattext format).
Use external text file for the mapping.
15 years ago
ShyPike
4efb477ed4
Sleep needed in package.py on build box
15 years ago
ShyPike
9632a1eb24
Do not refer tp sabnzbd package from SABHelper.
15 years ago
ShyPike
d3c91364b2
Move mailslot.py to a seperate package. This way the SABHelper binary can be made a lot smaller.
15 years ago
ShyPike
c409197370
Add creation of SABnzbd-helper.exe to package.py.
15 years ago
ShyPike
c2bfca7fe4
Fix "Usage" of package.py.
15 years ago
ShyPike
972ec50267
Modify package.py for bzr instead of svn.
Add product name to Windows installer screens.
(merge from 0.5.x)
15 years ago
ShyPike
08f9037738
Eliminate superfluous 'main' folder
15 years ago
devraf
fab32b2a67
[OSX] package.py update to work without symlinks
15 years ago