Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
textproc/CRF++/DESCR Normal file
View File

@@ -0,0 +1,4 @@
CRF++ is a simple, customizable, and open source implementation of Conditional
Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is designed
for generic purpose and will be applied to a variety of NLP tasks, such as Named
Entity Recognition, Information Extraction and Text Chunking.

29
textproc/CRF++/Makefile Normal file
View File

@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.2 2013/06/09 07:02:14 obache Exp $
#
DISTNAME= CRF++-0.58
CATEGORIES= textproc
MASTER_SITES= http://crfpp.googlecode.com/files/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://code.google.com/p/crfpp
COMMENT= Yet Another CRF toolkit
LICENSE= gnu-lgpl-v2.1 OR 2-clause-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
USE_TOOLS+= gmake
.endif
PTHREAD_AUTO_VARS= yes
SUBST_CLASSES+= pthread_flags
SUBST_STAGE.pthread_flags= pre-configure
SUBST_FILES.pthread_flags= configure
SUBST_SED.pthread_flags= -e 's/-lpthread/'${PTHRAD_LIBS:M*:Q}' '${PTHREAD_LDFLAGS:M*:Q}'/'
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
textproc/CRF++/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2013/05/22 13:07:47 obache Exp $
bin/crf_learn
bin/crf_test
include/crfpp.h
lib/libcrfpp.la

View File

@@ -0,0 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.1 2013/05/22 13:07:47 obache Exp $
BUILDLINK_TREE+= crfpp
.if !defined(CRFPP_BUILDLINK3_MK)
CRFPP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.crfpp+= CRF++>=0.50
BUILDLINK_PKGSRCDIR.crfpp?= ../../textproc/CRF++
.endif # CRFPP_BUILDLINK3_MK
BUILDLINK_TREE+= -crfpp

6
textproc/CRF++/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2013/05/22 13:07:47 obache Exp $
SHA1 (CRF++-0.58.tar.gz) = 979a686a6d73d14cdd0c96a310888fb6bffd2e91
RMD160 (CRF++-0.58.tar.gz) = 3c70d129f06d88e13ece94d505dd417668f0a7bc
Size (CRF++-0.58.tar.gz) = 790570 bytes
SHA1 (patch-configure) = 5a8a098fff9eaeed841b6de3d2719fc6193764ef

15
textproc/CRF++/hacks.mk Normal file
View File

@@ -0,0 +1,15 @@
# $NetBSD: hacks.mk,v 1.1 2013/05/22 13:07:47 obache Exp $
.if !defined(CRFPP_HACKS_MK)
CRFPP_HACKS_MK= # defined
# No TLS support on NetBSD<6
.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
PKG_HACKS+= netbsd5-disable_tls
SUBST_CLASSES+= disable_tls
SUBST_STAGE.disable_tls= pre-configure
SUBST_FILES.disable_tls= configure
SUBST_SED.disable_tls= -e 's/enable_tls=yes/enable_tls=no/'
.endif
.endif

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-configure,v 1.1 2013/05/22 13:07:47 obache Exp $
* prevent to overwritten CFLAGS and CXXFLAGS
--- configure.orig 2013-02-08 14:35:50.000000000 +0000
+++ configure
@@ -15908,10 +15908,6 @@ $as_echo "no" >&6; }
fi
fi
-if test -n "$GCC"; then
- CFLAGS="-O3 -Wall";
- CXXFLAGS="-O3 -Wall";
-fi

View File

@@ -0,0 +1,6 @@
FlightCrew is a C++, cross-platform, native code epub validator.
It is composed of three parts:
* FlightCrew, the validation library;
* FlightCrew-cli, the command-line front-end to the FlightCrew library;
* FlightCrew-gui, the GUI front-end to the FlightCrew library;

View File

@@ -0,0 +1,54 @@
# $NetBSD: Makefile,v 1.26 2013/06/06 12:55:06 wiz Exp $
#
DISTNAME= FlightCrew-0.7.2-Code
PKGNAME= ${DISTNAME:S/-Code//}
PKGREVISION= 19
CATEGORIES= textproc
MASTER_SITES= http://flightcrew.googlecode.com/files/
EXTRACT_SUFX= .zip
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://code.google.com/p/flightcrew/
COMMENT= EPUB validator
LICENSE= gnu-lgpl-v3 AND cc-by-sa-v3.0
WRKSRC= ${WRKDIR}
USE_LANGUAGES= c c++
USE_CMAKE= yes
BUILDLINK_TRANSFORM+= l:BoostParts:boost_date_time:boost_filesystem:boost_regex:boost_system:boost_thread:boost_program_options
BUILDLINK_TRANSFORM+= l:Xerces:xerces-c
BUILDLINK_TRANSFORM+= l:zlib:z
SUBST_CLASSES+= fix-damaged
SUBST_STAGE.fix-damaged= pre-patch
SUBST_MESSAGE.fix-damaged= fixing
SUBST_FILES.fix-damaged= src/FlightCrew/tests/misc_tests/ConvertUtf8PathToBoostPath_test.cpp
SUBST_SED.fix-damaged+= -e "2,2s/^/\//" # commented-out
SUBST_SED.fix-damaged+= -e "1,1d" # deleted
SUBST_CLASSES+= d2u
SUBST_STAGE.d2u= post-extract
SUBST_MESSAGE.d2u= Removing CR end-of-line markers.
SUBST_FILES.d2u= CMakeLists.txt
SUBST_FILES.d2u+= src/FlightCrew/tests/CMakeLists.txt
SUBST_FILES.d2u+= src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp
SUBST_FILTER_CMD.d2u= ${TR} -d '\r'
.include "../../mk/compiler.mk"
# GCC 4.4 and above needs this
.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[4-9]*)
_WRAP_EXTRA_ARGS.CXX+= -std=c++0x
.elif !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CXX+= -std=c++11
.endif
.include "../../devel/googletest/buildlink3.mk"
.include "../../devel/gmock/buildlink3.mk"
.include "../../textproc/xerces-c/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/07/29 19:32:18 ryoon Exp $
bin/flightcrew-cli
bin/flightcrew-gui

View File

@@ -0,0 +1,9 @@
$NetBSD: distinfo,v 1.4 2012/11/16 20:08:25 joerg Exp $
SHA1 (FlightCrew-0.7.2-Code.zip) = 16afdb4fcb30275070907c27857f89930bd8a322
RMD160 (FlightCrew-0.7.2-Code.zip) = d6c71d8d1d9c79a0eaa211fea91cda5c1af84c7a
Size (FlightCrew-0.7.2-Code.zip) = 7794710 bytes
SHA1 (patch-CMakeLists.txt) = 8423ab7b53fad354e04fdfd159b070a8f8bf61f9
SHA1 (patch-src_FlightCrew_Validators_Opf_ReachabilityAnalysis.cpp) = 53fbd6e1b1b9a11739f16383406f10ddaa253293
SHA1 (patch-src_FlightCrew_tests_CMakeLists.txt) = a505955df3d6d1901f0a331311fa401ba9fec3ba
SHA1 (patch-src_XercesExtensions_LocationAwareDOMParser.cpp) = 5c49d264d7257ea988ef1a8f335ec59799ff3fce

View File

