pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

evernote-mode: fix directory name



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Sep 24 23:02:19 2026 +0200
Changeset:	c2400c67b3f0c58b30e1d28a5f76396ba9ceac27

Modified Files:
	Makefile
Added Files:
	evernote-mode/DESCR
	evernote-mode/MESSAGE
	evernote-mode/Makefile
	evernote-mode/PLIST
	evernote-mode/TODO
	evernote-mode/distinfo
Removed Files:
	ever-note-mode/DESCR
	ever-note-mode/MESSAGE
	ever-note-mode/Makefile
	ever-note-mode/PLIST
	ever-note-mode/TODO
	ever-note-mode/distinfo

Log Message:
evernote-mode: fix directory name

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c2400c67b3f0c58b30e1d28a5f76396ba9ceac27

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                |  2 +-
 ever-note-mode/DESCR    |  2 --
 ever-note-mode/MESSAGE  | 14 -------------
 ever-note-mode/Makefile | 51 --------------------------------------------
 ever-note-mode/PLIST    | 56 -------------------------------------------------
 ever-note-mode/TODO     |  2 --
 ever-note-mode/distinfo |  4 ----
 evernote-mode/DESCR     |  2 ++
 evernote-mode/MESSAGE   | 14 +++++++++++++
 evernote-mode/Makefile  | 51 ++++++++++++++++++++++++++++++++++++++++++++
 evernote-mode/PLIST     | 56 +++++++++++++++++++++++++++++++++++++++++++++++++
 evernote-mode/TODO      |  2 ++
 evernote-mode/distinfo  |  4 ++++
 13 files changed, 130 insertions(+), 130 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 1db00f1c02..35ad04a17d 100644
--- a/Makefile
+++ b/Makefile
@@ -924,7 +924,7 @@ SUBDIR+=	etoile-services
 SUBDIR+=	etos
 SUBDIR+=	eureka1
 SUBDIR+=	eventd
-SUBDIR+=	ever-note-mode
+SUBDIR+=	evernote-mode
 SUBDIR+=	evilvte
 SUBDIR+=	evisum
 SUBDIR+=	evolution
