Initial import of charm-1.5.0
Charm is a client for the LiveJournal online diary service, as well as other journal services that use the LiveJournal framework, such as DeadJournal and uJournal. requested/maintained by mpech@. ok alek@ mpech@.
This commit is contained in:
parent
a086f8e449
commit
98a8a6ea91
33
net/charm/Makefile
Normal file
33
net/charm/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/23 16:42:41 xsa Exp $
|
||||
|
||||
COMMENT= "LiveJournal client for Python"
|
||||
|
||||
DISTNAME= charm-1.5.0
|
||||
CATEGORIES= net news
|
||||
|
||||
HOMEPAGE= http://ljcharm.sourceforge.net/
|
||||
|
||||
MAINTAINER= Mike Pechkin <mpech@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ljcharm/}
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/charm
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/charm
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.charm ${DOCSDIR}/README
|
||||
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sample.charmrc ${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
4
net/charm/distinfo
Normal file
4
net/charm/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (charm-1.5.0.tar.gz) = f96dd3d70e5dba264ee666d83fd2874b
|
||||
RMD160 (charm-1.5.0.tar.gz) = 0ec9d4b53d67e8342bc3f3bb2c60f1925964ad9d
|
||||
SHA1 (charm-1.5.0.tar.gz) = 4d61ce7a70d353c6f52ad60c0c505d34820f96f1
|
||||
SIZE (charm-1.5.0.tar.gz) = 34866
|
3
net/charm/pkg/DESCR
Normal file
3
net/charm/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Charm is a client for the LiveJournal online diary service, as well as
|
||||
other journal services that use the LiveJournal framework, such as
|
||||
DeadJournal and uJournal.
|
8
net/charm/pkg/PLIST
Normal file
8
net/charm/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/23 16:42:41 xsa Exp $
|
||||
bin/charm
|
||||
lib/python${MODPY_VERSION}/site-packages/ljcharm.py
|
||||
lib/python${MODPY_VERSION}/site-packages/ljcharm.pyc
|
||||
share/doc/charm/
|
||||
share/doc/charm/README
|
||||
share/examples/charm/
|
||||
share/examples/charm/sample.charmrc
|
Loading…
x
Reference in New Issue
Block a user