mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- Fix pkg-plist
- Bump PORTREVISION Reported by: kris via pointyhat
This commit is contained in:
parent
d10d98ae37
commit
bb01c53a55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126162
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= knoda
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -1,4 +1,91 @@
|
||||
bin/knoda
|
||||
include/hk_kdeboolean.h
|
||||
include/hk_kdecombobox.h
|
||||
include/hk_kdegrid.h
|
||||
include/hk_kdelineedit.h
|
||||
include/hk_kdemessages.h
|
||||
include/hk_kdememo.h
|
||||
include/hk_kderowselector.h
|
||||
include/hk_kdelabel.h
|
||||
include/hk_kdesimplegrid.h
|
||||
include/hk_kdetoolbar.h
|
||||
include/hk_kdefilterdialogbase.h
|
||||
include/hk_kdefilterdialog.h
|
||||
include/hk_kdepassworddialog.h
|
||||
include/hk_kdedriverdialog.h
|
||||
include/hk_kdequery.h
|
||||
include/hk_kdetable.h
|
||||
include/hk_kdetabledesign.h
|
||||
include/hk_kdeindexeditwindow.h
|
||||
include/hk_kdecsvexportdialog.h
|
||||
include/hk_kdecsvimportdialog.h
|
||||
include/hk_kdecsvimportdialogbase.h
|
||||
include/hk_kdexmlexportdialogbase.h
|
||||
include/hk_kdexmlexportdialog.h
|
||||
include/hk_kdesimpleform.h
|
||||
include/hk_kdeform.h
|
||||
include/hk_kdefinddialogbase.h
|
||||
include/hk_kdefinddialog.h
|
||||
include/hk_kdesimplereport.h
|
||||
include/hk_kdereportsection.h
|
||||
include/hk_kdereportdata.h
|
||||
include/hk_kdereport.h
|
||||
include/hk_kdereportpropertybase.h
|
||||
include/hk_kdereportproperty.h
|
||||
include/hk_kdeqbe.h
|
||||
include/hk_kdebutton.h
|
||||
include/hk_kdepropertybase.h
|
||||
include/hk_kdeproperty.h
|
||||
include/hk_kdeformfocus.h
|
||||
include/hk_kdeformdatasourcedialog.h
|
||||
include/hk_kdeformdatasourcedialogbase.h
|
||||
include/hk_kdedatasource.h
|
||||
include/hk_kdecolumn.h
|
||||
include/hk_kdegridcolumndialogbase.h
|
||||
include/hk_kdegridcolumndialog.h
|
||||
include/hk_kdenewpassworddialog.h
|
||||
include/hk_kdenewpassworddialogbase.h
|
||||
include/hk_kdereportsectiondialog.h
|
||||
include/hk_kdereportsectiondialogbase.h
|
||||
include/hk_kdesubreportdialog.h
|
||||
include/hk_kdesubreportdialogbase.h
|
||||
include/hk_kdeinterpreterdialog.h
|
||||
include/hk_kdedblistview.h
|
||||
include/hk_kdesubform.h
|
||||
include/hk_kdetablepartwidget.h
|
||||
include/hk_kdequerypartwidget.h
|
||||
include/hk_kdeformpartwidget.h
|
||||
include/hk_kdereportpartwidget.h
|
||||
include/hk_kdedbdesignerpartfactory.h
|
||||
include/hk_kdedbdesignerpart.h
|
||||
include/hk_kdeformpartfactory.h
|
||||
include/hk_kdeformpart.h
|
||||
include/hk_kdegridpartfactory.h
|
||||
include/hk_kdegridpart.h
|
||||
include/hk_kdeqbepartfactory.h
|
||||
include/hk_kdeqbepart.h
|
||||
include/hk_kdequerypartfactory.h
|
||||
include/hk_kdequerypart.h
|
||||
include/hk_kdereportpartfactory.h
|
||||
include/hk_kdereportpart.h
|
||||
include/hk_kdetablepartfactory.h
|
||||
include/hk_kdetablepart.h
|
||||
lib/kde3/libhk_kdedbdesignerpart.so
|
||||
lib/kde3/libhk_kdedbdesignerpart.la
|
||||
lib/kde3/libhk_kdeformpart.so
|
||||
lib/kde3/libhk_kdeformpart.la
|
||||
lib/kde3/libhk_kdegridpart.so
|
||||
lib/kde3/libhk_kdegridpart.la
|
||||
lib/kde3/libhk_kdeqbepart.so
|
||||
lib/kde3/libhk_kdeqbepart.la
|
||||
lib/kde3/libhk_kdequerypart.so
|
||||
lib/kde3/libhk_kdequerypart.la
|
||||
lib/kde3/libhk_kdereportpart.so
|
||||
lib/kde3/libhk_kdereportpart.la
|
||||
lib/kde3/libhk_kdetablepart.so
|
||||
lib/kde3/libhk_kdetablepart.la
|
||||
lib/libhk_kdeclasses.so
|
||||
lib/libhk_kdeclasses.la
|
||||
share/applnk/Office/knoda.desktop
|
||||
share/apps/hk_kdeclasses/hk_kdedbdesigner.rc
|
||||
share/apps/hk_kdeclasses/hk_kdedbdesignerpart.rc
|
||||
@ -68,4 +155,5 @@ share/services/hk_kdetablepart.desktop
|
||||
@dirrm share/apps/hk_kdeclasses
|
||||
@dirrm share/apps/knoda/pics
|
||||
@dirrm share/apps/knoda
|
||||
@dirrm share/config/magic
|
||||
@dirrm share/doc/HTML/en/knoda
|
||||
|
Loading…
Reference in New Issue
Block a user