diff --git a/ever-note-mode/DESCR b/ever-note-mode/DESCR
deleted file mode 100644
index 51adda9593..0000000000
--- a/ever-note-mode/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Emacs evernote mode offers functions to refer and edit Evernote
-notes directly from Emacs.
diff --git a/ever-note-mode/MESSAGE b/ever-note-mode/MESSAGE
deleted file mode 100644
index 260e56e04e..0000000000
--- a/ever-note-mode/MESSAGE
+++ /dev/null
@@ -1,14 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.3 2011/07/30 21:26:57 ryo-on Exp $
-
-Please add following lines to your ~/.emacs file.
-
-(require 'evernote-mode)
-(global-set-key "\C-cec" 'evernote-create-note)
-(global-set-key "\C-ceo" 'evernote-open-note)
-(global-set-key "\C-ces" 'evernote-search-notes)
-(global-set-key "\C-ceS" 'evernote-do-saved-search)
-(global-set-key "\C-cew" 'evernote-write-note)
-(global-set-key "\C-cep" 'evernote-post-region)
-(global-set-key "\C-ceb" 'evernote-browser)
-===========================================================================
diff --git a/ever-note-mode/Makefile b/ever-note-mode/Makefile
deleted file mode 100644
index db0747351e..0000000000
--- a/ever-note-mode/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2012/09/28 22:07:35 asau Exp $
-
-DISTNAME=	evernote-mode-0_41
-PKGNAME=	${EMACS_PKGNAME_PREFIX}${DISTNAME:S/_/./}
-CATEGORIES=	editors net
-MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/emacs-evernote-mode/
-EXTRACT_SUFX=	.zip
-
-MAINTAINER=	ryo_on%yk.rim.or.jp@localhost
-HOMEPAGE=	http://code.google.com/p/emacs-evernote-mode/
-COMMENT=	Refer and edit Evernote notes directly from Emacs
-LICENSE=	apache-2.0
-
-DEPENDS+=	${RUBY_PKGPREFIX}-gdbm>=${RUBY_VERSION_SUFFIX}:../../databases/ruby-gdbm
-
-USE_LANGUAGES=	# none
-
-DOCSDIR=		${PREFIX}/share/doc/${PKGBASE}
-INSTALLATION_DIRS=	${DOCSDIR} \
-			${EMACS_LISPPREFIX}
-
-WRKSRC=			${WRKDIR}/${DISTNAME}/ruby
-RUBY_VERSION_SUPPORTED=	21 # xxx untested
-USE_RUBY_SETUP=		YES
-
-BROKEN=		"Does not support Ruby 3.3+"
-
-DOCUMENTS=	readme_en.txt \
-		readme_en.html \
-		readme_en.org \
-		readme_ja.html \
-		readme_ja.txt \
-		readme_ja.org
-
-SUBST_CLASSES+=		ruby-cmd
-SUBST_STAGE.ruby-cmd=	pre-configure
-SUBST_FILES.ruby-cmd=	../evernote-mode.el
-SUBST_SED.ruby-cmd=	-e 's/ruby/${RUBY_NAME}/'
-SUBST_SED.ruby-cmd+=	-e 's/"ruby"/"${RUBY_NAME}"/'
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/../evernote-mode.el \
-		${DESTDIR}${EMACS_LISPPREFIX}
-.for docfile in ${DOCUMENTS}
-	${INSTALL_DATA} ${WRKSRC}/../doc/${docfile} \
-		${DESTDIR}${DOCSDIR}
-.endfor
-
-.include "../../lang/ruby/modules.mk"
-.include "../../editors/emacs/modules.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/ever-note-mode/PLIST b/ever-note-mode/PLIST
deleted file mode 100644
index ba8fc1e7cc..0000000000
--- a/ever-note-mode/PLIST
+++ /dev/null
@@ -1,56 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2011/04/17 05:55:08 ryo-on Exp $
-bin/enclient.rb
-${RUBY_SITELIB}/Evernote/EDAM/errors_constants.rb
-${RUBY_SITELIB}/Evernote/EDAM/errors_types.rb
-${RUBY_SITELIB}/Evernote/EDAM/limits_constants.rb
-${RUBY_SITELIB}/Evernote/EDAM/limits_types.rb
-${RUBY_SITELIB}/Evernote/EDAM/note_store.rb
-${RUBY_SITELIB}/Evernote/EDAM/note_store_constants.rb
-${RUBY_SITELIB}/Evernote/EDAM/note_store_types.rb
-${RUBY_SITELIB}/Evernote/EDAM/types_constants.rb
-${RUBY_SITELIB}/Evernote/EDAM/types_types.rb
-${RUBY_SITELIB}/Evernote/EDAM/user_store.rb
-${RUBY_SITELIB}/Evernote/EDAM/user_store_constants.rb
-${RUBY_SITELIB}/Evernote/EDAM/user_store_types.rb
-${RUBY_SITELIB}/LICENSE.txt
-${RUBY_SITELIB}/thrift.rb
-${RUBY_SITELIB}/thrift/client.rb
-${RUBY_SITELIB}/thrift/core_ext.rb
-${RUBY_SITELIB}/thrift/core_ext/fixnum.rb
-${RUBY_SITELIB}/thrift/exceptions.rb
-${RUBY_SITELIB}/thrift/processor.rb
-${RUBY_SITELIB}/thrift/protocol/base_protocol.rb
-${RUBY_SITELIB}/thrift/protocol/binary_protocol.rb
-${RUBY_SITELIB}/thrift/protocol/binary_protocol_accelerated.rb
-${RUBY_SITELIB}/thrift/protocol/compact_protocol.rb
-${RUBY_SITELIB}/thrift/serializer/deserializer.rb
-${RUBY_SITELIB}/thrift/serializer/serializer.rb
-${RUBY_SITELIB}/thrift/server/base_server.rb
-${RUBY_SITELIB}/thrift/server/mongrel_http_server.rb
-${RUBY_SITELIB}/thrift/server/nonblocking_server.rb
-${RUBY_SITELIB}/thrift/server/simple_server.rb
-${RUBY_SITELIB}/thrift/server/thread_pool_server.rb
-${RUBY_SITELIB}/thrift/server/threaded_server.rb
-${RUBY_SITELIB}/thrift/struct.rb
-${RUBY_SITELIB}/thrift/struct_union.rb
-${RUBY_SITELIB}/thrift/thrift_native.rb
-${RUBY_SITELIB}/thrift/transport/base_server_transport.rb
-${RUBY_SITELIB}/thrift/transport/base_transport.rb
-${RUBY_SITELIB}/thrift/transport/buffered_transport.rb
-${RUBY_SITELIB}/thrift/transport/framed_transport.rb
-${RUBY_SITELIB}/thrift/transport/http_client_transport.rb
-${RUBY_SITELIB}/thrift/transport/io_stream_transport.rb
-${RUBY_SITELIB}/thrift/transport/memory_buffer_transport.rb
-${RUBY_SITELIB}/thrift/transport/server_socket.rb
-${RUBY_SITELIB}/thrift/transport/socket.rb
-${RUBY_SITELIB}/thrift/transport/unix_server_socket.rb
-${RUBY_SITELIB}/thrift/transport/unix_socket.rb
-${RUBY_SITELIB}/thrift/types.rb
-${RUBY_SITELIB}/thrift/union.rb
-share/doc/evernote-mode/readme_en.html
-share/doc/evernote-mode/readme_en.org
-share/doc/evernote-mode/readme_en.txt
-share/doc/evernote-mode/readme_ja.html
-share/doc/evernote-mode/readme_ja.org
-share/doc/evernote-mode/readme_ja.txt
-${EMACS_LISPPREFIX}/evernote-mode.el
diff --git a/ever-note-mode/TODO b/ever-note-mode/TODO
deleted file mode 100644
index fef97975a0..0000000000
--- a/ever-note-mode/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-* use CONFIGURE_DIRS and BUILD_DIRS
-* wrong directory name, should be evernote-mode
diff --git a/ever-note-mode/distinfo b/ever-note-mode/distinfo
deleted file mode 100644
index 38487256d9..0000000000
--- a/ever-note-mode/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.5 2011/07/30 21:26:57 ryo-on Exp $
-
-RMD160 (evernote-mode-0_41.zip) = 1c192a416a34b42d90a2ea6ad8f8efc81fa8c88c
-Size (evernote-mode-0_41.zip) = 160848 bytes
diff --git a/evernote-mode/DESCR b/evernote-mode/DESCR
new file mode 100644
index 0000000000..51adda9593
--- /dev/null
+++ b/evernote-mode/DESCR
@@ -0,0 +1,2 @@
+Emacs evernote mode offers functions to refer and edit Evernote
+notes directly from Emacs.
diff --git a/evernote-mode/MESSAGE b/evernote-mode/MESSAGE
new file mode 100644
index 0000000000..260e56e04e
--- /dev/null
+++ b/evernote-mode/MESSAGE
@@ -0,0 +1,14 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.3 2011/07/30 21:26:57 ryo-on Exp $
+
+Please add following lines to your ~/.emacs file.
+
+(require 'evernote-mode)
+(global-set-key "\C-cec" 'evernote-create-note)
+(global-set-key "\C-ceo" 'evernote-open-note)
+(global-set-key "\C-ces" 'evernote-search-notes)
+(global-set-key "\C-ceS" 'evernote-do-saved-search)
+(global-set-key "\C-cew" 'evernote-write-note)
+(global-set-key "\C-cep" 'evernote-post-region)
+(global-set-key "\C-ceb" 'evernote-browser)
+===========================================================================
diff --git a/evernote-mode/Makefile b/evernote-mode/Makefile
new file mode 100644
index 0000000000..db0747351e
--- /dev/null
+++ b/evernote-mode/Makefile
@@ -0,0 +1,51 @@
+# $NetBSD: Makefile,v 1.8 2012/09/28 22:07:35 asau Exp $
+
+DISTNAME=	evernote-mode-0_41
+PKGNAME=	${EMACS_PKGNAME_PREFIX}${DISTNAME:S/_/./}
+CATEGORIES=	editors net
+MASTER_SITES=	https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/emacs-evernote-mode/
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	ryo_on%yk.rim.or.jp@localhost
+HOMEPAGE=	http://code.google.com/p/emacs-evernote-mode/
+COMMENT=	Refer and edit Evernote notes directly from Emacs
+LICENSE=	apache-2.0
+
+DEPENDS+=	${RUBY_PKGPREFIX}-gdbm>=${RUBY_VERSION_SUFFIX}:../../databases/ruby-gdbm
+
+USE_LANGUAGES=	# none
+
+DOCSDIR=		${PREFIX}/share/doc/${PKGBASE}
+INSTALLATION_DIRS=	${DOCSDIR} \
+			${EMACS_LISPPREFIX}
+
+WRKSRC=			${WRKDIR}/${DISTNAME}/ruby
+RUBY_VERSION_SUPPORTED=	21 # xxx untested
+USE_RUBY_SETUP=		YES
+
+BROKEN=		"Does not support Ruby 3.3+"
+
+DOCUMENTS=	readme_en.txt \
+		readme_en.html \
+		readme_en.org \
+		readme_ja.html \
+		readme_ja.txt \
+		readme_ja.org
+
+SUBST_CLASSES+=		ruby-cmd
+SUBST_STAGE.ruby-cmd=	pre-configure
+SUBST_FILES.ruby-cmd=	../evernote-mode.el
+SUBST_SED.ruby-cmd=	-e 's/ruby/${RUBY_NAME}/'
+SUBST_SED.ruby-cmd+=	-e 's/"ruby"/"${RUBY_NAME}"/'
+
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/../evernote-mode.el \
+		${DESTDIR}${EMACS_LISPPREFIX}
+.for docfile in ${DOCUMENTS}
+	${INSTALL_DATA} ${WRKSRC}/../doc/${docfile} \
+		${DESTDIR}${DOCSDIR}
+.endfor
+
+.include "../../lang/ruby/modules.mk"
+.include "../../editors/emacs/modules.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/evernote-mode/PLIST b/evernote-mode/PLIST
new file mode 100644
index 0000000000..ba8fc1e7cc
--- /dev/null
+++ b/evernote-mode/PLIST
@@ -0,0 +1,56 @@
+@comment $NetBSD: PLIST,v 1.2 2011/04/17 05:55:08 ryo-on Exp $
+bin/enclient.rb
+${RUBY_SITELIB}/Evernote/EDAM/errors_constants.rb
+${RUBY_SITELIB}/Evernote/EDAM/errors_types.rb
+${RUBY_SITELIB}/Evernote/EDAM/limits_constants.rb
+${RUBY_SITELIB}/Evernote/EDAM/limits_types.rb
+${RUBY_SITELIB}/Evernote/EDAM/note_store.rb
+${RUBY_SITELIB}/Evernote/EDAM/note_store_constants.rb
+${RUBY_SITELIB}/Evernote/EDAM/note_store_types.rb
+${RUBY_SITELIB}/Evernote/EDAM/types_constants.rb
+${RUBY_SITELIB}/Evernote/EDAM/types_types.rb
+${RUBY_SITELIB}/Evernote/EDAM/user_store.rb
+${RUBY_SITELIB}/Evernote/EDAM/user_store_constants.rb
+${RUBY_SITELIB}/Evernote/EDAM/user_store_types.rb
+${RUBY_SITELIB}/LICENSE.txt
+${RUBY_SITELIB}/thrift.rb
+${RUBY_SITELIB}/thrift/client.rb
+${RUBY_SITELIB}/thrift/core_ext.rb
+${RUBY_SITELIB}/thrift/core_ext/fixnum.rb
+${RUBY_SITELIB}/thrift/exceptions.rb
+${RUBY_SITELIB}/thrift/processor.rb
+${RUBY_SITELIB}/thrift/protocol/base_protocol.rb
+${RUBY_SITELIB}/thrift/protocol/binary_protocol.rb
+${RUBY_SITELIB}/thrift/protocol/binary_protocol_accelerated.rb
+${RUBY_SITELIB}/thrift/protocol/compact_protocol.rb
+${RUBY_SITELIB}/thrift/serializer/deserializer.rb
+${RUBY_SITELIB}/thrift/serializer/serializer.rb
+${RUBY_SITELIB}/thrift/server/base_server.rb
+${RUBY_SITELIB}/thrift/server/mongrel_http_server.rb
+${RUBY_SITELIB}/thrift/server/nonblocking_server.rb
+${RUBY_SITELIB}/thrift/server/simple_server.rb
+${RUBY_SITELIB}/thrift/server/thread_pool_server.rb
+${RUBY_SITELIB}/thrift/server/threaded_server.rb
+${RUBY_SITELIB}/thrift/struct.rb
+${RUBY_SITELIB}/thrift/struct_union.rb
+${RUBY_SITELIB}/thrift/thrift_native.rb
+${RUBY_SITELIB}/thrift/transport/base_server_transport.rb
+${RUBY_SITELIB}/thrift/transport/base_transport.rb
+${RUBY_SITELIB}/thrift/transport/buffered_transport.rb
+${RUBY_SITELIB}/thrift/transport/framed_transport.rb
+${RUBY_SITELIB}/thrift/transport/http_client_transport.rb
+${RUBY_SITELIB}/thrift/transport/io_stream_transport.rb
+${RUBY_SITELIB}/thrift/transport/memory_buffer_transport.rb
+${RUBY_SITELIB}/thrift/transport/server_socket.rb
+${RUBY_SITELIB}/thrift/transport/socket.rb
+${RUBY_SITELIB}/thrift/transport/unix_server_socket.rb
+${RUBY_SITELIB}/thrift/transport/unix_socket.rb
+${RUBY_SITELIB}/thrift/types.rb
+${RUBY_SITELIB}/thrift/union.rb
+share/doc/evernote-mode/readme_en.html
+share/doc/evernote-mode/readme_en.org
+share/doc/evernote-mode/readme_en.txt
+share/doc/evernote-mode/readme_ja.html
+share/doc/evernote-mode/readme_ja.org
+share/doc/evernote-mode/readme_ja.txt
+${EMACS_LISPPREFIX}/evernote-mode.el
diff --git a/evernote-mode/TODO b/evernote-mode/TODO
new file mode 100644
index 0000000000..fef97975a0
--- /dev/null
+++ b/evernote-mode/TODO
@@ -0,0 +1,2 @@
+* use CONFIGURE_DIRS and BUILD_DIRS
+* wrong directory name, should be evernote-mode
diff --git a/evernote-mode/distinfo b/evernote-mode/distinfo
new file mode 100644
index 0000000000..38487256d9
--- /dev/null
+++ b/evernote-mode/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.5 2011/07/30 21:26:57 ryo-on Exp $
+
+RMD160 (evernote-mode-0_41.zip) = 1c192a416a34b42d90a2ea6ad8f8efc81fa8c88c
+Size (evernote-mode-0_41.zip) = 160848 bytes


Home | Main Index | Thread Index | Old Index