Bug 92015 - [NEW PORT] sysutils/komparator KDE app that searches and synchronizes two directories
Summary: [NEW PORT] sysutils/komparator KDE app that searches and synchronizes two dir...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-19 18:00 UTC by Alexander V. Ribchansky
Modified: 2006-01-20 23:02 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander V. Ribchansky 2006-01-19 18:00:17 UTC
Komparator is an application that searches and synchronizes two directories.
It discovers duplicate, newer or missing files and empty folders.
It works on local and some network / kioslave protocol folders

It is still in an early stage; please try on test directories first.

WWW: http://sourceforge.net/projects/komparator

Fix: --komparator begin--


--komparator end----heU9bVUlpErAkZuqiXdGnFMyokVZtuOKQkI9w7y88BFcJAT8
Content-Type: text/plain; name="file.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.shar"

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       .
#       ./Makefile
#       ./distinfo
#       ./pkg-descr
#       ./pkg-plist
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:   komparator
X# Date created:                                18 Jan 2006
X# Whom:                        Alexander V. Ribchansky <triosoft@triosoft.com.ua>
X#
X# $FreeBSD$
X
XPORTNAME=      komparator
XPORTVERSION=   0.2
XCATEGORIES=    sysutils kde
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=    ${PORTNAME}
X
XMAINTAINER=    triosoft@triosoft.com.ua
XCOMMENT=       Komparator - KDE app that searches and synchronizes two directories
X
XUSE_KDELIBS_VER=3
XUSE_REINPLACE= yes
XUSE_GMAKE=     yes
XGNU_CONFIGURE= yes
X
XDOCSDIR=       ${PREFIX}/share/doc/HTML/en/komparator
X
Xpost-patch:
X       @${REINPLACE_CMD} -e 's,-O2,,g ; \
X               s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/${CONFIGURE_SCRIPT}
X
Xpost-configure:
X.if defined(NOPORTDOCS)
X       @${REINPLACE_CMD} -e 's|doc po src|po src|g' ${WRKSRC}/Makefile
X.endif
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (komparator-0.2.tar.gz) = bc75d4bcc8e0f84b53b7a0c773071cf5
XSHA256 (komparator-0.2.tar.gz) = dc56a32c1db2caf553ba8670641e01d736d68baeb4c655fe6c1e3d4c94ec6672
XSIZE (komparator-0.2.tar.gz) = 813545
END-of-./distinfo
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XKomparator is an application that searches and synchronizes two directories.
XIt discovers duplicate, newer or missing files and empty folders.
XIt works on local and some network / kioslave protocol folders
X
XIt is still in an early stage; please try on test directories first.
X
XWWW: http://sourceforge.net/projects/komparator
X
X- Alexander V. Ribchansky triosoft@triosoft.com.ua
END-of-./pkg-descr
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xbin/komparator
Xshare/applnk/Utilities/komparator.desktop
Xshare/apps/komparator/komparatorui.rc
X%%PORTDOCS%%%%DOCSDIR%%/common
X%%PORTDOCS%%%%DOCSDIR%%/index.cache.bz2
X%%PORTDOCS%%%%DOCSDIR%%/index.docbook
X%%PORTDOCS%%%%DOCSDIR%%/komparator_1.png
X%%PORTDOCS%%%%DOCSDIR%%/komparator_2.png
X%%PORTDOCS%%%%DOCSDIR%%/komparator_3.png
X%%PORTDOCS%%%%DOCSDIR%%/komparator_4.png
Xshare/icons/hicolor/16x16/apps/komparator.png
Xshare/icons/hicolor/32x32/apps/komparator.png
Xshare/icons/hicolor/64x64/apps/komparator.png
Xshare/locale/de/LC_MESSAGES/komparator.mo
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@dirrm share/apps/komparator
END-of-./pkg-plist
exit
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2006-01-20 23:01:45 UTC
State Changed
From-To: open->closed

Committed, thanks.