@@ -0,0 +1,23 @@
$NetBSD: patch-CMakeLists.txt,v 1.1.1.1 2011/07/29 19:32:18 ryoon Exp $
* Use external boost, xerces-c, zlib, and gmock.
--- CMakeLists.txt.orig 2010-11-11 10:05:50.000000000 +0000
+++ CMakeLists.txt
@@ -42,12 +42,12 @@ set( CMAKE_OSX_SYSROOT "/Developer/SDKs/
set( CMAKE_OSX_ARCHITECTURES "i386;x86_64" )
# The parsing order is significant!
-add_subdirectory( src/BoostParts )
-add_subdirectory( src/Xerces )
+#add_subdirectory( src/BoostParts )
+#add_subdirectory( src/Xerces )
add_subdirectory( src/XercesExtensions )
-add_subdirectory( src/zlib )
+#add_subdirectory( src/zlib )
add_subdirectory( src/zipios )
-add_subdirectory( src/googlemock )
+#add_subdirectory( src/googlemock )
add_subdirectory( src/FlightCrew )
add_subdirectory( src/FlightCrew-cli )

View File

@@ -0,0 +1,25 @@
$NetBSD: patch-src_FlightCrew_Validators_Opf_ReachabilityAnalysis.cpp,v 1.1 2012/01/16 21:09:23 ryoon Exp $
* Fix build with boost 1.48.0.
--- src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp.orig 2011-08-11 12:03:56.000000000 +0000
+++ src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp
@@ -26,7 +26,9 @@
#include <XmlUtils.h>
#include "Misc/DetermineMimetype.h"
#include "Misc/Utilities.h"
+#include <boost/version.hpp>
+#if ( BOOST_VERSION < 104800 )
namespace boost
{
@@ -48,7 +50,7 @@ namespace filesystem3
} // namespace filesystem3
} // namespace boost
-
+#endif // BOOST_VERSION
namespace FlightCrew
{

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-src_FlightCrew_tests_CMakeLists.txt,v 1.1.1.1 2011/07/29 19:32:18 ryoon Exp $
* libgtest is needed.
--- src/FlightCrew/tests/CMakeLists.txt.orig 2010-11-11 10:05:50.000000000 +0000
+++ src/FlightCrew/tests/CMakeLists.txt
@@ -65,7 +65,7 @@ precompiled_header( TEST_SOURCES ALL_INC
add_executable( ${PROJECT_NAME} ${TEST_SOURCES} )
-target_link_libraries( ${PROJECT_NAME} FlightCrew gmock )
+target_link_libraries( ${PROJECT_NAME} FlightCrew gmock gtest )
#############################################################################

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_XercesExtensions_LocationAwareDOMParser.cpp,v 1.1 2012/11/16 20:08:25 joerg Exp $
--- src/XercesExtensions/LocationAwareDOMParser.cpp.orig 2012-11-16 11:24:04.000000000 +0000
+++ src/XercesExtensions/LocationAwareDOMParser.cpp
@@ -29,7 +29,7 @@
// super class call the handle() method of the handler.
// We only ever need a single handler and a const one at that... this could
// also easily go into a singleton, but this approach is simpler.
-static const XercesExt::LocationInfoDataHandler LOCATION_DATA_HANDLER;
+static XercesExt::LocationInfoDataHandler LOCATION_DATA_HANDLER;
const char *LOCATION_INFO_KEY = "LocationInfoKey";
typedef unsigned int uint;

View File

@@ -0,0 +1,9 @@
GutenMark is a tool for automatically creating high-quality HTML
or LaTeX markup from Project Gutenberg etexts. In combination with
other freely-available conversion tools, GutenMark can convert
Project Gutenberg etexts into publication-quality Postscript or
PDF, for print-on-demand applications. The goal is for this
conversion is completely automatic, without manual markup or editing.
This package contains word lists for GutenMark, which make
the markup more accurate.

View File

@@ -0,0 +1,42 @@
# $NetBSD: Makefile,v 1.11 2012/10/25 06:55:38 asau Exp $
#
DISTNAME= GutenMark-words-20030107
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.sandroid.org/GutenMark/Wordlists/
DISTFILES= ${WORDLISTS} GutenMark.cfg
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sandroid.org/GutenMark/
COMMENT= Word lists for GutenMark
WORDLISTS= special.words.gz english.names.gz US.places.gz \
french.names.gz english.words.gz french.words.gz \
german2.words.gz german.words.gz latin.words.gz \
italian.words.gz spanish.words.gz NonUS.places.gz \
norwegian.words.gz gaelic.words.gz danish.words.gz \
swedish.words.gz finnish.words.gz nonenglish.words.gz
SITES.GutenMark.cfg=http://www.sandroid.org/GutenMark/
WRKSRC= ${WRKDIR}
DIST_SUBDIR= ${DISTNAME}
EXTRACT_ONLY= # empty
NO_CONFIGURE= YES
INSTALLATION_DIRS= share/GutenMark share/examples/GutenMark
post-extract:
${CP} ${_DISTDIR}/GutenMark.cfg ${WRKDIR}/GutenMark.cfg.in
do-build:
cd ${WRKDIR} && ${SED} "s|@@PREFIX@@|${PREFIX}|g" \
GutenMark.cfg.in > GutenMark.cfg
do-install:
for wl in ${WORDLISTS}; do \
${INSTALL_DATA} ${_DISTDIR}/$$wl ${DESTDIR}${PREFIX}/share/GutenMark; \
done
${INSTALL_DATA} ${WRKDIR}/GutenMark.cfg \
${DESTDIR}${PREFIX}/share/examples/GutenMark
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,20 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:11 joerg Exp $
share/GutenMark/NonUS.places.gz
share/GutenMark/US.places.gz
share/GutenMark/danish.words.gz
share/GutenMark/english.names.gz
share/GutenMark/english.words.gz
share/GutenMark/finnish.words.gz
share/GutenMark/french.names.gz
share/GutenMark/french.words.gz
share/GutenMark/gaelic.words.gz
share/GutenMark/german.words.gz
share/GutenMark/german2.words.gz
share/GutenMark/italian.words.gz
share/GutenMark/latin.words.gz
share/GutenMark/nonenglish.words.gz
share/GutenMark/norwegian.words.gz
share/GutenMark/spanish.words.gz
share/GutenMark/special.words.gz
share/GutenMark/swedish.words.gz
share/examples/GutenMark/GutenMark.cfg

View File

@@ -0,0 +1,60 @@
$NetBSD: distinfo,v 1.4 2005/02/24 14:48:39 agc Exp $
SHA1 (GutenMark-words-20030107/special.words.gz) = 90569eb8fac2ec3e286adc6e3ea4ad950f1bb50c
RMD160 (GutenMark-words-20030107/special.words.gz) = f2413726dbf267f07bde93b27325d6e48d3d4c82
Size (GutenMark-words-20030107/special.words.gz) = 597 bytes
SHA1 (GutenMark-words-20030107/english.names.gz) = 480dd0747c50fa0d3b9e4543e49f335e0fea875d
RMD160 (GutenMark-words-20030107/english.names.gz) = 6932059f3d38b56b96eb5680be354270053d9bfd
Size (GutenMark-words-20030107/english.names.gz) = 348183 bytes
SHA1 (GutenMark-words-20030107/US.places.gz) = 8d71cbfb881123d19859ff364ba605a521ce438a
RMD160 (GutenMark-words-20030107/US.places.gz) = 9ad60d3a32ae94d82a311d53981a75d1de644b49
Size (GutenMark-words-20030107/US.places.gz) = 144299 bytes
SHA1 (GutenMark-words-20030107/french.names.gz) = 27e362c79b327672b0c9b4cd948f412b5052f57a
RMD160 (GutenMark-words-20030107/french.names.gz) = 96ce66cb4db1ede715a12f301d88072c7dc3058a
Size (GutenMark-words-20030107/french.names.gz) = 6876 bytes
SHA1 (GutenMark-words-20030107/english.words.gz) = 95797740a3fc172615a208b316146c50b511384f
RMD160 (GutenMark-words-20030107/english.words.gz) = 0f15b9de83dbc6efb97c02ebbec7396c77c4c725
Size (GutenMark-words-20030107/english.words.gz) = 448554 bytes
SHA1 (GutenMark-words-20030107/french.words.gz) = e060f0d0f9408fa297f0c577dd65df01953f7856
RMD160 (GutenMark-words-20030107/french.words.gz) = 6a12db01f6ce2ccbe327d6ffee6b62bf538bd46f
Size (GutenMark-words-20030107/french.words.gz) = 372628 bytes
SHA1 (GutenMark-words-20030107/german2.words.gz) = 1372c9a8b8b7d4c207397487a6a53ef20c4db903
RMD160 (GutenMark-words-20030107/german2.words.gz) = ff8513f9638cab48ab2aaf7bfd0185f236bb76a1
Size (GutenMark-words-20030107/german2.words.gz) = 581858 bytes
SHA1 (GutenMark-words-20030107/german.words.gz) = e231ecf410a5d59c3d1fb4f0ca2bde3d50491a7e
RMD160 (GutenMark-words-20030107/german.words.gz) = beca8ba5b45b24148f63adaa5807cf4936ebb406
Size (GutenMark-words-20030107/german.words.gz) = 209118 bytes
SHA1 (GutenMark-words-20030107/latin.words.gz) = b9973022753762c79293a0e1620baad10d1731b1
RMD160 (GutenMark-words-20030107/latin.words.gz) = 6f9bda71a1b163f563336ad6e7a54ff1778af7aa
Size (GutenMark-words-20030107/latin.words.gz) = 194863 bytes
SHA1 (GutenMark-words-20030107/italian.words.gz) = 3d9f0b6df3e19110b6b2292d5840b629d1d06757
RMD160 (GutenMark-words-20030107/italian.words.gz) = a7ad699dc6e88b300a13d6e58cc340e83d849de0
Size (GutenMark-words-20030107/italian.words.gz) = 382622 bytes
SHA1 (GutenMark-words-20030107/spanish.words.gz) = c7d7947ce4fa5c8861f872328700c6fa78782328
RMD160 (GutenMark-words-20030107/spanish.words.gz) = 4de91886d4109be5e8ad035a526576d7de25dd12
Size (GutenMark-words-20030107/spanish.words.gz) = 322164 bytes
SHA1 (GutenMark-words-20030107/NonUS.places.gz) = 6947fe70bfaec6ee0b77c154cc36d1551c49c164
RMD160 (GutenMark-words-20030107/NonUS.places.gz) = 19f40c5e9ea0a6cefcd9fb61f301233d12fd843e
Size (GutenMark-words-20030107/NonUS.places.gz) = 5992126 bytes
SHA1 (GutenMark-words-20030107/norwegian.words.gz) = a68df9eba8d087074be1bdda7dc5a562cceb9e91
RMD160 (GutenMark-words-20030107/norwegian.words.gz) = d5a2fdd8f9f9c5f488ca8be735d7d6381d08ed99
Size (GutenMark-words-20030107/norwegian.words.gz) = 2078430 bytes
SHA1 (GutenMark-words-20030107/gaelic.words.gz) = 38fb7331692497061bb3d38cb33830dee1d30da5
RMD160 (GutenMark-words-20030107/gaelic.words.gz) = 2f832e9a2f18a089dd0ad7e95216084505fffc00
Size (GutenMark-words-20030107/gaelic.words.gz) = 297906 bytes
SHA1 (GutenMark-words-20030107/danish.words.gz) = 5485142949f519920383cdc9c896d263d5f1b0dd
RMD160 (GutenMark-words-20030107/danish.words.gz) = cbdd8c13bd61dac4aceed7aa1e7b4f27a9475870
Size (GutenMark-words-20030107/danish.words.gz) = 557836 bytes
SHA1 (GutenMark-words-20030107/swedish.words.gz) = a4ffcdedaab290b93eb65a0d59126f9c412ceed1
RMD160 (GutenMark-words-20030107/swedish.words.gz) = ece1f5b745ecaa0f492aa51bff9849d413bb4658
Size (GutenMark-words-20030107/swedish.words.gz) = 254130 bytes
SHA1 (GutenMark-words-20030107/finnish.words.gz) = 6a96e3ac7a5e185c9ca83982efd8610c87cf192d
RMD160 (GutenMark-words-20030107/finnish.words.gz) = 01de36667f805bad492a9b4a7674c41cbc9b4886
Size (GutenMark-words-20030107/finnish.words.gz) = 284898 bytes
SHA1 (GutenMark-words-20030107/nonenglish.words.gz) = 8bf484886f757a4d67272284592a5b122112a0ee
RMD160 (GutenMark-words-20030107/nonenglish.words.gz) = 01968111daa0c62001c16c4dac31eebe8fd35e40
Size (GutenMark-words-20030107/nonenglish.words.gz) = 85 bytes
SHA1 (GutenMark-words-20030107/GutenMark.cfg) = 5fda2882fcf2c92193bb18ab0f962a8fb82b8ae3
RMD160 (GutenMark-words-20030107/GutenMark.cfg) = aabdcb0e9efb174678b3cf403c132cf0e21edac0
Size (GutenMark-words-20030107/GutenMark.cfg) = 6289 bytes
SHA1 (patch-aa) = 469d658e5582f48d87aef2075a862ffd3360982e

View File

@@ -0,0 +1,116 @@
$NetBSD: patch-aa,v 1.1.1.1 2002/12/05 15:02:24 wiz Exp $
--- GutenMark.cfg.in.orig Thu Dec 5 15:36:43 2002
+++ GutenMark.cfg.in
@@ -86,17 +86,17 @@
# but it is important for the labels used to match. Also, if the language
# name is omitted, it will default to either "native" or "foreign".
[english]
-native=special.words.gz English
-native=english.names.gz English
-native=US.places.gz English
-native=french.names.gz French
-native=english.words.gz English
-foreign=german2.words.gz German
-foreign=german.words.gz German
-foreign=french.words.gz French
-foreign=latin.words.gz Latin
-foreign=italian.words.gz Italian
-foreign=spanish.words.gz Spanish
+native=@@PREFIX@@/share/GutenMark/special.words.gz English
+native=@@PREFIX@@/share/GutenMark/english.names.gz English
+native=@@PREFIX@@/share/GutenMark/US.places.gz English
+native=@@PREFIX@@/share/GutenMark/french.names.gz French
+native=@@PREFIX@@/share/GutenMark/english.words.gz English
+foreign=@@PREFIX@@/share/GutenMark/german2.words.gz German
+foreign=@@PREFIX@@/share/GutenMark/german.words.gz German
+foreign=@@PREFIX@@/share/GutenMark/french.words.gz French
+foreign=@@PREFIX@@/share/GutenMark/latin.words.gz Latin
+foreign=@@PREFIX@@/share/GutenMark/italian.words.gz Italian
+foreign=@@PREFIX@@/share/GutenMark/spanish.words.gz Spanish
# A BIG profile if you don't mind spending a little processing
# power to get a better result. The NonUS.places.gz wordlist
@@ -117,47 +117,47 @@ foreign=spanish.words.gz Spanish
# agency who has compiled the wordlist.
[english_all]
-native=special.words.gz English
-native=english.names.gz English
-native=US.places.gz English
-native=french.names.gz French
-native=NonUS.places.gz English
-native=english.words.gz English
-foreign=german2.words.gz German
-foreign=german.words.gz German
-foreign=french.words.gz French
-foreign=latin.words.gz Latin
-foreign=italian.words.gz Italian
-foreign=spanish.words.gz Spanish
-foreign=norwegian.words.gz Norwegian
-foreign=gaelic.words.gz Gaelic
-foreign=danish.words.gz Danish
-foreign=swedish.words.gz Swedish
-foreign=finnish.words.gz Finnish
+native=@@PREFIX@@/share/GutenMark/special.words.gz English
+native=@@PREFIX@@/share/GutenMark/english.names.gz English
+native=@@PREFIX@@/share/GutenMark/US.places.gz English
+native=@@PREFIX@@/share/GutenMark/french.names.gz French
+native=@@PREFIX@@/share/GutenMark/NonUS.places.gz English
+native=@@PREFIX@@/share/GutenMark/english.words.gz English
+foreign=@@PREFIX@@/share/GutenMark/german2.words.gz German
+foreign=@@PREFIX@@/share/GutenMark/german.words.gz German
+foreign=@@PREFIX@@/share/GutenMark/french.words.gz French
+foreign=@@PREFIX@@/share/GutenMark/latin.words.gz Latin
+foreign=@@PREFIX@@/share/GutenMark/italian.words.gz Italian
+foreign=@@PREFIX@@/share/GutenMark/spanish.words.gz Spanish
+foreign=@@PREFIX@@/share/GutenMark/norwegian.words.gz Norwegian
+foreign=@@PREFIX@@/share/GutenMark/gaelic.words.gz Gaelic
+foreign=@@PREFIX@@/share/GutenMark/danish.words.gz Danish
+foreign=@@PREFIX@@/share/GutenMark/swedish.words.gz Swedish
+foreign=@@PREFIX@@/share/GutenMark/finnish.words.gz Finnish
# A profile for testing the performance of uncompressed
# wordlists vs. compressed wordlists.
[test]
-native=special.words
-native=english.names
-native=US.places
-native=*.names
-native=*.places
-native=english.words
-foreign=nonenglish.words
-foreign=german2.words
-foreign=german.words
-foreign=french.words
-foreign=latin.words
-foreign=italian.words
-foreign=*.words
+native=@@PREFIX@@/share/GutenMark/special.words
+native=@@PREFIX@@/share/GutenMark/english.names
+native=@@PREFIX@@/share/GutenMark/US.places
+native=@@PREFIX@@/share/GutenMark/*.names
+native=@@PREFIX@@/share/GutenMark/*.places
+native=@@PREFIX@@/share/GutenMark/english.words
+foreign=@@PREFIX@@/share/GutenMark/nonenglish.words
+foreign=@@PREFIX@@/share/GutenMark/german2.words
+foreign=@@PREFIX@@/share/GutenMark/german.words
+foreign=@@PREFIX@@/share/GutenMark/french.words
+foreign=@@PREFIX@@/share/GutenMark/latin.words
+foreign=@@PREFIX@@/share/GutenMark/italian.words
+foreign=@@PREFIX@@/share/GutenMark/*.words
# Here's a template, to act as a starting point for another profile:
[mylanguage]
-native=mylanguage.names.gz
-native=*.names.gz
-native=*.places.gz
-native=mylanguage.words.gz
-foreign=*.words.gz
+native=@@PREFIX@@/share/GutenMark/mylanguage.names.gz
+native=@@PREFIX@@/share/GutenMark/*.names.gz
+native=@@PREFIX@@/share/GutenMark/*.places.gz
+native=@@PREFIX@@/share/GutenMark/mylanguage.words.gz
+foreign=@@PREFIX@@/share/GutenMark/*.words.gz

6
textproc/GutenMark/DESCR Normal file
View File

@@ -0,0 +1,6 @@
GutenMark is a tool for automatically creating high-quality HTML
or LaTeX markup from Project Gutenberg etexts. In combination with
other freely-available conversion tools, GutenMark can convert
Project Gutenberg etexts into publication-quality Postscript or
PDF, for print-on-demand applications. The goal is for this
conversion is completely automatic, without manual markup or editing.

View File

@@ -0,0 +1,10 @@
===========================================================================
$NetBSD: MESSAGE,v 1.2 2003/05/06 17:42:47 jmmv Exp $
Quickstart instructions:
GutenMark --config=${PREFIX}/share/examples/GutenMark/GutenMark.cfg in > out.html
For details, look at the --help output, the example config, or
visit the website.
===========================================================================

View File

@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.17 2012/10/25 06:55:38 asau Exp $
#
DISTNAME= GutenMark_source_dev-${GVER}
PKGNAME= GutenMark-${GVER}
CATEGORIES= textproc
MASTER_SITES= http://www.sandroid.org/GutenMark/wasftp.GutenMark/SoftwareSnapshots/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.sandroid.org/GutenMark/
COMMENT= Automatic, high-quality Gutenberg text formatter to LaTeX or HTML
DEPENDS+= GutenMark-words-[0-9]*:../../textproc/GutenMark-words
WRKSRC= ${WRKDIR}/GutenMark-source
GVER= 20090510
USE_TOOLS+= gmake
BUILD_TARGET= GutenMark
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/GutenMark ${DESTDIR}${PREFIX}/bin
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

2
textproc/GutenMark/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/05 15:02:24 wiz Exp $
bin/GutenMark

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.4 2011/11/29 06:21:02 sbd Exp $
SHA1 (GutenMark_source_dev-20090510.tar.gz) = d014d982a86f025b1390d48aa130a6ddf107e4a9
RMD160 (GutenMark_source_dev-20090510.tar.gz) = d6b25878e53110ce18745c611eb9df6ef2185561
Size (GutenMark_source_dev-20090510.tar.gz) = 432065 bytes
SHA1 (patch-Makefile) = 59e639fd9233c0a0ef23504ffce803bf61a10814

View File

@@ -0,0 +1,15 @@
$NetBSD: patch-Makefile,v 1.1 2011/11/29 06:21:02 sbd Exp $
Honor CFLAGS and LDFLAGS from pkgsrc.
--- Makefile.orig 2009-05-10 12:11:21.000000000 +0000
+++ Makefile
@@ -257,7 +257,7 @@ snapshot2: source-snapshot all-archs2
# and I guess you'll want to substitute "gcc" for "cc". The reason it's
# set to "cc" rather than directly to "gcc" is for the benefit of MacOS-X.
GutenMark: $(SOURCES) AutoMark.h
- ${CC} ${ARCH32} -O3 -Wall -funsigned-char \
+ ${CC} ${CFLAGS} ${LDFLAGS} ${ARCH32} -O3 -Wall -funsigned-char \
-o GutenMark $(SOURCES) -lz
strip $@
./GutenMark bldhb10.txt bldhb10.html

767
textproc/Makefile Normal file
View File

@@ -0,0 +1,767 @@
# $NetBSD: Makefile,v 1.730 2013/06/15 20:56:34 jaapb Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
SUBDIR+= CRF++
SUBDIR+= FlightCrew
SUBDIR+= GutenMark
SUBDIR+= GutenMark-words
SUBDIR+= Markdown
SUBDIR+= OdfConverter
SUBDIR+= WordNet
SUBDIR+= aiksaurus
SUBDIR+= antiword
SUBDIR+= asciidoc
SUBDIR+= aspell
SUBDIR+= aspell-af
SUBDIR+= aspell-am
SUBDIR+= aspell-ar
SUBDIR+= aspell-ast
SUBDIR+= aspell-az
SUBDIR+= aspell-be
SUBDIR+= aspell-bg
SUBDIR+= aspell-bn
SUBDIR+= aspell-br
SUBDIR+= aspell-ca
SUBDIR+= aspell-cs
SUBDIR+= aspell-csb
SUBDIR+= aspell-cy
SUBDIR+= aspell-da
SUBDIR+= aspell-de
SUBDIR+= aspell-de-alt
SUBDIR+= aspell-el
SUBDIR+= aspell-en
SUBDIR+= aspell-eo
SUBDIR+= aspell-es
SUBDIR+= aspell-et
SUBDIR+= aspell-fi
SUBDIR+= aspell-fo
SUBDIR+= aspell-fr
SUBDIR+= aspell-fy
SUBDIR+= aspell-ga
SUBDIR+= aspell-gd
SUBDIR+= aspell-gl
SUBDIR+= aspell-grc
SUBDIR+= aspell-gu
SUBDIR+= aspell-gv
SUBDIR+= aspell-he
SUBDIR+= aspell-hi
SUBDIR+= aspell-hil
SUBDIR+= aspell-hr
SUBDIR+= aspell-hsb
SUBDIR+= aspell-hu
SUBDIR+= aspell-hus
SUBDIR+= aspell-hy
SUBDIR+= aspell-ia
SUBDIR+= aspell-id
SUBDIR+= aspell-is
SUBDIR+= aspell-it
SUBDIR+= aspell-kn
SUBDIR+= aspell-ku
SUBDIR+= aspell-ky
SUBDIR+= aspell-la
SUBDIR+= aspell-lt
SUBDIR+= aspell-lv
SUBDIR+= aspell-mg
SUBDIR+= aspell-mi
SUBDIR+= aspell-mk
SUBDIR+= aspell-ml
SUBDIR+= aspell-mn
SUBDIR+= aspell-mr
SUBDIR+= aspell-mt
SUBDIR+= aspell-nb
SUBDIR+= aspell-nl
SUBDIR+= aspell-nn
SUBDIR+= aspell-ny
SUBDIR+= aspell-or
SUBDIR+= aspell-pa
SUBDIR+= aspell-pl
SUBDIR+= aspell-pt_BR
SUBDIR+= aspell-pt_PT
SUBDIR+= aspell-qu
SUBDIR+= aspell-ro
SUBDIR+= aspell-ru
SUBDIR+= aspell-rw
SUBDIR+= aspell-sc
SUBDIR+= aspell-sk
SUBDIR+= aspell-sl
SUBDIR+= aspell-sr
SUBDIR+= aspell-sv
SUBDIR+= aspell-sw
SUBDIR+= aspell-ta
SUBDIR+= aspell-te
SUBDIR+= aspell-tet
SUBDIR+= aspell-tk
SUBDIR+= aspell-tl
SUBDIR+= aspell-tn
SUBDIR+= aspell-tr
SUBDIR+= aspell-uk
SUBDIR+= aspell-uz
SUBDIR+= aspell-vi
SUBDIR+= aspell-wa
SUBDIR+= aspell-yi
SUBDIR+= aspell-zu
SUBDIR+= awf
SUBDIR+= bibclean
SUBDIR+= biblook
SUBDIR+= bibparse
SUBDIR+= bsdgrep-devel
SUBDIR+= btparse
SUBDIR+= c2html
SUBDIR+= cabocha
SUBDIR+= catdoc
SUBDIR+= catdoc-tk
SUBDIR+= cawf
SUBDIR+= cdif
SUBDIR+= chasen
SUBDIR+= chasen-base
SUBDIR+= cmigemo
SUBDIR+= coccigrep
SUBDIR+= colorit
SUBDIR+= convertlit
SUBDIR+= crimson
SUBDIR+= dadadodo
SUBDIR+= db2latex
SUBDIR+= dblatex
SUBDIR+= dbtoepub
SUBDIR+= detex
SUBDIR+= dict-client
SUBDIR+= dict-dictionaries
SUBDIR+= dict-mueller7
SUBDIR+= dict-server
SUBDIR+= dictem
SUBDIR+= diction
SUBDIR+= diffsplit
SUBDIR+= diffstat
SUBDIR+= dikt
SUBDIR+= discount
SUBDIR+= docbook
SUBDIR+= docbook-simple
SUBDIR+= docbook-website
SUBDIR+= docbook-xml
SUBDIR+= docbook-xsl
SUBDIR+= doclifter
SUBDIR+= dsssl-docbook-modular
SUBDIR+= dtdparse
SUBDIR+= eb
SUBDIR+= eblook
SUBDIR+= ebook-tools
SUBDIR+= ebview
SUBDIR+= emacs-dict-client
SUBDIR+= emacs-muse
SUBDIR+= enca
SUBDIR+= enchant
SUBDIR+= epubcheck
SUBDIR+= epubpreflight
SUBDIR+= expat
SUBDIR+= expatobjc
SUBDIR+= ezxml
SUBDIR+= flyspell
SUBDIR+= fop
SUBDIR+= freepwing
SUBDIR+= gdome2
SUBDIR+= glimpse
SUBDIR+= gnome-doc-utils
SUBDIR+= gnome-spell
SUBDIR+= gnome-subtitles
SUBDIR+= grep
SUBDIR+= groff
SUBDIR+= groonga
SUBDIR+= gsed
SUBDIR+= gtk-doc
SUBDIR+= gtkspell
SUBDIR+= gutcheck
SUBDIR+= halibut
SUBDIR+= harmony
SUBDIR+= heirloom-bdiff
SUBDIR+= heirloom-bfs
SUBDIR+= heirloom-col
SUBDIR+= heirloom-comm
SUBDIR+= heirloom-cut
SUBDIR+= heirloom-diff3
SUBDIR+= heirloom-ed
SUBDIR+= heirloom-fmt
SUBDIR+= heirloom-fold
SUBDIR+= heirloom-grep
SUBDIR+= heirloom-head
SUBDIR+= heirloom-join
SUBDIR+= heirloom-line
SUBDIR+= heirloom-nl
SUBDIR+= heirloom-paste
SUBDIR+= heirloom-pg
SUBDIR+= heirloom-pr
SUBDIR+= heirloom-sdiff
SUBDIR+= heirloom-sed
SUBDIR+= heirloom-tail
SUBDIR+= heirloom-tr
SUBDIR+= heirloom-ul
SUBDIR+= heirloom-uniq
SUBDIR+= heirloom-wc
SUBDIR+= helpdeco
SUBDIR+= hevea
SUBDIR+= highlight
SUBDIR+= hre
SUBDIR+= html
SUBDIR+= html2text
SUBDIR+= html2wml
SUBDIR+= hugs-HaXml
SUBDIR+= hunspell
SUBDIR+= hunspell-af_ZA
SUBDIR+= hunspell-ar
SUBDIR+= hunspell-bg_BG
SUBDIR+= hunspell-ca_ES
SUBDIR+= hunspell-cs_CZ
SUBDIR+= hunspell-cy_GB
SUBDIR+= hunspell-da_DK
SUBDIR+= hunspell-de
SUBDIR+= hunspell-el_GR
SUBDIR+= hunspell-en_CA
SUBDIR+= hunspell-en_GB
SUBDIR+= hunspell-en_NZ
SUBDIR+= hunspell-en_US
SUBDIR+= hunspell-en_ZA
SUBDIR+= hunspell-es_ES
SUBDIR+= hunspell-es_MX
SUBDIR+= hunspell-fo_FO
SUBDIR+= hunspell-fr_FR
SUBDIR+= hunspell-fy_NL
SUBDIR+= hunspell-ga_IE
SUBDIR+= hunspell-he_IL
SUBDIR+= hunspell-hr_HR
SUBDIR+= hunspell-hu_HU
SUBDIR+= hunspell-id_ID
SUBDIR+= hunspell-it_IT
SUBDIR+= hunspell-lt_LT
SUBDIR+= hunspell-lv_LV
SUBDIR+= hunspell-mg_MG
SUBDIR+= hunspell-ms_MY
SUBDIR+= hunspell-nl_NL
SUBDIR+= hunspell-ny_MW
SUBDIR+= hunspell-pl_PL
SUBDIR+= hunspell-ru_RU
SUBDIR+= hunspell-sk_SK
SUBDIR+= hunspell-sv_SE
SUBDIR+= hyperestraier
SUBDIR+= icu
SUBDIR+= iksemel
SUBDIR+= intltool
SUBDIR+= ipadic
SUBDIR+= isearch
SUBDIR+= iso-codes
SUBDIR+= iso12083
SUBDIR+= iso8879
SUBDIR+= ispell
SUBDIR+= ispell-ca
SUBDIR+= ispell-de
SUBDIR+= ispell-emacs
SUBDIR+= ispell-en_GB
SUBDIR+= ispell-es
SUBDIR+= ispell-fr
SUBDIR+= ispell-ga
SUBDIR+= ispell-gl
SUBDIR+= ispell-ku
SUBDIR+= ispell-lt
SUBDIR+= ispell-pl
SUBDIR+= ispell-pt_BR
SUBDIR+= ispell-ro
SUBDIR+= ispell-ru
SUBDIR+= ispell-ru-io
SUBDIR+= ispell-sk
SUBDIR+= ispell-sv
SUBDIR+= itex2MML
SUBDIR+= itstool
SUBDIR+= ja-grep
SUBDIR+= ja-groff
SUBDIR+= ja-sed
SUBDIR+= jade
SUBDIR+= java-mecab
SUBDIR+= java-native-hyperestraier
SUBDIR+= java-pure-hyperestraier
SUBDIR+= jdom
SUBDIR+= jing
SUBDIR+= json-c
SUBDIR+= json-glib
SUBDIR+= kakasi
SUBDIR+= kbanner
SUBDIR+= kdoc
SUBDIR+= latex2html
SUBDIR+= libclucene
SUBDIR+= libcroco
SUBDIR+= libexttextcat
SUBDIR+= liblinebreak
SUBDIR+= liblrdf
SUBDIR+= libnxml
SUBDIR+= libplist
SUBDIR+= libunicode
SUBDIR+= libunistring
SUBDIR+= libxml
SUBDIR+= libxml++
SUBDIR+= libxml++1
SUBDIR+= libxml2
SUBDIR+= libxslt
SUBDIR+= libyaml
SUBDIR+= link-grammar
SUBDIR+= lit2epub
SUBDIR+= lout
SUBDIR+= lq-sp
SUBDIR+= lua-expat
SUBDIR+= makeindexk
SUBDIR+= makeztxt
SUBDIR+= markdown-mode
SUBDIR+= mdoclint
SUBDIR+= mdocml
SUBDIR+= mecab
SUBDIR+= mecab-base
SUBDIR+= mecab-ipadic
SUBDIR+= mecab-jumandic
SUBDIR+= mecab-naistdic
SUBDIR+= mendexk
SUBDIR+= metauml
SUBDIR+= migemo
SUBDIR+= migemo-elisp
SUBDIR+= mxml
SUBDIR+= mythes
SUBDIR+= namazu
SUBDIR+= nbsed
SUBDIR+= ndtpd
SUBDIR+= nxml-mode
SUBDIR+= o3read
SUBDIR+= ocaml-csv
SUBDIR+= ocaml-expat
SUBDIR+= ocaml-text
SUBDIR+= ocaml-tyxml
SUBDIR+= oniguruma
SUBDIR+= openjade
SUBDIR+= opensp
SUBDIR+= p5-Biblio-EndnoteStyle
SUBDIR+= p5-CAM-PDF
SUBDIR+= p5-Convert-ASCII-Armour
SUBDIR+= p5-Convert-ASN1
SUBDIR+= p5-Convert-BER
SUBDIR+= p5-Convert-PEM
SUBDIR+= p5-Convert-Translit
SUBDIR+= p5-Cz-Cstools
SUBDIR+= p5-Data-FormValidator
SUBDIR+= p5-Data-HexDump
SUBDIR+= p5-Dist-Zilla-Plugin-PodWeaver
SUBDIR+= p5-Encode
SUBDIR+= p5-Encode-Detect
SUBDIR+= p5-Encode-Locale
SUBDIR+= p5-Feed-Find
SUBDIR+= p5-File-ReadBackwards
SUBDIR+= p5-Filter
SUBDIR+= p5-FormValidator-Simple
SUBDIR+= p5-Kwalify
SUBDIR+= p5-Lingua-EN-Inflect
SUBDIR+= p5-Lingua-EN-Inflect-Number
SUBDIR+= p5-Lingua-EN-Inflect-Phrase
SUBDIR+= p5-Lingua-EN-Numbers-Ordinate
SUBDIR+= p5-Lingua-EN-Sentence
SUBDIR+= p5-Lingua-EN-Tagger
SUBDIR+= p5-Lingua-Identify
SUBDIR+= p5-Lingua-PT-Stemmer
SUBDIR+= p5-Lingua-Preferred
SUBDIR+= p5-Lingua-Stem
SUBDIR+= p5-Lingua-Stem-Fr
SUBDIR+= p5-Lingua-Stem-It
SUBDIR+= p5-Lingua-Stem-Ru
SUBDIR+= p5-Lingua-Stem-Snowball
SUBDIR+= p5-Lingua-Stem-Snowball-Da
SUBDIR+= p5-List-Compare
SUBDIR+= p5-Net-Dict
SUBDIR+= p5-Number-Format
SUBDIR+= p5-Number-Spell
SUBDIR+= p5-PDF
SUBDIR+= p5-PDF-API2
SUBDIR+= p5-PDF-Create
SUBDIR+= p5-PDF-Reuse
SUBDIR+= p5-PDF-Reuse-Barcode
SUBDIR+= p5-PDF-Table
SUBDIR+= p5-POD2-Base
SUBDIR+= p5-PPI-HTML
SUBDIR+= p5-Pod-Abstract
SUBDIR+= p5-Pod-Coverage
SUBDIR+= p5-Pod-Elemental
SUBDIR+= p5-Pod-Elemental-PerlMunger
SUBDIR+= p5-Pod-Escapes
SUBDIR+= p5-Pod-Eventual
SUBDIR+= p5-Pod-POM
SUBDIR+= p5-Pod-Parser
SUBDIR+= p5-Pod-Readme
SUBDIR+= p5-Pod-Simple
SUBDIR+= p5-Pod-Spell
SUBDIR+= p5-Pod-Spell-CommonMistakes
SUBDIR+= p5-Pod-Strip
SUBDIR+= p5-Pod-Tests
SUBDIR+= p5-Pod-Tree
SUBDIR+= p5-Pod-Weaver
SUBDIR+= p5-Regexp-Common
SUBDIR+= p5-Regexp-Copy
SUBDIR+= p5-SGMLS
SUBDIR+= p5-Search-Indexer
SUBDIR+= p5-Search-Xapian
SUBDIR+= p5-Snowball-Norwegian
SUBDIR+= p5-Snowball-Swedish
SUBDIR+= p5-String-Approx
SUBDIR+= p5-String-BufferStack
SUBDIR+= p5-String-CRC32
SUBDIR+= p5-String-CamelCase
SUBDIR+= p5-String-Errf
SUBDIR+= p5-String-Flogger
SUBDIR+= p5-String-Formatter
SUBDIR+= p5-String-Koremutake
SUBDIR+= p5-String-RewritePrefix
SUBDIR+= p5-String-ShellQuote
SUBDIR+= p5-String-ToIdentifier-EN
SUBDIR+= p5-String-Truncate
SUBDIR+= p5-Syntax-Highlight-Engine-Kate
SUBDIR+= p5-Template-Declare
SUBDIR+= p5-Template-Plugin-Autoformat
SUBDIR+= p5-Template-Plugin-CSV
SUBDIR+= p5-Template-Plugin-Latex
SUBDIR+= p5-Template-Plugin-Number-Format
SUBDIR+= p5-Template-Plugin-YAML
SUBDIR+= p5-Template-Tiny
SUBDIR+= p5-Text-Affixes
SUBDIR+= p5-Text-Aspell
SUBDIR+= p5-Text-Autoformat
SUBDIR+= p5-Text-Balanced
SUBDIR+= p5-Text-BibTeX
SUBDIR+= p5-Text-Brew
SUBDIR+= p5-Text-CSV
SUBDIR+= p5-Text-CSV-Encoded
SUBDIR+= p5-Text-CSV-Hash
SUBDIR+= p5-Text-CSV_XS
SUBDIR+= p5-Text-ChaSen
SUBDIR+= p5-Text-CharWidth
SUBDIR+= p5-Text-Context-EitherSide
SUBDIR+= p5-Text-DHCPLeases
SUBDIR+= p5-Text-DelimMatch
SUBDIR+= p5-Text-Diff
SUBDIR+= p5-Text-Diff-HTML
SUBDIR+= p5-Text-Diff-Parser
SUBDIR+= p5-Text-DoubleMetaphone
SUBDIR+= p5-Text-Emoticon
SUBDIR+= p5-Text-Emoticon-MSN
SUBDIR+= p5-Text-FindIndent
SUBDIR+= p5-Text-Format
SUBDIR+= p5-Text-German
SUBDIR+= p5-Text-Glob
SUBDIR+= p5-Text-Kakasi
SUBDIR+= p5-Text-LevenshteinXS
SUBDIR+= p5-Text-Markdown
SUBDIR+= p5-Text-Markdown-Discount
SUBDIR+= p5-Text-MicroTemplate
SUBDIR+= p5-Text-Microformat
SUBDIR+= p5-Text-Ngram
SUBDIR+= p5-Text-PDF
SUBDIR+= p5-Text-Patch
SUBDIR+= p5-Text-Quoted
SUBDIR+= p5-Text-RecordParser
SUBDIR+= p5-Text-Reflow
SUBDIR+= p5-Text-Reform
SUBDIR+= p5-Text-RewriteRules
SUBDIR+= p5-Text-Sass
SUBDIR+= p5-Text-Shellwords
SUBDIR+= p5-Text-SimpleTable
SUBDIR+= p5-Text-SpellChecker
SUBDIR+= p5-Text-Substitute
SUBDIR+= p5-Text-Tabs+Wrap
SUBDIR+= p5-Text-TabularDisplay
SUBDIR+= p5-Text-Template
SUBDIR+= p5-Text-Textile
SUBDIR+= p5-Text-Trac
SUBDIR+= p5-Text-Typography
SUBDIR+= p5-Text-Unaccent
SUBDIR+= p5-Text-Unidecode
SUBDIR+= p5-Text-WagnerFischer
SUBDIR+= p5-Text-WikiCreole
SUBDIR+= p5-Text-WikiFormat
SUBDIR+= p5-Text-WrapI18N
SUBDIR+= p5-Text-Wrapper
SUBDIR+= p5-Text-Xslate
SUBDIR+= p5-Text-vCard
SUBDIR+= p5-Text-vFile-asData
SUBDIR+= p5-Unicode-LineBreak
SUBDIR+= p5-XML-Atom
SUBDIR+= p5-XML-Atom-SimpleFeed
SUBDIR+= p5-XML-Atom-Stream
SUBDIR+= p5-XML-AutoWriter
SUBDIR+= p5-XML-Bare
SUBDIR+= p5-XML-Checker
SUBDIR+= p5-XML-Clean
SUBDIR+= p5-XML-DOM
SUBDIR+= p5-XML-Dumper
SUBDIR+= p5-XML-Elemental
SUBDIR+= p5-XML-Encoding
SUBDIR+= p5-XML-Entities
SUBDIR+= p5-XML-Feed
SUBDIR+= p5-XML-FeedPP
SUBDIR+= p5-XML-Filter-BufferText
SUBDIR+= p5-XML-Filter-DOMFilter-LibXML
SUBDIR+= p5-XML-Filter-DetectWS
SUBDIR+= p5-XML-Filter-Reindent
SUBDIR+= p5-XML-Filter-SAXT
SUBDIR+= p5-XML-Generator
SUBDIR+= p5-XML-Grove
SUBDIR+= p5-XML-Handler-Trees
SUBDIR+= p5-XML-Handler-YAWriter
SUBDIR+= p5-XML-LibXML
SUBDIR+= p5-XML-LibXML-Iterator
SUBDIR+= p5-XML-LibXML-Simple
SUBDIR+= p5-XML-LibXSLT
SUBDIR+= p5-XML-NamespaceSupport
SUBDIR+= p5-XML-Node
SUBDIR+= p5-XML-NodeFilter
SUBDIR+= p5-XML-Parser
SUBDIR+= p5-XML-Parser-Lite-Tree
SUBDIR+= p5-XML-RAI
SUBDIR+= p5-XML-RSS
SUBDIR+= p5-XML-RSS-Parser
SUBDIR+= p5-XML-Rabbit
SUBDIR+= p5-XML-RegExp
SUBDIR+= p5-XML-SAX
SUBDIR+= p5-XML-SAX-Base
SUBDIR+= p5-XML-SAX-Expat
SUBDIR+= p5-XML-SAX-ExpatXS
SUBDIR+= p5-XML-SAX-Writer
SUBDIR+= p5-XML-Sablotron
SUBDIR+= p5-XML-SemanticDiff
SUBDIR+= p5-XML-Simple
SUBDIR+= p5-XML-Stream
SUBDIR+= p5-XML-Tidy
SUBDIR+= p5-XML-Tiny
SUBDIR+= p5-XML-TreeBuilder
SUBDIR+= p5-XML-TreePP
SUBDIR+= p5-XML-Twig
SUBDIR+= p5-XML-UM
SUBDIR+= p5-XML-Writer
SUBDIR+= p5-XML-Writer-String
SUBDIR+= p5-XML-XPath
SUBDIR+= p5-XML-XPathEngine
SUBDIR+= p5-XML-XQL
SUBDIR+= p5-XML-XSLT
SUBDIR+= p5-XML-XUpdate-LibXML
SUBDIR+= p5-YAML
SUBDIR+= p5-YAML-LibYAML
SUBDIR+= p5-YAML-Syck
SUBDIR+= p5-YAML-Tiny
SUBDIR+= p5-ack
SUBDIR+= p5-cabocha
SUBDIR+= p5-iCal-Parser
SUBDIR+= p5-libxml
SUBDIR+= p5-mecab
SUBDIR+= p5-mobiperl
SUBDIR+= p5-native-hyperestraier
SUBDIR+= p5-podlators
SUBDIR+= p5-yamcha
SUBDIR+= par
SUBDIR+= pdfgrep
SUBDIR+= pear-Console_Table
SUBDIR+= pear-File_Find
SUBDIR+= php-dom
SUBDIR+= php-enchant
SUBDIR+= php-intl
SUBDIR+= php-json
SUBDIR+= php-mecab
SUBDIR+= php-pspell
SUBDIR+= php-wddx
SUBDIR+= php-xsl
SUBDIR+= po-mode
SUBDIR+= po4a
SUBDIR+= postgresql-autodoc
SUBDIR+= psgml-mode
SUBDIR+= pxp
SUBDIR+= py-4Suite
SUBDIR+= py-Excelerator
SUBDIR+= py-HappyDoc
SUBDIR+= py-Tempita
SUBDIR+= py-Unidecode
SUBDIR+= py-Whoosh
SUBDIR+= py-X
SUBDIR+= py-cElementTree
SUBDIR+= py-cabocha
SUBDIR+= py-cmTemplate
SUBDIR+= py-creole
SUBDIR+= py-cssselect
SUBDIR+= py-cssutils
SUBDIR+= py-docutils
SUBDIR+= py-elementtree
SUBDIR+= py-empy
SUBDIR+= py-enchant
SUBDIR+= py-expat
SUBDIR+= py-feedparser
SUBDIR+= py-gnosis-utils
SUBDIR+= py-html2text
SUBDIR+= py-html5lib
SUBDIR+= py-jinja
SUBDIR+= py-jinja2
SUBDIR+= py-jsonlib
SUBDIR+= py-libxml2
SUBDIR+= py-libxslt
SUBDIR+= py-lxml
SUBDIR+= py-markdown
SUBDIR+= py-markdown2
SUBDIR+= py-markupsafe
SUBDIR+= py-mecab
SUBDIR+= py-pdf-parser
SUBDIR+= py-prettytable
SUBDIR+= py-pygments
SUBDIR+= py-sphinx
SUBDIR+= py-sphinx-theme-cloud
SUBDIR+= py-textile
SUBDIR+= py-vobject
SUBDIR+= py-xlrd
SUBDIR+= py-xml
SUBDIR+= py-yamcha
SUBDIR+= py-yaml
SUBDIR+= qprint
SUBDIR+= qsubst
SUBDIR+= queequeg
SUBDIR+= raptor
SUBDIR+= raptor2
SUBDIR+= rarian
SUBDIR+= rasqal
SUBDIR+= redland
SUBDIR+= regexx
SUBDIR+= regxml
SUBDIR+= rfcutil
SUBDIR+= rman
SUBDIR+= robodoc
SUBDIR+= rtf-tools
SUBDIR+= rtfm
SUBDIR+= rubber
SUBDIR+= ruby-albino
SUBDIR+= ruby-amrita
SUBDIR+= ruby-bluecloth
SUBDIR+= ruby-builder
SUBDIR+= ruby-cabocha
SUBDIR+= ruby-classifier
SUBDIR+= ruby-coderay
SUBDIR+= ruby-diff-lcs
SUBDIR+= ruby-eruby
SUBDIR+= ruby-escape
SUBDIR+= ruby-fast-stemmer
SUBDIR+= ruby-fastercsv
SUBDIR+= ruby-feed-normalizer
SUBDIR+= ruby-ferret
SUBDIR+= ruby-haml
SUBDIR+= ruby-hikidoc
SUBDIR+= ruby-hpricot
SUBDIR+= ruby-html-parser
SUBDIR+= ruby-htree
SUBDIR+= ruby-itex2MML
SUBDIR+= ruby-json
SUBDIR+= ruby-json-pure
SUBDIR+= ruby-json-utils
SUBDIR+= ruby-kramdown
SUBDIR+= ruby-levenshtein
SUBDIR+= ruby-libxml
SUBDIR+= ruby-mab
SUBDIR+= ruby-markaby
SUBDIR+= ruby-maruku
SUBDIR+= ruby-mecab
SUBDIR+= ruby-multi_json
SUBDIR+= ruby-native-hyperestraier
SUBDIR+= ruby-nokogiri
SUBDIR+= ruby-nqxml
SUBDIR+= ruby-oniguruma
SUBDIR+= ruby-plist
SUBDIR+= ruby-pure-hyperestraier
SUBDIR+= ruby-rdtool
SUBDIR+= ruby-redcloth
SUBDIR+= ruby-rison
SUBDIR+= ruby-rttool
SUBDIR+= ruby-sary
SUBDIR+= ruby-simple-rss
SUBDIR+= ruby-stringex
SUBDIR+= ruby-suikyo
SUBDIR+= ruby-syntax
SUBDIR+= ruby-text
SUBDIR+= ruby-textpow
SUBDIR+= ruby-tilt
SUBDIR+= ruby-treetop
SUBDIR+= ruby-ultraviolet
SUBDIR+= ruby-will-paginate
SUBDIR+= ruby-xmlparser
SUBDIR+= ruby-xmlscan
SUBDIR+= ruby-xslt
SUBDIR+= ruby-yajl
SUBDIR+= ruby-yamcha
SUBDIR+= sablotron
SUBDIR+= sary
SUBDIR+= saxon
SUBDIR+= scew
SUBDIR+= scrollkeeper-dtd
SUBDIR+= sgrep
SUBDIR+= shared-desktop-ontologies
SUBDIR+= soprano
SUBDIR+= source-highlight
SUBDIR+= stardic
SUBDIR+= sub2srt
SUBDIR+= sublib
SUBDIR+= subtitleripper
SUBDIR+= suikyo
SUBDIR+= suikyo-conv-table
SUBDIR+= suikyo-docs
SUBDIR+= suikyo-elisp
SUBDIR+= swath
SUBDIR+= tcl-dom
SUBDIR+= tcl-expat
SUBDIR+= tcl-tDOM
SUBDIR+= tcl-xml
SUBDIR+= tei
SUBDIR+= tei-p5-schema
SUBDIR+= tei-xsl
SUBDIR+= tex-makeindex
SUBDIR+= tex-makeindex-doc
SUBDIR+= tex-xmltex
SUBDIR+= tex-xmltex-doc
SUBDIR+= tex2page
SUBDIR+= texi2html
SUBDIR+= texi2roff
SUBDIR+= the_silver_searcher
SUBDIR+= tokyodystopia
SUBDIR+= trang
SUBDIR+= troffcvt
SUBDIR+= unac
SUBDIR+= uncrustify
SUBDIR+= uni2ascii
SUBDIR+= unroff
SUBDIR+= untex
SUBDIR+= uriparser
SUBDIR+= urlview
SUBDIR+= vis
SUBDIR+= wbxml2
SUBDIR+= wdiff
SUBDIR+= writer2latex
SUBDIR+= xalan-j
SUBDIR+= xapian
SUBDIR+= xapian-omega
SUBDIR+= xerces-c
SUBDIR+= xerces-j
SUBDIR+= xfce4-dict-plugin
SUBDIR+= xhtml
SUBDIR+= xhtmldiff
SUBDIR+= xml-coreutils
SUBDIR+= xml2
SUBDIR+= xml2doc
SUBDIR+= xmlada
SUBDIR+= xmlcatmgr
SUBDIR+= xmlindent
SUBDIR+= xmlrpc-c
SUBDIR+= xmlstarlet
SUBDIR+= xmlto
SUBDIR+= xmltoman
SUBDIR+= xmltooling
SUBDIR+= xp
SUBDIR+= xqilla
SUBDIR+= xslide
SUBDIR+= xt
SUBDIR+= yamcha
SUBDIR+= yelp-xsl
SUBDIR+= yodl
SUBDIR+= zoem
.include "../mk/misc/category.mk"

11
textproc/Markdown/DESCR Normal file
View File

@@ -0,0 +1,11 @@
Markdown is a text-to-HTML conversion tool for web writers. Markdown
allows you to write using an easy-to-read, easy-to-write plain text
format, then convert it to structurally valid XHTML (or HTML).
The overriding design goal for Markdown's formatting syntax is to make
it as readable as possible. The idea is that a Markdown-formatted
document should be publishable as-is, as plain text, without looking
like it's been marked up with tags or formatting instructions. While
Markdown's syntax has been influenced by several existing text-to-HTML
filters, the single biggest source of inspiration for Markdown's
syntax is the format of plain text email.

View File

@@ -0,0 +1,34 @@
# $NetBSD: Makefile,v 1.8 2013/05/31 12:42:06 wiz Exp $
#
DISTNAME= Markdown_1.0.1
PKGNAME= Markdown-1.0.1
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://daringfireball.net/projects/downloads/
EXTRACT_SUFX= .zip
DIST_SUBDIR= ${PKGNAME_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://daringfireball.net/projects/markdown/
COMMENT= Text-to-HTML conversion tool for web writers
USE_LANGUAGES= # none
NO_BUILD= yes
USE_TOOLS+= perl:run
REPLACE_PERL+= Markdown.pl
PERL5_SITELIB= ${PERL5_SUB_INSTALLVENDORLIB:Q}
PLIST_SUBST+= PERL5_SITELIB=${PERL5_SITELIB:Q}
INSTALLATION_DIRS= bin ${PERL5_INSTALLVENDORLIB} share/doc/Markdown
.include "../../mk/bsd.prefs.mk"
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/Markdown.pl ${DESTDIR}${PREFIX}/bin/Markdown
${INSTALL_SCRIPT} ${WRKSRC}/Markdown.pl ${DESTDIR}${PREFIX}/${PERL5_SITELIB}/Markdown.pm
${INSTALL_DATA} ${WRKSRC}/"Markdown Readme.text" ${DESTDIR}${PREFIX}/share/doc/Markdown
${INSTALL_DATA} ${WRKSRC}/License.text ${DESTDIR}${PREFIX}/share/doc/Markdown
.include "../../mk/bsd.pkg.mk"

5
textproc/Markdown/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/13 01:20:09 dan Exp $
bin/Markdown
${PERL5_SITELIB}/Markdown.pm
share/doc/Markdown/License.text
share/doc/Markdown/Markdown Readme.text

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2007/03/28 06:33:46 wiz Exp $
SHA1 (Markdown-1.0.1/Markdown_1.0.1.zip) = 7e6d1d9224f16fec5631bf6bc5147f1e64715a4b
RMD160 (Markdown-1.0.1/Markdown_1.0.1.zip) = 8932eba5e4a2b8df4a222dcd69f6128c570e89b6
Size (Markdown-1.0.1/Markdown_1.0.1.zip) = 17823 bytes

View File

@@ -0,0 +1,18 @@
The goal for this project is to provide translators to allow for
interoperability between applications based on ODF (OpenDocument)
1.0 standards and Microsoft OpenXML based Office applications. As
a part of this interoperability initiative, add-ins are being
developed that can be installed on top of Microsoft Office Word
(document processing), Excel (spreadsheet) and PowerPoint (presentation)
applications (Office 2007 / 2003 / XP version) to allow for opening
and saving OpenDocument format / ODF files (.odt, .ods and .odp)
that adheres to ODF 1.0 specifications. We also provide command
line translator utilities that allow doing batch conversions.
The converter is based on XSL transformations between two XML
formats, along with some pre- and post-processing to manage the
packaging (zip / unzip), schema incompatibility processings and
the integration into Microsoft Office applications like Word, Excel
and PowerPoint. We chose to use an Open Source development model
that allows developers from all around the world to participate &
contribute to the project.

View File

@@ -0,0 +1,75 @@
# $NetBSD: Makefile,v 1.30 2013/06/24 05:32:28 dholland Exp $
#
DISTNAME= OdfAddinForOffice-src-3.0
PKGNAME= OdfConverter-3.0
PKGREVISION= 22
CATEGORIES= converters textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=odf-converter/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://odf-converter.sourceforge.net/
COMMENT= Converter between Microsoft Office 2007 and OpenOffice formats
LICENSE= modified-bsd
# mono-basic DLLs are required at run-time (but not at build time).
DEPENDS+= mono-basic-[0-9]*:../../lang/mono-basic
USE_LANGUAGES= c
USE_TOOLS+= gmake pkg-config
BUILD_DIRS= source/Common/OdfZipUtils
BUILD_DIRS+= source/Common/OdfConverterLib
BUILD_DIRS+= source/Word/Converter
BUILD_DIRS+= source/Presentation/Converter
BUILD_DIRS+= source/Spreadsheet/Converter
BUILD_DIRS+= source/AdditionalTools/zlib123/contrib/minizip
BUILD_DIRS+= source/Shell/OdfConverter
MAKE_JOBS_SAFE= no
INSTALLATION_DIRS= bin share/doc/OdfConverter
#
# The Subversion repository has a number of file name case issues. The
# essential ones are fixed here so that the build can complete on a
# case-sensitive filesystem.
#
FILE_CASE_FIXES= ${BUILD_DIRS}
FILE_CASE_FIXES+= source/Shell/OdfConverter/OdfCommandLineException.cs
FILE_CASE_FIXES+= source/Shell/OdfConverter/OdfConverter.cs
FILE_CASE_FIXES+= source/Shell/OdfConverter/OoxValidator.cs
FILE_CASE_FIXES+= source/Shell/OdfConverter/OdfValidator.cs
post-extract:
cd ${WRKDIR} && mv "odf-converter-r5224/trunk" ${DISTNAME:Q}
set -e; \
find "${WRKSRC}" -name Makefile -o \
-name '[Mm][Aa][Kk][Ee][Ff][Ii][Ll][Ee]' -print | \
while read file; do \
dir=`dirname "$$file"`; mv "$$file" "$$dir/Makefile"; done
set -e; files=""; \
for file in ${FILE_CASE_FIXES}; do \
while [ -n "$$file" -a "$$file" != "." ]; do \
files="$$file $$files"; base=`basename "$$file"`; \
file=`dirname "$$file"`; \
done; \
done; \
for file in $$files; do \
base=`basename "$$file"`; subdir=`dirname "$$file"`; \
lcbase=`basename "$$file" | tr 'A-Z' 'a-z'`; \
subdir="${WRKSRC}/$$subdir"; \
if [ -e "$$subdir/$$lcbase" -a ! -e "$$subdir/$$base" ]; then \
mv "$$subdir/$$lcbase" "$$subdir/$$base"; \
fi; \
done
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/source/Shell/OdfConverter/OdfConverter \
${DESTDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/source/Shell/OdfConverter/README.TXT \
${DESTDIR}${PREFIX}/share/doc/OdfConverter/README.TXT
.include "../../lang/mono2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:12 joerg Exp $
bin/OdfConverter
share/doc/OdfConverter/README.TXT

View File

@@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.5 2011/09/25 20:11:11 joerg Exp $
SHA1 (OdfAddinForOffice-src-3.0.zip) = 678d98672ecca9adabe1221b1725c255f4f88fe5
RMD160 (OdfAddinForOffice-src-3.0.zip) = ff6ddab2784ef1d54261cde15abfb7e98e30b80a
Size (OdfAddinForOffice-src-3.0.zip) = 34547426 bytes
SHA1 (patch-aa) = 633d675ee3a2d12e99874da0c936e9c5a9b6f964
SHA1 (patch-ab) = 1240ea11736009463bf937ccc547e5037d411626
SHA1 (patch-ac) = 5e48d1f5a0a40912f56154bbbaaeea74819cd202

View File

@@ -0,0 +1,35 @@
$NetBSD: patch-aa,v 1.5 2011/09/25 20:11:11 joerg Exp $
--- source/Shell/OdfConverter/Makefile.orig 2007-12-19 15:16:04.000000000 +0100
+++ source/Shell/OdfConverter/Makefile
@@ -54,7 +54,7 @@ OdfConverterTestStatic.exe : $(SOURCE) .
$(SOURCE)
main.c bundle.o : OdfConverterTestStatic.exe Makefile
- MONO_PATH='../../Common/OdfZipUtils$(PATHSEP)../../Common/OdfConverterLib$(PATHSEP)../../Word/Converter$(PATHSEP)../../Presentation/Converter$(PATHSEP)../../Spreadsheet/Converter' mkbundle2 -c -o main.c -oo bundle.o --deps $(MACHINE_CONFIG_FILE) OdfConverterTestStatic.exe
+ MONO_PATH='../../Common/OdfZipUtils$(PATHSEP)../../Common/OdfConverterLib$(PATHSEP)../../Word/Converter$(PATHSEP)../../Presentation/Converter$(PATHSEP)../../Spreadsheet/Converter' mkbundle -c -o main.c -oo bundle.o --deps $(MACHINE_CONFIG_FILE) OdfConverterTestStatic.exe
OdfConverter$(EXEEXT) : main.c bundle.o $(ZLIBDEP) Makefile
rm -f $@
@@ -64,16 +64,16 @@ ifeq ($(OS),Darwin)
$(CC) -o OdfConverter -Wall `pkg-config --cflags mono` main.c \
`pkg-config --libs-only-L mono` -bind_at_load -all_load -lz \
../../AdditionalTools/zlib123/contrib/minizip/libzlibwapi.a \
- `pkg-config --libs-only-l mono` bundle.o
+ `pkg-config --libs-only-l mono-2 gtk+-2.0 gthread-2.0` bundle.o
else
- $(CC) -o OdfConverter$(EXEEXT) -Wall `pkg-config --cflags mono` main.c \
+ $(CC) -o OdfConverter$(EXEEXT) -Wall `pkg-config --cflags mono-2 gtk+-2.0 gthread-2.0` main.c \
$(KILLAT) \
bundle.o \
$(EXPORTDYNAMIC) \
-Wl,--undefined=$(ZIPOPEN) -Wl,--undefined=$(UNZOPEN) \
- `pkg-config --libs-only-L mono` -L../../AdditionalTools/zlib123/contrib/minizip \
+ -L../../AdditionalTools/zlib123/contrib/minizip \
- -Wl,-Bstatic -lmono -lzlibwapi -Wl,-Bdynamic \
+ -Wl,-Bstatic -lmono-2.0 -lzlibwapi -Wl,-Bdynamic \
- `pkg-config --libs-only-l mono | sed -e "s/\-lmono //"` \
+ `pkg-config --libs mono-2 gtk+-2.0 gthread-2.0 | sed -e "s/\-lmono-2.0 //"` \
$(ZLIB) $(OTHERLIBS)
endif
ifeq ($(OS),Cygwin)

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-ab,v 1.1 2009/07/27 05:39:21 dsainty Exp $
--- source/Spreadsheet/Converter/Makefile.orig 2008-09-26 21:49:52.000000000 +1200
+++ source/Spreadsheet/Converter/Makefile 2009-07-16 17:10:15.000000000 +1200
@@ -25,6 +25,9 @@
SOURCE=${wildcard *.cs}
DISTFILES=$(SOURCE) $(ODF2OOX_RES) $(OOX2ODF_RES)
+RESOURCE_FLAGS+=-r:System.Drawing
+RESOURCE_FLAGS+=-r:System.Windows.Forms
+
all-local: Spreadsheet.dll SpreadsheetStatic.dll
Spreadsheet.dll: $(SOURCE) Makefile $(OOX2ODF_RES) $(ODF2OOX_RES)
$(CSC) $(CSC_DEBUG) $(RESOURCE_FLAGS) -target:library \

View File

@@ -0,0 +1,18 @@
$NetBSD: patch-ac,v 1.2 2009/09/02 08:47:15 wiz Exp $
Fix Mono-specific coding errors.
--- source/Shell/OdfConverter/OdfValidator.cs.orig 2009-02-11 10:50:02.000000000 +1300
+++ source/Shell/OdfConverter/OdfValidator.cs 2009-07-16 17:23:31.469982005 +1200
@@ -49,9 +49,9 @@
#if MONO
// Dummy validation class
- public class OdfValidator
+ public class OdfValidator : IValidator
{
- public OdfValidator(Report report)
+ public OdfValidator(ConversionReport report)
{
}
public void validate(String fileName)

9
textproc/WordNet/DESCR Normal file
View File

@@ -0,0 +1,9 @@
WordNet is a large lexical database of English, developed under
the direction of George A. Miller. Nouns, verbs, adjectives and
adverbs are grouped into sets of cognitive synonyms (synsets), each
expressing a distinct concept. Synsets are interlinked by means of
conceptual-semantic and lexical relations. The resulting network
of meaningfully related words and concepts can be navigated with
the browser. WordNet is also freely and publicly available for
download. WordNet's structure makes it a useful tool for computational
linguistics and natural language processing.

31
textproc/WordNet/Makefile Normal file
View File

@@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.10 2013/06/06 12:55:06 wiz Exp $
#
DISTNAME= WordNet-3.0
PKGREVISION= 6
CATEGORIES= textproc
MASTER_SITES= http://wordnet.princeton.edu/3.0/ \
ftp://ftp.cogsci.princeton.edu/pub/wordnet/3.0/
PATCHFILES= wordnet.patch.2
PATCH_SITES= http://www.ocert.org/analysis/2008-014/
PATCH_DIST_STRIP= -p1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://wordnet.princeton.edu/
COMMENT= Lexical reference system
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib
CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}/lib
SUBST_CLASSES+= docpath
SUBST_FILES.docpath= doc/html/Makefile.in doc/pdf/Makefile.in
SUBST_FILES.docpath+= doc/ps/Makefile.in
SUBST_MESSAGE.docpath= Fixing path for documentation.
SUBST_SED.docpath= -e 's,prefix)/doc,prefix)/share/doc/WordNet,'
SUBST_STAGE.docpath= pre-configure
.include "../../x11/tk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

125
textproc/WordNet/PLIST Normal file
View File

@@ -0,0 +1,125 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:12 joerg Exp $
bin/wishwn
bin/wn
bin/wnb
dict/adj.exc
dict/adv.exc
dict/cntlist
dict/cntlist.rev
dict/data.adj
dict/data.adv
dict/data.noun
dict/data.verb
dict/frames.vrb
dict/index.adj
dict/index.adv
dict/index.noun
dict/index.sense
dict/index.verb
dict/lexnames
dict/log.grind.${PKGVERSION}
dict/noun.exc
dict/sentidx.vrb
dict/sents.vrb
dict/verb.Framestext
dict/verb.exc
include/tk/tk.h
include/tk/tkDecls.h
include/wn.h
lib/libWN.a
lib/wnres/license.txt
lib/wnres/wn.xbm
lib/wnres/wnb.man
lib/wnres/wngloss.man
man/man1/grind.1
man/man1/wn.1
man/man1/wnb.1
man/man1/wnintro.1
man/man3/binsrch.3
man/man3/morph.3
man/man3/wnintro.3
man/man3/wnsearch.3
man/man3/wnutil.3
man/man5/cntlist.5
man/man5/lexnames.5
man/man5/senseidx.5
man/man5/wndb.5
man/man5/wninput.5
man/man5/wnintro.5
man/man7/morphy.7
man/man7/uniqbeg.7
man/man7/wngloss.7
man/man7/wngroups.7
man/man7/wnintro.7
man/man7/wnlicens.7
man/man7/wnpkgs.7
man/man7/wnstats.7
share/doc/WordNet/html/binsrch.3WN.html
share/doc/WordNet/html/cntlist.5WN.html
share/doc/WordNet/html/grind.1WN.html
share/doc/WordNet/html/lexnames.5WN.html
share/doc/WordNet/html/morph.3WN.html
share/doc/WordNet/html/morphy.7WN.html
share/doc/WordNet/html/senseidx.5WN.html
share/doc/WordNet/html/uniqbeg.7WN.html
share/doc/WordNet/html/wn.1WN.html
share/doc/WordNet/html/wnb.1WN.html
share/doc/WordNet/html/wndb.5WN.html
share/doc/WordNet/html/wngloss.7WN.html
share/doc/WordNet/html/wngroups.7WN.html
share/doc/WordNet/html/wninput.5WN.html
share/doc/WordNet/html/wnintro.1WN.html
share/doc/WordNet/html/wnintro.3WN.html
share/doc/WordNet/html/wnintro.5WN.html
share/doc/WordNet/html/wnintro.7WN.html
share/doc/WordNet/html/wnlicens.7WN.html
share/doc/WordNet/html/wnpkgs.7WN.html
share/doc/WordNet/html/wnsearch.3WN.html
share/doc/WordNet/html/wnstats.7WN.html
share/doc/WordNet/html/wnutil.3WN.html
share/doc/WordNet/pdf/binsrch.3.pdf
share/doc/WordNet/pdf/cntlist.5.pdf
share/doc/WordNet/pdf/grind.1.pdf
share/doc/WordNet/pdf/lexnames.5.pdf
share/doc/WordNet/pdf/morph.3.pdf
share/doc/WordNet/pdf/morphy.7.pdf
share/doc/WordNet/pdf/senseidx.5.pdf
share/doc/WordNet/pdf/uniqbeg.7.pdf
share/doc/WordNet/pdf/wn.1.pdf
share/doc/WordNet/pdf/wnb.1.pdf
share/doc/WordNet/pdf/wndb.5.pdf
share/doc/WordNet/pdf/wngloss.7.pdf
share/doc/WordNet/pdf/wngroups.7.pdf
share/doc/WordNet/pdf/wninput.5.pdf
share/doc/WordNet/pdf/wnintro.1.pdf
share/doc/WordNet/pdf/wnintro.3.pdf
share/doc/WordNet/pdf/wnintro.5.pdf
share/doc/WordNet/pdf/wnintro.7.pdf
share/doc/WordNet/pdf/wnlicens.7.pdf
share/doc/WordNet/pdf/wnpkgs.7.pdf
share/doc/WordNet/pdf/wnsearch.3.pdf
share/doc/WordNet/pdf/wnstats.7.pdf
share/doc/WordNet/pdf/wnutil.3.pdf
share/doc/WordNet/ps/binsrch.3.ps
share/doc/WordNet/ps/cntlist.5.ps
share/doc/WordNet/ps/grind.1.ps
share/doc/WordNet/ps/lexnames.5.ps
share/doc/WordNet/ps/morph.3.ps
share/doc/WordNet/ps/morphy.7.ps
share/doc/WordNet/ps/senseidx.5.ps
share/doc/WordNet/ps/uniqbeg.7.ps
share/doc/WordNet/ps/wn.1.ps
share/doc/WordNet/ps/wnb.1.ps
share/doc/WordNet/ps/wndb.5.ps
share/doc/WordNet/ps/wngloss.7.ps
share/doc/WordNet/ps/wngroups.7.ps
share/doc/WordNet/ps/wninput.5.ps
share/doc/WordNet/ps/wnintro.1.ps
share/doc/WordNet/ps/wnintro.3.ps
share/doc/WordNet/ps/wnintro.5.ps
share/doc/WordNet/ps/wnintro.7.ps
share/doc/WordNet/ps/wnlicens.7.ps
share/doc/WordNet/ps/wnpkgs.7.ps
share/doc/WordNet/ps/wnsearch.3.ps
share/doc/WordNet/ps/wnstats.7.ps
share/doc/WordNet/ps/wnutil.3.ps

View File

@@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.3 2008/09/06 21:27:53 wiz Exp $
SHA1 (WordNet-3.0.tar.gz) = 8dd56763280d9ed8bc13f62e2fb24c0fe030c763
RMD160 (WordNet-3.0.tar.gz) = 62cdcd483cbfc1f456691f4fd8e7ba150801577e
Size (WordNet-3.0.tar.gz) = 11537239 bytes
SHA1 (wordnet.patch.2) = c5003fa2fbc81bbc3a15ba6ec03b0117bdfe232f
RMD160 (wordnet.patch.2) = 00579e71eeaf85f78667febfcbd8e32cae742a24
Size (wordnet.patch.2) = 23878 bytes

3
textproc/aiksaurus/DESCR Normal file
View File

@@ -0,0 +1,3 @@
Aiksaurus is an English-language thesaurus that is suitable for
integration with word processors, email composers, and other
authoring software.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.15 2012/10/25 06:55:38 asau Exp $
#
DISTNAME= aiksaurus-1.2.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aiksaurus/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://aiksaurus.sourceforge.net/
COMMENT= English-language thesaurus
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= YES
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-gtk
PKGCONFIG_OVERRIDE= base/aiksaurus-1.0.pc.in
.include "../../mk/bsd.pkg.mk"

9
textproc/aiksaurus/PLIST Normal file
View File

@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:17:12 joerg Exp $
bin/aiksaurus
bin/caiksaurus
include/Aiksaurus/Aiksaurus.h
include/Aiksaurus/AiksaurusC.h
lib/libAiksaurus.la
lib/pkgconfig/aiksaurus-1.0.pc
share/aiksaurus/meanings.dat
share/aiksaurus/words.dat

View File

@@ -0,0 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.8 2009/03/20 19:25:28 joerg Exp $
BUILDLINK_TREE+= aiksaurus
.if !defined(AIKSAURUS_BUILDLINK3_MK)
AIKSAURUS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.aiksaurus+= aiksaurus>=1.2.1
BUILDLINK_PKGSRCDIR.aiksaurus?= ../../textproc/aiksaurus
.endif # AIKSAURUS_BUILDLINK3_MK
BUILDLINK_TREE+= -aiksaurus

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.5 2011/01/29 20:51:34 markd Exp $
SHA1 (aiksaurus-1.2.1.tar.gz) = b9e98650bc5257673d5b1507f3e0edbc0cb6a0b5
RMD160 (aiksaurus-1.2.1.tar.gz) = 0f46c121adb6222f0b4709787162cb6f0a0ff35e
Size (aiksaurus-1.2.1.tar.gz) = 928893 bytes
SHA1 (patch-aa) = f8a63f0b7f7cdfa67b1de58f450e8aa93ab301d0

View File

@@ -0,0 +1,14 @@
$NetBSD: patch-aa,v 1.1 2011/01/29 20:51:34 markd Exp $
Fix build with gcc 4.3
--- base/aiksaurus.t.cpp.orig 2003-06-27 01:44:38.000000000 +0000
+++ base/aiksaurus.t.cpp
@@ -22,6 +22,7 @@
#include "Aiksaurus.h"
#include "AsciiCompare.h"
#include "config.h"
+#include <cstdlib>
#include <iostream>
#include <string>
using namespace std;

4
textproc/antiword/DESCR Normal file
View File

@@ -0,0 +1,4 @@
Antiword is a free MS Word reader for NetBSD, Linux, BeOS, and Acorn
computers. It converts the binary files from Word 6, 7, 97 and 2000
to text and Postscript. Antiword tries to keep the layout of the
document intact.

View File

@@ -0,0 +1,33 @@
# $NetBSD: Makefile,v 1.23 2012/10/25 06:55:38 asau Exp $
#
DISTNAME= antiword-0.37
PKGREVISION= 1
CATEGORIES= textproc converters print
MASTER_SITES= http://www.winfield.demon.nl/linux/
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.winfield.demon.nl/index.html
COMMENT= Free MS Word to text and PostScript converter
CONFLICTS= siag<3.6.1
USE_TOOLS+= mktemp:run
CFLAGS.SunOS+= -D__STDC_ISO_10646__
REPLACE_INTERPRETER+= bash
REPLACE.bash.old= /bin/bash
REPLACE.bash.new= ${SH}
REPLACE_FILES.bash= kantiword
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
post-patch:
cd ${WRKSRC} ; \
for pf in antiword.h Docs/antiword.1 ; do \
${MV} $${pf} $${pf}.old ; \
${SED} -e "s|/usr/share|${PREFIX}/share|g" $${pf}.old > $${pf} ; \
done
.include "../../mk/bsd.pkg.mk"

47
textproc/antiword/PLIST Normal file
View File

@@ -0,0 +1,47 @@
@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:17:12 joerg Exp $
bin/antiword
bin/kantiword
man/man1/antiword.1
share/antiword/8859-1.txt
share/antiword/8859-10.txt
share/antiword/8859-11.txt
share/antiword/8859-13.txt
share/antiword/8859-14.txt
share/antiword/8859-15.txt
share/antiword/8859-16.txt
share/antiword/8859-2.txt
share/antiword/8859-3.txt
share/antiword/8859-4.txt
share/antiword/8859-5.txt
share/antiword/8859-6.txt
share/antiword/8859-7.txt
share/antiword/8859-8.txt
share/antiword/8859-9.txt
share/antiword/Default
share/antiword/Example
share/antiword/MacCyrillic.txt
share/antiword/MacRoman.txt
share/antiword/UTF-8.txt
share/antiword/Unicode01
share/antiword/Unicode15
share/antiword/cp1250.txt
share/antiword/cp1251.txt
share/antiword/cp1252.txt
share/antiword/cp437.txt
share/antiword/cp850.txt
share/antiword/cp852.txt
share/antiword/cp862.txt
share/antiword/cp864.txt
share/antiword/cp866.txt
share/antiword/fontnames
share/antiword/fontnames.russian
share/antiword/koi8-r.txt
share/antiword/koi8-u.txt
share/antiword/roman.txt
share/doc/antiword/COPYING
share/doc/antiword/ChangeLog
share/doc/antiword/FAQ
share/doc/antiword/History
share/doc/antiword/Netscape
share/doc/antiword/QandA
share/doc/antiword/ReadMe

View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.20 2009/11/12 05:03:47 obache Exp $
SHA1 (antiword-0.37.tar.gz) = 4364f7f99cb2d37f7d1d5bc14a335ccc0c67292e
RMD160 (antiword-0.37.tar.gz) = 506ca4a7a7fa9fd4574092798a7fffacd9a3a0a0
Size (antiword-0.37.tar.gz) = 317884 bytes
SHA1 (patch-aa) = 2caa51e3364e7034443ded9fa56cdda4c4b74929
SHA1 (patch-ab) = d2cb15824b78346a8a5ae301b0618a81437ce971

View File

@@ -0,0 +1,85 @@
$NetBSD: patch-aa,v 1.12 2009/11/12 05:03:47 obache Exp $
--- Makefile.orig 2005-10-29 19:13:15.000000000 +0200
+++ Makefile
@@ -2,8 +2,8 @@
# Makefile for antiword (Linux version)
#
-CC = gcc
-LD = gcc
+#CC = gcc
+#LD = gcc
INSTALL = cp -f
INSTALL_PROGRAM = $(INSTALL)
@@ -16,7 +16,7 @@ OPT = -O2
LDLIBS =
-CFLAGS = -Wall -pedantic $(OPT) -D$(DB)
+CFLAGS += -D$(DB)
LDFLAGS =
OBJS =\
@@ -30,22 +30,30 @@ OBJS =\
wordlib.o wordmac.o wordole.o wordwin.o xmalloc.o xml.o
PROGS =\
- antiword\
+ antiword
+SCRIPTS=\
kantiword
LOCAL_INSTALL_DIR = $(HOME)/bin
LOCAL_RESOURCES_DIR = $(HOME)/.antiword
-GLOBAL_INSTALL_DIR = /usr/local/bin
-GLOBAL_RESOURCES_DIR = /usr/share/antiword
+GLOBAL_INSTALL_DIR = ${DESTDIR}${PREFIX}/bin
+GLOBAL_RESOURCES_DIR = ${DESTDIR}${PREFIX}/share/antiword
all: $(PROGS)
install: all
- mkdir -p $(LOCAL_INSTALL_DIR)
- cp -pf $(PROGS) $(LOCAL_INSTALL_DIR)
- mkdir -p $(LOCAL_RESOURCES_DIR)
- cp -pf Resources/* $(LOCAL_RESOURCES_DIR)
+ ${BSD_INSTALL_PROGRAM} ${PROGS} ${GLOBAL_INSTALL_DIR}
+ ${BSD_INSTALL_SCRIPT} ${SCRIPTS} ${GLOBAL_INSTALL_DIR}
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/antiword
+.for file in COPYING ChangeLog FAQ History Netscape QandA ReadMe
+ ${BSD_INSTALL_DATA} Docs/${file} ${DESTDIR}${PREFIX}/share/doc/antiword
+.endfor
+ ${BSD_INSTALL_MAN} Docs/antiword.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/antiword.1
+ ${BSD_INSTALL_DATA_DIR} ${GLOBAL_RESOURCES_DIR}
+ for i in Resources/* ; do \
+ ${BSD_INSTALL_DATA} $$i ${GLOBAL_RESOURCES_DIR};\
+ done
# NOTE: you might have to be root to do this
global_install: all
@@ -70,10 +78,11 @@ global_uninstall:
clean:
rm -f $(OBJS)
rm -f $(PROGS)
+ rm -f $(SCRIPTS)
antiword: $(OBJS)
@rm -f $@
- $(LD) $(LDFLAGS) $(OBJS) $(LDLIBS) -o $@
+ $(CC) $(CFLAGS) $(OBJS) -o $@
@chmod 750 $@
kantiword: Unix-only/KDE3-only/kantiword.sh
@@ -82,9 +91,6 @@ kantiword: Unix-only/KDE3-only/kantiword
cat $? >> $@
@chmod 750 $@
-.c.o:
- $(CC) $(CFLAGS) -c $<
-
main_u.o: version.h
postscript.o: version.h
pdf.o: version.h

View File

@@ -0,0 +1,53 @@
$NetBSD: patch-ab,v 1.12 2006/03/09 14:50:31 ghen Exp $
Security fix for CVE-2005-3126.
--- kantiword.orig 2004-11-19 20:39:38.000000000 +0100
+++ kantiword 2006-01-23 15:14:55.000000000 +0100
@@ -10,41 +9,12 @@
exit 0
fi
-# Determine the temp directory
-if [ -d "$TMPDIR" ] && [ -w "$TMPDIR" ]
-then
- tmp_dir=$TMPDIR
-elif [ -d "$TEMP" ] && [ -w "$TEMP" ]
-then
- tmp_dir=$TEMP
-else
- tmp_dir="/tmp"
-fi
-
# Try to create the temp files in a secure way
-if [ -x /bin/tempfile ]
-then
- out_file=`/bin/tempfile -d "$tmp_dir" -p antiword -s ".ps"` || exit 1
- err_file=`/bin/tempfile -d "$tmp_dir" -p antiword -s ".err"`
- if [ $? -ne 0 ]
- then
- rm -f "$out_file"
- exit 1
- fi
-elif [ -x /bin/mktemp ]
-then
- out_file=`/bin/mktemp -q -p "$tmp_dir" antiword.ps.XXXXXXXXX` || exit 1
- err_file=`/bin/mktemp -q -p "$tmp_dir" antiword.err.XXXXXXXXX`
- if [ $? -ne 0 ]
- then
- rm -f "$out_file"
- exit 1
- fi
-else
- # Creating the temp files in an un-secure way
- out_file=$tmp_dir"/antiword.$$.ps"
- err_file=$tmp_dir"/antiword.$$.err"
-fi
+out_file=`mktemp -q -t ${0##*/}.ps.XXXXXXXXX` || \
+ { echo "$0: Cannot create temporary file" >&2; exit 1; }
+err_file=`mktemp -q -t ${0##*/}.err.XXXXXXXXX` || \
+ { echo "$0: Cannot create temporary file" >&2; exit 1; }
+trap "rm -f -- \"$out_file\" \"$err_file\"" 0 1 2 3 13 15
# Determine the paper size
paper_size=$1

3
textproc/asciidoc/DESCR Normal file
View File

@@ -0,0 +1,3 @@
The asciidoc command translates specially formatted text files into
various output formats such as HTML, docbook, LaTeX (experimental),
man pages, and nicely formatted text.

View File

@@ -0,0 +1,67 @@
# $NetBSD: Makefile,v 1.35 2012/10/25 06:55:39 asau Exp $
#
DISTNAME= asciidoc-8.6.8
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=asciidoc/}
MAINTAINER= gls@NetBSD.org
HOMEPAGE= http://www.methods.co.nz/asciidoc/
COMMENT= ASCII to formatted document converter
LICENSE= gnu-gpl-v2
DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
DEPENDS+= getopt-[0-9]*:../../misc/getopt
USE_TOOLS+= pax
PYTHON_PATCH_SCRIPTS= a2x.py asciidoc.py asciidocapi.py
PYTHON_PATCH_SCRIPTS+= filters/code/code-filter.py
PYTHON_PATCH_SCRIPTS+= filters/latex/latex2png.py
PYTHON_PATCH_SCRIPTS+= filters/music/music2png.py
PYTHON_PATCH_SCRIPTS+= filters/graphviz/graphviz2png.py
PYTHON_PATCH_SCRIPTS+= tests/testasciidoc.py tests/asciidocapi.py
NO_BUILD= yes
SUBST_CLASSES+= ad
SUBST_STAGE.ad= pre-configure
SUBST_MESSAGE.ad= Fixing hard-coded config file paths.
SUBST_FILES.ad= a2x.py asciidoc.py
SUBST_SED.ad= -e 's,^\(CONF_DIR\).*=.*,\1="${PREFIX}/share/asciidoc",'
REPLACE_INTERPRETER+= python
REPLACE.python.old= /usr/bin/env python
REPLACE.python.new= ${PYTHONBIN}
REPLACE_FILES.python= a2x.py asciidoc.conf html5.conf xhtml11.conf xhtml11-quirks.conf
INSTALLATION_DIRS= bin share/asciidoc share/asciidoc/filters \
share/asciidoc/docbook-xsl share/asciidoc/stylesheets \
share/asciidoc/javascripts \
share/asciidoc/images/icons/callouts \
${PKGMANDIR}/man1 ${DOCDIR}
DOCDIR= ${PREFIX}/share/doc/asciidoc
.include "options.mk"
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/asciidoc.py ${DESTDIR}${PREFIX}/bin/asciidoc
${INSTALL_SCRIPT} ${WRKSRC}/a2x.py ${DESTDIR}${PREFIX}/bin/a2x
${INSTALL_MAN} ${WRKSRC}/doc/asciidoc.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
${INSTALL_MAN} ${WRKSRC}/doc/a2x.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
# ${INSTALL_DATA} ${WRKSRC}/doc/asciidoc.txt ${DESTDIR}${DOCDIR}
cd ${WRKSRC} && pax -wr -pma *.conf filters \
filters docbook-xsl/*.xsl stylesheets/*.css \
javascripts/*.js images/* dblatex/* \
${DESTDIR}${PREFIX}/share/asciidoc/.
cd ${WRKSRC}/doc && pax -wr -pma *.csv *.txt *.pdf *.epub \
${DESTDIR}${DOCDIR}
do-test:
cd ${WRKSRC} && ./asciidoc.py -v doc/asciidoc.txt
.include "../../lang/python/application.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

119
textproc/asciidoc/PLIST Normal file
View File

@@ -0,0 +1,119 @@
@comment $NetBSD: PLIST,v 1.16 2012/08/06 20:05:27 gls Exp $
bin/a2x
bin/asciidoc
man/man1/a2x.1
man/man1/asciidoc.1
share/asciidoc/asciidoc.conf
share/asciidoc/dblatex/asciidoc-dblatex.sty
share/asciidoc/dblatex/asciidoc-dblatex.xsl
share/asciidoc/dblatex/dblatex-readme.txt
share/asciidoc/docbook-xsl/chunked.xsl
share/asciidoc/docbook-xsl/common.xsl
share/asciidoc/docbook-xsl/epub.xsl
share/asciidoc/docbook-xsl/fo.xsl
share/asciidoc/docbook-xsl/htmlhelp.xsl
share/asciidoc/docbook-xsl/manpage.xsl
share/asciidoc/docbook-xsl/text.xsl
share/asciidoc/docbook-xsl/xhtml.xsl
share/asciidoc/docbook45.conf
share/asciidoc/filters/code/code-filter-readme.txt
share/asciidoc/filters/code/code-filter-test.txt
share/asciidoc/filters/code/code-filter.conf
share/asciidoc/filters/code/code-filter.py
share/asciidoc/filters/graphviz/asciidoc-graphviz-sample.txt
share/asciidoc/filters/graphviz/graphviz-filter.conf
share/asciidoc/filters/graphviz/graphviz2png.py
share/asciidoc/filters/latex/latex-filter.conf
share/asciidoc/filters/latex/latex2png.py
share/asciidoc/filters/music/music-filter-test.txt
share/asciidoc/filters/music/music-filter.conf
share/asciidoc/filters/music/music2png.py
share/asciidoc/filters/source/source-highlight-filter-test.txt
share/asciidoc/filters/source/source-highlight-filter.conf
share/asciidoc/help.conf
share/asciidoc/html4.conf
share/asciidoc/html5.conf
share/asciidoc/images/highlighter.png
share/asciidoc/images/icons/README
share/asciidoc/images/icons/callouts/1.png
share/asciidoc/images/icons/callouts/10.png
share/asciidoc/images/icons/callouts/11.png
share/asciidoc/images/icons/callouts/12.png
share/asciidoc/images/icons/callouts/13.png
share/asciidoc/images/icons/callouts/14.png
share/asciidoc/images/icons/callouts/15.png
share/asciidoc/images/icons/callouts/2.png
share/asciidoc/images/icons/callouts/3.png
share/asciidoc/images/icons/callouts/4.png
share/asciidoc/images/icons/callouts/5.png
share/asciidoc/images/icons/callouts/6.png
share/asciidoc/images/icons/callouts/7.png
share/asciidoc/images/icons/callouts/8.png
share/asciidoc/images/icons/callouts/9.png
share/asciidoc/images/icons/caution.png
share/asciidoc/images/icons/example.png
share/asciidoc/images/icons/home.png
share/asciidoc/images/icons/important.png
share/asciidoc/images/icons/next.png
share/asciidoc/images/icons/note.png
share/asciidoc/images/icons/prev.png
share/asciidoc/images/icons/tip.png
share/asciidoc/images/icons/up.png
share/asciidoc/images/icons/warning.png
share/asciidoc/images/smallnew.png
share/asciidoc/images/tiger.png
share/asciidoc/javascripts/ASCIIMathML.js
share/asciidoc/javascripts/LaTeXMathML.js
share/asciidoc/javascripts/asciidoc.js
share/asciidoc/javascripts/slidy.js
share/asciidoc/javascripts/toc.js
share/asciidoc/lang-de.conf
share/asciidoc/lang-el.conf
share/asciidoc/lang-en.conf
share/asciidoc/lang-es.conf
share/asciidoc/lang-fr.conf
share/asciidoc/lang-hu.conf
share/asciidoc/lang-it.conf
share/asciidoc/lang-nl.conf
share/asciidoc/lang-pt-BR.conf
share/asciidoc/lang-ru.conf
share/asciidoc/lang-uk.conf
share/asciidoc/latex.conf
share/asciidoc/slidy.conf
share/asciidoc/stylesheets/asciidoc.css
share/asciidoc/stylesheets/docbook-xsl.css
share/asciidoc/stylesheets/pygments.css
share/asciidoc/stylesheets/slidy.css
share/asciidoc/stylesheets/toc2.css
share/asciidoc/stylesheets/xhtml11-quirks.css
share/asciidoc/text.conf
share/asciidoc/wordpress.conf
share/asciidoc/xhtml11-quirks.conf
share/asciidoc/xhtml11.conf
share/doc/asciidoc/a2x.1.txt
share/doc/asciidoc/article.pdf
share/doc/asciidoc/article.txt
share/doc/asciidoc/asciidoc.1.txt
share/doc/asciidoc/asciidoc.txt
share/doc/asciidoc/asciidocapi.txt
share/doc/asciidoc/asciimathml.txt
share/doc/asciidoc/book-multi.txt
share/doc/asciidoc/book.epub
share/doc/asciidoc/book.txt
share/doc/asciidoc/customers.csv
share/doc/asciidoc/epub-notes.txt
share/doc/asciidoc/faq.txt
share/doc/asciidoc/latex-backend.txt
share/doc/asciidoc/latex-bugs.txt
share/doc/asciidoc/latex-filter.pdf
share/doc/asciidoc/latex-filter.txt
share/doc/asciidoc/latexmath.txt
share/doc/asciidoc/latexmathml.txt
share/doc/asciidoc/music-filter.pdf
share/doc/asciidoc/music-filter.txt
share/doc/asciidoc/publishing-ebooks-with-asciidoc.txt
share/doc/asciidoc/slidy-example.txt
share/doc/asciidoc/slidy.txt
share/doc/asciidoc/source-highlight-filter.pdf
share/doc/asciidoc/source-highlight-filter.txt
share/doc/asciidoc/testasciidoc.txt

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.16 2012/08/06 20:05:27 gls Exp $
SHA1 (asciidoc-8.6.8.tar.gz) = 2fd88f6ca9d2a5e09045fb300f4a908fe6eeb092
RMD160 (asciidoc-8.6.8.tar.gz) = 8312fbd9105c9443d1c5d309c1f5fadc5983d753
Size (asciidoc-8.6.8.tar.gz) = 900422 bytes

View File

@@ -0,0 +1,18 @@
# $NetBSD: options.mk,v 1.2 2012/02/13 22:38:06 gls Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.asciidoc
PKG_SUPPORTED_OPTIONS= pdf epub highlight
PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mpdf)
DEPENDS+= dblatex-[0-9]*:../../textproc/dblatex
.endif
.if !empty(PKG_OPTIONS:Mepub)
DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2
DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
.endif
.if !empty(PKG_OPTIONS:Mhighlight)
DEPENDS+= source-highlight-[0-9]*:../../textproc/source-highlight
.endif

1
textproc/aspell-af/DESCR Normal file
View File

@@ -0,0 +1 @@
GNU Aspell Afrikaans Word List Package

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2013/04/10 11:49:01 rodent Exp $
#
DISTNAME= aspell-af-0.50-0
PKGNAME= ${DISTNAME:S/-0$/.0/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/af/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= Afrikaans language support for aspell
LICENSE= gnu-lgpl-v2.1
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
textproc/aspell-af/PLIST Normal file
View File

@@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/10 11:49:01 rodent Exp $
lib/aspell/af.multi
lib/aspell/af.rws
lib/aspell/afrikaans.alias
share/aspell/af.dat

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/04/10 11:49:01 rodent Exp $
SHA1 (aspell-af-0.50-0.tar.bz2) = 9957b57df8da90f0498c558481b0e6b1ce70af66
RMD160 (aspell-af-0.50-0.tar.bz2) = dc095b314d6867254ff4de11ed1e02a20dba1d33
Size (aspell-af-0.50-0.tar.bz2) = 256111 bytes

1
textproc/aspell-am/DESCR Normal file
View File

@@ -0,0 +1 @@
GNU Aspell 0.60 Amharic Dictionary Package

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.2 2013/04/10 12:26:14 rodent Exp $
#
DISTNAME= aspell6-am-0.03-1
PKGNAME= ${DISTNAME:S/6-/-/1:S/-1/.1/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/am/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= Amharic language support for aspell
LICENSE= public-domain
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

9
textproc/aspell-am/PLIST Normal file
View File

@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/10 12:03:55 rodent Exp $
lib/aspell/am.multi
lib/aspell/am.rws
lib/aspell/amharic.alias
share/aspell/am.dat
share/aspell/am_affix.dat
share/aspell/am_phonet.dat
share/aspell/s-ethi.cmap
share/aspell/s-ethi.cset

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/04/10 12:03:55 rodent Exp $
SHA1 (aspell6-am-0.03-1.tar.bz2) = 837579f3bb085b6c491fd913cb35a3076659d2ee
RMD160 (aspell6-am-0.03-1.tar.bz2) = f6321fa8e8f7c5b2b6bdf5b280107d7af3af9481
Size (aspell6-am-0.03-1.tar.bz2) = 40493 bytes

1
textproc/aspell-ar/DESCR Normal file
View File

@@ -0,0 +1 @@
GNU Aspell 0.60 Arabic Dictionary Package

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2013/04/10 12:32:40 rodent Exp $
#
DISTNAME= aspell6-ar-1.2-0
PKGNAME= ${DISTNAME:S/6-/-/1:S/-0/.0/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ar/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://arabic-spell.sourceforge.net/
COMMENT= Arabic language support for aspell
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

8
textproc/aspell-ar/PLIST Normal file
View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/10 12:32:40 rodent Exp $
lib/aspell/ar.multi
lib/aspell/ar.rws
lib/aspell/arabic.alias
share/aspell/ar.dat
share/aspell/ar_affix.dat
share/aspell/l-ar.cmap
share/aspell/l-ar.cset

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/04/10 12:32:40 rodent Exp $
SHA1 (aspell6-ar-1.2-0.tar.bz2) = 35038cca52a8acbd042e98b1b158e5d612a11a48
RMD160 (aspell6-ar-1.2-0.tar.bz2) = b2ac7d596a5bbd60bde5b50f52f9ff96fe1b1334
Size (aspell6-ar-1.2-0.tar.bz2) = 1541037 bytes

View File

@@ -0,0 +1 @@
GNU Aspell 0.60 Asturian (Asturianu) Dictionary Package

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2013/04/10 17:24:17 rodent Exp $
#
DISTNAME= aspell6-ast-0.01
PKGNAME= ${DISTNAME:S/6-/-/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ast/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://softastur.org/Aspell
COMMENT= Asturian language support for aspell
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/10 17:24:17 rodent Exp $
lib/aspell/ast.multi
lib/aspell/ast.rws
lib/aspell/asturianu.alias
share/aspell/ast.dat
share/aspell/ast_affix.dat
share/aspell/l-ast.cmap
share/aspell/l-ast.cset

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/04/10 17:24:17 rodent Exp $
SHA1 (aspell6-ast-0.01.tar.bz2) = 4ee3b1a73c31d24db46a6b30f60a659d5e12aa40
RMD160 (aspell6-ast-0.01.tar.bz2) = d682e2f1915a47a039fcbe1f98bf3238dda6fcb0
Size (aspell6-ast-0.01.tar.bz2) = 123351 bytes

1
textproc/aspell-az/DESCR Normal file
View File

@@ -0,0 +1 @@
GNU Aspell 0.60 Azerbaijani Dictionary Package

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2013/04/10 17:30:50 rodent Exp $
#
DISTNAME= aspell6-az-0.02-0
PKGNAME= ${DISTNAME:S/6-/-/1:S/-0$/.0/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/az/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://borel.slu.edu/crubadan/
COMMENT= Azerbaijani language support for aspell
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

8
textproc/aspell-az/PLIST Normal file
View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/10 17:30:50 rodent Exp $
lib/aspell/az.multi
lib/aspell/az.rws
lib/aspell/azerbaijani.alias
lib/aspell/azeri.alias
share/aspell/az.dat
share/aspell/l-az.cmap
share/aspell/l-az.cset

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/04/10 17:30:50 rodent Exp $
SHA1 (aspell6-az-0.02-0.tar.bz2) = 1ffe8b9674706f46b9daab564760c86a7b6ac63f
RMD160 (aspell6-az-0.02-0.tar.bz2) = 0d6701008b62b5ef1f4c0b6edc654168a480611e
Size (aspell6-az-0.02-0.tar.bz2) = 50588 bytes

1
textproc/aspell-be/DESCR Normal file
View File

@@ -0,0 +1 @@
Belarusian language support for aspell.

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2013/04/10 17:41:36 rodent Exp $
#
DISTNAME= aspell5-be-0.01
PKGNAME= ${DISTNAME:S/5-/-/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/be/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://mova.linux.by/aspell/
COMMENT= Belarusian language support for aspell
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

10
textproc/aspell-be/PLIST Normal file
View File

@@ -0,0 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/10 17:41:36 rodent Exp $
lib/aspell/be-common.rws
lib/aspell/be-only.rws
lib/aspell/be.multi
lib/aspell/be_BY.alias
lib/aspell/be_SU-only.rws
lib/aspell/be_SU.multi
lib/aspell/belarusian-soviet.alias
lib/aspell/belarusian.alias
share/aspell/be.dat

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/04/10 17:41:36 rodent Exp $
SHA1 (aspell5-be-0.01.tar.bz2) = d4a00c3b4ce6e3629c87217e1e0c8a34b905a2b0
RMD160 (aspell5-be-0.01.tar.bz2) = 3678ddc6a956117e5f1264ec85672ffa4dcd75ce
Size (aspell5-be-0.01.tar.bz2) = 653405 bytes

1
textproc/aspell-bg/DESCR Normal file
View File

@@ -0,0 +1 @@
GNU Aspell 0.60 Bulgarian Dictionary Package

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2013/04/10 17:46:20 rodent Exp $
#
DISTNAME= aspell6-bg-4.1-0
PKGNAME= ${DISTNAME:S/6-/-/1:S/-0/.0/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/bg/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://bgoffice.sourceforge.net/
COMMENT= Bulgarian language support for aspell
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

8
textproc/aspell-bg/PLIST Normal file
View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/10 17:46:20 rodent Exp $
lib/aspell/bg.multi
lib/aspell/bg.rws
lib/aspell/bulgarian.alias
share/aspell/bg.dat
share/aspell/bg_affix.dat
share/aspell/bg_phonet.dat
share/aspell/bulgarian.kbd

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/04/10 17:46:20 rodent Exp $
SHA1 (aspell6-bg-4.1-0.tar.bz2) = 0388f430a14f974fab67eaa92ebba3068eec7248
RMD160 (aspell6-bg-4.1-0.tar.bz2) = fb90f9055641936d6187522bf4a803d31e6204f1
Size (aspell6-bg-4.1-0.tar.bz2) = 138940 bytes

1
textproc/aspell-bn/DESCR Normal file
View File

@@ -0,0 +1 @@
GNU Aspell 0.60 Bengali Dictionary Package

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1 2013/04/10 17:50:41 rodent Exp $
#
DISTNAME= aspell6-bn-0.01.1-1
PKGNAME= ${DISTNAME:S/6-/-/1:S/-1/.1/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/bn/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://www.bengalinux.org/downloads
COMMENT= Bengali language support for aspell
LICENSE= gnu-gpl-v2
HAS_CONFIGURE= yes
USE_LANGUAGES= # none
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

7
textproc/aspell-bn/PLIST Normal file
View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/10 17:50:41 rodent Exp $
lib/aspell/bengali.alias
lib/aspell/bn.multi
lib/aspell/bn.rws
share/aspell/bn.dat
share/aspell/u-beng.cmap
share/aspell/u-beng.cset

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2013/04/10 17:50:41 rodent Exp $
SHA1 (aspell6-bn-0.01.1-1.tar.bz2) = c3adbfb8b6df04ba5cee2b25671f6119f86d67e5
RMD160 (aspell6-bn-0.01.1-1.tar.bz2) = 55f0df39cc0a9cb197d3e6215c1f3511efee2570
Size (aspell6-bn-0.01.1-1.tar.bz2) = 117436 bytes

1
textproc/aspell-br/DESCR Normal file
View File

@@ -0,0 +1 @@
Breton language support for aspell, e.g. `aspell -d breton -c $myfile'.

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.2 2013/04/24 11:15:41 rodent Exp $
#
DISTNAME= aspell-br-0.50-2
PKGNAME= ${DISTNAME:S/-2/.2/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/br/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= Breton language support for aspell
CONFLICTS+= aspell-breton-[0-9]*
HAS_CONFIGURE= yes
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

7
textproc/aspell-br/PLIST Normal file
View File

@@ -0,0 +1,7 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:36 rodent Exp $
lib/aspell/br.multi
lib/aspell/br.rws
lib/aspell/breton.alias
lib/aspell/brezhoneg.alias
share/aspell/br.dat
share/aspell/br_phonet.dat

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:36 rodent Exp $
SHA1 (aspell-br-0.50-2.tar.bz2) = e6cbb638d7704e88c6d59b794829267b41a7e536
RMD160 (aspell-br-0.50-2.tar.bz2) = 6ba96ddb2b9f56decbc06e821844d849b90bc57b
Size (aspell-br-0.50-2.tar.bz2) = 68055 bytes
SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677

View File

@@ -0,0 +1,21 @@
$NetBSD: patch-aa,v 1.1 2013/04/09 02:33:36 rodent Exp $
--- Makefile.pre.orig Fri Jan 3 18:39:33 2003
+++ Makefile.pre Wed Jan 15 00:48:39 2003
@@ -16,12 +16,10 @@
all: ${rws_files} ${data_files}
install: all
- mkdir -p ${DESTDIR}${dictdir}/
- cp ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
- cd ${DESTDIR}${dictdir}/ && chmod 644 ${rws_files} ${multi_files}
- mkdir -p ${DESTDIR}${datadir}/
- cp ${data_files} ${DESTDIR}${datadir}/
- cd ${DESTDIR}${datadir}/ && chmod 644 ${data_files}
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${dictdir}/
+ ${BSD_INSTALL_DATA} ${rws_files} ${multi_files} ${DESTDIR}${dictdir}/
+ ${BSD_INSTALL_DATA_DIR} ${DESTDIR}${datadir}/
+ ${BSD_INSTALL_DATA} ${data_files} ${DESTDIR}${datadir}/
clean:
rm -f ${rws_files}

1
textproc/aspell-ca/DESCR Normal file
View File

@@ -0,0 +1 @@
Catalan language support for aspell, e.g. `aspell -d catalan -c $myfile'.

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.2 2013/04/24 11:15:41 rodent Exp $
#
DISTNAME= aspell6-ca-20040130-1
PKGNAME= ${DISTNAME:S/6-/-/1:S/-1/.1/1}
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/ca/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://aspell.net/
COMMENT= Catalan language support for aspell
CONFLICTS+= aspell-catalan-[0-9]*
HAS_CONFIGURE= yes
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

6
textproc/aspell-ca/PLIST Normal file
View File

@@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/09 02:33:37 rodent Exp $
lib/aspell/ca.multi
lib/aspell/ca.rws
lib/aspell/catalan.alias
share/aspell/ca.dat
share/aspell/ca_affix.dat

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2013/04/09 02:33:37 rodent Exp $
SHA1 (aspell6-ca-20040130-1.tar.bz2) = 8704bd9f3b600b581f5a642c27752538a7a953ac
RMD160 (aspell6-ca-20040130-1.tar.bz2) = cafc870c5c0639b5e5839c060a762252bf658e14
Size (aspell6-ca-20040130-1.tar.bz2) = 222986 bytes
SHA1 (patch-aa) = e22211d1b77a79d16e2334630dc171245bb15677

Some files were not shown because too many files have changed in this diff Show More