-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
494 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Paul Mineiro <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Version 0.0.0 | ||
* Initial version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# put whatever (auto)make commands here, they will be included from Makefile.am |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Erlang parse transform to provide let like functionality. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#! /bin/sh | ||
|
||
if test -d fw/bin | ||
then | ||
PATH="`pwd`/fw/bin:$PATH" | ||
export PATH | ||
fi | ||
|
||
fwb=`which fw-bootstrap` | ||
|
||
if test -z "$fwb" | ||
then | ||
echo "bootstrap: fatal: fw-bootstrap not installed or not in PATH" 1>&2 | ||
exit 1 | ||
fi | ||
|
||
"$fwb" --fw_version "0.1.34" --name lyt --template erlang --revision cvs "$@" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
dnl -- include additional autoconf commands here | ||
dnl -- do not include AC_OUTPUT, this is called for you |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# put whatever (auto)make commands here, they will be included from Makefile.am |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@author Paul Mineiro (based upon work by Ulf Wiger) | ||
@copyright 2009 Paul Mineiro released under EPL | ||
@title Lyet | ||
@doc Erlang parse transform to provide let like functionality. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# put whatever (auto)make commands here, they will be included from Makefile.am |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# The FW_PACKAGE_MAINTAINER field is populated with the | ||
# environment variable FW_PACKAGE_DEFAULT_MAINTAINER if non-empty | ||
|
||
FW_PACKAGE_NAME="lyet" | ||
FW_PACKAGE_VERSION="0.0.0" | ||
FW_PACKAGE_MAINTAINER="Paul Mineiro <[email protected]>" | ||
FW_PACKAGE_SHORT_DESCRIPTION="Erlang parse transform to provide let like functionality." | ||
FW_PACKAGE_DESCRIPTION=`cat README` | ||
FW_PACKAGE_ARCHITECTURE_DEPENDENT="0" | ||
|
||
# Dependency information. The native syntax corresponds to Debian, | ||
# http://www.debian.org/doc/debian-policy/ch-relationships.html | ||
# Section 7.1 "Syntax of Relationship Fields" | ||
# | ||
# For other packaging systems, the syntax is translated for you. | ||
|
||
FW_PACKAGE_DEPENDS="" | ||
FW_PACKAGE_CONFLICTS="" | ||
FW_PACKAGE_PROVIDES="" | ||
FW_PACKAGE_REPLACES="" | ||
FW_PACKAGE_SUGGESTS="" | ||
|
||
FW_PACKAGE_BUILD_DEPENDS="" | ||
FW_PACKAGE_BUILD_CONFLICTS="" | ||
|
||
FW_DUPLOAD_ARGS=${FW_DUPLOAD_ARGS-"-t dukeshardy"} | ||
|
||
# uncomment and set manually if autodetection of modules is incorrect. | ||
# should be an erlang expression which evaluates to a list. | ||
# FW_ERL_APP_MODULES="[]" | ||
|
||
# uncomment and set manually if autodetection of registered processes is incorrect | ||
# should be an erlang expression which evaluates to a list. | ||
# FW_ERL_APP_REGISTERED="[]" | ||
|
||
# uncomment and set manually if autodetection of start module is incorrect | ||
# should be an erlang expression which evaluates to an atom. | ||
# FW_ERL_APP_START_MODULE="" | ||
|
||
# uncomment to define start args to the start module. should be an erlang | ||
# expression which evaluates to a list. this only has an effect if | ||
# FW_ERL_APP_START_MODULE is set manually. | ||
# FW_ERL_APP_START_ARGS="[]" | ||
|
||
# uncomment if the module line being generated is incorrect and you want | ||
# to override it. | ||
# FW_ERL_APP_MOD_LINE="{ mod, { $FW_ERL_APP_START_MODULE, $FW_ERL_APP_START_ARGS } }" | ||
|
||
# uncomment to define the application environment variables. should be an | ||
# erlang expression which evaluates to a list. | ||
# FW_ERL_APP_ENVIRONMENT="[]" | ||
|
||
# uncomment to indicate additional OTP applications (besides kernel and stdlib) | ||
# that this application depends upon. should be an erlang expression which | ||
# evaluates to a list. | ||
# FW_ERL_PREREQ_APPLICATIONS_EXTRA="[]" | ||
|
||
# uncomment to add arbitrary extra content to the app file, e.g., an | ||
# included application directive. should be an erlang expression which | ||
# evaluates to a proplist (list of key-value tuple pairs). | ||
# FW_ERL_APP_EXTRA="[]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#! /bin/sh | ||
|
||
#--------------------------------------------------------------------- | ||
# post-install | ||
# | ||
# Executed after the package is installed. | ||
#--------------------------------------------------------------------- | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#! /bin/sh | ||
|
||
#--------------------------------------------------------------------- | ||
# post-remove | ||
# | ||
# Executed after the package is removed. | ||
#--------------------------------------------------------------------- | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#! /bin/sh | ||
|
||
#--------------------------------------------------------------------- | ||
# pre-install | ||
# | ||
# Executed before the package is installed. | ||
#--------------------------------------------------------------------- | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#! /bin/sh | ||
|
||
#--------------------------------------------------------------------- | ||
# pre-remove | ||
# | ||
# Executed before the package is removed. | ||
#--------------------------------------------------------------------- | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#! /bin/sh | ||
|
||
#--------------------------------------------------------------------- | ||
# start | ||
# | ||
# Executed when the package (service) is started up. | ||
# Not supported by all package formats. | ||
#--------------------------------------------------------------------- | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#! /bin/sh | ||
|
||
#--------------------------------------------------------------------- | ||
# start | ||
# | ||
# Executed when the package (service) is shut down. | ||
# Not supported by all package formats. | ||
#--------------------------------------------------------------------- | ||
|
||
exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# put whatever (auto)make commands here, they will be included from Makefile.am | ||
|
||
dist_erlappsrc_DATA = \ | ||
$(wildcard *.erl) | ||
|
||
dist_erlappinclude_DATA = \ | ||
$(wildcard *.hrl) | ||
|
||
erlappebin_SCRIPTS = \ | ||
@[email protected] \ | ||
$(patsubst %.erl, %.beam, $(dist_erlappsrc_DATA)) | ||
|
||
check_DATA = \ | ||
.dialyzer_ok \ | ||
.@[email protected]_ok |
Oops, something went wrong.