Update Cenon to 3.9.6
Notable changes include: + New, Images: save as BMP, GIF, JPG, PNG (saves a lot of diskspace) + New, ProjectSettings: Units of measure for the document + New, Inspector: Inspector Accessory, replacing the Text item + Groups can be selected by "Select equal Color" (menu item: Edit -> Select Color) + LayerDetails: new switch to tell a layer whether to be used for batch production. + Image: selection handling improved - select at border or inside according to preferences setting - for clipped images: select at or inside clipped area + Empty text will be removed, no asterisk '*' when clicking around in text mode + Fix, pasting of several layers to one layer keeps order of graphics elements + Fix, Image: splitting of clipped image keeps image behind path + Fix, Text: creating a text at the right border of the document, now sets the correct text box in all zoom steps + Fix, Text with Paragraph/Character-Colors is working again + Fix, Text: improvements of redisplay after editing text + Build Contour: Text offset Y fixed again for vertical centered text + Cosmetics in Inspectors, Knobs, etc. + Fix, Apple: scrolling without clutter + PS-Import: error-tolerant import of PostScript from Windows applications like Corel-Draw, Eurocut, etc., that often contain garbage before data. + Fix, PS-Import via GhostScript: imported objects get a default color + Fix, PS-Import: issues with GhostScript 8.56 and above hopefully solved (not tested yet) + Fix, Gerber-Export: small fixes like export of open Paths + Fix, Apple: position of the contour of mirrored text corrected + Fix, Apple: newly created text gets textbox a little heigher to be displayed more safely + Fix, Apple: workaround - finally it's now possible to save Cenon documents compatible with OpenStep and GNUstep + Fix, Apple: workaround - it's now possible to save 4 bit images on Apple + Fix, Apple: workaround for new color spaces added in OS X >= 10.4 Some colors turned to black on saving. + Apple: search of Cenon files in Library/Application Support/Cenon added + Documentation updated
This commit is contained in:
parent
05746a2767
commit
f1fbfae79e
4 changed files with 376 additions and 117 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.18 2012/10/06 14:10:39 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.19 2012/10/22 22:59:47 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Cenon-3.83
|
||||
PKGREVISION= 3
|
||||
DISTNAME= Cenon-3.9.6
|
||||
CATEGORIES= graphics cad gnustep
|
||||
MASTER_SITES= http://www.vhf-group.com/vhfInterservice/download/source/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -16,7 +15,6 @@ USE_LANGUAGES= objc
|
|||
|
||||
WRKSRC= ${WRKDIR}/Cenon
|
||||
NO_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
INSTALLATION_DIRS+= share/doc/Cenon
|
||||
INSTALLATION_DIRS+= share/GNUstep/Library/Cenon
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2009/06/14 17:59:04 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2012/10/22 22:59:47 rh Exp $
|
||||
bin/Cenon
|
||||
lib/GNUstep/Applications/Cenon.app/Cenon
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Cenon.desktop
|
||||
|
@ -15,113 +15,354 @@ lib/GNUstep/Applications/Cenon.app/Resources/CropMarks/middledown.cenon/document
|
|||
lib/GNUstep/Applications/Cenon.app/Resources/CropMarks/middledown.cenon/output
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/CropMarks/rightup.cenon/document
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/CropMarks/rightup.cenon/output
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Contour.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Document.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/GridPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllFilling.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllLayers.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllStrokeWidth.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllText.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPArc.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPCrosshairs.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPCurve.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPGroup.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPImage.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPLine.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPLine3D.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPMark.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPPath.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPPolyLine.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPRectangle.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPSinking.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPText.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPTextPath.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPThread.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPWeb.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/InspectorPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IntersectionPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/LayerDetails.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Contour.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Contour.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Contour.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Document.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Document.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Document.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Document.nib/lupe.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/GridPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/GridPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/GridPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAccText.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAccText.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAccText.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllAcc.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllAcc.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllAcc.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllFilling.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllFilling.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllFilling.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllLayers.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllLayers.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllLayers.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllStrokeWidth.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllStrokeWidth.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPAllStrokeWidth.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPArc.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPArc.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPArc.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPCrosshairs.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPCrosshairs.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPCrosshairs.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPCurve.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPCurve.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPCurve.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPGroup.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPGroup.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPGroup.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPImage.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPLine.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPMark.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPMark.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPMark.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPPath.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPPath.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPPath.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPPolyLine.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPPolyLine.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPPolyLine.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPRectangle.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPRectangle.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPRectangle.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPSinking.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPSinking.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPSinking.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPSinking.nib/sinkingFine.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPSinking.nib/sinkingMedium.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPText.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPText.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPText.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPTextPath.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPTextPath.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPTextPath.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPThread.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPThread.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPThread.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPWeb.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPWeb.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IPWeb.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IntersectionPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IntersectionPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/IntersectionPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/LayerDetails.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/LayerDetails.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/LayerDetails.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Localizable.strings
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Main.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Main.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Main.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Main.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Main.nib/sortColLLUR.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Main.nib/sortColULLR.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Main.nib/sortColURLL.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Main.nib/sortRowLLUR.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Main.nib/sortRowULLR.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/Operations.strings
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PSInfo.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PreferencesPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PrintPanelAccessory.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/ProjectSettingsPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPAlign.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPMix.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPMove.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPRotate.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPScale.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TilePanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TransformPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/WorkingAreaPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PSFontInfo.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PSFontInfo.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PSFontInfo.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PSInfo.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PSInfo.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PSInfo.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PSSettings.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PSSettings.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PSSettings.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PreferencesPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PreferencesPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PreferencesPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PrintPanelAccessory.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PrintPanelAccessory.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/PrintPanelAccessory.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/ProjectSettingsPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/ProjectSettingsPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/ProjectSettingsPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPAlign.nib/alignHCenter.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPAlign.nib/alignHLeft.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPAlign.nib/alignHRight.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPAlign.nib/alignVBottom.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPAlign.nib/alignVCenter.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPAlign.nib/alignVTop.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPAlign.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPAlign.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPAlign.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPMix.nib/designable.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPMix.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPMove.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPMove.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPMove.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPRotate.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPRotate.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPRotate.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPScale.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPScale.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TPScale.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TilePanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TilePanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TilePanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TransformPanel.nib/buttonFilling.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TransformPanel.nib/buttonLayers.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TransformPanel.nib/buttonStroke.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TransformPanel.nib/buttonText.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TransformPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TransformPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/TransformPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/WorkingAreaPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/WorkingAreaPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/English.lproj/WorkingAreaPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Export
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Resources/English.lproj/Export.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Resources/German.lproj/Export.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Resources/English.lproj/Export.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Resources/English.lproj/Export.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Resources/English.lproj/Export.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Resources/German.lproj/Export.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Resources/German.lproj/Export.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Resources/German.lproj/Export.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/Resources/prefsExport.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Export.prefs/stamp.make
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/General
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/English.lproj/General.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/English.lproj/General.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/English.lproj/General.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/English.lproj/General.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/English.lproj/Localizable.strings
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/German.lproj/General.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/German.lproj/General.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/German.lproj/General.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/German.lproj/General.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/German.lproj/Localizable.strings
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/Resources/prefsGeneral.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/General.prefs/stamp.make
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Contour.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Document.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/GridPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllFilling.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllLayers.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllStrokeWidth.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllText.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPArc.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPCrosshairs.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPCurve.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPGroup.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPImage.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPLine.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPLine3D.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPMark.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPPath.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPPolyLine.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPRectangle.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPSinking.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPText.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPTextPath.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPThread.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPWeb.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/InspectorPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IntersectionPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/LayerDetails.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Contour.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Contour.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Contour.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Document.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Document.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Document.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Document.nib/lupe.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/GridPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/GridPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/GridPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAccText.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAccText.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAccText.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllAcc.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllAcc.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllAcc.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllFilling.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllFilling.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllFilling.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllLayers.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllLayers.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllLayers.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllStrokeWidth.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllStrokeWidth.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPAllStrokeWidth.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPArc.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPArc.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPArc.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPCrosshairs.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPCrosshairs.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPCrosshairs.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPCurve.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPCurve.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPCurve.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPGroup.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPGroup.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPGroup.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPImage.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPLine.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPMark.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPMark.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPMark.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPPath.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPPath.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPPath.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPPolyLine.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPPolyLine.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPPolyLine.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPRectangle.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPRectangle.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPRectangle.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPSinking.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPSinking.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPSinking.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPSinking.nib/sinkingFine.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPSinking.nib/sinkingMedium.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPText.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPText.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPText.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPTextPath.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPTextPath.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPTextPath.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPThread.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPThread.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPThread.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPWeb.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPWeb.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IPWeb.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IntersectionPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IntersectionPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/IntersectionPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/LayerDetails.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/LayerDetails.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/LayerDetails.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Localizable.strings
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Main.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Main.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Main.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Main.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Main.nib/sortColLLUR.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Main.nib/sortColULLR.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Main.nib/sortColURLL.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Main.nib/sortRowLLUR.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Main.nib/sortRowULLR.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/Operations.strings
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PSInfo.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PreferencesPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PrintPanelAccessory.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/ProjectSettingsPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPAlign.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPMix.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPMove.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPRotate.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPScale.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TilePanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TransformPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/WorkingAreaPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PSInfo.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PSInfo.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PSInfo.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PSSettings.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PSSettings.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PSSettings.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PreferencesPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PreferencesPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PreferencesPanel.nib/objects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PrintPanelAccessory.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PrintPanelAccessory.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/PrintPanelAccessory.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/ProjectSettingsPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/ProjectSettingsPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/ProjectSettingsPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPAlign.nib/alignHCenter.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPAlign.nib/alignHLeft.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPAlign.nib/alignHRight.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPAlign.nib/alignVBottom.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPAlign.nib/alignVCenter.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPAlign.nib/alignVTop.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPAlign.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPAlign.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPAlign.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPMix.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPMix.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPMix.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPMove.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPMove.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPMove.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPRotate.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPRotate.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPRotate.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPScale.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPScale.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TPScale.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TilePanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TilePanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TilePanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TransformPanel.nib/buttonFilling.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TransformPanel.nib/buttonLayers.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TransformPanel.nib/buttonStroke.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TransformPanel.nib/buttonText.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TransformPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TransformPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/TransformPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/WorkingAreaPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/WorkingAreaPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/German.lproj/WorkingAreaPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Import
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/English.lproj/Import.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/German.lproj/Import.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/English.lproj/Import.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/English.lproj/Import.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/English.lproj/Import.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/English.lproj/Import.nib/typeDXF.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/English.lproj/Import.nib/typeDrill.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/English.lproj/Import.nib/typeGerber.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/English.lproj/Import.nib/typeHPGL.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/English.lproj/Import.nib/typePS.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/German.lproj/Import.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/German.lproj/Import.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/German.lproj/Import.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/German.lproj/Import.nib/typeDXF.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/German.lproj/Import.nib/typeDrill.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/German.lproj/Import.nib/typeGerber.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/German.lproj/Import.nib/typeHPGL.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/German.lproj/Import.nib/typePS.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/Resources/prefsImport.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Import.prefs/stamp.make
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Info-gnustep.plist
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Info.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Info.nib/._keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Info.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Info.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Info.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/Info.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/InspectorPanel.nib/._keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/InspectorPanel.nib/buttonFilling.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/InspectorPanel.nib/buttonLayers.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/InspectorPanel.nib/buttonStroke.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/InspectorPanel.nib/buttonText.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/InspectorPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/InspectorPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/InspectorPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/SinkingMetrics.plist
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.gmodel
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/classes.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/info.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/keyedobjects.nib
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolArc.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolArrow.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolCurve.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolCutter.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolLine.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolMark.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolPolyLine.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolRectangle.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolRotate.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolSinking.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolText.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ToolPanel.nib/toolWeb.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/alignHCenter.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/alignHLeft.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/alignHRight.tiff
|
||||
|
@ -157,7 +398,7 @@ lib/GNUstep/Applications/Cenon.app/Resources/cursorMagnify.tiff
|
|||
lib/GNUstep/Applications/Cenon.app/Resources/cursorRotate.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/eye.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/eyeclosed.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/infoTitle.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ipAcc.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ipArc.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ipCrosshairs.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/ipCurve.tiff
|
||||
|
@ -230,26 +471,27 @@ lib/GNUstep/Applications/Cenon.app/Resources/typeHPGL_128x128.tiff
|
|||
lib/GNUstep/Applications/Cenon.app/Resources/typeHPGL_48x48.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/Resources/typePS.tiff
|
||||
lib/GNUstep/Applications/Cenon.app/stamp.make
|
||||
share/GNUstep/Library/Cenon/.dir.tiff
|
||||
share/GNUstep/Library/Cenon/Devices/.dir.tiff
|
||||
share/GNUstep/Library/Cenon/Devices/din/.dir.tiff
|
||||
share/GNUstep/Library/Cenon/Devices/din/excellon.dev
|
||||
share/GNUstep/Library/Cenon/Devices/din/sm_1000.dev
|
||||
share/GNUstep/Library/Cenon/Devices/din/sm_3000.dev
|
||||
share/GNUstep/Library/Cenon/Devices/gerber/.dir.tiff
|
||||
share/GNUstep/Library/Cenon/Devices/gerber/emma.dev
|
||||
share/GNUstep/Library/Cenon/Devices/gerber/emma.tab
|
||||
share/GNUstep/Library/Cenon/Devices/gerber/gerber.dev
|
||||
share/GNUstep/Library/Cenon/Devices/gerber/gerber.doc
|
||||
share/GNUstep/Library/Cenon/Devices/gerber/gerber.tab
|
||||
share/GNUstep/Library/Cenon/Devices/gerber/mill_01.dev
|
||||
share/GNUstep/Library/Cenon/Devices/gerber/mm_0001.dev
|
||||
share/GNUstep/Library/Cenon/Devices/hpgl/.dir.tiff
|
||||
share/GNUstep/Library/Cenon/Devices/hpgl/hpgl_8Pen.dev
|
||||
share/GNUstep/Library/Cenon/Devices/hpgl/hpgl_8Pen.strings
|
||||
share/GNUstep/Library/Cenon/Projects/.dir.tiff
|
||||
share/GNUstep/Library/Cenon/Projects/Cenon.cenon/document
|
||||
share/GNUstep/Library/Cenon/Projects/Cenon.cenon/output
|
||||
share/GNUstep/Library/Cenon/README
|
||||
lib/GNUstep/Cenon/._README
|
||||
lib/GNUstep/Cenon/.dir.tiff
|
||||
lib/GNUstep/Cenon/Devices/.dir.tiff
|
||||
lib/GNUstep/Cenon/Devices/din/.dir.tiff
|
||||
lib/GNUstep/Cenon/Devices/din/excellon.dev
|
||||
lib/GNUstep/Cenon/Devices/din/sm_1000.dev
|
||||
lib/GNUstep/Cenon/Devices/din/sm_3000.dev
|
||||
lib/GNUstep/Cenon/Devices/gerber/.dir.tiff
|
||||
lib/GNUstep/Cenon/Devices/gerber/emma.dev
|
||||
lib/GNUstep/Cenon/Devices/gerber/emma.tab
|
||||
lib/GNUstep/Cenon/Devices/gerber/gerber.dev
|
||||
lib/GNUstep/Cenon/Devices/gerber/gerber.doc
|
||||
lib/GNUstep/Cenon/Devices/gerber/gerber.tab
|
||||
lib/GNUstep/Cenon/Devices/gerber/mill_01.dev
|
||||
lib/GNUstep/Cenon/Devices/gerber/mm_0001.dev
|
||||
lib/GNUstep/Cenon/Devices/hpgl/.dir.tiff
|
||||
lib/GNUstep/Cenon/Devices/hpgl/hpgl_8Pen.dev
|
||||
lib/GNUstep/Cenon/Projects/.dir.tiff
|
||||
lib/GNUstep/Cenon/Projects/Cenon.cenon/document
|
||||
lib/GNUstep/Cenon/Projects/Cenon.cenon/output
|
||||
lib/GNUstep/Cenon/README
|
||||
share/doc/Cenon/LICENSE
|
||||
share/doc/Cenon/README
|
||||
@pkgdir share/GNUstep/Library/Cenon
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/04/19 07:57:27 rh Exp $
|
||||
$NetBSD: distinfo,v 1.6 2012/10/22 22:59:47 rh Exp $
|
||||
|
||||
SHA1 (Cenon-3.83.tar.bz2) = 3dca565e928b255ef73eafb5a227d6e70e170157
|
||||
RMD160 (Cenon-3.83.tar.bz2) = cea5c17065650349737c2edf95df029cac9ef15d
|
||||
Size (Cenon-3.83.tar.bz2) = 2162127 bytes
|
||||
SHA1 (Cenon-3.9.6.tar.bz2) = 083f0f15beea03b534b814edc574e149dec3082f
|
||||
RMD160 (Cenon-3.9.6.tar.bz2) = 9a80e3ed91f861715e486199de6523fe6d0c3a29
|
||||
Size (Cenon-3.9.6.tar.bz2) = 2005991 bytes
|
||||
SHA1 (patch-aa) = 66a7e36332f58404f7acafc8e85bbe500e274148
|
||||
|
|
18
graphics/Cenon/patches/patch-aa
Normal file
18
graphics/Cenon/patches/patch-aa
Normal file
|
@ -0,0 +1,18 @@
|
|||
$NetBSD: patch-aa,v 1.3 2012/10/22 22:59:47 rh Exp $
|
||||
|
||||
Prepend DESTDIR to allow staging.
|
||||
|
||||
--- GNUmakefile.postamble.orig 2010-02-19 03:18:02.000000000 +0000
|
||||
+++ GNUmakefile.postamble
|
||||
@@ -21,9 +21,9 @@
|
||||
after-install::
|
||||
# copy library
|
||||
#rm -R $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
|
||||
- cp -R Library/$(APP_NAME)/ $(GNUSTEP_LOCAL_LIBRARY)/
|
||||
+ cp -R Library/$(APP_NAME) ${DESTDIR}$(GNUSTEP_LOCAL_LIBRARY)/
|
||||
# set permissions (rrr)
|
||||
- chmod -R ugo+rX $(GNUSTEP_LOCAL_APPS)/$(APP_NAME).*
|
||||
+ chmod -R ugo+rX ${DESTDIR}$(GNUSTEP_LOCAL_APPS)/$(APP_NAME).*
|
||||
#chmod -R ugo+rX $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
|
||||
|
||||
# Things to do before uninstalling
|
Loading…
Reference in a new issue