pax_global_header 0000666 0000000 0000000 00000000064 15064705102 0014512 g ustar 00root root 0000000 0000000 52 comment=4314f60b41f1210af3be08993e66528aecdb05ec
bitsnpicas-2.1.1+ds/ 0000775 0000000 0000000 00000000000 15064705102 0014254 5 ustar 00root root 0000000 0000000 bitsnpicas-2.1.1+ds/README.md 0000664 0000000 0000000 00000037070 15064705102 0015542 0 ustar 00root root 0000000 0000000 # Bits'N'Picas
Bits'N'Picas is a set of tools for creating and converting bitmap and emoji fonts.
Bitmap font functions can be accessed both with a GUI and from a command line. Emoji font functions can only be accessed from a command line.
## Creating and Editing Bitmap Fonts with a GUI
Launch the Bits'N'Picas JAR without any arguments or with the `edit` command to open the bitmap font editor GUI.
`java -jar BitsNPicas.jar`
`java -jar BitsNPicas.jar edit`
`java -jar BitsNPicas.jar edit myfont.sfd`
The input format is determined by the file extension of the input file. Supported input formats include:
* `.kbitx` - Bits'N'Picas 2.x native save format
* `.kbits` - Bits'N'Picas 1.x native save format
* `.sfd` - FontForge (bitmaps only; outlines not supported)
* `.bdf` - X11 Bitmap Distribution Format
* `.psf`, `.psfu`, `.psf.gz`, `.psfu.gz` - PC Screen Font
* `.suit` - Mac OS Classic font suitcase (in the resource fork)
* `.dfont` - Mac OS Classic font suitcase (in the data fork)
* `.nfnt` - Mac OS Classic font resource (in the data fork)
* `.png` - SFont or RFont, Kreative Software's extension of SFont
* `.png`, `.jpg`, `.jpeg`, `.gif`, `.bmp` - Create from image (GUI only)
* `.bin`, `.rom` - Create from binary file (GUI only)
* `.hex` - [GNU Unifont](http://unifoundry.com/unifont/index.html) hex format
* `.cvt` - GEOS font in Convert format (including MEGA fonts)
* `.fzx` - [FZX by Andrew Owen (for ZX Spectrum)](https://faqwiki.zxnet.co.uk/wiki/FZX_format)
* `.u8m` - [U8/M (UTF-8 for Microcomputers)](https://github.com/kreativekorp/u8m)
* `.font` - Amiga bitmap font (black and white only; color not supported)
* `.fnt` - Windows `.fnt` format (not the same as `.fon`; vector fonts not supported)
* `.fnt`, `.ftx` - [IBM DOS/V FONTX2 format](http://elm-chan.org/docs/dosv/fontx_e.html)
* `.fnt`, `.mgf`, `.mpf` - MousePaint/MouseGraphics ToolKit font
* `.fnt`, `.rbf`, `.rb11`, `.rb12` - [Rockbox Font Format](https://www.rockbox.org/wiki/FontFormat)
* `.fnt`, `.fntz`, `.fnty`, `.cyf` - [Cybiko Font Format](https://web.archive.org/web/20010701031854/http://groups.yahoo.com/group/CybikoDev/files/Pazera/font.txt)
* `.fnt`, `.png` - Playdate Font Format
* `.set` - Apple II Hi-Res Character Generator character set
* `.hmzk` - [Mi Band 2 Font Format](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-2-%28HMZK%29-Font-Format)
* `.dsf` - [DOSStart! by Daniel L. Nice](https://web.archive.org/web/20120209004900/http://www.icdc.com/~dnice/dosstart.html)
* `.sbf` - Sabriel Bitmap Font
On Mac OS X you can also launch or drop a font file onto the Bits'N'Picas application.

Bits'N'Picas can also open font, desk accessory, and system suitcases and move around fonts, desk accessories, scripts, keyboard layouts, and sounds, just like the Finder used to be able to do back in the good old days of System 7.

A similar interface also exists for GEOS fonts.

## Converting Bitmap Fonts
Example:
`java -jar BitsNPicas.jar convertbitmap -f ttf -o myfont.ttf myfont.sfd`
This will convert the bitmap strikes in the FontForge file `myfont.sfd` to outlines in a new TrueType font file `myfont.ttf`. If, for example, the bitmap strikes are 16 pixels in height, the generated outlines will perfectly match the pixel grid at a 16-point font size.
The input format is determined by the file extension of the input file. Supported input formats include:
* `.kbitx` - Bits'N'Picas 2.x native save format
* `.kbits` - Bits'N'Picas 1.x native save format
* `.sfd` - FontForge (bitmaps only; outlines not supported)
* `.bdf` - X11 Bitmap Distribution Format
* `.psf`, `.psfu`, `.psf.gz`, `.psfu.gz` - PC Screen Font
* `.suit` - Mac OS Classic font suitcase (in the resource fork)
* `.dfont` - Mac OS Classic font suitcase (in the data fork)
* `.nfnt` - Mac OS Classic font resource (in the data fork)
* `.png` - SFont or RFont, Kreative Software's extension of SFont
* `.hex` - [GNU Unifont](http://unifoundry.com/unifont/index.html) hex format
* `.cvt` - GEOS font in Convert format (including MEGA fonts)
* `.fzx` - [FZX by Andrew Owen (for ZX Spectrum)](https://faqwiki.zxnet.co.uk/wiki/FZX_format)
* `.u8m` - [U8/M (UTF-8 for Microcomputers)](https://github.com/kreativekorp/u8m)
* `.font` - Amiga bitmap font (black and white only; color not supported)
* `.fnt` - Windows `.fnt` format (not the same as `.fon`; vector fonts not supported)
* `.fnt`, `.ftx` - [IBM DOS/V FONTX2 format](http://elm-chan.org/docs/dosv/fontx_e.html)
* `.fnt`, `.mgf`, `.mpf` - MousePaint/MouseGraphics ToolKit font
* `.fnt`, `.rbf`, `.rb11`, `.rb12` - [Rockbox Font Format](https://www.rockbox.org/wiki/FontFormat)
* `.fnt`, `.fntz`, `.fnty`, `.cyf` - [Cybiko Font Format](https://web.archive.org/web/20010701031854/http://groups.yahoo.com/group/CybikoDev/files/Pazera/font.txt)
* `.fnt`, `.png` - Playdate Font Format
* `.set` - Apple II Hi-Res Character Generator character set
* `.hmzk` - [Mi Band 2 Font Format](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-2-%28HMZK%29-Font-Format)
* `.dsf` - [DOSStart! by Daniel L. Nice](https://web.archive.org/web/20120209004900/http://www.icdc.com/~dnice/dosstart.html)
* `.sbf` - Sabriel Bitmap Font
The output format is determined by the `-f` option. Supported output formats include:
* `kbitx` or `kbnp2` - Bits'N'Picas 2.x native save format
* `kbits` or `kbnp1` - Bits'N'Picas 1.x native save format
* `ttf` or `truetype` - TrueType
* `otb` - OpenType Bitmap
* `bdf` - X11 Bitmap Distribution Format
* `psf`, `psf2`, `psf1`, `psfgz`, `psf2gz`, `psf1gz` - PC Screen Font
* `suit` - Mac OS Classic font suitcase (in the resource fork)
* `dfont` - Mac OS Classic font suitcase (in the data fork)
* `nfnt` - Mac OS Classic font resource (in the data fork)
* `png` or `sfont` - SDL SFont
* `rfont` - RFont, Kreative Software's extension of SFont
* `hex` - [GNU Unifont](http://unifoundry.com/unifont/index.html) hex format
* `cvt` or `geos` - GEOS font in Convert format (with MEGA option)
* `fzx` - [FZX by Andrew Owen (for ZX Spectrum)](https://faqwiki.zxnet.co.uk/wiki/FZX_format)
* `u8m` - [U8/M (UTF-8 for Microcomputers)](https://github.com/kreativekorp/u8m)
* `font` or `amiga` - Amiga bitmap font (black and white only; color not supported)
* `fnt` or `fnt3` - Windows 3.x `.fnt` format (not the same as `.fon`)
* `fnt2` - Windows 2.x `.fnt` format (also not the same as `.fon`)
* `fontx2`, `fontx`, or `dosv` - [IBM DOS/V FONTX2 format](http://elm-chan.org/docs/dosv/fontx_e.html)
* `mgtk`, `mgf`, `mpf`, or `mousepaint` - MousePaint/MouseGraphics ToolKit font
* `rb12` - [Rockbox Font Format](https://www.rockbox.org/wiki/FontFormat) for Rockbox 2.3 or above
* `rb11` - [Rockbox Font Format](https://www.rockbox.org/wiki/FontFormat) for Rockbox 2.2 or below and iPodLinux
* `cybiko` - [Cybiko Font Format](https://web.archive.org/web/20010701031854/http://groups.yahoo.com/group/CybikoDev/files/Pazera/font.txt)
* `playdate`, `playdate-allinone`, `playdate-fnt` - Playdate font format, all-in-one (single .fnt file)
* `playdate-separate`, `playdate-fnt+png` - Playdate font format, separate .fnt and .png files
* `hrcg` or `set` - Apple II Hi-Res Character Generator character set
* `hmzk` - [Mi Band 2 Font Format](https://github.com/Freeyourgadget/Gadgetbridge/wiki/Mi-Band-2-%28HMZK%29-Font-Format)
* `sbf` - Sabriel Bitmap Font
Additional options include:
* `-s` *regex* `-r` *replacement* - Perform a search-and-replace on the font name.
* `-b` - Apply a faux-bold effect.
* `-w` *units* `-h` *units* - Specify the width and height of pixels in em units (for `ttf` format).
* `-i` *fontid* `-z` *size* - Specify the font ID and font size (for `nfnt` or `geos` format).
You can see a list of all options using the `--help` option.
## Extracting Images from Emoji/Color Fonts
### Example using Apple's `sbix` format
`java -jar BitsNPicas.jar extractsbix AppleColorEmoji.ttf`
This will extract the images from `AppleColorEmoji.ttf` into the directory `AppleColorEmoji.ttf.sbix.d` as PNG files. There will be several numbered subdirectories within this directory; the number corresponds to the *pixels per em* of the images within. (This is not necessarily the same thing as the image height!) The resulting directory structure will look like:
```
AppleColorEmoji.ttf
AppleColorEmoji.ttf.sbix.d
20
glyph_43.png
glyph_44.png
...
32
glyph_43.png
glyph_44.png
...
...
```
### Example using Adobe and Mozilla's SVG-in-OpenType format
`java -jar BitsNPicas.jar extractsvg EmojiOne.otf`
This will extract the SVG images from `EmojiOne.otf` into the directory `EmojiOne.otf.svg.d` as uncompressed SVG files. (If the SVG data inside the font is compressed, it will be decompressed.) The resulting directory structure will look like:
```
EmojiOne.otf
EmojiOne.otf.svg.d
glyph_2.svg
glyph_3.svg
...
```
### Example using Google's `CBDT`/`CBLC` format
`java -jar BitsNPicas.jar extractcbdt NotoColorEmoji.ttf`
This will extract the PNG images from `NotoColorEmoji.ttf` into the directory `NotoColorEmoji.ttf.cbdt.d`. There will be one or more numbered subdirectories within this directory; the number is simply the index of the BitmapSize record and has no other significance. The resulting directory structure will look like:
```
NotoColorEmoji.ttf
NotoColorEmoji.ttf.cbdt.d
0000
glyph_4.png
glyph_5.png
....
metadata.txt
....
fontinfo.txt
```
The `metadata.txt` file within each subdirectory lists all the values from the various data structures within the `CBLC` and `CBDT` tables. The `fontinfo.txt` file just lists some other values from other, unrelated tables for convenience (since many font editors cannot open fonts with `CBDT`/`CBLC` tables for you to find these values due to the lack of `glyf`/`loca` tables).
### Microsoft's `COLR`/`CPAL` format
Microsoft's `COLR`/`CPAL` format is currently not supported.
## Injecting Images into Fonts to Create Emoji/Color Fonts
To create an emoji/color font, you will need two things:
* A plain black-and-white TrueType font into which you intend to inject the color images.
* The accompanying directory of images, in the same structure and format as generated by the extraction process above.
### Example using Apple's `sbix` format
`java -jar BitsNPicas.jar injectsbix MyEmoji.ttf`
This will take the TrueType font file `MyEmoji.ttf` and the images in the directory `MyEmoji.ttf.sbix.d` and generate a new TrueType font file `MyEmoji.ttf.sbix.ttf` with images embedded in an `sbix` table. You can then rename this file if you like. The name of each subdirectory within the image directory must be the *pixels per em* of the images it contains. (This is not necessarily the same thing as the image height!) The file name of each image within each subdirectory must be of the form `glyph_123.png` (with the glyph index in decimal) or `char_ABCD.png` (with the Unicode code point in hexadecimal). The bottom left position of each image will be determined by the minimum X and Y coordinates of the corresponding glyph in the TrueType font file. (For Apple Color Emoji, this just happens to be set to 0,0.)
### Example using Adobe and Mozilla's SVG-in-OpenType format
`java -jar BitsNPicas.jar injectsvg MyEmoji.otf`
This will take the OpenType font file `MyEmoji.otf` and the SVG images in the directory `MyEmoji.otf.svg.d` and generate a new OpenType font file `MyEmoji.otf.svg.otf` with images embedded in an `SVG ` table. You can then rename this file if you like. The file name of each image within the image directory must be of the form `glyph_123_456.svg` (for a range of glyphs, with the glyph indices in decimal), `glyph_123.svg` (for a single glyph, with the glyph index in decimal), or `char_ABCD.svg` (for a single glyph, with the Unicode code point in hexadecimal).
For each glyph index mapped to an SVG document, there must be an element in that document with an id corresponding to that glyph index (e.g. `id="glyph123"` for glyph index 123). Since you may not know the glyph index when specifying a code point in the image file name, you can use the placeholder `id="glyph{{{0}}}"` and it will be replaced with the appropriate glyph index during the injection process.
If you specify the `-z` option before the font file name, the SVG data will be compressed using GZIP. Microsoft claims the SVG-in-OpenType format supports this, and the availability of a version of EmojiOne with GZIP-compressed SVG glyphs appears to back this up. However, I was unable to get fonts with GZIP-compressed SVG glyphs to work even in the latest version of Firefox as of this writing, so I do not recommend this.
If you have a bunch of non-SVG images you would like to inject using this format, you can easily generate SVGs with embedded images using a command like the following:
`java -jar BitsNPicas.jar imagetosvg -x 0 -y -700 -w 800 -h 800 myimages/*.png`
This will create a corresponding SVG file for each non-SVG image file specified. The `-x`, `-y`, `-w`, `-h` options specify the position and size of the image in em units. Note that the SVG Y-axis is reversed from the TrueType Y-axis, so negative Y-coordinates are *above* the baseline and positive Y-coordinates are *below* the baseline.
### Example using Google's `CBDT`/`CBLC` format
`java -jar BitsNPicas.jar injectcbdt MyEmoji.ttf`
This will take the TrueType font file `MyEmoji.ttf` and the PNG images in the directory `MyEmoji.ttf.cbdt.d` and generate a new TrueType font file `MyEmoji.ttf.cbdt.ttf` with images embedded in a `CBDT` table. You can then rename this file if you like. There must be a subdirectory for each bitmap size; the names of the subdirectories do not matter. The file name of each image within each subdirectory must be of the form `glyph_123.png` (with the glyph index in decimal) or `char_ABCD.png` (with the Unicode code point in hexadecimal).
It is recommended for each subdirectory to also contain a `metadata.txt` file of values to use for the various data structures within the `CBLC` and `CBDT` tables. The following is recommended at a minimum:
```
horiAscender: *ascent in pixels (normally positive)*
horiDescender: *descent in pixels (normally negative)*
horiWidthMax: *max character width in pixels*
vertAscender: *ascent in pixels (normally positive)*
vertDescender: *descent in pixels (normally negative)*
vertWidthMax: *max character width in pixels*
ppemX: *pixels per em*
ppemY: *pixels per em*
glyph: *glyph index*
height: *image height in pixels*
width: *image width in pixels*
bearingX: *x offset in pixels*
bearingY: *y offset in pixels (positive is above the baseline)*
advance: *character width in pixels*
endGlyph
```
For the glyph index you can also use `char_ABCD` (with the Unicode code point in hexadecimal) or `*` to cover all glyphs not otherwise specified. Fields associated with the data structure itself (various offsets, counts, and glyph index ranges, as well as anything associated with the various types of index subtables) do not need to be specified, will be ignored if specified, and will be calculated automatically. (Only index subtable format 1 and bitmap data formats 17, 18, and 19 will be used, regardless of the metadata specified.)
By default, `injectcbdt` will also remove any `glyf`, `loca`, `CFF `, or `CFF2` tables from the font. To keep these tables, specify the `-g` option before the font file name.
### Microsoft's `COLR`/`CPAL` format
Microsoft's `COLR`/`CPAL` format is currently not supported.
bitsnpicas-2.1.1+ds/main/ 0000775 0000000 0000000 00000000000 15064705102 0015200 5 ustar 00root root 0000000 0000000 bitsnpicas-2.1.1+ds/main/java/ 0000775 0000000 0000000 00000000000 15064705102 0016121 5 ustar 00root root 0000000 0000000 bitsnpicas-2.1.1+ds/main/java/BitsNPicas/ 0000775 0000000 0000000 00000000000 15064705102 0020120 5 ustar 00root root 0000000 0000000 bitsnpicas-2.1.1+ds/main/java/BitsNPicas/.classpath 0000775 0000000 0000000 00000000423 15064705102 0022105 0 ustar 00root root 0000000 0000000
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/.gitignore 0000664 0000000 0000000 00000000101 15064705102 0022100 0 ustar 00root root 0000000 0000000 /bin/
/dev/
/doc/
/safespace/
/*.app
/*.dmg
/*.jar
/*.tgz
/*.zip
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/.project 0000775 0000000 0000000 00000000561 15064705102 0021574 0 ustar 00root root 0000000 0000000
BitsNPicas
org.eclipse.jdt.core.javabuilder
org.eclipse.jdt.core.javanature
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/.settings/ 0000775 0000000 0000000 00000000000 15064705102 0022036 5 ustar 00root root 0000000 0000000 bitsnpicas-2.1.1+ds/main/java/BitsNPicas/.settings/org.eclipse.core.resources.prefs 0000664 0000000 0000000 00000000100 15064705102 0030240 0 ustar 00root root 0000000 0000000 eclipse.preferences.version=1
encoding//dep/PkgInfo-ME=MacRoman
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/LICENSE 0000664 0000000 0000000 00000104253 15064705102 0021132 0 ustar 00root root 0000000 0000000 Copyright © 2008-2015 Rebecca G. Bettencourt, Kreative Software
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
License for the specific language governing rights and limitations
under the License.
Alternatively, the contents of this file may be used under the terms
of the GNU Lesser General Public License (the "LGPL License"), in which
case the provisions of LGPL License are applicable instead of those
above. If you wish to allow use of your version of this file only
under the terms of the LGPL License and not to allow others to use
your version of this file under the MPL, indicate your decision by
deleting the provisions above and replace them with the notice and
other provisions required by the LGPL License. If you do not delete
the provisions above, a recipient may use your version of this file
under either the MPL or the LGPL License.
===============================================================================
MOZILLA PUBLIC LICENSE
Version 1.1
---------------
1. Definitions.
1.0.1. "Commercial Use" means distribution or otherwise making the
Covered Code available to a third party.
1.1. "Contributor" means each entity that creates or contributes to
the creation of Modifications.
1.2. "Contributor Version" means the combination of the Original
Code, prior Modifications used by a Contributor, and the Modifications
made by that particular Contributor.
1.3. "Covered Code" means the Original Code or Modifications or the
combination of the Original Code and Modifications, in each case
including portions thereof.
1.4. "Electronic Distribution Mechanism" means a mechanism generally
accepted in the software development community for the electronic
transfer of data.
1.5. "Executable" means Covered Code in any form other than Source
Code.
1.6. "Initial Developer" means the individual or entity identified
as the Initial Developer in the Source Code notice required by Exhibit
A.
1.7. "Larger Work" means a work which combines Covered Code or
portions thereof with code not governed by the terms of this License.
1.8. "License" means this document.
1.8.1. "Licensable" means having the right to grant, to the maximum
extent possible, whether at the time of the initial grant or
subsequently acquired, any and all of the rights conveyed herein.
1.9. "Modifications" means any addition to or deletion from the
substance or structure of either the Original Code or any previous
Modifications. When Covered Code is released as a series of files, a
Modification is:
A. Any addition to or deletion from the contents of a file
containing Original Code or previous Modifications.
B. Any new file that contains any part of the Original Code or
previous Modifications.
1.10. "Original Code" means Source Code of computer software code
which is described in the Source Code notice required by Exhibit A as
Original Code, and which, at the time of its release under this
License is not already Covered Code governed by this License.
1.10.1. "Patent Claims" means any patent claim(s), now owned or
hereafter acquired, including without limitation, method, process,
and apparatus claims, in any patent Licensable by grantor.
1.11. "Source Code" means the preferred form of the Covered Code for
making modifications to it, including all modules it contains, plus
any associated interface definition files, scripts used to control
compilation and installation of an Executable, or source code
differential comparisons against either the Original Code or another
well known, available Covered Code of the Contributor's choice. The
Source Code can be in a compressed or archival form, provided the
appropriate decompression or de-archiving software is widely available
for no charge.
1.12. "You" (or "Your") means an individual or a legal entity
exercising rights under, and complying with all of the terms of, this
License or a future version of this License issued under Section 6.1.
For legal entities, "You" includes any entity which controls, is
controlled by, or is under common control with You. For purposes of
this definition, "control" means (a) the power, direct or indirect,
to cause the direction or management of such entity, whether by
contract or otherwise, or (b) ownership of more than fifty percent
(50%) of the outstanding shares or beneficial ownership of such
entity.
2. Source Code License.
2.1. The Initial Developer Grant.
The Initial Developer hereby grants You a world-wide, royalty-free,
non-exclusive license, subject to third party intellectual property
claims:
(a) under intellectual property rights (other than patent or
trademark) Licensable by Initial Developer to use, reproduce,
modify, display, perform, sublicense and distribute the Original
Code (or portions thereof) with or without Modifications, and/or
as part of a Larger Work; and
(b) under Patents Claims infringed by the making, using or
selling of Original Code, to make, have made, use, practice,
sell, and offer for sale, and/or otherwise dispose of the
Original Code (or portions thereof).
(c) the licenses granted in this Section 2.1(a) and (b) are
effective on the date Initial Developer first distributes
Original Code under the terms of this License.
(d) Notwithstanding Section 2.1(b) above, no patent license is
granted: 1) for code that You delete from the Original Code; 2)
separate from the Original Code; or 3) for infringements caused
by: i) the modification of the Original Code or ii) the
combination of the Original Code with other software or devices.
2.2. Contributor Grant.
Subject to third party intellectual property claims, each Contributor
hereby grants You a world-wide, royalty-free, non-exclusive license
(a) under intellectual property rights (other than patent or
trademark) Licensable by Contributor, to use, reproduce, modify,
display, perform, sublicense and distribute the Modifications
created by such Contributor (or portions thereof) either on an
unmodified basis, with other Modifications, as Covered Code
and/or as part of a Larger Work; and
(b) under Patent Claims infringed by the making, using, or
selling of Modifications made by that Contributor either alone
and/or in combination with its Contributor Version (or portions
of such combination), to make, use, sell, offer for sale, have
made, and/or otherwise dispose of: 1) Modifications made by that
Contributor (or portions thereof); and 2) the combination of
Modifications made by that Contributor with its Contributor
Version (or portions of such combination).
(c) the licenses granted in Sections 2.2(a) and 2.2(b) are
effective on the date Contributor first makes Commercial Use of
the Covered Code.
(d) Notwithstanding Section 2.2(b) above, no patent license is
granted: 1) for any code that Contributor has deleted from the
Contributor Version; 2) separate from the Contributor Version;
3) for infringements caused by: i) third party modifications of
Contributor Version or ii) the combination of Modifications made
by that Contributor with other software (except as part of the
Contributor Version) or other devices; or 4) under Patent Claims
infringed by Covered Code in the absence of Modifications made by
that Contributor.
3. Distribution Obligations.
3.1. Application of License.
The Modifications which You create or to which You contribute are
governed by the terms of this License, including without limitation
Section 2.2. The Source Code version of Covered Code may be
distributed only under the terms of this License or a future version
of this License released under Section 6.1, and You must include a
copy of this License with every copy of the Source Code You
distribute. You may not offer or impose any terms on any Source Code
version that alters or restricts the applicable version of this
License or the recipients' rights hereunder. However, You may include
an additional document offering the additional rights described in
Section 3.5.
3.2. Availability of Source Code.
Any Modification which You create or to which You contribute must be
made available in Source Code form under the terms of this License
either on the same media as an Executable version or via an accepted
Electronic Distribution Mechanism to anyone to whom you made an
Executable version available; and if made available via Electronic
Distribution Mechanism, must remain available for at least twelve (12)
months after the date it initially became available, or at least six
(6) months after a subsequent version of that particular Modification
has been made available to such recipients. You are responsible for
ensuring that the Source Code version remains available even if the
Electronic Distribution Mechanism is maintained by a third party.
3.3. Description of Modifications.
You must cause all Covered Code to which You contribute to contain a
file documenting the changes You made to create that Covered Code and
the date of any change. You must include a prominent statement that
the Modification is derived, directly or indirectly, from Original
Code provided by the Initial Developer and including the name of the
Initial Developer in (a) the Source Code, and (b) in any notice in an
Executable version or related documentation in which You describe the
origin or ownership of the Covered Code.
3.4. Intellectual Property Matters
(a) Third Party Claims.
If Contributor has knowledge that a license under a third party's
intellectual property rights is required to exercise the rights
granted by such Contributor under Sections 2.1 or 2.2,
Contributor must include a text file with the Source Code
distribution titled "LEGAL" which describes the claim and the
party making the claim in sufficient detail that a recipient will
know whom to contact. If Contributor obtains such knowledge after
the Modification is made available as described in Section 3.2,
Contributor shall promptly modify the LEGAL file in all copies
Contributor makes available thereafter and shall take other steps
(such as notifying appropriate mailing lists or newsgroups)
reasonably calculated to inform those who received the Covered
Code that new knowledge has been obtained.
(b) Contributor APIs.
If Contributor's Modifications include an application programming
interface and Contributor has knowledge of patent licenses which
are reasonably necessary to implement that API, Contributor must
also include this information in the LEGAL file.
(c) Representations.
Contributor represents that, except as disclosed pursuant to
Section 3.4(a) above, Contributor believes that Contributor's
Modifications are Contributor's original creation(s) and/or
Contributor has sufficient rights to grant the rights conveyed by
this License.
3.5. Required Notices.
You must duplicate the notice in Exhibit A in each file of the Source
Code. If it is not possible to put such notice in a particular Source
Code file due to its structure, then You must include such notice in a
location (such as a relevant directory) where a user would be likely
to look for such a notice. If You created one or more Modification(s)
You may add your name as a Contributor to the notice described in
Exhibit A. You must also duplicate this License in any documentation
for the Source Code where You describe recipients' rights or ownership
rights relating to Covered Code. You may choose to offer, and to
charge a fee for, warranty, support, indemnity or liability
obligations to one or more recipients of Covered Code. However, You
may do so only on Your own behalf, and not on behalf of the Initial
Developer or any Contributor. You must make it absolutely clear than
any such warranty, support, indemnity or liability obligation is
offered by You alone, and You hereby agree to indemnify the Initial
Developer and every Contributor for any liability incurred by the
Initial Developer or such Contributor as a result of warranty,
support, indemnity or liability terms You offer.
3.6. Distribution of Executable Versions.
You may distribute Covered Code in Executable form only if the
requirements of Section 3.1-3.5 have been met for that Covered Code,
and if You include a notice stating that the Source Code version of
the Covered Code is available under the terms of this License,
including a description of how and where You have fulfilled the
obligations of Section 3.2. The notice must be conspicuously included
in any notice in an Executable version, related documentation or
collateral in which You describe recipients' rights relating to the
Covered Code. You may distribute the Executable version of Covered
Code or ownership rights under a license of Your choice, which may
contain terms different from this License, provided that You are in
compliance with the terms of this License and that the license for the
Executable version does not attempt to limit or alter the recipient's
rights in the Source Code version from the rights set forth in this
License. If You distribute the Executable version under a different
license You must make it absolutely clear that any terms which differ
from this License are offered by You alone, not by the Initial
Developer or any Contributor. You hereby agree to indemnify the
Initial Developer and every Contributor for any liability incurred by
the Initial Developer or such Contributor as a result of any such
terms You offer.
3.7. Larger Works.
You may create a Larger Work by combining Covered Code with other code
not governed by the terms of this License and distribute the Larger
Work as a single product. In such a case, You must make sure the
requirements of this License are fulfilled for the Covered Code.
4. Inability to Comply Due to Statute or Regulation.
If it is impossible for You to comply with any of the terms of this
License with respect to some or all of the Covered Code due to
statute, judicial order, or regulation then You must: (a) comply with
the terms of this License to the maximum extent possible; and (b)
describe the limitations and the code they affect. Such description
must be included in the LEGAL file described in Section 3.4 and must
be included with all distributions of the Source Code. Except to the
extent prohibited by statute or regulation, such description must be
sufficiently detailed for a recipient of ordinary skill to be able to
understand it.
5. Application of this License.
This License applies to code to which the Initial Developer has
attached the notice in Exhibit A and to related Covered Code.
6. Versions of the License.
6.1. New Versions.
Netscape Communications Corporation ("Netscape") may publish revised
and/or new versions of the License from time to time. Each version
will be given a distinguishing version number.
6.2. Effect of New Versions.
Once Covered Code has been published under a particular version of the
License, You may always continue to use it under the terms of that
version. You may also choose to use such Covered Code under the terms
of any subsequent version of the License published by Netscape. No one
other than Netscape has the right to modify the terms applicable to
Covered Code created under this License.
6.3. Derivative Works.
If You create or use a modified version of this License (which you may
only do in order to apply it to code which is not already Covered Code
governed by this License), You must (a) rename Your license so that
the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
"MPL", "NPL" or any confusingly similar phrase do not appear in your
license (except to note that your license differs from this License)
and (b) otherwise make it clear that Your version of the license
contains terms which differ from the Mozilla Public License and
Netscape Public License. (Filling in the name of the Initial
Developer, Original Code or Contributor in the notice described in
Exhibit A shall not of themselves be deemed to be modifications of
this License.)
7. DISCLAIMER OF WARRANTY.
COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
8. TERMINATION.
8.1. This License and the rights granted hereunder will terminate
automatically if You fail to comply with terms herein and fail to cure
such breach within 30 days of becoming aware of the breach. All
sublicenses to the Covered Code which are properly granted shall
survive any termination of this License. Provisions which, by their
nature, must remain in effect beyond the termination of this License
shall survive.
8.2. If You initiate litigation by asserting a patent infringement
claim (excluding declatory judgment actions) against Initial Developer
or a Contributor (the Initial Developer or Contributor against whom
You file such action is referred to as "Participant") alleging that:
(a) such Participant's Contributor Version directly or indirectly
infringes any patent, then any and all rights granted by such
Participant to You under Sections 2.1 and/or 2.2 of this License
shall, upon 60 days notice from Participant terminate prospectively,
unless if within 60 days after receipt of notice You either: (i)
agree in writing to pay Participant a mutually agreeable reasonable
royalty for Your past and future use of Modifications made by such
Participant, or (ii) withdraw Your litigation claim with respect to
the Contributor Version against such Participant. If within 60 days
of notice, a reasonable royalty and payment arrangement are not
mutually agreed upon in writing by the parties or the litigation claim
is not withdrawn, the rights granted by Participant to You under
Sections 2.1 and/or 2.2 automatically terminate at the expiration of
the 60 day notice period specified above.
(b) any software, hardware, or device, other than such Participant's
Contributor Version, directly or indirectly infringes any patent, then
any rights granted to You by such Participant under Sections 2.1(b)
and 2.2(b) are revoked effective as of the date You first made, used,
sold, distributed, or had made, Modifications made by that
Participant.
8.3. If You assert a patent infringement claim against Participant
alleging that such Participant's Contributor Version directly or
indirectly infringes any patent where such claim is resolved (such as
by license or settlement) prior to the initiation of patent
infringement litigation, then the reasonable value of the licenses
granted by such Participant under Sections 2.1 or 2.2 shall be taken
into account in determining the amount or value of any payment or
license.
8.4. In the event of termination under Sections 8.1 or 8.2 above,
all end user license agreements (excluding distributors and resellers)
which have been validly granted by You or any distributor hereunder
prior to termination shall survive termination.
9. LIMITATION OF LIABILITY.
UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
10. U.S. GOVERNMENT END USERS.
The Covered Code is a "commercial item," as that term is defined in
48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
software" and "commercial computer software documentation," as such
terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
all U.S. Government End Users acquire Covered Code with only those
rights set forth herein.
11. MISCELLANEOUS.
This License represents the complete agreement concerning subject
matter hereof. If any provision of this License is held to be
unenforceable, such provision shall be reformed only to the extent
necessary to make it enforceable. This License shall be governed by
California law provisions (except to the extent applicable law, if
any, provides otherwise), excluding its conflict-of-law provisions.
With respect to disputes in which at least one party is a citizen of,
or an entity chartered or registered to do business in the United
States of America, any litigation relating to this License shall be
subject to the jurisdiction of the Federal Courts of the Northern
District of California, with venue lying in Santa Clara County,
California, with the losing party responsible for costs, including
without limitation, court costs and reasonable attorneys' fees and
expenses. The application of the United Nations Convention on
Contracts for the International Sale of Goods is expressly excluded.
Any law or regulation which provides that the language of a contract
shall be construed against the drafter shall not apply to this
License.
12. RESPONSIBILITY FOR CLAIMS.
As between Initial Developer and the Contributors, each party is
responsible for claims and damages arising, directly or indirectly,
out of its utilization of rights under this License and You agree to
work with Initial Developer and Contributors to distribute such
responsibility on an equitable basis. Nothing herein is intended or
shall be deemed to constitute any admission of liability.
13. MULTIPLE-LICENSED CODE.
Initial Developer may designate portions of the Covered Code as
"Multiple-Licensed". "Multiple-Licensed" means that the Initial
Developer permits you to utilize portions of the Covered Code under
Your choice of the NPL or the alternative licenses, if any, specified
by the Initial Developer in the file described in Exhibit A.
EXHIBIT A -Mozilla Public License.
``The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
License for the specific language governing rights and limitations
under the License.
The Original Code is Kreative Java Library.
The Initial Developer of the Original Code is Rebecca G. Bettencourt.
Portions created by Rebecca G. Bettencourt are Copyright (C) 2007
Kreative Software. All Rights Reserved.
Contributor(s): none at present.
Alternatively, the contents of this file may be used under the terms
of the GNU Lesser General Public License (the "LGPL License"), in which
case the provisions of LGPL License are applicable instead of those
above. If you wish to allow use of your version of this file only
under the terms of the LGPL License and not to allow others to use
your version of this file under the MPL, indicate your decision by
deleting the provisions above and replace them with the notice and
other provisions required by the LGPL License. If you do not delete
the provisions above, a recipient may use your version of this file
under either the MPL or the LGPL License."
[NOTE: The text of this Exhibit A may differ slightly from the text of
the notices in the Source Code files of the Original Code. You should
use the text of this Exhibit A rather than the text found in the
Original Code Source Code for Your Modifications.]
===============================================================================
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies of this license
document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates the terms
and conditions of version 3 of the GNU General Public License, supplemented
by the additional permissions listed below.
0. Additional Definitions.
As used herein, “this License” refers to version 3 of the GNU Lesser General
Public License, and the “GNU GPL” refers to version 3 of the GNU General Public
License.
“The Library” refers to a covered work governed by this License, other than
an Application or a Combined Work as defined below.
An “Application” is any work that makes use of an interface provided by the
Library, but which is not otherwise based on the Library. Defining a subclass
of a class defined by the Library is deemed a mode of using an interface
provided by the Library.
A “Combined Work” is a work produced by combining or linking an Application
with the Library. The particular version of the Library with which the Combined
Work was made is also called the “Linked Version”.
The “Minimal Corresponding Source” for a Combined Work means the Corresponding
Source for the Combined Work, excluding any source code for portions of the
Combined Work that, considered in isolation, are based on the Application,
and not on the Linked Version.
The “Corresponding Application Code” for a Combined Work means the object
code and/or source code for the Application, including any data and utility
programs needed for reproducing the Combined Work from the Application, but
excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License without
being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a facility
refers to a function or data to be supplied by an Application that uses the
facility (other than as an argument passed when the facility is invoked),
then you may convey a copy of the modified version:
* a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the function
or data, the facility still operates, and performs whatever part of
its purpose remains meaningful, or
* b) under the GNU GPL, with none of the additional permissions of this
License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from a header
file that is part of the Library. You may convey such object code under terms
of your choice, provided that, if the incorporated material is not limited to
numerical parameters, data structure layouts and accessors, or small macros,
inline functions and templates (ten or fewer lines in length), you do both
of the following:
* a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are covered
by this License.
* b) Accompany the object code with a copy of the GNU GPL and this
license document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that, taken together,
effectively do not restrict modification of the portions of the Library
contained in the Combined Work and reverse engineering for debugging such
modifications, if you also do each of the following:
* a) Give prominent notice with each copy of the Combined Work that the
Library is used in it and that the Library and its use are covered
by this License.
* b) Accompany the Combined Work with a copy of the GNU GPL and this
license document.
* c) For a Combined Work that displays copyright notices during execution,
include the copyright notice for the Library among these notices,
as well as a reference directing the user to the copies of the GNU
GPL and this license document.
* d) Do one of the following:
o 0) Convey the Minimal Corresponding Source under the terms of
this License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to recombine
or relink the Application with a modified version of the Linked
Version to produce a modified Combined Work, in the manner
specified by section 6 of the GNU GPL for conveying
Corresponding Source.
o 1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
* e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the GNU
GPL, and only to the extent that such information is necessary to
install and execute a modified version of the Combined Work produced
by recombining or relinking the Application with a modified version
of the Linked Version. (If you use option 4d0, the Installation
Information must accompany the Minimal Corresponding Source and
Corresponding Application Code. If you use option 4d1, you must
provide the Installation Information in the manner specified by
section 6 of the GNU GPL for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the Library side by
side in a single library together with other library facilities that are not
Applications and are not covered by this License, and convey such a combined
library under terms of your choice, if you do both of the following:
* a) Accompany the combined library with a copy of the same work based on
the Library, uncombined with any other library facilities, conveyed
under the terms of this License.
* b) Give prominent notice with the combined library that part of it is
a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions of the
GNU Lesser General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Library as you
received it specifies that a certain numbered version of the GNU Lesser
General Public License “or any later version” applies to it, you have the
option of following the terms and conditions either of that published version
or of any later version published by the Free Software Foundation. If the
Library as you received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser General
Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide whether
future versions of the GNU Lesser General Public License shall apply, that
proxy's public statement of acceptance of any version is permanent
authorization for you to choose that version for the Library.
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/Makefile 0000664 0000000 0000000 00000025770 15064705102 0021573 0 ustar 00root root 0000000 0000000 SRCFILES := $(shell find src -name \*.java)
RESFILES := $(shell find src -type f \! -name .\* \! -name \*.java | sed s/^src\\///)
PACKAGES := $(shell find src -name \*.java | sed -E s/^src\\/\|\\/[^\\/]+$$//g | grep -v \\.java$$ | sort | uniq | tr / .)
all: clean bin doc BitsNPicas.jar BitsNPicas.app BitsNPicas.app.zip BitsNPicas-src.tgz MapEdit.jar MapEdit.app MapEdit.app.zip MapEdit-src.tgz KeyEdit.jar KeyEdit.app KeyEdit.app.zip KeyEdit-src.tgz
eclipseall: eclipseclean BitsNPicas.jar BitsNPicas.app BitsNPicas.app.zip BitsNPicas-src.tgz MapEdit.jar MapEdit.app MapEdit.app.zip MapEdit-src.tgz KeyEdit.jar KeyEdit.app KeyEdit.app.zip KeyEdit-src.tgz
clean:
rm -rf bin
rm -rf doc
rm -rf BitsNPicas*.jar
rm -rf BitsNPicas*.tgz
rm -rf BitsNPicas*.app
rm -rf BitsNPicas*.zip
rm -rf MapEdit*.jar
rm -rf MapEdit*.tgz
rm -rf MapEdit*.app
rm -rf MapEdit*.zip
rm -rf KeyEdit*.jar
rm -rf KeyEdit*.tgz
rm -rf KeyEdit*.app
rm -rf KeyEdit*.zip
eclipseclean:
rm -rf BitsNPicas*.jar
rm -rf BitsNPicas*.tgz
rm -rf BitsNPicas*.app
rm -rf BitsNPicas*.zip
rm -rf MapEdit*.jar
rm -rf MapEdit*.tgz
rm -rf MapEdit*.app
rm -rf MapEdit*.zip
rm -rf KeyEdit*.jar
rm -rf KeyEdit*.tgz
rm -rf KeyEdit*.app
rm -rf KeyEdit*.zip
bin: src
mkdir -p bin
ifeq ($(origin JAVACFLAGS), undefined)
$(eval JAVACFLAGS = $(shell dep/minJavaVerOpts))
endif
javac $(JAVACFLAGS) -classpath dep/ual.jar -sourcepath src $(SRCFILES) -d bin
$(foreach res,$(RESFILES),cp src/$(res) bin/$(res);)
doc: src
mkdir -p doc
javadoc $(JAVADOCFLAGS) -classpath dep/ual.jar -sourcepath src $(PACKAGES) -d doc
BitsNPicas.jar: bin
export COPYFILE_DISABLE=true
find bin -name .DS_Store -delete
jar cmf dep/MANIFEST.MF BitsNPicas.jar -C bin com/kreative/unicode -C bin com/kreative/bitsnpicas
chmod +x BitsNPicas.jar
BitsNPicas.app: BitsNPicas-Pre10.15.app BitsNPicas-MacOS10.15.app BitsNPicas-MacOS11.0.app
BitsNPicas-Pre10.15.app: dep BitsNPicas.jar
mkdir -p BitsNPicas-Pre10.15.app/Contents/MacOS
mkdir -p BitsNPicas-Pre10.15.app/Contents/Resources/Java
cp -f dep/PkgInfo BitsNPicas-Pre10.15.app/Contents
cp -f dep/Info.plist BitsNPicas-Pre10.15.app/Contents
cp -f dep/universalJavaApplicationStub-Pre10.15 BitsNPicas-Pre10.15.app/Contents/MacOS/BitsNPicas
cp -f dep/kbnp*.icns dep/dmov*.icns dep/movr*.icns BitsNPicas-Pre10.15.app/Contents/Resources
cp -f dep/*.jar BitsNPicas-Pre10.15.app/Contents/Resources/Java
cp -f BitsNPicas.jar BitsNPicas-Pre10.15.app/Contents/Resources/Java
BitsNPicas-MacOS10.15.app: dep BitsNPicas.jar
mkdir -p BitsNPicas-MacOS10.15.app/Contents/MacOS
mkdir -p BitsNPicas-MacOS10.15.app/Contents/Resources/Java
cp -f dep/PkgInfo BitsNPicas-MacOS10.15.app/Contents
cp -f dep/Info.plist BitsNPicas-MacOS10.15.app/Contents
cp -f dep/universalJavaApplicationStub-MacOS10.15 BitsNPicas-MacOS10.15.app/Contents/MacOS/BitsNPicas
cp -f dep/kbnp*.icns dep/dmov*.icns dep/movr*.icns BitsNPicas-MacOS10.15.app/Contents/Resources
cp -f dep/*.jar BitsNPicas-MacOS10.15.app/Contents/Resources/Java
cp -f BitsNPicas.jar BitsNPicas-MacOS10.15.app/Contents/Resources/Java
BitsNPicas-MacOS11.0.app: dep BitsNPicas.jar
mkdir -p BitsNPicas-MacOS11.0.app/Contents/MacOS
mkdir -p BitsNPicas-MacOS11.0.app/Contents/Resources/Java
cp -f dep/PkgInfo BitsNPicas-MacOS11.0.app/Contents
cp -f dep/Info.plist BitsNPicas-MacOS11.0.app/Contents
cp -f dep/universalJavaApplicationStub-MacOS11.0 BitsNPicas-MacOS11.0.app/Contents/MacOS/BitsNPicas
cp -f dep/kbnp*.icns dep/dmov*.icns dep/movr*.icns BitsNPicas-MacOS11.0.app/Contents/Resources
cp -f dep/*.jar BitsNPicas-MacOS11.0.app/Contents/Resources/Java
cp -f BitsNPicas.jar BitsNPicas-MacOS11.0.app/Contents/Resources/Java
BitsNPicas.app.zip: BitsNPicas.app
zip -r BitsNPicas.app.zip BitsNPicas*.app
BitsNPicas.dmg: BitsNPicas.app
mkdir -p dmgtmp
cp -R BitsNPicas-Pre10.15.app dmgtmp
cp -R BitsNPicas-MacOS10.15.app dmgtmp
cp -R BitsNPicas-MacOS11.0.app dmgtmp
cp BitsNPicas.jar dmgtmp
hdiutil create -fs HFS+ -volname "Bits'n'Picas" -srcfolder dmgtmp BitsNPicas.dmg
rm -rf dmgtmp
BitsNPicas-src.tgz: src
export COPYFILE_DISABLE=true
find src -name .DS_Store -delete
tar -czf BitsNPicas-src.tgz LICENSE src/com/kreative/unicode src/com/kreative/bitsnpicas
MapEdit.jar: bin
export COPYFILE_DISABLE=true
find bin -name .DS_Store -delete
jar cmf dep/MANIFEST-ME.MF MapEdit.jar -C bin com/kreative/unicode -C bin com/kreative/mapedit
chmod +x MapEdit.jar
MapEdit.app: MapEdit-Pre10.15.app MapEdit-MacOS10.15.app MapEdit-MacOS11.0.app
MapEdit-Pre10.15.app: dep MapEdit.jar
mkdir -p MapEdit-Pre10.15.app/Contents/MacOS
mkdir -p MapEdit-Pre10.15.app/Contents/Resources/Java
cp -f dep/PkgInfo-ME MapEdit-Pre10.15.app/Contents/PkgInfo
cp -f dep/Info-ME.plist MapEdit-Pre10.15.app/Contents/Info.plist
cp -f dep/universalJavaApplicationStub-Pre10.15 MapEdit-Pre10.15.app/Contents/MacOS/MapEdit
cp -f dep/mapedit*.icns MapEdit-Pre10.15.app/Contents/Resources
cp -f dep/ual.jar MapEdit-Pre10.15.app/Contents/Resources/Java
cp -f MapEdit.jar MapEdit-Pre10.15.app/Contents/Resources/Java
MapEdit-MacOS10.15.app: dep MapEdit.jar
mkdir -p MapEdit-MacOS10.15.app/Contents/MacOS
mkdir -p MapEdit-MacOS10.15.app/Contents/Resources/Java
cp -f dep/PkgInfo-ME MapEdit-MacOS10.15.app/Contents/PkgInfo
cp -f dep/Info-ME.plist MapEdit-MacOS10.15.app/Contents/Info.plist
cp -f dep/universalJavaApplicationStub-MacOS10.15 MapEdit-MacOS10.15.app/Contents/MacOS/MapEdit
cp -f dep/mapedit*.icns MapEdit-MacOS10.15.app/Contents/Resources
cp -f dep/ual.jar MapEdit-MacOS10.15.app/Contents/Resources/Java
cp -f MapEdit.jar MapEdit-MacOS10.15.app/Contents/Resources/Java
MapEdit-MacOS11.0.app: dep MapEdit.jar
mkdir -p MapEdit-MacOS11.0.app/Contents/MacOS
mkdir -p MapEdit-MacOS11.0.app/Contents/Resources/Java
cp -f dep/PkgInfo-ME MapEdit-MacOS11.0.app/Contents/PkgInfo
cp -f dep/Info-ME.plist MapEdit-MacOS11.0.app/Contents/Info.plist
cp -f dep/universalJavaApplicationStub-MacOS11.0 MapEdit-MacOS11.0.app/Contents/MacOS/MapEdit
cp -f dep/mapedit*.icns MapEdit-MacOS11.0.app/Contents/Resources
cp -f dep/ual.jar MapEdit-MacOS11.0.app/Contents/Resources/Java
cp -f MapEdit.jar MapEdit-MacOS11.0.app/Contents/Resources/Java
MapEdit.app.zip: MapEdit.app
zip -r MapEdit.app.zip MapEdit*.app
MapEdit.dmg: MapEdit.app
mkdir -p dmgtmp
cp -R MapEdit-Pre10.15.app dmgtmp
cp -R MapEdit-MacOS10.15.app dmgtmp
cp -R MapEdit-MacOS11.0.app dmgtmp
cp MapEdit.jar dmgtmp
hdiutil create -fs HFS+ -volname "MapEdit" -srcfolder dmgtmp MapEdit.dmg
rm -rf dmgtmp
MapEdit-src.tgz: src
export COPYFILE_DISABLE=true
find src -name .DS_Store -delete
tar -czf MapEdit-src.tgz LICENSE src/com/kreative/unicode src/com/kreative/mapedit
KeyEdit.jar: bin
export COPYFILE_DISABLE=true
find bin -name .DS_Store -delete
jar cmf dep/MANIFEST-KE.MF KeyEdit.jar -C bin com/kreative/unicode -C bin com/kreative/keyedit
chmod +x KeyEdit.jar
KeyEdit.app: KeyEdit-Pre10.15.app KeyEdit-MacOS10.15.app KeyEdit-MacOS11.0.app
KeyEdit-Pre10.15.app: dep KeyEdit.jar
mkdir -p KeyEdit-Pre10.15.app/Contents/MacOS
mkdir -p KeyEdit-Pre10.15.app/Contents/Resources/Java
cp -f dep/PkgInfo-KE KeyEdit-Pre10.15.app/Contents/PkgInfo
cp -f dep/Info-KE.plist KeyEdit-Pre10.15.app/Contents/Info.plist
cp -f dep/universalJavaApplicationStub-Pre10.15 KeyEdit-Pre10.15.app/Contents/MacOS/KeyEdit
cp -f dep/keyedit*.icns KeyEdit-Pre10.15.app/Contents/Resources
cp -f dep/ual.jar KeyEdit-Pre10.15.app/Contents/Resources/Java
cp -f KeyEdit.jar KeyEdit-Pre10.15.app/Contents/Resources/Java
KeyEdit-MacOS10.15.app: dep KeyEdit.jar
mkdir -p KeyEdit-MacOS10.15.app/Contents/MacOS
mkdir -p KeyEdit-MacOS10.15.app/Contents/Resources/Java
cp -f dep/PkgInfo-KE KeyEdit-MacOS10.15.app/Contents/PkgInfo
cp -f dep/Info-KE.plist KeyEdit-MacOS10.15.app/Contents/Info.plist
cp -f dep/universalJavaApplicationStub-MacOS10.15 KeyEdit-MacOS10.15.app/Contents/MacOS/KeyEdit
cp -f dep/keyedit*.icns KeyEdit-MacOS10.15.app/Contents/Resources
cp -f dep/ual.jar KeyEdit-MacOS10.15.app/Contents/Resources/Java
cp -f KeyEdit.jar KeyEdit-MacOS10.15.app/Contents/Resources/Java
KeyEdit-MacOS11.0.app: dep KeyEdit.jar
mkdir -p KeyEdit-MacOS11.0.app/Contents/MacOS
mkdir -p KeyEdit-MacOS11.0.app/Contents/Resources/Java
cp -f dep/PkgInfo-KE KeyEdit-MacOS11.0.app/Contents/PkgInfo
cp -f dep/Info-KE.plist KeyEdit-MacOS11.0.app/Contents/Info.plist
cp -f dep/universalJavaApplicationStub-MacOS11.0 KeyEdit-MacOS11.0.app/Contents/MacOS/KeyEdit
cp -f dep/keyedit*.icns KeyEdit-MacOS11.0.app/Contents/Resources
cp -f dep/ual.jar KeyEdit-MacOS11.0.app/Contents/Resources/Java
cp -f KeyEdit.jar KeyEdit-MacOS11.0.app/Contents/Resources/Java
KeyEdit.app.zip: KeyEdit.app
zip -r KeyEdit.app.zip KeyEdit*.app
KeyEdit.dmg: KeyEdit.app
mkdir -p dmgtmp
cp -R KeyEdit-Pre10.15.app dmgtmp
cp -R KeyEdit-MacOS10.15.app dmgtmp
cp -R KeyEdit-MacOS11.0.app dmgtmp
cp KeyEdit.jar dmgtmp
hdiutil create -fs HFS+ -volname "KeyEdit" -srcfolder dmgtmp KeyEdit.dmg
rm -rf dmgtmp
KeyEdit-src.tgz: src
export COPYFILE_DISABLE=true
find src -name .DS_Store -delete
tar -czf KeyEdit-src.tgz LICENSE src/com/kreative/unicode src/com/kreative/keyedit
install: dep BitsNPicas.jar MapEdit.jar KeyEdit.jar
sudo mkdir -p /usr/local/lib/
sudo cp -f BitsNPicas.jar /usr/local/lib/bitsnpicas.jar
sudo cp -f MapEdit.jar /usr/local/lib/mapedit.jar
sudo cp -f KeyEdit.jar /usr/local/lib/keyedit.jar
sudo cp -f dep/ual.jar /usr/local/lib/ual.jar
sudo chmod -f 644 /usr/local/lib/bitsnpicas.jar
sudo chmod -f 644 /usr/local/lib/mapedit.jar
sudo chmod -f 644 /usr/local/lib/keyedit.jar
sudo chmod -f 644 /usr/local/lib/ual.jar
sudo mkdir -p /usr/local/bin/
sudo cp -f dep/bitsnpicas /usr/local/bin/bitsnpicas
sudo cp -f dep/mapedit /usr/local/bin/mapedit
sudo cp -f dep/keyedit /usr/local/bin/keyedit
sudo chmod -f 755 /usr/local/bin/bitsnpicas
sudo chmod -f 755 /usr/local/bin/mapedit
sudo chmod -f 755 /usr/local/bin/keyedit
sudo mkdir -p /usr/share/icons/hicolor/128x128/apps/
sudo mkdir -p /usr/share/icons/hicolor/256x256/apps/
sudo mkdir -p /usr/share/icons/hicolor/512x512/apps/
sudo cp -f dep/bitsnpicas.png /usr/share/icons/hicolor/128x128/apps/bitsnpicas.png
sudo cp -f dep/kbnp-icon.png /usr/share/icons/hicolor/512x512/apps/bitsnpicas.png
sudo cp -f dep/mapedit-icon.png /usr/share/icons/hicolor/512x512/apps/mapedit.png
sudo cp -f dep/keyedit-icon.png /usr/share/icons/hicolor/256x256/apps/keyedit.png
sudo chmod -f 644 /usr/share/icons/hicolor/128x128/apps/bitsnpicas.png
sudo chmod -f 644 /usr/share/icons/hicolor/512x512/apps/bitsnpicas.png
sudo chmod -f 644 /usr/share/icons/hicolor/512x512/apps/mapedit.png
sudo chmod -f 644 /usr/share/icons/hicolor/256x256/apps/keyedit.png
sudo mkdir -p /usr/share/applications/
sudo cp -f dep/bitsnpicas.desktop /usr/share/applications/bitsnpicas.desktop
sudo cp -f dep/mapedit.desktop /usr/share/applications/mapedit.desktop
sudo cp -f dep/keyedit.desktop /usr/share/applications/keyedit.desktop
sudo chmod -f 644 /usr/share/applications/bitsnpicas.desktop
sudo chmod -f 644 /usr/share/applications/mapedit.desktop
sudo chmod -f 644 /usr/share/applications/keyedit.desktop
.PHONY: all eclipseall clean eclipseclean BitsNPicas.app MapEdit.app KeyEdit.app install
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/ 0000775 0000000 0000000 00000000000 15064705102 0020670 5 ustar 00root root 0000000 0000000 bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/Info-KE.plist 0000664 0000000 0000000 00000005170 15064705102 0023140 0 ustar 00root root 0000000 0000000
CFBundleAllowMixedLocalizations
true
CFBundleDevelopmentRegion
English
CFBundleExecutable
KeyEdit
CFBundleGetInfoString
KeyEdit © Kreative Software
CFBundleIconFile
keyedit-icon.icns
CFBundleIdentifier
com.kreative.keyedit
CFBundleInfoDictionaryVersion
6.0
CFBundleName
KeyEdit
CFBundlePackageType
APPL
CFBundleShortVersionString
1.2.1
CFBundleSignature
Bnjo
CFBundleVersion
1.2.1
NSHighResolutionCapable
JavaX
ClassPath
$JAVAROOT/KeyEdit.jar:$JAVAROOT/ual.jar
JVMVersion
1.5+
MainClass
com.kreative.keyedit.Main
Properties
apple.laf.useScreenMenuBar
true
com.apple.mrj.application.apple.menu.about.name
KeyEdit
VMOptions
-Xmx1024M
WorkingDirectory
$APP_PACKAGE/..
CFBundleDocumentTypes
CFBundleTypeExtensions
kkbx
CFBundleTypeName
KeyEdit Keyboard Layout
LSHandlerRank
Owner
CFBundleTypeIconFile
keyedit-doc
CFBundleTypeRole
Editor
CFBundleTypeExtensions
keylayout
CFBundleTypeName
Mac OS X Keyboard Layout
LSHandlerRank
Default
CFBundleTypeIconFile
keyedit-doc
CFBundleTypeRole
Editor
CFBundleTypeExtensions
klc
CFBundleTypeName
Microsoft Keyboard Layout Creator Source
LSHandlerRank
Default
CFBundleTypeIconFile
keyedit-doc
CFBundleTypeRole
Editor
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/Info-ME.plist 0000664 0000000 0000000 00000003653 15064705102 0023146 0 ustar 00root root 0000000 0000000
CFBundleAllowMixedLocalizations
true
CFBundleDevelopmentRegion
English
CFBundleExecutable
MapEdit
CFBundleGetInfoString
MapEdit © Kreative Software
CFBundleIconFile
mapedit-icon.icns
CFBundleIdentifier
com.kreative.mapedit
CFBundleInfoDictionaryVersion
6.0
CFBundleName
MapEdit
CFBundlePackageType
APPL
CFBundleShortVersionString
1.2.1
CFBundleSignature
ÇEEd
CFBundleVersion
1.2.1
NSHighResolutionCapable
JavaX
ClassPath
$JAVAROOT/MapEdit.jar:$JAVAROOT/ual.jar
JVMVersion
1.5+
MainClass
com.kreative.mapedit.Main
Properties
apple.laf.useScreenMenuBar
true
com.apple.mrj.application.apple.menu.about.name
MapEdit
VMOptions
-Xmx1024M
WorkingDirectory
$APP_PACKAGE/..
CFBundleDocumentTypes
CFBundleTypeExtensions
txt
text
CFBundleTypeName
Text
CFBundleTypeOSTypes
TEXT
CFBundleTypeRole
Editor
LSHandlerRank
Alternate
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/Info.plist 0000664 0000000 0000000 00000030754 15064705102 0022651 0 ustar 00root root 0000000 0000000
CFBundleAllowMixedLocalizations
true
CFBundleDevelopmentRegion
English
CFBundleExecutable
BitsNPicas
CFBundleGetInfoString
Kreative Bits'n'Picas © Kreative Software
CFBundleIconFile
kbnp-icon.icns
CFBundleIdentifier
com.kreative.bitsnpicas
CFBundleInfoDictionaryVersion
6.0
CFBundleName
Bits'n'Picas
CFBundlePackageType
APPL
CFBundleShortVersionString
2.1.1
CFBundleSignature
KBnP
CFBundleVersion
2.1.1
NSHighResolutionCapable
JavaX
ClassPath
$JAVAROOT/BitsNPicas.jar:$JAVAROOT/ual.jar
JVMVersion
1.5+
MainClass
com.kreative.bitsnpicas.edit.Main
Properties
apple.laf.useScreenMenuBar
true
com.apple.mrj.application.apple.menu.about.name
Bits'n'Picas
VMOptions
-Xmx1024M
WorkingDirectory
$APP_PACKAGE/..
CFBundleDocumentTypes
CFBundleTypeExtensions
kbitx
kbits
CFBundleTypeName
Kreative Bits'n'Picas Bitmap Font
CFBundleTypeOSTypes
KBix
KBit
LSHandlerRank
Owner
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
kpcax
kpcas
CFBundleTypeName
Kreative Bits'n'Picas Vector Font
CFBundleTypeOSTypes
KPcx
KPca
LSHandlerRank
Owner
CFBundleTypeIconFile
kbnp-doc-vector
CFBundleTypeRole
Editor
CFBundleTypeExtensions
bdf
CFBundleTypeName
Bitmap Distribution Format Font
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
psf
CFBundleTypeName
PC Screen Font
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
hex
CFBundleTypeName
Hex Font
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
cvt
CFBundleTypeName
GEOS Convert File
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
fzx
CFBundleTypeName
FZX Font
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
u8m
CFBundleTypeName
U8/M Font
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
fnt
CFBundleTypeName
Bitmap Font of Indeterminate Format
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
ftx
CFBundleTypeName
FONTX Font
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
rbf
rb11
rb12
CFBundleTypeName
Rockbox Font
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
cyf
fntz
fnty
CFBundleTypeName
Cybiko Font
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
hmzk
CFBundleTypeName
Mi Band 2 Font
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
dsf
CFBundleTypeName
DOSStart! Font
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
sbf
CFBundleTypeName
Sabriel Bitmap Font
LSHandlerRank
Default
CFBundleTypeIconFile
kbnp-doc-bitmap
CFBundleTypeRole
Editor
CFBundleTypeExtensions
suit
dfont
CFBundleTypeName
Mac OS Classic Font Suitcase
CFBundleTypeOSTypes
FFIL
LSHandlerRank
Default
CFBundleTypeIconFile
dmov-ffil
CFBundleTypeRole
Editor
CFBundleTypeName
Mac OS Classic Desk Accessory Suitcase
CFBundleTypeOSTypes
DFIL
LSHandlerRank
Default
CFBundleTypeIconFile
dmov-dfil
CFBundleTypeRole
Editor
CFBundleTypeName
Mac OS Classic Bitmap Font
CFBundleTypeOSTypes
ffil
LSHandlerRank
Default
CFBundleTypeIconFile
movr-ffil
CFBundleTypeRole
Editor
CFBundleTypeName
Mac OS Classic TrueType Font
CFBundleTypeOSTypes
tfil
LSHandlerRank
Default
CFBundleTypeIconFile
movr-tfil
CFBundleTypeRole
Editor
CFBundleTypeName
Mac OS Classic Desk Accessory
CFBundleTypeOSTypes
dfil
LSHandlerRank
Default
CFBundleTypeIconFile
movr-dfil
CFBundleTypeRole
Editor
CFBundleTypeName
Mac OS Classic Script System
CFBundleTypeOSTypes
ifil
LSHandlerRank
Default
CFBundleTypeIconFile
movr-ifil
CFBundleTypeRole
Editor
CFBundleTypeName
Mac OS Classic Keyboard Layout
CFBundleTypeOSTypes
kfil
LSHandlerRank
Default
CFBundleTypeIconFile
movr-kfil
CFBundleTypeRole
Editor
CFBundleTypeName
Mac OS Classic Sound
CFBundleTypeOSTypes
sfil
LSHandlerRank
Default
CFBundleTypeIconFile
movr-sfil
CFBundleTypeRole
Editor
CFBundleTypeName
Mac OS Classic Function Key
CFBundleTypeOSTypes
fkey
LSHandlerRank
Default
CFBundleTypeIconFile
movr-fkey
CFBundleTypeRole
Editor
CFBundleTypeExtensions
sfd
CFBundleTypeName
FontForge Font
LSHandlerRank
None
CFBundleTypeRole
Editor
CFBundleTypeExtensions
png
CFBundleTypeName
Portable Network Graphics Image
LSHandlerRank
None
CFBundleTypeRole
Editor
CFBundleTypeExtensions
jpg
jpeg
CFBundleTypeName
Joint Photography Experts Group Image
LSHandlerRank
None
CFBundleTypeRole
Editor
CFBundleTypeExtensions
gif
CFBundleTypeName
Graphic Interchange Format Image
LSHandlerRank
None
CFBundleTypeRole
Editor
CFBundleTypeExtensions
bmp
CFBundleTypeName
Bitmap Image
LSHandlerRank
None
CFBundleTypeRole
Editor
CFBundleTypeExtensions
bin
CFBundleTypeName
Binary File
LSHandlerRank
None
CFBundleTypeRole
Editor
CFBundleTypeExtensions
rom
CFBundleTypeName
ROM Image
LSHandlerRank
None
CFBundleTypeRole
Editor
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/MANIFEST-KE.MF 0000664 0000000 0000000 00000000202 15064705102 0022611 0 ustar 00root root 0000000 0000000 Manifest-Version: 1.0
Created-By: 1.2.1 (Kreative Software)
Main-Class: com.kreative.keyedit.Main
Class-Path: ual.jar dep/ual.jar
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/MANIFEST-ME.MF 0000664 0000000 0000000 00000000202 15064705102 0022613 0 ustar 00root root 0000000 0000000 Manifest-Version: 1.0
Created-By: 1.2.1 (Kreative Software)
Main-Class: com.kreative.mapedit.Main
Class-Path: ual.jar dep/ual.jar
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/MANIFEST.MF 0000664 0000000 0000000 00000000212 15064705102 0022315 0 ustar 00root root 0000000 0000000 Manifest-Version: 1.0
Created-By: 2.1.1 (Kreative Software)
Main-Class: com.kreative.bitsnpicas.main.Main
Class-Path: ual.jar dep/ual.jar
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/PkgInfo 0000775 0000000 0000000 00000000010 15064705102 0022142 0 ustar 00root root 0000000 0000000 APPLKBnP bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/PkgInfo-KE 0000664 0000000 0000000 00000000010 15064705102 0022434 0 ustar 00root root 0000000 0000000 APPLBnjo bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/PkgInfo-ME 0000664 0000000 0000000 00000000010 15064705102 0022436 0 ustar 00root root 0000000 0000000 APPLEEd bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/bitsnpicas 0000775 0000000 0000000 00000000113 15064705102 0022750 0 ustar 00root root 0000000 0000000 #!/usr/bin/env bash
java -Xmx1024M -jar /usr/local/lib/bitsnpicas.jar "$@"
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/bitsnpicas.desktop 0000775 0000000 0000000 00000001410 15064705102 0024421 0 ustar 00root root 0000000 0000000 #!/usr/bin/env xdg-open
[Desktop Entry]
Encoding=UTF-8
Name=Kreative Bits'n'Picas
Comment=Create, edit, and convert bitmap fonts
Exec=java -jar /usr/local/lib/bitsnpicas.jar edit %F
Icon=/usr/share/icons/hicolor/512x512/apps/bitsnpicas.png
Terminal=false
Type=Application
Categories=Development;
MimeType=application/x-font-kbitx;application/x-font-kpcax;application/x-font-kbits;application/x-font-kpcas;application/x-font-bdf;application/x-font-cybiko;application/x-font-fnt;application/x-font-fontx;application/x-font-fzx;application/x-font-cvt;application/x-font-hex;application/x-font-psf;application/x-font-rbf;application/x-font-rb11;application/x-font-rb12;application/x-font-sbf;application/x-font-sfd;application/x-font-u8m;image/png;image/gif;image/jpeg;image/bmp;
bitsnpicas-2.1.1+ds/main/java/BitsNPicas/dep/bitsnpicas.png 0000664 0000000 0000000 00000036073 15064705102 0023546 0 ustar 00root root 0000000 0000000 PNG
IHDR >a tEXtSoftware Adobe ImageReadyqe<